@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
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import cmp from "./cmp.js";
|
|
2
|
+
/**
|
|
3
|
+
* Classic binary search implementation. Returns the index where the key
|
|
4
|
+
* should be inserted, assuming the records list is ordered.
|
|
5
|
+
*/
|
|
6
|
+
function binarySearch(records, key) {
|
|
7
|
+
let low = 0;
|
|
8
|
+
let high = records.length;
|
|
9
|
+
let mid;
|
|
10
|
+
while (low < high) {
|
|
11
|
+
mid = low + high >>> 1; // like Math.floor((low + high) / 2) but fast
|
|
12
|
+
if (cmp(records[mid].key, key) < 0) {
|
|
13
|
+
low = mid + 1;
|
|
14
|
+
} else {
|
|
15
|
+
high = mid;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
return low;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Equivalent to `records.findIndex(record => cmp(record.key, key) === 0)`
|
|
23
|
+
*/
|
|
24
|
+
export function getIndexByKey(records, key) {
|
|
25
|
+
const idx = binarySearch(records, key);
|
|
26
|
+
const record = records[idx];
|
|
27
|
+
if (record && cmp(record.key, key) === 0) {
|
|
28
|
+
return idx;
|
|
29
|
+
}
|
|
30
|
+
return -1;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Equivalent to `records.find(record => cmp(record.key, key) === 0)`
|
|
35
|
+
*/
|
|
36
|
+
export function getByKey(records, key) {
|
|
37
|
+
const idx = getIndexByKey(records, key);
|
|
38
|
+
return records[idx];
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Equivalent to `records.findIndex(record => key.includes(record.key))`
|
|
43
|
+
*/
|
|
44
|
+
export function getIndexByKeyRange(records, keyRange) {
|
|
45
|
+
const lowerIdx = typeof keyRange.lower === "undefined" ? 0 : binarySearch(records, keyRange.lower);
|
|
46
|
+
const upperIdx = typeof keyRange.upper === "undefined" ? records.length - 1 : binarySearch(records, keyRange.upper);
|
|
47
|
+
for (let i = lowerIdx; i <= upperIdx; i++) {
|
|
48
|
+
const record = records[i];
|
|
49
|
+
if (record && keyRange.includes(record.key)) {
|
|
50
|
+
return i;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return -1;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Equivalent to `records.find(record => key.includes(record.key))`
|
|
58
|
+
*/
|
|
59
|
+
export function getByKeyRange(records, keyRange) {
|
|
60
|
+
const idx = getIndexByKeyRange(records, keyRange);
|
|
61
|
+
return records[idx];
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Equivalent to `records.findIndex(record => cmp(record.key, key) >= 0)`
|
|
66
|
+
*/
|
|
67
|
+
export function getIndexByKeyGTE(records, key) {
|
|
68
|
+
const idx = binarySearch(records, key);
|
|
69
|
+
const record = records[idx];
|
|
70
|
+
if (record && cmp(record.key, key) >= 0) {
|
|
71
|
+
return idx;
|
|
72
|
+
}
|
|
73
|
+
return -1;
|
|
74
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// http://w3c.github.io/IndexedDB/#check-that-a-key-could-be-injected-into-a-value
|
|
2
|
+
const canInjectKey = (keyPath, value) => {
|
|
3
|
+
if (Array.isArray(keyPath)) {
|
|
4
|
+
throw new Error("The key paths used in this section are always strings and never sequences, since it is not possible to create a object store which has a key generator and also has a key path that is a sequence.");
|
|
5
|
+
}
|
|
6
|
+
const identifiers = keyPath.split(".");
|
|
7
|
+
if (identifiers.length === 0) {
|
|
8
|
+
throw new Error("Assert: identifiers is not empty");
|
|
9
|
+
}
|
|
10
|
+
identifiers.pop();
|
|
11
|
+
for (const identifier of identifiers) {
|
|
12
|
+
if (typeof value !== "object" && !Array.isArray(value)) {
|
|
13
|
+
return false;
|
|
14
|
+
}
|
|
15
|
+
const hop = Object.hasOwn(value, identifier);
|
|
16
|
+
if (!hop) {
|
|
17
|
+
return true;
|
|
18
|
+
}
|
|
19
|
+
value = value[identifier];
|
|
20
|
+
}
|
|
21
|
+
return typeof value === "object" || Array.isArray(value);
|
|
22
|
+
};
|
|
23
|
+
export default canInjectKey;
|
package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { DataError } from "./errors.js";
|
|
2
|
+
import valueToKey from "./valueToKey.js";
|
|
3
|
+
const getType = x => {
|
|
4
|
+
if (typeof x === "number") {
|
|
5
|
+
return "Number";
|
|
6
|
+
}
|
|
7
|
+
if (x instanceof Date) {
|
|
8
|
+
return "Date";
|
|
9
|
+
}
|
|
10
|
+
if (Array.isArray(x)) {
|
|
11
|
+
return "Array";
|
|
12
|
+
}
|
|
13
|
+
if (typeof x === "string") {
|
|
14
|
+
return "String";
|
|
15
|
+
}
|
|
16
|
+
if (x instanceof ArrayBuffer) {
|
|
17
|
+
return "Binary";
|
|
18
|
+
}
|
|
19
|
+
throw new DataError();
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
// https://w3c.github.io/IndexedDB/#compare-two-keys
|
|
23
|
+
const cmp = (first, second) => {
|
|
24
|
+
if (second === undefined) {
|
|
25
|
+
throw new TypeError();
|
|
26
|
+
}
|
|
27
|
+
first = valueToKey(first);
|
|
28
|
+
second = valueToKey(second);
|
|
29
|
+
const t1 = getType(first);
|
|
30
|
+
const t2 = getType(second);
|
|
31
|
+
if (t1 !== t2) {
|
|
32
|
+
if (t1 === "Array") {
|
|
33
|
+
return 1;
|
|
34
|
+
}
|
|
35
|
+
if (t1 === "Binary" && (t2 === "String" || t2 === "Date" || t2 === "Number")) {
|
|
36
|
+
return 1;
|
|
37
|
+
}
|
|
38
|
+
if (t1 === "String" && (t2 === "Date" || t2 === "Number")) {
|
|
39
|
+
return 1;
|
|
40
|
+
}
|
|
41
|
+
if (t1 === "Date" && t2 === "Number") {
|
|
42
|
+
return 1;
|
|
43
|
+
}
|
|
44
|
+
return -1;
|
|
45
|
+
}
|
|
46
|
+
if (t1 === "Binary") {
|
|
47
|
+
first = new Uint8Array(first);
|
|
48
|
+
second = new Uint8Array(second);
|
|
49
|
+
}
|
|
50
|
+
if (t1 === "Array" || t1 === "Binary") {
|
|
51
|
+
const length = Math.min(first.length, second.length);
|
|
52
|
+
for (let i = 0; i < length; i++) {
|
|
53
|
+
const result = cmp(first[i], second[i]);
|
|
54
|
+
if (result !== 0) {
|
|
55
|
+
return result;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
if (first.length > second.length) {
|
|
59
|
+
return 1;
|
|
60
|
+
}
|
|
61
|
+
if (first.length < second.length) {
|
|
62
|
+
return -1;
|
|
63
|
+
}
|
|
64
|
+
return 0;
|
|
65
|
+
}
|
|
66
|
+
if (t1 === "Date") {
|
|
67
|
+
if (first.getTime() === second.getTime()) {
|
|
68
|
+
return 0;
|
|
69
|
+
}
|
|
70
|
+
} else {
|
|
71
|
+
if (first === second) {
|
|
72
|
+
return 0;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return first > second ? 1 : -1;
|
|
76
|
+
};
|
|
77
|
+
export default cmp;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// https://heycam.github.io/webidl/#EnforceRange
|
|
2
|
+
|
|
3
|
+
const enforceRange = (num, type) => {
|
|
4
|
+
const min = 0;
|
|
5
|
+
const max = type === "unsigned long" ? 4294967295 : 9007199254740991;
|
|
6
|
+
if (isNaN(num) || num < min || num > max) {
|
|
7
|
+
throw new TypeError();
|
|
8
|
+
}
|
|
9
|
+
if (num >= 0) {
|
|
10
|
+
return Math.floor(num);
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
export default enforceRange;
|
package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
const messages = {
|
|
2
|
+
AbortError: "A request was aborted, for example through a call to IDBTransaction.abort.",
|
|
3
|
+
ConstraintError: "A mutation operation in the transaction failed because a constraint was not satisfied. For example, an object such as an object store or index already exists and a request attempted to create a new one.",
|
|
4
|
+
DataCloneError: "The data being stored could not be cloned by the internal structured cloning algorithm.",
|
|
5
|
+
DataError: "Data provided to an operation does not meet requirements.",
|
|
6
|
+
InvalidAccessError: "An invalid operation was performed on an object. For example transaction creation attempt was made, but an empty scope was provided.",
|
|
7
|
+
InvalidStateError: "An operation was called on an object on which it is not allowed or at a time when it is not allowed. Also occurs if a request is made on a source object that has been deleted or removed. Use TransactionInactiveError or ReadOnlyError when possible, as they are more specific variations of InvalidStateError.",
|
|
8
|
+
NotFoundError: "The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.",
|
|
9
|
+
ReadOnlyError: 'The mutating operation was attempted in a "readonly" transaction.',
|
|
10
|
+
TransactionInactiveError: "A request was placed against a transaction which is currently not active, or which is finished.",
|
|
11
|
+
VersionError: "An attempt was made to open a database using a lower version than the existing version."
|
|
12
|
+
};
|
|
13
|
+
export class AbortError extends DOMException {
|
|
14
|
+
constructor(message = messages.AbortError) {
|
|
15
|
+
super(message, "AbortError");
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export class ConstraintError extends DOMException {
|
|
19
|
+
constructor(message = messages.ConstraintError) {
|
|
20
|
+
super(message, "ConstraintError");
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export class DataCloneError extends DOMException {
|
|
24
|
+
constructor(message = messages.DataCloneError) {
|
|
25
|
+
super(message, "DataCloneError");
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export class DataError extends DOMException {
|
|
29
|
+
constructor(message = messages.DataError) {
|
|
30
|
+
super(message, "DataError");
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export class InvalidAccessError extends DOMException {
|
|
34
|
+
constructor(message = messages.InvalidAccessError) {
|
|
35
|
+
super(message, "InvalidAccessError");
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class InvalidStateError extends DOMException {
|
|
39
|
+
constructor(message = messages.InvalidStateError) {
|
|
40
|
+
super(message, "InvalidStateError");
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
export class NotFoundError extends DOMException {
|
|
44
|
+
constructor(message = messages.NotFoundError) {
|
|
45
|
+
super(message, "NotFoundError");
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
export class ReadOnlyError extends DOMException {
|
|
49
|
+
constructor(message = messages.ReadOnlyError) {
|
|
50
|
+
super(message, "ReadOnlyError");
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
export class TransactionInactiveError extends DOMException {
|
|
54
|
+
constructor(message = messages.TransactionInactiveError) {
|
|
55
|
+
super(message, "TransactionInactiveError");
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
export class VersionError extends DOMException {
|
|
59
|
+
constructor(message = messages.VersionError) {
|
|
60
|
+
super(message, "VersionError");
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import valueToKey from "./valueToKey.js";
|
|
2
|
+
|
|
3
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-steps-for-extracting-a-key-from-a-value-using-a-key-path
|
|
4
|
+
const extractKey = (keyPath, value) => {
|
|
5
|
+
if (Array.isArray(keyPath)) {
|
|
6
|
+
const result = [];
|
|
7
|
+
for (let item of keyPath) {
|
|
8
|
+
// This doesn't make sense to me based on the spec, but it is needed to pass the W3C KeyPath tests (see same
|
|
9
|
+
// comment in validateKeyPath)
|
|
10
|
+
if (item !== undefined && item !== null && typeof item !== "string" && item.toString) {
|
|
11
|
+
item = item.toString();
|
|
12
|
+
}
|
|
13
|
+
result.push(valueToKey(extractKey(item, value)));
|
|
14
|
+
}
|
|
15
|
+
return result;
|
|
16
|
+
}
|
|
17
|
+
if (keyPath === "") {
|
|
18
|
+
return value;
|
|
19
|
+
}
|
|
20
|
+
let remainingKeyPath = keyPath;
|
|
21
|
+
let object = value;
|
|
22
|
+
while (remainingKeyPath !== null) {
|
|
23
|
+
let identifier;
|
|
24
|
+
const i = remainingKeyPath.indexOf(".");
|
|
25
|
+
if (i >= 0) {
|
|
26
|
+
identifier = remainingKeyPath.slice(0, i);
|
|
27
|
+
remainingKeyPath = remainingKeyPath.slice(i + 1);
|
|
28
|
+
} else {
|
|
29
|
+
identifier = remainingKeyPath;
|
|
30
|
+
remainingKeyPath = null;
|
|
31
|
+
}
|
|
32
|
+
if (object === undefined || object === null || !Object.hasOwn(object, identifier)) {
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
object = object[identifier];
|
|
36
|
+
}
|
|
37
|
+
return object;
|
|
38
|
+
};
|
|
39
|
+
export default extractKey;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// When running within Node.js (including jsdom), we want to use setImmediate
|
|
2
|
+
// (which runs immediately) rather than setTimeout (which enforces a minimum
|
|
3
|
+
// delay of 1ms, and on Windows only has a resolution of 15ms or so). jsdom
|
|
4
|
+
// doesn't provide setImmediate (to better match the browser environment) and
|
|
5
|
+
// sandboxes scripts, but its sandbox is by necessity imperfect, so we can break
|
|
6
|
+
// out of it:
|
|
7
|
+
//
|
|
8
|
+
// - https://github.com/jsdom/jsdom#executing-scripts
|
|
9
|
+
// - https://github.com/jsdom/jsdom/issues/2729
|
|
10
|
+
// - https://github.com/scala-js/scala-js-macrotask-executor/pull/17
|
|
11
|
+
function getSetImmediateFromJsdom() {
|
|
12
|
+
if (typeof navigator !== "undefined" && /jsdom/.test(navigator.userAgent)) {
|
|
13
|
+
const outerRealmFunctionConstructor = Node.constructor;
|
|
14
|
+
return new outerRealmFunctionConstructor("return setImmediate")();
|
|
15
|
+
} else {
|
|
16
|
+
return undefined;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Schedules a task to run later. Use Node.js's setImmediate if available and
|
|
21
|
+
// setTimeout otherwise. Note that options like process.nextTick or
|
|
22
|
+
// queueMicrotask will likely not work: IndexedDB semantics require that
|
|
23
|
+
// transactions are marked as not active when the event loop runs. The next
|
|
24
|
+
// tick queue and microtask queue run within the current event loop macrotask,
|
|
25
|
+
// so they'd process database operations too quickly.
|
|
26
|
+
export const queueTask = fn => {
|
|
27
|
+
const setImmediate = globalThis.setImmediate || getSetImmediateFromJsdom() || (fn => setTimeout(fn, 0));
|
|
28
|
+
setImmediate(fn);
|
|
29
|
+
};
|
package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-valid-key-path
|
|
2
|
+
const validateKeyPath = (keyPath, parent) => {
|
|
3
|
+
// This doesn't make sense to me based on the spec, but it is needed to pass the W3C KeyPath tests (see same
|
|
4
|
+
// comment in extractKey)
|
|
5
|
+
if (keyPath !== undefined && keyPath !== null && typeof keyPath !== "string" && keyPath.toString && (parent === "array" || !Array.isArray(keyPath))) {
|
|
6
|
+
keyPath = keyPath.toString();
|
|
7
|
+
}
|
|
8
|
+
if (typeof keyPath === "string") {
|
|
9
|
+
if (keyPath === "" && parent !== "string") {
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
12
|
+
try {
|
|
13
|
+
// https://mathiasbynens.be/demo/javascript-identifier-regex for ECMAScript 5.1 / Unicode v7.0.0, with
|
|
14
|
+
// reserved words at beginning removed
|
|
15
|
+
const validIdentifierRegex =
|
|
16
|
+
// eslint-disable-next-line no-misleading-character-class
|
|
17
|
+
/^(?:[$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B2\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA7AD\uA7B0\uA7B1\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB5F\uAB64\uAB65\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC])(?:[$0-9A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B2\u08E4-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58\u0C59\u0C60-\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D60-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA69D\uA69F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA7AD\uA7B0\uA7B1\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB5F\uAB64\uAB65\uABC0-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2D\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC])*$/;
|
|
18
|
+
if (keyPath.length >= 1 && validIdentifierRegex.test(keyPath)) {
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
} catch (err) {
|
|
22
|
+
throw new SyntaxError(err.message);
|
|
23
|
+
}
|
|
24
|
+
if (keyPath.indexOf(" ") >= 0) {
|
|
25
|
+
throw new SyntaxError("The keypath argument contains an invalid key path (no spaces allowed).");
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
if (Array.isArray(keyPath) && keyPath.length > 0) {
|
|
29
|
+
if (parent) {
|
|
30
|
+
// No nested arrays
|
|
31
|
+
throw new SyntaxError("The keypath argument contains an invalid key path (nested arrays).");
|
|
32
|
+
}
|
|
33
|
+
for (const part of keyPath) {
|
|
34
|
+
validateKeyPath(part, "array");
|
|
35
|
+
}
|
|
36
|
+
return;
|
|
37
|
+
} else if (typeof keyPath === "string" && keyPath.indexOf(".") >= 0) {
|
|
38
|
+
keyPath = keyPath.split(".");
|
|
39
|
+
for (const part of keyPath) {
|
|
40
|
+
validateKeyPath(part, "string");
|
|
41
|
+
}
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
throw new SyntaxError();
|
|
45
|
+
};
|
|
46
|
+
export default validateKeyPath;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { DataError } from "./errors.js";
|
|
2
|
+
// https://w3c.github.io/IndexedDB/#convert-value-to-key
|
|
3
|
+
const valueToKey = (input, seen) => {
|
|
4
|
+
if (typeof input === "number") {
|
|
5
|
+
if (isNaN(input)) {
|
|
6
|
+
throw new DataError();
|
|
7
|
+
}
|
|
8
|
+
return input;
|
|
9
|
+
} else if (Object.prototype.toString.call(input) === "[object Date]") {
|
|
10
|
+
const ms = input.valueOf();
|
|
11
|
+
if (isNaN(ms)) {
|
|
12
|
+
throw new DataError();
|
|
13
|
+
}
|
|
14
|
+
return new Date(ms);
|
|
15
|
+
} else if (typeof input === "string") {
|
|
16
|
+
return input;
|
|
17
|
+
} else if (input instanceof ArrayBuffer || typeof SharedArrayBuffer !== "undefined" && input instanceof SharedArrayBuffer || typeof ArrayBuffer !== "undefined" && ArrayBuffer.isView && ArrayBuffer.isView(input)) {
|
|
18
|
+
let arrayBuffer;
|
|
19
|
+
let offset = 0;
|
|
20
|
+
let length = 0;
|
|
21
|
+
if (input instanceof ArrayBuffer || typeof SharedArrayBuffer !== "undefined" && input instanceof SharedArrayBuffer) {
|
|
22
|
+
arrayBuffer = input;
|
|
23
|
+
length = input.byteLength;
|
|
24
|
+
} else {
|
|
25
|
+
arrayBuffer = input.buffer;
|
|
26
|
+
offset = input.byteOffset;
|
|
27
|
+
length = input.byteLength;
|
|
28
|
+
}
|
|
29
|
+
if (arrayBuffer.detached) {
|
|
30
|
+
return new ArrayBuffer(0);
|
|
31
|
+
}
|
|
32
|
+
return arrayBuffer.slice(offset, offset + length);
|
|
33
|
+
} else if (Array.isArray(input)) {
|
|
34
|
+
if (seen === undefined) {
|
|
35
|
+
seen = new Set();
|
|
36
|
+
} else if (seen.has(input)) {
|
|
37
|
+
throw new DataError();
|
|
38
|
+
}
|
|
39
|
+
seen.add(input);
|
|
40
|
+
const keys = [];
|
|
41
|
+
for (let i = 0; i < input.length; i++) {
|
|
42
|
+
const hop = Object.hasOwn(input, i);
|
|
43
|
+
if (!hop) {
|
|
44
|
+
throw new DataError();
|
|
45
|
+
}
|
|
46
|
+
const entry = input[i];
|
|
47
|
+
const key = valueToKey(entry, seen);
|
|
48
|
+
keys.push(key);
|
|
49
|
+
}
|
|
50
|
+
return keys;
|
|
51
|
+
} else {
|
|
52
|
+
throw new DataError();
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
export default valueToKey;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import FDBKeyRange from "../FDBKeyRange.js";
|
|
2
|
+
import { DataError } from "./errors.js";
|
|
3
|
+
import valueToKey from "./valueToKey.js";
|
|
4
|
+
|
|
5
|
+
// http://w3c.github.io/IndexedDB/#convert-a-value-to-a-key-range
|
|
6
|
+
const valueToKeyRange = (value, nullDisallowedFlag = false) => {
|
|
7
|
+
if (value instanceof FDBKeyRange) {
|
|
8
|
+
return value;
|
|
9
|
+
}
|
|
10
|
+
if (value === null || value === undefined) {
|
|
11
|
+
if (nullDisallowedFlag) {
|
|
12
|
+
throw new DataError();
|
|
13
|
+
}
|
|
14
|
+
return new FDBKeyRange(undefined, undefined, false, false);
|
|
15
|
+
}
|
|
16
|
+
const key = valueToKey(value);
|
|
17
|
+
return FDBKeyRange.only(key);
|
|
18
|
+
};
|
|
19
|
+
export default valueToKeyRange;
|