@templmf/temp-solf-lmf 0.0.143 → 0.0.145

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.
Files changed (361) hide show
  1. package/McpHttpClient.js +19 -0
  2. package/new/f2e-spec-main.zip +0 -0
  3. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/AUTHORS +18 -0
  4. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/COPYING +674 -0
  5. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/cs/messages.json +1252 -0
  6. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/en/messages.json +1339 -0
  7. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/fa/messages.json +1219 -0
  8. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/ru/messages.json +1276 -0
  9. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh/messages.json +1279 -0
  10. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_CN/messages.json +1279 -0
  11. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_TW/messages.json +1267 -0
  12. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/computed_hashes.json +1 -0
  13. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/verified_contents.json +1 -0
  14. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/options.css +531 -0
  15. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/popup.css +197 -0
  16. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/draw_omega.js +22 -0
  17. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.png +0 -0
  18. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.svg +1 -0
  19. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-48.png +0 -0
  20. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-64.png +0 -0
  21. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-16.png +0 -0
  22. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-19.png +0 -0
  23. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-24.png +0 -0
  24. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-32.png +0 -0
  25. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action.svg +1 -0
  26. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/indexedDB.js +67 -0
  27. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background.js +611 -0
  28. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background_preload.js +92 -0
  29. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/log_error.js +17 -0
  30. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega.js +2190 -0
  31. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_debug.js +90 -0
  32. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_decoration.js +175 -0
  33. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_pac.min.js +19199 -0
  34. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target.min.js +11491 -0
  35. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_chromium_extension.min.js +5742 -0
  36. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_popup.js +93 -0
  37. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_web.js +295 -0
  38. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_webext_proxy_script.min.js +19310 -0
  39. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options.js +73 -0
  40. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options_guide.js +67 -0
  41. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/popup.js +541 -0
  42. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/switch_profile_guide.js +104 -0
  43. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/FileSaver/FileSaver.min.js +2 -0
  44. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular/angular.min.js +352 -0
  45. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-animate/angular-animate.min.js +59 -0
  46. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
  47. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_en-us.js +143 -0
  48. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-cn.js +125 -0
  49. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-hk.js +125 -0
  50. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-tw.js +125 -0
  51. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ladda/angular-ladda.min.js +2 -0
  52. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-loader/angular-loader.min.js +10 -0
  53. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-sanitize/angular-sanitize.min.js +18 -0
  54. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js +2 -0
  55. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-router/angular-ui-router.min.js +8 -0
  56. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-sortable/sortable.min.js +8 -0
  57. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-utils/validate.min.js +7 -0
  58. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/blob/Blob.js +684 -0
  59. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/css/bootstrap.min.css +6 -0
  60. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  61. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
  62. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  63. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  64. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  65. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/js/dropdown.js +165 -0
  66. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jquery/jquery.min.js +2 -0
  67. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +11 -0
  68. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jsondiffpatch/jsondiffpatch.min.js +37 -0
  69. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda-themeless.min.css +7 -0
  70. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda.min.js +8 -0
  71. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ngprogress/ngProgress.min.js +8 -0
  72. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/script.js/script.min.js +6 -0
  73. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd-theme-arrows.css +210 -0
  74. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd.min.js +2 -0
  75. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.css +507 -0
  76. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.js +2341 -0
  77. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spin.js/spin.js +337 -0
  78. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/tether/tether.js +1443 -0
  79. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/base.css +437 -0
  80. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-auto.css +38 -0
  81. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-dark.css +18 -0
  82. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-light.css +18 -0
  83. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-3024.css +20 -0
  84. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apathy.css +20 -0
  85. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apprentice.css +20 -0
  86. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave-light.css +20 -0
  87. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave.css +20 -0
  88. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune-light.css +20 -0
  89. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune.css +20 -0
  90. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary-light.css +20 -0
  91. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary.css +20 -0
  92. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest-light.css +20 -0
  93. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest.css +20 -0
  94. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath-light.css +20 -0
  95. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath.css +20 -0
  96. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside-light.css +20 -0
  97. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside.css +20 -0
  98. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau-light.css +20 -0
  99. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau.css +20 -0
  100. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna-light.css +20 -0
  101. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna.css +20 -0
  102. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside-light.css +20 -0
  103. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside.css +20 -0
  104. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool-light.css +20 -0
  105. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool.css +20 -0
  106. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atlas.css +20 -0
  107. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bespin.css +20 -0
  108. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brewer.css +20 -0
  109. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bright.css +20 -0
  110. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees-dark.css +20 -0
  111. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees.css +20 -0
  112. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-chalk.css +20 -0
  113. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-dark.css +20 -0
  114. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-light.css +18 -0
  115. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-red-screen.css +23 -0
  116. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-light.css +19 -0
  117. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-night.css +19 -0
  118. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-circus.css +20 -0
  119. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-dark.css +20 -0
  120. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-light.css +20 -0
  121. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-colors.css +20 -0
  122. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupcake.css +20 -0
  123. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupertino.css +20 -0
  124. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-black.css +20 -0
  125. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-gray.css +20 -0
  126. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-ocean.css +20 -0
  127. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-paper.css +20 -0
  128. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-white.css +20 -0
  129. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darcula.css +20 -0
  130. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darkmoss.css +20 -0
  131. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darktooth.css +20 -0
  132. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-decaf.css +20 -0
  133. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-dark.css +20 -0
  134. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-light.css +20 -0
  135. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eighties.css +20 -0
  136. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-embers.css +20 -0
  137. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-dark.css +20 -0
  138. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-dark.css +20 -0
  139. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-light.css +20 -0
  140. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-light.css +20 -0
  141. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-espresso.css +20 -0
  142. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva-dim.css +20 -0
  143. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva.css +20 -0
  144. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-flat.css +20 -0
  145. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-framer.css +20 -0
  146. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gigavolt.css +20 -0
  147. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-github.css +20 -0
  148. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-dark.css +20 -0
  149. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-light.css +20 -0
  150. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-dark.css +20 -0
  151. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-light.css +20 -0
  152. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-green-screen.css +20 -0
  153. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-hard.css +20 -0
  154. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-medium.css +20 -0
  155. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-pale.css +20 -0
  156. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-soft.css +20 -0
  157. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-hard.css +20 -0
  158. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-medium.css +20 -0
  159. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-soft.css +20 -0
  160. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hardcore.css +20 -0
  161. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-dark.css +20 -0
  162. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-light.css +20 -0
  163. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-helios.css +20 -0
  164. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hopscotch.css +20 -0
  165. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-dark.css +20 -0
  166. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-light.css +20 -0
  167. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-dark.css +20 -0
  168. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-light.css +20 -0
  169. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-icy-dark.css +20 -0
  170. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ir-black.css +20 -0
  171. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-isotope.css +20 -0
  172. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-kimber.css +20 -0
  173. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-macintosh.css +20 -0
  174. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-marrakesh.css +20 -0
  175. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-materia.css +20 -0
  176. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-darker.css +20 -0
  177. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-lighter.css +20 -0
  178. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-palenight.css +20 -0
  179. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-vivid.css +20 -0
  180. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material.css +20 -0
  181. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mexico-light.css +20 -0
  182. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mocha.css +20 -0
  183. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-monokai.css +20 -0
  184. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nebula.css +20 -0
  185. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nord.css +20 -0
  186. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nova.css +20 -0
  187. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ocean.css +20 -0
  188. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-oceanicnext.css +20 -0
  189. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-one-light.css +20 -0
  190. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-onedark.css +20 -0
  191. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-outrun-dark.css +20 -0
  192. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-paraiso.css +20 -0
  193. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pasque.css +20 -0
  194. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-phd.css +20 -0
  195. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pinky.css +20 -0
  196. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pop.css +20 -0
  197. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-porple.css +20 -0
  198. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-colorblind.css +20 -0
  199. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-dimmed.css +20 -0
  200. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-high-contrast.css +20 -0
  201. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark.css +20 -0
  202. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light-colorblind.css +20 -0
  203. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light.css +20 -0
  204. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-qualia.css +20 -0
  205. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-railscasts.css +20 -0
  206. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-dawn.css +20 -0
  207. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-moon.css +20 -0
  208. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine.css +20 -0
  209. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sagelight.css +20 -0
  210. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sakura.css +20 -0
  211. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sandcastle.css +20 -0
  212. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-shapeshifter.css +20 -0
  213. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-dark.css +20 -0
  214. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-light.css +20 -0
  215. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-snazzy.css +20 -0
  216. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare-light.css +20 -0
  217. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare.css +20 -0
  218. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-dark.css +20 -0
  219. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-light.css +20 -0
  220. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-spacemacs.css +20 -0
  221. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summercamp.css +20 -0
  222. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-dark.css +20 -0
  223. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-light.css +20 -0
  224. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-dark.css +20 -0
  225. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-light.css +20 -0
  226. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tender.css +20 -0
  227. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-blue.css +19 -0
  228. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-bright.css +19 -0
  229. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-eighties.css +19 -0
  230. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night.css +20 -0
  231. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow.css +20 -0
  232. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-twilight.css +20 -0
  233. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-dark.css +20 -0
  234. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-light.css +20 -0
  235. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-vulcan.css +20 -0
  236. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10-light.css +20 -0
  237. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10.css +20 -0
  238. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95-light.css +20 -0
  239. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95.css +20 -0
  240. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast-light.css +20 -0
  241. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast.css +20 -0
  242. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt-light.css +20 -0
  243. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt.css +20 -0
  244. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-woodland.css +20 -0
  245. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-xcode-dusk.css +20 -0
  246. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-zenburn.css +20 -0
  247. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/themes.json +3617 -0
  248. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/variable.css +33 -0
  249. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/bower.json +14 -0
  250. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/compare-versions/compare-versions.js +219 -0
  251. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/csso/csso.js +23 -0
  252. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursor.js +471 -0
  253. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursorWithValue.js +11 -0
  254. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js +155 -0
  255. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBFactory.js +256 -0
  256. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBIndex.js +183 -0
  257. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBKeyRange.js +71 -0
  258. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBObjectStore.js +375 -0
  259. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBOpenDBRequest.js +9 -0
  260. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBRequest.js +33 -0
  261. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBTransaction.js +213 -0
  262. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBVersionChangeEvent.js +12 -0
  263. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/fakeIndexedDB.js +3 -0
  264. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/index.js +14 -0
  265. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Database.js +32 -0
  266. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeDOMStringList.js +72 -0
  267. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEvent.js +38 -0
  268. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEventTarget.js +104 -0
  269. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Index.js +157 -0
  270. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/KeyGenerator.js +22 -0
  271. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/ObjectStore.js +172 -0
  272. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/RecordStore.js +133 -0
  273. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/binarySearch.js +74 -0
  274. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/canInjectKey.js +23 -0
  275. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js +77 -0
  276. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/enforceRange.js +13 -0
  277. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js +62 -0
  278. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/extractKey.js +39 -0
  279. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/scheduling.js +29 -0
  280. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js +1 -0
  281. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/validateKeyPath.js +46 -0
  282. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKey.js +55 -0
  283. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKeyRange.js +19 -0
  284. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/filesize/filesize.esm.js +228 -0
  285. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/idb-keyval/idb-keyval.js +274 -0
  286. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.contentWindow.min.js +1305 -0
  287. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.min.js +1466 -0
  288. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jquery-ui/jquery-ui-1.10.4.custom.min.js +6 -0
  289. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jszip/jszip.min.js +13 -0
  290. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/moment/moment-with-locales.js +18476 -0
  291. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator.css +1368 -0
  292. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator_esm.js +29258 -0
  293. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js +467 -0
  294. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify.css +94 -0
  295. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/localstorage-polyfill.js +67 -0
  296. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/log.js +119 -0
  297. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/manifest.json +47 -0
  298. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/options.html +50 -0
  299. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/about.html +39 -0
  300. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/apply_options_confirm.html +13 -0
  301. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/builtin.html +16 -0
  302. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/cannot_delete_profile.html +17 -0
  303. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_attached.html +14 -0
  304. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_profile.html +13 -0
  305. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/fixed_auth_edit.html +29 -0
  306. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/general.html +36 -0
  307. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/input_group_clear.html +5 -0
  308. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/io.html +115 -0
  309. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/new_profile.html +54 -0
  310. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/omega_profile_select.html +9 -0
  311. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/options_welcome.html +15 -0
  312. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile.html +17 -0
  313. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_fixed.html +55 -0
  314. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_pac.html +68 -0
  315. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_rule_list.html +34 -0
  316. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_switch.html +185 -0
  317. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_unsupported.html +3 -0
  318. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_virtual.html +19 -0
  319. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rename_profile.html +24 -0
  320. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/replace_profile.html +15 -0
  321. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/reset_options_confirm.html +12 -0
  322. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_remove_confirm.html +14 -0
  323. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_reset_confirm.html +13 -0
  324. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/theme.html +20 -0
  325. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/ui.html +72 -0
  326. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/dialog.css +119 -0
  327. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/index.css +225 -0
  328. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/grant_permissions.html +51 -0
  329. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/img/AllowedIncognitoAccess.png +0 -0
  330. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/index.html +58 -0
  331. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/grant_permissions.js +32 -0
  332. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/i18n.js +10 -0
  333. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/index.js +56 -0
  334. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard.js +134 -0
  335. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard_help.js +32 -0
  336. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/loader.js +51 -0
  337. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/profiles.js +294 -0
  338. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/proxy_not_controllable.js +43 -0
  339. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/style.js +15 -0
  340. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/base.css +33 -0
  341. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/index.css +145 -0
  342. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/index.html +21 -0
  343. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/index.js +588 -0
  344. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/loader.js +24 -0
  345. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/tab.js +154 -0
  346. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/url.js +334 -0
  347. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/utils.js +88 -0
  348. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/proxy_not_controllable.html +23 -0
  349. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/base.css +34 -0
  350. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/index.css +15 -0
  351. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/index.html +21 -0
  352. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/index.js +168 -0
  353. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/loader.js +27 -0
  354. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.html +22 -0
  355. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.js +14 -0
  356. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup.html +137 -0
  357. package/new/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/x-background.js +65 -0
  358. package/package.json +1 -1
  359. package/server.js +19 -0
  360. package/1.jpg +0 -0
  361. package/2.jpg +0 -0
