@loftyshaky/shared 2.6.0 → 2.7.0

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 (555) hide show
  1. package/LICENSE.md +1 -1
  2. package/_locales/en/messages.json +116 -2
  3. package/_locales/ru/messages.json +42 -0
  4. package/announcement.mjs +1 -0
  5. package/app.mjs +1 -0
  6. package/build/ps1/extension_build_all_prod.ps1 +18 -0
  7. package/build/ps1/extension_build_all_prod_test.ps1 +28 -0
  8. package/build/ps1/extension_pub.ps1 +6 -0
  9. package/build/ps1/fix_cur.ps1 +2 -0
  10. package/build/ps1/fix_cur_scss.ps1 +2 -0
  11. package/build/ts/apps.d.ts +11 -0
  12. package/build/ts/apps.mjs +1 -0
  13. package/build/ts/dependencies.d.ts +47 -0
  14. package/build/ts/dependencies.mjs +303 -0
  15. package/build/ts/env.d.ts +5 -0
  16. package/build/ts/env.mjs +1 -0
  17. package/build/ts/ext/manifest.d.ts +12 -0
  18. package/build/ts/ext/manifest.mjs +1 -0
  19. package/build/ts/interfaces/vite_plugin_static_copy_item.d.ts +4 -0
  20. package/build/ts/locales.d.ts +10 -0
  21. package/build/ts/locales.mjs +1 -0
  22. package/build/ts/minify_html.d.ts +4 -0
  23. package/build/ts/plugins/replace.d.ts +9 -0
  24. package/build/ts/plugins/watch.d.ts +12 -0
  25. package/build/ts/plugins/watch.mjs +1 -0
  26. package/build/ts/project_name.d.ts +6 -0
  27. package/build/ts/project_name.mjs +1 -0
  28. package/build/ts/projects_path.d.ts +2 -0
  29. package/build/ts/projects_path.mjs +1 -0
  30. package/build/ts/static_assets.d.ts +5 -0
  31. package/build/ts/vite.config.d.ts +84 -0
  32. package/build/ts/vite.config.mjs +48 -0
  33. package/chunks/__vite-browser-external.mjs +1 -0
  34. package/chunks/_baseUniq.mjs +1 -0
  35. package/chunks/_defineProperty.mjs +1 -0
  36. package/chunks/chunk.mjs +1 -0
  37. package/chunks/debounce.mjs +1 -0
  38. package/chunks/internal.mjs +2 -0
  39. package/chunks/internal2.mjs +35 -0
  40. package/chunks/isArrayLikeObject.mjs +1 -0
  41. package/chunks/isSymbol.mjs +1 -0
  42. package/chunks/last.mjs +1 -0
  43. package/chunks/lib.mjs +7 -0
  44. package/chunks/merge.mjs +1 -0
  45. package/chunks/pickr.min.mjs +1 -0
  46. package/dependencies.json +116 -0
  47. package/dependencies.mjs +1 -0
  48. package/ext.mjs +1 -0
  49. package/html/announcement.html +1 -15
  50. package/html/dependencies.html +1 -13
  51. package/inputs.mjs +1 -0
  52. package/package.json +44 -2
  53. package/scss/announcement/body.scss +5 -3
  54. package/scss/announcement/index.scss +3 -3
  55. package/scss/announcement/main.scss +4 -2
  56. package/scss/dependencies/body.scss +3 -3
  57. package/scss/dependencies/hr.scss +3 -3
  58. package/scss/dependencies/index.scss +5 -5
  59. package/scss/dependencies/links.scss +3 -3
  60. package/scss/dependencies/main.scss +3 -3
  61. package/scss/settings/ext_version.scss +7 -7
  62. package/scss/settings/index.scss +6 -6
  63. package/scss/settings/main.scss +6 -5
  64. package/scss/settings/section_btns.scss +4 -1
  65. package/scss/settings/sections.scss +9 -6
  66. package/scss/settings/transitions.scss +11 -11
  67. package/scss/shared/btns.scss +47 -66
  68. package/scss/shared/checkboxes.scss +11 -8
  69. package/scss/shared/close_btn.scss +7 -4
  70. package/scss/shared/color_pickers.scss +11 -8
  71. package/scss/shared/colors.scss +16 -12
  72. package/scss/shared/crash_handler.scss +39 -36
  73. package/scss/shared/embed/error.scss +116 -113
  74. package/scss/shared/embed/hidden_roots.scss +3 -3
  75. package/scss/shared/embed/loading_screen.scss +35 -36
  76. package/scss/shared/firefox.scss +31 -0
  77. package/scss/shared/focus.scss +13 -9
  78. package/scss/shared/group.scss +9 -2
  79. package/scss/shared/help.scss +17 -6
  80. package/scss/shared/hr.scss +8 -6
  81. package/scss/shared/icon_btns.scss +18 -0
  82. package/scss/shared/index.scss +35 -34
  83. package/scss/shared/input_btns.scss +7 -2
  84. package/scss/shared/input_error.scss +3 -1
  85. package/scss/shared/inputs.scss +48 -18
  86. package/scss/shared/inset_border.scss +15 -13
  87. package/scss/shared/link_btns.scss +17 -11
  88. package/scss/shared/links.scss +25 -23
  89. package/scss/shared/main.scss +3 -1
  90. package/scss/shared/mixins.scss +193 -184
  91. package/scss/shared/mods.scss +51 -45
  92. package/scss/shared/offers.scss +23 -5
  93. package/scss/shared/range.scss +51 -43
  94. package/scss/shared/scrollbar.scss +7 -4
  95. package/scss/shared/selects.scss +32 -26
  96. package/scss/shared/side_btns.scss +4 -0
  97. package/scss/shared/text.scss +9 -20
  98. package/scss/shared/themes/colors/aqua.scss +51 -42
  99. package/scss/shared/themes/colors/blaze.scss +55 -0
  100. package/scss/shared/themes/colors/clover.scss +51 -42
  101. package/scss/shared/themes/colors/dark.scss +63 -54
  102. package/scss/shared/themes/colors/lavender.scss +51 -42
  103. package/scss/shared/themes/colors/light.scss +63 -54
  104. package/scss/shared/themes/colors/ruby.scss +51 -42
  105. package/scss/shared/themes/colors/very_dark.scss +61 -54
  106. package/scss/shared/themes/general/aqua_theme.scss +4 -6
  107. package/scss/shared/themes/general/blaze_theme.scss +7 -0
  108. package/scss/shared/themes/general/clover_theme.scss +4 -6
  109. package/scss/shared/themes/general/dark_theme.scss +7 -6
  110. package/scss/shared/themes/general/lavender_theme.scss +4 -6
  111. package/scss/shared/themes/general/light_theme.scss +6 -5
  112. package/scss/shared/themes/general/ruby_theme.scss +4 -6
  113. package/scss/shared/themes/general/template.scss +108 -89
  114. package/scss/shared/themes/general/template_focus.scss +15 -15
  115. package/scss/shared/themes/general/very_dark_theme.scss +7 -6
  116. package/scss/shared/transitions.scss +57 -58
  117. package/scss/shared/upload_box.scss +18 -12
  118. package/scss/shared/vars.scss +3 -14
  119. package/settings.mjs +1 -0
  120. package/shared.mjs +1 -0
  121. package/shared_clean.mjs +1 -0
  122. package/{ts → src/ts}/announcement/components/body.d.ts +0 -1
  123. package/src/ts/announcement/components/index.d.ts +1 -0
  124. package/src/ts/announcement.d.ts +1 -0
  125. package/src/ts/app.d.ts +1 -0
  126. package/src/ts/custom.d.ts +68 -0
  127. package/{ts → src/ts}/dependencies/components/body.d.ts +0 -1
  128. package/src/ts/dependencies/components/index.d.ts +1 -0
  129. package/src/ts/dependencies/scripts/index.d.ts +1 -0
  130. package/src/ts/dependencies.d.ts +1 -0
  131. package/src/ts/error_modules/crash_handler/components/body.d.ts +5 -0
  132. package/src/ts/error_modules/crash_handler/components/index.d.ts +1 -0
  133. package/{ts → src/ts}/error_modules/crash_handler/components/prop_types/body.d.ts +1 -0
  134. package/src/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -0
  135. package/src/ts/error_modules/crash_handler/data/index.d.ts +1 -0
  136. package/src/ts/error_modules/crash_handler/scripts/index.d.ts +1 -0
  137. package/src/ts/error_modules/css/scripts/index.d.ts +1 -0
  138. package/{ts → src/ts}/error_modules/error/components/body.d.ts +0 -1
  139. package/{ts → src/ts}/error_modules/error/components/close_btn.d.ts +0 -1
  140. package/{ts → src/ts}/error_modules/error/components/ext_name.d.ts +0 -1
  141. package/src/ts/error_modules/error/components/index.d.ts +6 -0
  142. package/{ts → src/ts}/error_modules/error/components/keep_visible_msg.d.ts +0 -1
  143. package/{ts → src/ts}/error_modules/error/components/msg.d.ts +0 -1
  144. package/{ts → src/ts}/error_modules/error/components/progress.d.ts +0 -1
  145. package/src/ts/error_modules/error/components/prop_types/index.d.ts +1 -0
  146. package/src/ts/error_modules/error/data/index.d.ts +4 -0
  147. package/src/ts/error_modules/error/scripts/index.d.ts +3 -0
  148. package/{ts → src/ts}/error_modules/error/scripts/notification.d.ts +1 -1
  149. package/{ts → src/ts}/error_modules/internal.d.ts +0 -3
  150. package/{ts → src/ts}/error_modules_clean/error/data/error.d.ts +9 -0
  151. package/src/ts/error_modules_clean/error/data/index.d.ts +1 -0
  152. package/src/ts/error_modules_clean/error/interfaces/index.d.ts +11 -0
  153. package/src/ts/error_modules_clean/error/scripts/index.d.ts +1 -0
  154. package/{ts → src/ts}/error_modules_clean/internal.d.ts +0 -2
  155. package/src/ts/ext.d.ts +1 -0
  156. package/{ts → src/ts}/inputs/color/components/body.d.ts +0 -1
  157. package/{ts → src/ts}/inputs/color/components/color_picker.d.ts +0 -1
  158. package/{ts → src/ts}/inputs/color/components/fill_shadow.d.ts +0 -1
  159. package/src/ts/inputs/color/components/index.d.ts +4 -0
  160. package/src/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -0
  161. package/src/ts/inputs/color/components/prop_types/index.d.ts +4 -0
  162. package/{ts → src/ts}/inputs/color/components/prop_types/visualization.d.ts +1 -1
  163. package/{ts → src/ts}/inputs/color/components/visualization.d.ts +0 -1
  164. package/{ts → src/ts}/inputs/color/data/color.d.ts +2 -2
  165. package/src/ts/inputs/color/data/index.d.ts +2 -0
  166. package/{ts → src/ts}/inputs/color/data/visibility.d.ts +2 -2
  167. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state.d.ts +1 -1
  168. package/src/ts/inputs/color/interfaces/index.d.ts +3 -0
  169. package/{ts → src/ts}/inputs/color/obj/color.d.ts +12 -12
  170. package/src/ts/inputs/color/obj/index.d.ts +1 -0
  171. package/{ts → src/ts}/inputs/color/scripts/color_picker.d.ts +2 -2
  172. package/src/ts/inputs/color/scripts/index.d.ts +2 -0
  173. package/{ts → src/ts}/inputs/components/btn.d.ts +0 -1
  174. package/{ts → src/ts}/inputs/components/checkbox.d.ts +0 -1
  175. package/{ts → src/ts}/inputs/components/file.d.ts +0 -1
  176. package/{ts → src/ts}/inputs/components/form.d.ts +0 -1
  177. package/{ts → src/ts}/inputs/components/group.d.ts +0 -1
  178. package/{ts → src/ts}/inputs/components/help.d.ts +0 -1
  179. package/{ts → src/ts}/inputs/components/help_btn.d.ts +0 -1
  180. package/{ts → src/ts}/inputs/components/hr.d.ts +0 -1
  181. package/{ts → src/ts}/inputs/components/icon_btn.d.ts +0 -1
  182. package/src/ts/inputs/components/index.d.ts +27 -0
  183. package/{ts → src/ts}/inputs/components/input_error.d.ts +0 -1
  184. package/{ts → src/ts}/inputs/components/input_item.d.ts +0 -1
  185. package/{ts → src/ts}/inputs/components/label.d.ts +0 -1
  186. package/{ts → src/ts}/inputs/components/label_in_input_item.d.ts +0 -1
  187. package/{ts → src/ts}/inputs/components/link.d.ts +0 -1
  188. package/{ts → src/ts}/inputs/components/link_btn.d.ts +0 -1
  189. package/{ts → src/ts}/inputs/components/link_icon_btn.d.ts +0 -1
  190. package/{ts → src/ts}/inputs/components/prop_types/checkbox.d.ts +1 -0
  191. package/{ts → src/ts}/inputs/components/prop_types/form.d.ts +1 -1
  192. package/{ts → src/ts}/inputs/components/prop_types/group.d.ts +2 -1
  193. package/{ts → src/ts}/inputs/components/prop_types/help.d.ts +1 -1
  194. package/{ts → src/ts}/inputs/components/prop_types/help_btn.d.ts +1 -1
  195. package/{ts → src/ts}/inputs/components/prop_types/icon_btn.d.ts +1 -0
  196. package/src/ts/inputs/components/prop_types/index.d.ts +27 -0
  197. package/{ts → src/ts}/inputs/components/prop_types/input_item.d.ts +1 -0
  198. package/{ts → src/ts}/inputs/components/prop_types/range.d.ts +1 -0
  199. package/{ts → src/ts}/inputs/components/prop_types/section_content.d.ts +1 -1
  200. package/{ts → src/ts}/inputs/components/prop_types/select.d.ts +1 -0
  201. package/src/ts/inputs/components/prop_types/side_btn.d.ts +9 -0
  202. package/src/ts/inputs/components/prop_types/side_btns.d.ts +4 -0
  203. package/{ts → src/ts}/inputs/components/prop_types/text.d.ts +2 -0
  204. package/{ts → src/ts}/inputs/components/prop_types/textarea.d.ts +1 -0
  205. package/{ts → src/ts}/inputs/components/prop_types/upload_box.d.ts +1 -0
  206. package/{ts → src/ts}/inputs/components/range.d.ts +0 -1
  207. package/{ts → src/ts}/inputs/components/section.d.ts +0 -1
  208. package/{ts → src/ts}/inputs/components/section_btn.d.ts +0 -1
  209. package/{ts → src/ts}/inputs/components/section_content.d.ts +0 -1
  210. package/{ts → src/ts}/inputs/components/select.d.ts +0 -1
  211. package/src/ts/inputs/components/side_btn.d.ts +2 -0
  212. package/src/ts/inputs/components/side_btns.d.ts +2 -0
  213. package/{ts → src/ts}/inputs/components/text.d.ts +0 -1
  214. package/{ts → src/ts}/inputs/components/text_btn.d.ts +0 -1
  215. package/{ts → src/ts}/inputs/components/textarea.d.ts +0 -1
  216. package/{ts → src/ts}/inputs/components/upload_box.d.ts +0 -1
  217. package/{ts → src/ts}/inputs/data/help.d.ts +4 -1
  218. package/src/ts/inputs/data/index.d.ts +12 -0
  219. package/{ts → src/ts}/inputs/data/input_width.d.ts +4 -2
  220. package/src/ts/inputs/data/label_in_input_item.d.ts +26 -0
  221. package/{ts/inputs/data/label_in_input_item.d.ts → src/ts/inputs/data/section_btn.d.ts} +4 -4
  222. package/src/ts/inputs/data/side_btn.d.ts +19 -0
  223. package/src/ts/inputs/data/tab_index.d.ts +11 -0
  224. package/{ts → src/ts}/inputs/data/text.d.ts +1 -6
  225. package/src/ts/inputs/data/text_title.d.ts +16 -0
  226. package/{ts → src/ts}/inputs/data/upload_box.d.ts +0 -3
  227. package/{ts → src/ts}/inputs/data/val.d.ts +12 -6
  228. package/src/ts/inputs/interfaces/index.d.ts +12 -0
  229. package/{ts → src/ts}/inputs/interfaces/input.d.ts +1 -1
  230. package/src/ts/inputs/interfaces/input_and_link.d.ts +2 -0
  231. package/src/ts/inputs/interfaces/inputs_and_links.d.ts +2 -0
  232. package/src/ts/inputs/interfaces/side_btn.d.ts +8 -0
  233. package/{ts → src/ts}/inputs/obj/btn.d.ts +2 -1
  234. package/{ts → src/ts}/inputs/obj/checkbox.d.ts +2 -1
  235. package/{ts → src/ts}/inputs/obj/file.d.ts +2 -2
  236. package/{ts → src/ts}/inputs/obj/form.d.ts +2 -2
  237. package/src/ts/inputs/obj/group.d.ts +17 -0
  238. package/{ts → src/ts}/inputs/obj/hr.d.ts +2 -1
  239. package/src/ts/inputs/obj/icon_btn.d.ts +7 -0
  240. package/src/ts/inputs/obj/index.d.ts +18 -0
  241. package/{ts → src/ts}/inputs/obj/input_base.d.ts +34 -5
  242. package/{ts → src/ts}/inputs/obj/label.d.ts +1 -1
  243. package/{ts → src/ts}/inputs/obj/link.d.ts +5 -3
  244. package/src/ts/inputs/obj/link_btn.d.ts +5 -0
  245. package/{ts → src/ts}/inputs/obj/range.d.ts +1 -1
  246. package/{ts → src/ts}/inputs/obj/section.d.ts +4 -3
  247. package/src/ts/inputs/obj/select.d.ts +9 -0
  248. package/{ts → src/ts}/inputs/obj/text.d.ts +8 -4
  249. package/{ts → src/ts}/inputs/obj/textarea.d.ts +1 -1
  250. package/{ts → src/ts}/inputs/obj/upload_box.d.ts +1 -1
  251. package/src/ts/inputs/scripts/index.d.ts +4 -0
  252. package/src/ts/inputs/scripts/resolve.d.ts +8 -0
  253. package/src/ts/inputs/scripts/text.d.ts +17 -0
  254. package/src/ts/inputs/scripts/textarea.d.ts +12 -0
  255. package/src/ts/inputs.d.ts +1 -0
  256. package/{ts → src/ts}/settings/components/body.d.ts +0 -1
  257. package/src/ts/settings/components/index.d.ts +1 -0
  258. package/src/ts/settings/components/prop_types/index.d.ts +1 -0
  259. package/src/ts/settings/developer_mode/data/index.d.ts +1 -0
  260. package/src/ts/settings/optional_permissions/data/index.d.ts +1 -0
  261. package/{ts → src/ts}/settings/optional_permissions/data/permission.d.ts +5 -2
  262. package/src/ts/settings/optional_permissions/interfaces/index.d.ts +2 -0
  263. package/src/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +4 -0
  264. package/src/ts/settings/sections/data/index.d.ts +1 -0
  265. package/{ts → src/ts}/settings/sections/data/sections.d.ts +9 -5
  266. package/{ts/settings/sections/data → src/ts/settings/sections/scripts}/back_up.d.ts +4 -2
  267. package/src/ts/settings/sections/scripts/index.d.ts +3 -0
  268. package/src/ts/settings/sections/scripts/sections.d.ts +8 -0
  269. package/src/ts/settings.d.ts +1 -0
  270. package/{ts → src/ts}/shared/app_version/components/body.d.ts +0 -1
  271. package/src/ts/shared/app_version/components/index.d.ts +1 -0
  272. package/src/ts/shared/app_version/data/app_version.d.ts +9 -0
  273. package/src/ts/shared/app_version/data/index.d.ts +1 -0
  274. package/{ts → src/ts}/shared/data/data/cache.d.ts +6 -5
  275. package/src/ts/shared/data/data/index.d.ts +2 -0
  276. package/{ts → src/ts}/shared/data/data/settings.d.ts +5 -2
  277. package/{ts → src/ts}/shared/internal.d.ts +1 -2
  278. package/{ts → src/ts}/shared/loading_screen/components/body.d.ts +0 -1
  279. package/src/ts/shared/loading_screen/components/index.d.ts +1 -0
  280. package/src/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -0
  281. package/src/ts/shared/loading_screen/data/index.d.ts +1 -0
  282. package/src/ts/shared/loading_screen/scripts/index.d.ts +2 -0
  283. package/{ts → src/ts}/shared/offers/components/ad_label.d.ts +0 -1
  284. package/{ts → src/ts}/shared/offers/components/body.d.ts +0 -1
  285. package/{ts → src/ts}/shared/offers/components/counter.d.ts +0 -1
  286. package/src/ts/shared/offers/components/index.d.ts +7 -0
  287. package/{ts → src/ts}/shared/offers/components/next_offer_btn.d.ts +0 -1
  288. package/{ts → src/ts}/shared/offers/components/offer.d.ts +0 -1
  289. package/{ts → src/ts}/shared/offers/components/previous_offer_btn.d.ts +0 -1
  290. package/src/ts/shared/offers/components/prop_types/index.d.ts +2 -0
  291. package/{ts → src/ts}/shared/offers/components/top_bar.d.ts +0 -1
  292. package/src/ts/shared/offers/data/index.d.ts +1 -0
  293. package/{ts → src/ts}/shared/offers/data/offers.d.ts +1 -1
  294. package/src/ts/shared/offers/interfaces/index.d.ts +1 -0
  295. package/src/ts/shared/offers/obj/index.d.ts +1 -0
  296. package/{ts → src/ts}/shared/offers/obj/offer.d.ts +1 -0
  297. package/src/ts/shared/offers/scripts/index.d.ts +1 -0
  298. package/src/ts/shared/schema/data/index.d.ts +1 -0
  299. package/{ts → src/ts}/shared/schema/data/schema.d.ts +4 -4
  300. package/src/ts/shared/tab_index/interfaces/index.d.ts +1 -0
  301. package/{ts → src/ts}/shared/tab_index/interfaces/set_Input_type_event.d.ts +1 -1
  302. package/src/ts/shared/tab_index/scripts/index.d.ts +1 -0
  303. package/{ts → src/ts}/shared/tab_index/scripts/tab_index.d.ts +1 -1
  304. package/src/ts/shared/tr/components/base_tr.d.ts +4 -0
  305. package/src/ts/shared/tr/components/index.d.ts +1 -0
  306. package/{ts → src/ts}/shared/tr/components/prop_types/base_tr.d.ts +4 -4
  307. package/src/ts/shared/tr/components/prop_types/index.d.ts +1 -0
  308. package/src/ts/shared/tr/data/index.d.ts +1 -0
  309. package/{ts → src/ts}/shared/tr/data/transition.d.ts +4 -5
  310. package/src/ts/shared/tr/interfaces/index.d.ts +1 -0
  311. package/src/ts/shared/tr/obj/index.d.ts +1 -0
  312. package/src/ts/shared.d.ts +3 -0
  313. package/src/ts/shared_clean/announcement/scripts/index.d.ts +1 -0
  314. package/{ts → src/ts}/shared_clean/app.d.ts +5 -2
  315. package/src/ts/shared_clean/color/interfaces/index.d.ts +1 -0
  316. package/src/ts/shared_clean/color/scripts/index.d.ts +1 -0
  317. package/src/ts/shared_clean/css_vars/scripts/index.d.ts +1 -0
  318. package/src/ts/shared_clean/data/data/index.d.ts +1 -0
  319. package/src/ts/shared_clean/data/data/settings.d.ts +17 -0
  320. package/src/ts/shared_clean/data/interfaces/index.d.ts +1 -0
  321. package/{ts → src/ts}/shared_clean/data/scripts/cache.d.ts +8 -7
  322. package/src/ts/shared_clean/data/scripts/index.d.ts +3 -0
  323. package/{ts → src/ts}/shared_clean/data/scripts/settings.d.ts +1 -1
  324. package/{ts → src/ts}/shared_clean/data/scripts/sync.d.ts +1 -1
  325. package/{ts/shared/title/scripts/title.d.ts → src/ts/shared_clean/env/scripts/env.d.ts} +2 -2
  326. package/src/ts/shared_clean/env/scripts/index.d.ts +1 -0
  327. package/{ts → src/ts}/shared_clean/ext.d.ts +4 -4
  328. package/src/ts/shared_clean/functions.d.ts +5 -0
  329. package/{ts → src/ts}/shared_clean/internal.d.ts +3 -3
  330. package/src/ts/shared_clean/links/interfaces/browser.d.ts +8 -0
  331. package/src/ts/shared_clean/links/interfaces/index.d.ts +1 -0
  332. package/src/ts/shared_clean/links/scripts/browser.d.ts +9 -0
  333. package/src/ts/shared_clean/links/scripts/index.d.ts +1 -0
  334. package/src/ts/shared_clean/no_tr/scripts/index.d.ts +1 -0
  335. package/src/ts/shared_clean/schema/data/index.d.ts +1 -0
  336. package/{ts → src/ts}/shared_clean/schema/data/schema.d.ts +8 -8
  337. package/src/ts/shared_clean/schema/obj/index.d.ts +1 -0
  338. package/{ts → src/ts}/shared_clean/schema/obj/transform_item.d.ts +2 -1
  339. package/src/ts/shared_clean/service_worker/scripts/index.d.ts +1 -0
  340. package/{ts → src/ts}/shared_clean/service_worker/scripts/service_worker.d.ts +0 -1
  341. package/src/ts/shared_clean/t.d.ts +52 -0
  342. package/src/ts/shared_clean/theme/scripts/index.d.ts +1 -0
  343. package/src/ts/shared_clean/title/scripts/index.d.ts +1 -0
  344. package/src/ts/shared_clean/utils/scripts/index.d.ts +1 -0
  345. package/src/ts/shared_clean/viewport/scripts/index.d.ts +1 -0
  346. package/{ts → src/ts}/shared_clean/x.d.ts +9 -6
  347. package/{shared_clean.d.ts → src/ts/shared_clean.d.ts} +2 -2
  348. package/announcement.d.ts +0 -2
  349. package/announcement.js +0 -5
  350. package/app.d.ts +0 -1
  351. package/app.js +0 -5
  352. package/chunk-error.js +0 -5
  353. package/chunk-index.js +0 -5
  354. package/chunk-merge.js +0 -5
  355. package/chunk-pickr.min.js +0 -5
  356. package/chunk-title.js +0 -14
  357. package/chunk-viewport.js +0 -5
  358. package/dependencies.d.ts +0 -2
  359. package/dependencies.js +0 -5
  360. package/dependencies.txt +0 -851
  361. package/ext.d.ts +0 -1
  362. package/ext.js +0 -5
  363. package/globals.d.ts +0 -52
  364. package/inputs.d.ts +0 -2
  365. package/inputs.js +0 -5
  366. package/js/apps.js +0 -83
  367. package/js/dependencies.js +0 -60
  368. package/js/env.js +0 -24
  369. package/js/ext/manifest.js +0 -58
  370. package/js/locales.js +0 -66
  371. package/js/package/plugins/rollup-plugin-copy.js +0 -169
  372. package/js/package/plugins/watcher.js +0 -56
  373. package/js/package/terser.js +0 -18
  374. package/js/project_name.js +0 -5
  375. package/js/projects_path.js +0 -5
  376. package/js/task_scheduler.js +0 -45
  377. package/js/tsc_alias.js +0 -19
  378. package/js/webpack.config.js +0 -198
  379. package/scss/shared/functions.scss +0 -5
  380. package/settings.d.ts +0 -2
  381. package/settings.js +0 -5
  382. package/shared.d.ts +0 -4
  383. package/shared.js +0 -5
  384. package/shared_clean.js +0 -5
  385. package/ts/announcement/components/index.d.ts +0 -1
  386. package/ts/dependencies/components/index.d.ts +0 -1
  387. package/ts/dependencies/scripts/index.d.ts +0 -1
  388. package/ts/error_modules/crash_handler/components/body.d.ts +0 -52
  389. package/ts/error_modules/crash_handler/components/index.d.ts +0 -1
  390. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -1
  391. package/ts/error_modules/crash_handler/data/index.d.ts +0 -1
  392. package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -1
  393. package/ts/error_modules/css/scripts/index.d.ts +0 -1
  394. package/ts/error_modules/error/components/index.d.ts +0 -6
  395. package/ts/error_modules/error/components/prop_types/index.d.ts +0 -1
  396. package/ts/error_modules/error/data/index.d.ts +0 -4
  397. package/ts/error_modules/error/scripts/index.d.ts +0 -3
  398. package/ts/error_modules_clean/error/data/index.d.ts +0 -1
  399. package/ts/error_modules_clean/error/interfaces/index.d.ts +0 -11
  400. package/ts/error_modules_clean/error/scripts/index.d.ts +0 -1
  401. package/ts/inputs/color/components/index.d.ts +0 -4
  402. package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -7
  403. package/ts/inputs/color/components/prop_types/index.d.ts +0 -4
  404. package/ts/inputs/color/data/index.d.ts +0 -2
  405. package/ts/inputs/color/interfaces/index.d.ts +0 -3
  406. package/ts/inputs/color/obj/index.d.ts +0 -1
  407. package/ts/inputs/color/scripts/index.d.ts +0 -2
  408. package/ts/inputs/components/index.d.ts +0 -25
  409. package/ts/inputs/components/prop_types/index.d.ts +0 -25
  410. package/ts/inputs/data/index.d.ts +0 -8
  411. package/ts/inputs/interfaces/btn_option.d.ts +0 -9
  412. package/ts/inputs/interfaces/index.d.ts +0 -9
  413. package/ts/inputs/obj/group.d.ts +0 -6
  414. package/ts/inputs/obj/icon_btn.d.ts +0 -7
  415. package/ts/inputs/obj/index.d.ts +0 -18
  416. package/ts/inputs/obj/link_btn.d.ts +0 -6
  417. package/ts/inputs/obj/select.d.ts +0 -9
  418. package/ts/inputs/scripts/index.d.ts +0 -2
  419. package/ts/inputs/scripts/resolve.d.ts +0 -6
  420. package/ts/settings/components/index.d.ts +0 -1
  421. package/ts/settings/components/prop_types/index.d.ts +0 -1
  422. package/ts/settings/developer_mode/data/index.d.ts +0 -1
  423. package/ts/settings/optional_permissions/data/index.d.ts +0 -1
  424. package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -2
  425. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -3
  426. package/ts/settings/sections/data/index.d.ts +0 -2
  427. package/ts/settings/sections/scripts/index.d.ts +0 -1
  428. package/ts/shared/app_version/components/index.d.ts +0 -1
  429. package/ts/shared/data/data/index.d.ts +0 -3
  430. package/ts/shared/loading_screen/components/index.d.ts +0 -1
  431. package/ts/shared/loading_screen/components/prop_types/index.d.ts +0 -1
  432. package/ts/shared/loading_screen/data/index.d.ts +0 -1
  433. package/ts/shared/loading_screen/scripts/index.d.ts +0 -2
  434. package/ts/shared/offers/components/index.d.ts +0 -7
  435. package/ts/shared/offers/components/prop_types/index.d.ts +0 -2
  436. package/ts/shared/offers/data/index.d.ts +0 -1
  437. package/ts/shared/offers/interfaces/index.d.ts +0 -1
  438. package/ts/shared/offers/obj/index.d.ts +0 -1
  439. package/ts/shared/offers/scripts/index.d.ts +0 -1
  440. package/ts/shared/schema/data/index.d.ts +0 -1
  441. package/ts/shared/tab_index/interfaces/index.d.ts +0 -1
  442. package/ts/shared/tab_index/scripts/index.d.ts +0 -1
  443. package/ts/shared/title/scripts/index.d.ts +0 -1
  444. package/ts/shared/tr/components/base_tr.d.ts +0 -9
  445. package/ts/shared/tr/components/index.d.ts +0 -1
  446. package/ts/shared/tr/components/prop_types/index.d.ts +0 -1
  447. package/ts/shared/tr/data/index.d.ts +0 -1
  448. package/ts/shared/tr/interfaces/index.d.ts +0 -1
  449. package/ts/shared/tr/obj/index.d.ts +0 -1
  450. package/ts/shared_clean/announcement/scripts/index.d.ts +0 -1
  451. package/ts/shared_clean/color/interfaces/index.d.ts +0 -1
  452. package/ts/shared_clean/color/scripts/index.d.ts +0 -1
  453. package/ts/shared_clean/css_vars/scripts/index.d.ts +0 -1
  454. package/ts/shared_clean/data/data/index.d.ts +0 -2
  455. package/ts/shared_clean/data/data/settings.d.ts +0 -16
  456. package/ts/shared_clean/data/interfaces/index.d.ts +0 -1
  457. package/ts/shared_clean/data/scripts/index.d.ts +0 -3
  458. package/ts/shared_clean/functions.d.ts +0 -4
  459. package/ts/shared_clean/no_tr/scripts/index.d.ts +0 -1
  460. package/ts/shared_clean/schema/data/index.d.ts +0 -1
  461. package/ts/shared_clean/schema/obj/index.d.ts +0 -1
  462. package/ts/shared_clean/service_worker/scripts/index.d.ts +0 -1
  463. package/ts/shared_clean/t.d.ts +0 -36
  464. package/ts/shared_clean/theme/scripts/index.d.ts +0 -1
  465. package/ts/shared_clean/title/scripts/index.d.ts +0 -1
  466. package/ts/shared_clean/utils/scripts/index.d.ts +0 -1
  467. package/ts/shared_clean/viewport/scripts/index.d.ts +0 -1
  468. package/{ts → src/ts}/announcement/internal.d.ts +0 -0
  469. package/{ts → src/ts}/dependencies/internal.d.ts +0 -0
  470. package/{ts → src/ts}/dependencies/scripts/dependencies.d.ts +0 -0
  471. package/{ts → src/ts}/error_modules/crash_handler/data/visibility.d.ts +0 -0
  472. package/{ts → src/ts}/error_modules/crash_handler/scripts/page.d.ts +0 -0
  473. package/{ts → src/ts}/error_modules/css/scripts/css.d.ts +0 -0
  474. package/{ts → src/ts}/error_modules/error/components/prop_types/body.d.ts +0 -0
  475. package/{ts → src/ts}/error_modules/error/data/error.d.ts +0 -0
  476. package/{ts → src/ts}/error_modules/error/data/msg.d.ts +0 -0
  477. package/{ts → src/ts}/error_modules/error/data/progress.d.ts +0 -0
  478. package/{ts → src/ts}/error_modules/error/data/state.d.ts +0 -0
  479. package/{ts → src/ts}/error_modules/error/scripts/flash.d.ts +0 -0
  480. package/{ts → src/ts}/error_modules/error/scripts/globals.d.ts +0 -0
  481. package/{ts → src/ts}/error_modules/init.d.ts +0 -0
  482. package/{ts → src/ts}/error_modules_clean/error/interfaces/error.d.ts +0 -0
  483. package/{ts → src/ts}/error_modules_clean/error/interfaces/error_obj.d.ts +0 -0
  484. package/{ts → src/ts}/error_modules_clean/error/interfaces/notification_type.d.ts +0 -0
  485. package/{ts → src/ts}/error_modules_clean/error/interfaces/observable_keys.d.ts +0 -0
  486. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error.d.ts +0 -0
  487. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1.d.ts +0 -0
  488. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1_f.d.ts +0 -0
  489. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2.d.ts +0 -0
  490. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2_f.d.ts +0 -0
  491. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_unable_to_access_settings_error.d.ts +0 -0
  492. package/{ts → src/ts}/error_modules_clean/error/interfaces/timeout_observable_keys.d.ts +0 -0
  493. package/{ts → src/ts}/error_modules_clean/error/scripts/globals.d.ts +0 -0
  494. package/{ts → src/ts}/inputs/color/components/prop_types/body.d.ts +0 -0
  495. package/{ts → src/ts}/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
  496. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
  497. package/{ts → src/ts}/inputs/color/interfaces/i.d.ts +0 -0
  498. package/{ts → src/ts}/inputs/color/scripts/position.d.ts +0 -0
  499. package/{ts → src/ts}/inputs/components/prop_types/btn.d.ts +0 -0
  500. package/{ts → src/ts}/inputs/components/prop_types/file.d.ts +0 -0
  501. package/{ts → src/ts}/inputs/components/prop_types/hr.d.ts +0 -0
  502. package/{ts → src/ts}/inputs/components/prop_types/input_error.d.ts +0 -0
  503. package/{ts → src/ts}/inputs/components/prop_types/label.d.ts +0 -0
  504. package/{ts → src/ts}/inputs/components/prop_types/label_in_input_item.d.ts +0 -0
  505. package/{ts → src/ts}/inputs/components/prop_types/link.d.ts +0 -0
  506. package/{ts → src/ts}/inputs/components/prop_types/link_btn.d.ts +0 -0
  507. package/{ts → src/ts}/inputs/components/prop_types/link_icon_btn.d.ts +0 -0
  508. package/{ts → src/ts}/inputs/components/prop_types/section.d.ts +0 -0
  509. package/{ts → src/ts}/inputs/components/prop_types/section_btn.d.ts +1 -1
  510. package/{ts → src/ts}/inputs/components/prop_types/text_btn.d.ts +1 -1
  511. package/{ts → src/ts}/inputs/data/input_error.d.ts +0 -0
  512. package/{ts → src/ts}/inputs/data/nested_input.d.ts +0 -0
  513. package/{ts → src/ts}/inputs/interfaces/icon_btns.d.ts +0 -0
  514. package/{ts → src/ts}/inputs/interfaces/inputs.d.ts +0 -0
  515. package/{ts → src/ts}/inputs/interfaces/links.d.ts +0 -0
  516. package/{ts → src/ts}/inputs/interfaces/options.d.ts +0 -0
  517. package/{ts → src/ts}/inputs/interfaces/sections.d.ts +0 -0
  518. package/{ts → src/ts}/inputs/interfaces/state_cond.d.ts +0 -0
  519. package/{ts → src/ts}/inputs/interfaces/text_btn.d.ts +0 -0
  520. package/{ts → src/ts}/inputs/internal.d.ts +0 -0
  521. package/{ts → src/ts}/inputs/obj/option.d.ts +0 -0
  522. package/{ts → src/ts}/inputs/scripts/upload_box.d.ts +0 -0
  523. package/{ts → src/ts}/settings/components/prop_types/body.d.ts +1 -1
  524. package/{ts → src/ts}/settings/developer_mode/data/developer_mode.d.ts +0 -0
  525. package/{ts → src/ts}/settings/init.d.ts +0 -0
  526. package/{ts → src/ts}/settings/internal.d.ts +0 -0
  527. package/{ts → src/ts}/settings/optional_permissions/interfaces/show_enable_permissions_notification_permission.d.ts +0 -0
  528. package/{ts → src/ts}/settings/sections/scripts/theme.d.ts +1 -1
  529. /package/{ts → src/ts}/shared/data/data/data.d.ts +0 -0
  530. /package/{ts → src/ts}/shared/init.d.ts +0 -0
  531. /package/{ts → src/ts}/shared/loading_screen/components/prop_types/body.d.ts +0 -0
  532. /package/{ts → src/ts}/shared/loading_screen/data/visibility.d.ts +0 -0
  533. /package/{ts → src/ts}/shared/loading_screen/scripts/roots.d.ts +0 -0
  534. /package/{ts → src/ts}/shared/loading_screen/scripts/tr.d.ts +0 -0
  535. /package/{ts → src/ts}/shared/offers/components/prop_types/body.d.ts +0 -0
  536. /package/{ts → src/ts}/shared/offers/components/prop_types/offer.d.ts +0 -0
  537. /package/{ts → src/ts}/shared/offers/interfaces/offer_banner_type.d.ts +0 -0
  538. /package/{ts → src/ts}/shared/offers/scripts/offers.d.ts +0 -0
  539. /package/{ts → src/ts}/shared/svg.d.ts +0 -0
  540. /package/{ts → src/ts}/shared/tr/interfaces/transitions.d.ts +0 -0
  541. /package/{ts → src/ts}/shared/tr/obj/transition.d.ts +0 -0
  542. /package/{ts → src/ts}/shared_clean/announcement/scripts/visibility.d.ts +0 -0
  543. /package/{ts → src/ts}/shared_clean/app_ext_globals.d.ts +0 -0
  544. /package/{ts → src/ts}/shared_clean/color/interfaces/color.d.ts +0 -0
  545. /package/{ts → src/ts}/shared_clean/color/scripts/colors.d.ts +0 -0
  546. /package/{ts → src/ts}/shared_clean/css_vars/scripts/css_vars.d.ts +0 -0
  547. /package/{ts → src/ts}/shared_clean/data/data/data.d.ts +0 -0
  548. /package/{ts → src/ts}/shared_clean/data/interfaces/val.d.ts +0 -0
  549. /package/{ts → src/ts}/shared_clean/globals.d.ts +0 -0
  550. /package/{ts → src/ts}/shared_clean/no_tr/scripts/state.d.ts +0 -0
  551. /package/{ts → src/ts}/shared_clean/theme/scripts/theme.d.ts +0 -0
  552. /package/{ts → src/ts}/shared_clean/title/scripts/title.d.ts +0 -0
  553. /package/{ts → src/ts}/shared_clean/utils/scripts/utils.d.ts +0 -0
  554. /package/{ts → src/ts}/shared_clean/vars.d.ts +0 -0
  555. /package/{ts → src/ts}/shared_clean/viewport/scripts/viewport.d.ts +0 -0
