HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@capacitor/status-bar/dist/plugin.js
var capacitorStatusBar = (function (exports, core) {
    'use strict';

    exports.Style = void 0;
    (function (Style) {
        /**
         * Light text for dark backgrounds.
         *
         * @since 1.0.0
         */
        Style["Dark"] = "DARK";
        /**
         * Dark text for light backgrounds.
         *
         * @since 1.0.0
         */
        Style["Light"] = "LIGHT";
        /**
         * The style is based on the device appearance.
         * If the device is using Dark mode, the statusbar text will be light.
         * If the device is using Light mode, the statusbar text will be dark.
         * On Android the default will be the one the app was launched with.
         *
         * @since 1.0.0
         */
        Style["Default"] = "DEFAULT";
    })(exports.Style || (exports.Style = {}));
    exports.Animation = void 0;
    (function (Animation) {
        /**
         * No animation during show/hide.
         *
         * @since 1.0.0
         */
        Animation["None"] = "NONE";
        /**
         * Slide animation during show/hide.
         * It doesn't work on iOS 15+.
         *
         * @deprecated Use Animation.Fade or Animation.None instead.
         *
         * @since 1.0.0
         */
        Animation["Slide"] = "SLIDE";
        /**
         * Fade animation during show/hide.
         *
         * @since 1.0.0
         */
        Animation["Fade"] = "FADE";
    })(exports.Animation || (exports.Animation = {}));
    /**
     * @deprecated Use `Animation`.
     * @since 1.0.0
     */
    const StatusBarAnimation = exports.Animation;
    /**
     * @deprecated Use `Style`.
     * @since 1.0.0
     */
    const StatusBarStyle = exports.Style;

    const StatusBar = core.registerPlugin('StatusBar');

    exports.StatusBar = StatusBar;
    exports.StatusBarAnimation = StatusBarAnimation;
    exports.StatusBarStyle = StatusBarStyle;

    Object.defineProperty(exports, '__esModule', { value: true });

    return exports;

})({}, capacitorExports);
//# sourceMappingURL=plugin.js.map