@loftyshaky/shared-app 1.1.0 → 1.3.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 (334) hide show
  1. package/LICENSE.md +21 -0
  2. package/_locales/de/messages.json +1 -1
  3. package/_locales/en/messages.json +54 -18
  4. package/_locales/ru/messages.json +12 -18
  5. package/announcement.d.ts +2 -2
  6. package/announcement.js +5 -1
  7. package/app.d.ts +1 -5
  8. package/app.js +5 -1
  9. package/chunk-main.js +22 -0
  10. package/chunk-main2.js +5 -0
  11. package/chunk-main3.js +5 -0
  12. package/chunk-main4.js +5 -0
  13. package/chunk-pickr.min.js +5 -0
  14. package/dependencies.d.ts +2 -0
  15. package/dependencies.js +5 -0
  16. package/dependencies.txt +863 -0
  17. package/ext.d.ts +1 -5
  18. package/ext.js +5 -1
  19. package/fonts/NotoSans-Regular.ttf +0 -0
  20. package/globals.d.ts +49 -0
  21. package/html/dependencies.html +13 -0
  22. package/index.d.ts +3 -3
  23. package/index.js +5 -1
  24. package/inputs.d.ts +2 -2
  25. package/inputs.js +5 -1
  26. package/js/apps.js +64 -63
  27. package/js/dependencies.js +56 -0
  28. package/js/package/plugins/rollup-plugin-copy.js +169 -169
  29. package/js/package/plugins/watcher.js +56 -56
  30. package/js/package/terser.js +18 -18
  31. package/js/task_scheduler.js +45 -39
  32. package/js/tsc_alias.js +19 -0
  33. package/js/webpack.config.js +26 -3
  34. package/package.json +1 -1
  35. package/scss/dependencies/body.scss +3 -0
  36. package/scss/dependencies/hr.scss +3 -0
  37. package/scss/dependencies/index.scss +5 -0
  38. package/scss/dependencies/links.scss +3 -0
  39. package/scss/dependencies/main.scss +3 -0
  40. package/scss/settings/transitions.scss +1 -1
  41. package/scss/shared/checkboxes.scss +2 -2
  42. package/scss/shared/close_btn.scss +1 -1
  43. package/scss/shared/embed/error.scss +2 -2
  44. package/scss/shared/embed/font_face.scss +1 -2
  45. package/scss/shared/group.scss +8 -0
  46. package/scss/shared/help.scss +1 -0
  47. package/scss/shared/inputs.scss +4 -1
  48. package/scss/shared/inset_border.scss +1 -4
  49. package/scss/shared/mixins.scss +11 -7
  50. package/scss/shared/mods.scss +1 -3
  51. package/scss/shared/offers.scss +19 -1
  52. package/scss/shared/selects.scss +8 -2
  53. package/scss/shared/themes/colors/aqua.scss +15 -6
  54. package/scss/shared/themes/colors/dark.scss +5 -1
  55. package/scss/shared/themes/colors/lavender.scss +19 -6
  56. package/scss/shared/themes/colors/light.scss +5 -1
  57. package/scss/shared/themes/colors/very_dark.scss +5 -1
  58. package/scss/shared/themes/general/template.scss +20 -10
  59. package/scss/shared/themes/general/template_focus.scss +6 -4
  60. package/scss/shared/transitions.scss +1 -1
  61. package/scss/shared/upload_box.scss +2 -3
  62. package/scss/shared/vars.scss +9 -3
  63. package/settings.d.ts +2 -2
  64. package/settings.js +5 -1
  65. package/ts/announcement/components/body.d.ts +2 -3
  66. package/ts/announcement/components/index.d.ts +1 -1
  67. package/ts/announcement/internal.d.ts +2 -3
  68. package/ts/announcement/scripts/display.d.ts +6 -6
  69. package/ts/announcement/scripts/index.d.ts +1 -2
  70. package/ts/dependencies/components/body.d.ts +2 -0
  71. package/ts/dependencies/components/index.d.ts +1 -0
  72. package/ts/dependencies/internal.d.ts +2 -0
  73. package/ts/dependencies/scripts/dependencies.d.ts +7 -0
  74. package/ts/dependencies/scripts/index.d.ts +1 -0
  75. package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
  76. package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
  77. package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
  78. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
  79. package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
  80. package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
  81. package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
  82. package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
  83. package/ts/error_modules/css/scripts/index.d.ts +1 -1
  84. package/ts/error_modules/css/scripts/main.d.ts +8 -8
  85. package/ts/error_modules/error/components/body.d.ts +3 -3
  86. package/ts/error_modules/error/components/close_btn.d.ts +2 -2
  87. package/ts/error_modules/error/components/ext_name.d.ts +2 -2
  88. package/ts/error_modules/error/components/index.d.ts +6 -6
  89. package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -2
  90. package/ts/error_modules/error/components/msg.d.ts +2 -2
  91. package/ts/error_modules/error/components/progress.d.ts +2 -2
  92. package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
  93. package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
  94. package/ts/error_modules/error/data/index.d.ts +4 -4
  95. package/ts/error_modules/error/data/main.d.ts +11 -11
  96. package/ts/error_modules/error/data/msg.d.ts +13 -13
  97. package/ts/error_modules/error/data/progress.d.ts +17 -17
  98. package/ts/error_modules/error/data/state.d.ts +25 -25
  99. package/ts/error_modules/error/interfaces/error.d.ts +6 -6
  100. package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
  101. package/ts/error_modules/error/interfaces/index.d.ts +7 -7
  102. package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -1
  103. package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
  104. package/ts/error_modules/error/interfaces/show_error.d.ts +11 -11
  105. package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -5
  106. package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
  107. package/ts/error_modules/error/scripts/flash.d.ts +11 -11
  108. package/ts/error_modules/error/scripts/globals.d.ts +1 -12
  109. package/ts/error_modules/error/scripts/index.d.ts +3 -3
  110. package/ts/error_modules/error/scripts/notification.d.ts +8 -8
  111. package/ts/error_modules/init.d.ts +1 -1
  112. package/ts/error_modules/internal.d.ts +11 -11
  113. package/ts/inputs/color/components/body.d.ts +3 -3
  114. package/ts/inputs/color/components/color_picker.d.ts +3 -3
  115. package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
  116. package/ts/inputs/color/components/index.d.ts +4 -4
  117. package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
  118. package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
  119. package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
  120. package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
  121. package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
  122. package/ts/inputs/color/components/visualization.d.ts +3 -3
  123. package/ts/inputs/color/data/color.d.ts +54 -54
  124. package/ts/inputs/color/data/index.d.ts +2 -2
  125. package/ts/inputs/color/data/visibility.d.ts +38 -38
  126. package/ts/inputs/color/interfaces/color.d.ts +1 -1
  127. package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
  128. package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
  129. package/ts/inputs/color/interfaces/i.d.ts +1 -1
  130. package/ts/inputs/color/interfaces/index.d.ts +4 -4
  131. package/ts/inputs/color/obj/color.d.ts +54 -54
  132. package/ts/inputs/color/obj/index.d.ts +1 -1
  133. package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
  134. package/ts/inputs/color/scripts/index.d.ts +2 -2
  135. package/ts/inputs/color/scripts/position.d.ts +7 -7
  136. package/ts/inputs/components/btn.d.ts +3 -3
  137. package/ts/inputs/components/checkbox.d.ts +3 -3
  138. package/ts/inputs/components/file.d.ts +3 -3
  139. package/ts/inputs/components/form.d.ts +3 -3
  140. package/ts/inputs/components/group.d.ts +3 -3
  141. package/ts/inputs/components/help.d.ts +3 -3
  142. package/ts/inputs/components/help_btn.d.ts +3 -3
  143. package/ts/inputs/components/hr.d.ts +3 -3
  144. package/ts/inputs/components/icon_btn.d.ts +3 -3
  145. package/ts/inputs/components/index.d.ts +25 -25
  146. package/ts/inputs/components/input_error.d.ts +3 -3
  147. package/ts/inputs/components/input_item.d.ts +3 -3
  148. package/ts/inputs/components/label.d.ts +3 -3
  149. package/ts/inputs/components/label_in_input_item.d.ts +3 -3
  150. package/ts/inputs/components/link.d.ts +3 -3
  151. package/ts/inputs/components/link_btn.d.ts +3 -3
  152. package/ts/inputs/components/link_icon_btn.d.ts +3 -3
  153. package/ts/inputs/components/prop_types/btn.d.ts +4 -4
  154. package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
  155. package/ts/inputs/components/prop_types/file.d.ts +4 -4
  156. package/ts/inputs/components/prop_types/form.d.ts +5 -5
  157. package/ts/inputs/components/prop_types/group.d.ts +5 -5
  158. package/ts/inputs/components/prop_types/help.d.ts +4 -4
  159. package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
  160. package/ts/inputs/components/prop_types/hr.d.ts +4 -4
  161. package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
  162. package/ts/inputs/components/prop_types/index.d.ts +25 -25
  163. package/ts/inputs/components/prop_types/input_error.d.ts +4 -4
  164. package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
  165. package/ts/inputs/components/prop_types/label.d.ts +4 -4
  166. package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -4
  167. package/ts/inputs/components/prop_types/link.d.ts +4 -4
  168. package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
  169. package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -5
  170. package/ts/inputs/components/prop_types/range.d.ts +6 -6
  171. package/ts/inputs/components/prop_types/section.d.ts +4 -4
  172. package/ts/inputs/components/prop_types/section_btn.d.ts +7 -7
  173. package/ts/inputs/components/prop_types/section_content.d.ts +5 -5
  174. package/ts/inputs/components/prop_types/select.d.ts +6 -6
  175. package/ts/inputs/components/prop_types/text.d.ts +6 -6
  176. package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
  177. package/ts/inputs/components/prop_types/textarea.d.ts +6 -6
  178. package/ts/inputs/components/prop_types/upload_box.d.ts +5 -5
  179. package/ts/inputs/components/range.d.ts +3 -3
  180. package/ts/inputs/components/section.d.ts +3 -3
  181. package/ts/inputs/components/section_btn.d.ts +3 -3
  182. package/ts/inputs/components/section_content.d.ts +3 -3
  183. package/ts/inputs/components/select.d.ts +3 -3
  184. package/ts/inputs/components/text.d.ts +3 -3
  185. package/ts/inputs/components/text_btn.d.ts +3 -3
  186. package/ts/inputs/components/textarea.d.ts +3 -3
  187. package/ts/inputs/components/upload_box.d.ts +3 -3
  188. package/ts/inputs/data/help.d.ts +15 -15
  189. package/ts/inputs/data/index.d.ts +8 -8
  190. package/ts/inputs/data/input_error.d.ts +12 -12
  191. package/ts/inputs/data/input_width.d.ts +26 -26
  192. package/ts/inputs/data/labelIn_in_putI_iem.d.ts +9 -9
  193. package/ts/inputs/data/nested_input.d.ts +18 -18
  194. package/ts/inputs/data/text.d.ts +21 -21
  195. package/ts/inputs/data/upload_box.d.ts +24 -24
  196. package/ts/inputs/data/val.d.ts +41 -41
  197. package/ts/inputs/interfaces/btn_option.d.ts +9 -9
  198. package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
  199. package/ts/inputs/interfaces/index.d.ts +9 -9
  200. package/ts/inputs/interfaces/input.d.ts +2 -2
  201. package/ts/inputs/interfaces/inputs.d.ts +2 -2
  202. package/ts/inputs/interfaces/links.d.ts +2 -2
  203. package/ts/inputs/interfaces/options.d.ts +2 -2
  204. package/ts/inputs/interfaces/sections.d.ts +2 -2
  205. package/ts/inputs/interfaces/state_cond.d.ts +4 -4
  206. package/ts/inputs/interfaces/text_btn.d.ts +7 -7
  207. package/ts/inputs/internal.d.ts +12 -12
  208. package/ts/inputs/obj/btn.d.ts +6 -6
  209. package/ts/inputs/obj/checkbox.d.ts +5 -5
  210. package/ts/inputs/obj/file.d.ts +9 -9
  211. package/ts/inputs/obj/form.d.ts +7 -7
  212. package/ts/inputs/obj/group.d.ts +6 -6
  213. package/ts/inputs/obj/hr.d.ts +5 -5
  214. package/ts/inputs/obj/icon_btn.d.ts +7 -7
  215. package/ts/inputs/obj/index.d.ts +18 -18
  216. package/ts/inputs/obj/input_base.d.ts +45 -45
  217. package/ts/inputs/obj/label.d.ts +5 -5
  218. package/ts/inputs/obj/link.d.ts +17 -16
  219. package/ts/inputs/obj/link_btn.d.ts +6 -6
  220. package/ts/inputs/obj/option.d.ts +6 -6
  221. package/ts/inputs/obj/range.d.ts +20 -20
  222. package/ts/inputs/obj/section.d.ts +31 -31
  223. package/ts/inputs/obj/select.d.ts +9 -9
  224. package/ts/inputs/obj/text.d.ts +18 -18
  225. package/ts/inputs/obj/textarea.d.ts +5 -5
  226. package/ts/inputs/obj/upload_box.d.ts +18 -18
  227. package/ts/inputs/scripts/index.d.ts +2 -2
  228. package/ts/inputs/scripts/resolve.d.ts +7 -7
  229. package/ts/inputs/scripts/upload_box.d.ts +8 -8
  230. package/ts/settings/components/body.d.ts +3 -3
  231. package/ts/settings/components/index.d.ts +1 -1
  232. package/ts/settings/components/prop_types/body.d.ts +8 -8
  233. package/ts/settings/components/prop_types/index.d.ts +1 -1
  234. package/ts/settings/data/back_up.d.ts +17 -17
  235. package/ts/settings/data/index.d.ts +2 -2
  236. package/ts/settings/data/sections.d.ts +43 -43
  237. package/ts/settings/developer_mode/data/index.d.ts +1 -1
  238. package/ts/settings/developer_mode/data/main.d.ts +13 -13
  239. package/ts/settings/init.d.ts +1 -1
  240. package/ts/settings/internal.d.ts +8 -8
  241. package/ts/settings/optional_permissions/data/index.d.ts +1 -1
  242. package/ts/settings/optional_permissions/data/main.d.ts +11 -11
  243. package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
  244. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
  245. package/ts/settings/scripts/index.d.ts +1 -1
  246. package/ts/settings/scripts/theme.d.ts +12 -12
  247. package/ts/shared/app.d.ts +25 -25
  248. package/ts/shared/app_ext_globals.d.ts +1 -6
  249. package/ts/shared/app_version/components/body.d.ts +2 -2
  250. package/ts/shared/app_version/components/index.d.ts +1 -1
  251. package/ts/shared/css_vars/scripts/index.d.ts +1 -1
  252. package/ts/shared/css_vars/scripts/main.d.ts +18 -18
  253. package/ts/shared/data/data/index.d.ts +1 -1
  254. package/ts/shared/data/data/main.d.ts +1 -4
  255. package/ts/shared/data/interfaces/index.d.ts +1 -1
  256. package/ts/shared/data/interfaces/val.d.ts +2 -2
  257. package/ts/shared/ext.d.ts +28 -30
  258. package/ts/shared/functions.d.ts +3 -3
  259. package/ts/shared/globals.d.ts +1 -4
  260. package/ts/shared/header/scripts/index.d.ts +1 -0
  261. package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
  262. package/ts/shared/init.d.ts +1 -1
  263. package/ts/shared/internal.d.ts +40 -39
  264. package/ts/shared/loading_screen/components/body.d.ts +3 -3
  265. package/ts/shared/loading_screen/components/index.d.ts +1 -1
  266. package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
  267. package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
  268. package/ts/shared/loading_screen/data/index.d.ts +1 -1
  269. package/ts/shared/loading_screen/data/main.d.ts +12 -12
  270. package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
  271. package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
  272. package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
  273. package/ts/shared/no_tr/scripts/index.d.ts +1 -1
  274. package/ts/shared/no_tr/scripts/main.d.ts +12 -12
  275. package/ts/shared/offers/components/ad_label.d.ts +2 -0
  276. package/ts/shared/offers/components/body.d.ts +3 -3
  277. package/ts/shared/offers/components/counter.d.ts +2 -2
  278. package/ts/shared/offers/components/index.d.ts +7 -6
  279. package/ts/shared/offers/components/next_offer_btn.d.ts +2 -2
  280. package/ts/shared/offers/components/offer.d.ts +3 -3
  281. package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -2
  282. package/ts/shared/offers/components/prop_types/body.d.ts +5 -5
  283. package/ts/shared/offers/components/prop_types/index.d.ts +2 -2
  284. package/ts/shared/offers/components/prop_types/offer.d.ts +4 -4
  285. package/ts/shared/offers/components/top_bar.d.ts +2 -2
  286. package/ts/shared/offers/data/index.d.ts +1 -1
  287. package/ts/shared/offers/data/main.d.ts +23 -22
  288. package/ts/shared/offers/interfaces/index.d.ts +1 -1
  289. package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -1
  290. package/ts/shared/offers/obj/index.d.ts +1 -1
  291. package/ts/shared/offers/obj/offer.d.ts +13 -10
  292. package/ts/shared/offers/scripts/index.d.ts +1 -1
  293. package/ts/shared/offers/scripts/main.d.ts +11 -8
  294. package/ts/shared/schema/data/index.d.ts +1 -1
  295. package/ts/shared/schema/data/main.d.ts +12 -12
  296. package/ts/shared/schema/obj/index.d.ts +1 -1
  297. package/ts/shared/schema/obj/transform_item.d.ts +7 -7
  298. package/ts/shared/service_worker/scripts/index.d.ts +1 -1
  299. package/ts/shared/service_worker/scripts/main.d.ts +9 -9
  300. package/ts/shared/settings/data/index.d.ts +1 -1
  301. package/ts/shared/settings/data/main.d.ts +15 -15
  302. package/ts/shared/svg.d.ts +9 -9
  303. package/ts/shared/t.d.ts +36 -36
  304. package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
  305. package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
  306. package/ts/shared/tab_index/scripts/index.d.ts +1 -1
  307. package/ts/shared/tab_index/scripts/main.d.ts +18 -18
  308. package/ts/shared/theme/scripts/index.d.ts +1 -1
  309. package/ts/shared/theme/scripts/main.d.ts +11 -11
  310. package/ts/shared/title/scripts/index.d.ts +1 -1
  311. package/ts/shared/title/scripts/main.d.ts +6 -6
  312. package/ts/shared/tr/components/base_tr.d.ts +9 -9
  313. package/ts/shared/tr/components/index.d.ts +1 -1
  314. package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
  315. package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
  316. package/ts/shared/tr/data/index.d.ts +1 -1
  317. package/ts/shared/tr/data/transition.d.ts +23 -23
  318. package/ts/shared/tr/interfaces/index.d.ts +1 -1
  319. package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
  320. package/ts/shared/tr/obj/index.d.ts +1 -1
  321. package/ts/shared/tr/obj/transition.d.ts +8 -8
  322. package/ts/shared/utils/scripts/index.d.ts +1 -1
  323. package/ts/shared/utils/scripts/main.d.ts +11 -11
  324. package/ts/shared/vars.d.ts +2 -2
  325. package/ts/shared/viewport/scripts/index.d.ts +1 -1
  326. package/ts/shared/viewport/scripts/main.d.ts +8 -8
  327. package/ts/shared/x.d.ts +56 -69
  328. package/chunk-main-130f654b.js +0 -9
  329. package/chunk-main-35e603b6.js +0 -1
  330. package/chunk-main-aca0d1f6.js +0 -1
  331. package/chunk-pickr.min-81c0b025.js +0 -1
  332. package/fonts/noto_sans.woff2 +0 -0
  333. package/ts/announcement/components/prop_types/body.d.ts +0 -4
  334. package/ts/announcement/components/prop_types/index.d.ts +0 -1
