@loftyshaky/shared-app 2.1.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 (553) hide show
  1. package/LICENSE.md +1 -1
  2. package/_locales/en/messages.json +416 -281
  3. package/_locales/ru/messages.json +272 -215
  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/index.scss +6 -6
  62. package/scss/settings/main.scss +19 -18
  63. package/scss/settings/section_btns.scss +4 -1
  64. package/scss/settings/sections.scss +48 -45
  65. package/scss/settings/transitions.scss +11 -11
  66. package/scss/shared/btns.scss +47 -66
  67. package/scss/shared/checkboxes.scss +11 -8
  68. package/scss/shared/close_btn.scss +7 -4
  69. package/scss/shared/color_pickers.scss +11 -8
  70. package/scss/shared/colors.scss +16 -12
  71. package/scss/shared/crash_handler.scss +39 -36
  72. package/scss/shared/embed/error.scss +116 -113
  73. package/scss/shared/embed/hidden_roots.scss +3 -3
  74. package/scss/shared/embed/loading_screen.scss +35 -36
  75. package/scss/shared/firefox.scss +31 -0
  76. package/scss/shared/focus.scss +13 -9
  77. package/scss/shared/group.scss +9 -2
  78. package/scss/shared/help.scss +80 -69
  79. package/scss/shared/hr.scss +8 -6
  80. package/scss/shared/icon_btns.scss +18 -0
  81. package/scss/shared/index.scss +35 -34
  82. package/scss/shared/input_btns.scss +7 -2
  83. package/scss/shared/input_error.scss +3 -1
  84. package/scss/shared/inputs.scss +48 -18
  85. package/scss/shared/inset_border.scss +15 -13
  86. package/scss/shared/link_btns.scss +17 -11
  87. package/scss/shared/links.scss +25 -23
  88. package/scss/shared/main.scss +12 -0
  89. package/scss/shared/mixins.scss +193 -184
  90. package/scss/shared/mods.scss +51 -45
  91. package/scss/shared/offers.scss +23 -5
  92. package/scss/shared/range.scss +51 -43
  93. package/scss/shared/scrollbar.scss +7 -4
  94. package/scss/shared/selects.scss +32 -26
  95. package/scss/shared/side_btns.scss +4 -0
  96. package/scss/shared/text.scss +9 -20
  97. package/scss/shared/themes/colors/aqua.scss +54 -47
  98. package/scss/shared/themes/colors/blaze.scss +55 -0
  99. package/scss/shared/themes/colors/clover.scss +55 -0
  100. package/scss/shared/themes/colors/dark.scss +63 -53
  101. package/scss/shared/themes/colors/lavender.scss +52 -47
  102. package/scss/shared/themes/colors/light.scss +63 -53
  103. package/scss/shared/themes/colors/ruby.scss +55 -0
  104. package/scss/shared/themes/colors/very_dark.scss +61 -53
  105. package/scss/shared/themes/general/aqua_theme.scss +4 -6
  106. package/scss/shared/themes/general/blaze_theme.scss +7 -0
  107. package/scss/shared/themes/general/clover_theme.scss +7 -0
  108. package/scss/shared/themes/general/dark_theme.scss +10 -9
  109. package/scss/shared/themes/general/lavender_theme.scss +4 -6
  110. package/scss/shared/themes/general/light_theme.scss +10 -9
  111. package/scss/shared/themes/general/ruby_theme.scss +7 -0
  112. package/scss/shared/themes/general/template.scss +111 -92
  113. package/scss/shared/themes/general/template_focus.scss +15 -15
  114. package/scss/shared/themes/general/very_dark_theme.scss +10 -9
  115. package/scss/shared/transitions.scss +57 -58
  116. package/scss/shared/upload_box.scss +18 -12
  117. package/scss/shared/vars.scss +21 -32
  118. package/settings.mjs +1 -0
  119. package/shared.mjs +1 -0
  120. package/shared_clean.mjs +1 -0
  121. package/{ts → src/ts}/announcement/components/body.d.ts +0 -1
  122. package/src/ts/announcement/components/index.d.ts +1 -0
  123. package/src/ts/announcement.d.ts +1 -0
  124. package/src/ts/app.d.ts +1 -0
  125. package/src/ts/custom.d.ts +68 -0
  126. package/{ts → src/ts}/dependencies/components/body.d.ts +0 -1
  127. package/src/ts/dependencies/components/index.d.ts +1 -0
  128. package/src/ts/dependencies/scripts/index.d.ts +1 -0
  129. package/src/ts/dependencies.d.ts +1 -0
  130. package/src/ts/error_modules/crash_handler/components/body.d.ts +5 -0
  131. package/src/ts/error_modules/crash_handler/components/index.d.ts +1 -0
  132. package/{ts → src/ts}/error_modules/crash_handler/components/prop_types/body.d.ts +1 -0
  133. package/src/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -0
  134. package/src/ts/error_modules/crash_handler/data/index.d.ts +1 -0
  135. package/src/ts/error_modules/crash_handler/scripts/index.d.ts +1 -0
  136. package/src/ts/error_modules/css/scripts/index.d.ts +1 -0
  137. package/{ts → src/ts}/error_modules/error/components/body.d.ts +0 -1
  138. package/{ts → src/ts}/error_modules/error/components/close_btn.d.ts +0 -1
  139. package/{ts → src/ts}/error_modules/error/components/ext_name.d.ts +0 -1
  140. package/src/ts/error_modules/error/components/index.d.ts +6 -0
  141. package/{ts → src/ts}/error_modules/error/components/keep_visible_msg.d.ts +0 -1
  142. package/{ts → src/ts}/error_modules/error/components/msg.d.ts +0 -1
  143. package/{ts → src/ts}/error_modules/error/components/progress.d.ts +0 -1
  144. package/src/ts/error_modules/error/components/prop_types/index.d.ts +1 -0
  145. package/src/ts/error_modules/error/data/index.d.ts +4 -0
  146. package/src/ts/error_modules/error/scripts/index.d.ts +3 -0
  147. package/{ts → src/ts}/error_modules/error/scripts/notification.d.ts +1 -1
  148. package/{ts → src/ts}/error_modules/internal.d.ts +0 -3
  149. package/{ts → src/ts}/error_modules_clean/error/data/error.d.ts +9 -0
  150. package/src/ts/error_modules_clean/error/data/index.d.ts +1 -0
  151. package/src/ts/error_modules_clean/error/interfaces/index.d.ts +11 -0
  152. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_unable_to_access_settings_error.d.ts +0 -2
  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 +13 -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/{ts → src/ts}/shared_clean/data/data/settings.d.ts +6 -10
  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 +11 -7
  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 -70
  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 -201
  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/interfaces/index.d.ts +0 -1
  456. package/ts/shared_clean/data/scripts/index.d.ts +0 -3
  457. package/ts/shared_clean/functions.d.ts +0 -4
  458. package/ts/shared_clean/no_tr/scripts/index.d.ts +0 -1
  459. package/ts/shared_clean/schema/data/index.d.ts +0 -1
  460. package/ts/shared_clean/schema/obj/index.d.ts +0 -1
  461. package/ts/shared_clean/service_worker/scripts/index.d.ts +0 -1
  462. package/ts/shared_clean/t.d.ts +0 -36
  463. package/ts/shared_clean/theme/scripts/index.d.ts +0 -1
  464. package/ts/shared_clean/title/scripts/index.d.ts +0 -1
  465. package/ts/shared_clean/utils/scripts/index.d.ts +0 -1
  466. package/ts/shared_clean/viewport/scripts/index.d.ts +0 -1
  467. package/{ts → src/ts}/announcement/internal.d.ts +0 -0
  468. package/{ts → src/ts}/dependencies/internal.d.ts +0 -0
  469. package/{ts → src/ts}/dependencies/scripts/dependencies.d.ts +0 -0
  470. package/{ts → src/ts}/error_modules/crash_handler/data/visibility.d.ts +0 -0
  471. package/{ts → src/ts}/error_modules/crash_handler/scripts/page.d.ts +0 -0
  472. package/{ts → src/ts}/error_modules/css/scripts/css.d.ts +0 -0
  473. package/{ts → src/ts}/error_modules/error/components/prop_types/body.d.ts +0 -0
  474. package/{ts → src/ts}/error_modules/error/data/error.d.ts +0 -0
  475. package/{ts → src/ts}/error_modules/error/data/msg.d.ts +0 -0
  476. package/{ts → src/ts}/error_modules/error/data/progress.d.ts +0 -0
  477. package/{ts → src/ts}/error_modules/error/data/state.d.ts +0 -0
  478. package/{ts → src/ts}/error_modules/error/scripts/flash.d.ts +0 -0
  479. package/{ts → src/ts}/error_modules/error/scripts/globals.d.ts +0 -0
  480. package/{ts → src/ts}/error_modules/init.d.ts +0 -0
  481. package/{ts → src/ts}/error_modules_clean/error/interfaces/error.d.ts +0 -0
  482. package/{ts → src/ts}/error_modules_clean/error/interfaces/error_obj.d.ts +0 -0
  483. package/{ts → src/ts}/error_modules_clean/error/interfaces/notification_type.d.ts +0 -0
  484. package/{ts → src/ts}/error_modules_clean/error/interfaces/observable_keys.d.ts +0 -0
  485. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error.d.ts +0 -0
  486. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1.d.ts +0 -0
  487. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1_f.d.ts +0 -0
  488. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2.d.ts +0 -0
  489. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2_f.d.ts +0 -0
  490. package/{ts → src/ts}/error_modules_clean/error/interfaces/timeout_observable_keys.d.ts +0 -0
  491. package/{ts → src/ts}/error_modules_clean/error/scripts/globals.d.ts +0 -0
  492. package/{ts → src/ts}/inputs/color/components/prop_types/body.d.ts +0 -0
  493. package/{ts → src/ts}/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
  494. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
  495. package/{ts → src/ts}/inputs/color/interfaces/i.d.ts +0 -0
  496. package/{ts → src/ts}/inputs/color/scripts/position.d.ts +0 -0
  497. package/{ts → src/ts}/inputs/components/prop_types/btn.d.ts +0 -0
  498. package/{ts → src/ts}/inputs/components/prop_types/file.d.ts +0 -0
  499. package/{ts → src/ts}/inputs/components/prop_types/hr.d.ts +0 -0
  500. package/{ts → src/ts}/inputs/components/prop_types/input_error.d.ts +0 -0
  501. package/{ts → src/ts}/inputs/components/prop_types/label.d.ts +0 -0
  502. package/{ts → src/ts}/inputs/components/prop_types/label_in_input_item.d.ts +0 -0
  503. package/{ts → src/ts}/inputs/components/prop_types/link.d.ts +0 -0
  504. package/{ts → src/ts}/inputs/components/prop_types/link_btn.d.ts +0 -0
  505. package/{ts → src/ts}/inputs/components/prop_types/link_icon_btn.d.ts +0 -0
  506. package/{ts → src/ts}/inputs/components/prop_types/section.d.ts +0 -0
  507. package/{ts → src/ts}/inputs/components/prop_types/section_btn.d.ts +1 -1
  508. package/{ts → src/ts}/inputs/components/prop_types/text_btn.d.ts +1 -1
  509. package/{ts → src/ts}/inputs/data/input_error.d.ts +0 -0
  510. package/{ts → src/ts}/inputs/data/nested_input.d.ts +0 -0
  511. package/{ts → src/ts}/inputs/interfaces/icon_btns.d.ts +0 -0
  512. package/{ts → src/ts}/inputs/interfaces/inputs.d.ts +0 -0
  513. package/{ts → src/ts}/inputs/interfaces/links.d.ts +0 -0
  514. package/{ts → src/ts}/inputs/interfaces/options.d.ts +0 -0
  515. package/{ts → src/ts}/inputs/interfaces/sections.d.ts +0 -0
  516. package/{ts → src/ts}/inputs/interfaces/state_cond.d.ts +0 -0
  517. package/{ts → src/ts}/inputs/interfaces/text_btn.d.ts +0 -0
  518. package/{ts → src/ts}/inputs/internal.d.ts +0 -0
  519. package/{ts → src/ts}/inputs/obj/option.d.ts +0 -0
  520. package/{ts → src/ts}/inputs/scripts/upload_box.d.ts +0 -0
  521. package/{ts → src/ts}/settings/components/prop_types/body.d.ts +1 -1
  522. package/{ts → src/ts}/settings/developer_mode/data/developer_mode.d.ts +0 -0
  523. package/{ts → src/ts}/settings/init.d.ts +0 -0
  524. package/{ts → src/ts}/settings/internal.d.ts +0 -0
  525. package/{ts → src/ts}/settings/optional_permissions/interfaces/show_enable_permissions_notification_permission.d.ts +0 -0
  526. package/{ts → src/ts}/settings/sections/scripts/theme.d.ts +1 -1
  527. /package/{ts → src/ts}/shared/data/data/data.d.ts +0 -0
  528. /package/{ts → src/ts}/shared/init.d.ts +0 -0
  529. /package/{ts → src/ts}/shared/loading_screen/components/prop_types/body.d.ts +0 -0
  530. /package/{ts → src/ts}/shared/loading_screen/data/visibility.d.ts +0 -0
  531. /package/{ts → src/ts}/shared/loading_screen/scripts/roots.d.ts +0 -0
  532. /package/{ts → src/ts}/shared/loading_screen/scripts/tr.d.ts +0 -0
  533. /package/{ts → src/ts}/shared/offers/components/prop_types/body.d.ts +0 -0
  534. /package/{ts → src/ts}/shared/offers/components/prop_types/offer.d.ts +0 -0
  535. /package/{ts → src/ts}/shared/offers/interfaces/offer_banner_type.d.ts +0 -0
  536. /package/{ts → src/ts}/shared/offers/scripts/offers.d.ts +0 -0
  537. /package/{ts → src/ts}/shared/svg.d.ts +0 -0
  538. /package/{ts → src/ts}/shared/tr/interfaces/transitions.d.ts +0 -0
  539. /package/{ts → src/ts}/shared/tr/obj/transition.d.ts +0 -0
  540. /package/{ts → src/ts}/shared_clean/announcement/scripts/visibility.d.ts +0 -0
  541. /package/{ts → src/ts}/shared_clean/app_ext_globals.d.ts +0 -0
  542. /package/{ts → src/ts}/shared_clean/color/interfaces/color.d.ts +0 -0
  543. /package/{ts → src/ts}/shared_clean/color/scripts/colors.d.ts +0 -0
  544. /package/{ts → src/ts}/shared_clean/css_vars/scripts/css_vars.d.ts +0 -0
  545. /package/{ts → src/ts}/shared_clean/data/data/data.d.ts +0 -0
  546. /package/{ts → src/ts}/shared_clean/data/interfaces/val.d.ts +0 -0
  547. /package/{ts → src/ts}/shared_clean/globals.d.ts +0 -0
  548. /package/{ts → src/ts}/shared_clean/no_tr/scripts/state.d.ts +0 -0
  549. /package/{ts → src/ts}/shared_clean/theme/scripts/theme.d.ts +0 -0
  550. /package/{ts → src/ts}/shared_clean/title/scripts/title.d.ts +0 -0
  551. /package/{ts → src/ts}/shared_clean/utils/scripts/utils.d.ts +0 -0
  552. /package/{ts → src/ts}/shared_clean/vars.d.ts +0 -0
  553. /package/{ts → src/ts}/shared_clean/viewport/scripts/viewport.d.ts +0 -0
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_color } from '../../internal';
3
2
  export declare const FillShadow: React.FunctionComponent<p_color.FillShadow>;
