@dxtmisha/constructor 0.39.7 → 0.52.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 (514) hide show
  1. package/ai-types.txt +4901 -284
  2. package/dist/ActionsInclude-BzyGXlK7.js +23 -0
  3. package/dist/AriaStaticInclude-CS1hPGyK.js +89 -0
  4. package/dist/ArrowInclude-BM_RP5vO.js +14 -0
  5. package/dist/BadgeInclude-DISlNqBJ.js +17 -0
  6. package/dist/BarsInclude-rBLacb0J.js +35 -0
  7. package/dist/BlockDesign-DkbPo-Ey.js +106 -0
  8. package/dist/ButtonDesign-DTihOCBe.js +87 -0
  9. package/dist/ButtonInclude-Bq7DNI-R.js +23 -0
  10. package/dist/CaptionInclude-CunHUsec.js +41 -0
  11. package/dist/DescriptionInclude-B_Xf_j3l.js +36 -0
  12. package/dist/EnabledInclude-CkD_lxMY.js +11 -0
  13. package/dist/EventClickInclude-6I8kuFc9.js +63 -0
  14. package/dist/FieldCounterInclude-l1o0Bm7V.js +22 -0
  15. package/dist/FieldEventInclude-DLX__9aJ.js +257 -0
  16. package/dist/FieldInclude-DCvNorOt.js +87 -0
  17. package/dist/FieldInputCheckInclude-czZ02ymY.js +170 -0
  18. package/dist/FieldLabelInclude-BA5H3kib.js +27 -0
  19. package/dist/FieldMatchInclude-CA716pa4.js +100 -0
  20. package/dist/FieldMessageInclude-6cxMqgIx.js +27 -0
  21. package/dist/HorizontalScrollInclude-BN6p9jjq.js +30 -0
  22. package/dist/IconInclude-BhzGfa3o.js +44 -0
  23. package/dist/IconTrailingInclude-BwoB_AQn.js +23 -0
  24. package/dist/ImageInclude-CP-Q4R20.js +18 -0
  25. package/dist/LabelHighlightInclude-DC9qNAR-.js +30 -0
  26. package/dist/LabelInclude-DoZ7EUYO.js +56 -0
  27. package/dist/LabelNumberInclude-VVGMvwYq.js +15 -0
  28. package/dist/ListGroupOpen-C6J8d4SM.js +12 -0
  29. package/dist/MaskInclude-DuE6XcDZ.js +48 -0
  30. package/dist/MenuInclude-BT27rmFW.js +48 -0
  31. package/dist/ModalDesignAbstract-BaVdtb1N.js +63 -0
  32. package/dist/ModelInclude-D8LkrhPp.js +32 -0
  33. package/dist/ModelValueInclude-CQDkIoal.js +20 -0
  34. package/dist/MotionAxisInclude-DO4t3_lZ.js +18 -0
  35. package/dist/MotionTransformClassesInclude-BN-T4YKS.js +91 -0
  36. package/dist/MotionTransformInclude-CFVVig1F.js +52 -0
  37. package/dist/Plugin-cWn0HZcf.js +205 -0
  38. package/dist/ProgressInclude-BnPBYwJg.js +15 -0
  39. package/dist/RippleInclude-BlC1h0Ya.js +10 -0
  40. package/dist/ScrollToXInclude-yt1sAUrP.js +15 -0
  41. package/dist/ScrollbarInclude-B4_ZIqkW.js +55 -0
  42. package/dist/SkeletonInclude-D8on8xmw.js +39 -0
  43. package/dist/SuffixInclude-VNq8SwAI.js +67 -0
  44. package/dist/TabIndexInclude-DLSfl7-6.js +88 -0
  45. package/dist/TabsNavigationInclude-DU9Nb7hG.js +17 -0
  46. package/dist/TextInclude-OwyVCAbS.js +90 -0
  47. package/dist/TooltipInclude-3iLdbNcH.js +27 -0
  48. package/dist/TouchEventInclude-By_ChOIe.js +84 -0
  49. package/dist/WindowClassesInclude-zm-ITw5d.js +89 -0
  50. package/dist/WindowEsc-vBFI8pVr.js +28 -0
  51. package/dist/WindowInclude-GF4aSfrJ.js +66 -0
  52. package/dist/accordion.js +76 -193
  53. package/dist/actionSheet.js +61 -137
  54. package/dist/actions.js +59 -192
  55. package/dist/anchor.js +134 -360
  56. package/dist/arrow.js +279 -664
  57. package/dist/badge.js +47 -140
  58. package/dist/bars.js +120 -365
  59. package/dist/block.js +2 -10
  60. package/dist/button.js +3 -62
  61. package/dist/cell.js +117 -281
  62. package/dist/checkbox.js +112 -0
  63. package/dist/chip.js +24 -81
  64. package/dist/chipGroup.js +48 -163
  65. package/dist/classes/CaptionInclude.d.ts +4 -4
  66. package/dist/classes/EventClickInclude.d.ts +17 -1
  67. package/dist/classes/Field/FieldAttributesInclude.d.ts +2 -0
  68. package/dist/classes/Field/FieldEventInclude.d.ts +6 -6
  69. package/dist/classes/Plugin/PluginCode.d.ts +0 -8
  70. package/dist/classes/ScrollToXInclude.d.ts +35 -0
  71. package/dist/constructors/Accordion/Accordion.d.ts +9 -1
  72. package/dist/constructors/Accordion/props.d.ts +6 -6
  73. package/dist/constructors/Accordion/types.d.ts +3 -4
  74. package/dist/constructors/ActionSheet/ActionSheet.d.ts +19 -2
  75. package/dist/constructors/ActionSheet/props.d.ts +2 -0
  76. package/dist/constructors/Actions/Actions.d.ts +5 -2
  77. package/dist/constructors/Actions/basicTypes.d.ts +3 -0
  78. package/dist/constructors/Actions/props.d.ts +4 -0
  79. package/dist/constructors/Actions/types.d.ts +2 -0
  80. package/dist/constructors/Anchor/Anchor.d.ts +17 -8
  81. package/dist/constructors/Anchor/basicTypes.d.ts +4 -0
  82. package/dist/constructors/Anchor/index.d.ts +4 -0
  83. package/dist/constructors/Anchor/props.d.ts +10 -0
  84. package/dist/constructors/Anchor/types.d.ts +1 -0
  85. package/dist/constructors/Arrow/Arrow.d.ts +13 -6
  86. package/dist/constructors/Arrow/basicTypes.d.ts +9 -0
  87. package/dist/constructors/Arrow/index.d.ts +5 -0
  88. package/dist/constructors/Arrow/props.d.ts +3 -0
  89. package/dist/constructors/Arrow/types.d.ts +1 -0
  90. package/dist/constructors/Badge/Badge.d.ts +7 -3
  91. package/dist/constructors/Badge/basicTypes.d.ts +11 -0
  92. package/dist/constructors/Badge/index.d.ts +1 -0
  93. package/dist/constructors/Badge/props.d.ts +1 -0
  94. package/dist/constructors/Bars/Bars.d.ts +21 -10
  95. package/dist/constructors/Bars/basicTypes.d.ts +4 -0
  96. package/dist/constructors/Bars/index.d.ts +1 -0
  97. package/dist/constructors/Bars/props.d.ts +14 -0
  98. package/dist/constructors/Bars/types.d.ts +4 -0
  99. package/dist/constructors/Block/Block.d.ts +11 -5
  100. package/dist/constructors/Block/props.d.ts +3 -0
  101. package/dist/constructors/Button/Button.d.ts +17 -8
  102. package/dist/constructors/Button/ButtonInclude.d.ts +6 -4
  103. package/dist/constructors/Button/basicTypes.d.ts +17 -0
  104. package/dist/constructors/Button/props.d.ts +2 -0
  105. package/dist/constructors/Button/types.d.ts +2 -2
  106. package/dist/constructors/Cell/Cell.d.ts +21 -10
  107. package/dist/constructors/Cell/CellDesign.d.ts +7 -5
  108. package/dist/constructors/Cell/basicTypes.d.ts +3 -1
  109. package/dist/constructors/Cell/props.d.ts +4 -0
  110. package/dist/constructors/Cell/types.d.ts +4 -2
  111. package/dist/constructors/Checkbox/Checkbox.d.ts +90 -0
  112. package/dist/constructors/Checkbox/CheckboxDesign.d.ts +73 -0
  113. package/dist/constructors/Checkbox/CheckboxIcon.d.ts +33 -0
  114. package/dist/constructors/Checkbox/basicTypes.d.ts +1 -0
  115. package/dist/constructors/Checkbox/index.d.ts +6 -0
  116. package/dist/constructors/Checkbox/props.d.ts +44 -0
  117. package/dist/constructors/Checkbox/types.d.ts +49 -0
  118. package/dist/constructors/Chip/basicTypes.d.ts +10 -0
  119. package/dist/constructors/ChipGroup/ChipGroup.d.ts +9 -4
  120. package/dist/constructors/ChipGroup/basicTypes.d.ts +3 -0
  121. package/dist/constructors/ChipGroup/props.d.ts +10 -0
  122. package/dist/constructors/ChipGroup/types.d.ts +1 -0
  123. package/dist/constructors/Dialog/Dialog.d.ts +31 -3
  124. package/dist/constructors/Dialog/props.d.ts +11 -0
  125. package/dist/constructors/Dialog/types.d.ts +2 -0
  126. package/dist/constructors/Dummy/Dummy.d.ts +29 -0
  127. package/dist/constructors/Dummy/DummyDesign.d.ts +43 -0
  128. package/dist/constructors/Dummy/basicTypes.d.ts +1 -0
  129. package/dist/constructors/Dummy/index.d.ts +5 -0
  130. package/dist/constructors/Dummy/props.d.ts +15 -0
  131. package/dist/constructors/Dummy/types.d.ts +37 -0
  132. package/dist/constructors/Field/Field.d.ts +29 -14
  133. package/dist/constructors/Field/FieldSize.d.ts +2 -1
  134. package/dist/constructors/Field/basicTypes.d.ts +15 -2
  135. package/dist/constructors/Field/index.d.ts +3 -0
  136. package/dist/constructors/Field/props.d.ts +12 -0
  137. package/dist/constructors/Field/types.d.ts +3 -0
  138. package/dist/constructors/FieldCounter/FieldCounter.d.ts +5 -2
  139. package/dist/constructors/FieldCounter/basicTypes.d.ts +8 -1
  140. package/dist/constructors/FieldCounter/props.d.ts +6 -0
  141. package/dist/constructors/FieldLabel/FieldLabel.d.ts +11 -5
  142. package/dist/constructors/FieldLabel/basicTypes.d.ts +4 -1
  143. package/dist/constructors/FieldLabel/props.d.ts +4 -0
  144. package/dist/constructors/FieldMessage/FieldMessage.d.ts +9 -4
  145. package/dist/constructors/FieldMessage/basicTypes.d.ts +12 -1
  146. package/dist/constructors/FieldMessage/index.d.ts +1 -0
  147. package/dist/constructors/FieldMessage/props.d.ts +9 -0
  148. package/dist/constructors/Grid/Grid.d.ts +29 -0
  149. package/dist/constructors/Grid/GridDesign.d.ts +43 -0
  150. package/dist/constructors/Grid/basicTypes.d.ts +1 -0
  151. package/dist/constructors/Grid/index.d.ts +5 -0
  152. package/dist/constructors/Grid/props.d.ts +15 -0
  153. package/dist/constructors/Grid/types.d.ts +37 -0
  154. package/dist/constructors/GridItem/GridItem.d.ts +29 -0
  155. package/dist/constructors/GridItem/GridItemDesign.d.ts +43 -0
  156. package/dist/constructors/GridItem/basicTypes.d.ts +1 -0
  157. package/dist/constructors/GridItem/index.d.ts +5 -0
  158. package/dist/constructors/GridItem/props.d.ts +19 -0
  159. package/dist/constructors/GridItem/types.d.ts +37 -0
  160. package/dist/constructors/Group/Group.d.ts +6 -0
  161. package/dist/constructors/Group/GroupDesign.d.ts +18 -0
  162. package/dist/constructors/Group/basicTypes.d.ts +1 -0
  163. package/dist/constructors/Group/index.d.ts +5 -0
  164. package/dist/constructors/Group/props.d.ts +20 -0
  165. package/dist/constructors/Group/types.d.ts +44 -0
  166. package/dist/constructors/HorizontalScroll/HorizontalScroll.d.ts +67 -0
  167. package/dist/constructors/HorizontalScroll/HorizontalScrollDesign.d.ts +43 -0
  168. package/dist/constructors/HorizontalScroll/HorizontalScrollInclude.d.ts +67 -0
  169. package/dist/constructors/HorizontalScroll/basicTypes.d.ts +40 -0
  170. package/dist/constructors/HorizontalScroll/index.d.ts +6 -0
  171. package/dist/constructors/HorizontalScroll/props.d.ts +29 -0
  172. package/dist/constructors/HorizontalScroll/types.d.ts +39 -0
  173. package/dist/constructors/Icon/Icon.d.ts +7 -3
  174. package/dist/constructors/Icon/basicTypes.d.ts +33 -0
  175. package/dist/constructors/Icon/index.d.ts +1 -1
  176. package/dist/constructors/Icon/props.d.ts +5 -0
  177. package/dist/constructors/Icon/types.d.ts +4 -2
  178. package/dist/constructors/Image/Image.d.ts +21 -12
  179. package/dist/constructors/Image/ImageInclude.d.ts +3 -3
  180. package/dist/constructors/Image/ImageUint8Array.d.ts +47 -0
  181. package/dist/constructors/Image/basicTypes.d.ts +56 -7
  182. package/dist/constructors/Image/index.d.ts +15 -1
  183. package/dist/constructors/Image/types.d.ts +3 -0
  184. package/dist/constructors/Input/Input.d.ts +37 -18
  185. package/dist/constructors/Input/basicTypes.d.ts +5 -0
  186. package/dist/constructors/Input/index.d.ts +1 -0
  187. package/dist/constructors/List/List.d.ts +21 -12
  188. package/dist/constructors/List/ListControl.d.ts +12 -0
  189. package/dist/constructors/List/basicTypes.d.ts +5 -0
  190. package/dist/constructors/List/index.d.ts +4 -0
  191. package/dist/constructors/List/props.d.ts +31 -0
  192. package/dist/constructors/List/types.d.ts +5 -0
  193. package/dist/constructors/ListGroup/ListGroup.d.ts +5 -2
  194. package/dist/constructors/ListGroup/basicTypes.d.ts +4 -0
  195. package/dist/constructors/ListGroup/index.d.ts +1 -0
  196. package/dist/constructors/ListGroup/props.d.ts +1 -0
  197. package/dist/constructors/ListGroup/types.d.ts +3 -0
  198. package/dist/constructors/ListItem/ListItem.d.ts +34 -18
  199. package/dist/constructors/ListItem/basicTypes.d.ts +5 -0
  200. package/dist/constructors/ListItem/props.d.ts +13 -0
  201. package/dist/constructors/ListItem/types.d.ts +5 -2
  202. package/dist/constructors/ListMenu/ListMenu.d.ts +7 -3
  203. package/dist/constructors/ListMenu/basicTypes.d.ts +5 -0
  204. package/dist/constructors/ListMenu/props.d.ts +3 -1
  205. package/dist/constructors/ListMenu/types.d.ts +2 -0
  206. package/dist/constructors/Mask/Mask.d.ts +49 -24
  207. package/dist/constructors/Mask/basicTypes.d.ts +43 -0
  208. package/dist/constructors/Mask/index.d.ts +24 -0
  209. package/dist/constructors/Mask/props.d.ts +19 -0
  210. package/dist/constructors/Mask/types.d.ts +15 -0
  211. package/dist/constructors/Menu/Menu.d.ts +21 -10
  212. package/dist/constructors/Menu/MenuInclude.d.ts +1 -0
  213. package/dist/constructors/Menu/basicTypes.d.ts +15 -0
  214. package/dist/constructors/Menu/index.d.ts +5 -0
  215. package/dist/constructors/Menu/props.d.ts +26 -0
  216. package/dist/constructors/Menu/types.d.ts +2 -0
  217. package/dist/constructors/Modal/Modal.d.ts +15 -1
  218. package/dist/constructors/Modal/ModalAbstract.d.ts +9 -1
  219. package/dist/constructors/Modal/index.d.ts +2 -0
  220. package/dist/constructors/Modal/props.d.ts +2 -0
  221. package/dist/constructors/Modal/types.d.ts +1 -0
  222. package/dist/constructors/MotionAxis/MotionAxis.d.ts +75 -0
  223. package/dist/constructors/MotionAxis/MotionAxisDesign.d.ts +49 -0
  224. package/dist/constructors/MotionAxis/MotionAxisElement.d.ts +132 -0
  225. package/dist/constructors/MotionAxis/MotionAxisGo.d.ts +103 -0
  226. package/dist/constructors/MotionAxis/MotionAxisInclude.d.ts +49 -0
  227. package/dist/constructors/MotionAxis/MotionAxisPrevious.d.ts +42 -0
  228. package/dist/constructors/MotionAxis/MotionAxisSelected.d.ts +31 -0
  229. package/dist/constructors/MotionAxis/MotionAxisSlides.d.ts +19 -0
  230. package/dist/constructors/MotionAxis/MotionAxisStatus.d.ts +88 -0
  231. package/dist/constructors/MotionAxis/MotionAxisStyles.d.ts +38 -0
  232. package/dist/constructors/MotionAxis/basicTypes.d.ts +42 -0
  233. package/dist/constructors/MotionAxis/index.d.ts +13 -0
  234. package/dist/constructors/MotionAxis/props.d.ts +35 -0
  235. package/dist/constructors/MotionAxis/types.d.ts +64 -0
  236. package/dist/constructors/MotionTransform/MotionTransform.d.ts +19 -9
  237. package/dist/constructors/MotionTransform/MotionTransformDesign.d.ts +3 -3
  238. package/dist/constructors/MotionTransform/basicTypes.d.ts +1 -0
  239. package/dist/constructors/MotionTransform/index.d.ts +6 -1
  240. package/dist/constructors/MotionTransform/props.d.ts +18 -12
  241. package/dist/constructors/MotionTransform/types.d.ts +7 -5
  242. package/dist/constructors/Progress/Progress.d.ts +5 -1
  243. package/dist/constructors/Progress/basicTypes.d.ts +4 -0
  244. package/dist/constructors/Progress/props.d.ts +11 -0
  245. package/dist/constructors/Ripple/Ripple.d.ts +5 -1
  246. package/dist/constructors/Ripple/RippleInclude.d.ts +3 -3
  247. package/dist/constructors/Ripple/basicTypes.d.ts +6 -1
  248. package/dist/constructors/Ripple/index.d.ts +1 -0
  249. package/dist/constructors/Ripple/props.d.ts +1 -0
  250. package/dist/constructors/Scrollbar/Scrollbar.d.ts +7 -3
  251. package/dist/constructors/Scrollbar/ScrollbarInclude.d.ts +3 -3
  252. package/dist/constructors/Scrollbar/basicTypes.d.ts +10 -1
  253. package/dist/constructors/Scrollbar/index.d.ts +2 -0
  254. package/dist/constructors/Scrollbar/props.d.ts +2 -0
  255. package/dist/constructors/Scrollbar/types.d.ts +8 -0
  256. package/dist/constructors/Select/Select.d.ts +25 -12
  257. package/dist/constructors/Select/index.d.ts +2 -0
  258. package/dist/constructors/Select/props.d.ts +9 -0
  259. package/dist/constructors/SelectValue/SelectValue.d.ts +9 -4
  260. package/dist/constructors/SelectValue/basicTypes.d.ts +3 -0
  261. package/dist/constructors/SelectValue/props.d.ts +8 -0
  262. package/dist/constructors/Skeleton/basicTypes.d.ts +13 -0
  263. package/dist/constructors/Skeleton/index.d.ts +2 -1
  264. package/dist/constructors/Skeleton/types.d.ts +2 -0
  265. package/dist/constructors/Snackbar/Snackbar.d.ts +47 -0
  266. package/dist/constructors/Snackbar/SnackbarData.d.ts +104 -0
  267. package/dist/constructors/Snackbar/SnackbarDesign.d.ts +63 -0
  268. package/dist/constructors/Snackbar/SnackbarEvent.d.ts +32 -0
  269. package/dist/constructors/Snackbar/basicTypes.d.ts +17 -0
  270. package/dist/constructors/Snackbar/index.d.ts +7 -0
  271. package/dist/constructors/Snackbar/props.d.ts +27 -0
  272. package/dist/constructors/Snackbar/types.d.ts +54 -0
  273. package/dist/constructors/SnackbarItem/SnackbarItem.d.ts +72 -0
  274. package/dist/constructors/SnackbarItem/SnackbarItemDesign.d.ts +67 -0
  275. package/dist/constructors/SnackbarItem/basicTypes.d.ts +28 -0
  276. package/dist/constructors/SnackbarItem/index.d.ts +5 -0
  277. package/dist/constructors/SnackbarItem/props.d.ts +43 -0
  278. package/dist/constructors/SnackbarItem/types.d.ts +56 -0
  279. package/dist/constructors/TabItem/TabItem.d.ts +120 -0
  280. package/dist/constructors/TabItem/TabItemDesign.d.ts +43 -0
  281. package/dist/constructors/TabItem/basicTypes.d.ts +8 -0
  282. package/dist/constructors/TabItem/index.d.ts +5 -0
  283. package/dist/constructors/TabItem/props.d.ts +40 -0
  284. package/dist/constructors/TabItem/types.d.ts +44 -0
  285. package/dist/constructors/Tabs/Tabs.d.ts +50 -0
  286. package/dist/constructors/Tabs/TabsDesign.d.ts +49 -0
  287. package/dist/constructors/Tabs/TabsSelected.d.ts +39 -0
  288. package/dist/constructors/Tabs/basicTypes.d.ts +1 -0
  289. package/dist/constructors/Tabs/index.d.ts +6 -0
  290. package/dist/constructors/Tabs/props.d.ts +20 -0
  291. package/dist/constructors/Tabs/types.d.ts +39 -0
  292. package/dist/constructors/TabsNavigation/TabsNavigation.d.ts +141 -0
  293. package/dist/constructors/TabsNavigation/TabsNavigationControl.d.ts +85 -0
  294. package/dist/constructors/TabsNavigation/TabsNavigationDesign.d.ts +60 -0
  295. package/dist/constructors/TabsNavigation/TabsNavigationFocus.d.ts +61 -0
  296. package/dist/constructors/TabsNavigation/TabsNavigationIds.d.ts +32 -0
  297. package/dist/constructors/TabsNavigation/TabsNavigationInclude.d.ts +43 -0
  298. package/dist/constructors/TabsNavigation/TabsNavigationIndicator.d.ts +55 -0
  299. package/dist/constructors/TabsNavigation/TabsNavigationSelected.d.ts +39 -0
  300. package/dist/constructors/TabsNavigation/basicTypes.d.ts +27 -0
  301. package/dist/constructors/TabsNavigation/index.d.ts +11 -0
  302. package/dist/constructors/TabsNavigation/props.d.ts +42 -0
  303. package/dist/constructors/TabsNavigation/types.d.ts +47 -0
  304. package/dist/constructors/Textarea/Textarea.d.ts +83 -0
  305. package/dist/constructors/Textarea/TextareaDesign.d.ts +51 -0
  306. package/dist/constructors/Textarea/basicTypes.d.ts +1 -0
  307. package/dist/constructors/Textarea/index.d.ts +5 -0
  308. package/dist/constructors/Textarea/props.d.ts +26 -0
  309. package/dist/constructors/Textarea/types.d.ts +38 -0
  310. package/dist/constructors/TextareaAutosize/TextareaAutosize.d.ts +7 -3
  311. package/dist/constructors/TextareaAutosize/basicTypes.d.ts +20 -1
  312. package/dist/constructors/TextareaAutosize/index.d.ts +2 -0
  313. package/dist/constructors/TextareaAutosize/props.d.ts +7 -2
  314. package/dist/constructors/TextareaAutosize/types.d.ts +2 -0
  315. package/dist/constructors/Tooltip/Tooltip.d.ts +27 -16
  316. package/dist/constructors/Tooltip/{TooltipClasses.d.ts → TooltipClassesData.d.ts} +1 -1
  317. package/dist/constructors/Tooltip/TooltipEvent.d.ts +4 -4
  318. package/dist/constructors/Tooltip/TooltipPosition.d.ts +3 -3
  319. package/dist/constructors/Tooltip/basicTypes.d.ts +15 -0
  320. package/dist/constructors/Tooltip/index.d.ts +6 -0
  321. package/dist/constructors/Tooltip/props.d.ts +9 -0
  322. package/dist/constructors/Tooltip/types.d.ts +4 -0
  323. package/dist/constructors/Window/Window.d.ts +53 -26
  324. package/dist/constructors/Window/{WindowClasses.d.ts → WindowClassesData.d.ts} +1 -1
  325. package/dist/constructors/Window/WindowCoordinates.d.ts +3 -3
  326. package/dist/constructors/Window/WindowElement.d.ts +3 -3
  327. package/dist/constructors/Window/WindowEmit.d.ts +3 -3
  328. package/dist/constructors/Window/WindowFlash.d.ts +3 -3
  329. package/dist/constructors/Window/WindowHidden.d.ts +3 -3
  330. package/dist/constructors/Window/WindowPersistent.d.ts +3 -3
  331. package/dist/constructors/Window/WindowVerification.d.ts +3 -3
  332. package/dist/constructors/Window/basicTypes.d.ts +10 -0
  333. package/dist/constructors/Window/index.d.ts +21 -3
  334. package/dist/constructors/Window/props.d.ts +53 -27
  335. package/dist/constructors/Window/types.d.ts +7 -7
  336. package/dist/defineProperty-hmGKPWdq.js +39 -0
  337. package/dist/dialog.js +89 -210
  338. package/dist/dummy.js +28 -0
  339. package/dist/field.js +220 -549
  340. package/dist/fieldCounter.js +77 -194
  341. package/dist/fieldLabel.js +63 -175
  342. package/dist/fieldMessage.js +82 -234
  343. package/dist/getClassTagAStatic-BPIEWyHY.js +4 -0
  344. package/dist/grid.js +31 -0
  345. package/dist/gridItem.js +31 -0
  346. package/dist/group.js +13 -0
  347. package/dist/horizontalScroll.js +57 -0
  348. package/dist/icon.js +82 -227
  349. package/dist/image.js +648 -1345
  350. package/dist/input.js +82 -363
  351. package/dist/library/checkbox.d.ts +1 -0
  352. package/dist/library/dummy.d.ts +1 -0
  353. package/dist/library/grid.d.ts +1 -0
  354. package/dist/library/gridItem.d.ts +1 -0
  355. package/dist/library/group.d.ts +1 -0
  356. package/dist/library/horizontalScroll.d.ts +1 -0
  357. package/dist/library/motionAxis.d.ts +1 -0
  358. package/dist/library/snackbar.d.ts +1 -0
  359. package/dist/library/snackbarItem.d.ts +1 -0
  360. package/dist/library/tabItem.d.ts +1 -0
  361. package/dist/library/tabs.d.ts +1 -0
  362. package/dist/library/tabsNavigation.d.ts +1 -0
  363. package/dist/library/textarea.d.ts +1 -0
  364. package/dist/library.d.ts +1 -0
  365. package/dist/library.js +21 -58
  366. package/dist/list.js +455 -1062
  367. package/dist/listGroup.js +61 -172
  368. package/dist/listItem.js +113 -318
  369. package/dist/listMenu.js +51 -123
  370. package/dist/mask.js +1015 -2488
  371. package/dist/menu.js +200 -537
  372. package/dist/modal.js +28 -72
  373. package/dist/motionAxis.js +319 -0
  374. package/dist/motionTransform.js +225 -633
  375. package/dist/page.js +11 -28
  376. package/dist/plugin.js +2 -4
  377. package/dist/progress.js +123 -302
  378. package/dist/ripple.js +55 -135
  379. package/dist/scrollbar.js +99 -237
  380. package/dist/section.js +11 -28
  381. package/dist/select.js +163 -423
  382. package/dist/selectValue.js +87 -247
  383. package/dist/skeleton.js +32 -80
  384. package/dist/snackbar.js +143 -0
  385. package/dist/snackbarItem.js +119 -0
  386. package/dist/tabItem.js +64 -0
  387. package/dist/tabs.js +69 -0
  388. package/dist/tabsNavigation.js +212 -0
  389. package/dist/textarea.js +58 -0
  390. package/dist/textareaAutosize.js +83 -237
  391. package/dist/tooltip.js +236 -667
  392. package/dist/types/ariaTypes.d.ts +45 -25
  393. package/dist/types/descriptionTypes.d.ts +3 -0
  394. package/dist/types/eventClickTypes.d.ts +2 -0
  395. package/dist/types/fieldTypes.d.ts +29 -20
  396. package/dist/types/modelTypes.d.ts +30 -0
  397. package/dist/types/pluginTypes.d.ts +5 -1
  398. package/dist/types/roleTypes.d.ts +1 -0
  399. package/dist/types/textTypes.d.ts +18 -0
  400. package/dist/window.js +769 -2037
  401. package/package.json +57 -3
  402. package/src/constructors/Accordion/properties.json +16 -0
  403. package/src/constructors/ActionSheet/properties.json +14 -0
  404. package/src/constructors/Actions/properties.json +66 -0
  405. package/src/constructors/Anchor/properties.json +3 -0
  406. package/src/constructors/Arrow/properties.json +23 -0
  407. package/src/constructors/Badge/properties.json +36 -0
  408. package/src/constructors/Bars/properties.json +5 -0
  409. package/src/constructors/Block/properties.json +10 -0
  410. package/src/constructors/Button/properties.json +84 -0
  411. package/src/constructors/Cell/properties.json +52 -0
  412. package/src/constructors/Cell/style.scss +8 -3
  413. package/src/constructors/Checkbox/properties.json +65 -0
  414. package/src/constructors/Checkbox/style.scss +99 -0
  415. package/src/constructors/Chip/properties.json +3 -0
  416. package/src/constructors/ChipGroup/properties.json +3 -0
  417. package/src/constructors/Dialog/properties.json +23 -0
  418. package/src/constructors/Dummy/properties.json +2 -0
  419. package/src/constructors/Dummy/style.scss +5 -0
  420. package/src/constructors/Field/properties.json +92 -0
  421. package/src/constructors/Field/style.scss +2 -0
  422. package/src/constructors/FieldCounter/properties.json +4 -0
  423. package/src/constructors/FieldLabel/properties.json +4 -0
  424. package/src/constructors/FieldMessage/properties.json +10 -0
  425. package/src/constructors/Grid/properties.json +6 -0
  426. package/src/constructors/Grid/style.scss +8 -0
  427. package/src/constructors/GridItem/properties.json +40 -0
  428. package/src/constructors/GridItem/style.scss +5 -0
  429. package/src/constructors/Group/properties.json +3 -0
  430. package/src/constructors/Group/style.scss +6 -0
  431. package/src/constructors/HorizontalScroll/properties.json +26 -0
  432. package/src/constructors/HorizontalScroll/style.scss +27 -0
  433. package/src/constructors/Icon/properties.json +25 -0
  434. package/src/constructors/Image/properties.json +17 -0
  435. package/src/constructors/Input/properties.json +2 -0
  436. package/src/constructors/List/properties.json +16 -0
  437. package/src/constructors/ListGroup/properties.json +15 -0
  438. package/src/constructors/ListItem/properties.json +52 -0
  439. package/src/constructors/ListItem/style.scss +2 -0
  440. package/src/constructors/ListMenu/properties.json +19 -0
  441. package/src/constructors/Mask/properties.json +30 -0
  442. package/src/constructors/Mask/style.scss +6 -2
  443. package/src/constructors/Menu/properties.json +17 -0
  444. package/src/constructors/Modal/properties.json +17 -0
  445. package/src/constructors/MotionAxis/properties.json +15 -0
  446. package/src/constructors/MotionAxis/style.scss +110 -0
  447. package/src/constructors/MotionTransform/properties.json +35 -0
  448. package/src/constructors/Page/properties.json +3 -0
  449. package/src/constructors/Progress/properties.json +47 -0
  450. package/src/constructors/Ripple/properties.json +9 -0
  451. package/src/constructors/Scrollbar/properties.json +33 -0
  452. package/src/constructors/Section/properties.json +3 -0
  453. package/src/constructors/Select/properties.json +3 -0
  454. package/src/constructors/SelectValue/properties.json +7 -0
  455. package/src/constructors/Skeleton/properties.json +24 -0
  456. package/src/constructors/Snackbar/properties.json +95 -0
  457. package/src/constructors/Snackbar/style.scss +58 -0
  458. package/src/constructors/SnackbarItem/properties.json +12 -0
  459. package/src/constructors/SnackbarItem/style.scss +30 -0
  460. package/src/constructors/TabItem/properties.json +49 -0
  461. package/src/constructors/TabItem/style.scss +64 -0
  462. package/src/constructors/Tabs/properties.json +3 -0
  463. package/src/constructors/Tabs/style.scss +5 -0
  464. package/src/constructors/TabsNavigation/properties.json +10 -0
  465. package/src/constructors/TabsNavigation/style.scss +5 -0
  466. package/src/constructors/Textarea/properties.json +2 -0
  467. package/src/constructors/Textarea/style.scss +5 -0
  468. package/src/constructors/TextareaAutosize/properties.json +9 -0
  469. package/src/constructors/TextareaAutosize/style.scss +9 -6
  470. package/src/constructors/Tooltip/properties.json +18 -0
  471. package/src/constructors/Window/properties.json +240 -0
  472. package/src/library/style.scss +13 -0
  473. package/dist/ActionsInclude-H5ZWeXJj.js +0 -64
  474. package/dist/AriaStaticInclude-CAURwJMb.js +0 -257
  475. package/dist/ArrowInclude-CcpT637l.js +0 -47
  476. package/dist/BarsInclude-BOEoY-O4.js +0 -74
  477. package/dist/BlockDesign-CwRNJi0I.js +0 -244
  478. package/dist/ButtonDesign-DgZNw44L.js +0 -198
  479. package/dist/CaptionInclude-NzS6EYYj.js +0 -70
  480. package/dist/DescriptionInclude-D4ane9aR.js +0 -55
  481. package/dist/EnabledInclude-Dk-rP4jp.js +0 -46
  482. package/dist/EventClickInclude-WHJqxZ1b.js +0 -103
  483. package/dist/FieldCounterInclude-D0oojGWY.js +0 -59
  484. package/dist/FieldEventInclude-DBRqmzpF.js +0 -718
  485. package/dist/FieldInclude-BKoBWZdj.js +0 -145
  486. package/dist/FieldInputCheckInclude-CjNYyGTb.js +0 -79
  487. package/dist/FieldLabelInclude-Bkxf6rRw.js +0 -71
  488. package/dist/FieldMatchInclude-GgyucDC_.js +0 -318
  489. package/dist/FieldMessageInclude-BJDnir34.js +0 -77
  490. package/dist/IconInclude-CLqwI29Q.js +0 -123
  491. package/dist/IconTrailingInclude-CdsOcDxv.js +0 -83
  492. package/dist/LabelHighlightInclude-CLmTvW_6.js +0 -75
  493. package/dist/LabelInclude-D-mLvjK5.js +0 -114
  494. package/dist/LabelNumberInclude-Cn0qDEgX.js +0 -46
  495. package/dist/ListGroupOpen-Bl_HIQoV.js +0 -43
  496. package/dist/MenuInclude-DfGCfr_I.js +0 -94
  497. package/dist/ModalDesignAbstract-D4A_a_rC.js +0 -179
  498. package/dist/ModelInclude-BiYm_iCQ.js +0 -73
  499. package/dist/ModelValueInclude-CJmm5go9.js +0 -48
  500. package/dist/MotionTransformClassesInclude-B23RIq0Q.js +0 -214
  501. package/dist/MotionTransformInclude-P_oRs3JZ.js +0 -97
  502. package/dist/Plugin-CBNCh_iN.js +0 -628
  503. package/dist/ProgressInclude-9MfZWtGP.js +0 -56
  504. package/dist/RippleInclude-Du5yIzX_.js +0 -21
  505. package/dist/SkeletonInclude-BIUzAO2s.js +0 -105
  506. package/dist/SuffixInclude-maZ7235l.js +0 -125
  507. package/dist/TabIndexInclude-xcSFV8yP.js +0 -177
  508. package/dist/TextInclude--GERRCGj.js +0 -146
  509. package/dist/TooltipInclude--QRSE83v.js +0 -76
  510. package/dist/TouchEventInclude-DctYCjt8.js +0 -186
  511. package/dist/WindowClassesInclude-B56usxgx.js +0 -213
  512. package/dist/WindowEsc-DTwn4Vsz.js +0 -72
  513. package/dist/WindowInclude-BWm4-0Gh.js +0 -121
  514. package/dist/getClassTagAStatic-BnVYlXHI.js +0 -4