@@ -1,18 +1,18 @@
1
- import { i_inputs } from "../internal";
2
- export declare class NestedInput {
3
- private static i0;
4
- static i(): NestedInput;
5
- constructor();
6
- calculate_offset: ({ input }: {
7
- input: i_inputs.Input;
8
- }) => void;
9
- set_parent_disbled_vals: ({ input, sections, set_to_all_sections, }: {
10
- input: i_inputs.Input;
11
- sections: i_inputs.Sections;
12
- set_to_all_sections?: boolean | undefined;
13
- }) => void;
14
- set_all_parents_disbled_vals: ({ sections, set_to_all_sections, }: {
15
- sections: i_inputs.Sections;
16
- set_to_all_sections?: boolean | undefined;
17
- }) => void;
18
- }
1
+ import { i_inputs } from '../internal';
2
+ export declare class NestedInput {
3
+ private static i0;
4
+ static i(): NestedInput;
5
+ constructor();
6
+ calculate_offset: ({ input }: {
7
+ input: i_inputs.Input;
8
+ }) => void;
9
+ set_parent_disbled_vals: ({ input, sections, set_to_all_sections, }: {
10
+ input: i_inputs.Input;
11
+ sections: i_inputs.Sections;
12
+ set_to_all_sections?: boolean | undefined;
13
+ }) => void;
14
+ set_all_parents_disbled_vals: ({ sections, set_to_all_sections, }: {
15
+ sections: i_inputs.Sections;
16
+ set_to_all_sections?: boolean | undefined;
17
+ }) => void;
18
+ }
@@ -1,21 +1,21 @@
1
- import { o_inputs, i_inputs } from "../internal";
2
- export declare class Text {
3
- private static i0;
4
- static i(): Text;
5
- private constructor();
6
- private set_placeholder_text;
7
- clear_placeholder_text: ({ input }: {
8
- input: o_inputs.Text;
9
- }) => void;
10
- set_loading_placeholder_text: ({ input }: {
11
- input: o_inputs.Text;
12
- }) => void;
13
- set_error_placeholder_text: ({ input }: {
14
- input: o_inputs.Text;
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
- }
1
+ import { o_inputs, i_inputs } from '../internal';
2
+ export declare class Text {
3
+ private static i0;
4
+ static i(): Text;
5
+ private constructor();
6
+ private set_placeholder_text;
7
+ clear_placeholder_text: ({ input }: {
8
+ input: o_inputs.Text;
9
+ }) => void;
10
+ set_loading_placeholder_text: ({ input }: {
11
+ input: o_inputs.Text;
12
+ }) => void;
13
+ set_error_placeholder_text: ({ input }: {
14
+ input: o_inputs.Text;
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
+ }
@@ -1,24 +1,24 @@
1
- import { ChangeEvent } from 'react';
2
- import { o_inputs } from "../internal";
3
- export declare class UploadBox {
4
- private static i0;
5
- static i(): UploadBox;
6
- constructor();
7
- trigger_click_on_file_input: ({ file_input, }: {
8
- file_input: HTMLInputElement | null;
9
- }) => void;
10
- upload_files: (e: ChangeEvent | DragEvent, { input, file_input, }: {
11
- input: o_inputs.UploadBox;
12
- file_input?: HTMLInputElement | null | undefined;
13
- }) => Promise<void>;
14
- highlight: ({ input }: {
15
- input: o_inputs.UploadBox;
16
- }) => void;
17
- unhighlight: ({ input }: {
18
- input: o_inputs.UploadBox;
19
- }) => void;
20
- set_filenames: ({ input, files, }: {
21
- input: o_inputs.UploadBox;
22
- files: FileList | null;
23
- }) => void;
24
- }
1
+ import { ChangeEvent } from 'react';
2
+ import { o_inputs } from '../internal';
3
+ export declare class UploadBox {
4
+ private static i0;
5
+ static i(): UploadBox;
6
+ constructor();
7
+ trigger_click_on_file_input: ({ file_input, }: {
8
+ file_input: HTMLInputElement | null;
9
+ }) => void;
10
+ upload_files: (e: ChangeEvent | DragEvent, { input, file_input, }: {
11
+ input: o_inputs.UploadBox;
12
+ file_input?: HTMLInputElement | null | undefined;
13
+ }) => Promise<void>;
14
+ highlight: ({ input }: {
15
+ input: o_inputs.UploadBox;
16
+ }) => void;
17
+ unhighlight: ({ input }: {
18
+ input: o_inputs.UploadBox;
19
+ }) => void;
20
+ set_filenames: ({ input, files, }: {
21
+ input: o_inputs.UploadBox;
22
+ files: FileList | null;
23
+ }) => void;
24
+ }
@@ -1,41 +1,41 @@
1
- import { SyntheticEvent, FormEvent } from 'react';
2
- import { i_data } from "../../shared/internal";
3
- import { i_inputs } from "../internal";
4
- export declare class Val {
5
- private static i0;
6
- static i(): Val;
7
- private constructor();
8
- set_focus_state: ({ input, state }: {
9
- input: i_inputs.Input;
10
- state: boolean;
11
- }) => void;
12
- set_warn_state: ({ input }: {
13
- input: i_inputs.Input;
14
- }) => Promise<void>;
15
- focus_state: ({ input }: {
16
- input: i_inputs.Input;
17
- }) => string;
18
- warn_state: ({ input }: {
19
- input: i_inputs.Input;
20
- }) => string;
21
- access: ({ input }: {
22
- input: i_inputs.Input;
23
- }) => i_data.Val;
24
- change: ({ input, }: {
25
- input: i_inputs.Input;
26
- }, e: SyntheticEvent) => void;
27
- set: ({ val, input }: {
28
- val: i_data.Val | FileList;
29
- input: i_inputs.Input;
30
- }) => void;
31
- remove_val: ({ input, input_el, }: {
32
- input: i_inputs.Input;
33
- input_el: HTMLInputElement | null;
34
- }) => Promise<void>;
35
- validate_input: ({ input }: {
36
- input: i_inputs.Input;
37
- }) => boolean;
38
- text_and_textarea_on_input: ({ input }: {
39
- input: i_inputs.Input;
40
- }, e: FormEvent) => Promise<void>;
41
- }
1
+ import { SyntheticEvent, FormEvent } from 'react';
2
+ import { i_data } from '../../shared/internal';
3
+ import { i_inputs } from '../internal';
4
+ export declare class Val {
5
+ private static i0;
6
+ static i(): Val;
7
+ private constructor();
8
+ set_focus_state: ({ input, state }: {
9
+ input: i_inputs.Input;
10
+ state: boolean;
11
+ }) => void;
12
+ set_warn_state: ({ input }: {
13
+ input: i_inputs.Input;
14
+ }) => Promise<void>;
15
+ focus_state: ({ input }: {
16
+ input: i_inputs.Input;
17
+ }) => string;
18
+ warn_state: ({ input }: {
19
+ input: i_inputs.Input;
20
+ }) => string;
21
+ access: ({ input }: {
22
+ input: i_inputs.Input;
23
+ }) => i_data.Val;
24
+ change: ({ input, }: {
25
+ input: i_inputs.Input;
26
+ }, e: SyntheticEvent) => void;
27
+ set: ({ val, input }: {
28
+ val: i_data.Val | FileList;
29
+ input: i_inputs.Input;
30
+ }) => void;
31
+ remove_val: ({ input, input_el, }: {
32
+ input: i_inputs.Input;
33
+ input_el: HTMLInputElement | null;
34
+ }) => Promise<void>;
35
+ validate_input: ({ input }: {
36
+ input: i_inputs.Input;
37
+ }) => boolean;
38
+ text_and_textarea_on_input: ({ input }: {
39
+ input: i_inputs.Input;
40
+ }, e: FormEvent) => Promise<void>;
41
+ }
@@ -1,9 +1,9 @@
1
- import { t } from "../../shared/internal";
2
- export interface BtnOption {
3
- name: string;
4
- type: 'link' | 'link_btn';
5
- href?: string;
6
- val?: string;
7
- alt_msg?: string;
8
- event_callback: t.CallbackVariadicVoid;
9
- }
1
+ import { t } from '../../shared/internal';
2
+ export interface BtnOption {
3
+ name: string;
4
+ type: 'link' | 'link_btn';
5
+ href?: string;
6
+ val?: string;
7
+ alt_msg?: string;
8
+ event_callback: t.CallbackVariadicVoid;
9
+ }
@@ -1,2 +1,2 @@
1
- import { o_inputs } from "../internal";
2
- export declare type IconBtns = Record<string, o_inputs.IconBtn>;
1
+ import { o_inputs } from '../internal';
2
+ export type IconBtns = Record<string, o_inputs.IconBtn>;
@@ -1,9 +1,9 @@
1
- export * from "./icon_btns";
2
- export * from "./input";
3
- export * from "./inputs";
4
- export * from "./links";
5
- export * from "./options";
6
- export * from "./btn_option";
7
- export * from "./sections";
8
- export * from "./text_btn";
9
- export * from "./state_cond";
1
+ export * from '../interfaces/icon_btns';
2
+ export * from '../interfaces/input';
3
+ export * from '../interfaces/inputs';
4
+ export * from '../interfaces/links';
5
+ export * from '../interfaces/options';
6
+ export * from '../interfaces/btn_option';
7
+ export * from '../interfaces/sections';
8
+ export * from '../interfaces/text_btn';
9
+ export * from '../interfaces/state_cond';
@@ -1,2 +1,2 @@
1
- import { o_inputs, o_color } from "../internal";
2
- export declare type Input = o_inputs.Text | o_inputs.Textarea | o_inputs.Checkbox | o_inputs.Select | o_inputs.LinkBtn | o_inputs.Range | o_color.Color | o_inputs.Btn | o_inputs.IconBtn | o_inputs.File | o_inputs.UploadBox | o_inputs.Form | o_inputs.Group;
1
+ import { o_inputs, o_color } from '../internal';
2
+ export type Input = o_inputs.Text | o_inputs.Textarea | o_inputs.Checkbox | o_inputs.Select | o_inputs.LinkBtn | o_inputs.Range | o_color.Color | o_inputs.Btn | o_inputs.IconBtn | o_inputs.File | o_inputs.UploadBox | o_inputs.Form | o_inputs.Group;
@@ -1,2 +1,2 @@
1
- import { i_inputs } from "../internal";
2
- export declare type Inputs = i_inputs.Input[] | Record<string, i_inputs.Input>;
1
+ import { i_inputs } from '../internal';
2
+ export type Inputs = i_inputs.Input[] | Record<string, i_inputs.Input>;
@@ -1,2 +1,2 @@
1
- import { o_inputs } from "../internal";
2
- export declare type Links = o_inputs.Link[] | Record<string, o_inputs.Link>;
1
+ import { o_inputs } from '../internal';
2
+ export type Links = o_inputs.Link[] | Record<string, o_inputs.Link>;
@@ -1,2 +1,2 @@
1
- import { o_inputs } from "../internal";
2
- export declare type Options = Record<string, o_inputs.Option[]>;
1
+ import { o_inputs } from '../internal';
2
+ export type Options = Record<string, o_inputs.Option[]>;
@@ -1,2 +1,2 @@
1
- import { o_inputs } from "../internal";
2
- export declare type Sections = Record<string, o_inputs.Section>;
1
+ import { o_inputs } from '../internal';
2
+ export type Sections = Record<string, o_inputs.Section>;
@@ -1,4 +1,4 @@
1
- export interface StateCond {
2
- input_name: string;
3
- pass_vals: (boolean | string | number)[];
4
- }
1
+ export interface StateCond {
2
+ input_name: string;
3
+ pass_vals: (boolean | string | number)[];
4
+ }
@@ -1,7 +1,7 @@
1
- import { t } from "../../shared/internal";
2
- export interface TextBtn {
3
- name: string;
4
- Svg: string;
5
- visibility_cond?: t.CallbackVariadicBoolean;
6
- event_callback: t.CallbackVariadicVoid;
7
- }
1
+ import { t } from '../../shared/internal';
2
+ export interface TextBtn {
3
+ name: string;
4
+ Svg: string;
5
+ visibility_cond?: t.CallbackVariadicBoolean;
6
+ event_callback: t.CallbackVariadicVoid;
7
+ }
@@ -1,12 +1,12 @@
1
- export * as c_inputs from "./components";
2
- export * as c_color from "./color/components";
3
- export * as o_inputs from "./obj";
4
- export * as o_color from "./color/obj";
5
- export * as d_inputs from "./data";
6
- export * as d_color from "./color/data";
7
- export * as s_inputs from "./scripts";
8
- export * as s_color from "./color/scripts";
9
- export * as p_inputs from "./components/prop_types";
10
- export * as p_color from "./color/components/prop_types";
11
- export * as i_inputs from "./interfaces";
12
- export * as i_color from "./color/interfaces";
1
+ export * as c_inputs from './components';
2
+ export * as c_color from './color/components';
3
+ export * as o_inputs from './obj';
4
+ export * as o_color from './color/obj';
5
+ export * as d_inputs from './data';
6
+ export * as d_color from './color/data';
7
+ export * as s_inputs from './scripts';
8
+ export * as s_color from './color/scripts';
9
+ export * as p_inputs from './components/prop_types';
10
+ export * as p_color from './color/components/prop_types';
11
+ export * as i_inputs from './interfaces';
12
+ export * as i_color from './color/interfaces';
@@ -1,6 +1,6 @@
1
- import { o_inputs } from "../internal";
2
- export declare class Btn extends o_inputs.InputBase {
3
- type?: 'btn';
4
- btn_type?: 'btn' | 'submit';
5
- constructor(obj: Btn);
6
- }
1
+ import { o_inputs } from '../internal';
2
+ export declare class Btn extends o_inputs.InputBase {
3
+ type?: "btn" | undefined;
4
+ btn_type?: 'btn' | 'submit';
5
+ constructor(obj: Btn);
6
+ }
@@ -1,5 +1,5 @@
1
- import { o_inputs } from "../internal";
2
- export declare class Checkbox extends o_inputs.InputBase {
3
- type?: 'checkbox';
4
- constructor(obj: Checkbox);
5
- }
1
+ import { o_inputs } from '../internal';
2
+ export declare class Checkbox extends o_inputs.InputBase {
3
+ type?: "checkbox" | undefined;
4
+ constructor(obj: Checkbox);
5
+ }
@@ -1,9 +1,9 @@
1
- import { t } from "../../shared/internal";
2
- import { o_inputs } from "../internal";
3
- export declare class File extends o_inputs.InputBase {
4
- type?: 'file';
5
- accept: string;
6
- multiple?: boolean;
7
- save_callback?: t.CallbackVariadicVoid;
8
- constructor(obj: File);
9
- }
1
+ import { t } from '../../shared/internal';
2
+ import { o_inputs } from '../internal';
3
+ export declare class File extends o_inputs.InputBase {
4
+ type?: "file" | undefined;
5
+ accept: string;
6
+ multiple?: boolean;
7
+ save_callback?: t.CallbackVariadicVoid;
8
+ constructor(obj: File);
9
+ }
@@ -1,7 +1,7 @@
1
- import { o_inputs, i_inputs } from "../internal";
2
- export declare class Form extends o_inputs.InputBase {
3
- type?: 'form';
4
- action: string;
5
- inputs?: i_inputs.Inputs | i_inputs.Links;
6
- constructor(obj: Form);
7
- }
1
+ import { o_inputs, i_inputs } from '../internal';
2
+ export declare class Form extends o_inputs.InputBase {
3
+ type?: "form" | undefined;
4
+ action: string;
5
+ inputs?: i_inputs.Inputs | i_inputs.Links;
6
+ constructor(obj: Form);
7
+ }
@@ -1,6 +1,6 @@
1
- import { o_inputs, i_inputs } from "../internal";
2
- export declare class Group extends o_inputs.InputBase {
3
- type?: 'group';
4
- inputs?: i_inputs.Inputs;
5
- constructor(obj: Group);
6
- }
1
+ import { o_inputs, i_inputs } from '../internal';
2
+ export declare class Group extends o_inputs.InputBase {
3
+ type?: "group" | undefined;
4
+ inputs?: i_inputs.Inputs;
5
+ constructor(obj: Group);
6
+ }
@@ -1,5 +1,5 @@
1
- export declare class Hr {
2
- name: string;
3
- type?: 'hr';
4
- constructor(obj: Hr);
5
- }
1
+ export declare class Hr {
2
+ name: string;
3
+ type?: "hr" | undefined;
4
+ constructor(obj: Hr);
5
+ }
@@ -1,7 +1,7 @@
1
- import { o_inputs, i_inputs } from "../internal";
2
- export declare class IconBtn extends o_inputs.InputBase {
3
- type?: 'icon_btn';
4
- Svg: string;
5
- btn_options?: i_inputs.BtnOption[];
6
- constructor(obj: IconBtn);
7
- }
1
+ import { o_inputs, i_inputs } from '../internal';
2
+ export declare class IconBtn extends o_inputs.InputBase {
3
+ type?: "icon_btn" | undefined;
4
+ Svg: string;
5
+ btn_options?: i_inputs.BtnOption[];
6
+ constructor(obj: IconBtn);
7
+ }
@@ -1,18 +1,18 @@
1
- export * from "./input_base";
2
- export * from "./btn";
3
- export * from "./checkbox";
4
- export * from "./file";
5
- export * from "./hr";
6
- export * from "./icon_btn";
7
- export * from "./link_btn";
8
- export * from "./label";
9
- export * from "./link";
10
- export * from "./option";
11
- export * from "./range";
12
- export * from "./section";
13
- export * from "./select";
14
- export * from "./form";
15
- export * from "./group";
16
- export * from "./text";
17
- export * from "./textarea";
18
- export * from "./upload_box";
1
+ export * from '../obj/input_base';
2
+ export * from '../obj/btn';
3
+ export * from '../obj/checkbox';
4
+ export * from '../obj/file';
5
+ export * from '../obj/hr';
6
+ export * from '../obj/icon_btn';
7
+ export * from '../obj/link_btn';
8
+ export * from '../obj/label';
9
+ export * from '../obj/link';
10
+ export * from '../obj/option';
11
+ export * from '../obj/range';
12
+ export * from '../obj/section';
13
+ export * from '../obj/select';
14
+ export * from '../obj/form';
15
+ export * from '../obj/group';
16
+ export * from '../obj/text';
17
+ export * from '../obj/textarea';
18
+ export * from '../obj/upload_box';
@@ -1,45 +1,45 @@
1
- import { t } from "../../shared/internal";
2
- import { i_inputs } from "../internal";
3
- export declare class InputBase {
4
- name: string;
5
- is_cut?: boolean;
6
- is_visible_key?: string;
7
- is_visible?: boolean;
8
- is_visible_conds?: i_inputs.StateCond[];
9
- is_enabled?: boolean;
10
- is_enabled_conds?: i_inputs.StateCond[];
11
- parent_disabled?: boolean;
12
- is_in_focus_state?: boolean;
13
- is_in_warn_state?: boolean;
14
- input_errors?: string[];
15
- warn_state_allowed?: boolean;
16
- warn_state_allowed_forced?: boolean;
17
- val_accessor?: string;
18
- alt_msg?: string;
19
- alt_help_msg?: string;
20
- include_help?: boolean;
21
- help_is_visible?: boolean;
22
- parent?: string;
23
- offset?: string;
24
- form?: string;
25
- section?: string;
26
- subsection?: string;
27
- developer_mode_setting?: boolean;
28
- event_callback: t.CallbackVariadicVoid;
29
- warn_state_checker?: ({ input, }: {
30
- input: i_inputs.Input;
31
- }) => boolean | Promise<boolean | undefined>;
32
- constructor(obj: InputBase);
33
- is_cut_computed?: ((this: InputBase) => boolean) | undefined;
34
- is_visible_computed?: ((this: InputBase) => boolean) | undefined;
35
- is_enabled_computed?: ((this: InputBase) => boolean) | undefined;
36
- is_enabled_final?: (() => boolean) | undefined;
37
- is_enabled_cls?: ((this: InputBase) => string) | undefined;
38
- tab_index?: ((this: InputBase) => number) | undefined;
39
- parent_disabled_computed?: ((this: InputBase) => boolean) | undefined;
40
- private check_state?;
41
- private check_state_conds?;
42
- set_input_errors?: (({ input_errors }: {
43
- input_errors: string[];
44
- }) => void) | undefined;
45
- }
1
+ import { t } from '../../shared/internal';
2
+ import { i_inputs } from '../internal';
3
+ export declare class InputBase {
4
+ name: string;
5
+ is_cut?: boolean;
6
+ is_visible_key?: string;
7
+ is_visible?: boolean;
8
+ is_visible_conds?: i_inputs.StateCond[];
9
+ is_enabled?: boolean;
10
+ is_enabled_conds?: i_inputs.StateCond[];
11
+ parent_disabled?: boolean;
12
+ is_in_focus_state?: boolean;
13
+ is_in_warn_state?: boolean;
14
+ input_errors?: string[];
15
+ warn_state_allowed?: boolean;
16
+ warn_state_allowed_forced?: boolean;
17
+ val_accessor?: string;
18
+ alt_msg?: string;
19
+ alt_help_msg?: string;
20
+ include_help?: boolean;
21
+ help_is_visible?: boolean;
22
+ parent?: string;
23
+ offset?: string;
24
+ form?: string;
25
+ section?: string;
26
+ subsection?: string;
27
+ developer_mode_setting?: boolean;
28
+ event_callback: t.CallbackVariadicVoid;
29
+ warn_state_checker?: ({ input, }: {
30
+ input: i_inputs.Input;
31
+ }) => boolean | Promise<boolean | undefined>;
32
+ constructor(obj: InputBase);
33
+ is_cut_computed?: ((this: InputBase) => boolean) | undefined;
34
+ is_visible_computed?: ((this: InputBase) => boolean) | undefined;
35
+ is_enabled_computed?: ((this: InputBase) => boolean) | undefined;
36
+ is_enabled_final?: (() => boolean) | undefined;
37
+ is_enabled_cls?: ((this: InputBase) => string) | undefined;
38
+ tab_index?: ((this: InputBase) => number) | undefined;
39
+ parent_disabled_computed?: ((this: InputBase) => boolean) | undefined;
40
+ private check_state?;
41
+ private check_state_conds?;
42
+ set_input_errors?: (({ input_errors }: {
43
+ input_errors: string[];
44
+ }) => void) | undefined;
45
+ }
@@ -1,5 +1,5 @@
1
- export declare class Label {
2
- name: string;
3
- type?: 'label';
4
- constructor(obj: Label);
5
- }
1
+ export declare class Label {
2
+ name: string;
3
+ type?: "label" | undefined;
4
+ constructor(obj: Label);
5
+ }
@@ -1,16 +1,17 @@
1
- import { t } from "../../shared/internal";
2
- export declare class Link {
3
- name: string;
4
- type?: string;
5
- label_type?: 'text' | 'svg';
6
- browser?: t.Browser;
7
- href?: string;
8
- Svg?: string;
9
- target?: string;
10
- alt_msg?: string;
11
- force_resolve?: boolean;
12
- constructor(obj: Link);
13
- text?: (() => string) | undefined;
14
- href_final?: (() => string) | undefined;
15
- show_link?: (() => boolean) | undefined;
16
- }
1
+ import { t } from '../../shared/internal';
2
+ export declare class Link {
3
+ name: string;
4
+ name_clean?: string;
5
+ type?: string;
6
+ label_type?: 'text' | 'svg';
7
+ browser?: t.Browser;
8
+ href?: string;
9
+ Svg?: string;
10
+ target?: string;
11
+ alt_msg?: string;
12
+ force_resolve?: boolean;
13
+ constructor(obj: Link);
14
+ text?: (() => string) | undefined;
15
+ href_final?: (() => string) | undefined;
16
+ show_link?: (() => boolean) | undefined;
17
+ }
@@ -1,6 +1,6 @@
1
- import { o_inputs, i_inputs } from "../internal";
2
- export declare class LinkBtn extends o_inputs.InputBase {
3
- type?: 'link_btn';
4
- btn_options?: i_inputs.BtnOption[];
5
- constructor(obj: LinkBtn);
6
- }
1
+ import { o_inputs, i_inputs } from '../internal';
2
+ export declare class LinkBtn extends o_inputs.InputBase {
3
+ type?: "link_btn" | undefined;
4
+ btn_options?: i_inputs.BtnOption[];
5
+ constructor(obj: LinkBtn);
6
+ }