@loftyshaky/shared 1.4.0 → 1.6.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 (335) hide show
  1. package/LICENSE.md +21 -0
  2. package/_locales/de/messages.json +1 -1
  3. package/_locales/en/messages.json +100 -1
  4. package/_locales/ru/messages.json +47 -2
  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 +63 -63
  27. package/js/dependencies.js +56 -0
  28. package/js/locales.js +11 -5
  29. package/js/package/plugins/rollup-plugin-copy.js +169 -169
  30. package/js/package/plugins/watcher.js +56 -56
  31. package/js/package/terser.js +18 -18
  32. package/js/task_scheduler.js +39 -39
  33. package/js/tsc_alias.js +19 -0
  34. package/js/webpack.config.js +30 -3
  35. package/package.json +2 -2
  36. package/scss/dependencies/body.scss +3 -0
  37. package/scss/dependencies/hr.scss +3 -0
  38. package/scss/dependencies/index.scss +5 -0
  39. package/scss/dependencies/links.scss +3 -0
  40. package/scss/dependencies/main.scss +3 -0
  41. package/scss/settings/sections.scss +22 -0
  42. package/scss/settings/transitions.scss +2 -3
  43. package/scss/shared/checkboxes.scss +2 -2
  44. package/scss/shared/close_btn.scss +1 -1
  45. package/scss/shared/embed/error.scss +2 -2
  46. package/scss/shared/embed/font_face.scss +1 -2
  47. package/scss/shared/index.scss +1 -0
  48. package/scss/shared/inputs.scss +5 -1
  49. package/scss/shared/inset_border.scss +1 -4
  50. package/scss/shared/links.scss +4 -0
  51. package/scss/shared/mixins.scss +11 -7
  52. package/scss/shared/mods.scss +1 -3
  53. package/scss/shared/offers.scss +37 -0
  54. package/scss/shared/selects.scss +8 -2
  55. package/scss/shared/themes/colors/aqua.scss +15 -6
  56. package/scss/shared/themes/colors/dark.scss +5 -1
  57. package/scss/shared/themes/colors/lavender.scss +19 -6
  58. package/scss/shared/themes/colors/light.scss +5 -1
  59. package/scss/shared/themes/colors/very_dark.scss +5 -1
  60. package/scss/shared/themes/general/template.scss +26 -12
  61. package/scss/shared/themes/general/template_focus.scss +6 -4
  62. package/scss/shared/transitions.scss +5 -2
  63. package/scss/shared/upload_box.scss +2 -3
  64. package/scss/shared/vars.scss +10 -3
  65. package/settings.d.ts +2 -2
  66. package/settings.js +5 -1
  67. package/ts/announcement/components/body.d.ts +2 -3
  68. package/ts/announcement/components/index.d.ts +1 -1
  69. package/ts/announcement/internal.d.ts +2 -3
  70. package/ts/announcement/scripts/display.d.ts +6 -6
  71. package/ts/announcement/scripts/index.d.ts +1 -2
  72. package/ts/dependencies/components/body.d.ts +2 -0
  73. package/ts/dependencies/components/index.d.ts +1 -0
  74. package/ts/dependencies/internal.d.ts +2 -0
  75. package/ts/dependencies/scripts/dependencies.d.ts +7 -0
  76. package/ts/dependencies/scripts/index.d.ts +1 -0
  77. package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
  78. package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
  79. package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
  80. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
  81. package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
  82. package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
  83. package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
  84. package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
  85. package/ts/error_modules/css/scripts/index.d.ts +1 -1
  86. package/ts/error_modules/css/scripts/main.d.ts +8 -8
  87. package/ts/error_modules/error/components/body.d.ts +3 -3
  88. package/ts/error_modules/error/components/close_btn.d.ts +2 -2
  89. package/ts/error_modules/error/components/ext_name.d.ts +2 -2
  90. package/ts/error_modules/error/components/index.d.ts +6 -6
  91. package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -2
  92. package/ts/error_modules/error/components/msg.d.ts +2 -2
  93. package/ts/error_modules/error/components/progress.d.ts +2 -2
  94. package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
  95. package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
  96. package/ts/error_modules/error/data/index.d.ts +4 -4
  97. package/ts/error_modules/error/data/main.d.ts +11 -11
  98. package/ts/error_modules/error/data/msg.d.ts +13 -13
  99. package/ts/error_modules/error/data/progress.d.ts +17 -17
  100. package/ts/error_modules/error/data/state.d.ts +25 -25
  101. package/ts/error_modules/error/interfaces/error.d.ts +6 -6
  102. package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
  103. package/ts/error_modules/error/interfaces/index.d.ts +7 -7
  104. package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -1
  105. package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
  106. package/ts/error_modules/error/interfaces/show_error.d.ts +11 -11
  107. package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -5
  108. package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
  109. package/ts/error_modules/error/scripts/flash.d.ts +11 -11
  110. package/ts/error_modules/error/scripts/globals.d.ts +1 -12
  111. package/ts/error_modules/error/scripts/index.d.ts +3 -3
  112. package/ts/error_modules/error/scripts/notification.d.ts +8 -8
  113. package/ts/error_modules/init.d.ts +1 -1
  114. package/ts/error_modules/internal.d.ts +11 -11
  115. package/ts/inputs/color/components/body.d.ts +3 -3
  116. package/ts/inputs/color/components/color_picker.d.ts +3 -3
  117. package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
  118. package/ts/inputs/color/components/index.d.ts +4 -4
  119. package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
  120. package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
  121. package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
  122. package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
  123. package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
  124. package/ts/inputs/color/components/visualization.d.ts +3 -3
  125. package/ts/inputs/color/data/color.d.ts +54 -54
  126. package/ts/inputs/color/data/index.d.ts +2 -2
  127. package/ts/inputs/color/data/visibility.d.ts +38 -38
  128. package/ts/inputs/color/interfaces/color.d.ts +1 -1
  129. package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
  130. package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
  131. package/ts/inputs/color/interfaces/i.d.ts +1 -1
  132. package/ts/inputs/color/interfaces/index.d.ts +4 -4
  133. package/ts/inputs/color/obj/color.d.ts +54 -54
  134. package/ts/inputs/color/obj/index.d.ts +1 -1
  135. package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
  136. package/ts/inputs/color/scripts/index.d.ts +2 -2
  137. package/ts/inputs/color/scripts/position.d.ts +7 -7
  138. package/ts/inputs/components/btn.d.ts +3 -3
  139. package/ts/inputs/components/checkbox.d.ts +3 -3
  140. package/ts/inputs/components/file.d.ts +3 -3
  141. package/ts/inputs/components/form.d.ts +3 -3
  142. package/ts/inputs/components/group.d.ts +3 -3
  143. package/ts/inputs/components/help.d.ts +3 -3
  144. package/ts/inputs/components/help_btn.d.ts +3 -3
  145. package/ts/inputs/components/hr.d.ts +3 -3
  146. package/ts/inputs/components/icon_btn.d.ts +3 -3
  147. package/ts/inputs/components/index.d.ts +25 -25
  148. package/ts/inputs/components/input_error.d.ts +3 -3
  149. package/ts/inputs/components/input_item.d.ts +3 -3
  150. package/ts/inputs/components/label.d.ts +3 -3
  151. package/ts/inputs/components/label_in_input_item.d.ts +3 -3
  152. package/ts/inputs/components/link.d.ts +3 -3
  153. package/ts/inputs/components/link_btn.d.ts +3 -3
  154. package/ts/inputs/components/link_icon_btn.d.ts +3 -3
  155. package/ts/inputs/components/prop_types/btn.d.ts +4 -4
  156. package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
  157. package/ts/inputs/components/prop_types/file.d.ts +4 -4
  158. package/ts/inputs/components/prop_types/form.d.ts +5 -5
  159. package/ts/inputs/components/prop_types/group.d.ts +5 -5
  160. package/ts/inputs/components/prop_types/help.d.ts +4 -4
  161. package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
  162. package/ts/inputs/components/prop_types/hr.d.ts +4 -4
  163. package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
  164. package/ts/inputs/components/prop_types/index.d.ts +25 -25
  165. package/ts/inputs/components/prop_types/input_error.d.ts +4 -4
  166. package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
  167. package/ts/inputs/components/prop_types/label.d.ts +4 -4
  168. package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -4
  169. package/ts/inputs/components/prop_types/link.d.ts +4 -4
  170. package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
  171. package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -5
  172. package/ts/inputs/components/prop_types/range.d.ts +6 -6
  173. package/ts/inputs/components/prop_types/section.d.ts +4 -4
  174. package/ts/inputs/components/prop_types/section_btn.d.ts +7 -6
  175. package/ts/inputs/components/prop_types/section_content.d.ts +5 -5
  176. package/ts/inputs/components/prop_types/select.d.ts +6 -6
  177. package/ts/inputs/components/prop_types/text.d.ts +6 -6
  178. package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
  179. package/ts/inputs/components/prop_types/textarea.d.ts +6 -6
  180. package/ts/inputs/components/prop_types/upload_box.d.ts +5 -5
  181. package/ts/inputs/components/range.d.ts +3 -3
  182. package/ts/inputs/components/section.d.ts +3 -3
  183. package/ts/inputs/components/section_btn.d.ts +3 -3
  184. package/ts/inputs/components/section_content.d.ts +3 -3
  185. package/ts/inputs/components/select.d.ts +3 -3
  186. package/ts/inputs/components/text.d.ts +3 -3
  187. package/ts/inputs/components/text_btn.d.ts +3 -3
  188. package/ts/inputs/components/textarea.d.ts +3 -3
  189. package/ts/inputs/components/upload_box.d.ts +3 -3
  190. package/ts/inputs/data/help.d.ts +15 -15
  191. package/ts/inputs/data/index.d.ts +8 -8
  192. package/ts/inputs/data/input_error.d.ts +12 -12
  193. package/ts/inputs/data/input_width.d.ts +26 -26
  194. package/ts/inputs/data/labelIn_in_putI_iem.d.ts +9 -9
  195. package/ts/inputs/data/nested_input.d.ts +18 -18
  196. package/ts/inputs/data/text.d.ts +21 -21
  197. package/ts/inputs/data/upload_box.d.ts +24 -24
  198. package/ts/inputs/data/val.d.ts +41 -41
  199. package/ts/inputs/interfaces/btn_option.d.ts +9 -9
  200. package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
  201. package/ts/inputs/interfaces/index.d.ts +9 -9
  202. package/ts/inputs/interfaces/input.d.ts +2 -2
  203. package/ts/inputs/interfaces/inputs.d.ts +2 -2
  204. package/ts/inputs/interfaces/links.d.ts +2 -2
  205. package/ts/inputs/interfaces/options.d.ts +2 -2
  206. package/ts/inputs/interfaces/sections.d.ts +2 -2
  207. package/ts/inputs/interfaces/state_cond.d.ts +4 -4
  208. package/ts/inputs/interfaces/text_btn.d.ts +7 -7
  209. package/ts/inputs/internal.d.ts +12 -12
  210. package/ts/inputs/obj/btn.d.ts +6 -6
  211. package/ts/inputs/obj/checkbox.d.ts +5 -5
  212. package/ts/inputs/obj/file.d.ts +9 -9
  213. package/ts/inputs/obj/form.d.ts +7 -7
  214. package/ts/inputs/obj/group.d.ts +6 -6
  215. package/ts/inputs/obj/hr.d.ts +5 -5
  216. package/ts/inputs/obj/icon_btn.d.ts +7 -7
  217. package/ts/inputs/obj/index.d.ts +18 -18
  218. package/ts/inputs/obj/input_base.d.ts +45 -44
  219. package/ts/inputs/obj/label.d.ts +5 -5
  220. package/ts/inputs/obj/link.d.ts +17 -16
  221. package/ts/inputs/obj/link_btn.d.ts +6 -6
  222. package/ts/inputs/obj/option.d.ts +6 -6
  223. package/ts/inputs/obj/range.d.ts +20 -20
  224. package/ts/inputs/obj/section.d.ts +31 -28
  225. package/ts/inputs/obj/select.d.ts +9 -9
  226. package/ts/inputs/obj/text.d.ts +18 -18
  227. package/ts/inputs/obj/textarea.d.ts +5 -5
  228. package/ts/inputs/obj/upload_box.d.ts +18 -18
  229. package/ts/inputs/scripts/index.d.ts +2 -2
  230. package/ts/inputs/scripts/resolve.d.ts +7 -7
  231. package/ts/inputs/scripts/upload_box.d.ts +8 -8
  232. package/ts/settings/components/body.d.ts +3 -3
  233. package/ts/settings/components/index.d.ts +1 -1
  234. package/ts/settings/components/prop_types/body.d.ts +8 -7
  235. package/ts/settings/components/prop_types/index.d.ts +1 -1
  236. package/ts/settings/data/back_up.d.ts +17 -17
  237. package/ts/settings/data/index.d.ts +2 -2
  238. package/ts/settings/data/sections.d.ts +43 -43
  239. package/ts/settings/developer_mode/data/index.d.ts +1 -0
  240. package/ts/settings/developer_mode/data/main.d.ts +13 -0
  241. package/ts/settings/init.d.ts +1 -1
  242. package/ts/settings/internal.d.ts +8 -7
  243. package/ts/settings/optional_permissions/data/index.d.ts +1 -1
  244. package/ts/settings/optional_permissions/data/main.d.ts +11 -11
  245. package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
  246. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
  247. package/ts/settings/scripts/index.d.ts +1 -1
  248. package/ts/settings/scripts/theme.d.ts +12 -12
  249. package/ts/shared/app.d.ts +25 -25
  250. package/ts/shared/app_ext_globals.d.ts +1 -6
  251. package/ts/shared/app_version/components/body.d.ts +2 -2
  252. package/ts/shared/app_version/components/index.d.ts +1 -1
  253. package/ts/shared/css_vars/scripts/index.d.ts +1 -1
  254. package/ts/shared/css_vars/scripts/main.d.ts +18 -18
  255. package/ts/shared/data/data/index.d.ts +1 -1
  256. package/ts/shared/data/data/main.d.ts +1 -4
  257. package/ts/shared/data/interfaces/index.d.ts +1 -1
  258. package/ts/shared/data/interfaces/val.d.ts +2 -2
  259. package/ts/shared/ext.d.ts +28 -27
  260. package/ts/shared/functions.d.ts +3 -3
  261. package/ts/shared/globals.d.ts +1 -4
  262. package/ts/shared/header/scripts/index.d.ts +1 -0
  263. package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
  264. package/ts/shared/init.d.ts +1 -1
  265. package/ts/shared/internal.d.ts +40 -32
  266. package/ts/shared/loading_screen/components/body.d.ts +3 -3
  267. package/ts/shared/loading_screen/components/index.d.ts +1 -1
  268. package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
  269. package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
  270. package/ts/shared/loading_screen/data/index.d.ts +1 -1
  271. package/ts/shared/loading_screen/data/main.d.ts +12 -12
  272. package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
  273. package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
  274. package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
  275. package/ts/shared/no_tr/scripts/index.d.ts +1 -1
  276. package/ts/shared/no_tr/scripts/main.d.ts +12 -12
  277. package/ts/shared/offers/components/body.d.ts +3 -0
  278. package/ts/shared/offers/components/counter.d.ts +2 -0
  279. package/ts/shared/offers/components/index.d.ts +6 -0
  280. package/ts/shared/offers/components/next_offer_btn.d.ts +2 -0
  281. package/ts/shared/offers/components/offer.d.ts +3 -0
  282. package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -0
  283. package/ts/shared/offers/components/prop_types/body.d.ts +5 -0
  284. package/ts/shared/offers/components/prop_types/index.d.ts +2 -0
  285. package/ts/shared/offers/components/prop_types/offer.d.ts +4 -0
  286. package/ts/shared/offers/components/top_bar.d.ts +2 -0
  287. package/ts/shared/offers/data/index.d.ts +1 -0
  288. package/ts/shared/offers/data/main.d.ts +22 -0
  289. package/ts/shared/offers/interfaces/index.d.ts +1 -0
  290. package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -0
  291. package/ts/shared/offers/obj/index.d.ts +1 -0
  292. package/ts/shared/offers/obj/offer.d.ts +12 -0
  293. package/ts/shared/offers/scripts/index.d.ts +1 -0
  294. package/ts/shared/offers/scripts/main.d.ts +8 -0
  295. package/ts/shared/schema/data/index.d.ts +1 -1
  296. package/ts/shared/schema/data/main.d.ts +12 -12
  297. package/ts/shared/schema/obj/index.d.ts +1 -1
  298. package/ts/shared/schema/obj/transform_item.d.ts +7 -7
  299. package/ts/shared/service_worker/scripts/index.d.ts +1 -0
  300. package/ts/shared/service_worker/scripts/main.d.ts +9 -0
  301. package/ts/shared/settings/data/index.d.ts +1 -1
  302. package/ts/shared/settings/data/main.d.ts +15 -15
  303. package/ts/shared/svg.d.ts +9 -7
  304. package/ts/shared/t.d.ts +36 -36
  305. package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
  306. package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
  307. package/ts/shared/tab_index/scripts/index.d.ts +1 -1
  308. package/ts/shared/tab_index/scripts/main.d.ts +18 -18
  309. package/ts/shared/theme/scripts/index.d.ts +1 -1
  310. package/ts/shared/theme/scripts/main.d.ts +11 -11
  311. package/ts/shared/title/scripts/index.d.ts +1 -1
  312. package/ts/shared/title/scripts/main.d.ts +6 -6
  313. package/ts/shared/tr/components/base_tr.d.ts +9 -9
  314. package/ts/shared/tr/components/index.d.ts +1 -1
  315. package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
  316. package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
  317. package/ts/shared/tr/data/index.d.ts +1 -1
  318. package/ts/shared/tr/data/transition.d.ts +23 -23
  319. package/ts/shared/tr/interfaces/index.d.ts +1 -1
  320. package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
  321. package/ts/shared/tr/obj/index.d.ts +1 -1
  322. package/ts/shared/tr/obj/transition.d.ts +8 -8
  323. package/ts/shared/utils/scripts/index.d.ts +1 -1
  324. package/ts/shared/utils/scripts/main.d.ts +11 -11
  325. package/ts/shared/vars.d.ts +2 -2
  326. package/ts/shared/viewport/scripts/index.d.ts +1 -1
  327. package/ts/shared/viewport/scripts/main.d.ts +8 -8
  328. package/ts/shared/x.d.ts +56 -67
  329. package/chunk-main-87eebf46.js +0 -1
  330. package/chunk-main-ddb4af78.js +0 -1
  331. package/chunk-main-dffc29ad.js +0 -9
  332. package/chunk-pickr.min-4c2d2755.js +0 -1
  333. package/fonts/noto_sans.woff2 +0 -0
  334. package/ts/announcement/components/prop_types/body.d.ts +0 -4
  335. package/ts/announcement/components/prop_types/index.d.ts +0 -1