package/dist/field.js CHANGED
@@ -1,550 +1,221 @@
1
- var B = Object.defineProperty;
2
- var I = (n, t, s) => t in n ? B(n, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : n[t] = s;
3
- var e = (n, t, s) => I(n, typeof t != "symbol" ? t + "" : t, s);
4
- import { computed as r, watch as $, onUnmounted as L, onMounted as E, onUpdated as k, h as l } from "vue";
5
- import { isDomRuntime as A, EventItem as T, getElementId as F, DesignConstructorAbstract as q, isString as P } from "@dxtmisha/functional";
6
- import { A as d } from "./AriaStaticInclude-CAURwJMb.js";
7
- import { C as M } from "./CaptionInclude-NzS6EYYj.js";
8
- import { P as D, S as V } from "./SuffixInclude-maZ7235l.js";
9
- import { E as R } from "./EnabledInclude-Dk-rP4jp.js";
10
- import { E as z } from "./EventClickInclude-WHJqxZ1b.js";
11
- import { T as W } from "./TextInclude--GERRCGj.js";
12
- import { F as K } from "./FieldLabelInclude-Bkxf6rRw.js";
13
- import { F as U } from "./FieldMessageInclude-BJDnir34.js";
14
- import { S as j } from "./SkeletonInclude-BIUzAO2s.js";
15
- import { I as H } from "./IconTrailingInclude-CdsOcDxv.js";
16
- import { P as G } from "./ProgressInclude-9MfZWtGP.js";
17
- class J {
18
- /**
19
- * Constructor
20
- * @param props input data/ входные данные
21
- * @param className class name/ название класса
22
- * @param text text include/ Подключение текста
23
- */
24
- constructor(t, s, i) {
25
- /**
26
- * Determines whether to display arrows.
27
- *
28
- * Определяет, требуется ли отображение стрелок.
29
- */
30
- e(this, "isArrow", r(
31
- () => !!((this.props.arrowCarousel || this.props.arrowStepper) && !this.props.disabled)
32
- ));
33
- /**
34
- * Determines whether to display the "Delete" button.
35
- *
36
- * Определяет, требуется ли отображение кнопки "Удалить".
37
- */
38
- e(this, "isCancel", r(() => !!(this.props.cancel && !this.props.readonly && !this.props.disabled && !this.props.arrowCarousel && !this.props.arrowStepper && (this.props.cancel === "auto" && this.props.cancelShow || this.props.cancel === "always"))));
39
- /**
40
- * Returns data for the data deletion button.
41
- *
42
- * Возвращает данные для кнопки удаления данных.
43
- */
44
- e(this, "cancelBind", r(() => ({
45
- class: `${this.className}__cancel`,
46
- icon: this.props.iconClose,
47
- dynamic: !0,
48
- "data-event-type": "cancel",
49
- ariaLabel: this.text.cancel.value
50
- })));
51
- /**
52
- * Returns data for the left arrow.
53
- *
54
- * Возвращает данные для стрелки слева.
55
- */
56
- e(this, "previousBind", r(() => ({
57
- class: `${this.className}__previous`,
58
- icon: this.props.arrowCarousel ? this.props.iconArrowLeft : this.props.iconMinus,
59
- disabled: this.props.disabled || this.props.disabledPrevious,
60
- dynamic: !0,
61
- "data-event-type": "previous",
62
- ariaLabel: this.props.arrowCarousel ? this.text.previous.value : this.text.decrement.value
63
- })));
64
- /**
65
- * Returns data for the right arrow.
66
- *
67
- * Возвращает данные для стрелки справа.
68
- */
69
- e(this, "nextBind", r(() => ({
70
- class: `${this.className}__next`,
71
- icon: this.props.arrowCarousel ? this.props.iconArrowRight : this.props.iconPlus,
72
- disabled: this.props.disabled || this.props.disabledNext,
73
- dynamic: !0,
74
- "data-event-type": "next",
75
- ariaLabel: this.props.arrowCarousel ? this.text.next.value : this.text.increment.value
76
- })));
77
- this.props = t, this.className = s, this.text = i;
78
- }
79
- }
80
- class O {
81
- /**
82
- * Constructor
83
- * @param element main element/ главный элемент
84
- * @param className class name/ название класса
85
- */
86
- constructor(t, s) {
87
- e(this, "left", 0);
88
- e(this, "right", 0);
89
- e(this, "title", 0);
90
- e(this, "event");
91
- /**
92
- * Update margins.
93
- *
94
- * Обновление отступов.
95
- */
96
- e(this, "update", () => {
97
- requestAnimationFrame(() => {
98
- var i, o, a, h;
99
- const t = this.getElementSpace(), s = this.getElementPrefix();
100
- t && (this.left = t.offsetLeft, this.right = ((o = (i = t.parentElement) == null ? void 0 : i.offsetWidth) != null ? o : 0) - this.left - t.offsetWidth), this.title = (h = (a = s == null ? void 0 : s.offsetLeft) != null ? a : t == null ? void 0 : t.offsetLeft) != null ? h : 0, this.make();
101
- });
102
- });
103
- this.element = t, this.className = s, $(t, () => this.update, { immediate: !0 }), A() && (this.event = new T(window, "resize", this.update), L(() => {
104
- var i;
105
- return (i = this.event) == null ? void 0 : i.stop();
106
- })), E(this.update), k(this.update);
107
- }
108
- /**
109
- * Returns separator elements.
110
- *
111
- * Возвращает элементы-разделители.
112
- */
113
- getElementSpace() {
114
- var t, s;
115
- return (s = (t = this.element.value) == null ? void 0 : t.querySelector(`.${this.className}__body__scoreboard__space`)) != null ? s : void 0;
116
- }
117
- /**
118
- * Returns element with prefix.
119
- *
120
- * Возвращает элемент с префиксом.
121
- */
122
- getElementPrefix() {
123
- var t, s;
124
- return (s = (t = this.element.value) == null ? void 0 : t.querySelector(`.${this.className}__prefix`)) != null ? s : void 0;
125
- }
126
- /**
127
- * Update input field margins.
128
- *
129
- * Обновление отступов для поля ввода.
130
- */
131
- make() {
132
- const t = this.element.value;
133
- t && (t.style.setProperty(`--${this.className}-sys-left`, `${this.left}px`), t.style.setProperty(`--${this.className}-sys-right`, `${this.right}px`), t.style.setProperty(`--${this.className}-sys-title`, `${this.title}px`), t.classList.contains(`${this.className}--show`) || requestAnimationFrame(() => t.classList.add(`${this.className}--show`)));
134
- }
135
- }
136
- class Q {
137
- /**
138
- * Constructor
139
- * @param props input data/ входные данные
140
- * @param refs input data in the form of reactive elements/ входные данные в виде реактивных элементов
141
- * @param element input element/ элемент ввода
142
- * @param classDesign design name/ название дизайна
143
- * @param className class name/ название класса
144
- * @param components object for working with components/ объект для работы с компонентами
145
- * @param slots object for working with slots/ объект для работы со слотами
146
- * @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
147
- * @param SkeletonIncludeConstructor class for working with skeleton/ класс для работы со скелетоном
148
- * @param IconTrailingIncludeConstructor class for working with icon/ класс для работы с иконкой
149
- * @param CaptionIncludeConstructor class for working with caption/ класс для работы с подписью
150
- * @param PrefixIncludeConstructor class for working with prefix/ класс для работы с префиксом
151
- * @param SuffixIncludeConstructor class for working with suffix/ класс для работы с суффиксом
152
- * @param FieldLabelIncludeConstructor class for working with field label/ класс для работы с меткой поля
153
- * @param FieldMessageIncludeConstructor class for working with field message/ класс для работы с сообщением поля
154
- * @param ProgressIncludeConstructor class for working with progress/ класс для работы с прогрессом
155
- * @param EnabledIncludeConstructor class for working with enabled/ класс для работы с активностью
156
- * @param EventClickIncludeConstructor class for working with event click/ класс для работы с событием клика
157
- * @param FieldIconsConstructor class for working with field icons/ класс для работы с иконками поля
158
- * @param FieldSizeConstructor class for working with field size/ класс для работы с размером поля
159
- * @param TextIncludeConstructor class for working with text/ класс для работы с текстом
160
- */
161
- constructor(t, s, i, o, a, h, c, p, u = j, m = H, b = M, f = D, v = V, y = K, g = U, _ = G, S = R, x = z, w = J, C = O, N = W) {
162
- /** Text include/ Подключение текста */
163
- e(this, "text");
164
- /** Icon trailing include/ Подключение иконки в конце */
165
- e(this, "icon");
166
- /** Caption include/ Подключение подписи */
167
- e(this, "caption");
168
- /** Prefix include/ Подключение префикса */
169
- e(this, "prefix");
170
- /** Suffix include/ Подключение суффикса */
171
- e(this, "suffix");
172
- /** Field label include/ Подключение метки поля */
173
- e(this, "fieldLabel");
174
- /** Field message include/ Подключение сообщения поля */
175
- e(this, "fieldMessage");
176
- /** Progress include/ Подключение прогресса */
177
- e(this, "progress");
178
- /** Enabled include/ Подключение активности */
179
- e(this, "enabled");
180
- /** Event click include/ Подключение события клика */
181
- e(this, "event");
182
- /** Skeleton include/ Подключение скелетона */
183
- e(this, "skeleton");
184
- /** Field icons/ Иконки поля */
185
- e(this, "icons");
186
- /** Field size/ Размер поля */
187
- e(this, "size");
188
- /** Checks if the field is classic/ Проверяет, является ли поле классическим */
189
- e(this, "isClassic", r(
190
- () => !!(this.props.classic && !this.props.basic && !this.props.boxed && !this.props.filled && !this.props.outlined && !this.props.tonal)
191
- ));
192
- /** Checks if an error needs to be displayed/ Проверяет, надо ли выводить ошибку */
193
- e(this, "isValidation", r(() => !!(this.props.validationMessage && (this.props.forceShowMessage || !this.props.readonly && !this.props.disabled))));
194
- /** Field identifier/ Идентификатор поля */
195
- e(this, "id", r(() => String(this.props.id || F())));
196
- /** Values for the class/ Значения для класса */
197
- e(this, "classes", r(() => ({
198
- [`${this.className}--cancel`]: this.icons.isCancel.value,
199
- [`${this.className}--suffix`]: this.props.suffix,
200
- [`${this.className}--validation`]: this.isValidation.value
201
- })));
202
- /**
203
- * Returns data for the slot/ Возвращает данные для слота
204
- */
205
- e(this, "control", r(() => {
206
- const t = `${this.className}__body__input ${this.skeleton.classesSkeleton.classText}`;
207
- return {
208
- id: this.id.value,
209
- className: t,
210
- classHidden: `${this.className}__body__hidden`,
211
- classForFocus: `${this.className}__body__focus`,
212
- binds: {
213
- id: this.id.value,
214
- className: t,
215
- ...d.invalid(this.isValidation.value),
216
- ...d.describedby(this.getDescribedby())
217
- }
218
- };
219
- }));
220
- this.props = t, this.refs = s, this.element = i, this.classDesign = o, this.className = a, this.components = h, this.slots = c, this.emits = p, this.skeleton = new u(
221
- this.props,
222
- this.classDesign,
223
- ["classBackground"]
224
- ), this.icon = new m(this.props, this.className, this.components), this.text = new N(this.props), this.caption = new b(this.props, this.className, this.slots), this.prefix = new f(this.props, this.className, this.slots), this.suffix = new v(this.props, this.className, this.slots), this.fieldLabel = new y(
225
- this.props,
226
- this.className,
227
- this.components,
228
- this.slots,
229
- this.id,
230
- this.refs.counterTop,
231
- this.skeleton.binds
232
- ), this.fieldMessage = new g(
233
- this.props,
234
- this.className,
235
- this.components,
236
- void 0,
237
- r(() => !this.props.counterTop),
238
- this.skeleton.binds
239
- ), this.progress = new _(
240
- this.props,
241
- this.className,
242
- this.components,
243
- {
244
- circular: !0,
245
- position: "static",
246
- dense: !0
247
- }
248
- ), this.enabled = new S(this.props, this.progress), this.event = new x(this.props, this.enabled, this.emits), this.icons = new w(this.props, this.className, this.text), this.size = new C(this.element, this.className);
249
- }
250
- /**
251
- * Get ARIA describedby attribute.
252
- *
253
- * Получить атрибут ARIA describedby.
254
- */
255
- getDescribedby() {
256
- return [
257
- this.prefix.describedby.value,
258
- this.suffix.describedby.value,
259
- this.fieldLabel.id.value,
260
- this.fieldMessage.id.value
261
- ].join(" ").trim();
262
- }
263
- }
264
- const cs = {
265
- // :default [!] System label / Системная метка
266
- arrowAlign: "right",
267
- cancel: "auto"
268
- };
269
- class ps extends q {
270
- /**
271
- * Constructor
272
- * @param name class name/ название класса
273
- * @param props properties/ свойства
274
- * @param options list of additional parameters/ список дополнительных параметров
275
- * @param ItemConstructor class for working with the item/ класс для работы с элементом
276
- */
277
- constructor(s, i, o, a = Q) {
278
- super(
279
- s,
280
- i,
281
- o
282
- );
283
- e(this, "item");
284
- /**
285
- * Generates body.
286
- *
287
- * Генерирует тело.
288
- */
289
- e(this, "renderBody", () => {
290
- var i;
291
- const s = [
292
- this.initSlot("default", void 0, this.item.control.value),
293
- this.renderBodyLabel(),
294
- this.renderBodyScoreboard(),
295
- this.renderBodyBorder()
296
- ];
297
- return [
298
- l(
299
- "span",
300
- {
301
- class: [
302
- (i = this.classes) == null ? void 0 : i.value.body,
303
- this.item.skeleton.classes.value
304
- ],
305
- onClick: this.item.event.onClick,
306
- onKeydown: this.item.event.onKeydown
307
- },
308
- s
309
- )
310
- ];
311
- });
312
- /**
313
- * Generates data for the title.
314
- *
315
- * Генерирует данные для заголовка.
316
- */
317
- e(this, "renderBodyLabel", () => {
318
- var i, o, a, h;
319
- const s = [
320
- this.props.label
321
- ];
322
- return this.props.required && s.push(l(
323
- "span",
324
- { class: (i = this.classes) == null ? void 0 : i.value.required }
325
- )), l(
326
- "span",
327
- { class: (o = this.classes) == null ? void 0 : o.value.bodyTitle },
328
- l(
329
- "span",
330
- { class: (a = this.classes) == null ? void 0 : a.value.bodyTitleLabel },
331
- l(
332
- "span",
333
- { class: (h = this.classes) == null ? void 0 : h.value.bodyTitleLabelText },
334
- s
335
- )
336
- )
337
- );
338
- });
339
- /**
340
- * Generates data for additional controls.
341
- *
342
- * Генерирует данные для дополнительных управлений.
343
- */
344
- e(this, "renderBodyScoreboard", () => {
345
- var i;
346
- const s = [
347
- ...this.renderBodyScoreboardSlot(),
348
- ...this.renderBodyScoreboardIcon(),
349
- ...this.item.prefix.render(),
350
- ...this.item.suffix.render(),
351
- ...this.item.progress.render(),
352
- ...this.renderBodyScoreboardSpace()
353
- ];
354
- return l("span", {
355
- class: (i = this.classes) == null ? void 0 : i.value.bodyScoreboard,
356
- "data-element": "scoreboard"
357
- }, s);
358
- });
359
- /**
360
- * Generates data for the slot.
361
- *
362
- * Генерирует данные для слота.
363
- */
364
- e(this, "renderBodyScoreboardSlot", () => {
365
- var i, o;
366
- const s = [];
367
- return this.slots && ("leading" in this.slots && s.push(l(
368
- "span",
369
- { class: (i = this.classes) == null ? void 0 : i.value.bodyScoreboardLeft },
370
- this.initSlot("leading")
371
- )), "trailing" in this.slots && s.push(l(
372
- "span",
373
- { class: (o = this.classes) == null ? void 0 : o.value.bodyScoreboardRight },
374
- this.initSlot("trailing")
375
- ))), s;
376
- });
377
- /**
378
- * Generates all available icons.
379
- *
380
- * Генерирует все доступные иконки.
381
- */
382
- e(this, "renderBodyScoreboardIcon", () => {
383
- const s = [...this.item.icon.render()];
384
- return this.item.icons.isCancel.value && this.components.renderAdd(
385
- s,
386
- "icon",
387
- this.item.icons.cancelBind.value,
388
- void 0,
389
- "cancel"
390
- ), this.item.icons.isArrow.value && (this.components.renderAdd(
391
- s,
392
- "icon",
393
- this.item.icons.previousBind.value,
394
- void 0,
395
- "previous"
396
- ), this.components.renderAdd(
397
- s,
398
- "icon",
399
- this.item.icons.nextBind.value,
400
- void 0,
401
- "next"
402
- )), s;
403
- });
404
- /**
405
- * Generates separators and additional descriptions.
406
- *
407
- * Генерирует разделители и дополнительные описания.
408
- */
409
- e(this, "renderBodyScoreboardSpace", () => {
410
- var i, o;
411
- const s = [];
412
- return this.item.caption.is.value && s.push(
413
- l(
414
- "span",
415
- {
416
- class: (i = this.classes) == null ? void 0 : i.value.bodyScoreboardInput,
417
- style: `min-width: ${this.lengthValue()};`
418
- },
419
- this.focusValue()
420
- ),
421
- ...this.item.caption.render()
422
- ), [
423
- l(
424
- "span",
425
- { class: (o = this.classes) == null ? void 0 : o.value.bodyScoreboardSpace },
426
- s
427
- )
428
- ];
429
- });
430
- /**
431
- * Generates border.
432
- *
433
- * Генерирует border.
434
- */
435
- e(this, "renderBodyBorder", () => {
436
- var s;
437
- return l("span", { class: (s = this.classes) == null ? void 0 : s.value.bodyBorder });
438
- });
439
- /**
440
- * Value for focus.
441
- *
442
- * Значение для фокуса.
443
- */
444
- e(this, "focusValue", () => !this.lengthElement.value && P(this.props.value) ? this.props.value : "");
445
- /**
446
- * Length value.
447
- *
448
- * Значение длины.
449
- */
450
- e(this, "lengthValue", () => {
451
- if (this.lengthElement.value)
452
- return `${this.lengthElement.value.offsetWidth}px`;
453
- });
454
- /**
455
- * Element for counting characters.
456
- *
457
- * Элемент для подсчёта символов.
458
- */
459
- e(this, "lengthElement", r(() => {
460
- var s, i;
461
- return (i = (s = this.element.value) == null ? void 0 : s.querySelector("*[data-length]")) != null ? i : void 0;
462
- }));
463
- /**
464
- * Input element.
465
- *
466
- * Элемент ввода.
467
- */
468
- e(this, "inputElement", r(() => {
469
- var s, i, o, a;
470
- return (a = (o = this.element.value) == null ? void 0 : o.querySelector(`input.${(s = this.classes) == null ? void 0 : s.value.bodyInput}, .${(i = this.classes) == null ? void 0 : i.value.bodyInput} input`)) != null ? a : void 0;
471
- }));
472
- this.item = new a(
473
- this.props,
474
- this.refs,
475
- this.element,
476
- this.getDesign(),
477
- this.getName(),
478
- this.components,
479
- this.slots,
480
- this.emits
481
- ), this.init();
482
- }
483
- /**
484
- * Initialization of all the necessary properties for work
485
- *
486
- * Инициализация всех необходимых свойств для работы.
487
- */
488
- initExpose() {
489
- return {};
490
- }
491
- /**
492
- * Improvement of the obtained list of classes.
493
- *
494
- * Доработка полученного списка классов.
495
- */
496
- initClasses() {
497
- return {
498
- main: this.item.classes.value,
499
- // :classes [!] System label / Системная метка
500
- body: this.getSubClass("body"),
501
- bodyInput: this.getSubClass("body__input"),
502
- bodyTitle: this.getSubClass("body__title"),
503
- bodyTitleLabel: this.getSubClass("body__title__label"),
504
- bodyTitleLabelText: this.getSubClass("body__title__label__text"),
505
- bodyScoreboard: this.getSubClass("body__scoreboard"),
506
- bodyScoreboardLeft: this.getSubClass("body__scoreboard__left"),
507
- bodyScoreboardRight: this.getSubClass("body__scoreboard__right"),
508
- bodyScoreboardSpace: this.getSubClass("body__scoreboard__space"),
509
- bodyScoreboardInput: this.getSubClass("body__scoreboard__input"),
510
- bodyBorder: this.getSubClass("body__border"),
511
- required: this.getSubClass("required")
512
- };
513
- }
514
- /**
515
- * Refinement of the received list of styles.
516
- *
517
- * Доработка полученного списка стилей.
518
- */
519
- initStyles() {
520
- return {};
521
- }
522
- /**
523
- * A method for rendering.
524
- *
525
- * Метод для рендеринга.
526
- */
527
- initRender() {
528
- var i, o;
529
- const s = [];
530
- return this.item.isClassic.value && s.push(...this.item.fieldLabel.render()), s.push(
531
- ...this.renderBody(),
532
- ...this.item.fieldMessage.render()
533
- ), l(
534
- this.item.isClassic.value ? "div" : "label",
535
- {
536
- ...this.getAttrs(),
537
- ref: this.element,
538
- class: (i = this.classes) == null ? void 0 : i.value.main,
539
- style: (o = this.styles) == null ? void 0 : o.value,
540
- for: this.item.isClassic.value ? void 0 : this.item.id.value
541
- },
542
- s
543
- );
544
- }
545
- }
546
- export {
547
- Q as Field,
548
- ps as FieldDesign,
549
- cs as defaultsField
1
+ import { t as e } from "./AriaStaticInclude-CS1hPGyK.js";
2
+ import { t } from "./defineProperty-hmGKPWdq.js";
3
+ import { t as n } from "./TextInclude-OwyVCAbS.js";
4
+ import { t as r } from "./ProgressInclude-BnPBYwJg.js";
5
+ import { t as i } from "./EnabledInclude-CkD_lxMY.js";
6
+ import { t as a } from "./EventClickInclude-6I8kuFc9.js";
7
+ import { t as o } from "./SkeletonInclude-D8on8xmw.js";
8
+ import { t as s } from "./IconTrailingInclude-BwoB_AQn.js";
9
+ import { t as c } from "./CaptionInclude-CunHUsec.js";
10
+ import { t as l } from "./FieldMessageInclude-6cxMqgIx.js";
11
+ import { n as u, t as d } from "./SuffixInclude-VNq8SwAI.js";
12
+ import { t as f } from "./FieldLabelInclude-BA5H3kib.js";
13
+ import { t as p } from "./FieldInclude-DCvNorOt.js";
14
+ import { computed as m, h, onMounted as g, onUnmounted as _, onUpdated as v, watch as y } from "vue";
15
+ import { DesignConstructorAbstract as b, EventItem as x, getElementId as S, isDomRuntime as C, isString as w } from "@dxtmisha/functional";
16
+ //#region src/constructors/Field/FieldIcons.ts
17
+ var T = class {
18
+ constructor(e, n, r) {
19
+ t(this, "isArrow", m(() => !!((this.props.arrowCarousel || this.props.arrowStepper) && !this.props.disabled))), t(this, "isCancel", m(() => !!(this.props.cancel && !this.props.readonly && !this.props.disabled && !this.props.arrowCarousel && !this.props.arrowStepper && (this.props.cancel === "auto" && this.props.cancelShow || this.props.cancel === "always")))), t(this, "cancelBind", m(() => ({
20
+ class: `${this.className}__cancel`,
21
+ icon: this.props.iconClose,
22
+ dynamic: !0,
23
+ "data-event-type": "cancel",
24
+ ariaLabel: this.text.cancel.value
25
+ }))), t(this, "previousBind", m(() => ({
26
+ class: `${this.className}__previous`,
27
+ icon: this.props.arrowCarousel ? this.props.iconArrowLeft : this.props.iconMinus,
28
+ disabled: this.props.disabled || this.props.disabledPrevious,
29
+ dynamic: !0,
30
+ "data-event-type": "previous",
31
+ ariaLabel: this.props.arrowCarousel ? this.text.previous.value : this.text.decrement.value
32
+ }))), t(this, "nextBind", m(() => ({
33
+ class: `${this.className}__next`,
34
+ icon: this.props.arrowCarousel ? this.props.iconArrowRight : this.props.iconPlus,
35
+ disabled: this.props.disabled || this.props.disabledNext,
36
+ dynamic: !0,
37
+ "data-event-type": "next",
38
+ ariaLabel: this.props.arrowCarousel ? this.text.next.value : this.text.increment.value
39
+ }))), this.props = e, this.className = n, this.text = r;
40
+ }
41
+ }, E = class {
42
+ constructor(e, n) {
43
+ t(this, "left", 0), t(this, "right", 0), t(this, "title", 0), t(this, "event", void 0), t(this, "update", (e = 128) => {
44
+ requestAnimationFrame(() => {
45
+ var t, n;
46
+ let r = this.getElementSpace(), i = this.getElementPrefix();
47
+ if (r) {
48
+ var a, o;
49
+ this.left = r.offsetLeft, this.right = ((a = (o = r.parentElement) == null ? void 0 : o.offsetWidth) == null ? 0 : a) - this.left - r.offsetWidth;
50
+ }
51
+ this.title = (t = (n = i == null ? void 0 : i.offsetLeft) == null ? r == null ? void 0 : r.offsetLeft : n) == null ? 0 : t, this.left < 0 ? this.update(e - 1) : this.make();
52
+ });
53
+ }), this.element = e, this.className = n, y(e, () => this.update, { immediate: !0 }), C() && (this.event = new x(window, "resize", () => this.update()), _(() => {
54
+ var e;
55
+ return (e = this.event) == null ? void 0 : e.stop();
56
+ })), g(this.update), v(this.update);
57
+ }
58
+ getElementSpace() {
59
+ var e, t;
60
+ return (e = (t = this.element.value) == null ? void 0 : t.querySelector(`.${this.className}__body__scoreboard__space`)) == null ? void 0 : e;
61
+ }
62
+ getElementPrefix() {
63
+ var e, t;
64
+ return (e = (t = this.element.value) == null ? void 0 : t.querySelector(`.${this.className}__prefix`)) == null ? void 0 : e;
65
+ }
66
+ make() {
67
+ let e = this.element.value;
68
+ e && (e.style.setProperty(`--${this.className}-sys-left`, `${this.left}px`), e.style.setProperty(`--${this.className}-sys-right`, `${this.right}px`), e.style.setProperty(`--${this.className}-sys-title`, `${this.title}px`), e.classList.contains(`${this.className}--show`) || requestAnimationFrame(() => e.classList.add(`${this.className}--show`)));
69
+ }
70
+ }, D = class {
71
+ constructor(p, h, g, _, v, y, b, x, C) {
72
+ t(this, "text", void 0), t(this, "icon", void 0), t(this, "caption", void 0), t(this, "prefix", void 0), t(this, "suffix", void 0), t(this, "fieldLabel", void 0), t(this, "fieldMessage", void 0), t(this, "progress", void 0), t(this, "enabled", void 0), t(this, "event", void 0), t(this, "skeleton", void 0), t(this, "icons", void 0), t(this, "size", void 0), t(this, "isClassic", m(() => !!(this.props.classic && !this.props.basic && !this.props.boxed && !this.props.filled && !this.props.outlined && !this.props.tonal))), t(this, "isValidation", m(() => !!(this.props.validationMessage && (this.props.forceShowMessage || !this.props.readonly && !this.props.disabled)))), t(this, "id", m(() => String(this.props.id || S()))), t(this, "classes", m(() => ({
73
+ [`${this.className}--cancel`]: this.icons.isCancel.value,
74
+ [`${this.className}--suffix`]: this.props.suffix,
75
+ [`${this.className}--validation`]: this.isValidation.value
76
+ }))), t(this, "control", m(() => {
77
+ let t = `${this.className}__body__input ${this.skeleton.classesSkeleton.classText}`;
78
+ return {
79
+ id: this.id.value,
80
+ className: t,
81
+ classHidden: `${this.className}__body__hidden`,
82
+ classForFocus: `${this.className}__body__focus`,
83
+ binds: {
84
+ id: this.id.value,
85
+ class: t,
86
+ ...e.invalid(this.isValidation.value),
87
+ ...e.describedby(this.getDescribedby())
88
+ }
89
+ };
90
+ })), this.props = p, this.refs = h, this.element = g, this.classDesign = _, this.className = v, this.components = y, this.slots = b, this.emits = x;
91
+ let { CaptionIncludeConstructor: w = c, EnabledIncludeConstructor: D = i, EventClickIncludeConstructor: O = a, FieldIconsConstructor: k = T, FieldLabelIncludeConstructor: A = f, FieldMessageIncludeConstructor: j = l, FieldSizeConstructor: M = E, IconTrailingIncludeConstructor: N = s, PrefixIncludeConstructor: P = u, ProgressIncludeConstructor: F = r, SkeletonIncludeConstructor: I = o, SuffixIncludeConstructor: L = d, TextIncludeConstructor: R = n } = C == null ? {} : C;
92
+ this.skeleton = new I(this.props, this.classDesign, ["classBackground"]), this.icon = new N(this.props, this.className, this.components), this.text = new R(this.props), this.caption = new w(this.props, this.className, this.slots), this.prefix = new P(this.props, this.className, this.slots), this.suffix = new L(this.props, this.className, this.slots), this.fieldLabel = new A(this.props, this.className, this.components, this.slots, this.id, this.refs.counterTop, this.skeleton.binds), this.fieldMessage = new j(this.props, this.className, this.components, void 0, m(() => !this.props.counterTop), this.skeleton.binds), this.progress = new F(this.props, this.className, this.components, {
93
+ circular: !0,
94
+ position: "static",
95
+ dense: !0
96
+ }), this.enabled = new D(this.props, this.progress), this.event = new O(this.props, this.enabled, this.emits), this.icons = new k(this.props, this.className, this.text), this.size = new M(this.element, this.className);
97
+ }
98
+ getDescribedby() {
99
+ return [
100
+ this.prefix.describedby.value,
101
+ this.suffix.describedby.value,
102
+ this.fieldLabel.id.value,
103
+ this.fieldMessage.id.value
104
+ ].join(" ").trim();
105
+ }
106
+ }, O = {
107
+ arrowAlign: "right",
108
+ cancel: "auto"
109
+ }, k = class extends b {
110
+ constructor(e, n, r, i = D) {
111
+ super(e, n, r), t(this, "item", void 0), t(this, "renderBody", () => {
112
+ var e;
113
+ let t = [
114
+ this.initSlot("default", void 0, this.item.control.value),
115
+ this.renderBodyLabel(),
116
+ this.renderBodyScoreboard(),
117
+ this.renderBodyBorder()
118
+ ];
119
+ return [h("span", {
120
+ class: [(e = this.classes) == null ? void 0 : e.value.body, this.item.skeleton.classes.value],
121
+ ...this.item.event.binds
122
+ }, t)];
123
+ }), t(this, "renderBodyLabel", () => {
124
+ var e, t, n;
125
+ let r = [this.props.label];
126
+ if (this.props.required) {
127
+ var i;
128
+ r.push(h("span", { class: (i = this.classes) == null ? void 0 : i.value.required }));
129
+ }
130
+ return h("span", { class: (e = this.classes) == null ? void 0 : e.value.bodyTitle }, h("span", { class: (t = this.classes) == null ? void 0 : t.value.bodyTitleLabel }, h("span", { class: (n = this.classes) == null ? void 0 : n.value.bodyTitleLabelText }, r)));
131
+ }), t(this, "renderBodyScoreboard", () => {
132
+ var e;
133
+ let t = [
134
+ ...this.renderBodyScoreboardSlot(),
135
+ ...this.renderBodyScoreboardIcon(),
136
+ ...this.item.prefix.render(),
137
+ ...this.item.suffix.render(),
138
+ ...this.item.progress.render(),
139
+ ...this.renderBodyScoreboardSpace()
140
+ ];
141
+ return h("span", {
142
+ class: (e = this.classes) == null ? void 0 : e.value.bodyScoreboard,
143
+ "data-element": "scoreboard"
144
+ }, t);
145
+ }), t(this, "renderBodyScoreboardSlot", () => {
146
+ let e = [];
147
+ if (this.slots) {
148
+ if ("leading" in this.slots) {
149
+ var t;
150
+ e.push(h("span", { class: (t = this.classes) == null ? void 0 : t.value.bodyScoreboardLeft }, this.initSlot("leading")));
151
+ }
152
+ if ("trailing" in this.slots) {
153
+ var n;
154
+ e.push(h("span", { class: (n = this.classes) == null ? void 0 : n.value.bodyScoreboardRight }, this.initSlot("trailing")));
155
+ }
156
+ }
157
+ return e;
158
+ }), t(this, "renderBodyScoreboardIcon", () => {
159
+ let e = [...this.item.icon.render()];
160
+ return this.item.icons.isCancel.value && this.components.renderAdd(e, "icon", this.item.icons.cancelBind.value, void 0, "cancel"), this.item.icons.isArrow.value && (this.components.renderAdd(e, "icon", this.item.icons.previousBind.value, void 0, "previous"), this.components.renderAdd(e, "icon", this.item.icons.nextBind.value, void 0, "next")), e;
161
+ }), t(this, "renderBodyScoreboardSpace", () => {
162
+ var e;
163
+ let t = [];
164
+ if (this.item.caption.is.value) {
165
+ var n;
166
+ t.push(h("span", {
167
+ class: (n = this.classes) == null ? void 0 : n.value.bodyScoreboardInput,
168
+ style: `min-width: ${this.lengthValue()};`
169
+ }, this.focusValue()), ...this.item.caption.render());
170
+ }
171
+ return [h("span", { class: (e = this.classes) == null ? void 0 : e.value.bodyScoreboardSpace }, t)];
172
+ }), t(this, "renderBodyBorder", () => {
173
+ var e;
174
+ return h("span", { class: (e = this.classes) == null ? void 0 : e.value.bodyBorder });
175
+ }), t(this, "focusValue", () => !this.lengthElement.value && w(this.props.value) ? this.props.value : ""), t(this, "lengthValue", () => {
176
+ if (this.lengthElement.value) return `${this.lengthElement.value.offsetWidth}px`;
177
+ }), t(this, "lengthElement", m(() => {
178
+ var e, t;
179
+ return (e = (t = this.element.value) == null ? void 0 : t.querySelector("*[data-length]")) == null ? void 0 : e;
180
+ })), t(this, "inputElement", m(() => {
181
+ var e, t, n, r;
182
+ return (e = (t = this.element.value) == null ? void 0 : t.querySelector(`input.${(n = this.classes) == null ? void 0 : n.value.bodyInput}, .${(r = this.classes) == null ? void 0 : r.value.bodyInput} input`)) == null ? void 0 : e;
183
+ })), this.item = new i(this.props, this.refs, this.element, this.getDesign(), this.getName(), this.components, this.slots, this.emits), this.init();
184
+ }
185
+ initExpose() {
186
+ return {};
187
+ }
188
+ initClasses() {
189
+ return {
190
+ main: this.item.classes.value,
191
+ body: this.getSubClass("body"),
192
+ bodyInput: this.getSubClass("body__input"),
193
+ bodyTitle: this.getSubClass("body__title"),
194
+ bodyTitleLabel: this.getSubClass("body__title__label"),
195
+ bodyTitleLabelText: this.getSubClass("body__title__label__text"),
196
+ bodyScoreboard: this.getSubClass("body__scoreboard"),
197
+ bodyScoreboardLeft: this.getSubClass("body__scoreboard__left"),
198
+ bodyScoreboardRight: this.getSubClass("body__scoreboard__right"),
199
+ bodyScoreboardSpace: this.getSubClass("body__scoreboard__space"),
200
+ bodyScoreboardInput: this.getSubClass("body__scoreboard__input"),
201
+ bodyBorder: this.getSubClass("body__border"),
202
+ required: this.getSubClass("required")
203
+ };
204
+ }
205
+ initStyles() {
206
+ return {};
207
+ }
208
+ initRender() {
209
+ var e, t;
210
+ let n = [];
211
+ return this.item.isClassic.value && n.push(...this.item.fieldLabel.render()), n.push(...this.renderBody(), ...this.item.fieldMessage.render()), h(this.item.isClassic.value ? "div" : "label", {
212
+ ...this.getAttrs(),
213
+ ref: this.element,
214
+ class: (e = this.classes) == null ? void 0 : e.value.main,
215
+ style: (t = this.styles) == null ? void 0 : t.value,
216
+ for: this.item.isClassic.value ? void 0 : this.item.id.value
217
+ }, n);
218
+ }
550
219
  };
220
+ //#endregion
221
+ export { D as Field, k as FieldDesign, T as FieldIcons, p as FieldInclude, E as FieldSize, O as defaultsField };