@@ -0,0 +1,303 @@
1
+ import{r as e,t}from"../../chunks/chunk.mjs";import{n}from"../../chunks/_defineProperty.mjs";import{n as r,t as i}from"../../chunks/_baseUniq.mjs";import{n as a,t as o}from"../../chunks/isArrayLikeObject.mjs";import{t as s}from"../../chunks/last.mjs";import c from"node:path";import l from"fs-extra";var u=e(t(((e,t)=>{var c=r(),l=n(),u=a(),d=i(),f=o(),p=s();t.exports=u(function(e){var t=p(e);return f(t)&&(t=void 0),d(c(e,1,f,!0),l(t,2))})}))(),1),d=class{app_root=``;constructor({app_root:e}){this.app_root=e}missing_dependencies=[{name:`normalize.css`,version:`8.0.1`,repository:`necolas/normalize.css`,source:`https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz`,identifier:`MIT`,text:`Copyright © Nicolas Gallagher and Jonathan Neal
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.`},{name:`Noto Sans Regular`,link:`https://fonts.google.com/noto/specimen/Noto+Sans`,repository:`https://github.com/notofonts/latin-greek-cyrillic`,identifier:`SIL Open Font License, Version 1.1`,text:`Copyright 2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic)
8
+
9
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
10
+ This license is copied below, and is also available with a FAQ at:
11
+ http://scripts.sil.org/OFL
12
+
13
+
14
+ -----------------------------------------------------------
15
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
16
+ -----------------------------------------------------------
17
+
18
+ PREAMBLE
19
+ The goals of the Open Font License (OFL) are to stimulate worldwide
20
+ development of collaborative font projects, to support the font creation
21
+ efforts of academic and linguistic communities, and to provide a free and
22
+ open framework in which fonts may be shared and improved in partnership
23
+ with others.
24
+
25
+ The OFL allows the licensed fonts to be used, studied, modified and
26
+ redistributed freely as long as they are not sold by themselves. The
27
+ fonts, including any derivative works, can be bundled, embedded,
28
+ redistributed and/or sold with any software provided that any reserved
29
+ names are not used by derivative works. The fonts and derivatives,
30
+ however, cannot be released under any other type of license. The
31
+ requirement for fonts to remain under this license does not apply
32
+ to any document created using the fonts or their derivatives.
33
+
34
+ DEFINITIONS
35
+ "Font Software" refers to the set of files released by the Copyright
36
+ Holder(s) under this license and clearly marked as such. This may
37
+ include source files, build scripts and documentation.
38
+
39
+ "Reserved Font Name" refers to any names specified as such after the
40
+ copyright statement(s).
41
+
42
+ "Original Version" refers to the collection of Font Software components as
43
+ distributed by the Copyright Holder(s).
44
+
45
+ "Modified Version" refers to any derivative made by adding to, deleting,
46
+ or substituting -- in part or in whole -- any of the components of the
47
+ Original Version, by changing formats or by porting the Font Software to a
48
+ new environment.
49
+
50
+ "Author" refers to any designer, engineer, programmer, technical
51
+ writer or other person who contributed to the Font Software.
52
+
53
+ PERMISSION & CONDITIONS
54
+ Permission is hereby granted, free of charge, to any person obtaining
55
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
56
+ redistribute, and sell modified and unmodified copies of the Font
57
+ Software, subject to the following conditions:
58
+
59
+ 1) Neither the Font Software nor any of its individual components,
60
+ in Original or Modified Versions, may be sold by itself.
61
+
62
+ 2) Original or Modified Versions of the Font Software may be bundled,
63
+ redistributed and/or sold with any software, provided that each copy
64
+ contains the above copyright notice and this license. These can be
65
+ included either as stand-alone text files, human-readable headers or
66
+ in the appropriate machine-readable metadata fields within text or
67
+ binary files as long as those fields can be easily viewed by the user.
68
+
69
+ 3) No Modified Version of the Font Software may use the Reserved Font
70
+ Name(s) unless explicit written permission is granted by the corresponding
71
+ Copyright Holder. This restriction only applies to the primary font name as
72
+ presented to the users.
73
+
74
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
75
+ Software shall not be used to promote, endorse or advertise any
76
+ Modified Version, except to acknowledge the contribution(s) of the
77
+ Copyright Holder(s) and the Author(s) or with their explicit written
78
+ permission.
79
+
80
+ 5) The Font Software, modified or unmodified, in part or in whole,
81
+ must be distributed entirely under this license, and must not be
82
+ distributed under any other license. The requirement for fonts to
83
+ remain under this license does not apply to any document created
84
+ using the Font Software.
85
+
86
+ TERMINATION
87
+ This license becomes null and void if any of the above conditions are
88
+ not met.
89
+
90
+ DISCLAIMER
91
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
92
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
93
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
94
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
95
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
96
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
97
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
98
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
99
+ OTHER DEALINGS IN THE FONT SOFTWARE.
100
+ `},{name:`Material Icons`,link:`https://fonts.google.com/icons?icon.set=Material+Icons`,repository:`https://github.com/google/material-design-icons`,modifications_made:`All images have been cropped and resized.`,identifier:`Apache License 2.0`,text:`
101
+
102
+ Apache License
103
+ Version 2.0, January 2004
104
+ http://www.apache.org/licenses/
105
+
106
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
107
+
108
+ 1. Definitions.
109
+
110
+ "License" shall mean the terms and conditions for use, reproduction,
111
+ and distribution as defined by Sections 1 through 9 of this document.
112
+
113
+ "Licensor" shall mean the copyright owner or entity authorized by
114
+ the copyright owner that is granting the License.
115
+
116
+ "Legal Entity" shall mean the union of the acting entity and all
117
+ other entities that control, are controlled by, or are under common
118
+ control with that entity. For the purposes of this definition,
119
+ "control" means (i) the power, direct or indirect, to cause the
120
+ direction or management of such entity, whether by contract or
121
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
122
+ outstanding shares, or (iii) beneficial ownership of such entity.
123
+
124
+ "You" (or "Your") shall mean an individual or Legal Entity
125
+ exercising permissions granted by this License.
126
+
127
+ "Source" form shall mean the preferred form for making modifications,
128
+ including but not limited to software source code, documentation
129
+ source, and configuration files.
130
+
131
+ "Object" form shall mean any form resulting from mechanical
132
+ transformation or translation of a Source form, including but
133
+ not limited to compiled object code, generated documentation,
134
+ and conversions to other media types.
135
+
136
+ "Work" shall mean the work of authorship, whether in Source or
137
+ Object form, made available under the License, as indicated by a
138
+ copyright notice that is included in or attached to the work
139
+ (an example is provided in the Appendix below).
140
+
141
+ "Derivative Works" shall mean any work, whether in Source or Object
142
+ form, that is based on (or derived from) the Work and for which the
143
+ editorial revisions, annotations, elaborations, or other modifications
144
+ represent, as a whole, an original work of authorship. For the purposes
145
+ of this License, Derivative Works shall not include works that remain
146
+ separable from, or merely link (or bind by name) to the interfaces of,
147
+ the Work and Derivative Works thereof.
148
+
149
+ "Contribution" shall mean any work of authorship, including
150
+ the original version of the Work and any modifications or additions
151
+ to that Work or Derivative Works thereof, that is intentionally
152
+ submitted to Licensor for inclusion in the Work by the copyright owner
153
+ or by an individual or Legal Entity authorized to submit on behalf of
154
+ the copyright owner. For the purposes of this definition, "submitted"
155
+ means any form of electronic, verbal, or written communication sent
156
+ to the Licensor or its representatives, including but not limited to
157
+ communication on electronic mailing lists, source code control systems,
158
+ and issue tracking systems that are managed by, or on behalf of, the
159
+ Licensor for the purpose of discussing and improving the Work, but
160
+ excluding communication that is conspicuously marked or otherwise
161
+ designated in writing by the copyright owner as "Not a Contribution."
162
+
163
+ "Contributor" shall mean Licensor and any individual or Legal Entity
164
+ on behalf of whom a Contribution has been received by Licensor and
165
+ subsequently incorporated within the Work.
166
+
167
+ 2. Grant of Copyright License. Subject to the terms and conditions of
168
+ this License, each Contributor hereby grants to You a perpetual,
169
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
170
+ copyright license to reproduce, prepare Derivative Works of,
171
+ publicly display, publicly perform, sublicense, and distribute the
172
+ Work and such Derivative Works in Source or Object form.
173
+
174
+ 3. Grant of Patent License. Subject to the terms and conditions of
175
+ this License, each Contributor hereby grants to You a perpetual,
176
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
177
+ (except as stated in this section) patent license to make, have made,
178
+ use, offer to sell, sell, import, and otherwise transfer the Work,
179
+ where such license applies only to those patent claims licensable
180
+ by such Contributor that are necessarily infringed by their
181
+ Contribution(s) alone or by combination of their Contribution(s)
182
+ with the Work to which such Contribution(s) was submitted. If You
183
+ institute patent litigation against any entity (including a
184
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
185
+ or a Contribution incorporated within the Work constitutes direct
186
+ or contributory patent infringement, then any patent licenses
187
+ granted to You under this License for that Work shall terminate
188
+ as of the date such litigation is filed.
189
+
190
+ 4. Redistribution. You may reproduce and distribute copies of the
191
+ Work or Derivative Works thereof in any medium, with or without
192
+ modifications, and in Source or Object form, provided that You
193
+ meet the following conditions:
194
+
195
+ (a) You must give any other recipients of the Work or
196
+ Derivative Works a copy of this License; and
197
+
198
+ (b) You must cause any modified files to carry prominent notices
199
+ stating that You changed the files; and
200
+
201
+ (c) You must retain, in the Source form of any Derivative Works
202
+ that You distribute, all copyright, patent, trademark, and
203
+ attribution notices from the Source form of the Work,
204
+ excluding those notices that do not pertain to any part of
205
+ the Derivative Works; and
206
+
207
+ (d) If the Work includes a "NOTICE" text file as part of its
208
+ distribution, then any Derivative Works that You distribute must
209
+ include a readable copy of the attribution notices contained
210
+ within such NOTICE file, excluding those notices that do not
211
+ pertain to any part of the Derivative Works, in at least one
212
+ of the following places: within a NOTICE text file distributed
213
+ as part of the Derivative Works; within the Source form or
214
+ documentation, if provided along with the Derivative Works; or,
215
+ within a display generated by the Derivative Works, if and
216
+ wherever such third-party notices normally appear. The contents
217
+ of the NOTICE file are for informational purposes only and
218
+ do not modify the License. You may add Your own attribution
219
+ notices within Derivative Works that You distribute, alongside
220
+ or as an addendum to the NOTICE text from the Work, provided
221
+ that such additional attribution notices cannot be construed
222
+ as modifying the License.
223
+
224
+ You may add Your own copyright statement to Your modifications and
225
+ may provide additional or different license terms and conditions
226
+ for use, reproduction, or distribution of Your modifications, or
227
+ for any such Derivative Works as a whole, provided Your use,
228
+ reproduction, and distribution of the Work otherwise complies with
229
+ the conditions stated in this License.
230
+
231
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
232
+ any Contribution intentionally submitted for inclusion in the Work
233
+ by You to the Licensor shall be under the terms and conditions of
234
+ this License, without any additional terms or conditions.
235
+ Notwithstanding the above, nothing herein shall supersede or modify
236
+ the terms of any separate license agreement you may have executed
237
+ with Licensor regarding such Contributions.
238
+
239
+ 6. Trademarks. This License does not grant permission to use the trade
240
+ names, trademarks, service marks, or product names of the Licensor,
241
+ except as required for reasonable and customary use in describing the
242
+ origin of the Work and reproducing the content of the NOTICE file.
243
+
244
+ 7. Disclaimer of Warranty. Unless required by applicable law or
245
+ agreed to in writing, Licensor provides the Work (and each
246
+ Contributor provides its Contributions) on an "AS IS" BASIS,
247
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
248
+ implied, including, without limitation, any warranties or conditions
249
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
250
+ PARTICULAR PURPOSE. You are solely responsible for determining the
251
+ appropriateness of using or redistributing the Work and assume any
252
+ risks associated with Your exercise of permissions under this License.
253
+
254
+ 8. Limitation of Liability. In no event and under no legal theory,
255
+ whether in tort (including negligence), contract, or otherwise,
256
+ unless required by applicable law (such as deliberate and grossly
257
+ negligent acts) or agreed to in writing, shall any Contributor be
258
+ liable to You for damages, including any direct, indirect, special,
259
+ incidental, or consequential damages of any character arising as a
260
+ result of this License or out of the use or inability to use the
261
+ Work (including but not limited to damages for loss of goodwill,
262
+ work stoppage, computer failure or malfunction, or any and all
263
+ other commercial damages or losses), even if such Contributor
264
+ has been advised of the possibility of such damages.
265
+
266
+ 9. Accepting Warranty or Additional Liability. While redistributing
267
+ the Work or Derivative Works thereof, You may choose to offer,
268
+ and charge a fee for, acceptance of support, warranty, indemnity,
269
+ or other liability obligations and/or rights consistent with this
270
+ License. However, in accepting such obligations, You may act only
271
+ on Your own behalf and on Your sole responsibility, not on behalf
272
+ of any other Contributor, and only if You agree to indemnify,
273
+ defend, and hold each Contributor harmless for any liability
274
+ incurred by, or claims asserted against, such Contributor by reason
275
+ of your accepting any such warranty or additional liability.
276
+
277
+ END OF TERMS AND CONDITIONS
278
+
279
+ APPENDIX: How to apply the Apache License to your work.
280
+
281
+ To apply the Apache License to your work, attach the following
282
+ boilerplate notice, with the fields enclosed by brackets "[]"
283
+ replaced with your own identifying information. (Don't include
284
+ the brackets!) The text should be enclosed in the appropriate
285
+ comment syntax for the file format. We also recommend that a
286
+ file or class name and description of purpose be included on the
287
+ same "printed page" as the copyright notice for easier
288
+ identification within third-party archives.
289
+
290
+ Copyright [yyyy] [name of copyright owner]
291
+
292
+ Licensed under the Apache License, Version 2.0 (the "License");
293
+ you may not use this file except in compliance with the License.
294
+ You may obtain a copy of the License at
295
+
296
+ http://www.apache.org/licenses/LICENSE-2.0
297
+
298
+ Unless required by applicable law or agreed to in writing, software
299
+ distributed under the License is distributed on an "AS IS" BASIS,
300
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
301
+ See the License for the specific language governing permissions and
302
+ limitations under the License.
303
+ `},{name:`Hourglass icon`,link:`https://www.iconfinder.com/icons/605506/clock_hourglass_time_timekeeper_timer_watch_icon`}];add_missing_dependesies=({extension_specific_missing_dependencies:e})=>{let t=c.join(this.app_root,`dist`,`dependencies.json`),n=c.join(this.app_root,`dist`,`dependencies_content_script.json`),r=l.existsSync(t)?l.readJsonSync(t):[];(0,u.default)(r,l.existsSync(n)?l.readJsonSync(n):[],`name`),l.writeJsonSync(t,[...r,...this.missing_dependencies,...e],{spaces:4})}};export{d as Dependencies};
@@ -0,0 +1,5 @@
1
+ declare const generate_env: ({ env, mode }: {
2
+ env: Record<string, string>;
3
+ mode: string;
4
+ }) => string;
5
+ export { generate_env };
@@ -0,0 +1 @@
1
+ var e=({env:e,mode:t})=>JSON.stringify({version:process.env.npm_package_version,name:process.env.npm_package_name,browser:e.browser,mode:t,test:e.test,env:e.env});export{e as generate_env};
@@ -0,0 +1,12 @@
1
+ declare class Manifest {
2
+ private app_root;
3
+ constructor({ app_root }: {
4
+ app_root: string;
5
+ });
6
+ generate: ({ manifest, env, colored_icon, }: {
7
+ manifest: Record<string, string>;
8
+ env?: Record<string, string>;
9
+ colored_icon?: boolean;
10
+ }) => void;
11
+ }
12
+ export { Manifest };
@@ -0,0 +1 @@
1
+ import e from"node:path";import t from"fs-extra";var n=class{app_root=``;constructor({app_root:e}){this.app_root=e}generate=({manifest:n,env:r,colored_icon:i=!1})=>{let a=({size:e,force_colored:t=!1})=>i&&(r&&[`edge`,`firefox`].includes(r.browser)||t)?`icon_colored${e}.png`:`icon${e}.png`,o={manifest_version:2,version:process.env.npm_package_version,default_locale:`en`,icons:{16:a({size:16}),24:a({size:24}),32:a({size:32}),48:a({size:48}),64:a({size:64}),96:a({size:96}),128:a({size:128})},action:{default_icon:{16:a({size:16,force_colored:!0}),24:a({size:24,force_colored:!0}),32:a({size:32,force_colored:!0}),48:a({size:48,force_colored:!0}),64:a({size:64,force_colored:!0}),96:a({size:96,force_colored:!0}),128:a({size:128,force_colored:!0})}}};t.outputFileSync(e.join(this.app_root,`dist`,`manifest.json`),JSON.stringify({...o,...n}),`utf-8`)}};export{n as Manifest};
@@ -0,0 +1,4 @@
1
+ export interface VitePluginStaticCopyItem {
2
+ src: string;
3
+ dest: string;
4
+ }
@@ -0,0 +1,10 @@
1
+ declare class Locales {
2
+ private app_root;
3
+ private exclude_shared_locales;
4
+ constructor({ app_root, exclude_shared_locales, }: {
5
+ app_root: string;
6
+ exclude_shared_locales: string[];
7
+ });
8
+ merge: () => Promise<void>;
9
+ }
10
+ export { Locales };
@@ -0,0 +1 @@
1
+ import{is_ext as e}from"./apps.mjs";import t from"node:path";import n from"fs-extra";var r=class{app_root=``;exclude_shared_locales=[];constructor({app_root:e,exclude_shared_locales:t}){this.app_root=e,this.exclude_shared_locales=t}merge=async()=>{let r=t.join(this.app_root,`src`,`_locales`),i=t.join(this.app_root,`node_modules`,`@loftyshaky`,`shared${e()?``:`-app`}`,`_locales`);n.readdirSync(r).forEach(e=>{let a=this.exclude_shared_locales.includes(e),o=t.join(i,e,`messages.json`),s=n.readJSONSync(t.join(r,e,`messages.json`)),c={};n.existsSync(o)&&(c=n.readJSONSync(t.join(i,e,`messages.json`)));let l=a?s:{...c,...s},u=t.join(this.app_root,`dist`,`_locales`,e),d=t.join(u,`messages.json`);n.ensureDirSync(u),n.writeJsonSync(d,l)})}};export{r as Locales};
@@ -0,0 +1,4 @@
1
+ export declare const minify_html: ({ mode, contents }: {
2
+ mode: string;
3
+ contents: string;
4
+ }) => Promise<string>;
@@ -0,0 +1,9 @@
1
+ import { Plugin } from 'vite';
2
+ declare const replace: ({ replacements, include, }: {
3
+ replacements: {
4
+ [key: string]: string;
5
+ };
6
+ include: string[];
7
+ }) => Plugin;
8
+ declare const content_sript_csp_policy_error_fix: () => Plugin<any>;
9
+ export { replace, content_sript_csp_policy_error_fix };
@@ -0,0 +1,12 @@
1
+ import { Plugin } from 'vite';
2
+ declare const watch: ({ app_root, paths_to_watch, reload_trigger_file, chokidar, }: {
3
+ app_root?: string;
4
+ paths_to_watch: string[];
5
+ reload_trigger_file?: string;
6
+ chokidar: any;
7
+ }) => Plugin;
8
+ declare const get_shared_dist_path: ({ app_root, env, }: {
9
+ app_root: string;
10
+ env: Record<string, string>;
11
+ }) => string;
12
+ export { watch, get_shared_dist_path };
@@ -0,0 +1 @@
1
+ import{r as e}from"../../../chunks/chunk.mjs";import{t}from"../../../chunks/debounce.mjs";import n from"node:path";import r from"fs-extra";var i=e(t(),1),a=({app_root:e=``,reload_trigger_file:t})=>{let i=new Date;r.utimesSync(t||n.join(e,`src`,`ts`,`background.ts`),i,i)},o=!1,s=(0,i.default)(a,200),c=({app_root:e=``,paths_to_watch:t,reload_trigger_file:n,chokidar:r})=>({name:`watch`,buildStart(){o||=(r.watch(t,{ignoreInitial:!0}).on(`all`,()=>{s({app_root:e,reload_trigger_file:n})}),!0)}}),l=({app_root:e,env:t})=>{let r=n.join(e,`node_modules`,`@loftyshaky`,`shared${t.env===`app`?`-app`:``}`);return console.log(r),r};export{l as get_shared_dist_path,c as watch};
@@ -0,0 +1,6 @@
1
+ declare class ProjectName {
2
+ transform: ({ project }: {
3
+ project: string;
4
+ }) => string;
5
+ }
6
+ export { ProjectName };
@@ -0,0 +1 @@
1
+ var e=class{transform=({project:e})=>e.toLowerCase().replace(/ /g,`-`)};export{e as ProjectName};
@@ -0,0 +1,2 @@
1
+ declare const projects_path: string;
2
+ export { projects_path };
@@ -0,0 +1 @@
1
+ var e=process.platform===`win32`?`D:\\Cloud\\Projects`:`/home/me/Desktop`;export{e as projects_path};
@@ -0,0 +1,5 @@
1
+ import { Target } from 'vite-plugin-static-copy';
2
+ declare const generate_vite_plugin_static_copy_items: ({ copy_paths }: {
3
+ copy_paths: Target[];
4
+ }) => Target[];
5
+ export { generate_vite_plugin_static_copy_items };
@@ -0,0 +1,84 @@
1
+ import { Target } from 'vite-plugin-static-copy';
2
+ declare const generate_shared_config: ({ mode, env, app_root, dest_path, copy_paths, callback_build_start, callback_close_bundle, }: {
3
+ mode: string;
4
+ env: Record<string, string>;
5
+ app_root: string;
6
+ dest_path: string;
7
+ copy_paths: Target[];
8
+ callback_build_start?: () => undefined;
9
+ callback_close_bundle?: ({ build_error }: {
10
+ build_error: boolean;
11
+ }) => undefined;
12
+ }) => {
13
+ define: {
14
+ 'process.env.NODE_ENV': string;
15
+ env: string;
16
+ };
17
+ resolve: {
18
+ preserveSymlinks: boolean;
19
+ };
20
+ build: {
21
+ emptyOutDir: boolean;
22
+ cssCodeSplit: boolean;
23
+ target: string;
24
+ lib: {
25
+ entry: {
26
+ announcement?: undefined;
27
+ dependencies?: undefined;
28
+ font_face?: undefined;
29
+ no_tr?: undefined;
30
+ hidden_roots?: undefined;
31
+ error?: undefined;
32
+ loading_screen?: undefined;
33
+ announcement_css?: undefined;
34
+ dependencies_css?: undefined;
35
+ light_theme?: undefined;
36
+ dark_theme?: undefined;
37
+ very_dark_theme?: undefined;
38
+ clover_theme?: undefined;
39
+ aqua_theme?: undefined;
40
+ lavender_theme?: undefined;
41
+ blaze_theme?: undefined;
42
+ ruby_theme?: undefined;
43
+ } | {
44
+ announcement: string;
45
+ dependencies: string;
46
+ font_face: string;
47
+ no_tr: string;
48
+ hidden_roots: string;
49
+ error: string;
50
+ loading_screen: string;
51
+ announcement_css: string;
52
+ dependencies_css: string;
53
+ light_theme: string;
54
+ dark_theme: string;
55
+ very_dark_theme: string;
56
+ clover_theme: string;
57
+ aqua_theme: string;
58
+ lavender_theme: string;
59
+ blaze_theme: string;
60
+ ruby_theme: string;
61
+ };
62
+ };
63
+ watch: {};
64
+ sourcemap: boolean;
65
+ license: {
66
+ fileName: string;
67
+ };
68
+ rolldownOptions: {
69
+ output: ({
70
+ minify: boolean;
71
+ name: string;
72
+ format: string;
73
+ entryFileNames: string;
74
+ } | {
75
+ minify: boolean;
76
+ chunkFileNames: string;
77
+ format: string;
78
+ entryFileNames: string;
79
+ })[];
80
+ };
81
+ };
82
+ plugins: (import('vite').Plugin<any> | import('vite').Plugin<any>[])[];
83
+ };
84
+ export { generate_shared_config };