@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,17 @@
1
+
2
+ <div class="page-header">
3
+ <div class="profile-actions">
4
+ <button ng-show="exportRuleList" ng-click="exportRuleList(profile.name)" title="{{'options_profileExportRuleListHelp' | tr}}" ng-class="exportRuleListOptions.warning ? 'btn-warning' : 'btn-default'" class="btn"><span class="glyphicon glyphicon-list"></span> {{'options_profileExportRuleList' | tr}}
5
+ </button>
6
+ <button ng-show="scriptable" ng-click="exportScript($event, profile.name)" title="{{'options_exportPacFileHelp' | tr}}" class="btn btn-default"><span class="glyphicon glyphicon-download"></span> {{'options_profileExportPac' | tr}}
7
+ </button>
8
+ <button ng-click="renameProfile(profile.name)" class="btn btn-default"><span class="glyphicon glyphicon-edit"></span> {{'options_renameProfile' | tr}}
9
+ </button>
10
+ <button ng-click="deleteProfile(profile.name)" class="btn btn-danger"><span class="glyphicon glyphicon-trash"></span> {{'options_deleteProfile' | tr}}
11
+ </button>
12
+ </div><span class="profile-color-editor">
13
+ <div ng-if="profile.profileType == &quot;VirtualProfile&quot;" ng-style="{'background-color': getProfileColor()}" class="profile-color-editor-fake"></div>
14
+ <x-spectrum-colorpicker ng-model="profile.color" options="spectrumOptions" ng-if="profile.profileType != &quot;VirtualProfile&quot;"></x-spectrum-colorpicker></span>
15
+ <h2 class="profile-name">{{'options_profileTabPrefix' | tr}}{{profile.name}}</h2>
16
+ </div>
17
+ <div ng-include="profileTemplate"></div>
@@ -0,0 +1,55 @@
1
+
2
+ <div ng-controller="FixedProfileCtrl">
3
+ <section class="settings-group settings-group-fixed-servers">
4
+ <h3>{{'options_group_proxyServers' | tr}}</h3>
5
+ <div class="table-responsive">
6
+ <table class="fixed-servers table table-bordered table-striped width-limit-lg">
7
+ <thead>
8
+ <tr>
9
+ <th>{{'options_proxy_scheme' | tr}}</th>
10
+ <th>{{'options_proxy_protocol' | tr}}</th>
11
+ <th>{{'options_proxy_server' | tr}}</th>
12
+ <th>{{'options_proxy_port' | tr}}</th>
13
+ <th></th>
14
+ </tr>
15
+ </thead>
16
+ <tbody>
17
+ <tr ng-repeat="scheme in urlSchemes" ng-show="scheme == &quot;&quot; || showAdvanced">
18
+ <td>{{schemeDisp[scheme] || ('options_scheme_default' | tr)}}</td>
19
+ <td>
20
+ <select ng-model="proxyEditors[scheme].scheme" ng-options="opt.value as opt.label for opt in optionsForScheme[scheme]" class="form-control"></select>
21
+ </td>
22
+ <td ng-if="proxyEditors[scheme].scheme">
23
+ <input type="text" ng-model="proxyEditors[scheme].host" required="required" class="form-control"/>
24
+ </td>
25
+ <td ng-if="!proxyEditors[scheme].scheme">
26
+ <input type="text" value="" placeholder="{{proxyEditors[&quot;&quot;].host}}" disabled="disabled" class="form-control"/>
27
+ </td>
28
+ <td ng-if="proxyEditors[scheme].scheme">
29
+ <input type="number" min="1" ng-model="proxyEditors[scheme].port" required="required" class="form-control"/>
30
+ </td>
31
+ <td ng-if="!proxyEditors[scheme].scheme">
32
+ <input type="number" value="" placeholder="{{proxyEditors[&quot;&quot;].port}}" disabled="disabled" class="form-control"/>
33
+ </td>
34
+ <td class="proxy-actions">
35
+ <button ng-class="isProxyAuthActive(scheme) ? &quot;btn-success&quot; : &quot;btn-default&quot;" type="button" role="button" ng-click="editProxyAuth(scheme)" title="{{&quot;options_proxy_auth&quot; | tr}}" class="btn btn-xs proxy-auth-toggle"><span class="glyphicon glyphicon-lock"></span></button>
36
+ </td>
37
+ </tr>
38
+ </tbody>
39
+ <tbody ng-show="!showAdvanced">
40
+ <tr class="fixed-show-advanced">
41
+ <td colspan="7">
42
+ <button ng-click="showAdvanced = true" class="btn btn-link"><span class="glyphicon glyphicon-chevron-down"></span> {{'options_proxy_expand' | tr}}</button>
43
+ </td>
44
+ </tr>
45
+ </tbody>
46
+ </table>
47
+ </div>
48
+ </section>
49
+ <section class="settings-group">
50
+ <h3>{{'options_group_bypassList' | tr}}</h3>
51
+ <p class="help-block">{{'options_bypassListHelp' | tr}}</p>
52
+ <p class="help-block"><a href="https://developer.chrome.com/extensions/proxy#bypass_list" target="_blank">{{'options_bypassListHelpLinkText' | tr}}</a></p>
53
+ <textarea rows="10" ng-model="bypassList" ng-model-options="{updateOn:'blur'}" class="monospace form-control width-limit"></textarea>
54
+ </section>
55
+ </div>
@@ -0,0 +1,68 @@
1
+
2
+ <div ng-controller="PacProfileCtrl">
3
+ <p ng-show="pacProfilesUnsupported" class="alert alert-danger width-limit"><span class="glyphicon glyphicon-remove"></span> {{'options_pac_profile_unsupported_moz' | tr}}
4
+ </p>
5
+ <section class="settings-group">
6
+ <h3>{{'options_group_pacUrl' | tr}}</h3>
7
+ <div input-group-clear="input-group-clear" type="text" model="profile.pacUrl" ng-pattern="referenced ? urlRegex : urlWithFile" controller="pacUrlCtrl.ctrl" class="width-limit"></div>
8
+ <p class="help-block">{{'options_pacUrlHelp' | tr}}</p>
9
+ <div ng-show="pacUrlIsFile &amp;&amp; !referenced" class="has-warning">
10
+ <p class="help-block"><span class="glyphicon glyphicon-warning-sign"></span> {{'options_pacUrlFile' | tr}}</p>
11
+ </div>
12
+ <div ng-show="isFileUrl(pacUrlCtrl.ctrl.$viewValue) &amp;&amp; referenced" class="has-error">
13
+ <p class="help-block"><span class="glyphicon glyphicon-remove-sign"></span> {{'options_pacUrlFile' | tr}}</p>
14
+ <p class="help-block">{{'options_pacUrlFileDisabled' | tr}}</p>
15
+ </div>
16
+ <details ng-show="profile.pacUrl &amp;&amp; !pacUrlIsFile" ng-open="::profile.headers &amp;&amp; profile.headers.length &gt; 0" class="form-group">
17
+ <summary style="display: list-item">{{'options_group_ruleListHeaders' | tr}}</summary>
18
+ <div class="width-limit">
19
+ <div ng-if="profile.headers &amp;&amp; profile.headers.length &gt; 0" class="table-responsive">
20
+ <table class="table table-bordered table-condensed">
21
+ <thead>
22
+ <tr>
23
+ <th>{{'options_ruleListHeaderName' | tr}}</th>
24
+ <th>{{'options_ruleListHeaderValue' | tr}}</th>
25
+ <th>{{'options_conditionActions' | tr}}</th>
26
+ </tr>
27
+ </thead>
28
+ <tbody>
29
+ <tr ng-repeat="header in profile.headers track by $index">
30
+ <td>
31
+ <input type="text" ng-model="header.name" placeholder="{{'options_ruleListHeaderNamePlaceholder' | tr}}" required="required" class="form-control"/>
32
+ </td>
33
+ <td>
34
+ <input type="text" ng-model="header.value" placeholder="{{'options_ruleListHeaderValuePlaceholder' | tr}}" class="form-control"/>
35
+ </td>
36
+ <td>
37
+ <button type="button" title="{{'options_deleteHeader' | tr}}" ng-click="removeHeader($index)" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
38
+ </td>
39
+ </tr>
40
+ </tbody>
41
+ </table>
42
+ </div>
43
+ <button type="button" ng-click="addHeader()" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-plus"></span> {{'options_addHeader' | tr}}
44
+ </button>
45
+ </div>
46
+ <p class="help-block">{{'options_ruleListHeadersHelp' | tr}}</p>
47
+ </details>
48
+ <p ng-show="profile.pacUrl &amp;&amp; !pacUrlIsFile">
49
+ <button ng-click="updateProfile(profile.name)" ladda="updatingProfile[profile.name]" data-spinner-color="#000000" ng-class="profile.pacUrl &amp;&amp; !profile.lastUpdate ? &quot;btn-primary&quot; : &quot;btn-default&quot;" class="btn"><span class="glyphicon glyphicon-download-alt"></span> {{'options_downloadProfileNow' | tr}}</button>
50
+ </p>
51
+ </section>
52
+ <section class="settings-group">
53
+ <h3>{{'options_group_pacScript' | tr}}
54
+ <button ng-class="profile.auth[&quot;all&quot;] ? &quot;btn-success&quot; : &quot;btn-default&quot;" type="button" role="button" ng-click="editProxyAuth()" title="{{&quot;options_proxy_auth&quot; | tr}}" class="btn btn-xs proxy-auth-toggle"><span class="glyphicon glyphicon-lock"></span></button>
55
+ </h3>
56
+ <div ng-show="profile.auth[&quot;all&quot;]" class="alert alert-warning width-limit">
57
+ <p>{{'options_proxy_authAllWarningPac' | tr}}</p>
58
+ <p ng-show="!!profile.pacUrl">{{'options_proxy_authAllWarningPacUrl' | tr}}</p>
59
+ <p ng-show="!profile.pacUrl">{{'options_proxy_authAllWarningPacScript' | tr}}</p>
60
+ <p ng-show="!!referenced"><span class="glyphicon glyphicon-warning-sign"></span> {{'options_proxy_authReferencedWarning' | tr}}</p>
61
+ </div>
62
+ <div ng-hide="pacUrlIsFile">
63
+ <p ng-show="profile.pacUrl &amp;&amp; profile.lastUpdate" class="alert alert-success width-limit">{{'options_pacScriptLastUpdate' | tr:[(profile.lastUpdate | date:'medium')]}}</p>
64
+ <p ng-show="profile.pacUrl &amp;&amp; !profile.lastUpdate" class="alert alert-danger width-limit">{{'options_pacScriptObsolete' | tr}}</p>
65
+ <textarea ng-model="profile.pacScript" rows="20" ng-readonly="pacUrlCtrl.ctrl.$invalid || !!profile.pacUrl" class="monospace form-control width-limit"></textarea>
66
+ </div>
67
+ </section>
68
+ </div>
@@ -0,0 +1,34 @@
1
+
2
+ <div ng-controller="RuleListProfileCtrl">
3
+ <section class="settings-group">
4
+ <h3>{{'options_group_ruleListConfig' | tr}}</h3>
5
+ <div class="form-group">
6
+ <label>{{'options_ruleListMatchProfile' | tr}}</label>
7
+ <div omega-profile-select="options | profiles:profile" ng-model="profile.matchProfileName" disp-name="dispNameFilter" options="options" style="display: inline-block;"></div>
8
+ </div>
9
+ <div class="form-group">
10
+ <label>{{'options_ruleListDefaultProfile' | tr}}</label>
11
+ <div omega-profile-select="options | profiles:profile" ng-model="profile.defaultProfileName" disp-name="dispNameFilter" options="options" style="display: inline-block;"></div>
12
+ </div>
13
+ <form class="form-group">
14
+ <label>{{'options_ruleListFormat' | tr}}</label>
15
+ <div ng-repeat="format in ruleListFormats" class="radio inline-form-control no-min-width">
16
+ <label>
17
+ <input type="radio" name="formatInput" value="{{format}}" ng-model="profile.format"/>{{'ruleListFormat_' + format | tr}}
18
+ </label>
19
+ </div>
20
+ </form>
21
+ </section>
22
+ <section class="settings-group">
23
+ <h3>{{'options_group_ruleListUrl' | tr}}</h3>
24
+ <div input-group-clear="input-group-clear" type="url" model="profile.sourceUrl" ng-if="profile" class="width-limit"></div>
25
+ <p class="help-block">{{'options_ruleListUrlHelp' | tr}}</p>
26
+ </section>
27
+ <section class="settings-group">
28
+ <h3>{{'options_group_ruleListText' | tr}}</h3>
29
+ <p>
30
+ <button ng-disabled="!profile.sourceUrl" ng-click="updateProfile(profile.name)" ladda="updatingProfile[profile.name]" data-spinner-color="#000000" class="btn btn-default"><span class="glyphicon glyphicon-download-alt"></span> {{'options_downloadProfileNow' | tr}}</button>
31
+ </p>
32
+ <textarea ng-model="profile.ruleList" rows="20" ng-readonly="!!profile.sourceUrl" class="monospace form-control width-limit"></textarea>
33
+ </section>
34
+ </div>
@@ -0,0 +1,185 @@
1
+
2
+ <div ng-controller="SwitchProfileCtrl">
3
+ <section ng-show="conditionHelp.show" ng-init="expandedSection = {id: 0}" class="condition-help-section settings-group">
4
+ <h3>{{'options_group_conditionHelp' | tr}}
5
+ <button type="button" ng-click="conditionHelp.show = false" class="close close-condition-help"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
6
+ </h3>
7
+ <div ng-repeat="group in (showConditionTypes == 0 ? basicConditionTypes : advancedConditionTypes)" class="condition-help">
8
+ <h4 ng-show="!!('condition_group_' + group.group | tr)"><a ng-click="expandedSection.id = $index" role="button"><span ng-class="{'glyphicon-chevron-down': expandedSection.id == $index, 'glyphicon-chevron-right': expandedSection.id != $index}" class="glyphicon"></span> {{'condition_group_' + group.group | tr}}</a></h4>
9
+ <dl ng-show="expandedSection.id == $index">
10
+ <dt ng-repeat-start="type in group.types">{{'condition_' + type | tr}}</dt>
11
+ <dd ng-repeat-end="ng-repeat-end">
12
+ <div ng-bind-html="&quot;condition_help_&quot; + type | tr"></div>
13
+ <div ng-if="isUrlConditionType[type]" class="text-danger"><span class="glyphicon glyphicon-alert"></span> <span ng-bind-html="&quot;condition_alert_fullUrlLimitation&quot; | tr"></span>
14
+ </div>
15
+ </dd>
16
+ </dl>
17
+ </div>
18
+ </section>
19
+ <section class="settings-group">
20
+ <h3>{{'options_group_switchRules' | tr}}
21
+ <button ng-click="toggleSource()" ng-class="editSource ? &quot;btn-primary active&quot; : &quot;btn-default&quot;" class="btn"><span class="glyphicon glyphicon-edit"></span> {{'options_profileEditSource' | tr}}
22
+ </button> <a ng-show="editSource" target="_blank" title="{{&quot;options_profileEditSourceHelp&quot; | tr}}" href="{{&quot;options_profileEditSourceHelpUrl&quot; | tr}}" class="btn btn-link btn-sm clear-padding toggle-condition-help"><span class="glyphicon glyphicon-question-sign"></span></a>
23
+ </h3>
24
+ <div ng-show="source.error" class="alert alert-danger width-limit"><span class="glyphicon glyphicon-remove"></span> {{source.error.message}}
25
+ </div>
26
+ <div ng-show="!!hasUrlConditions" class="alert alert-danger"><span class="glyphicon glyphicon-alert"></span> <span ng-bind-html="&quot;condition_alert_fullUrlLimitation&quot; | tr"></span>
27
+ </div>
28
+ <div ng-show="editSource" class="rules-source">
29
+ <textarea ng-model="source.code" rows="20" ng-change="source.touched = true; $root.optionsDirty = true" class="monospace form-control width-limit"></textarea>
30
+ </div>
31
+ <div ng-if="loadRules" ng-show="!editSource" class="table-responsive switch-rules-wrapper">
32
+ <table class="switch-rules table table-bordered table-condensed width-limit-xl">
33
+ <thead>
34
+ <tr>
35
+ <th style="white-space: nowrap">{{'options_sort' | tr}}</th>
36
+ <th class="condition-type-th">{{'options_conditionType' | tr}}
37
+ <button title="{{&quot;options_showConditionTypeHelp&quot; | tr}}" ng-click="conditionHelp.show = !conditionHelp.show" class="btn btn-link btn-sm clear-padding toggle-condition-help"><span class="glyphicon glyphicon-question-sign"></span></button>
38
+ </th>
39
+ <th>{{'options_conditionDetails' | tr}}</th>
40
+ <th>{{'options_resultProfile' | tr}}</th>
41
+ <th>{{'options_conditionActions' | tr}}</th>
42
+ <th ng-if="showNotes">{{'options_ruleNote' | tr}}</th>
43
+ </tr>
44
+ </thead>
45
+ <tbody ui-sortable="sortableOptions" ng-model="profile.rules">
46
+ <tr ng-repeat="rule in profile.rules" class="switch-rule-row">
47
+ <td class="sort-bar"><span class="glyphicon glyphicon-sort"></span></td>
48
+ <td ng-class="{&quot;has-icon&quot;: isUrlConditionType[rule.condition.conditionType]}">
49
+ <select ng-model="rule.condition.conditionType" ng-options="type.type as (&quot;condition_&quot; + type.type | tr) group by (type.group | tr) for type in conditionTypes" class="form-control"></select><a ng-href="{{&quot;condition_alert_fullUrlLimitationLink&quot; | tr}}" target="_blank" ng-if="isUrlConditionType[rule.condition.conditionType]" class="icon-wrapper"><span class="glyphicon glyphicon-alert text-danger"></span></a>
50
+ </td>
51
+ <td ng-switch="rule.condition.conditionType" ng-class="{&quot;has-warning&quot;: conditionHasWarning(rule.condition)}"><span ng-switch-when="FalseCondition"><span ng-show="!!rule.condition.pattern">
52
+ <input ng-model="rule.condition.pattern" disabled="disabled" title="{{'condition_details_FalseCondition' | tr}}" class="form-control"/></span><span ng-show="!rule.condition.pattern">{{'condition_details_FalseCondition' | tr}}</span></span><span ng-switch-when="HostLevelsCondition" class="host-levels-details">
53
+ <input type="number" min="1" max="99" ng-model="rule.condition.minValue" required="required" class="form-control"/> <span>{{'options_hostLevelsBetween' | tr}}</span>
54
+ <input type="number" max="99" min="1" ng-model="rule.condition.maxValue" required="required" class="form-control"/></span><span ng-switch-when="IpCondition">
55
+ <input type="text" ng-model="rule.condition" required="required" omega-ip2str="omega-ip2str" placeholder="127.0.0.1/8" ui-validate="{pattern: &quot;validateIpCondition(rule.condition, $value)&quot;}" class="form-control"/></span><span ng-switch-when="TimeCondition" class="host-levels-details">
56
+ <input type="number" min="0" max="23" ng-model="rule.condition.startHour" required="required" class="form-control"/> <span>{{'options_hourBetween' | tr}}</span>
57
+ <input type="number" min="0" max="23" ng-model="rule.condition.endHour" required="required" class="form-control"/></span><span ng-switch-when="WeekdayCondition" class="host-levels-details">
58
+ <label ng-repeat="selected in getWeekdayList(rule.condition) track by $index" class="checkbox-inline">
59
+ <input type="checkbox" ng-model="selected" ng-change="updateDay(rule.condition, $index, selected)"/>{{&quot;options_weekDayShort_&quot; + $index | tr}}
60
+ </label></span>
61
+ <input ng-model="rule.condition.pattern" ng-switch-default="ng-switch-default" required="required" ui-validate="{pattern: &quot;validateCondition(rule.condition, $value)&quot;}" class="form-control"/>
62
+ </td>
63
+ <td class="switch-rule-row-target">
64
+ <div omega-profile-select="options | profiles:profile" ng-model="rule.profileName" disp-name="dispNameFilter" options="options" ng-class="{disabled: rule.condition.conditionType == &quot;NeverCondition&quot;}"></div>
65
+ </td>
66
+ <td>
67
+ <button title="{{'options_deleteRule' | tr}}" ng-click="removeRule($index)" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
68
+ <button title="{{'options_cloneRule' | tr}}" ng-click="cloneRule($index)" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-duplicate"></span></button>
69
+ <button title="{{'options_ruleNote' | tr}}" ng-if="!showNotes" ng-click="addNote($index)" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-comment"></span></button>
70
+ </td>
71
+ <td ng-if="showNotes">
72
+ <input ng-model="rule.note" class="form-control"/>
73
+ </td>
74
+ </tr>
75
+ </tbody>
76
+ <tbody>
77
+ <tr>
78
+ <td style="border-right: none;"></td>
79
+ <td style="border-left: none;" colspan="4" ng-attr-colspan="{{showNotes ? 5 : 4}}">
80
+ <button ng-click="addRule()" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-plus"></span> <span>{{'options_addCondition' | tr}}</span>
81
+ </button>
82
+ </td>
83
+ </tr>
84
+ </tbody>
85
+ <tbody ng-if="attached" class="switch-attached">
86
+ <tr>
87
+ <td style="border-right: none;"><span class="glyphicon {{profileIcons[&quot;RuleListProfile&quot;]}}"></span></td>
88
+ <td style="border-left: none;"><span class="checkbox">
89
+ <label>
90
+ <input type="checkbox" ng-model="attachedOptions.enabled"/>{{'options_switchAttachedProfileInCondition' | tr}}
91
+ </label></span></td>
92
+ <td><span ng-show="!!attachedOptions.enabled">{{'options_switchAttachedProfileInConditionDetails' | tr}}</span><span ng-show="!attachedOptions.enabled">{{'options_switchAttachedProfileInConditionDisabled' | tr}}</span></td>
93
+ <td>
94
+ <div omega-profile-select="options | profiles:profile" ng-model="attached.matchProfileName" disp-name="dispNameFilter" options="options" ng-class="{disabled: !attachedOptions.enabled}"></div>
95
+ </td>
96
+ <td>
97
+ <button title="{{'options_deleteAttached' | tr}}" ng-click="removeAttached()" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
98
+ </td>
99
+ <td ng-if="showNotes"></td>
100
+ </tr>
101
+ </tbody>
102
+ <tbody>
103
+ <tr class="switch-default-row">
104
+ <td></td>
105
+ <td colspan="2">{{'options_switchDefaultProfile' | tr}}</td>
106
+ <td>
107
+ <div omega-profile-select="options | profiles:profile" ng-model="attachedOptions.defaultProfileName" disp-name="dispNameFilter" options="options"></div>
108
+ </td>
109
+ <td>
110
+ <button title="{{'options_resetRules_help' | tr}}" ng-click="resetRules()" class="btn btn-info btn-sm"><span class="glyphicon glyphicon-chevron-up"></span></button>
111
+ </td>
112
+ <td ng-if="showNotes"></td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </div>
117
+ </section>
118
+ <section ng-if="!attached" class="settings-group">
119
+ <h3>{{'options_group_attachProfile' | tr}}</h3>
120
+ <p class="help-block">{{'options_attachProfileHelp' | tr}}</p>
121
+ <button ng-click="attachNew()" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span> {{'options_attachProfile' | tr}}
122
+ </button>
123
+ </section>
124
+ <section ng-if="attached" class="settings-group">
125
+ <h3>{{'options_group_ruleListConfig' | tr}}</h3>
126
+ <form>
127
+ <div class="form-group">
128
+ <label>{{'options_ruleListFormat' | tr}}</label>
129
+ <div ng-repeat="format in ruleListFormats" class="radio inline-form-control no-min-width">
130
+ <label>
131
+ <input type="radio" name="formatInput" value="{{format}}" ng-model="attached.format"/>{{'ruleListFormat_' + format | tr}}
132
+ </label>
133
+ </div>
134
+ </div>
135
+ <div class="form-group">
136
+ <label>{{'options_group_ruleListUrl' | tr}}</label>
137
+ <div input-group-clear="input-group-clear" type="url" model="attached.sourceUrl" style="vertical-align: middle" class="width-limit inline-form-control"></div>
138
+ <p class="help-block">{{'options_ruleListUrlHelp' | tr}}</p>
139
+ </div>
140
+ <details ng-open="::attached.headers &amp;&amp; attached.headers.length &gt; 0" class="form-group">
141
+ <summary style="display: list-item">{{'options_group_ruleListHeaders' | tr}}</summary>
142
+ <div class="width-limit">
143
+ <div ng-if="attached.headers &amp;&amp; attached.headers.length &gt; 0" class="table-responsive">
144
+ <table class="table table-bordered table-condensed">
145
+ <thead>
146
+ <tr>
147
+ <th>{{'options_ruleListHeaderName' | tr}}</th>
148
+ <th>{{'options_ruleListHeaderValue' | tr}}</th>
149
+ <th>{{'options_conditionActions' | tr}}</th>
150
+ </tr>
151
+ </thead>
152
+ <tbody>
153
+ <tr ng-repeat="header in attached.headers track by $index">
154
+ <td>
155
+ <input type="text" ng-model="header.name" placeholder="{{'options_ruleListHeaderNamePlaceholder' | tr}}" required="required" class="form-control"/>
156
+ </td>
157
+ <td>
158
+ <input type="text" ng-model="header.value" placeholder="{{'options_ruleListHeaderValuePlaceholder' | tr}}" class="form-control"/>
159
+ </td>
160
+ <td>
161
+ <button type="button" title="{{'options_deleteHeader' | tr}}" ng-click="removeHeader($index)" class="btn btn-danger btn-sm"><span class="glyphicon glyphicon-trash"></span></button>
162
+ </td>
163
+ </tr>
164
+ </tbody>
165
+ </table>
166
+ </div>
167
+ <button type="button" ng-click="addHeader()" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-plus"></span> {{'options_addHeader' | tr}}
168
+ </button>
169
+ </div>
170
+ <p class="help-block">{{'options_ruleListHeadersHelp' | tr}}</p>
171
+ </details>
172
+ </form>
173
+ <p>
174
+ <button ng-disabled="!attached.sourceUrl" ng-click="updateProfile(attached.name)" ladda="updatingProfile[attached.name]" data-spinner-color="#000000" ng-class="attached.sourceUrl &amp;&amp; !attached.lastUpdate ? &quot;btn-primary&quot; : &quot;btn-default&quot;" class="btn btn-default"><span class="glyphicon glyphicon-download-alt"></span> {{'options_downloadProfileNow' | tr}}</button>
175
+ </p>
176
+ </section>
177
+ <section ng-if="attached" class="settings-group">
178
+ <h3>{{'options_group_ruleListText' | tr}}</h3>
179
+ <p ng-show="attached.sourceUrl &amp;&amp; attached.lastUpdate" class="alert alert-success width-limit">{{'options_ruleListLastUpdate' | tr:[(attached.lastUpdate | date:'medium')]}}</p>
180
+ <p ng-show="attached.sourceUrl &amp;&amp; !attached.lastUpdate" class="alert alert-danger width-limit">{{'options_ruleListObsolete' | tr}}</p>
181
+ <p ng-show="attachedRuleListError" class="alert alert-danger width-limit"><span class="glyphicon glyphicon-remove"></span> {{attachedRuleListError.message}}
182
+ </p>
183
+ <textarea id="attached-rulelist" rows="20" ng-model="attached.ruleList" ng-disabled="!!attached.sourceUrl" class="monospace form-control width-limit"></textarea>
184
+ </section>
185
+ </div>
@@ -0,0 +1,3 @@
1
+
2
+ <div class="lead">{{'options_profileUnsupported' | tr:profile.profileType}}</div>
3
+ <p>{{'options_profileUnsupportedHelp' | tr}}</p>
@@ -0,0 +1,19 @@
1
+
2
+ <div>
3
+ <section class="settings-group">
4
+ <h3>{{'options_group_virtualProfile' | tr}}</h3>
5
+ <p class="help-block">{{'options_virtualProfileTargetHelp' | tr}}</p>
6
+ <div class="form-group">
7
+ <label>{{'options_virtualProfileTarget' | tr}}</label>
8
+ <div omega-profile-select="options | profiles:profile" ng-model="profile.defaultProfileName" disp-name="dispNameFilter" style="display: inline-block;" options="options"></div>
9
+ </div>
10
+ </section>
11
+ <section class="settings-group">
12
+ <h3>{{'options_group_virtualProfileReplace' | tr}}</h3>
13
+ <p omega-html="&quot;options_virtualProfileReplaceHelp&quot; | tr:[$profile(&quot;profileByName(profile.defaultProfileName)&quot;)]" class="help-block"></p>
14
+ <div class="form-group">
15
+ <button ng-click="replaceProfile(profile.defaultProfileName, profile.name)" class="btn btn-default"><span class="glyphicon glyphicon-search"></span> {{'options_virtualProfileReplace' | tr}}
16
+ </button>
17
+ </div>
18
+ </section>
19
+ </div>
@@ -0,0 +1,24 @@
1
+
2
+ <form ng-submit="renameProfile.$valid &amp;&amp; $close(newName)" name="renameProfile">
3
+ <div class="modal-header">
4
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
5
+ <h4 class="modal-title">{{'options_modalHeader_renameProfile' | tr}}</h4>
6
+ </div>
7
+ <div class="modal-body">
8
+ <div ng-class="{&quot;has-error&quot;: !renameProfile.profileNewName.$valid}" class="form-group">
9
+ <label for="profile-new-name">{{'options_renameProfileName' | tr}}</label>
10
+ <input id="profile-new-name" type="text" name="profileNewName" required="required" ng-model="newName" ui-validate="validateProfileName" ng-init="newName = fromName" class="form-control"/>
11
+ <div ng-show="renameProfile.profileNewName.$error.required" class="help-block">{{'options_profileNameEmpty' | tr}}</div>
12
+ <div ng-show="renameProfile.profileNewName.$error.reserved" class="help-block">{{'options_profileNameReserved' | tr}}</div>
13
+ <div ng-show="!renameProfile.profileNewName.$error.reserved &amp;&amp; renameProfile.profileNewName.$error.conflict" class="help-block">{{'options_profileNameConflict' | tr}}</div>
14
+ <div ng-show="renameProfile.profileNewName.$valid &amp;&amp; newName &amp;&amp; isProfileNameHidden(newName)" class="help-block">
15
+ <div class="text-info"><span class="glyphicon glyphicon-info-sign"></span> {{'options_profileNameHidden' | tr}}
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </div>
20
+ <div class="modal-footer">
21
+ <button type="button" ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
22
+ <button type="submit" ng-disabled="!renameProfile.$valid" class="btn btn-primary">{{'options_renameProfile' | tr}}</button>
23
+ </div>
24
+ </form>
@@ -0,0 +1,15 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_replaceProfile' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p omega-html="&quot;options_replaceProfileConfirm&quot; | tr:[profileSelect(&quot;fromName&quot;), profileSelect(&quot;toName&quot;)]"></p>
8
+ <div class="well"><span omega-profile-inline="profileByName(fromName)" options="options" disp-name="dispNameFilter"></span> <span class="glyphicon glyphicon-chevron-right"></span> <span omega-profile-inline="profileByName(toName)" options="options" disp-name="dispNameFilter"></span>
9
+ </div>
10
+ <div omega-html="'options_replaceProfileHelp' | tr:[$profile('profileByName(fromName)'), $profile('profileByName(toName)')]" class="help-block"></div>
11
+ </div>
12
+ <div class="modal-footer">
13
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
14
+ <button type="button" ng-click="$close({fromName: fromName, toName: toName})" class="btn btn-warning">{{'options_replaceProfile' | tr}}</button>
15
+ </div>
@@ -0,0 +1,12 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_resetOptions' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p class="text-danger">{{'options_resetOptionsConfirm' | tr}}</p>
8
+ </div>
9
+ <div class="modal-footer">
10
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
11
+ <button type="button" ng-click="$close(&quot;ok&quot;)" class="btn btn-danger">{{'options_reset' | tr}}</button>
12
+ </div>
@@ -0,0 +1,14 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_deleteRule' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p>{{'options_deleteRuleConfirm' | tr}}</p>
8
+ <div class="well"><span class="label label-info">{{'condition_' + rule.condition.conditionType | tr}}</span> {{rule.condition.pattern}}<span class="pull-right"><span omega-profile-inline="ruleProfile" disp-name="dispNameFilter" options="options"></span></span>
9
+ </div>
10
+ </div>
11
+ <div class="modal-footer">
12
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
13
+ <button type="button" ng-click="$close(&quot;ok&quot;)" class="btn btn-danger">{{'options_deleteRule' | tr}}</button>
14
+ </div>
@@ -0,0 +1,13 @@
1
+
2
+ <div class="modal-header">
3
+ <button type="button" ng-click="$dismiss()" class="close"><span aria-hidden="true">×</span><span class="sr-only">{{'dialog_close' | tr}}</span></button>
4
+ <h4 class="modal-title">{{'options_modalHeader_resetRules' | tr}}</h4>
5
+ </div>
6
+ <div class="modal-body">
7
+ <p>{{'options_resetRulesConfirm' | tr}}</p>
8
+ <div class="well"><span omega-profile-inline="ruleProfile" disp-name="dispNameFilter" options="options"></span></div>
9
+ </div>
10
+ <div class="modal-footer">
11
+ <button ng-click="$dismiss()" class="btn btn-default">{{'dialog_cancel' | tr}}</button>
12
+ <button type="button" ng-click="$close(&quot;ok&quot;)" class="btn btn-warning">{{'options_resetRules' | tr}}</button>
13
+ </div>
@@ -0,0 +1,20 @@
1
+
2
+ <div class="page-header">
3
+ <h2>{{'Theme'}}</h2>
4
+ </div>
5
+ <section class="settings-group">
6
+ <h3>{{'Theme'}}</h3>
7
+ <p>
8
+ <button type="button" role="button" ng-click="changeTheme(&quot;default-dark&quot;)" class="btn btn-default"><span class="glyphicon glyphicon-heart"></span> {{'Dark'}}
9
+ </button>
10
+ <button type="button" role="button" ng-click="changeTheme(&quot;default-light&quot;)" class="btn btn-default"><span class="glyphicon glyphicon-heart-empty"></span> {{'Light'}}
11
+ </button>
12
+ <button type="button" role="button" ng-click="changeTheme(&quot;default-auto&quot;)" class="btn btn-default"><span class="glyphicon glyphicon-adjust"></span> {{'Auto'}}
13
+ </button>
14
+ <button type="button" role="button" ng-click="changeTheme(&quot;&quot;)" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> {{'Clear'}}
15
+ </button>
16
+ <select ng-model="selectedItem.data" ng-options="item as item.displayName for item in themeItems track by item.key" ng-change="selectTheme()" class="form-control inline-form-control"></select>
17
+ </p>
18
+ <p class="help-block"><a href="https://en.wikipedia.org/wiki/CSS" target="_blank">{{'Cascading Style Sheets (CSS) Wiki'}}</a></p>
19
+ <textarea rows="30" spellcheck="false" ng-model="options[&quot;-customCss&quot;]" class="monospace form-control width-limit"></textarea>
20
+ </section>
@@ -0,0 +1,72 @@
1
+
2
+ <div class="page-header">
3
+ <h2>{{'options_tab_ui' | tr}}</h2>
4
+ </div>
5
+ <section class="settings-group">
6
+ <h3>{{'options_group_miscOptions' | tr}}</h3>
7
+ <div class="checkbox">
8
+ <label>
9
+ <input type="checkbox" ng-model="options[&quot;-confirmDeletion&quot;]"/><span>{{'options_confirmDeletion' | tr}}</span>
10
+ </label>
11
+ </div>
12
+ <div class="checkbox">
13
+ <label>
14
+ <input id="refresh-on-profile-change" type="checkbox" ng-model="options[&quot;-refreshOnProfileChange&quot;]"/><span>{{'options_refreshOnProfileChange' | tr}}</span>
15
+ </label>
16
+ </div>
17
+ <div class="checkbox">
18
+ <label>
19
+ <input type="checkbox" ng-model="options[&quot;-showInspectMenu&quot;]"/><span>{{'options_showInspectMenu' | tr}}</span>
20
+ </label>
21
+ </div>
22
+ <div class="checkbox">
23
+ <label>
24
+ <input type="checkbox" ng-model="options[&quot;-addConditionsToBottom&quot;]"/><span>{{'options_addConditionsToBottom' | tr}}</span>
25
+ </label>
26
+ </div>
27
+ <div class="checkbox">
28
+ <label>
29
+ <input type="checkbox" ng-model="options[&quot;-showResultProfileOnActionBadgeText&quot;]"/><span>{{'options_showResultProfileOnActionBadgeText' | tr}}</span>
30
+ </label>
31
+ </div>
32
+ </section>
33
+ <section class="settings-group">
34
+ <h3>{{'options_group_keyboardShortcut' | tr}}</h3>
35
+ <p>
36
+ <button type="button" role="button" ng-click="openShortcutConfig()" class="btn btn-default"><span class="glyphicon glyphicon-share-alt"></span> {{'options_menuShortcutConfigure' | tr}}
37
+ </button> {{'options_menuShortcutHelp' | tr}}
38
+ </p>
39
+ <p class="help-block">{{'options_menuShortcutMore' | tr}}</p>
40
+ </section>
41
+ <section class="settings-group">
42
+ <h3>{{'options_group_switchOptions' | tr}}</h3>
43
+ <div class="form-group">
44
+ <label>{{'options_startupProfile' | tr}}</label>
45
+ <div omega-profile-select="options | profiles:&quot;all&quot;" ng-model="options[&quot;-startupProfileName&quot;]" default-text="{{'options_startupProfile_none' | tr}}" disp-name="dispNameFilter" style="display: inline-block;" options="options"></div>
46
+ </div>
47
+ <div class="checkbox">
48
+ <label>
49
+ <input type="checkbox" ng-model="options[&quot;-showConditionTypes&quot;]" ng-true-value="1" ng-false-value="0"/><span>{{'options_showConditionTypesAdvanced' | tr}}</span>
50
+ </label>
51
+ <p class="help-block">{{'options_showConditionTypesAdvancedHelp' | tr}}</p>
52
+ </div>
53
+ <div class="checkbox">
54
+ <label>
55
+ <input type="checkbox" ng-model="options[&quot;-enableQuickSwitch&quot;]"/><span>{{'options_quickSwitch' | tr}}</span>
56
+ </label>
57
+ </div>
58
+ <div id="quick-switch-settings" ng-show="options[&quot;-enableQuickSwitch&quot;]" ng-controller="QuickSwitchCtrl" class="settings-group">
59
+ <h4>{{'options_cycledProfiles' | tr}}</h4>
60
+ <p class="help-block">{{'options_cycledProfilesHelp' | tr}}</p>
61
+ <div ng-show="options[&quot;-quickSwitchProfiles&quot;].length &lt; 2" class="has-error">
62
+ <p class="help-block">{{'options_cycledProfilesTooFew' | tr}}</p>
63
+ </div>
64
+ <ul ui-sortable="sortableOptions" ng-model="options[&quot;-quickSwitchProfiles&quot;]" class="cycle-profile-container cycle-enabled">
65
+ <li ng-repeat="name in options[&quot;-quickSwitchProfiles&quot;]"><span omega-profile-inline="profileByName(name)" options="options" disp-name="dispNameFilter"></span></li>
66
+ </ul>
67
+ <h4>{{'options_notCycledProfiles' | tr}}</h4>
68
+ <ul ui-sortable="sortableOptions" ng-model="notCycledProfiles" class="cycle-profile-container">
69
+ <li ng-repeat="name in notCycledProfiles" class="bg-success"><span omega-profile-inline="profileByName(name)" options="options" disp-name="dispNameFilter"></span></li>
70
+ </ul>
71
+ </div>
72
+ </section>