@templmf/temp-solf-lmf 0.0.142 → 0.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/f2e-spec-main.zip +0 -0
- package/package.json +1 -1
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/AUTHORS +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/COPYING +674 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/cs/messages.json +1252 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/en/messages.json +1339 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/fa/messages.json +1219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/ru/messages.json +1276 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_CN/messages.json +1279 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_TW/messages.json +1267 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/computed_hashes.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/verified_contents.json +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/options.css +531 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/popup.css +197 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/draw_omega.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-48.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-64.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-16.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-19.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-24.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-32.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action.svg +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/indexedDB.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background.js +611 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background_preload.js +92 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/log_error.js +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega.js +2190 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_debug.js +90 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_decoration.js +175 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_pac.min.js +19199 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target.min.js +11491 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_chromium_extension.min.js +5742 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_popup.js +93 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_web.js +295 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_webext_proxy_script.min.js +19310 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options.js +73 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options_guide.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/popup.js +541 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/switch_profile_guide.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/FileSaver/FileSaver.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular/angular.min.js +352 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-animate/angular-animate.min.js +59 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_en-us.js +143 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-cn.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-hk.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-tw.js +125 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ladda/angular-ladda.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-loader/angular-loader.min.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-sanitize/angular-sanitize.min.js +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-router/angular-ui-router.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-sortable/sortable.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-utils/validate.min.js +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/blob/Blob.js +684 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/css/bootstrap.min.css +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/js/dropdown.js +165 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jquery/jquery.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jsondiffpatch/jsondiffpatch.min.js +37 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda-themeless.min.css +7 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ngprogress/ngProgress.min.js +8 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/script.js/script.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd-theme-arrows.css +210 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd.min.js +2 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.css +507 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.js +2341 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spin.js/spin.js +337 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/tether/tether.js +1443 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/base.css +437 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-auto.css +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-dark.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-3024.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apathy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apprentice.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atlas.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bespin.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brewer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bright.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-chalk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-light.css +18 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-red-screen.css +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-light.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-night.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-circus.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-colors.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupcake.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupertino.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-gray.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-paper.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-white.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darcula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darkmoss.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darktooth.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-decaf.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eighties.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-embers.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-espresso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva-dim.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-flat.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-framer.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gigavolt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-github.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-green-screen.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-pale.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-hard.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-medium.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-soft.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hardcore.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-helios.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hopscotch.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-icy-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ir-black.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-isotope.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-kimber.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-macintosh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-marrakesh.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-materia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-darker.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-lighter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-palenight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-vivid.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mexico-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mocha.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-monokai.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nebula.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nord.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nova.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ocean.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-oceanicnext.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-one-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-onedark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-outrun-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-paraiso.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pasque.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-phd.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pinky.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pop.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-porple.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-dimmed.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light-colorblind.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-qualia.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-railscasts.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-dawn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-moon.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sagelight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sakura.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sandcastle.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-shapeshifter.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-snazzy.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-spacemacs.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summercamp.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tender.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-blue.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-bright.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-eighties.css +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-twilight.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-dark.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-vulcan.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt-light.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-woodland.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-xcode-dusk.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-zenburn.css +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/themes.json +3617 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/variable.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/bower.json +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/compare-versions/compare-versions.js +219 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/csso/csso.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursor.js +471 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursorWithValue.js +11 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js +155 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBFactory.js +256 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBIndex.js +183 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBKeyRange.js +71 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBObjectStore.js +375 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBOpenDBRequest.js +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBRequest.js +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBTransaction.js +213 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBVersionChangeEvent.js +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/fakeIndexedDB.js +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/index.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Database.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeDOMStringList.js +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEvent.js +38 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEventTarget.js +104 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Index.js +157 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/KeyGenerator.js +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/ObjectStore.js +172 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/RecordStore.js +133 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/binarySearch.js +74 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/canInjectKey.js +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js +77 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/enforceRange.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js +62 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/extractKey.js +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/scheduling.js +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js +1 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/validateKeyPath.js +46 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKey.js +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKeyRange.js +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/filesize/filesize.esm.js +228 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/idb-keyval/idb-keyval.js +274 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.contentWindow.min.js +1305 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.min.js +1466 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jquery-ui/jquery-ui-1.10.4.custom.min.js +6 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jszip/jszip.min.js +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/moment/moment-with-locales.js +18476 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator.css +1368 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator_esm.js +29258 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js +467 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify.css +94 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/localstorage-polyfill.js +67 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/log.js +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/manifest.json +47 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/options.html +50 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/about.html +39 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/apply_options_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/builtin.html +16 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/cannot_delete_profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_attached.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_profile.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/fixed_auth_edit.html +29 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/general.html +36 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/input_group_clear.html +5 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/io.html +115 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/new_profile.html +54 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/omega_profile_select.html +9 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/options_welcome.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile.html +17 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_fixed.html +55 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_pac.html +68 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_rule_list.html +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_switch.html +185 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_unsupported.html +3 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_virtual.html +19 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rename_profile.html +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/replace_profile.html +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/reset_options_confirm.html +12 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_remove_confirm.html +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_reset_confirm.html +13 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/theme.html +20 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/ui.html +72 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/dialog.css +119 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/index.css +225 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/grant_permissions.html +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/img/AllowedIncognitoAccess.png +0 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/index.html +58 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/grant_permissions.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/i18n.js +10 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/index.js +56 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard.js +134 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard_help.js +32 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/loader.js +51 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/profiles.js +294 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/proxy_not_controllable.js +43 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/style.js +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/base.css +33 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/index.css +145 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/index.js +588 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/loader.js +24 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/tab.js +154 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/url.js +334 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/utils.js +88 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/proxy_not_controllable.html +23 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/base.css +34 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/index.css +15 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/index.html +21 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/index.js +168 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/loader.js +27 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.html +22 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.js +14 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup.html +137 -0
- package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/x-background.js +65 -0
package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js
ADDED
|
@@ -0,0 +1,467 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Toastify js 1.12.0
|
|
3
|
+
* https://github.com/apvarun/toastify-js
|
|
4
|
+
* @license MIT licensed
|
|
5
|
+
*
|
|
6
|
+
* Copyright (C) 2018 Varun A P
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Options used for Toastify
|
|
11
|
+
* @typedef {Object} ToastifyConfigurationObject
|
|
12
|
+
* @property {string} text - Message to be displayed in the toast
|
|
13
|
+
* @property {Element} node - Provide a node to be mounted inside the toast. node takes higher precedence over text
|
|
14
|
+
* @property {number} duration - Duration for which the toast should be displayed. -1 for permanent toast
|
|
15
|
+
* @property {string|Element} selector - CSS ID Selector on which the toast should be added
|
|
16
|
+
* @property {url} destination - URL to which the browser should be navigated on click of the toast
|
|
17
|
+
* @property {boolean} newWindow - Decides whether the destination should be opened in a new window or not
|
|
18
|
+
* @property {boolean} close - To show the close icon or not
|
|
19
|
+
* @property {string} gravity - To show the toast from top or bottom
|
|
20
|
+
* @property {string} position - To show the toast on left or right
|
|
21
|
+
* @property {string} backgroundColor - Deprecated: Sets the background color of the toast
|
|
22
|
+
* @property {url} avatar - Image/icon to be shown before text
|
|
23
|
+
* @property {string} className - Ability to provide custom class name for further customization
|
|
24
|
+
* @property {boolean} stopOnFocus - To stop timer when hovered over the toast (Only if duration is set)
|
|
25
|
+
* @property {Function} callback - Invoked when the toast is dismissed
|
|
26
|
+
* @property {Function} onClick - Invoked when the toast is clicked
|
|
27
|
+
* @property {Object} offset - Ability to add some offset to axis
|
|
28
|
+
* @property {boolean} escapeMarkup - Toggle the default behavior of escaping HTML markup
|
|
29
|
+
* @property {string} ariaLive - Use the HTML DOM style property to add styles to toast
|
|
30
|
+
* @property {Object} style - Use the HTML DOM style property to add styles to toast
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class Toastify {
|
|
35
|
+
|
|
36
|
+
defaults = {
|
|
37
|
+
oldestFirst: true,
|
|
38
|
+
text: "Toastify is awesome!",
|
|
39
|
+
node: undefined,
|
|
40
|
+
duration: 3000,
|
|
41
|
+
selector: undefined,
|
|
42
|
+
callback: function() {},
|
|
43
|
+
destination: undefined,
|
|
44
|
+
newWindow: false,
|
|
45
|
+
close: false,
|
|
46
|
+
gravity: "toastify-top",
|
|
47
|
+
positionLeft: false,
|
|
48
|
+
position: "",
|
|
49
|
+
backgroundColor: "",
|
|
50
|
+
avatar: "",
|
|
51
|
+
className: "",
|
|
52
|
+
stopOnFocus: true,
|
|
53
|
+
onClick: function() {},
|
|
54
|
+
offset: { x: 0, y: 0 },
|
|
55
|
+
escapeMarkup: true,
|
|
56
|
+
ariaLive: "polite",
|
|
57
|
+
style: { background: "" },
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
constructor(options) {
|
|
61
|
+
/**
|
|
62
|
+
* The version of Toastify
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
this.version = "1.12.0";
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* The configuration object to configure Toastify
|
|
70
|
+
* @type {ToastifyConfigurationObject}
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
this.options = {};
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* The element that is the Toast
|
|
77
|
+
* @type {Element}
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
this.toastElement = null;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* The root element that contains all the toasts
|
|
84
|
+
* @type {Element}
|
|
85
|
+
* @private
|
|
86
|
+
*/
|
|
87
|
+
this._rootElement = document.body;
|
|
88
|
+
|
|
89
|
+
this._init(options);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Display the toast
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
showToast() {
|
|
97
|
+
// Creating the DOM object for the toast
|
|
98
|
+
this.toastElement = this._buildToast();
|
|
99
|
+
|
|
100
|
+
// Getting the root element to with the toast needs to be added
|
|
101
|
+
if (typeof this.options.selector === "string") {
|
|
102
|
+
this._rootElement = document.getElementById(this.options.selector);
|
|
103
|
+
} else if (this.options.selector instanceof HTMLElement || this.options.selector instanceof ShadowRoot) {
|
|
104
|
+
this._rootElement = this.options.selector;
|
|
105
|
+
} else {
|
|
106
|
+
this._rootElement = document.body;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// Validating if root element is present in DOM
|
|
110
|
+
if (!this._rootElement) {
|
|
111
|
+
throw "Root element is not defined";
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Adding the DOM element
|
|
115
|
+
const elementToInsert = this.defaults.oldestFirst ? this._rootElement.firstChild : this._rootElement.lastChild;
|
|
116
|
+
this._rootElement.insertBefore(this.toastElement, elementToInsert);
|
|
117
|
+
|
|
118
|
+
// Repositioning the toasts in case multiple toasts are present
|
|
119
|
+
this._reposition();
|
|
120
|
+
|
|
121
|
+
if (this.options.duration > 0) {
|
|
122
|
+
this.toastElement.timeOutValue = window.setTimeout(
|
|
123
|
+
() => {
|
|
124
|
+
// Remove the toast from DOM
|
|
125
|
+
this._removeElement(this.toastElement);
|
|
126
|
+
},
|
|
127
|
+
this.options.duration
|
|
128
|
+
); // Binding `this` for function invocation
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// Supporting function chaining
|
|
132
|
+
return this;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Hide the toast
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
hideToast() {
|
|
140
|
+
if (this.toastElement.timeOutValue) {
|
|
141
|
+
clearTimeout(this.toastElement.timeOutValue);
|
|
142
|
+
}
|
|
143
|
+
this._removeElement(this.toastElement);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Init the Toastify class
|
|
148
|
+
* @param {ToastifyConfigurationObject} options - The configuration object to configure Toastify
|
|
149
|
+
* @param {string} [options.text=Hi there!] - Message to be displayed in the toast
|
|
150
|
+
* @param {Element} [options.node] - Provide a node to be mounted inside the toast. node takes higher precedence over text
|
|
151
|
+
* @param {number} [options.duration=3000] - Duration for which the toast should be displayed. -1 for permanent toast
|
|
152
|
+
* @param {string} [options.selector] - CSS Selector on which the toast should be added
|
|
153
|
+
* @param {url} [options.destination] - URL to which the browser should be navigated on click of the toast
|
|
154
|
+
* @param {boolean} [options.newWindow=false] - Decides whether the destination should be opened in a new window or not
|
|
155
|
+
* @param {boolean} [options.close=false] - To show the close icon or not
|
|
156
|
+
* @param {string} [options.gravity=toastify-top] - To show the toast from top or bottom
|
|
157
|
+
* @param {string} [options.position=right] - To show the toast on left or right
|
|
158
|
+
* @param {string} [options.backgroundColor] - Sets the background color of the toast (To be deprecated)
|
|
159
|
+
* @param {url} [options.avatar] - Image/icon to be shown before text
|
|
160
|
+
* @param {string} [options.className] - Ability to provide custom class name for further customization
|
|
161
|
+
* @param {boolean} [options.stopOnFocus] - To stop timer when hovered over the toast (Only if duration is set)
|
|
162
|
+
* @param {Function} [options.callback] - Invoked when the toast is dismissed
|
|
163
|
+
* @param {Function} [options.onClick] - Invoked when the toast is clicked
|
|
164
|
+
* @param {Object} [options.offset] - Ability to add some offset to axis
|
|
165
|
+
* @param {boolean} [options.escapeMarkup=true] - Toggle the default behavior of escaping HTML markup
|
|
166
|
+
* @param {string} [options.ariaLive] - Announce the toast to screen readers
|
|
167
|
+
* @param {Object} [options.style] - Use the HTML DOM style property to add styles to toast
|
|
168
|
+
* @private
|
|
169
|
+
*/
|
|
170
|
+
_init(options) {
|
|
171
|
+
|
|
172
|
+
// Setting defaults
|
|
173
|
+
this.options = Object.assign(this.defaults, options);
|
|
174
|
+
|
|
175
|
+
if (this.options.backgroundColor) {
|
|
176
|
+
// This is being deprecated in favor of using the style HTML DOM property
|
|
177
|
+
console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.');
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
this.toastElement = null;
|
|
181
|
+
|
|
182
|
+
this.options.gravity = options.gravity === "bottom" ? "toastify-bottom" : "toastify-top"; // toast position - top or bottom
|
|
183
|
+
this.options.stopOnFocus = options.stopOnFocus === undefined ? true : options.stopOnFocus; // stop timeout on focus
|
|
184
|
+
if(options.backgroundColor) {
|
|
185
|
+
this.options.style.background = options.backgroundColor;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Build the Toastify element
|
|
191
|
+
* @returns {Element}
|
|
192
|
+
* @private
|
|
193
|
+
*/
|
|
194
|
+
_buildToast() {
|
|
195
|
+
// Validating if the options are defined
|
|
196
|
+
if (!this.options) {
|
|
197
|
+
throw "Toastify is not initialized";
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
// Creating the DOM object
|
|
201
|
+
let divElement = document.createElement("div");
|
|
202
|
+
divElement.className = `toastify on ${this.options.className}`;
|
|
203
|
+
|
|
204
|
+
// Positioning toast to left or right or center (default right)
|
|
205
|
+
divElement.className += ` toastify-${this.options.position}`;
|
|
206
|
+
|
|
207
|
+
// Assigning gravity of element
|
|
208
|
+
divElement.className += ` ${this.options.gravity}`;
|
|
209
|
+
|
|
210
|
+
// Loop through our style object and apply styles to divElement
|
|
211
|
+
for (const property in this.options.style) {
|
|
212
|
+
divElement.style[property] = this.options.style[property];
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// Announce the toast to screen readers
|
|
216
|
+
if (this.options.ariaLive) {
|
|
217
|
+
divElement.setAttribute('aria-live', this.options.ariaLive)
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// Adding the toast message/node
|
|
221
|
+
if (this.options.node && this.options.node.nodeType === Node.ELEMENT_NODE) {
|
|
222
|
+
// If we have a valid node, we insert it
|
|
223
|
+
divElement.appendChild(this.options.node)
|
|
224
|
+
} else {
|
|
225
|
+
if (this.options.escapeMarkup) {
|
|
226
|
+
divElement.innerText = this.options.text;
|
|
227
|
+
} else {
|
|
228
|
+
divElement.innerHTML = this.options.text;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
if (this.options.avatar !== "") {
|
|
232
|
+
let avatarElement = document.createElement("img");
|
|
233
|
+
avatarElement.src = this.options.avatar;
|
|
234
|
+
|
|
235
|
+
avatarElement.className = "toastify-avatar";
|
|
236
|
+
|
|
237
|
+
if (this.options.position == "left") {
|
|
238
|
+
// Adding close icon on the left of content
|
|
239
|
+
divElement.appendChild(avatarElement);
|
|
240
|
+
} else {
|
|
241
|
+
// Adding close icon on the right of content
|
|
242
|
+
divElement.insertAdjacentElement("afterbegin", avatarElement);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// Adding a close icon to the toast
|
|
248
|
+
if (this.options.close === true) {
|
|
249
|
+
// Create a span for close element
|
|
250
|
+
let closeElement = document.createElement("button");
|
|
251
|
+
closeElement.type = "button";
|
|
252
|
+
closeElement.setAttribute("aria-label", "Close");
|
|
253
|
+
closeElement.className = "toast-close";
|
|
254
|
+
closeElement.innerHTML = "✖";
|
|
255
|
+
|
|
256
|
+
// Triggering the removal of toast from DOM on close click
|
|
257
|
+
closeElement.addEventListener(
|
|
258
|
+
"click",
|
|
259
|
+
(event) => {
|
|
260
|
+
event.stopPropagation();
|
|
261
|
+
this._removeElement(this.toastElement);
|
|
262
|
+
window.clearTimeout(this.toastElement.timeOutValue);
|
|
263
|
+
}
|
|
264
|
+
);
|
|
265
|
+
|
|
266
|
+
//Calculating screen width
|
|
267
|
+
const width = window.innerWidth > 0 ? window.innerWidth : screen.width;
|
|
268
|
+
|
|
269
|
+
// Adding the close icon to the toast element
|
|
270
|
+
// Display on the right if screen width is less than or equal to 360px
|
|
271
|
+
if ((this.options.position == "left") && width > 360) {
|
|
272
|
+
// Adding close icon on the left of content
|
|
273
|
+
divElement.insertAdjacentElement("afterbegin", closeElement);
|
|
274
|
+
} else {
|
|
275
|
+
// Adding close icon on the right of content
|
|
276
|
+
divElement.appendChild(closeElement);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
// Clear timeout while toast is focused
|
|
281
|
+
if (this.options.stopOnFocus && this.options.duration > 0) {
|
|
282
|
+
// stop countdown
|
|
283
|
+
divElement.addEventListener(
|
|
284
|
+
"mouseover",
|
|
285
|
+
(event) => {
|
|
286
|
+
window.clearTimeout(divElement.timeOutValue);
|
|
287
|
+
}
|
|
288
|
+
)
|
|
289
|
+
// add back the timeout
|
|
290
|
+
divElement.addEventListener(
|
|
291
|
+
"mouseleave",
|
|
292
|
+
() => {
|
|
293
|
+
divElement.timeOutValue = window.setTimeout(
|
|
294
|
+
() => {
|
|
295
|
+
// Remove the toast from DOM
|
|
296
|
+
this._removeElement(divElement);
|
|
297
|
+
},
|
|
298
|
+
this.options.duration
|
|
299
|
+
)
|
|
300
|
+
}
|
|
301
|
+
)
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
// Adding an on-click destination path
|
|
305
|
+
if (typeof this.options.destination !== "undefined") {
|
|
306
|
+
divElement.addEventListener(
|
|
307
|
+
"click",
|
|
308
|
+
(event) => {
|
|
309
|
+
event.stopPropagation();
|
|
310
|
+
if (this.options.newWindow === true) {
|
|
311
|
+
window.open(this.options.destination, "_blank");
|
|
312
|
+
} else {
|
|
313
|
+
window.location = this.options.destination;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
if (typeof this.options.onClick === "function" && typeof this.options.destination === "undefined") {
|
|
320
|
+
divElement.addEventListener(
|
|
321
|
+
"click",
|
|
322
|
+
(event) => {
|
|
323
|
+
event.stopPropagation();
|
|
324
|
+
this.options.onClick();
|
|
325
|
+
}
|
|
326
|
+
);
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Adding offset
|
|
330
|
+
if (typeof this.options.offset === "object") {
|
|
331
|
+
|
|
332
|
+
const x = this._getAxisOffsetAValue("x", this.options);
|
|
333
|
+
const y = this._getAxisOffsetAValue("y", this.options);
|
|
334
|
+
|
|
335
|
+
const xOffset = this.options.position == "left" ? x : `-${x}`;
|
|
336
|
+
const yOffset = this.options.gravity == "toastify-top" ? y : `-${y}`;
|
|
337
|
+
|
|
338
|
+
divElement.style.transform = `translate(${xOffset},${yOffset})`;
|
|
339
|
+
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
// Returning the generated element
|
|
343
|
+
return divElement;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* Remove the toast from the DOM
|
|
348
|
+
* @param {Element} toastElement
|
|
349
|
+
*/
|
|
350
|
+
_removeElement(toastElement) {
|
|
351
|
+
// Hiding the element
|
|
352
|
+
toastElement.className = toastElement.className.replace(" on", "");
|
|
353
|
+
|
|
354
|
+
// Removing the element from DOM after transition end
|
|
355
|
+
window.setTimeout(
|
|
356
|
+
() => {
|
|
357
|
+
// remove options node if any
|
|
358
|
+
if (this.options.node && this.options.node.parentNode) {
|
|
359
|
+
this.options.node.parentNode.removeChild(this.options.node);
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// Remove the element from the DOM, only when the parent node was not removed before.
|
|
363
|
+
if (toastElement.parentNode) {
|
|
364
|
+
toastElement.parentNode.removeChild(toastElement);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// Calling the callback function
|
|
368
|
+
this.options.callback.call(toastElement);
|
|
369
|
+
|
|
370
|
+
// Repositioning the toasts again
|
|
371
|
+
this._reposition();
|
|
372
|
+
},
|
|
373
|
+
400
|
|
374
|
+
); // Binding `this` for function invocation
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* Position the toast on the DOM
|
|
379
|
+
* @private
|
|
380
|
+
*/
|
|
381
|
+
_reposition() {
|
|
382
|
+
|
|
383
|
+
// Top margins with gravity
|
|
384
|
+
let topLeftOffsetSize = {
|
|
385
|
+
top: 15,
|
|
386
|
+
bottom: 15,
|
|
387
|
+
};
|
|
388
|
+
let topRightOffsetSize = {
|
|
389
|
+
top: 15,
|
|
390
|
+
bottom: 15,
|
|
391
|
+
};
|
|
392
|
+
let offsetSize = {
|
|
393
|
+
top: 15,
|
|
394
|
+
bottom: 15,
|
|
395
|
+
};
|
|
396
|
+
|
|
397
|
+
// Get all toast messages that have been added to the container (selector)
|
|
398
|
+
let allToasts = this._rootElement.querySelectorAll(".toastify");
|
|
399
|
+
|
|
400
|
+
let classUsed;
|
|
401
|
+
|
|
402
|
+
// Modifying the position of each toast element
|
|
403
|
+
for (let i = 0; i < allToasts.length; i++) {
|
|
404
|
+
// Getting the applied gravity
|
|
405
|
+
if (allToasts[i].classList.contains("toastify-top") === true) {
|
|
406
|
+
classUsed = "toastify-top";
|
|
407
|
+
} else {
|
|
408
|
+
classUsed = "toastify-bottom";
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
let height = allToasts[i].offsetHeight;
|
|
412
|
+
classUsed = classUsed.substr(9, classUsed.length - 1)
|
|
413
|
+
// Spacing between toasts
|
|
414
|
+
let offset = 15;
|
|
415
|
+
|
|
416
|
+
let width = window.innerWidth > 0 ? window.innerWidth : screen.width;
|
|
417
|
+
|
|
418
|
+
// Show toast in center if screen with less than or equal to 360px
|
|
419
|
+
if (width <= 360) {
|
|
420
|
+
// Setting the position
|
|
421
|
+
allToasts[i].style[classUsed] = `${offsetSize[classUsed]}px`;
|
|
422
|
+
|
|
423
|
+
offsetSize[classUsed] += height + offset;
|
|
424
|
+
} else {
|
|
425
|
+
if (allToasts[i].classList.contains("toastify-left") === true) {
|
|
426
|
+
// Setting the position
|
|
427
|
+
allToasts[i].style[classUsed] = `${topLeftOffsetSize[classUsed]}px`;
|
|
428
|
+
|
|
429
|
+
topLeftOffsetSize[classUsed] += height + offset;
|
|
430
|
+
} else {
|
|
431
|
+
// Setting the position
|
|
432
|
+
allToasts[i].style[classUsed] = `${topRightOffsetSize[classUsed]}px`;
|
|
433
|
+
|
|
434
|
+
topRightOffsetSize[classUsed] += height + offset;
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* Helper function to get offset
|
|
442
|
+
* @param {string} axis - 'x' or 'y'
|
|
443
|
+
* @param {ToastifyConfigurationObject} options - The options object containing the offset object
|
|
444
|
+
*/
|
|
445
|
+
_getAxisOffsetAValue(axis, options) {
|
|
446
|
+
|
|
447
|
+
if (options.offset[axis]) {
|
|
448
|
+
if (isNaN(options.offset[axis])) {
|
|
449
|
+
return options.offset[axis];
|
|
450
|
+
} else {
|
|
451
|
+
return `${options.offset[axis]}px`;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
return '0px';
|
|
456
|
+
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
// Returning the Toastify function to be assigned to the window object/module
|
|
463
|
+
function StartToastifyInstance(options) {
|
|
464
|
+
return new Toastify(options);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
export default StartToastifyInstance;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Toastify js 1.12.0
|
|
3
|
+
* https://github.com/apvarun/toastify-js
|
|
4
|
+
* @license MIT licensed
|
|
5
|
+
*
|
|
6
|
+
* Copyright (C) 2018 Varun A P
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
.toastify {
|
|
10
|
+
padding: 12px 20px;
|
|
11
|
+
color: #ffffff;
|
|
12
|
+
display: inline-block;
|
|
13
|
+
box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12);
|
|
14
|
+
background: var(--infoColor);
|
|
15
|
+
position: fixed;
|
|
16
|
+
opacity: 0;
|
|
17
|
+
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
18
|
+
border-radius: 2px;
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
text-decoration: none;
|
|
21
|
+
max-width: calc(50% - 20px);
|
|
22
|
+
z-index: 2147483647;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.toastify a{
|
|
26
|
+
color: white;
|
|
27
|
+
font-weight: bolder;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.toastify.on {
|
|
31
|
+
opacity: 1;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.toast-close {
|
|
35
|
+
background: transparent;
|
|
36
|
+
border: 0;
|
|
37
|
+
color: white;
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
font-family: inherit;
|
|
40
|
+
font-size: 1em;
|
|
41
|
+
opacity: 0.4;
|
|
42
|
+
padding: 0 5px;
|
|
43
|
+
font-size: 2em;
|
|
44
|
+
vertical-align: middle;
|
|
45
|
+
}
|
|
46
|
+
.toast-close:hover{
|
|
47
|
+
opacity: 1;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.toastify-right {
|
|
51
|
+
right: 35px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.toastify-left {
|
|
55
|
+
left: 35px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.toastify-top {
|
|
59
|
+
top: -150px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.toastify-bottom {
|
|
63
|
+
bottom: -150px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.toastify-rounded {
|
|
67
|
+
border-radius: 25px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.toastify-avatar {
|
|
71
|
+
width: 1.5em;
|
|
72
|
+
height: 1.5em;
|
|
73
|
+
margin: -7px 5px;
|
|
74
|
+
border-radius: 2px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.toastify-center {
|
|
78
|
+
margin-left: auto;
|
|
79
|
+
margin-right: auto;
|
|
80
|
+
left: 0;
|
|
81
|
+
right: 0;
|
|
82
|
+
max-width: fit-content;
|
|
83
|
+
max-width: -moz-fit-content;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
@media only screen and (max-width: 360px) {
|
|
87
|
+
.toastify-right, .toastify-left {
|
|
88
|
+
margin-left: auto;
|
|
89
|
+
margin-right: auto;
|
|
90
|
+
left: 0;
|
|
91
|
+
right: 0;
|
|
92
|
+
max-width: fit-content;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
/**
|
|
3
|
+
* author: suziwen1@gmail.com
|
|
4
|
+
**/
|
|
5
|
+
let valuesMap = new Map()
|
|
6
|
+
|
|
7
|
+
class LocalStorage {
|
|
8
|
+
getItem (key) {
|
|
9
|
+
const stringKey = String(key)
|
|
10
|
+
if (valuesMap.has(key)) {
|
|
11
|
+
return String(valuesMap.get(stringKey))
|
|
12
|
+
}
|
|
13
|
+
return null
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
setItem (key, val) {
|
|
17
|
+
valuesMap.set(String(key), String(val))
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
removeItem (key) {
|
|
21
|
+
valuesMap.delete(key)
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
clear () {
|
|
25
|
+
valuesMap.clear()
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
key (i) {
|
|
29
|
+
if (arguments.length === 0) {
|
|
30
|
+
throw new TypeError("Failed to execute 'key' on 'Storage': 1 argument required, but only 0 present.") // this is a TypeError implemented on Chrome, Firefox throws Not enough arguments to Storage.key.
|
|
31
|
+
}
|
|
32
|
+
var arr = Array.from(valuesMap.keys())
|
|
33
|
+
return arr[i]
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
get length () {
|
|
37
|
+
return valuesMap.size
|
|
38
|
+
}
|
|
39
|
+
initValuesMap (_valuesMap){
|
|
40
|
+
valuesMap = new Map(Object.entries(_valuesMap || {}))
|
|
41
|
+
}
|
|
42
|
+
getValuesMap (){
|
|
43
|
+
return Object.fromEntries(valuesMap);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
const instance = new LocalStorage()
|
|
47
|
+
|
|
48
|
+
const zeroLocalStorage = new Proxy(instance, {
|
|
49
|
+
set: function (obj, prop, value) {
|
|
50
|
+
if (LocalStorage.prototype.hasOwnProperty(prop)) {
|
|
51
|
+
instance[prop] = value
|
|
52
|
+
} else {
|
|
53
|
+
instance.setItem(prop, value)
|
|
54
|
+
}
|
|
55
|
+
return true
|
|
56
|
+
},
|
|
57
|
+
get: function (target, name) {
|
|
58
|
+
if (LocalStorage.prototype.hasOwnProperty(name)) {
|
|
59
|
+
return instance[name]
|
|
60
|
+
}
|
|
61
|
+
if (valuesMap.has(name)) {
|
|
62
|
+
return instance.getItem(name)
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
})
|
|
66
|
+
|
|
67
|
+
export default zeroLocalStorage
|