@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/fake-indexeddb/FDBCursor.js
ADDED
|
@@ -0,0 +1,471 @@
|
|
|
1
|
+
import FDBKeyRange from "./FDBKeyRange.js";
|
|
2
|
+
import FDBObjectStore from "./FDBObjectStore.js";
|
|
3
|
+
import cmp from "./lib/cmp.js";
|
|
4
|
+
import { DataError, InvalidAccessError, InvalidStateError, ReadOnlyError, TransactionInactiveError } from "./lib/errors.js";
|
|
5
|
+
import extractKey from "./lib/extractKey.js";
|
|
6
|
+
import valueToKey from "./lib/valueToKey.js";
|
|
7
|
+
const getEffectiveObjectStore = cursor => {
|
|
8
|
+
if (cursor.source instanceof FDBObjectStore) {
|
|
9
|
+
return cursor.source;
|
|
10
|
+
}
|
|
11
|
+
return cursor.source.objectStore;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
// This takes a key range, a list of lower bounds, and a list of upper bounds and combines them all into a single key
|
|
15
|
+
// range. It does not handle gt/gte distinctions, because it doesn't really matter much anyway, since for next/prev
|
|
16
|
+
// cursor iteration it'd also have to look at values to be precise, which would be complicated. This should get us 99%
|
|
17
|
+
// of the way there.
|
|
18
|
+
const makeKeyRange = (range, lowers, uppers) => {
|
|
19
|
+
// Start with bounds from range
|
|
20
|
+
let lower = range !== undefined ? range.lower : undefined;
|
|
21
|
+
let upper = range !== undefined ? range.upper : undefined;
|
|
22
|
+
|
|
23
|
+
// Augment with values from lowers and uppers
|
|
24
|
+
for (const lowerTemp of lowers) {
|
|
25
|
+
if (lowerTemp === undefined) {
|
|
26
|
+
continue;
|
|
27
|
+
}
|
|
28
|
+
if (lower === undefined || cmp(lower, lowerTemp) === 1) {
|
|
29
|
+
lower = lowerTemp;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
for (const upperTemp of uppers) {
|
|
33
|
+
if (upperTemp === undefined) {
|
|
34
|
+
continue;
|
|
35
|
+
}
|
|
36
|
+
if (upper === undefined || cmp(upper, upperTemp) === -1) {
|
|
37
|
+
upper = upperTemp;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
if (lower !== undefined && upper !== undefined) {
|
|
41
|
+
return FDBKeyRange.bound(lower, upper);
|
|
42
|
+
}
|
|
43
|
+
if (lower !== undefined) {
|
|
44
|
+
return FDBKeyRange.lowerBound(lower);
|
|
45
|
+
}
|
|
46
|
+
if (upper !== undefined) {
|
|
47
|
+
return FDBKeyRange.upperBound(upper);
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#cursor
|
|
52
|
+
class FDBCursor {
|
|
53
|
+
_gotValue = false;
|
|
54
|
+
_position = undefined; // Key of previously returned record
|
|
55
|
+
_objectStorePosition = undefined;
|
|
56
|
+
_keyOnly = false;
|
|
57
|
+
_key = undefined;
|
|
58
|
+
_primaryKey = undefined;
|
|
59
|
+
constructor(source, range, direction = "next", request, keyOnly = false) {
|
|
60
|
+
this._range = range;
|
|
61
|
+
this._source = source;
|
|
62
|
+
this._direction = direction;
|
|
63
|
+
this._request = request;
|
|
64
|
+
this._keyOnly = keyOnly;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Read only properties
|
|
68
|
+
get source() {
|
|
69
|
+
return this._source;
|
|
70
|
+
}
|
|
71
|
+
set source(val) {
|
|
72
|
+
/* For babel */
|
|
73
|
+
}
|
|
74
|
+
get request() {
|
|
75
|
+
return this._request;
|
|
76
|
+
}
|
|
77
|
+
set request(val) {
|
|
78
|
+
/* For babel */
|
|
79
|
+
}
|
|
80
|
+
get direction() {
|
|
81
|
+
return this._direction;
|
|
82
|
+
}
|
|
83
|
+
set direction(val) {
|
|
84
|
+
/* For babel */
|
|
85
|
+
}
|
|
86
|
+
get key() {
|
|
87
|
+
return this._key;
|
|
88
|
+
}
|
|
89
|
+
set key(val) {
|
|
90
|
+
/* For babel */
|
|
91
|
+
}
|
|
92
|
+
get primaryKey() {
|
|
93
|
+
return this._primaryKey;
|
|
94
|
+
}
|
|
95
|
+
set primaryKey(val) {
|
|
96
|
+
/* For babel */
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// https://w3c.github.io/IndexedDB/#iterate-a-cursor
|
|
100
|
+
_iterate(key, primaryKey) {
|
|
101
|
+
const sourceIsObjectStore = this.source instanceof FDBObjectStore;
|
|
102
|
+
|
|
103
|
+
// Can't use sourceIsObjectStore because TypeScript
|
|
104
|
+
const records = this.source instanceof FDBObjectStore ? this.source._rawObjectStore.records : this.source._rawIndex.records;
|
|
105
|
+
let foundRecord;
|
|
106
|
+
if (this.direction === "next") {
|
|
107
|
+
const range = makeKeyRange(this._range, [key, this._position], []);
|
|
108
|
+
for (const record of records.values(range)) {
|
|
109
|
+
const cmpResultKey = key !== undefined ? cmp(record.key, key) : undefined;
|
|
110
|
+
const cmpResultPosition = this._position !== undefined ? cmp(record.key, this._position) : undefined;
|
|
111
|
+
if (key !== undefined) {
|
|
112
|
+
if (cmpResultKey === -1) {
|
|
113
|
+
continue;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
if (primaryKey !== undefined) {
|
|
117
|
+
if (cmpResultKey === -1) {
|
|
118
|
+
continue;
|
|
119
|
+
}
|
|
120
|
+
const cmpResultPrimaryKey = cmp(record.value, primaryKey);
|
|
121
|
+
if (cmpResultKey === 0 && cmpResultPrimaryKey === -1) {
|
|
122
|
+
continue;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
if (this._position !== undefined && sourceIsObjectStore) {
|
|
126
|
+
if (cmpResultPosition !== 1) {
|
|
127
|
+
continue;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
if (this._position !== undefined && !sourceIsObjectStore) {
|
|
131
|
+
if (cmpResultPosition === -1) {
|
|
132
|
+
continue;
|
|
133
|
+
}
|
|
134
|
+
if (cmpResultPosition === 0 && cmp(record.value, this._objectStorePosition) !== 1) {
|
|
135
|
+
continue;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
if (this._range !== undefined) {
|
|
139
|
+
if (!this._range.includes(record.key)) {
|
|
140
|
+
continue;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
foundRecord = record;
|
|
144
|
+
break;
|
|
145
|
+
}
|
|
146
|
+
} else if (this.direction === "nextunique") {
|
|
147
|
+
// This could be done without iterating, if the range was defined slightly better (to handle gt/gte cases).
|
|
148
|
+
// But the performance difference should be small, and that wouldn't work anyway for directions where the
|
|
149
|
+
// value needs to be used (like next and prev).
|
|
150
|
+
const range = makeKeyRange(this._range, [key, this._position], []);
|
|
151
|
+
for (const record of records.values(range)) {
|
|
152
|
+
if (key !== undefined) {
|
|
153
|
+
if (cmp(record.key, key) === -1) {
|
|
154
|
+
continue;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
if (this._position !== undefined) {
|
|
158
|
+
if (cmp(record.key, this._position) !== 1) {
|
|
159
|
+
continue;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
if (this._range !== undefined) {
|
|
163
|
+
if (!this._range.includes(record.key)) {
|
|
164
|
+
continue;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
foundRecord = record;
|
|
168
|
+
break;
|
|
169
|
+
}
|
|
170
|
+
} else if (this.direction === "prev") {
|
|
171
|
+
const range = makeKeyRange(this._range, [], [key, this._position]);
|
|
172
|
+
for (const record of records.values(range, "prev")) {
|
|
173
|
+
const cmpResultKey = key !== undefined ? cmp(record.key, key) : undefined;
|
|
174
|
+
const cmpResultPosition = this._position !== undefined ? cmp(record.key, this._position) : undefined;
|
|
175
|
+
if (key !== undefined) {
|
|
176
|
+
if (cmpResultKey === 1) {
|
|
177
|
+
continue;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
if (primaryKey !== undefined) {
|
|
181
|
+
if (cmpResultKey === 1) {
|
|
182
|
+
continue;
|
|
183
|
+
}
|
|
184
|
+
const cmpResultPrimaryKey = cmp(record.value, primaryKey);
|
|
185
|
+
if (cmpResultKey === 0 && cmpResultPrimaryKey === 1) {
|
|
186
|
+
continue;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
if (this._position !== undefined && sourceIsObjectStore) {
|
|
190
|
+
if (cmpResultPosition !== -1) {
|
|
191
|
+
continue;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
if (this._position !== undefined && !sourceIsObjectStore) {
|
|
195
|
+
if (cmpResultPosition === 1) {
|
|
196
|
+
continue;
|
|
197
|
+
}
|
|
198
|
+
if (cmpResultPosition === 0 && cmp(record.value, this._objectStorePosition) !== -1) {
|
|
199
|
+
continue;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
if (this._range !== undefined) {
|
|
203
|
+
if (!this._range.includes(record.key)) {
|
|
204
|
+
continue;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
foundRecord = record;
|
|
208
|
+
break;
|
|
209
|
+
}
|
|
210
|
+
} else if (this.direction === "prevunique") {
|
|
211
|
+
let tempRecord;
|
|
212
|
+
const range = makeKeyRange(this._range, [], [key, this._position]);
|
|
213
|
+
for (const record of records.values(range, "prev")) {
|
|
214
|
+
if (key !== undefined) {
|
|
215
|
+
if (cmp(record.key, key) === 1) {
|
|
216
|
+
continue;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
if (this._position !== undefined) {
|
|
220
|
+
if (cmp(record.key, this._position) !== -1) {
|
|
221
|
+
continue;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
if (this._range !== undefined) {
|
|
225
|
+
if (!this._range.includes(record.key)) {
|
|
226
|
+
continue;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
tempRecord = record;
|
|
230
|
+
break;
|
|
231
|
+
}
|
|
232
|
+
if (tempRecord) {
|
|
233
|
+
foundRecord = records.get(tempRecord.key);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
let result;
|
|
237
|
+
if (!foundRecord) {
|
|
238
|
+
this._key = undefined;
|
|
239
|
+
if (!sourceIsObjectStore) {
|
|
240
|
+
this._objectStorePosition = undefined;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// "this instanceof FDBCursorWithValue" would be better and not require (this as any), but causes runtime
|
|
244
|
+
// error due to circular dependency.
|
|
245
|
+
if (!this._keyOnly && this.toString() === "[object IDBCursorWithValue]") {
|
|
246
|
+
this.value = undefined;
|
|
247
|
+
}
|
|
248
|
+
result = null;
|
|
249
|
+
} else {
|
|
250
|
+
this._position = foundRecord.key;
|
|
251
|
+
if (!sourceIsObjectStore) {
|
|
252
|
+
this._objectStorePosition = foundRecord.value;
|
|
253
|
+
}
|
|
254
|
+
this._key = foundRecord.key;
|
|
255
|
+
if (sourceIsObjectStore) {
|
|
256
|
+
this._primaryKey = structuredClone(foundRecord.key);
|
|
257
|
+
if (!this._keyOnly && this.toString() === "[object IDBCursorWithValue]") {
|
|
258
|
+
this.value = structuredClone(foundRecord.value);
|
|
259
|
+
}
|
|
260
|
+
} else {
|
|
261
|
+
this._primaryKey = structuredClone(foundRecord.value);
|
|
262
|
+
if (!this._keyOnly && this.toString() === "[object IDBCursorWithValue]") {
|
|
263
|
+
if (this.source instanceof FDBObjectStore) {
|
|
264
|
+
// Can't use sourceIsObjectStore because TypeScript
|
|
265
|
+
throw new Error("This should never happen");
|
|
266
|
+
}
|
|
267
|
+
const value = this.source.objectStore._rawObjectStore.getValue(foundRecord.value);
|
|
268
|
+
this.value = structuredClone(value);
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
this._gotValue = true;
|
|
272
|
+
// eslint-disable-next-line @typescript-eslint/no-this-alias
|
|
273
|
+
result = this;
|
|
274
|
+
}
|
|
275
|
+
return result;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBCursor-update-IDBRequest-any-value
|
|
279
|
+
update(value) {
|
|
280
|
+
if (value === undefined) {
|
|
281
|
+
throw new TypeError();
|
|
282
|
+
}
|
|
283
|
+
const effectiveObjectStore = getEffectiveObjectStore(this);
|
|
284
|
+
const effectiveKey = Object.hasOwn(this.source, "_rawIndex") ? this.primaryKey : this._position;
|
|
285
|
+
const transaction = effectiveObjectStore.transaction;
|
|
286
|
+
if (transaction._state !== "active") {
|
|
287
|
+
throw new TransactionInactiveError();
|
|
288
|
+
}
|
|
289
|
+
if (transaction.mode === "readonly") {
|
|
290
|
+
throw new ReadOnlyError();
|
|
291
|
+
}
|
|
292
|
+
if (effectiveObjectStore._rawObjectStore.deleted) {
|
|
293
|
+
throw new InvalidStateError();
|
|
294
|
+
}
|
|
295
|
+
if (!(this.source instanceof FDBObjectStore) && this.source._rawIndex.deleted) {
|
|
296
|
+
throw new InvalidStateError();
|
|
297
|
+
}
|
|
298
|
+
if (!this._gotValue || !Object.hasOwn(this, "value")) {
|
|
299
|
+
throw new InvalidStateError();
|
|
300
|
+
}
|
|
301
|
+
const clone = structuredClone(value);
|
|
302
|
+
if (effectiveObjectStore.keyPath !== null) {
|
|
303
|
+
let tempKey;
|
|
304
|
+
try {
|
|
305
|
+
tempKey = extractKey(effectiveObjectStore.keyPath, clone);
|
|
306
|
+
} catch (err) {
|
|
307
|
+
/* Handled immediately below */
|
|
308
|
+
}
|
|
309
|
+
if (cmp(tempKey, effectiveKey) !== 0) {
|
|
310
|
+
throw new DataError();
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
const record = {
|
|
314
|
+
key: effectiveKey,
|
|
315
|
+
value: clone
|
|
316
|
+
};
|
|
317
|
+
return transaction._execRequestAsync({
|
|
318
|
+
operation: effectiveObjectStore._rawObjectStore.storeRecord.bind(effectiveObjectStore._rawObjectStore, record, false, transaction._rollbackLog),
|
|
319
|
+
source: this
|
|
320
|
+
});
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBCursor-advance-void-unsigned-long-count
|
|
324
|
+
advance(count) {
|
|
325
|
+
if (!Number.isInteger(count) || count <= 0) {
|
|
326
|
+
throw new TypeError();
|
|
327
|
+
}
|
|
328
|
+
const effectiveObjectStore = getEffectiveObjectStore(this);
|
|
329
|
+
const transaction = effectiveObjectStore.transaction;
|
|
330
|
+
if (transaction._state !== "active") {
|
|
331
|
+
throw new TransactionInactiveError();
|
|
332
|
+
}
|
|
333
|
+
if (effectiveObjectStore._rawObjectStore.deleted) {
|
|
334
|
+
throw new InvalidStateError();
|
|
335
|
+
}
|
|
336
|
+
if (!(this.source instanceof FDBObjectStore) && this.source._rawIndex.deleted) {
|
|
337
|
+
throw new InvalidStateError();
|
|
338
|
+
}
|
|
339
|
+
if (!this._gotValue) {
|
|
340
|
+
throw new InvalidStateError();
|
|
341
|
+
}
|
|
342
|
+
if (this._request) {
|
|
343
|
+
this._request.readyState = "pending";
|
|
344
|
+
}
|
|
345
|
+
transaction._execRequestAsync({
|
|
346
|
+
operation: () => {
|
|
347
|
+
let result;
|
|
348
|
+
for (let i = 0; i < count; i++) {
|
|
349
|
+
result = this._iterate();
|
|
350
|
+
|
|
351
|
+
// Not sure why this is needed
|
|
352
|
+
if (!result) {
|
|
353
|
+
break;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
return result;
|
|
357
|
+
},
|
|
358
|
+
request: this._request,
|
|
359
|
+
source: this.source
|
|
360
|
+
});
|
|
361
|
+
this._gotValue = false;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBCursor-continue-void-any-key
|
|
365
|
+
continue(key) {
|
|
366
|
+
const effectiveObjectStore = getEffectiveObjectStore(this);
|
|
367
|
+
const transaction = effectiveObjectStore.transaction;
|
|
368
|
+
if (transaction._state !== "active") {
|
|
369
|
+
throw new TransactionInactiveError();
|
|
370
|
+
}
|
|
371
|
+
if (effectiveObjectStore._rawObjectStore.deleted) {
|
|
372
|
+
throw new InvalidStateError();
|
|
373
|
+
}
|
|
374
|
+
if (!(this.source instanceof FDBObjectStore) && this.source._rawIndex.deleted) {
|
|
375
|
+
throw new InvalidStateError();
|
|
376
|
+
}
|
|
377
|
+
if (!this._gotValue) {
|
|
378
|
+
throw new InvalidStateError();
|
|
379
|
+
}
|
|
380
|
+
if (key !== undefined) {
|
|
381
|
+
key = valueToKey(key);
|
|
382
|
+
const cmpResult = cmp(key, this._position);
|
|
383
|
+
if (cmpResult <= 0 && (this.direction === "next" || this.direction === "nextunique") || cmpResult >= 0 && (this.direction === "prev" || this.direction === "prevunique")) {
|
|
384
|
+
throw new DataError();
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
if (this._request) {
|
|
388
|
+
this._request.readyState = "pending";
|
|
389
|
+
}
|
|
390
|
+
transaction._execRequestAsync({
|
|
391
|
+
operation: this._iterate.bind(this, key),
|
|
392
|
+
request: this._request,
|
|
393
|
+
source: this.source
|
|
394
|
+
});
|
|
395
|
+
this._gotValue = false;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
// hthttps://w3c.github.io/IndexedDB/#dom-idbcursor-continueprimarykey
|
|
399
|
+
continuePrimaryKey(key, primaryKey) {
|
|
400
|
+
const effectiveObjectStore = getEffectiveObjectStore(this);
|
|
401
|
+
const transaction = effectiveObjectStore.transaction;
|
|
402
|
+
if (transaction._state !== "active") {
|
|
403
|
+
throw new TransactionInactiveError();
|
|
404
|
+
}
|
|
405
|
+
if (effectiveObjectStore._rawObjectStore.deleted) {
|
|
406
|
+
throw new InvalidStateError();
|
|
407
|
+
}
|
|
408
|
+
if (!(this.source instanceof FDBObjectStore) && this.source._rawIndex.deleted) {
|
|
409
|
+
throw new InvalidStateError();
|
|
410
|
+
}
|
|
411
|
+
if (this.source instanceof FDBObjectStore || this.direction !== "next" && this.direction !== "prev") {
|
|
412
|
+
throw new InvalidAccessError();
|
|
413
|
+
}
|
|
414
|
+
if (!this._gotValue) {
|
|
415
|
+
throw new InvalidStateError();
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// Not sure about this
|
|
419
|
+
if (key === undefined || primaryKey === undefined) {
|
|
420
|
+
throw new DataError();
|
|
421
|
+
}
|
|
422
|
+
key = valueToKey(key);
|
|
423
|
+
const cmpResult = cmp(key, this._position);
|
|
424
|
+
if (cmpResult === -1 && this.direction === "next" || cmpResult === 1 && this.direction === "prev") {
|
|
425
|
+
throw new DataError();
|
|
426
|
+
}
|
|
427
|
+
const cmpResult2 = cmp(primaryKey, this._objectStorePosition);
|
|
428
|
+
if (cmpResult === 0) {
|
|
429
|
+
if (cmpResult2 <= 0 && this.direction === "next" || cmpResult2 >= 0 && this.direction === "prev") {
|
|
430
|
+
throw new DataError();
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
if (this._request) {
|
|
434
|
+
this._request.readyState = "pending";
|
|
435
|
+
}
|
|
436
|
+
transaction._execRequestAsync({
|
|
437
|
+
operation: this._iterate.bind(this, key, primaryKey),
|
|
438
|
+
request: this._request,
|
|
439
|
+
source: this.source
|
|
440
|
+
});
|
|
441
|
+
this._gotValue = false;
|
|
442
|
+
}
|
|
443
|
+
delete() {
|
|
444
|
+
const effectiveObjectStore = getEffectiveObjectStore(this);
|
|
445
|
+
const effectiveKey = Object.hasOwn(this.source, "_rawIndex") ? this.primaryKey : this._position;
|
|
446
|
+
const transaction = effectiveObjectStore.transaction;
|
|
447
|
+
if (transaction._state !== "active") {
|
|
448
|
+
throw new TransactionInactiveError();
|
|
449
|
+
}
|
|
450
|
+
if (transaction.mode === "readonly") {
|
|
451
|
+
throw new ReadOnlyError();
|
|
452
|
+
}
|
|
453
|
+
if (effectiveObjectStore._rawObjectStore.deleted) {
|
|
454
|
+
throw new InvalidStateError();
|
|
455
|
+
}
|
|
456
|
+
if (!(this.source instanceof FDBObjectStore) && this.source._rawIndex.deleted) {
|
|
457
|
+
throw new InvalidStateError();
|
|
458
|
+
}
|
|
459
|
+
if (!this._gotValue || !Object.hasOwn(this, "value")) {
|
|
460
|
+
throw new InvalidStateError();
|
|
461
|
+
}
|
|
462
|
+
return transaction._execRequestAsync({
|
|
463
|
+
operation: effectiveObjectStore._rawObjectStore.deleteRecord.bind(effectiveObjectStore._rawObjectStore, effectiveKey, transaction._rollbackLog),
|
|
464
|
+
source: this
|
|
465
|
+
});
|
|
466
|
+
}
|
|
467
|
+
toString() {
|
|
468
|
+
return "[object IDBCursor]";
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
export default FDBCursor;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import FDBCursor from "./FDBCursor.js";
|
|
2
|
+
class FDBCursorWithValue extends FDBCursor {
|
|
3
|
+
value = undefined;
|
|
4
|
+
constructor(source, range, direction, request) {
|
|
5
|
+
super(source, range, direction, request);
|
|
6
|
+
}
|
|
7
|
+
toString() {
|
|
8
|
+
return "[object IDBCursorWithValue]";
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export default FDBCursorWithValue;
|
package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import FDBTransaction from "./FDBTransaction.js";
|
|
2
|
+
import { ConstraintError, InvalidAccessError, InvalidStateError, NotFoundError, TransactionInactiveError } from "./lib/errors.js";
|
|
3
|
+
import FakeDOMStringList from "./lib/FakeDOMStringList.js";
|
|
4
|
+
import FakeEventTarget from "./lib/FakeEventTarget.js";
|
|
5
|
+
import ObjectStore from "./lib/ObjectStore.js";
|
|
6
|
+
import { queueTask } from "./lib/scheduling.js";
|
|
7
|
+
import validateKeyPath from "./lib/validateKeyPath.js";
|
|
8
|
+
const confirmActiveVersionchangeTransaction = database => {
|
|
9
|
+
if (!database._runningVersionchangeTransaction) {
|
|
10
|
+
throw new InvalidStateError();
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// Find the latest versionchange transaction
|
|
14
|
+
const transactions = database._rawDatabase.transactions.filter(tx => {
|
|
15
|
+
return tx.mode === "versionchange";
|
|
16
|
+
});
|
|
17
|
+
const transaction = transactions[transactions.length - 1];
|
|
18
|
+
if (!transaction || transaction._state === "finished") {
|
|
19
|
+
throw new InvalidStateError();
|
|
20
|
+
}
|
|
21
|
+
if (transaction._state !== "active") {
|
|
22
|
+
throw new TransactionInactiveError();
|
|
23
|
+
}
|
|
24
|
+
return transaction;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#database-closing-steps
|
|
28
|
+
const closeConnection = connection => {
|
|
29
|
+
connection._closePending = true;
|
|
30
|
+
const transactionsComplete = connection._rawDatabase.transactions.every(transaction => {
|
|
31
|
+
return transaction._state === "finished";
|
|
32
|
+
});
|
|
33
|
+
if (transactionsComplete) {
|
|
34
|
+
connection._closed = true;
|
|
35
|
+
connection._rawDatabase.connections = connection._rawDatabase.connections.filter(otherConnection => {
|
|
36
|
+
return connection !== otherConnection;
|
|
37
|
+
});
|
|
38
|
+
} else {
|
|
39
|
+
queueTask(() => {
|
|
40
|
+
closeConnection(connection);
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
// http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#database-interface
|
|
46
|
+
class FDBDatabase extends FakeEventTarget {
|
|
47
|
+
_closePending = false;
|
|
48
|
+
_closed = false;
|
|
49
|
+
_runningVersionchangeTransaction = false;
|
|
50
|
+
constructor(rawDatabase) {
|
|
51
|
+
super();
|
|
52
|
+
this._rawDatabase = rawDatabase;
|
|
53
|
+
this._rawDatabase.connections.push(this);
|
|
54
|
+
this.name = rawDatabase.name;
|
|
55
|
+
this.version = rawDatabase.version;
|
|
56
|
+
this.objectStoreNames = new FakeDOMStringList(...Array.from(rawDatabase.rawObjectStores.keys()).sort());
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// http://w3c.github.io/IndexedDB/#dom-idbdatabase-createobjectstore
|
|
60
|
+
createObjectStore(name, options = {}) {
|
|
61
|
+
if (name === undefined) {
|
|
62
|
+
throw new TypeError();
|
|
63
|
+
}
|
|
64
|
+
const transaction = confirmActiveVersionchangeTransaction(this);
|
|
65
|
+
const keyPath = options !== null && options.keyPath !== undefined ? options.keyPath : null;
|
|
66
|
+
const autoIncrement = options !== null && options.autoIncrement !== undefined ? options.autoIncrement : false;
|
|
67
|
+
if (keyPath !== null) {
|
|
68
|
+
validateKeyPath(keyPath);
|
|
69
|
+
}
|
|
70
|
+
if (this._rawDatabase.rawObjectStores.has(name)) {
|
|
71
|
+
throw new ConstraintError();
|
|
72
|
+
}
|
|
73
|
+
if (autoIncrement && (keyPath === "" || Array.isArray(keyPath))) {
|
|
74
|
+
throw new InvalidAccessError();
|
|
75
|
+
}
|
|
76
|
+
const objectStoreNames = [...this.objectStoreNames];
|
|
77
|
+
transaction._rollbackLog.push(() => {
|
|
78
|
+
const objectStore = this._rawDatabase.rawObjectStores.get(name);
|
|
79
|
+
if (objectStore) {
|
|
80
|
+
objectStore.deleted = true;
|
|
81
|
+
}
|
|
82
|
+
this.objectStoreNames = new FakeDOMStringList(...objectStoreNames);
|
|
83
|
+
transaction._scope.delete(name);
|
|
84
|
+
this._rawDatabase.rawObjectStores.delete(name);
|
|
85
|
+
});
|
|
86
|
+
const rawObjectStore = new ObjectStore(this._rawDatabase, name, keyPath, autoIncrement);
|
|
87
|
+
this.objectStoreNames._push(name);
|
|
88
|
+
this.objectStoreNames._sort();
|
|
89
|
+
transaction._scope.add(name);
|
|
90
|
+
this._rawDatabase.rawObjectStores.set(name, rawObjectStore);
|
|
91
|
+
transaction.objectStoreNames = new FakeDOMStringList(...this.objectStoreNames);
|
|
92
|
+
return transaction.objectStore(name);
|
|
93
|
+
}
|
|
94
|
+
deleteObjectStore(name) {
|
|
95
|
+
if (name === undefined) {
|
|
96
|
+
throw new TypeError();
|
|
97
|
+
}
|
|
98
|
+
const transaction = confirmActiveVersionchangeTransaction(this);
|
|
99
|
+
const store = this._rawDatabase.rawObjectStores.get(name);
|
|
100
|
+
if (store === undefined) {
|
|
101
|
+
throw new NotFoundError();
|
|
102
|
+
}
|
|
103
|
+
this.objectStoreNames = new FakeDOMStringList(...Array.from(this.objectStoreNames).filter(objectStoreName => {
|
|
104
|
+
return objectStoreName !== name;
|
|
105
|
+
}));
|
|
106
|
+
transaction.objectStoreNames = new FakeDOMStringList(...this.objectStoreNames);
|
|
107
|
+
transaction._rollbackLog.push(() => {
|
|
108
|
+
store.deleted = false;
|
|
109
|
+
this._rawDatabase.rawObjectStores.set(name, store);
|
|
110
|
+
this.objectStoreNames._push(name);
|
|
111
|
+
this.objectStoreNames._sort();
|
|
112
|
+
});
|
|
113
|
+
store.deleted = true;
|
|
114
|
+
this._rawDatabase.rawObjectStores.delete(name);
|
|
115
|
+
transaction._objectStoresCache.delete(name);
|
|
116
|
+
}
|
|
117
|
+
transaction(storeNames, mode) {
|
|
118
|
+
mode = mode !== undefined ? mode : "readonly";
|
|
119
|
+
if (mode !== "readonly" && mode !== "readwrite" && mode !== "versionchange") {
|
|
120
|
+
throw new TypeError("Invalid mode: " + mode);
|
|
121
|
+
}
|
|
122
|
+
const hasActiveVersionchange = this._rawDatabase.transactions.some(transaction => {
|
|
123
|
+
return transaction._state === "active" && transaction.mode === "versionchange" && transaction.db === this;
|
|
124
|
+
});
|
|
125
|
+
if (hasActiveVersionchange) {
|
|
126
|
+
throw new InvalidStateError();
|
|
127
|
+
}
|
|
128
|
+
if (this._closePending) {
|
|
129
|
+
throw new InvalidStateError();
|
|
130
|
+
}
|
|
131
|
+
if (!Array.isArray(storeNames)) {
|
|
132
|
+
storeNames = [storeNames];
|
|
133
|
+
}
|
|
134
|
+
if (storeNames.length === 0 && mode !== "versionchange") {
|
|
135
|
+
throw new InvalidAccessError();
|
|
136
|
+
}
|
|
137
|
+
for (const storeName of storeNames) {
|
|
138
|
+
if (!this.objectStoreNames.contains(storeName)) {
|
|
139
|
+
throw new NotFoundError("No objectStore named " + storeName + " in this database");
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
const tx = new FDBTransaction(storeNames, mode, this);
|
|
143
|
+
this._rawDatabase.transactions.push(tx);
|
|
144
|
+
this._rawDatabase.processTransactions(); // See if can start right away (async)
|
|
145
|
+
|
|
146
|
+
return tx;
|
|
147
|
+
}
|
|
148
|
+
close() {
|
|
149
|
+
closeConnection(this);
|
|
150
|
+
}
|
|
151
|
+
toString() {
|
|
152
|
+
return "[object IDBDatabase]";
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
export default FDBDatabase;
|