@@ -0,0 +1,4 @@
1
+ export * from './body';
2
+ export * from './color_picker';
3
+ export * from './fill_shadow';
4
+ export * from './visualization';
@@ -0,0 +1,7 @@
1
+ import { RefObject } from 'react';
2
+ import { i_color, o_color } from '../../../internal';
3
+ export interface ColorPicker {
4
+ input: o_color.Color;
5
+ i: i_color.I;
6
+ visualization_ref: RefObject<HTMLButtonElement | null>;
7
+ }
@@ -0,0 +1,4 @@
1
+ export * from './body';
2
+ export * from './color_picker';
3
+ export * from './fill_shadow';
4
+ export * from './visualization';
@@ -1,4 +1,4 @@
1
- import { o_color, i_color } from '../../../internal';
1
+ import { i_color, o_color } from '../../../internal';
2
2
  export interface Visualization {
3
3
  input: o_color.Color;
4
4
  i: i_color.I;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_color } from '../../internal';
3
2
  export declare const Visualization: React.FunctionComponent<p_color.Visualization>;
@@ -1,6 +1,6 @@
1
1
  import { MouseEvent } from 'react';
2
- import { t, i_color as i_color_shared_clean } from '../../../shared_clean/internal';
3
- import { o_color, i_color } from '../../internal';
2
+ import { i_color, o_color } from '../../internal';
3
+ import { i_color as i_color_shared_clean, t } from '../../../shared_clean/internal';
4
4
  declare class Class {
5
5
  private static instance;
6
6
  static get_instance(): Class;
@@ -0,0 +1,2 @@
1
+ export * from './color';
2
+ export * from './visibility';
@@ -1,5 +1,5 @@
1
- import { MouseEvent, FocusEvent, KeyboardEvent } from 'react';
2
- import { o_color, i_color } from '../../internal';
1
+ import { FocusEvent, KeyboardEvent, MouseEvent } from 'react';
2
+ import { i_color, o_color } from '../../internal';
3
3
  declare class Class {
4
4
  private static instance;
5
5
  static get_instance(): Class;
@@ -1,5 +1,5 @@
1
1
  import { i_color } from '../../internal';
2
- type Keys = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 29 | 29;
2
+ type Keys = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 29;
3
3
  export interface ColorPickerState extends Record<Keys, i_color.ColorPickerStateOne> {
4
4
  main: i_color.ColorPickerStateOne;
5
5
  }
@@ -0,0 +1,3 @@
1
+ export * from './color_picker_state_one';
2
+ export * from './color_picker_state';
3
+ export * from './i';
@@ -1,7 +1,7 @@
1
+ import { i_color, o_inputs } from '../../internal';
1
2
  import { t } from '../../../shared_clean/internal';
2
- import { o_inputs, i_color } from '../../internal';
3
3
  export declare class Color extends o_inputs.InputBase {
4
- type?: "color" | undefined;
4
+ type?: "color";
5
5
  include_visualization?: boolean;
6
6
  include_palette_label?: boolean;
7
7
  palette_is_visible?: boolean;
@@ -18,21 +18,21 @@ export declare class Color extends o_inputs.InputBase {
18
18
  restore_default_palette_callback: t.CallbackVariadicVoid;
19
19
  hide_color_help_callback: t.CallbackVoid;
20
20
  constructor(obj: Color);
21
- is_palette_color?: (({ i }: {
21
+ is_palette_color?: ({ i }: {
22
22
  i: i_color.I;
23
- }) => boolean) | undefined;
24
- visualization_cls?: (({ i }: {
23
+ }) => boolean;
24
+ visualization_cls?: ({ i }: {
25
25
  i: i_color.I;
26
- }) => string) | undefined;
27
- palette_visualization_cls?: (({ i }: {
26
+ }) => string;
27
+ palette_visualization_cls?: ({ i }: {
28
28
  i: i_color.I;
29
- }) => string) | undefined;
30
- inset_border_cls?: (({ i }: {
29
+ }) => string;
30
+ inset_border_cls?: ({ i }: {
31
31
  i: i_color.I;
32
- }) => string) | undefined;
33
- el_to_show_type?: (({ i }: {
32
+ }) => string;
33
+ el_to_show_type?: ({ i }: {
34
34
  i: i_color.I;
35
- }) => string) | undefined;
35
+ }) => string;
36
36
  color_picker_is_visible?: ((this: Color, { i }: {
37
37
  i: i_color.I;
38
38
  }) => boolean) | undefined;
@@ -0,0 +1 @@
1
+ export * from './color';
@@ -1,5 +1,5 @@
1
+ import { i_color, o_color } from '../../internal';
1
2
  import { t } from '../../../shared_clean/internal';
2
- import { o_color, i_color } from '../../internal';
3
3
  declare class Class {
4
4
  private static instance;
5
5
  static get_instance(): Class;
@@ -10,7 +10,7 @@ declare class Class {
10
10
  i: i_color.I;
11
11
  color_picker: HTMLSpanElement;
12
12
  visualization: HTMLButtonElement;
13
- }) => t.AnyRecord;
13
+ }) => Promise<t.AnyRecord>;
14
14
  update: ({ pickr, color_picker, input, i, }: {
15
15
  pickr: t.AnyRecord;
16
16
  color_picker: HTMLSpanElement;
@@ -0,0 +1,2 @@
1
+ export * from './color_picker';
2
+ export * from './position';
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Btn: React.FunctionComponent<p_inputs.Btn>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Checkbox: React.FunctionComponent<p_inputs.Checkbox>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const File: React.FunctionComponent<p_inputs.File>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Form: React.FunctionComponent<p_inputs.Form>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Group: React.FunctionComponent<p_inputs.Group>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Help: React.FunctionComponent<p_inputs.Help>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const HelpBtn: React.FunctionComponent<p_inputs.HelpBtn>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Hr: React.FunctionComponent<p_inputs.Hr>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const IconBtn: React.FunctionComponent<p_inputs.IconBtn>;
@@ -0,0 +1,27 @@
1
+ export * from './btn';
2
+ export * from './checkbox';
3
+ export * from './file';
4
+ export * from './help_btn';
5
+ export * from './help';
6
+ export * from './hr';
7
+ export * from './icon_btn';
8
+ export * from './input_error';
9
+ export * from './input_item';
10
+ export * from './label_in_input_item';
11
+ export * from './label';
12
+ export * from './link_btn';
13
+ export * from './link_icon_btn';
14
+ export * from './link';
15
+ export * from './range';
16
+ export * from './section_btn';
17
+ export * from './section_content';
18
+ export * from './section';
19
+ export * from './select';
20
+ export * from './form';
21
+ export * from './group';
22
+ export * from './side_btn';
23
+ export * from './side_btns';
24
+ export * from './text_btn';
25
+ export * from './text';
26
+ export * from './textarea';
27
+ export * from './upload_box';
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const InputError: React.FunctionComponent<p_inputs.InputError>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const InputItem: React.FunctionComponent<p_inputs.InputItem>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Label: React.FunctionComponent<p_inputs.Label>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const LabelInInputItem: React.FunctionComponent<p_inputs.LabelInInputItem>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Link: React.FunctionComponent<p_inputs.Link>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const LinkBtn: React.FunctionComponent<p_inputs.LinkBtn>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const LinkIconBtn: React.FunctionComponent<p_inputs.LinkIconBtn>;
@@ -1,5 +1,6 @@
1
1
  import { o_inputs } from '../../internal';
2
2
  export interface Checkbox {
3
3
  input: o_inputs.Checkbox;
4
+ id?: string;
4
5
  calculate_width: boolean;
5
6
  }
@@ -1,4 +1,4 @@
1
- import { o_inputs, i_inputs } from '../../internal';
1
+ import { i_inputs, o_inputs } from '../../internal';
2
2
  export interface Form {
3
3
  input: o_inputs.Form;
4
4
  inputs?: i_inputs.Inputs;
@@ -1,5 +1,6 @@
1
- import { o_inputs, i_inputs } from '../../internal';
1
+ import { i_inputs, o_inputs } from '../../internal';
2
2
  export interface Group {
3
3
  input: o_inputs.Group;
4
4
  inputs?: i_inputs.Inputs;
5
+ calculate_width: boolean;
5
6
  }
@@ -1,4 +1,4 @@
1
- import { o_inputs, i_inputs } from '../../internal';
1
+ import { i_inputs, o_inputs } from '../../internal';
2
2
  export interface Help {
3
3
  section_or_input: o_inputs.Section | i_inputs.Input;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { o_inputs, i_inputs } from '../../internal';
1
+ import { i_inputs, o_inputs } from '../../internal';
2
2
  export interface HelpBtn {
3
3
  section_or_input: o_inputs.Section | i_inputs.Input;
4
4
  }
@@ -1,4 +1,5 @@
1
1
  import { o_inputs } from '../../internal';
2
2
  export interface IconBtn {
3
3
  input: o_inputs.IconBtn;
4
+ include_label?: boolean;
4
5
  }
@@ -0,0 +1,27 @@
1
+ export * from './btn';
2
+ export * from './checkbox';
3
+ export * from './file';
4
+ export * from './help_btn';
5
+ export * from './help';
6
+ export * from './hr';
7
+ export * from './icon_btn';
8
+ export * from './input_error';
9
+ export * from './input_item';
10
+ export * from './label_in_input_item';
11
+ export * from './label';
12
+ export * from './link_btn';
13
+ export * from './link_icon_btn';
14
+ export * from './link';
15
+ export * from './range';
16
+ export * from './section_btn';
17
+ export * from './section_content';
18
+ export * from './section';
19
+ export * from './select';
20
+ export * from './form';
21
+ export * from './group';
22
+ export * from './side_btn';
23
+ export * from './side_btns';
24
+ export * from './text_btn';
25
+ export * from './text';
26
+ export * from './textarea';
27
+ export * from './upload_box';
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react';
1
2
  import { i_inputs } from '../../internal';
2
3
  export interface InputItem {
3
4
  input: i_inputs.Input;
@@ -1,6 +1,7 @@
1
1
  import { o_inputs } from '../../internal';
2
2
  export interface Range {
3
3
  input: o_inputs.Range;
4
+ id?: string;
4
5
  calculate_width: boolean;
5
6
  include_label: boolean;
6
7
  }
@@ -1,4 +1,4 @@
1
- import { o_inputs, i_inputs } from '../../internal';
1
+ import { i_inputs, o_inputs } from '../../internal';
2
2
  export interface SectionContent {
3
3
  section?: o_inputs.Section;
4
4
  inputs: i_inputs.Inputs | i_inputs.Links;
@@ -1,6 +1,7 @@
1
1
  import { o_inputs } from '../../internal';
2
2
  export interface Select {
3
3
  input: o_inputs.Select;
4
+ id?: string;
4
5
  calculate_width: boolean;
5
6
  include_label: boolean;
6
7
  }
@@ -0,0 +1,9 @@
1
+ import { i_inputs } from '../../internal';
2
+ import { t } from '../../../shared_clean/internal';
3
+ export interface SideBtn {
4
+ name: string;
5
+ alt_title: string | undefined;
6
+ Svg: string;
7
+ input: i_inputs.Input;
8
+ on_click?: t.CallbackVoid;
9
+ }
@@ -0,0 +1,4 @@
1
+ import { i_inputs } from '../../internal';
2
+ export interface SideBtns {
3
+ input: i_inputs.Input;
4
+ }
@@ -1,6 +1,8 @@
1
1
  import { o_inputs } from '../../internal';
2
2
  export interface Text {
3
3
  input: o_inputs.Text;
4
+ id?: string;
4
5
  calculate_width: boolean;
5
6
  include_label: boolean;
7
+ parent_input?: o_inputs.Group;
6
8
  }
@@ -1,6 +1,7 @@
1
1
  import { o_inputs } from '../../internal';
2
2
  export interface Textarea {
3
3
  input: o_inputs.Textarea;
4
+ id?: string;
4
5
  calculate_width: boolean;
5
6
  include_label: boolean;
6
7
  }
@@ -1,5 +1,6 @@
1
1
  import { o_inputs } from '../../internal';
2
2
  export interface UploadBox {
3
3
  input: o_inputs.UploadBox;
4
+ id?: string;
4
5
  calculate_width: boolean;
5
6
  }
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Range: React.FunctionComponent<p_inputs.Range>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Section: React.FunctionComponent<p_inputs.Section>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const SectionBtn: React.FunctionComponent<p_inputs.SectionBtn>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const SectionContent: React.FunctionComponent<p_inputs.SectionContent>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Select: React.FunctionComponent<p_inputs.Select>;
@@ -0,0 +1,2 @@
1
+ import { p_inputs } from '../internal';
2
+ export declare const SideBtn: React.FunctionComponent<p_inputs.SideBtn>;
@@ -0,0 +1,2 @@
1
+ import { p_inputs } from '../internal';
2
+ export declare const SideBtns: React.FunctionComponent<p_inputs.SideBtns>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Text: React.FunctionComponent<p_inputs.Text>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const TextBtn: React.FunctionComponent<p_inputs.TextBtn>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const Textarea: React.FunctionComponent<p_inputs.Textarea>;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
1
  import { p_inputs } from '../internal';
3
2
  export declare const UploadBox: React.FunctionComponent<p_inputs.UploadBox>;
@@ -1,4 +1,4 @@
1
- import { o_inputs, i_inputs } from '../internal';
1
+ import { i_inputs, o_inputs } from '../internal';
2
2
  declare class Class {
3
3
  private static instance;
4
4
  static get_instance(): Class;
@@ -12,6 +12,9 @@ declare class Class {
12
12
  msg?: (({ section_or_input, }: {
13
13
  section_or_input: o_inputs.Section | i_inputs.Input;
14
14
  }) => string | undefined) | undefined;
15
+ help_msg: ({ msg }: {
16
+ msg: string | undefined;
17
+ }) => string;
15
18
  }
16
19
  export declare const Help: Class;
17
20
  export {};
@@ -0,0 +1,12 @@
1
+ export * from './help';
2
+ export * from './input_error';
3
+ export * from './input_width';
4
+ export * from './label_in_input_item';
5
+ export * from './nested_input';
6
+ export * from './section_btn';
7
+ export * from './side_btn';
8
+ export * from './tab_index';
9
+ export * from './text_title';
10
+ export * from './text';
11
+ export * from './upload_box';
12
+ export * from './val';
@@ -4,7 +4,7 @@ declare class Class {
4
4
  static get_instance(): Class;
5
5
  private constructor();
6
6
  width: number;
7
- private min_width;
7
+ min_width: number;
8
8
  private max_width;
9
9
  max_width_ob: Record<string, string | undefined>;
10
10
  private old_width;
@@ -19,7 +19,9 @@ declare class Class {
19
19
  set_min_and_max_width: ({ min_width }?: {
20
20
  min_width?: number;
21
21
  }) => void;
22
- calculate: () => Promise<void>;
22
+ calculate: ({ set_all_inputs_to_msg_input_min_width_css, }?: {
23
+ set_all_inputs_to_msg_input_min_width_css?: boolean;
24
+ }) => Promise<void>;
23
25
  resize_textarea_with_resize_handle: ({ input, textarea, }: {
24
26
  input: i_inputs.Input;
25
27
  textarea: HTMLTextAreaElement | null;
@@ -0,0 +1,26 @@
1
+ import { i_inputs } from '../internal';
2
+ import { t } from '../../shared_clean/internal';
3
+ declare class Class {
4
+ private static instance;
5
+ static get_instance(): Class;
6
+ constructor();
7
+ msg?: (({ input }: {
8
+ input: i_inputs.Input;
9
+ }) => string | undefined) | undefined;
10
+ label_text_computed?: (({ input, }: {
11
+ input: i_inputs.Input;
12
+ }) => string | undefined) | undefined;
13
+ toggle_edit_label_state?: ({ input, callback, }: {
14
+ input: i_inputs.Input;
15
+ callback: t.CallbackVariadicVoid;
16
+ }) => void;
17
+ id: ({ input, id, }: {
18
+ input: i_inputs.InputAndLink;
19
+ id?: string;
20
+ }) => string | undefined;
21
+ content_is_visible_margin_cls: ({ input }: {
22
+ input: i_inputs.Input;
23
+ }) => string;
24
+ }
25
+ export declare const LabelInInputItem: Class;
26
+ export {};
@@ -1,11 +1,11 @@
1
- import { i_inputs } from '../internal';
1
+ import { o_inputs } from '../internal';
2
2
  declare class Class {
3
3
  private static instance;
4
4
  static get_instance(): Class;
5
5
  private constructor();
6
- msg?: (({ input }: {
7
- input: i_inputs.Input;
6
+ msg?: (({ section }: {
7
+ section: o_inputs.Section;
8
8
  }) => string | undefined) | undefined;
9
9
  }
10
- export declare const LabelInInputItem: Class;
10
+ export declare const SectionBtn: Class;
11
11
  export {};
@@ -0,0 +1,19 @@
1
+ import { i_inputs, o_inputs } from '../internal';
2
+ declare class Class {
3
+ private static instance;
4
+ static get_instance(): Class;
5
+ private constructor();
6
+ is_enabled_cls?: (({ name, input, }: {
7
+ name: string;
8
+ input: i_inputs.Input;
9
+ }) => string) | undefined;
10
+ set_side_btns_offset_bottom_val: ({ input, el, }: {
11
+ input: i_inputs.Input;
12
+ el?: HTMLElement | null;
13
+ }, e?: TransitionEvent) => void;
14
+ set_side_btns_offset_bottom_val_help_tr_end: ({ section_or_input, }: {
15
+ section_or_input: i_inputs.Input | o_inputs.Section;
16
+ }, e?: TransitionEvent) => void;
17
+ }
18
+ export declare const SideBtn: Class;
19
+ export {};
@@ -0,0 +1,11 @@
1
+ import { i_inputs, o_inputs } from '../internal';
2
+ declare class Class {
3
+ private static instance;
4
+ static get_instance(): Class;
5
+ private constructor();
6
+ tab_index: ({ section_or_input, }: {
7
+ section_or_input: o_inputs.Section | i_inputs.Input;
8
+ }) => number;
9
+ }
10
+ export declare const TabIndex: Class;
11
+ export {};
@@ -1,4 +1,4 @@
1
- import { o_inputs, i_inputs } from '../internal';
1
+ import { o_inputs } from '../internal';
2
2
  declare class Class {
3
3
  private static instance;
4
4
  static get_instance(): Class;
@@ -13,11 +13,6 @@ declare class Class {
13
13
  set_error_placeholder_text: ({ input }: {
14
14
  input: o_inputs.Text;
15
15
  }) => void;
16
- run_text_btn_action: ({ input, text_btn, input_el, }: {
17
- input: i_inputs.Input;
18
- text_btn: i_inputs.TextBtn;
19
- input_el: HTMLInputElement | undefined;
20
- }) => Promise<void>;
21
16
  }
22
17
  export declare const Text: Class;
23
18
  export {};
@@ -0,0 +1,16 @@
1
+ import { i_inputs, o_inputs } from '../internal';
2
+ declare class Class {
3
+ private static instance;
4
+ static get_instance(): Class;
5
+ private constructor();
6
+ alt_msg?: ({ input, suffix, }: {
7
+ input: i_inputs.InputAndLink;
8
+ suffix: string;
9
+ }) => string;
10
+ alt_title?: ({ input, suffix }: {
11
+ input: o_inputs.Text;
12
+ suffix: string;
13
+ }) => string;
14
+ }
15
+ export declare const TextTitle: Class;
16
+ export {};