@@ -1,11 +1,11 @@
1
- import "./error/scripts";
2
- export * as c_crash_handler from "./crash_handler/components";
3
- export * as c_error from "./error/components";
4
- export * as d_crash_handler from "./crash_handler/data";
5
- export * as d_error from "./error/data";
6
- export * as s_crash_handler from "./crash_handler/scripts";
7
- export * as s_error from "./error/scripts";
8
- export * as s_css from "./css/scripts";
9
- export * as p_crash_handler from "./crash_handler/components/prop_types";
10
- export * as p_error from "./error/components/prop_types";
11
- export * as i_error from "./error/interfaces";
1
+ import './error/scripts';
2
+ export * as c_crash_handler from './crash_handler/components';
3
+ export * as c_error from './error/components';
4
+ export * as d_crash_handler from './crash_handler/data';
5
+ export * as d_error from './error/data';
6
+ export * as s_crash_handler from './crash_handler/scripts';
7
+ export * as s_error from './error/scripts';
8
+ export * as s_css from './css/scripts';
9
+ export * as p_crash_handler from './crash_handler/components/prop_types';
10
+ export * as p_error from './error/components/prop_types';
11
+ export * as i_error from './error/interfaces';
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_color } from "../../internal";
3
- export declare const Body: React.FunctionComponent<p_color.Body>;
1
+ import React from 'react';
2
+ import { p_color } from '../../internal';
3
+ export declare const Body: React.FunctionComponent<p_color.Body>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_color } from "../../internal";
3
- export declare const ColorPicker: React.FunctionComponent<p_color.ColorPicker>;
1
+ import React from 'react';
2
+ import { p_color } from '../../internal';
3
+ export declare const ColorPicker: React.FunctionComponent<p_color.ColorPicker>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_color } from "../../internal";
3
- export declare const FillShadow: React.FunctionComponent<p_color.FillShadow>;
1
+ import React from 'react';
2
+ import { p_color } from '../../internal';
3
+ export declare const FillShadow: React.FunctionComponent<p_color.FillShadow>;
@@ -1,4 +1,4 @@
1
- export * from "./body";
2
- export * from "./color_picker";
3
- export * from "./fill_shadow";
4
- export * from "./visualization";
1
+ export * from '../../color/components/body';
2
+ export * from '../../color/components/color_picker';
3
+ export * from '../../color/components/fill_shadow';
4
+ export * from '../../color/components/visualization';
@@ -1,4 +1,4 @@
1
- import { o_color } from "../../../internal";
2
- export interface Body {
3
- input: o_color.Color;
4
- }
1
+ import { o_color } from '../../../internal';
2
+ export interface Body {
3
+ input: o_color.Color;
4
+ }
@@ -1,7 +1,7 @@
1
- import { RefObject } from 'react';
2
- import { o_color, i_color } from "../../../internal";
3
- export interface ColorPicker {
4
- input: o_color.Color;
5
- i: i_color.I;
6
- visualization_ref: RefObject<HTMLButtonElement>;
7
- }
1
+ import { RefObject } from 'react';
2
+ import { o_color, i_color } from '../../../internal';
3
+ export interface ColorPicker {
4
+ input: o_color.Color;
5
+ i: i_color.I;
6
+ visualization_ref: RefObject<HTMLButtonElement>;
7
+ }
@@ -1,5 +1,5 @@
1
- export interface FillShadow {
2
- is_visible: boolean;
3
- width: string;
4
- height: string;
5
- }
1
+ export interface FillShadow {
2
+ is_visible: boolean;
3
+ width: string;
4
+ height: string;
5
+ }
@@ -1,4 +1,4 @@
1
- export * from "./body";
2
- export * from "./color_picker";
3
- export * from "./fill_shadow";
4
- export * from "./visualization";
1
+ export * from '../../../color/components/prop_types/body';
2
+ export * from '../../../color/components/prop_types/color_picker';
3
+ export * from '../../../color/components/prop_types/fill_shadow';
4
+ export * from '../../../color/components/prop_types/visualization';
@@ -1,6 +1,6 @@
1
- import { o_color, i_color } from "../../../internal";
2
- export interface Visualization {
3
- input: o_color.Color;
4
- i: i_color.I;
5
- aria_label?: string;
6
- }
1
+ import { o_color, i_color } from '../../../internal';
2
+ export interface Visualization {
3
+ input: o_color.Color;
4
+ i: i_color.I;
5
+ aria_label?: string;
6
+ }
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_color } from "../../internal";
3
- export declare const Visualization: React.FunctionComponent<p_color.Visualization>;
1
+ import React from 'react';
2
+ import { p_color } from '../../internal';
3
+ export declare const Visualization: React.FunctionComponent<p_color.Visualization>;
@@ -1,54 +1,54 @@
1
- import { MouseEvent } from 'react';
2
- import { t } from "../../../shared/internal";
3
- import { o_color, i_color } from "../../internal";
4
- export declare class Color {
5
- private static i0;
6
- static i(): Color;
7
- private constructor();
8
- default_colors: i_color.Color[];
9
- palette_color_amount: number;
10
- previous_color: i_color.Color;
11
- access: ({ input, i }: {
12
- input: o_color.Color;
13
- i: i_color.I;
14
- }) => string;
15
- access_from_val: ({ val }: {
16
- val: i_color.Color;
17
- }) => string;
18
- set: ({ input, i, color, }: {
19
- input: o_color.Color;
20
- i: i_color.I;
21
- color: i_color.Color;
22
- }) => void;
23
- save: ({ input, i, callback, }: {
24
- input: o_color.Color;
25
- i: i_color.I;
26
- callback: t.CallbackVariadicVoid;
27
- }) => void;
28
- restore_old_color: () => void;
29
- convert_pickr_color_to_rgb_string: ({ pickr_color, }: {
30
- pickr_color: t.AnyRecord;
31
- }) => string;
32
- filter_palette_colors: ({ obj }: {
33
- obj: i_color.ColorPickerState;
34
- }) => string[];
35
- select_palette_color: ({ input, i, }: {
36
- input: o_color.Color;
37
- i: i_color.I;
38
- }, e: MouseEvent) => void;
39
- val_is_palette_color: ({ input }: {
40
- input: o_color.Color;
41
- }) => boolean;
42
- set_previous_color: ({ input, i }: {
43
- input: o_color.Color;
44
- i: i_color.I;
45
- }) => void;
46
- remove_color: ({ input }: {
47
- input: o_color.Color;
48
- }) => void;
49
- restore_default_palette: ({ input, default_colors, }: {
50
- input: o_color.Color;
51
- default_colors?: i_color.Color[] | undefined;
52
- }) => void;
53
- reset_previous_vars: () => void;
54
- }
1
+ import { MouseEvent } from 'react';
2
+ import { t } from '../../../shared/internal';
3
+ import { o_color, i_color } from '../../internal';
4
+ export declare class Color {
5
+ private static i0;
6
+ static i(): Color;
7
+ private constructor();
8
+ default_colors: i_color.Color[];
9
+ palette_color_amount: number;
10
+ previous_color: i_color.Color;
11
+ access: ({ input, i }: {
12
+ input: o_color.Color;
13
+ i: i_color.I;
14
+ }) => string;
15
+ access_from_val: ({ val }: {
16
+ val: i_color.Color;
17
+ }) => string;
18
+ set: ({ input, i, color, }: {
19
+ input: o_color.Color;
20
+ i: i_color.I;
21
+ color: i_color.Color;
22
+ }) => void;
23
+ save: ({ input, i, callback, }: {
24
+ input: o_color.Color;
25
+ i: i_color.I;
26
+ callback: t.CallbackVariadicVoid;
27
+ }) => void;
28
+ restore_old_color: () => void;
29
+ convert_pickr_color_to_rgb_string: ({ pickr_color, }: {
30
+ pickr_color: t.AnyRecord;
31
+ }) => string;
32
+ filter_palette_colors: ({ obj }: {
33
+ obj: i_color.ColorPickerState;
34
+ }) => string[];
35
+ select_palette_color: ({ input, i, }: {
36
+ input: o_color.Color;
37
+ i: i_color.I;
38
+ }, e: MouseEvent) => void;
39
+ val_is_palette_color: ({ input }: {
40
+ input: o_color.Color;
41
+ }) => boolean;
42
+ set_previous_color: ({ input, i }: {
43
+ input: o_color.Color;
44
+ i: i_color.I;
45
+ }) => void;
46
+ remove_color: ({ input }: {
47
+ input: o_color.Color;
48
+ }) => void;
49
+ restore_default_palette: ({ input, default_colors, }: {
50
+ input: o_color.Color;
51
+ default_colors?: i_color.Color[] | undefined;
52
+ }) => void;
53
+ reset_previous_vars: () => void;
54
+ }
@@ -1,2 +1,2 @@
1
- export * from "./color";
2
- export * from "./visibility";
1
+ export * from '../../color/data/color';
2
+ export * from '../../color/data/visibility';
@@ -1,38 +1,38 @@
1
- import { MouseEvent, FocusEvent, KeyboardEvent } from 'react';
2
- import { o_color, i_color } from "../../internal";
3
- export declare class Visibility {
4
- private static i0;
5
- static i(): Visibility;
6
- private constructor();
7
- visible_input: o_color.Color | undefined;
8
- previously_visible_input: o_color.Color | undefined;
9
- previously_visible_color_picker_i: i_color.I | undefined;
10
- private visualization_of_visible_input;
11
- color_help_is_visible: boolean;
12
- mark_color_picker_as_closed: ({ input, i, is_closed, }: {
13
- input: o_color.Color;
14
- i: i_color.I;
15
- is_closed: boolean;
16
- }) => void;
17
- mark_palette_as_closed: ({ input, is_closed, }: {
18
- input: o_color.Color;
19
- is_closed: boolean;
20
- }) => void;
21
- change_visibility: ({ input, i, color_picker_state, }: {
22
- input: o_color.Color;
23
- i: i_color.I;
24
- color_picker_state: 'is_initialized' | 'is_visible';
25
- }, e: MouseEvent | FocusEvent) => Promise<void>;
26
- hide_main_and_palette: ({ input }: {
27
- input: o_color.Color;
28
- }) => void;
29
- hide_palette_color_pickers: ({ input }: {
30
- input: o_color.Color;
31
- }) => void;
32
- hide_all: (e: MouseEvent) => void;
33
- hide_color_picker_or_palette_on_esc: (e: KeyboardEvent) => void;
34
- hide_color_help: ({ input }: {
35
- input: o_color.Color;
36
- }) => void;
37
- hide_color_help_tr_end: () => void;
38
- }
1
+ import { MouseEvent, FocusEvent, KeyboardEvent } from 'react';
2
+ import { o_color, i_color } from '../../internal';
3
+ export declare class Visibility {
4
+ private static i0;
5
+ static i(): Visibility;
6
+ private constructor();
7
+ visible_input: o_color.Color | undefined;
8
+ previously_visible_input: o_color.Color | undefined;
9
+ previously_visible_color_picker_i: i_color.I | undefined;
10
+ private visualization_of_visible_input;
11
+ color_help_is_visible: boolean;
12
+ mark_color_picker_as_closed: ({ input, i, is_closed, }: {
13
+ input: o_color.Color;
14
+ i: i_color.I;
15
+ is_closed: boolean;
16
+ }) => void;
17
+ mark_palette_as_closed: ({ input, is_closed, }: {
18
+ input: o_color.Color;
19
+ is_closed: boolean;
20
+ }) => void;
21
+ change_visibility: ({ input, i, color_picker_state, }: {
22
+ input: o_color.Color;
23
+ i: i_color.I;
24
+ color_picker_state: 'is_initialized' | 'is_visible';
25
+ }, e: MouseEvent | FocusEvent) => Promise<void>;
26
+ hide_main_and_palette: ({ input }: {
27
+ input: o_color.Color;
28
+ }) => void;
29
+ hide_palette_color_pickers: ({ input }: {
30
+ input: o_color.Color;
31
+ }) => void;
32
+ hide_all: (e: MouseEvent) => void;
33
+ hide_color_picker_or_palette_on_esc: (e: KeyboardEvent) => void;
34
+ hide_color_help: ({ input }: {
35
+ input: o_color.Color;
36
+ }) => void;
37
+ hide_color_help_tr_end: () => void;
38
+ }
@@ -1 +1 @@
1
- export declare type Color = string | number;
1
+ export type Color = string | number;
@@ -1,6 +1,6 @@
1
- import { i_color } from "../../internal";
2
- declare 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;
3
- export interface ColorPickerState extends Record<Keys, i_color.ColorPickerStateOne> {
4
- main: i_color.ColorPickerStateOne;
5
- }
6
- export {};
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;
3
+ export interface ColorPickerState extends Record<Keys, i_color.ColorPickerStateOne> {
4
+ main: i_color.ColorPickerStateOne;
5
+ }
6
+ export {};
@@ -1,5 +1,5 @@
1
- export interface ColorPickerStateOne {
2
- is_closed: boolean;
3
- is_initialized: boolean;
4
- is_visible: boolean;
5
- }
1
+ export interface ColorPickerStateOne {
2
+ is_closed: boolean;
3
+ is_initialized: boolean;
4
+ is_visible: boolean;
5
+ }
@@ -1 +1 @@
1
- export declare type I = string | number;
1
+ export type I = string | number;
@@ -1,4 +1,4 @@
1
- export * from "./color_picker_state_one";
2
- export * from "./color_picker_state";
3
- export * from "./color";
4
- export * from "./i";
1
+ export * from '../../color/interfaces/color_picker_state_one';
2
+ export * from '../../color/interfaces/color_picker_state';
3
+ export * from '../../color/interfaces/color';
4
+ export * from '../../color/interfaces/i';
@@ -1,54 +1,54 @@
1
- import { t } from "../../../shared/internal";
2
- import { o_inputs, i_color } from "../../internal";
3
- export declare class Color extends o_inputs.InputBase {
4
- type?: 'color';
5
- include_visualization?: boolean;
6
- include_palette_label?: boolean;
7
- palette_is_visible?: boolean;
8
- palette_is_closed?: boolean;
9
- palette_width?: string;
10
- palette_height?: string;
11
- color_picker_width?: string;
12
- color_picker_height?: string;
13
- include_remove_color_btn?: boolean;
14
- include_ok_btn?: boolean;
15
- state?: i_color.ColorPickerState;
16
- select_palette_color_callback: t.CallbackVariadicVoid;
17
- remove_color_callback: t.CallbackVariadicVoid;
18
- restore_default_palette_callback: t.CallbackVariadicVoid;
19
- hide_color_help_callback: t.CallbackVoid;
20
- constructor(obj: Color);
21
- is_palette_color?: (({ i }: {
22
- i: i_color.I;
23
- }) => boolean) | undefined;
24
- visualization_cls?: (({ i }: {
25
- i: i_color.I;
26
- }) => string) | undefined;
27
- palette_visualization_cls?: (({ i }: {
28
- i: i_color.I;
29
- }) => string) | undefined;
30
- inset_border_cls?: (({ i }: {
31
- i: i_color.I;
32
- }) => string) | undefined;
33
- el_to_show_type?: (({ i }: {
34
- i: i_color.I;
35
- }) => string) | undefined;
36
- color_picker_is_visible?: ((this: Color, { i }: {
37
- i: i_color.I;
38
- }) => boolean) | undefined;
39
- palette_w_is_visible?: ((this: Color) => boolean) | undefined;
40
- visualization_outline_opened?: ((this: Color, { i }: {
41
- i: i_color.I;
42
- }) => string) | undefined;
43
- visualization_outline_selected?: ((this: Color, { i }: {
44
- i: i_color.I;
45
- }) => string) | undefined;
46
- palette_visualization_outline_selected?: ((this: Color, { i }: {
47
- i: i_color.I;
48
- }) => string) | undefined;
49
- color_picker_is_closed_visibility_cls?: ((this: Color, { i }: {
50
- i: i_color.I;
51
- }) => string) | undefined;
52
- palette_is_closed_visibility_cls?: ((this: Color) => string) | undefined;
53
- color_help_visibility_cls?: ((this: Color) => string) | undefined;
54
- }
1
+ import { t } from '../../../shared/internal';
2
+ import { o_inputs, i_color } from '../../internal';
3
+ export declare class Color extends o_inputs.InputBase {
4
+ type?: "color" | undefined;
5
+ include_visualization?: boolean;
6
+ include_palette_label?: boolean;
7
+ palette_is_visible?: boolean;
8
+ palette_is_closed?: boolean;
9
+ palette_width?: string;
10
+ palette_height?: string;
11
+ color_picker_width?: string;
12
+ color_picker_height?: string;
13
+ include_remove_color_btn?: boolean;
14
+ include_ok_btn?: boolean;
15
+ state?: i_color.ColorPickerState;
16
+ select_palette_color_callback: t.CallbackVariadicVoid;
17
+ remove_color_callback: t.CallbackVariadicVoid;
18
+ restore_default_palette_callback: t.CallbackVariadicVoid;
19
+ hide_color_help_callback: t.CallbackVoid;
20
+ constructor(obj: Color);
21
+ is_palette_color?: (({ i }: {
22
+ i: i_color.I;
23
+ }) => boolean) | undefined;
24
+ visualization_cls?: (({ i }: {
25
+ i: i_color.I;
26
+ }) => string) | undefined;
27
+ palette_visualization_cls?: (({ i }: {
28
+ i: i_color.I;
29
+ }) => string) | undefined;
30
+ inset_border_cls?: (({ i }: {
31
+ i: i_color.I;
32
+ }) => string) | undefined;
33
+ el_to_show_type?: (({ i }: {
34
+ i: i_color.I;
35
+ }) => string) | undefined;
36
+ color_picker_is_visible?: ((this: Color, { i }: {
37
+ i: i_color.I;
38
+ }) => boolean) | undefined;
39
+ palette_w_is_visible?: ((this: Color) => boolean) | undefined;
40
+ visualization_outline_opened?: ((this: Color, { i }: {
41
+ i: i_color.I;
42
+ }) => string) | undefined;
43
+ visualization_outline_selected?: ((this: Color, { i }: {
44
+ i: i_color.I;
45
+ }) => string) | undefined;
46
+ palette_visualization_outline_selected?: ((this: Color, { i }: {
47
+ i: i_color.I;
48
+ }) => string) | undefined;
49
+ color_picker_is_closed_visibility_cls?: ((this: Color, { i }: {
50
+ i: i_color.I;
51
+ }) => string) | undefined;
52
+ palette_is_closed_visibility_cls?: ((this: Color) => string) | undefined;
53
+ color_help_visibility_cls?: ((this: Color) => string) | undefined;
54
+ }
@@ -1 +1 @@
1
- export * from "./color";
1
+ export * from '../../color/obj/color';
@@ -1,20 +1,20 @@
1
- import { t } from "../../../shared/internal";
2
- import { o_color, i_color } from "../../internal";
3
- export declare class ColorPicker {
4
- private static i0;
5
- static i(): ColorPicker;
6
- private constructor();
7
- setting_color: boolean;
8
- init: ({ input, i, color_picker, visualization, }: {
9
- input: o_color.Color;
10
- i: i_color.I;
11
- color_picker: HTMLSpanElement;
12
- visualization: HTMLButtonElement;
13
- }) => t.AnyRecord;
14
- update: ({ pickr, color_picker, input, i, }: {
15
- pickr: t.AnyRecord;
16
- color_picker: HTMLSpanElement;
17
- input: o_color.Color;
18
- i: i_color.I;
19
- }) => Promise<void>;
20
- }
1
+ import { t } from '../../../shared/internal';
2
+ import { o_color, i_color } from '../../internal';
3
+ export declare class ColorPicker {
4
+ private static i0;
5
+ static i(): ColorPicker;
6
+ private constructor();
7
+ setting_color: boolean;
8
+ init: ({ input, i, color_picker, visualization, }: {
9
+ input: o_color.Color;
10
+ i: i_color.I;
11
+ color_picker: HTMLSpanElement;
12
+ visualization: HTMLButtonElement;
13
+ }) => t.AnyRecord;
14
+ update: ({ pickr, color_picker, input, i, }: {
15
+ pickr: t.AnyRecord;
16
+ color_picker: HTMLSpanElement;
17
+ input: o_color.Color;
18
+ i: i_color.I;
19
+ }) => Promise<void>;
20
+ }
@@ -1,2 +1,2 @@
1
- export * from "./color_picker";
2
- export * from "./position";
1
+ export * from '../../color/scripts/color_picker';
2
+ export * from '../../color/scripts/position';
@@ -1,7 +1,7 @@
1
- export declare class Position {
2
- private static i0;
3
- static i(): Position;
4
- private constructor();
5
- private gap_between_visualization_and_color_picker;
6
- set: () => void;
7
- }
1
+ export declare class Position {
2
+ private static i0;
3
+ static i(): Position;
4
+ private constructor();
5
+ private gap_between_visualization_and_color_picker;
6
+ set: () => void;
7
+ }
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const Btn: React.FunctionComponent<p_inputs.Btn>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const Btn: React.FunctionComponent<p_inputs.Btn>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const Checkbox: React.FunctionComponent<p_inputs.Checkbox>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const Checkbox: React.FunctionComponent<p_inputs.Checkbox>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const File: React.FunctionComponent<p_inputs.File>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const File: React.FunctionComponent<p_inputs.File>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const Form: React.FunctionComponent<p_inputs.Form>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const Form: React.FunctionComponent<p_inputs.Form>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const Group: React.FunctionComponent<p_inputs.Group>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const Group: React.FunctionComponent<p_inputs.Group>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const Help: React.FunctionComponent<p_inputs.Help>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const Help: React.FunctionComponent<p_inputs.Help>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const HelpBtn: React.FunctionComponent<p_inputs.HelpBtn>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const HelpBtn: React.FunctionComponent<p_inputs.HelpBtn>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const Hr: React.FunctionComponent<p_inputs.Hr>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const Hr: React.FunctionComponent<p_inputs.Hr>;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { p_inputs } from "../internal";
3
- export declare const IconBtn: React.FunctionComponent<p_inputs.IconBtn>;
1
+ import React from 'react';
2
+ import { p_inputs } from '../internal';
3
+ export declare const IconBtn: React.FunctionComponent<p_inputs.IconBtn>;