@templmf/temp-solf-lmf 0.0.142 → 0.0.144

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/f2e-spec-main.zip +0 -0
  2. package/package.json +1 -1
  3. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/AUTHORS +18 -0
  4. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/COPYING +674 -0
  5. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/cs/messages.json +1252 -0
  6. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/en/messages.json +1339 -0
  7. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/fa/messages.json +1219 -0
  8. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/ru/messages.json +1276 -0
  9. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh/messages.json +1279 -0
  10. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_CN/messages.json +1279 -0
  11. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_locales/zh_TW/messages.json +1267 -0
  12. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/computed_hashes.json +1 -0
  13. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/_metadata/verified_contents.json +1 -0
  14. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/options.css +531 -0
  15. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/css/popup.css +197 -0
  16. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/draw_omega.js +22 -0
  17. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.png +0 -0
  18. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-128.svg +1 -0
  19. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-48.png +0 -0
  20. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-64.png +0 -0
  21. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-16.png +0 -0
  22. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-19.png +0 -0
  23. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-24.png +0 -0
  24. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action-32.png +0 -0
  25. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/img/icons/omega-action.svg +1 -0
  26. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/indexedDB.js +67 -0
  27. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background.js +611 -0
  28. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/background_preload.js +92 -0
  29. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/log_error.js +17 -0
  30. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega.js +2190 -0
  31. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_debug.js +90 -0
  32. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_decoration.js +175 -0
  33. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_pac.min.js +19199 -0
  34. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target.min.js +11491 -0
  35. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_chromium_extension.min.js +5742 -0
  36. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_popup.js +93 -0
  37. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_target_web.js +295 -0
  38. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/omega_webext_proxy_script.min.js +19310 -0
  39. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options.js +73 -0
  40. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/options_guide.js +67 -0
  41. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/popup.js +541 -0
  42. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/js/switch_profile_guide.js +104 -0
  43. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/FileSaver/FileSaver.min.js +2 -0
  44. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular/angular.min.js +352 -0
  45. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-animate/angular-animate.min.js +59 -0
  46. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
  47. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_en-us.js +143 -0
  48. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-cn.js +125 -0
  49. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-hk.js +125 -0
  50. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-i18n/angular-locale_zh-tw.js +125 -0
  51. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ladda/angular-ladda.min.js +2 -0
  52. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-loader/angular-loader.min.js +10 -0
  53. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-sanitize/angular-sanitize.min.js +18 -0
  54. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-spectrum-colorpicker/angular-spectrum-colorpicker.min.js +2 -0
  55. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-router/angular-ui-router.min.js +8 -0
  56. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-sortable/sortable.min.js +8 -0
  57. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/angular-ui-utils/validate.min.js +7 -0
  58. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/blob/Blob.js +684 -0
  59. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/css/bootstrap.min.css +6 -0
  60. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  61. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.svg +288 -0
  62. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  63. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  64. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  65. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/bootstrap/js/dropdown.js +165 -0
  66. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jquery/jquery.min.js +2 -0
  67. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jqueryui-touch-punch/jquery.ui.touch-punch.min.js +11 -0
  68. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/jsondiffpatch/jsondiffpatch.min.js +37 -0
  69. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda-themeless.min.css +7 -0
  70. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ladda/ladda.min.js +8 -0
  71. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/ngprogress/ngProgress.min.js +8 -0
  72. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/script.js/script.min.js +6 -0
  73. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd-theme-arrows.css +210 -0
  74. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/shepherd.js/shepherd.min.js +2 -0
  75. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.css +507 -0
  76. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spectrum/spectrum.js +2341 -0
  77. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/spin.js/spin.js +337 -0
  78. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/tether/tether.js +1443 -0
  79. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/base.css +437 -0
  80. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-auto.css +38 -0
  81. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-dark.css +18 -0
  82. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/default-light.css +18 -0
  83. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-3024.css +20 -0
  84. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apathy.css +20 -0
  85. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-apprentice.css +20 -0
  86. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave-light.css +20 -0
  87. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-cave.css +20 -0
  88. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune-light.css +20 -0
  89. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-dune.css +20 -0
  90. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary-light.css +20 -0
  91. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-estuary.css +20 -0
  92. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest-light.css +20 -0
  93. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-forest.css +20 -0
  94. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath-light.css +20 -0
  95. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-heath.css +20 -0
  96. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside-light.css +20 -0
  97. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-lakeside.css +20 -0
  98. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau-light.css +20 -0
  99. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-plateau.css +20 -0
  100. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna-light.css +20 -0
  101. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-savanna.css +20 -0
  102. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside-light.css +20 -0
  103. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-seaside.css +20 -0
  104. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool-light.css +20 -0
  105. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atelier-sulphurpool.css +20 -0
  106. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-atlas.css +20 -0
  107. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bespin.css +20 -0
  108. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brewer.css +20 -0
  109. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-bright.css +20 -0
  110. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees-dark.css +20 -0
  111. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-brush-trees.css +20 -0
  112. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-chalk.css +20 -0
  113. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-dark.css +20 -0
  114. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-danqing-light.css +18 -0
  115. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-red-screen.css +23 -0
  116. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-light.css +19 -0
  117. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-china-traditional-night.css +19 -0
  118. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-circus.css +20 -0
  119. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-dark.css +20 -0
  120. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-classic-light.css +20 -0
  121. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-colors.css +20 -0
  122. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupcake.css +20 -0
  123. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-cupertino.css +20 -0
  124. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-black.css +20 -0
  125. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-gray.css +20 -0
  126. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-ocean.css +20 -0
  127. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-paper.css +20 -0
  128. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-da-one-white.css +20 -0
  129. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darcula.css +20 -0
  130. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darkmoss.css +20 -0
  131. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-darktooth.css +20 -0
  132. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-decaf.css +20 -0
  133. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-dark.css +20 -0
  134. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-default-light.css +20 -0
  135. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eighties.css +20 -0
  136. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-embers.css +20 -0
  137. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-dark.css +20 -0
  138. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-dark.css +20 -0
  139. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-gray-light.css +20 -0
  140. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-equilibrium-light.css +20 -0
  141. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-espresso.css +20 -0
  142. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva-dim.css +20 -0
  143. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-eva.css +20 -0
  144. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-flat.css +20 -0
  145. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-framer.css +20 -0
  146. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gigavolt.css +20 -0
  147. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-github.css +20 -0
  148. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-dark.css +20 -0
  149. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-google-light.css +20 -0
  150. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-dark.css +20 -0
  151. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-grayscale-light.css +20 -0
  152. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-green-screen.css +20 -0
  153. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-hard.css +20 -0
  154. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-medium.css +20 -0
  155. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-pale.css +20 -0
  156. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-dark-soft.css +20 -0
  157. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-hard.css +20 -0
  158. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-medium.css +20 -0
  159. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-gruvbox-light-soft.css +20 -0
  160. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hardcore.css +20 -0
  161. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-dark.css +20 -0
  162. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-harmonic16-light.css +20 -0
  163. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-helios.css +20 -0
  164. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-hopscotch.css +20 -0
  165. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-dark.css +20 -0
  166. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-horizon-light.css +20 -0
  167. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-dark.css +20 -0
  168. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-humanoid-light.css +20 -0
  169. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-icy-dark.css +20 -0
  170. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ir-black.css +20 -0
  171. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-isotope.css +20 -0
  172. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-kimber.css +20 -0
  173. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-macintosh.css +20 -0
  174. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-marrakesh.css +20 -0
  175. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-materia.css +20 -0
  176. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-darker.css +20 -0
  177. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-lighter.css +20 -0
  178. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-palenight.css +20 -0
  179. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material-vivid.css +20 -0
  180. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-material.css +20 -0
  181. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mexico-light.css +20 -0
  182. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-mocha.css +20 -0
  183. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-monokai.css +20 -0
  184. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nebula.css +20 -0
  185. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nord.css +20 -0
  186. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-nova.css +20 -0
  187. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-ocean.css +20 -0
  188. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-oceanicnext.css +20 -0
  189. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-one-light.css +20 -0
  190. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-onedark.css +20 -0
  191. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-outrun-dark.css +20 -0
  192. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-paraiso.css +20 -0
  193. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pasque.css +20 -0
  194. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-phd.css +20 -0
  195. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pinky.css +20 -0
  196. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-pop.css +20 -0
  197. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-porple.css +20 -0
  198. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-colorblind.css +20 -0
  199. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-dimmed.css +20 -0
  200. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark-high-contrast.css +20 -0
  201. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-dark.css +20 -0
  202. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light-colorblind.css +20 -0
  203. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-primer-light.css +20 -0
  204. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-qualia.css +20 -0
  205. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-railscasts.css +20 -0
  206. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-dawn.css +20 -0
  207. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine-moon.css +20 -0
  208. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-rose-pine.css +20 -0
  209. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sagelight.css +20 -0
  210. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sakura.css +20 -0
  211. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-sandcastle.css +20 -0
  212. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-shapeshifter.css +20 -0
  213. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-dark.css +20 -0
  214. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-silk-light.css +20 -0
  215. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-snazzy.css +20 -0
  216. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare-light.css +20 -0
  217. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solar-flare.css +20 -0
  218. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-dark.css +20 -0
  219. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-solarized-light.css +20 -0
  220. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-spacemacs.css +20 -0
  221. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summercamp.css +20 -0
  222. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-dark.css +20 -0
  223. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-summerfruit-light.css +20 -0
  224. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-dark.css +20 -0
  225. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-synth-midnight-terminal-light.css +20 -0
  226. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tender.css +20 -0
  227. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-blue.css +19 -0
  228. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-bright.css +19 -0
  229. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night-eighties.css +19 -0
  230. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow-night.css +20 -0
  231. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-tomorrow.css +20 -0
  232. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-twilight.css +20 -0
  233. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-dark.css +20 -0
  234. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-unikitty-light.css +20 -0
  235. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-vulcan.css +20 -0
  236. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10-light.css +20 -0
  237. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-10.css +20 -0
  238. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95-light.css +20 -0
  239. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-95.css +20 -0
  240. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast-light.css +20 -0
  241. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-high-contrast.css +20 -0
  242. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt-light.css +20 -0
  243. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-windows-nt.css +20 -0
  244. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-woodland.css +20 -0
  245. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-xcode-dusk.css +20 -0
  246. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/others/base16-zenburn.css +20 -0
  247. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/themes.json +3617 -0
  248. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/themes/variable.css +33 -0
  249. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/bower.json +14 -0
  250. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/compare-versions/compare-versions.js +219 -0
  251. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/csso/csso.js +23 -0
  252. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursor.js +471 -0
  253. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBCursorWithValue.js +11 -0
  254. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBDatabase.js +155 -0
  255. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBFactory.js +256 -0
  256. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBIndex.js +183 -0
  257. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBKeyRange.js +71 -0
  258. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBObjectStore.js +375 -0
  259. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBOpenDBRequest.js +9 -0
  260. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBRequest.js +33 -0
  261. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBTransaction.js +213 -0
  262. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/FDBVersionChangeEvent.js +12 -0
  263. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/fakeIndexedDB.js +3 -0
  264. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/index.js +14 -0
  265. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Database.js +32 -0
  266. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeDOMStringList.js +72 -0
  267. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEvent.js +38 -0
  268. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/FakeEventTarget.js +104 -0
  269. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/Index.js +157 -0
  270. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/KeyGenerator.js +22 -0
  271. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/ObjectStore.js +172 -0
  272. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/RecordStore.js +133 -0
  273. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/binarySearch.js +74 -0
  274. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/canInjectKey.js +23 -0
  275. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/cmp.js +77 -0
  276. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/enforceRange.js +13 -0
  277. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/errors.js +62 -0
  278. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/extractKey.js +39 -0
  279. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/scheduling.js +29 -0
  280. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/types.js +1 -0
  281. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/validateKeyPath.js +46 -0
  282. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKey.js +55 -0
  283. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/fake-indexeddb/lib/valueToKeyRange.js +19 -0
  284. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/filesize/filesize.esm.js +228 -0
  285. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/idb-keyval/idb-keyval.js +274 -0
  286. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.contentWindow.min.js +1305 -0
  287. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/iframeResizer/iframeResizer.min.js +1466 -0
  288. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jquery-ui/jquery-ui-1.10.4.custom.min.js +6 -0
  289. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/jszip/jszip.min.js +13 -0
  290. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/moment/moment-with-locales.js +18476 -0
  291. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator.css +1368 -0
  292. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/tabulator/tabulator_esm.js +29258 -0
  293. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify-es.js +467 -0
  294. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/lib/zero-dependencies/toastify/toastify.css +94 -0
  295. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/localstorage-polyfill.js +67 -0
  296. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/log.js +119 -0
  297. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/manifest.json +47 -0
  298. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/options.html +50 -0
  299. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/about.html +39 -0
  300. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/apply_options_confirm.html +13 -0
  301. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/builtin.html +16 -0
  302. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/cannot_delete_profile.html +17 -0
  303. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_attached.html +14 -0
  304. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/delete_profile.html +13 -0
  305. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/fixed_auth_edit.html +29 -0
  306. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/general.html +36 -0
  307. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/input_group_clear.html +5 -0
  308. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/io.html +115 -0
  309. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/new_profile.html +54 -0
  310. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/omega_profile_select.html +9 -0
  311. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/options_welcome.html +15 -0
  312. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile.html +17 -0
  313. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_fixed.html +55 -0
  314. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_pac.html +68 -0
  315. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_rule_list.html +34 -0
  316. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_switch.html +185 -0
  317. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_unsupported.html +3 -0
  318. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/profile_virtual.html +19 -0
  319. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rename_profile.html +24 -0
  320. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/replace_profile.html +15 -0
  321. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/reset_options_confirm.html +12 -0
  322. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_remove_confirm.html +14 -0
  323. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/rule_reset_confirm.html +13 -0
  324. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/theme.html +20 -0
  325. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/partials/ui.html +72 -0
  326. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/dialog.css +119 -0
  327. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/css/index.css +225 -0
  328. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/grant_permissions.html +51 -0
  329. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/img/AllowedIncognitoAccess.png +0 -0
  330. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/index.html +58 -0
  331. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/grant_permissions.js +32 -0
  332. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/i18n.js +10 -0
  333. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/index.js +56 -0
  334. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard.js +134 -0
  335. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/keyboard_help.js +32 -0
  336. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/loader.js +51 -0
  337. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/profiles.js +294 -0
  338. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/proxy_not_controllable.js +43 -0
  339. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/js/style.js +15 -0
  340. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/base.css +33 -0
  341. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/css/index.css +145 -0
  342. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/index.html +21 -0
  343. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/index.js +588 -0
  344. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/loader.js +24 -0
  345. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/tab.js +154 -0
  346. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/url.js +334 -0
  347. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/network/js/utils.js +88 -0
  348. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/proxy_not_controllable.html +23 -0
  349. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/base.css +34 -0
  350. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/css/index.css +15 -0
  351. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/index.html +21 -0
  352. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/index.js +168 -0
  353. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup/temp_rules/js/loader.js +27 -0
  354. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.html +22 -0
  355. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup-iframe.js +14 -0
  356. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/popup.html +137 -0
  357. package/pfnededegaaopdmhkdmcofjmoldfiped/3.5.0_0/x-background.js +65 -0