@@ -0,0 +1,375 @@
1
+ import FDBCursor from "./FDBCursor.js";
2
+ import FDBCursorWithValue from "./FDBCursorWithValue.js";
3
+ import FDBIndex from "./FDBIndex.js";
4
+ import FDBKeyRange from "./FDBKeyRange.js";
5
+ import FDBRequest from "./FDBRequest.js";
6
+ import canInjectKey from "./lib/canInjectKey.js";
7
+ import enforceRange from "./lib/enforceRange.js";
8
+ import { ConstraintError, DataError, InvalidAccessError, InvalidStateError, NotFoundError, ReadOnlyError, TransactionInactiveError } from "./lib/errors.js";
9
+ import extractKey from "./lib/extractKey.js";
10
+ import FakeDOMStringList from "./lib/FakeDOMStringList.js";
11
+ import Index from "./lib/Index.js";
12
+ import validateKeyPath from "./lib/validateKeyPath.js";
13
+ import valueToKey from "./lib/valueToKey.js";
14
+ import valueToKeyRange from "./lib/valueToKeyRange.js";
15
+ const confirmActiveTransaction = objectStore => {
16
+ if (objectStore._rawObjectStore.deleted) {
17
+ throw new InvalidStateError();
18
+ }
19
+ if (objectStore.transaction._state !== "active") {
20
+ throw new TransactionInactiveError();
21
+ }
22
+ };
23
+ const buildRecordAddPut = (objectStore, value, key) => {
24
+ confirmActiveTransaction(objectStore);
25
+ if (objectStore.transaction.mode === "readonly") {
26
+ throw new ReadOnlyError();
27
+ }
28
+ if (objectStore.keyPath !== null) {
29
+ if (key !== undefined) {
30
+ throw new DataError();
31
+ }
32
+ }
33
+ const clone = structuredClone(value);
34
+ if (objectStore.keyPath !== null) {
35
+ const tempKey = extractKey(objectStore.keyPath, clone);
36
+ if (tempKey !== undefined) {
37
+ valueToKey(tempKey);
38
+ } else {
39
+ if (!objectStore._rawObjectStore.keyGenerator) {
40
+ throw new DataError();
41
+ } else if (!canInjectKey(objectStore.keyPath, clone)) {
42
+ throw new DataError();
43
+ }
44
+ }
45
+ }
46
+ if (objectStore.keyPath === null && objectStore._rawObjectStore.keyGenerator === null && key === undefined) {
47
+ throw new DataError();
48
+ }
49
+ if (key !== undefined) {
50
+ key = valueToKey(key);
51
+ }
52
+ return {
53
+ key,
54
+ value: clone
55
+ };
56
+ };
57
+
58
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#object-store
59
+ class FDBObjectStore {
60
+ _indexesCache = new Map();
61
+ constructor(transaction, rawObjectStore) {
62
+ this._rawObjectStore = rawObjectStore;
63
+ this._name = rawObjectStore.name;
64
+ this.keyPath = rawObjectStore.keyPath;
65
+ this.autoIncrement = rawObjectStore.autoIncrement;
66
+ this.transaction = transaction;
67
+ this.indexNames = new FakeDOMStringList(...Array.from(rawObjectStore.rawIndexes.keys()).sort());
68
+ }
69
+ get name() {
70
+ return this._name;
71
+ }
72
+
73
+ // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-name
74
+ set name(name) {
75
+ const transaction = this.transaction;
76
+ if (!transaction.db._runningVersionchangeTransaction) {
77
+ throw new InvalidStateError();
78
+ }
79
+ confirmActiveTransaction(this);
80
+ name = String(name);
81
+ if (name === this._name) {
82
+ return;
83
+ }
84
+ if (this._rawObjectStore.rawDatabase.rawObjectStores.has(name)) {
85
+ throw new ConstraintError();
86
+ }
87
+ const oldName = this._name;
88
+ const oldObjectStoreNames = [...transaction.db.objectStoreNames];
89
+ this._name = name;
90
+ this._rawObjectStore.name = name;
91
+ this.transaction._objectStoresCache.delete(oldName);
92
+ this.transaction._objectStoresCache.set(name, this);
93
+ this._rawObjectStore.rawDatabase.rawObjectStores.delete(oldName);
94
+ this._rawObjectStore.rawDatabase.rawObjectStores.set(name, this._rawObjectStore);
95
+ transaction.db.objectStoreNames = new FakeDOMStringList(...Array.from(this._rawObjectStore.rawDatabase.rawObjectStores.keys()).filter(objectStoreName => {
96
+ const objectStore = this._rawObjectStore.rawDatabase.rawObjectStores.get(objectStoreName);
97
+ return objectStore && !objectStore.deleted;
98
+ }).sort());
99
+ const oldScope = new Set(transaction._scope);
100
+ const oldTransactionObjectStoreNames = [...transaction.objectStoreNames];
101
+ this.transaction._scope.delete(oldName);
102
+ transaction._scope.add(name);
103
+ transaction.objectStoreNames = new FakeDOMStringList(...Array.from(transaction._scope).sort());
104
+ transaction._rollbackLog.push(() => {
105
+ this._name = oldName;
106
+ this._rawObjectStore.name = oldName;
107
+ this.transaction._objectStoresCache.delete(name);
108
+ this.transaction._objectStoresCache.set(oldName, this);
109
+ this._rawObjectStore.rawDatabase.rawObjectStores.delete(name);
110
+ this._rawObjectStore.rawDatabase.rawObjectStores.set(oldName, this._rawObjectStore);
111
+ transaction.db.objectStoreNames = new FakeDOMStringList(...oldObjectStoreNames);
112
+ transaction._scope = oldScope;
113
+ transaction.objectStoreNames = new FakeDOMStringList(...oldTransactionObjectStoreNames);
114
+ });
115
+ }
116
+ put(value, key) {
117
+ if (arguments.length === 0) {
118
+ throw new TypeError();
119
+ }
120
+ const record = buildRecordAddPut(this, value, key);
121
+ return this.transaction._execRequestAsync({
122
+ operation: this._rawObjectStore.storeRecord.bind(this._rawObjectStore, record, false, this.transaction._rollbackLog),
123
+ source: this
124
+ });
125
+ }
126
+ add(value, key) {
127
+ if (arguments.length === 0) {
128
+ throw new TypeError();
129
+ }
130
+ const record = buildRecordAddPut(this, value, key);
131
+ return this.transaction._execRequestAsync({
132
+ operation: this._rawObjectStore.storeRecord.bind(this._rawObjectStore, record, true, this.transaction._rollbackLog),
133
+ source: this
134
+ });
135
+ }
136
+ delete(key) {
137
+ if (arguments.length === 0) {
138
+ throw new TypeError();
139
+ }
140
+ confirmActiveTransaction(this);
141
+ if (this.transaction.mode === "readonly") {
142
+ throw new ReadOnlyError();
143
+ }
144
+ if (!(key instanceof FDBKeyRange)) {
145
+ key = valueToKey(key);
146
+ }
147
+ return this.transaction._execRequestAsync({
148
+ operation: this._rawObjectStore.deleteRecord.bind(this._rawObjectStore, key, this.transaction._rollbackLog),
149
+ source: this
150
+ });
151
+ }
152
+ get(key) {
153
+ if (arguments.length === 0) {
154
+ throw new TypeError();
155
+ }
156
+ confirmActiveTransaction(this);
157
+ if (!(key instanceof FDBKeyRange)) {
158
+ key = valueToKey(key);
159
+ }
160
+ return this.transaction._execRequestAsync({
161
+ operation: this._rawObjectStore.getValue.bind(this._rawObjectStore, key),
162
+ source: this
163
+ });
164
+ }
165
+
166
+ // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-getall
167
+ getAll(query, count) {
168
+ if (arguments.length > 1 && count !== undefined) {
169
+ count = enforceRange(count, "unsigned long");
170
+ }
171
+ confirmActiveTransaction(this);
172
+ const range = valueToKeyRange(query);
173
+ return this.transaction._execRequestAsync({
174
+ operation: this._rawObjectStore.getAllValues.bind(this._rawObjectStore, range, count),
175
+ source: this
176
+ });
177
+ }
178
+
179
+ // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-getkey
180
+ getKey(key) {
181
+ if (arguments.length === 0) {
182
+ throw new TypeError();
183
+ }
184
+ confirmActiveTransaction(this);
185
+ if (!(key instanceof FDBKeyRange)) {
186
+ key = valueToKey(key);
187
+ }
188
+ return this.transaction._execRequestAsync({
189
+ operation: this._rawObjectStore.getKey.bind(this._rawObjectStore, key),
190
+ source: this
191
+ });
192
+ }
193
+
194
+ // http://w3c.github.io/IndexedDB/#dom-idbobjectstore-getallkeys
195
+ getAllKeys(query, count) {
196
+ if (arguments.length > 1 && count !== undefined) {
197
+ count = enforceRange(count, "unsigned long");
198
+ }
199
+ confirmActiveTransaction(this);
200
+ const range = valueToKeyRange(query);
201
+ return this.transaction._execRequestAsync({
202
+ operation: this._rawObjectStore.getAllKeys.bind(this._rawObjectStore, range, count),
203
+ source: this
204
+ });
205
+ }
206
+ clear() {
207
+ confirmActiveTransaction(this);
208
+ if (this.transaction.mode === "readonly") {
209
+ throw new ReadOnlyError();
210
+ }
211
+ return this.transaction._execRequestAsync({
212
+ operation: this._rawObjectStore.clear.bind(this._rawObjectStore, this.transaction._rollbackLog),
213
+ source: this
214
+ });
215
+ }
216
+ openCursor(range, direction) {
217
+ confirmActiveTransaction(this);
218
+ if (range === null) {
219
+ range = undefined;
220
+ }
221
+ if (range !== undefined && !(range instanceof FDBKeyRange)) {
222
+ range = FDBKeyRange.only(valueToKey(range));
223
+ }
224
+ const request = new FDBRequest();
225
+ request.source = this;
226
+ request.transaction = this.transaction;
227
+ const cursor = new FDBCursorWithValue(this, range, direction, request);
228
+ return this.transaction._execRequestAsync({
229
+ operation: cursor._iterate.bind(cursor),
230
+ request,
231
+ source: this
232
+ });
233
+ }
234
+ openKeyCursor(range, direction) {
235
+ confirmActiveTransaction(this);
236
+ if (range === null) {
237
+ range = undefined;
238
+ }
239
+ if (range !== undefined && !(range instanceof FDBKeyRange)) {
240
+ range = FDBKeyRange.only(valueToKey(range));
241
+ }
242
+ const request = new FDBRequest();
243
+ request.source = this;
244
+ request.transaction = this.transaction;
245
+ const cursor = new FDBCursor(this, range, direction, request, true);
246
+ return this.transaction._execRequestAsync({
247
+ operation: cursor._iterate.bind(cursor),
248
+ request,
249
+ source: this
250
+ });
251
+ }
252
+
253
+ // tslint:-next-line max-line-length
254
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBObjectStore-createIndex-IDBIndex-DOMString-name-DOMString-sequence-DOMString--keyPath-IDBIndexParameters-optionalParameters
255
+ createIndex(name, keyPath, optionalParameters = {}) {
256
+ if (arguments.length < 2) {
257
+ throw new TypeError();
258
+ }
259
+ const multiEntry = optionalParameters.multiEntry !== undefined ? optionalParameters.multiEntry : false;
260
+ const unique = optionalParameters.unique !== undefined ? optionalParameters.unique : false;
261
+ if (this.transaction.mode !== "versionchange") {
262
+ throw new InvalidStateError();
263
+ }
264
+ confirmActiveTransaction(this);
265
+ if (this.indexNames.contains(name)) {
266
+ throw new ConstraintError();
267
+ }
268
+ validateKeyPath(keyPath);
269
+ if (Array.isArray(keyPath) && multiEntry) {
270
+ throw new InvalidAccessError();
271
+ }
272
+
273
+ // The index that is requested to be created can contain constraints on the data allowed in the index's
274
+ // referenced object store, such as requiring uniqueness of the values referenced by the index's keyPath. If the
275
+ // referenced object store already contains data which violates these constraints, this MUST NOT cause the
276
+ // implementation of createIndex to throw an exception or affect what it returns. The implementation MUST still
277
+ // create and return an IDBIndex object. Instead the implementation must queue up an operation to abort the
278
+ // "versionchange" transaction which was used for the createIndex call.
279
+
280
+ const indexNames = [...this.indexNames];
281
+ this.transaction._rollbackLog.push(() => {
282
+ const index2 = this._rawObjectStore.rawIndexes.get(name);
283
+ if (index2) {
284
+ index2.deleted = true;
285
+ }
286
+ this.indexNames = new FakeDOMStringList(...indexNames);
287
+ this._rawObjectStore.rawIndexes.delete(name);
288
+ });
289
+ const index = new Index(this._rawObjectStore, name, keyPath, multiEntry, unique);
290
+ this.indexNames._push(name);
291
+ this.indexNames._sort();
292
+ this._rawObjectStore.rawIndexes.set(name, index);
293
+ index.initialize(this.transaction); // This is async by design
294
+
295
+ return new FDBIndex(this, index);
296
+ }
297
+
298
+ // https://w3c.github.io/IndexedDB/#dom-idbobjectstore-index
299
+ index(name) {
300
+ if (arguments.length === 0) {
301
+ throw new TypeError();
302
+ }
303
+ if (this._rawObjectStore.deleted || this.transaction._state === "finished") {
304
+ throw new InvalidStateError();
305
+ }
306
+ const index = this._indexesCache.get(name);
307
+ if (index !== undefined) {
308
+ return index;
309
+ }
310
+ const rawIndex = this._rawObjectStore.rawIndexes.get(name);
311
+ if (!this.indexNames.contains(name) || rawIndex === undefined) {
312
+ throw new NotFoundError();
313
+ }
314
+ const index2 = new FDBIndex(this, rawIndex);
315
+ this._indexesCache.set(name, index2);
316
+ return index2;
317
+ }
318
+ deleteIndex(name) {
319
+ if (arguments.length === 0) {
320
+ throw new TypeError();
321
+ }
322
+ if (this.transaction.mode !== "versionchange") {
323
+ throw new InvalidStateError();
324
+ }
325
+ confirmActiveTransaction(this);
326
+ const rawIndex = this._rawObjectStore.rawIndexes.get(name);
327
+ if (rawIndex === undefined) {
328
+ throw new NotFoundError();
329
+ }
330
+ this.transaction._rollbackLog.push(() => {
331
+ rawIndex.deleted = false;
332
+ this._rawObjectStore.rawIndexes.set(name, rawIndex);
333
+ this.indexNames._push(name);
334
+ this.indexNames._sort();
335
+ });
336
+ this.indexNames = new FakeDOMStringList(...Array.from(this.indexNames).filter(indexName => {
337
+ return indexName !== name;
338
+ }));
339
+ rawIndex.deleted = true; // Not sure if this is supposed to happen synchronously
340
+
341
+ this.transaction._execRequestAsync({
342
+ operation: () => {
343
+ const rawIndex2 = this._rawObjectStore.rawIndexes.get(name);
344
+
345
+ // Hack in case another index is given this name before this async request is processed. It'd be better
346
+ // to have a real unique ID for each index.
347
+ if (rawIndex === rawIndex2) {
348
+ this._rawObjectStore.rawIndexes.delete(name);
349
+ }
350
+ },
351
+ source: this
352
+ });
353
+ }
354
+
355
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#widl-IDBObjectStore-count-IDBRequest-any-key
356
+ count(key) {
357
+ confirmActiveTransaction(this);
358
+ if (key === null) {
359
+ key = undefined;
360
+ }
361
+ if (key !== undefined && !(key instanceof FDBKeyRange)) {
362
+ key = FDBKeyRange.only(valueToKey(key));
363
+ }
364
+ return this.transaction._execRequestAsync({
365
+ operation: () => {
366
+ return this._rawObjectStore.count(key);
367
+ },
368
+ source: this
369
+ });
370
+ }
371
+ toString() {
372
+ return "[object IDBObjectStore]";
373
+ }
374
+ }
375
+ export default FDBObjectStore;
@@ -0,0 +1,9 @@
1
+ import FDBRequest from "./FDBRequest.js";
2
+ class FDBOpenDBRequest extends FDBRequest {
3
+ onupgradeneeded = null;
4
+ onblocked = null;
5
+ toString() {
6
+ return "[object IDBOpenDBRequest]";
7
+ }
8
+ }
9
+ export default FDBOpenDBRequest;
@@ -0,0 +1,33 @@
1
+ import { InvalidStateError } from "./lib/errors.js";
2
+ import FakeEventTarget from "./lib/FakeEventTarget.js";
3
+ class FDBRequest extends FakeEventTarget {
4
+ _result = null;
5
+ _error = null;
6
+ source = null;
7
+ transaction = null;
8
+ readyState = "pending";
9
+ onsuccess = null;
10
+ onerror = null;
11
+ get error() {
12
+ if (this.readyState === "pending") {
13
+ throw new InvalidStateError();
14
+ }
15
+ return this._error;
16
+ }
17
+ set error(value) {
18
+ this._error = value;
19
+ }
20
+ get result() {
21
+ if (this.readyState === "pending") {
22
+ throw new InvalidStateError();
23
+ }
24
+ return this._result;
25
+ }
26
+ set result(value) {
27
+ this._result = value;
28
+ }
29
+ toString() {
30
+ return "[object IDBRequest]";
31
+ }
32
+ }
33
+ export default FDBRequest;
@@ -0,0 +1,213 @@
1
+ import FDBObjectStore from "./FDBObjectStore.js";
2
+ import FDBRequest from "./FDBRequest.js";
3
+ import { AbortError, InvalidStateError, NotFoundError, TransactionInactiveError } from "./lib/errors.js";
4
+ import FakeDOMStringList from "./lib/FakeDOMStringList.js";
5
+ import FakeEvent from "./lib/FakeEvent.js";
6
+ import FakeEventTarget from "./lib/FakeEventTarget.js";
7
+ import { queueTask } from "./lib/scheduling.js";
8
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#transaction
9
+ class FDBTransaction extends FakeEventTarget {
10
+ _state = "active";
11
+ _started = false;
12
+ _rollbackLog = [];
13
+ _objectStoresCache = new Map();
14
+ error = null;
15
+ onabort = null;
16
+ oncomplete = null;
17
+ onerror = null;
18
+ _requests = [];
19
+ constructor(storeNames, mode, db) {
20
+ super();
21
+ this._scope = new Set(storeNames);
22
+ this.mode = mode;
23
+ this.db = db;
24
+ this.objectStoreNames = new FakeDOMStringList(...Array.from(this._scope).sort());
25
+ }
26
+
27
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-steps-for-aborting-a-transaction
28
+ _abort(errName) {
29
+ for (const f of this._rollbackLog.reverse()) {
30
+ f();
31
+ }
32
+ if (errName !== null) {
33
+ const e = new DOMException(undefined, errName);
34
+ this.error = e;
35
+ }
36
+
37
+ // Should this directly remove from _requests?
38
+ for (const {
39
+ request
40
+ } of this._requests) {
41
+ if (request.readyState !== "done") {
42
+ request.readyState = "done"; // This will cancel execution of this request's operation
43
+ if (request.source) {
44
+ request.result = undefined;
45
+ request.error = new AbortError();
46
+ const event = new FakeEvent("error", {
47
+ bubbles: true,
48
+ cancelable: true
49
+ });
50
+ event.eventPath = [this.db, this];
51
+ request.dispatchEvent(event);
52
+ }
53
+ }
54
+ }
55
+ queueTask(() => {
56
+ const event = new FakeEvent("abort", {
57
+ bubbles: true,
58
+ cancelable: false
59
+ });
60
+ event.eventPath = [this.db];
61
+ this.dispatchEvent(event);
62
+ });
63
+ this._state = "finished";
64
+ }
65
+ abort() {
66
+ if (this._state === "committing" || this._state === "finished") {
67
+ throw new InvalidStateError();
68
+ }
69
+ this._state = "active";
70
+ this._abort(null);
71
+ }
72
+
73
+ // http://w3c.github.io/IndexedDB/#dom-idbtransaction-objectstore
74
+ objectStore(name) {
75
+ if (this._state !== "active") {
76
+ throw new InvalidStateError();
77
+ }
78
+ const objectStore = this._objectStoresCache.get(name);
79
+ if (objectStore !== undefined) {
80
+ return objectStore;
81
+ }
82
+ const rawObjectStore = this.db._rawDatabase.rawObjectStores.get(name);
83
+ if (!this._scope.has(name) || rawObjectStore === undefined) {
84
+ throw new NotFoundError();
85
+ }
86
+ const objectStore2 = new FDBObjectStore(this, rawObjectStore);
87
+ this._objectStoresCache.set(name, objectStore2);
88
+ return objectStore2;
89
+ }
90
+
91
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-steps-for-asynchronously-executing-a-request
92
+ _execRequestAsync(obj) {
93
+ const source = obj.source;
94
+ const operation = obj.operation;
95
+ let request = Object.hasOwn(obj, "request") ? obj.request : null;
96
+ if (this._state !== "active") {
97
+ throw new TransactionInactiveError();
98
+ }
99
+
100
+ // Request should only be passed for cursors
101
+ if (!request) {
102
+ if (!source) {
103
+ // Special requests like indexes that just need to run some code
104
+ request = new FDBRequest();
105
+ } else {
106
+ request = new FDBRequest();
107
+ request.source = source;
108
+ request.transaction = source.transaction;
109
+ }
110
+ }
111
+ this._requests.push({
112
+ operation,
113
+ request
114
+ });
115
+ return request;
116
+ }
117
+ _start() {
118
+ this._started = true;
119
+
120
+ // Remove from request queue - cursor ones will be added back if necessary by cursor.continue and such
121
+ let operation;
122
+ let request;
123
+ while (this._requests.length > 0) {
124
+ const r = this._requests.shift();
125
+
126
+ // This should only be false if transaction was aborted
127
+ if (r && r.request.readyState !== "done") {
128
+ request = r.request;
129
+ operation = r.operation;
130
+ break;
131
+ }
132
+ }
133
+ if (request && operation) {
134
+ if (!request.source) {
135
+ // Special requests like indexes that just need to run some code, with error handling already built into
136
+ // operation
137
+ operation();
138
+ } else {
139
+ let defaultAction;
140
+ let event;
141
+ try {
142
+ const result = operation();
143
+ request.readyState = "done";
144
+ request.result = result;
145
+ request.error = undefined;
146
+
147
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-fire-a-success-event
148
+ if (this._state === "inactive") {
149
+ this._state = "active";
150
+ }
151
+ event = new FakeEvent("success", {
152
+ bubbles: false,
153
+ cancelable: false
154
+ });
155
+ } catch (err) {
156
+ request.readyState = "done";
157
+ request.result = undefined;
158
+ request.error = err;
159
+
160
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-fire-an-error-event
161
+ if (this._state === "inactive") {
162
+ this._state = "active";
163
+ }
164
+ event = new FakeEvent("error", {
165
+ bubbles: true,
166
+ cancelable: true
167
+ });
168
+ defaultAction = this._abort.bind(this, err.name);
169
+ }
170
+ try {
171
+ event.eventPath = [this.db, this];
172
+ request.dispatchEvent(event);
173
+ } catch (err) {
174
+ if (this._state !== "committing") {
175
+ this._abort("AbortError");
176
+ }
177
+ throw err;
178
+ }
179
+
180
+ // Default action of event
181
+ if (!event.canceled) {
182
+ if (defaultAction) {
183
+ defaultAction();
184
+ }
185
+ }
186
+ }
187
+
188
+ // Give it another chance for new handlers to be set before finishing
189
+ queueTask(this._start.bind(this));
190
+ return;
191
+ }
192
+
193
+ // Check if transaction complete event needs to be fired
194
+ if (this._state !== "finished") {
195
+ // Either aborted or committed already
196
+ this._state = "finished";
197
+ if (!this.error) {
198
+ const event = new FakeEvent("complete");
199
+ this.dispatchEvent(event);
200
+ }
201
+ }
202
+ }
203
+ commit() {
204
+ if (this._state !== "active") {
205
+ throw new InvalidStateError();
206
+ }
207
+ this._state = "committing";
208
+ }
209
+ toString() {
210
+ return "[object IDBRequest]";
211
+ }
212
+ }
213
+ export default FDBTransaction;
@@ -0,0 +1,12 @@
1
+ import FakeEvent from "./lib/FakeEvent.js";
2
+ class FDBVersionChangeEvent extends FakeEvent {
3
+ constructor(type, parameters = {}) {
4
+ super(type);
5
+ this.newVersion = parameters.newVersion !== undefined ? parameters.newVersion : null;
6
+ this.oldVersion = parameters.oldVersion !== undefined ? parameters.oldVersion : 0;
7
+ }
8
+ toString() {
9
+ return "[object IDBVersionChangeEvent]";
10
+ }
11
+ }
12
+ export default FDBVersionChangeEvent;
@@ -0,0 +1,3 @@
1
+ import FDBFactory from "./FDBFactory.js";
2
+ const fakeIndexedDB = new FDBFactory();
3
+ export default fakeIndexedDB;
@@ -0,0 +1,14 @@
1
+ import fakeIndexedDB from "./fakeIndexedDB.js";
2
+ export default fakeIndexedDB;
3
+ export { fakeIndexedDB as indexedDB };
4
+ export { default as IDBCursor } from "./FDBCursor.js";
5
+ export { default as IDBCursorWithValue } from "./FDBCursorWithValue.js";
6
+ export { default as IDBDatabase } from "./FDBDatabase.js";
7
+ export { default as IDBFactory } from "./FDBFactory.js";
8
+ export { default as IDBIndex } from "./FDBIndex.js";
9
+ export { default as IDBKeyRange } from "./FDBKeyRange.js";
10
+ export { default as IDBObjectStore } from "./FDBObjectStore.js";
11
+ export { default as IDBOpenDBRequest } from "./FDBOpenDBRequest.js";
12
+ export { default as IDBRequest } from "./FDBRequest.js";
13
+ export { default as IDBTransaction } from "./FDBTransaction.js";
14
+ export { default as IDBVersionChangeEvent } from "./FDBVersionChangeEvent.js";
@@ -0,0 +1,32 @@
1
+ import { queueTask } from "./scheduling.js";
2
+
3
+ // http://www.w3.org/TR/2015/REC-IndexedDB-20150108/#dfn-database
4
+ class Database {
5
+ deletePending = false;
6
+ transactions = [];
7
+ rawObjectStores = new Map();
8
+ connections = [];
9
+ constructor(name, version) {
10
+ this.name = name;
11
+ this.version = version;
12
+ this.processTransactions = this.processTransactions.bind(this);
13
+ }
14
+ processTransactions() {
15
+ queueTask(() => {
16
+ const anyRunning = this.transactions.some(transaction => {
17
+ return transaction._started && transaction._state !== "finished";
18
+ });
19
+ if (!anyRunning) {
20
+ const next = this.transactions.find(transaction => {
21
+ return !transaction._started && transaction._state !== "finished";
22
+ });
23
+ if (next) {
24
+ next.addEventListener("complete", this.processTransactions);
25
+ next.addEventListener("abort", this.processTransactions);
26
+ next._start();
27
+ }
28
+ }
29
+ });
30
+ }
31
+ }
32
+ export default Database;