@@ -0,0 +1,1368 @@
1
+ .tabulator {
2
+ position: relative;
3
+ border: 1px solid var(--highlightBackground);
4
+ background-color: var(--defaultBackground);
5
+ font-size: 14px;
6
+ text-align: left;
7
+ overflow: hidden;
8
+ -webkit-transform: translateZ(0);
9
+ -moz-transform: translateZ(0);
10
+ -ms-transform: translateZ(0);
11
+ -o-transform: translateZ(0);
12
+ transform: translateZ(0);
13
+ }
14
+
15
+ .tabulator a {
16
+ color: inherit;
17
+ }
18
+ .tabulator a:hover {
19
+ color: var(--negativeColor);
20
+ }
21
+
22
+ .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableholder .tabulator-table {
23
+ min-width: 100%;
24
+ }
25
+
26
+ .tabulator[tabulator-layout="fitDataTable"] {
27
+ display: inline-block;
28
+ }
29
+
30
+ .tabulator.tabulator-block-select {
31
+ user-select: none;
32
+ }
33
+
34
+ .tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
35
+ user-select: none;
36
+ }
37
+
38
+ .tabulator .tabulator-header {
39
+ position: relative;
40
+ box-sizing: border-box;
41
+ width: 100%;
42
+ border-bottom: 1px solid var(--highlightBackground);
43
+ background-color: var(--defaultBackground);
44
+ color: var(--defaultForeground);
45
+ font-weight: bold;
46
+ white-space: nowrap;
47
+ overflow: hidden;
48
+ -moz-user-select: none;
49
+ -khtml-user-select: none;
50
+ -webkit-user-select: none;
51
+ -o-user-select: none;
52
+ outline: none;
53
+ }
54
+
55
+ .tabulator .tabulator-header.tabulator-header-hidden {
56
+ display: none;
57
+ }
58
+
59
+ .tabulator .tabulator-header .tabulator-header-contents {
60
+ position: relative;
61
+ overflow: hidden;
62
+ }
63
+
64
+ .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
65
+ display: inline-block;
66
+ }
67
+
68
+ .tabulator .tabulator-header .tabulator-col {
69
+ display: inline-flex;
70
+ position: relative;
71
+ box-sizing: border-box;
72
+ flex-direction: column;
73
+ justify-content: flex-start;
74
+ border-right: 1px solid var(--selectionBackground);
75
+ background: var(--selectionBackground);
76
+ text-align: left;
77
+ vertical-align: bottom;
78
+ overflow: hidden;
79
+ }
80
+
81
+ .tabulator .tabulator-header .tabulator-col.tabulator-moving {
82
+ position: absolute;
83
+ border: 1px solid var(--highlightBackground);
84
+ background: var(--selectionBackground);
85
+ pointer-events: none;
86
+ }
87
+
88
+ .tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
89
+ background-color: var(--selectionBackground);
90
+ color: var(--defaultForeground);
91
+ }
92
+
93
+ .tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
94
+ background-color: var(--positiveColor);
95
+ color: var(--whiteColor);
96
+ }
97
+
98
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
99
+ box-sizing: border-box;
100
+ position: relative;
101
+ padding: 4px;
102
+ }
103
+
104
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
105
+ padding: 0 8px;
106
+ }
107
+
108
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
109
+ cursor: pointer;
110
+ opacity: .6;
111
+ }
112
+
113
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
114
+ position: relative;
115
+ }
116
+
117
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
118
+ box-sizing: border-box;
119
+ width: 100%;
120
+ white-space: nowrap;
121
+ overflow: hidden;
122
+ text-overflow: ellipsis;
123
+ vertical-align: bottom;
124
+ }
125
+
126
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
127
+ white-space: normal;
128
+ text-overflow: initial;
129
+ }
130
+
131
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
132
+ box-sizing: border-box;
133
+ width: 100%;
134
+ border: 1px solid var(--highlightBackground);
135
+ padding: 1px;
136
+ background: var(--whiteColor);
137
+ }
138
+
139
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button + .tabulator-title-editor {
140
+ width: calc(100% - 22px);
141
+ }
142
+
143
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
144
+ display: flex;
145
+ align-items: center;
146
+ position: absolute;
147
+ top: 0;
148
+ bottom: 0;
149
+ right: 4px;
150
+ }
151
+
152
+ .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
153
+ width: 0;
154
+ height: 0;
155
+ border-left: 6px solid transparent;
156
+ border-right: 6px solid transparent;
157
+ border-bottom: 6px solid var(--selectionBackground);
158
+ }
159
+
160
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
161
+ position: relative;
162
+ display: flex;
163
+ border-top: 1px solid var(--selectionBackground);
164
+ overflow: hidden;
165
+ margin-right: -1px;
166
+ }
167
+
168
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
169
+ position: relative;
170
+ box-sizing: border-box;
171
+ margin-top: 2px;
172
+ width: 100%;
173
+ text-align: center;
174
+ }
175
+
176
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
177
+ height: auto !important;
178
+ }
179
+
180
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
181
+ margin-top: 3px;
182
+ }
183
+
184
+ .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
185
+ width: 0;
186
+ height: 0;
187
+ }
188
+
189
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
190
+ padding-right: 25px;
191
+ }
192
+
193
+ @media (hover: hover) and (pointer: fine) {
194
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
195
+ cursor: pointer;
196
+ background-color: var(--selectionBackground);
197
+ }
198
+ }
199
+
200
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter {
201
+ color: var(--selectionBackground);
202
+ }
203
+
204
+ @media (hover: hover) and (pointer: fine) {
205
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
206
+ cursor: pointer;
207
+ border-bottom: 6px solid var(--defaultForeground);
208
+ }
209
+ }
210
+
211
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
212
+ border-top: none;
213
+ border-bottom: 6px solid var(--selectionBackground);
214
+ }
215
+
216
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter {
217
+ color: var(--defaultForeground);
218
+ }
219
+
220
+ @media (hover: hover) and (pointer: fine) {
221
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
222
+ cursor: pointer;
223
+ border-bottom: 6px solid var(--defaultForeground);
224
+ }
225
+ }
226
+
227
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="ascending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
228
+ border-top: none;
229
+ border-bottom: 6px solid var(--defaultForeground);
230
+ }
231
+
232
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter {
233
+ color: var(--defaultForeground);
234
+ }
235
+
236
+ @media (hover: hover) and (pointer: fine) {
237
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
238
+ cursor: pointer;
239
+ border-top: 6px solid var(--defaultForeground);
240
+ }
241
+ }
242
+
243
+ .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="descending"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
244
+ border-bottom: none;
245
+ border-top: 6px solid var(--defaultForeground);
246
+ color: var(--defaultForeground);
247
+ }
248
+
249
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
250
+ writing-mode: vertical-rl;
251
+ text-orientation: mixed;
252
+ display: flex;
253
+ align-items: center;
254
+ justify-content: center;
255
+ }
256
+
257
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
258
+ transform: rotate(180deg);
259
+ }
260
+
261
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
262
+ padding-right: 0;
263
+ padding-top: 20px;
264
+ }
265
+
266
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
267
+ padding-right: 0;
268
+ padding-bottom: 20px;
269
+ }
270
+
271
+ .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
272
+ justify-content: center;
273
+ left: 0;
274
+ right: 0;
275
+ top: 4px;
276
+ bottom: auto;
277
+ }
278
+
279
+ .tabulator .tabulator-header .tabulator-frozen {
280
+ position: sticky;
281
+ left: 0;
282
+ z-index: 11;
283
+ }
284
+
285
+ .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
286
+ border-right: 2px solid var(--selectionBackground);
287
+ }
288
+
289
+ .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
290
+ border-left: 2px solid var(--selectionBackground);
291
+ }
292
+
293
+ .tabulator .tabulator-header .tabulator-calcs-holder {
294
+ box-sizing: border-box;
295
+ display: inline-block;
296
+ background: var(--selectionBackground) !important;
297
+ border-top: 1px solid var(--selectionBackground);
298
+ border-bottom: 1px solid var(--selectionBackground);
299
+ }
300
+
301
+ .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
302
+ background: var(--selectionBackground) !important;
303
+ border-top: 1px solid var(--highlightBackground);
304
+ }
305
+
306
+ .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
307
+ display: none;
308
+ }
309
+
310
+ .tabulator .tabulator-header .tabulator-frozen-rows-holder {
311
+ display: inline-block;
312
+ }
313
+
314
+ .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
315
+ display: none;
316
+ }
317
+
318
+ .tabulator .tabulator-tableholder {
319
+ position: relative;
320
+ width: 100%;
321
+ white-space: nowrap;
322
+ overflow: auto;
323
+ -webkit-overflow-scrolling: touch;
324
+ }
325
+
326
+ .tabulator .tabulator-tableholder:focus {
327
+ outline: none;
328
+ }
329
+
330
+ .tabulator .tabulator-tableholder .tabulator-placeholder {
331
+ box-sizing: border-box;
332
+ display: flex;
333
+ align-items: center;
334
+ justify-content: center;
335
+ min-width: 100%;
336
+ width: 100%;
337
+ }
338
+
339
+ .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode="virtual"] {
340
+ min-height: 100%;
341
+ }
342
+
343
+ .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
344
+ display: inline-block;
345
+ text-align: center;
346
+ padding: 10px;
347
+ color: var(--highlightBackground);
348
+ font-weight: bold;
349
+ font-size: 20px;
350
+ white-space: normal;
351
+ }
352
+
353
+ .tabulator .tabulator-tableholder .tabulator-table {
354
+ position: relative;
355
+ display: inline-block;
356
+ background-color: var(--defaultBackground);
357
+ white-space: nowrap;
358
+ overflow: visible;
359
+ color: var(--defaultForeground);
360
+ }
361
+
362
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
363
+ font-weight: bold;
364
+ background: #e2e2e2 !important;
365
+ }
366
+
367
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
368
+ border-bottom: 2px solid var(--selectionBackground);
369
+ }
370
+
371
+ .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
372
+ border-top: 2px solid var(--selectionBackground);
373
+ }
374
+
375
+ .tabulator .tabulator-tableholder .tabulator-range-overlay {
376
+ position: absolute;
377
+ inset: 0;
378
+ z-index: 10;
379
+ pointer-events: none;
380
+ }
381
+
382
+ .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
383
+ position: absolute;
384
+ box-sizing: border-box;
385
+ border: 1px solid #2975DD;
386
+ }
387
+
388
+ .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
389
+ content: '';
390
+ position: absolute;
391
+ right: -3px;
392
+ bottom: -3px;
393
+ width: 6px;
394
+ height: 6px;
395
+ background-color: #2975DD;
396
+ border-radius: 999px;
397
+ }
398
+
399
+ .tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
400
+ position: absolute;
401
+ box-sizing: border-box;
402
+ border: 2px solid #2975DD;
403
+ }
404
+
405
+ .tabulator .tabulator-footer {
406
+ border-top: 1px solid var(--highlightBackground);
407
+ background-color: var(--defaultBackground);
408
+ color: var(--defaultForeground);
409
+ font-weight: bold;
410
+ white-space: nowrap;
411
+ user-select: none;
412
+ -moz-user-select: none;
413
+ -khtml-user-select: none;
414
+ -webkit-user-select: none;
415
+ -o-user-select: none;
416
+ }
417
+
418
+ .tabulator .tabulator-footer .tabulator-footer-contents {
419
+ display: flex;
420
+ flex-direction: row;
421
+ align-items: center;
422
+ justify-content: space-between;
423
+ padding: 5px 10px;
424
+ }
425
+
426
+ .tabulator .tabulator-footer .tabulator-footer-contents:empty {
427
+ display: none;
428
+ }
429
+
430
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
431
+ margin-top: -5px;
432
+ overflow-x: auto;
433
+ }
434
+
435
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
436
+ display: inline-block;
437
+ padding: 5px;
438
+ border: var(--highlightBackground) 1px solid;
439
+ border-top: none;
440
+ border-bottom-left-radius: 5px;
441
+ border-bottom-right-radius: 5px;
442
+ font-size: .9em;
443
+ }
444
+
445
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
446
+ cursor: pointer;
447
+ opacity: .7;
448
+ }
449
+
450
+ .tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
451
+ background: var(--whiteColor);
452
+ }
453
+
454
+ .tabulator .tabulator-footer .tabulator-calcs-holder {
455
+ box-sizing: border-box;
456
+ width: 100%;
457
+ text-align: left;
458
+ background: var(--selectionBackground) !important;
459
+ border-bottom: 1px solid var(--selectionBackground);
460
+ border-top: 1px solid var(--selectionBackground);
461
+ overflow: hidden;
462
+ }
463
+
464
+ .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
465
+ display: inline-block;
466
+ background: var(--selectionBackground) !important;
467
+ }
468
+
469
+ .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
470
+ display: none;
471
+ }
472
+
473
+ .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
474
+ margin-bottom: -5px;
475
+ border-bottom: none;
476
+ }
477
+
478
+ .tabulator .tabulator-footer > * + .tabulator-page-counter {
479
+ margin-left: 10px;
480
+ }
481
+
482
+ .tabulator .tabulator-footer .tabulator-page-counter {
483
+ font-weight: normal;
484
+ }
485
+
486
+ .tabulator .tabulator-footer .tabulator-paginator {
487
+ flex: 1;
488
+ text-align: right;
489
+ color: var(--defaultForeground);
490
+ font-family: inherit;
491
+ font-weight: inherit;
492
+ font-size: inherit;
493
+ }
494
+
495
+ .tabulator .tabulator-footer .tabulator-page-size {
496
+ display: inline-block;
497
+ margin: 0 5px;
498
+ padding: 2px 5px;
499
+ border: 1px solid var(--selectionBackground);
500
+ border-radius: 3px;
501
+ }
502
+
503
+ .tabulator .tabulator-footer .tabulator-pages {
504
+ margin: 0 7px;
505
+ }
506
+
507
+
508
+ .tabulator .tabulator-col-resize-handle {
509
+ position: relative;
510
+ display: inline-block;
511
+ width: 6px;
512
+ margin-left: -3px;
513
+ margin-right: -3px;
514
+ z-index: 11;
515
+ vertical-align: middle;
516
+ }
517
+
518
+ @media (hover: hover) and (pointer: fine) {
519
+ .tabulator .tabulator-col-resize-handle:hover {
520
+ cursor: ew-resize;
521
+ }
522
+ }
523
+
524
+ .tabulator .tabulator-col-resize-handle:last-of-type {
525
+ width: 3px;
526
+ margin-right: 0;
527
+ }
528
+
529
+ .tabulator .tabulator-col-resize-guide {
530
+ position: absolute;
531
+ top: 0;
532
+ width: 4px;
533
+ height: 100%;
534
+ margin-left: -0.5px;
535
+ background-color: var(--highlightBackground);
536
+ opacity: .5;
537
+ }
538
+
539
+ .tabulator .tabulator-row-resize-guide {
540
+ position: absolute;
541
+ left: 0;
542
+ width: 100%;
543
+ height: 4px;
544
+ margin-top: -0.5px;
545
+ background-color: var(--highlightBackground);
546
+ opacity: .5;
547
+ }
548
+
549
+ .tabulator .tabulator-alert {
550
+ position: absolute;
551
+ display: flex;
552
+ align-items: center;
553
+ top: 0;
554
+ left: 0;
555
+ z-index: 100;
556
+ height: 100%;
557
+ width: 100%;
558
+ text-align: center;
559
+ }
560
+ .tabulator .tabulator-alert:before {
561
+ content: ' ';
562
+ position: absolute;
563
+ inset: 0;
564
+ opacity: .5;
565
+ background: var(--selectionBackground);
566
+ z-index: -1;
567
+ }
568
+
569
+ .tabulator .tabulator-alert .tabulator-alert-msg {
570
+ display: inline-block;
571
+ margin: 0 auto;
572
+ padding: 10px 20px;
573
+ border-radius: 10px;
574
+ background: var(--infoColor);
575
+ color: var(--whiteColor);
576
+ font-weight: bold;
577
+ font-size: 16px;
578
+ }
579
+
580
+ .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
581
+ border: 4px solid var(--selectionBackground);
582
+ }
583
+
584
+ .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
585
+ border: 4px solid var(--negativeColor);
586
+ background: var(--negativeColor);
587
+ }
588
+
589
+ .tabulator-row {
590
+ position: relative;
591
+ box-sizing: border-box;
592
+ min-height: 22px;
593
+ background-color: var(--defaultBackground);
594
+ }
595
+
596
+ .tabulator-row.tabulator-row-even {
597
+ background-color: var(--lighterBackground);
598
+ }
599
+
600
+ @media (hover: hover) and (pointer: fine) {
601
+ .tabulator-row.tabulator-selectable:hover {
602
+ background-color: var(--selectionBackground);
603
+ cursor: pointer;
604
+ }
605
+ .tabulator-row.tabulator-selectable.tabulator-row.tabulator-selected:hover:after {
606
+ opacity: .2;
607
+ }
608
+ }
609
+
610
+ .tabulator-row.tabulator-selected {
611
+ background-color: var(--defaultBackground);
612
+ font-weight: bolder;
613
+ }
614
+ .tabulator-row.tabulator-selected:after {
615
+ content: ' ';
616
+ position: absolute;
617
+ inset: 0;
618
+ z-index: 100;
619
+ background-color: var(--infoColor);
620
+ mix-blend-mode: multiply;
621
+ pointer-events: none;
622
+ }
623
+
624
+ .tabulator-row.tabulator-editing.tabulator-selected:after {
625
+ opacity: .2;
626
+ }
627
+
628
+
629
+ .tabulator-row.tabulator-row-moving {
630
+ border: 1px solid var(--defaultForeground);
631
+ background: var(--whiteColor);
632
+ }
633
+
634
+ .tabulator-row.tabulator-moving {
635
+ position: absolute;
636
+ border-top: 1px solid var(--selectionBackground);
637
+ border-bottom: 1px solid var(--selectionBackground);
638
+ pointer-events: none;
639
+ z-index: 15;
640
+ }
641
+
642
+ .tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
643
+ background-color: var(--selectionBackground);
644
+ color: var(--defaultForeground);
645
+ }
646
+
647
+ .tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
648
+ background-color: var(--positiveColor);
649
+ color: var(--whiteColor);
650
+ }
651
+
652
+ .tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
653
+ background-color: var(--positiveColor);
654
+ color: var(--whiteColor);
655
+ }
656
+
657
+ .tabulator-row .tabulator-row-resize-handle {
658
+ position: absolute;
659
+ right: 0;
660
+ bottom: 0;
661
+ left: 0;
662
+ height: 5px;
663
+ }
664
+
665
+ .tabulator-row .tabulator-row-resize-handle.prev {
666
+ top: 0;
667
+ bottom: auto;
668
+ }
669
+
670
+ @media (hover: hover) and (pointer: fine) {
671
+ .tabulator-row .tabulator-row-resize-handle:hover {
672
+ cursor: ns-resize;
673
+ }
674
+ }
675
+
676
+ .tabulator-row .tabulator-responsive-collapse {
677
+ box-sizing: border-box;
678
+ padding: 5px;
679
+ border-top: 1px solid var(--selectionBackground);
680
+ border-bottom: 1px solid var(--selectionBackground);
681
+ }
682
+
683
+ .tabulator-row .tabulator-responsive-collapse:empty {
684
+ display: none;
685
+ }
686
+
687
+ .tabulator-row .tabulator-responsive-collapse table {
688
+ font-size: 14px;
689
+ }
690
+
691
+ .tabulator-row .tabulator-responsive-collapse table tr td {
692
+ position: relative;
693
+ }
694
+
695
+ .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
696
+ padding-right: 10px;
697
+ }
698
+
699
+ .tabulator-row .tabulator-cell {
700
+ display: inline-block;
701
+ position: relative;
702
+ box-sizing: border-box;
703
+ padding: 4px;
704
+ border-right: 1px solid var(--selectionBackground);
705
+ vertical-align: middle;
706
+ white-space: nowrap;
707
+ overflow: hidden;
708
+ text-overflow: ellipsis;
709
+ outline: none;
710
+ }
711
+
712
+ .tabulator-row .tabulator-cell.tabulator-row-header {
713
+ border-right: 1px solid var(--highlightBackground);
714
+ border-bottom: 1px solid var(--selectionBackground);
715
+ background: var(--defaultBackground);
716
+ }
717
+
718
+ .tabulator-row .tabulator-cell.tabulator-frozen {
719
+ display: inline-block;
720
+ position: sticky;
721
+ left: 0;
722
+ background-color: inherit;
723
+ z-index: 11;
724
+ }
725
+
726
+ .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
727
+ border-right: 2px solid var(--selectionBackground);
728
+ }
729
+
730
+ .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
731
+ border-left: 2px solid var(--selectionBackground);
732
+ }
733
+
734
+ .tabulator-row .tabulator-cell.tabulator-editing {
735
+ border: 2px solid var(--positiveColor);
736
+ outline: none;
737
+ padding: 0;
738
+ }
739
+
740
+ .tabulator-row .tabulator-cell.tabulator-editing input,
741
+ .tabulator-row .tabulator-cell.tabulator-editing select {
742
+ border: 1px;
743
+ background: transparent;
744
+ outline: none;
745
+ }
746
+
747
+ .tabulator-row .tabulator-cell.tabulator-validation-fail {
748
+ border: 1px solid var(--negativeColor);
749
+ }
750
+
751
+ .tabulator-row .tabulator-cell.tabulator-validation-fail input,
752
+ .tabulator-row .tabulator-cell.tabulator-validation-fail select {
753
+ border: 1px;
754
+ background: transparent;
755
+ color: var(--negativeColor);
756
+ }
757
+
758
+ .tabulator-row .tabulator-cell.tabulator-row-handle {
759
+ display: inline-flex;
760
+ align-items: center;
761
+ justify-content: center;
762
+ -moz-user-select: none;
763
+ -khtml-user-select: none;
764
+ -webkit-user-select: none;
765
+ -o-user-select: none;
766
+ }
767
+
768
+ .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
769
+ width: 80%;
770
+ }
771
+
772
+ .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
773
+ width: 100%;
774
+ height: 3px;
775
+ margin-top: 2px;
776
+ background: var(--defaultForeground);
777
+ }
778
+
779
+ .tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
780
+ background-color: var(--infoColor);
781
+ }
782
+
783
+ .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
784
+ display: inline-block;
785
+ width: 7px;
786
+ }
787
+
788
+ .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
789
+ display: inline-block;
790
+ vertical-align: middle;
791
+ height: 9px;
792
+ width: 7px;
793
+ margin-top: -9px;
794
+ margin-right: 5px;
795
+ border-bottom-left-radius: 1px;
796
+ border-left: 2px solid var(--selectionBackground);
797
+ border-bottom: 2px solid var(--selectionBackground);
798
+ }
799
+
800
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control {
801
+ display: inline-flex;
802
+ justify-content: center;
803
+ align-items: center;
804
+ vertical-align: middle;
805
+ height: 11px;
806
+ width: 11px;
807
+ margin-right: 5px;
808
+ border: 1px solid var(--defaultForeground);
809
+ border-radius: 2px;
810
+ background: rgba(0, 0, 0, 0.1);
811
+ overflow: hidden;
812
+ }
813
+
814
+ @media (hover: hover) and (pointer: fine) {
815
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
816
+ cursor: pointer;
817
+ background: rgba(0, 0, 0, 0.2);
818
+ }
819
+ }
820
+
821
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
822
+ display: inline-block;
823
+ position: relative;
824
+ height: 7px;
825
+ width: 1px;
826
+ background: transparent;
827
+ }
828
+
829
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
830
+ position: absolute;
831
+ content: "";
832
+ left: -3px;
833
+ top: 3px;
834
+ height: 1px;
835
+ width: 7px;
836
+ background: var(--defaultForeground);
837
+ }
838
+
839
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
840
+ display: inline-block;
841
+ position: relative;
842
+ height: 7px;
843
+ width: 1px;
844
+ background: var(--defaultForeground);
845
+ }
846
+
847
+ .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
848
+ position: absolute;
849
+ content: "";
850
+ left: -3px;
851
+ top: 3px;
852
+ height: 1px;
853
+ width: 7px;
854
+ background: var(--defaultForeground);
855
+ }
856
+
857
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
858
+ display: inline-flex;
859
+ align-items: center;
860
+ justify-content: center;
861
+ -moz-user-select: none;
862
+ -khtml-user-select: none;
863
+ -webkit-user-select: none;
864
+ -o-user-select: none;
865
+ height: 15px;
866
+ width: 15px;
867
+ border-radius: 20px;
868
+ background: var(--defaultForeground);
869
+ color: var(--whiteColor);
870
+ font-weight: bold;
871
+ font-size: 1.1em;
872
+ }
873
+
874
+ @media (hover: hover) and (pointer: fine) {
875
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
876
+ opacity: .7;
877
+ cursor: pointer;
878
+ }
879
+ }
880
+
881
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
882
+ display: initial;
883
+ }
884
+
885
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
886
+ display: none;
887
+ }
888
+
889
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
890
+ stroke: var(--whiteColor);
891
+ }
892
+
893
+ .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
894
+ display: none;
895
+ }
896
+
897
+ .tabulator-row .tabulator-cell .tabulator-traffic-light {
898
+ display: inline-block;
899
+ height: 14px;
900
+ width: 14px;
901
+ border-radius: 14px;
902
+ }
903
+
904
+ .tabulator-row.tabulator-group {
905
+ box-sizing: border-box;
906
+ border-bottom: 1px solid var(--highlightBackground);
907
+ border-right: 1px solid var(--selectionBackground);
908
+ border-top: 1px solid var(--highlightBackground);
909
+ padding: 5px;
910
+ padding-left: 10px;
911
+ background: #ccc;
912
+ font-weight: bold;
913
+ min-width: 100%;
914
+ }
915
+
916
+ @media (hover: hover) and (pointer: fine) {
917
+ .tabulator-row.tabulator-group:hover {
918
+ cursor: pointer;
919
+ background-color: rgba(0, 0, 0, 0.1);
920
+ }
921
+ }
922
+
923
+ .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
924
+ margin-right: 10px;
925
+ border-left: 6px solid transparent;
926
+ border-right: 6px solid transparent;
927
+ border-top: 6px solid var(--defaultForeground);
928
+ border-bottom: 0;
929
+ }
930
+
931
+ .tabulator-row.tabulator-group.tabulator-group-level-1 {
932
+ padding-left: 30px;
933
+ }
934
+
935
+ .tabulator-row.tabulator-group.tabulator-group-level-2 {
936
+ padding-left: 50px;
937
+ }
938
+
939
+ .tabulator-row.tabulator-group.tabulator-group-level-3 {
940
+ padding-left: 70px;
941
+ }
942
+
943
+ .tabulator-row.tabulator-group.tabulator-group-level-4 {
944
+ padding-left: 90px;
945
+ }
946
+
947
+ .tabulator-row.tabulator-group.tabulator-group-level-5 {
948
+ padding-left: 110px;
949
+ }
950
+
951
+ .tabulator-row.tabulator-group .tabulator-group-toggle {
952
+ display: inline-block;
953
+ }
954
+
955
+ .tabulator-row.tabulator-group .tabulator-arrow {
956
+ display: inline-block;
957
+ width: 0;
958
+ height: 0;
959
+ margin-right: 16px;
960
+ border-top: 6px solid transparent;
961
+ border-bottom: 6px solid transparent;
962
+ border-right: 0;
963
+ border-left: 6px solid var(--defaultForeground);
964
+ vertical-align: middle;
965
+ }
966
+
967
+ .tabulator-row.tabulator-group span {
968
+ margin-left: 10px;
969
+ color: #d00;
970
+ }
971
+
972
+ .tabulator-toggle {
973
+ box-sizing: border-box;
974
+ display: flex;
975
+ flex-direction: row;
976
+ border: 1px solid #ccc;
977
+ background: #dcdcdc;
978
+ }
979
+
980
+ .tabulator-toggle.tabulator-toggle-on {
981
+ background: #1c6cc2;
982
+ }
983
+
984
+ .tabulator-toggle .tabulator-toggle-switch {
985
+ box-sizing: border-box;
986
+ border: 1px solid #ccc;
987
+ background: var(--whiteColor);
988
+ }
989
+
990
+ .tabulator-popup-container {
991
+ position: absolute;
992
+ display: inline-block;
993
+ box-sizing: border-box;
994
+ background: var(--lighterBackground);
995
+ border: 1px solid var(--selectionBackground);
996
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
997
+ font-size: 14px;
998
+ overflow-y: auto;
999
+ -webkit-overflow-scrolling: touch;
1000
+ z-index: 10000;
1001
+ }
1002
+
1003
+ .tabulator-popup {
1004
+ padding: 5px;
1005
+ border-radius: 3px;
1006
+ }
1007
+
1008
+ .tabulator-tooltip {
1009
+ max-width: Min(500px, 100%);
1010
+ padding: 3px 5px;
1011
+ border-radius: 2px;
1012
+ box-shadow: none;
1013
+ font-size: 12px;
1014
+ pointer-events: none;
1015
+ word-break: break-word;
1016
+ }
1017
+
1018
+ .tabulator-menu .tabulator-menu-item {
1019
+ position: relative;
1020
+ box-sizing: border-box;
1021
+ padding: 5px 10px;
1022
+ user-select: none;
1023
+ }
1024
+
1025
+ .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
1026
+ opacity: .5;
1027
+ }
1028
+
1029
+ @media (hover: hover) and (pointer: fine) {
1030
+ .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
1031
+ cursor: pointer;
1032
+ background: var(--lighterBackground);
1033
+ }
1034
+ }
1035
+
1036
+ .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
1037
+ padding-right: 25px;
1038
+ }
1039
+
1040
+ .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
1041
+ display: inline-block;
1042
+ position: absolute;
1043
+ top: calc(5px + .4em);
1044
+ right: 10px;
1045
+ height: 7px;
1046
+ width: 7px;
1047
+ content: '';
1048
+ border-width: 1px 1px 0 0;
1049
+ border-style: solid;
1050
+ border-color: var(--selectionBackground);
1051
+ vertical-align: top;
1052
+ transform: rotate(45deg);
1053
+ }
1054
+
1055
+ .tabulator-menu .tabulator-menu-separator {
1056
+ border-top: 1px solid var(--selectionBackground);
1057
+ }
1058
+
1059
+ .tabulator-edit-list {
1060
+ max-height: 200px;
1061
+ font-size: 14px;
1062
+ overflow-y: auto;
1063
+ -webkit-overflow-scrolling: touch;
1064
+ }
1065
+
1066
+ .tabulator-edit-list .tabulator-edit-list-item {
1067
+ padding: 4px;
1068
+ color: var(--defaultForeground);
1069
+ outline: none;
1070
+ }
1071
+
1072
+ .tabulator-edit-list .tabulator-edit-list-item.active {
1073
+ color: var(--whiteColor);
1074
+ background: var(--primaryColor);
1075
+ }
1076
+
1077
+ .tabulator-edit-list .tabulator-edit-list-item.active.focused {
1078
+ outline: 1px solid rgba(255, 255, 255, 0.5);
1079
+ }
1080
+
1081
+ .tabulator-edit-list .tabulator-edit-list-item.focused {
1082
+ outline: 1px solid var(--primaryColor);
1083
+ }
1084
+
1085
+ @media (hover: hover) and (pointer: fine) {
1086
+ .tabulator-edit-list .tabulator-edit-list-item:hover {
1087
+ cursor: pointer;
1088
+ color: var(--whiteColor);
1089
+ background: var(--primaryColor);
1090
+ }
1091
+ }
1092
+
1093
+ .tabulator-edit-list .tabulator-edit-list-placeholder {
1094
+ padding: 4px;
1095
+ color: var(--defaultForeground);
1096
+ text-align: center;
1097
+ }
1098
+
1099
+ .tabulator-edit-list .tabulator-edit-list-group {
1100
+ border-bottom: 1px solid var(--selectionBackground);
1101
+ padding: 4px;
1102
+ padding-top: 6px;
1103
+ color: var(--defaultForeground);
1104
+ font-weight: bold;
1105
+ }
1106
+
1107
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,
1108
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
1109
+ padding-left: 12px;
1110
+ }
1111
+
1112
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,
1113
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
1114
+ padding-left: 20px;
1115
+ }
1116
+
1117
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,
1118
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
1119
+ padding-left: 28px;
1120
+ }
1121
+
1122
+ .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,
1123
+ .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
1124
+ padding-left: 36px;
1125
+ }
1126
+
1127
+ .tabulator.tabulator-ltr {
1128
+ direction: ltr;
1129
+ }
1130
+
1131
+ .tabulator.tabulator-rtl {
1132
+ text-align: initial;
1133
+ direction: rtl;
1134
+ }
1135
+
1136
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col {
1137
+ text-align: initial;
1138
+ border-left: 1px solid var(--selectionBackground);
1139
+ border-right: initial;
1140
+ }
1141
+
1142
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
1143
+ margin-right: initial;
1144
+ margin-left: -1px;
1145
+ }
1146
+
1147
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
1148
+ padding-right: 0;
1149
+ padding-left: 25px;
1150
+ }
1151
+
1152
+ .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
1153
+ left: 8px;
1154
+ right: initial;
1155
+ }
1156
+
1157
+ .tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after {
1158
+ content: '';
1159
+ position: absolute;
1160
+ left: -3px;
1161
+ right: initial;
1162
+ bottom: -3px;
1163
+ width: 6px;
1164
+ height: 6px;
1165
+ background-color: #2975DD;
1166
+ border-radius: 999px;
1167
+ }
1168
+
1169
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
1170
+ border-right: initial;
1171
+ border-left: 1px solid var(--selectionBackground);
1172
+ }
1173
+
1174
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
1175
+ margin-right: initial;
1176
+ margin-left: 5px;
1177
+ border-bottom-left-radius: initial;
1178
+ border-bottom-right-radius: 1px;
1179
+ border-left: initial;
1180
+ border-right: 2px solid var(--selectionBackground);
1181
+ }
1182
+
1183
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
1184
+ margin-right: initial;
1185
+ margin-left: 5px;
1186
+ }
1187
+
1188
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
1189
+ border-left: 2px solid var(--selectionBackground);
1190
+ }
1191
+
1192
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
1193
+ border-right: 2px solid var(--selectionBackground);
1194
+ }
1195
+
1196
+ .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
1197
+ width: 3px;
1198
+ margin-left: 0;
1199
+ margin-right: -3px;
1200
+ }
1201
+
1202
+ .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
1203
+ text-align: initial;
1204
+ }
1205
+
1206
+ .tabulator-print-fullscreen {
1207
+ position: absolute;
1208
+ top: 0;
1209
+ bottom: 0;
1210
+ left: 0;
1211
+ right: 0;
1212
+ z-index: 10000;
1213
+ }
1214
+
1215
+ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
1216
+ display: none !important;
1217
+ }
1218
+
1219
+ .tabulator-print-table {
1220
+ border-collapse: collapse;
1221
+ }
1222
+
1223
+ .tabulator-print-table .tabulator-data-tree-branch {
1224
+ display: inline-block;
1225
+ vertical-align: middle;
1226
+ height: 9px;
1227
+ width: 7px;
1228
+ margin-top: -9px;
1229
+ margin-right: 5px;
1230
+ border-bottom-left-radius: 1px;
1231
+ border-left: 2px solid var(--selectionBackground);
1232
+ border-bottom: 2px solid var(--selectionBackground);
1233
+ }
1234
+
1235
+ .tabulator-print-table .tabulator-print-table-group {
1236
+ box-sizing: border-box;
1237
+ border-bottom: 1px solid var(--highlightBackground);
1238
+ border-right: 1px solid var(--selectionBackground);
1239
+ border-top: 1px solid var(--highlightBackground);
1240
+ padding: 5px;
1241
+ padding-left: 10px;
1242
+ background: #ccc;
1243
+ font-weight: bold;
1244
+ min-width: 100%;
1245
+ }
1246
+
1247
+ @media (hover: hover) and (pointer: fine) {
1248
+ .tabulator-print-table .tabulator-print-table-group:hover {
1249
+ cursor: pointer;
1250
+ background-color: rgba(0, 0, 0, 0.1);
1251
+ }
1252
+ }
1253
+
1254
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
1255
+ margin-right: 10px;
1256
+ border-left: 6px solid transparent;
1257
+ border-right: 6px solid transparent;
1258
+ border-top: 6px solid var(--defaultForeground);
1259
+ border-bottom: 0;
1260
+ }
1261
+
1262
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
1263
+ padding-left: 30px !important;
1264
+ }
1265
+
1266
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
1267
+ padding-left: 50px !important;
1268
+ }
1269
+
1270
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
1271
+ padding-left: 70px !important;
1272
+ }
1273
+
1274
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
1275
+ padding-left: 90px !important;
1276
+ }
1277
+
1278
+ .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
1279
+ padding-left: 110px !important;
1280
+ }
1281
+
1282
+ .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
1283
+ display: inline-block;
1284
+ }
1285
+
1286
+ .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
1287
+ display: inline-block;
1288
+ width: 0;
1289
+ height: 0;
1290
+ margin-right: 16px;
1291
+ border-top: 6px solid transparent;
1292
+ border-bottom: 6px solid transparent;
1293
+ border-right: 0;
1294
+ border-left: 6px solid var(--defaultForeground);
1295
+ vertical-align: middle;
1296
+ }
1297
+
1298
+ .tabulator-print-table .tabulator-print-table-group span {
1299
+ margin-left: 10px;
1300
+ color: #d00;
1301
+ }
1302
+
1303
+ .tabulator-print-table .tabulator-data-tree-control {
1304
+ display: inline-flex;
1305
+ justify-content: center;
1306
+ align-items: center;
1307
+ vertical-align: middle;
1308
+ height: 11px;
1309
+ width: 11px;
1310
+ margin-right: 5px;
1311
+ border: 1px solid var(--defaultForeground);
1312
+ border-radius: 2px;
1313
+ background: rgba(0, 0, 0, 0.1);
1314
+ overflow: hidden;
1315
+ }
1316
+
1317
+ @media (hover: hover) and (pointer: fine) {
1318
+ .tabulator-print-table .tabulator-data-tree-control:hover {
1319
+ cursor: pointer;
1320
+ background: rgba(0, 0, 0, 0.2);
1321
+ }
1322
+ }
1323
+
1324
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
1325
+ display: inline-block;
1326
+ position: relative;
1327
+ height: 7px;
1328
+ width: 1px;
1329
+ background: transparent;
1330
+ }
1331
+
1332
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
1333
+ position: absolute;
1334
+ content: "";
1335
+ left: -3px;
1336
+ top: 3px;
1337
+ height: 1px;
1338
+ width: 7px;
1339
+ background: var(--defaultForeground);
1340
+ }
1341
+
1342
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
1343
+ display: inline-block;
1344
+ position: relative;
1345
+ height: 7px;
1346
+ width: 1px;
1347
+ background: var(--defaultForeground);
1348
+ }
1349
+
1350
+ .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
1351
+ position: absolute;
1352
+ content: "";
1353
+ left: -3px;
1354
+ top: 3px;
1355
+ height: 1px;
1356
+ width: 7px;
1357
+ background: var(--defaultForeground);
1358
+ }
1359
+
1360
+ .tabulator-button-tick{
1361
+ color: var(--positiveColor);
1362
+ cursor: pointer;
1363
+ }
1364
+
1365
+ .tabulator-button-cross{
1366
+ color: var(--negativeColor);
1367
+ cursor: pointer;
1368
+ }