@dxtmisha/constructor 0.39.7 → 0.52.1
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.
- package/ai-types.txt +4901 -284
- package/dist/ActionsInclude-BzyGXlK7.js +23 -0
- package/dist/AriaStaticInclude-CS1hPGyK.js +89 -0
- package/dist/ArrowInclude-BM_RP5vO.js +14 -0
- package/dist/BadgeInclude-DISlNqBJ.js +17 -0
- package/dist/BarsInclude-rBLacb0J.js +35 -0
- package/dist/BlockDesign-DkbPo-Ey.js +106 -0
- package/dist/ButtonDesign-DTihOCBe.js +87 -0
- package/dist/ButtonInclude-Bq7DNI-R.js +23 -0
- package/dist/CaptionInclude-CunHUsec.js +41 -0
- package/dist/DescriptionInclude-B_Xf_j3l.js +36 -0
- package/dist/EnabledInclude-CkD_lxMY.js +11 -0
- package/dist/EventClickInclude-6I8kuFc9.js +63 -0
- package/dist/FieldCounterInclude-l1o0Bm7V.js +22 -0
- package/dist/FieldEventInclude-DLX__9aJ.js +257 -0
- package/dist/FieldInclude-DCvNorOt.js +87 -0
- package/dist/FieldInputCheckInclude-czZ02ymY.js +170 -0
- package/dist/FieldLabelInclude-BA5H3kib.js +27 -0
- package/dist/FieldMatchInclude-CA716pa4.js +100 -0
- package/dist/FieldMessageInclude-6cxMqgIx.js +27 -0
- package/dist/HorizontalScrollInclude-BN6p9jjq.js +30 -0
- package/dist/IconInclude-BhzGfa3o.js +44 -0
- package/dist/IconTrailingInclude-BwoB_AQn.js +23 -0
- package/dist/ImageInclude-CP-Q4R20.js +18 -0
- package/dist/LabelHighlightInclude-DC9qNAR-.js +30 -0
- package/dist/LabelInclude-DoZ7EUYO.js +56 -0
- package/dist/LabelNumberInclude-VVGMvwYq.js +15 -0
- package/dist/ListGroupOpen-C6J8d4SM.js +12 -0
- package/dist/MaskInclude-DuE6XcDZ.js +48 -0
- package/dist/MenuInclude-BT27rmFW.js +48 -0
- package/dist/ModalDesignAbstract-BaVdtb1N.js +63 -0
- package/dist/ModelInclude-D8LkrhPp.js +32 -0
- package/dist/ModelValueInclude-CQDkIoal.js +20 -0
- package/dist/MotionAxisInclude-DO4t3_lZ.js +18 -0
- package/dist/MotionTransformClassesInclude-BN-T4YKS.js +91 -0
- package/dist/MotionTransformInclude-CFVVig1F.js +52 -0
- package/dist/Plugin-cWn0HZcf.js +205 -0
- package/dist/ProgressInclude-BnPBYwJg.js +15 -0
- package/dist/RippleInclude-BlC1h0Ya.js +10 -0
- package/dist/ScrollToXInclude-yt1sAUrP.js +15 -0
- package/dist/ScrollbarInclude-B4_ZIqkW.js +55 -0
- package/dist/SkeletonInclude-D8on8xmw.js +39 -0
- package/dist/SuffixInclude-VNq8SwAI.js +67 -0
- package/dist/TabIndexInclude-DLSfl7-6.js +88 -0
- package/dist/TabsNavigationInclude-DU9Nb7hG.js +17 -0
- package/dist/TextInclude-OwyVCAbS.js +90 -0
- package/dist/TooltipInclude-3iLdbNcH.js +27 -0
- package/dist/TouchEventInclude-By_ChOIe.js +84 -0
- package/dist/WindowClassesInclude-zm-ITw5d.js +89 -0
- package/dist/WindowEsc-vBFI8pVr.js +28 -0
- package/dist/WindowInclude-GF4aSfrJ.js +66 -0
- package/dist/accordion.js +76 -193
- package/dist/actionSheet.js +61 -137
- package/dist/actions.js +59 -192
- package/dist/anchor.js +134 -360
- package/dist/arrow.js +279 -664
- package/dist/badge.js +47 -140
- package/dist/bars.js +120 -365
- package/dist/block.js +2 -10
- package/dist/button.js +3 -62
- package/dist/cell.js +117 -281
- package/dist/checkbox.js +112 -0
- package/dist/chip.js +24 -81
- package/dist/chipGroup.js +48 -163
- package/dist/classes/CaptionInclude.d.ts +4 -4
- package/dist/classes/EventClickInclude.d.ts +17 -1
- package/dist/classes/Field/FieldAttributesInclude.d.ts +2 -0
- package/dist/classes/Field/FieldEventInclude.d.ts +6 -6
- package/dist/classes/Plugin/PluginCode.d.ts +0 -8
- package/dist/classes/ScrollToXInclude.d.ts +35 -0
- package/dist/constructors/Accordion/Accordion.d.ts +9 -1
- package/dist/constructors/Accordion/props.d.ts +6 -6
- package/dist/constructors/Accordion/types.d.ts +3 -4
- package/dist/constructors/ActionSheet/ActionSheet.d.ts +19 -2
- package/dist/constructors/ActionSheet/props.d.ts +2 -0
- package/dist/constructors/Actions/Actions.d.ts +5 -2
- package/dist/constructors/Actions/basicTypes.d.ts +3 -0
- package/dist/constructors/Actions/props.d.ts +4 -0
- package/dist/constructors/Actions/types.d.ts +2 -0
- package/dist/constructors/Anchor/Anchor.d.ts +17 -8
- package/dist/constructors/Anchor/basicTypes.d.ts +4 -0
- package/dist/constructors/Anchor/index.d.ts +4 -0
- package/dist/constructors/Anchor/props.d.ts +10 -0
- package/dist/constructors/Anchor/types.d.ts +1 -0
- package/dist/constructors/Arrow/Arrow.d.ts +13 -6
- package/dist/constructors/Arrow/basicTypes.d.ts +9 -0
- package/dist/constructors/Arrow/index.d.ts +5 -0
- package/dist/constructors/Arrow/props.d.ts +3 -0
- package/dist/constructors/Arrow/types.d.ts +1 -0
- package/dist/constructors/Badge/Badge.d.ts +7 -3
- package/dist/constructors/Badge/basicTypes.d.ts +11 -0
- package/dist/constructors/Badge/index.d.ts +1 -0
- package/dist/constructors/Badge/props.d.ts +1 -0
- package/dist/constructors/Bars/Bars.d.ts +21 -10
- package/dist/constructors/Bars/basicTypes.d.ts +4 -0
- package/dist/constructors/Bars/index.d.ts +1 -0
- package/dist/constructors/Bars/props.d.ts +14 -0
- package/dist/constructors/Bars/types.d.ts +4 -0
- package/dist/constructors/Block/Block.d.ts +11 -5
- package/dist/constructors/Block/props.d.ts +3 -0
- package/dist/constructors/Button/Button.d.ts +17 -8
- package/dist/constructors/Button/ButtonInclude.d.ts +6 -4
- package/dist/constructors/Button/basicTypes.d.ts +17 -0
- package/dist/constructors/Button/props.d.ts +2 -0
- package/dist/constructors/Button/types.d.ts +2 -2
- package/dist/constructors/Cell/Cell.d.ts +21 -10
- package/dist/constructors/Cell/CellDesign.d.ts +7 -5
- package/dist/constructors/Cell/basicTypes.d.ts +3 -1
- package/dist/constructors/Cell/props.d.ts +4 -0
- package/dist/constructors/Cell/types.d.ts +4 -2
- package/dist/constructors/Checkbox/Checkbox.d.ts +90 -0
- package/dist/constructors/Checkbox/CheckboxDesign.d.ts +73 -0
- package/dist/constructors/Checkbox/CheckboxIcon.d.ts +33 -0
- package/dist/constructors/Checkbox/basicTypes.d.ts +1 -0
- package/dist/constructors/Checkbox/index.d.ts +6 -0
- package/dist/constructors/Checkbox/props.d.ts +44 -0
- package/dist/constructors/Checkbox/types.d.ts +49 -0
- package/dist/constructors/Chip/basicTypes.d.ts +10 -0
- package/dist/constructors/ChipGroup/ChipGroup.d.ts +9 -4
- package/dist/constructors/ChipGroup/basicTypes.d.ts +3 -0
- package/dist/constructors/ChipGroup/props.d.ts +10 -0
- package/dist/constructors/ChipGroup/types.d.ts +1 -0
- package/dist/constructors/Dialog/Dialog.d.ts +31 -3
- package/dist/constructors/Dialog/props.d.ts +11 -0
- package/dist/constructors/Dialog/types.d.ts +2 -0
- package/dist/constructors/Dummy/Dummy.d.ts +29 -0
- package/dist/constructors/Dummy/DummyDesign.d.ts +43 -0
- package/dist/constructors/Dummy/basicTypes.d.ts +1 -0
- package/dist/constructors/Dummy/index.d.ts +5 -0
- package/dist/constructors/Dummy/props.d.ts +15 -0
- package/dist/constructors/Dummy/types.d.ts +37 -0
- package/dist/constructors/Field/Field.d.ts +29 -14
- package/dist/constructors/Field/FieldSize.d.ts +2 -1
- package/dist/constructors/Field/basicTypes.d.ts +15 -2
- package/dist/constructors/Field/index.d.ts +3 -0
- package/dist/constructors/Field/props.d.ts +12 -0
- package/dist/constructors/Field/types.d.ts +3 -0
- package/dist/constructors/FieldCounter/FieldCounter.d.ts +5 -2
- package/dist/constructors/FieldCounter/basicTypes.d.ts +8 -1
- package/dist/constructors/FieldCounter/props.d.ts +6 -0
- package/dist/constructors/FieldLabel/FieldLabel.d.ts +11 -5
- package/dist/constructors/FieldLabel/basicTypes.d.ts +4 -1
- package/dist/constructors/FieldLabel/props.d.ts +4 -0
- package/dist/constructors/FieldMessage/FieldMessage.d.ts +9 -4
- package/dist/constructors/FieldMessage/basicTypes.d.ts +12 -1
- package/dist/constructors/FieldMessage/index.d.ts +1 -0
- package/dist/constructors/FieldMessage/props.d.ts +9 -0
- package/dist/constructors/Grid/Grid.d.ts +29 -0
- package/dist/constructors/Grid/GridDesign.d.ts +43 -0
- package/dist/constructors/Grid/basicTypes.d.ts +1 -0
- package/dist/constructors/Grid/index.d.ts +5 -0
- package/dist/constructors/Grid/props.d.ts +15 -0
- package/dist/constructors/Grid/types.d.ts +37 -0
- package/dist/constructors/GridItem/GridItem.d.ts +29 -0
- package/dist/constructors/GridItem/GridItemDesign.d.ts +43 -0
- package/dist/constructors/GridItem/basicTypes.d.ts +1 -0
- package/dist/constructors/GridItem/index.d.ts +5 -0
- package/dist/constructors/GridItem/props.d.ts +19 -0
- package/dist/constructors/GridItem/types.d.ts +37 -0
- package/dist/constructors/Group/Group.d.ts +6 -0
- package/dist/constructors/Group/GroupDesign.d.ts +18 -0
- package/dist/constructors/Group/basicTypes.d.ts +1 -0
- package/dist/constructors/Group/index.d.ts +5 -0
- package/dist/constructors/Group/props.d.ts +20 -0
- package/dist/constructors/Group/types.d.ts +44 -0
- package/dist/constructors/HorizontalScroll/HorizontalScroll.d.ts +67 -0
- package/dist/constructors/HorizontalScroll/HorizontalScrollDesign.d.ts +43 -0
- package/dist/constructors/HorizontalScroll/HorizontalScrollInclude.d.ts +67 -0
- package/dist/constructors/HorizontalScroll/basicTypes.d.ts +40 -0
- package/dist/constructors/HorizontalScroll/index.d.ts +6 -0
- package/dist/constructors/HorizontalScroll/props.d.ts +29 -0
- package/dist/constructors/HorizontalScroll/types.d.ts +39 -0
- package/dist/constructors/Icon/Icon.d.ts +7 -3
- package/dist/constructors/Icon/basicTypes.d.ts +33 -0
- package/dist/constructors/Icon/index.d.ts +1 -1
- package/dist/constructors/Icon/props.d.ts +5 -0
- package/dist/constructors/Icon/types.d.ts +4 -2
- package/dist/constructors/Image/Image.d.ts +21 -12
- package/dist/constructors/Image/ImageInclude.d.ts +3 -3
- package/dist/constructors/Image/ImageUint8Array.d.ts +47 -0
- package/dist/constructors/Image/basicTypes.d.ts +56 -7
- package/dist/constructors/Image/index.d.ts +15 -1
- package/dist/constructors/Image/types.d.ts +3 -0
- package/dist/constructors/Input/Input.d.ts +37 -18
- package/dist/constructors/Input/basicTypes.d.ts +5 -0
- package/dist/constructors/Input/index.d.ts +1 -0
- package/dist/constructors/List/List.d.ts +21 -12
- package/dist/constructors/List/ListControl.d.ts +12 -0
- package/dist/constructors/List/basicTypes.d.ts +5 -0
- package/dist/constructors/List/index.d.ts +4 -0
- package/dist/constructors/List/props.d.ts +31 -0
- package/dist/constructors/List/types.d.ts +5 -0
- package/dist/constructors/ListGroup/ListGroup.d.ts +5 -2
- package/dist/constructors/ListGroup/basicTypes.d.ts +4 -0
- package/dist/constructors/ListGroup/index.d.ts +1 -0
- package/dist/constructors/ListGroup/props.d.ts +1 -0
- package/dist/constructors/ListGroup/types.d.ts +3 -0
- package/dist/constructors/ListItem/ListItem.d.ts +34 -18
- package/dist/constructors/ListItem/basicTypes.d.ts +5 -0
- package/dist/constructors/ListItem/props.d.ts +13 -0
- package/dist/constructors/ListItem/types.d.ts +5 -2
- package/dist/constructors/ListMenu/ListMenu.d.ts +7 -3
- package/dist/constructors/ListMenu/basicTypes.d.ts +5 -0
- package/dist/constructors/ListMenu/props.d.ts +3 -1
- package/dist/constructors/ListMenu/types.d.ts +2 -0
- package/dist/constructors/Mask/Mask.d.ts +49 -24
- package/dist/constructors/Mask/basicTypes.d.ts +43 -0
- package/dist/constructors/Mask/index.d.ts +24 -0
- package/dist/constructors/Mask/props.d.ts +19 -0
- package/dist/constructors/Mask/types.d.ts +15 -0
- package/dist/constructors/Menu/Menu.d.ts +21 -10
- package/dist/constructors/Menu/MenuInclude.d.ts +1 -0
- package/dist/constructors/Menu/basicTypes.d.ts +15 -0
- package/dist/constructors/Menu/index.d.ts +5 -0
- package/dist/constructors/Menu/props.d.ts +26 -0
- package/dist/constructors/Menu/types.d.ts +2 -0
- package/dist/constructors/Modal/Modal.d.ts +15 -1
- package/dist/constructors/Modal/ModalAbstract.d.ts +9 -1
- package/dist/constructors/Modal/index.d.ts +2 -0
- package/dist/constructors/Modal/props.d.ts +2 -0
- package/dist/constructors/Modal/types.d.ts +1 -0
- package/dist/constructors/MotionAxis/MotionAxis.d.ts +75 -0
- package/dist/constructors/MotionAxis/MotionAxisDesign.d.ts +49 -0
- package/dist/constructors/MotionAxis/MotionAxisElement.d.ts +132 -0
- package/dist/constructors/MotionAxis/MotionAxisGo.d.ts +103 -0
- package/dist/constructors/MotionAxis/MotionAxisInclude.d.ts +49 -0
- package/dist/constructors/MotionAxis/MotionAxisPrevious.d.ts +42 -0
- package/dist/constructors/MotionAxis/MotionAxisSelected.d.ts +31 -0
- package/dist/constructors/MotionAxis/MotionAxisSlides.d.ts +19 -0
- package/dist/constructors/MotionAxis/MotionAxisStatus.d.ts +88 -0
- package/dist/constructors/MotionAxis/MotionAxisStyles.d.ts +38 -0
- package/dist/constructors/MotionAxis/basicTypes.d.ts +42 -0
- package/dist/constructors/MotionAxis/index.d.ts +13 -0
- package/dist/constructors/MotionAxis/props.d.ts +35 -0
- package/dist/constructors/MotionAxis/types.d.ts +64 -0
- package/dist/constructors/MotionTransform/MotionTransform.d.ts +19 -9
- package/dist/constructors/MotionTransform/MotionTransformDesign.d.ts +3 -3
- package/dist/constructors/MotionTransform/basicTypes.d.ts +1 -0
- package/dist/constructors/MotionTransform/index.d.ts +6 -1
- package/dist/constructors/MotionTransform/props.d.ts +18 -12
- package/dist/constructors/MotionTransform/types.d.ts +7 -5
- package/dist/constructors/Progress/Progress.d.ts +5 -1
- package/dist/constructors/Progress/basicTypes.d.ts +4 -0
- package/dist/constructors/Progress/props.d.ts +11 -0
- package/dist/constructors/Ripple/Ripple.d.ts +5 -1
- package/dist/constructors/Ripple/RippleInclude.d.ts +3 -3
- package/dist/constructors/Ripple/basicTypes.d.ts +6 -1
- package/dist/constructors/Ripple/index.d.ts +1 -0
- package/dist/constructors/Ripple/props.d.ts +1 -0
- package/dist/constructors/Scrollbar/Scrollbar.d.ts +7 -3
- package/dist/constructors/Scrollbar/ScrollbarInclude.d.ts +3 -3
- package/dist/constructors/Scrollbar/basicTypes.d.ts +10 -1
- package/dist/constructors/Scrollbar/index.d.ts +2 -0
- package/dist/constructors/Scrollbar/props.d.ts +2 -0
- package/dist/constructors/Scrollbar/types.d.ts +8 -0
- package/dist/constructors/Select/Select.d.ts +25 -12
- package/dist/constructors/Select/index.d.ts +2 -0
- package/dist/constructors/Select/props.d.ts +9 -0
- package/dist/constructors/SelectValue/SelectValue.d.ts +9 -4
- package/dist/constructors/SelectValue/basicTypes.d.ts +3 -0
- package/dist/constructors/SelectValue/props.d.ts +8 -0
- package/dist/constructors/Skeleton/basicTypes.d.ts +13 -0
- package/dist/constructors/Skeleton/index.d.ts +2 -1
- package/dist/constructors/Skeleton/types.d.ts +2 -0
- package/dist/constructors/Snackbar/Snackbar.d.ts +47 -0
- package/dist/constructors/Snackbar/SnackbarData.d.ts +104 -0
- package/dist/constructors/Snackbar/SnackbarDesign.d.ts +63 -0
- package/dist/constructors/Snackbar/SnackbarEvent.d.ts +32 -0
- package/dist/constructors/Snackbar/basicTypes.d.ts +17 -0
- package/dist/constructors/Snackbar/index.d.ts +7 -0
- package/dist/constructors/Snackbar/props.d.ts +27 -0
- package/dist/constructors/Snackbar/types.d.ts +54 -0
- package/dist/constructors/SnackbarItem/SnackbarItem.d.ts +72 -0
- package/dist/constructors/SnackbarItem/SnackbarItemDesign.d.ts +67 -0
- package/dist/constructors/SnackbarItem/basicTypes.d.ts +28 -0
- package/dist/constructors/SnackbarItem/index.d.ts +5 -0
- package/dist/constructors/SnackbarItem/props.d.ts +43 -0
- package/dist/constructors/SnackbarItem/types.d.ts +56 -0
- package/dist/constructors/TabItem/TabItem.d.ts +120 -0
- package/dist/constructors/TabItem/TabItemDesign.d.ts +43 -0
- package/dist/constructors/TabItem/basicTypes.d.ts +8 -0
- package/dist/constructors/TabItem/index.d.ts +5 -0
- package/dist/constructors/TabItem/props.d.ts +40 -0
- package/dist/constructors/TabItem/types.d.ts +44 -0
- package/dist/constructors/Tabs/Tabs.d.ts +50 -0
- package/dist/constructors/Tabs/TabsDesign.d.ts +49 -0
- package/dist/constructors/Tabs/TabsSelected.d.ts +39 -0
- package/dist/constructors/Tabs/basicTypes.d.ts +1 -0
- package/dist/constructors/Tabs/index.d.ts +6 -0
- package/dist/constructors/Tabs/props.d.ts +20 -0
- package/dist/constructors/Tabs/types.d.ts +39 -0
- package/dist/constructors/TabsNavigation/TabsNavigation.d.ts +141 -0
- package/dist/constructors/TabsNavigation/TabsNavigationControl.d.ts +85 -0
- package/dist/constructors/TabsNavigation/TabsNavigationDesign.d.ts +60 -0
- package/dist/constructors/TabsNavigation/TabsNavigationFocus.d.ts +61 -0
- package/dist/constructors/TabsNavigation/TabsNavigationIds.d.ts +32 -0
- package/dist/constructors/TabsNavigation/TabsNavigationInclude.d.ts +43 -0
- package/dist/constructors/TabsNavigation/TabsNavigationIndicator.d.ts +55 -0
- package/dist/constructors/TabsNavigation/TabsNavigationSelected.d.ts +39 -0
- package/dist/constructors/TabsNavigation/basicTypes.d.ts +27 -0
- package/dist/constructors/TabsNavigation/index.d.ts +11 -0
- package/dist/constructors/TabsNavigation/props.d.ts +42 -0
- package/dist/constructors/TabsNavigation/types.d.ts +47 -0
- package/dist/constructors/Textarea/Textarea.d.ts +83 -0
- package/dist/constructors/Textarea/TextareaDesign.d.ts +51 -0
- package/dist/constructors/Textarea/basicTypes.d.ts +1 -0
- package/dist/constructors/Textarea/index.d.ts +5 -0
- package/dist/constructors/Textarea/props.d.ts +26 -0
- package/dist/constructors/Textarea/types.d.ts +38 -0
- package/dist/constructors/TextareaAutosize/TextareaAutosize.d.ts +7 -3
- package/dist/constructors/TextareaAutosize/basicTypes.d.ts +20 -1
- package/dist/constructors/TextareaAutosize/index.d.ts +2 -0
- package/dist/constructors/TextareaAutosize/props.d.ts +7 -2
- package/dist/constructors/TextareaAutosize/types.d.ts +2 -0
- package/dist/constructors/Tooltip/Tooltip.d.ts +27 -16
- package/dist/constructors/Tooltip/{TooltipClasses.d.ts → TooltipClassesData.d.ts} +1 -1
- package/dist/constructors/Tooltip/TooltipEvent.d.ts +4 -4
- package/dist/constructors/Tooltip/TooltipPosition.d.ts +3 -3
- package/dist/constructors/Tooltip/basicTypes.d.ts +15 -0
- package/dist/constructors/Tooltip/index.d.ts +6 -0
- package/dist/constructors/Tooltip/props.d.ts +9 -0
- package/dist/constructors/Tooltip/types.d.ts +4 -0
- package/dist/constructors/Window/Window.d.ts +53 -26
- package/dist/constructors/Window/{WindowClasses.d.ts → WindowClassesData.d.ts} +1 -1
- package/dist/constructors/Window/WindowCoordinates.d.ts +3 -3
- package/dist/constructors/Window/WindowElement.d.ts +3 -3
- package/dist/constructors/Window/WindowEmit.d.ts +3 -3
- package/dist/constructors/Window/WindowFlash.d.ts +3 -3
- package/dist/constructors/Window/WindowHidden.d.ts +3 -3
- package/dist/constructors/Window/WindowPersistent.d.ts +3 -3
- package/dist/constructors/Window/WindowVerification.d.ts +3 -3
- package/dist/constructors/Window/basicTypes.d.ts +10 -0
- package/dist/constructors/Window/index.d.ts +21 -3
- package/dist/constructors/Window/props.d.ts +53 -27
- package/dist/constructors/Window/types.d.ts +7 -7
- package/dist/defineProperty-hmGKPWdq.js +39 -0
- package/dist/dialog.js +89 -210
- package/dist/dummy.js +28 -0
- package/dist/field.js +220 -549
- package/dist/fieldCounter.js +77 -194
- package/dist/fieldLabel.js +63 -175
- package/dist/fieldMessage.js +82 -234
- package/dist/getClassTagAStatic-BPIEWyHY.js +4 -0
- package/dist/grid.js +31 -0
- package/dist/gridItem.js +31 -0
- package/dist/group.js +13 -0
- package/dist/horizontalScroll.js +57 -0
- package/dist/icon.js +82 -227
- package/dist/image.js +648 -1345
- package/dist/input.js +82 -363
- package/dist/library/checkbox.d.ts +1 -0
- package/dist/library/dummy.d.ts +1 -0
- package/dist/library/grid.d.ts +1 -0
- package/dist/library/gridItem.d.ts +1 -0
- package/dist/library/group.d.ts +1 -0
- package/dist/library/horizontalScroll.d.ts +1 -0
- package/dist/library/motionAxis.d.ts +1 -0
- package/dist/library/snackbar.d.ts +1 -0
- package/dist/library/snackbarItem.d.ts +1 -0
- package/dist/library/tabItem.d.ts +1 -0
- package/dist/library/tabs.d.ts +1 -0
- package/dist/library/tabsNavigation.d.ts +1 -0
- package/dist/library/textarea.d.ts +1 -0
- package/dist/library.d.ts +1 -0
- package/dist/library.js +21 -58
- package/dist/list.js +455 -1062
- package/dist/listGroup.js +61 -172
- package/dist/listItem.js +113 -318
- package/dist/listMenu.js +51 -123
- package/dist/mask.js +1015 -2488
- package/dist/menu.js +200 -537
- package/dist/modal.js +28 -72
- package/dist/motionAxis.js +319 -0
- package/dist/motionTransform.js +225 -633
- package/dist/page.js +11 -28
- package/dist/plugin.js +2 -4
- package/dist/progress.js +123 -302
- package/dist/ripple.js +55 -135
- package/dist/scrollbar.js +99 -237
- package/dist/section.js +11 -28
- package/dist/select.js +163 -423
- package/dist/selectValue.js +87 -247
- package/dist/skeleton.js +32 -80
- package/dist/snackbar.js +143 -0
- package/dist/snackbarItem.js +119 -0
- package/dist/tabItem.js +64 -0
- package/dist/tabs.js +69 -0
- package/dist/tabsNavigation.js +212 -0
- package/dist/textarea.js +58 -0
- package/dist/textareaAutosize.js +83 -237
- package/dist/tooltip.js +236 -667
- package/dist/types/ariaTypes.d.ts +45 -25
- package/dist/types/descriptionTypes.d.ts +3 -0
- package/dist/types/eventClickTypes.d.ts +2 -0
- package/dist/types/fieldTypes.d.ts +29 -20
- package/dist/types/modelTypes.d.ts +30 -0
- package/dist/types/pluginTypes.d.ts +5 -1
- package/dist/types/roleTypes.d.ts +1 -0
- package/dist/types/textTypes.d.ts +18 -0
- package/dist/window.js +769 -2037
- package/package.json +56 -2
- package/src/constructors/Accordion/properties.json +16 -0
- package/src/constructors/ActionSheet/properties.json +14 -0
- package/src/constructors/Actions/properties.json +66 -0
- package/src/constructors/Anchor/properties.json +3 -0
- package/src/constructors/Arrow/properties.json +23 -0
- package/src/constructors/Badge/properties.json +36 -0
- package/src/constructors/Bars/properties.json +5 -0
- package/src/constructors/Block/properties.json +10 -0
- package/src/constructors/Button/properties.json +84 -0
- package/src/constructors/Cell/properties.json +52 -0
- package/src/constructors/Cell/style.scss +8 -3
- package/src/constructors/Checkbox/properties.json +65 -0
- package/src/constructors/Checkbox/style.scss +99 -0
- package/src/constructors/Chip/properties.json +3 -0
- package/src/constructors/ChipGroup/properties.json +3 -0
- package/src/constructors/Dialog/properties.json +23 -0
- package/src/constructors/Dummy/properties.json +2 -0
- package/src/constructors/Dummy/style.scss +5 -0
- package/src/constructors/Field/properties.json +92 -0
- package/src/constructors/Field/style.scss +2 -0
- package/src/constructors/FieldCounter/properties.json +4 -0
- package/src/constructors/FieldLabel/properties.json +4 -0
- package/src/constructors/FieldMessage/properties.json +10 -0
- package/src/constructors/Grid/properties.json +6 -0
- package/src/constructors/Grid/style.scss +8 -0
- package/src/constructors/GridItem/properties.json +40 -0
- package/src/constructors/GridItem/style.scss +5 -0
- package/src/constructors/Group/properties.json +3 -0
- package/src/constructors/Group/style.scss +6 -0
- package/src/constructors/HorizontalScroll/properties.json +26 -0
- package/src/constructors/HorizontalScroll/style.scss +27 -0
- package/src/constructors/Icon/properties.json +25 -0
- package/src/constructors/Image/properties.json +17 -0
- package/src/constructors/Input/properties.json +2 -0
- package/src/constructors/List/properties.json +16 -0
- package/src/constructors/ListGroup/properties.json +15 -0
- package/src/constructors/ListItem/properties.json +52 -0
- package/src/constructors/ListItem/style.scss +2 -0
- package/src/constructors/ListMenu/properties.json +19 -0
- package/src/constructors/Mask/properties.json +30 -0
- package/src/constructors/Mask/style.scss +6 -2
- package/src/constructors/Menu/properties.json +17 -0
- package/src/constructors/Modal/properties.json +17 -0
- package/src/constructors/MotionAxis/properties.json +15 -0
- package/src/constructors/MotionAxis/style.scss +110 -0
- package/src/constructors/MotionTransform/properties.json +35 -0
- package/src/constructors/Page/properties.json +3 -0
- package/src/constructors/Progress/properties.json +47 -0
- package/src/constructors/Ripple/properties.json +9 -0
- package/src/constructors/Scrollbar/properties.json +33 -0
- package/src/constructors/Section/properties.json +3 -0
- package/src/constructors/Select/properties.json +3 -0
- package/src/constructors/SelectValue/properties.json +7 -0
- package/src/constructors/Skeleton/properties.json +24 -0
- package/src/constructors/Snackbar/properties.json +95 -0
- package/src/constructors/Snackbar/style.scss +58 -0
- package/src/constructors/SnackbarItem/properties.json +12 -0
- package/src/constructors/SnackbarItem/style.scss +30 -0
- package/src/constructors/TabItem/properties.json +49 -0
- package/src/constructors/TabItem/style.scss +64 -0
- package/src/constructors/Tabs/properties.json +3 -0
- package/src/constructors/Tabs/style.scss +5 -0
- package/src/constructors/TabsNavigation/properties.json +10 -0
- package/src/constructors/TabsNavigation/style.scss +5 -0
- package/src/constructors/Textarea/properties.json +2 -0
- package/src/constructors/Textarea/style.scss +5 -0
- package/src/constructors/TextareaAutosize/properties.json +9 -0
- package/src/constructors/TextareaAutosize/style.scss +9 -6
- package/src/constructors/Tooltip/properties.json +18 -0
- package/src/constructors/Window/properties.json +240 -0
- package/src/library/style.scss +13 -0
- package/dist/ActionsInclude-H5ZWeXJj.js +0 -64
- package/dist/AriaStaticInclude-CAURwJMb.js +0 -257
- package/dist/ArrowInclude-CcpT637l.js +0 -47
- package/dist/BarsInclude-BOEoY-O4.js +0 -74
- package/dist/BlockDesign-CwRNJi0I.js +0 -244
- package/dist/ButtonDesign-DgZNw44L.js +0 -198
- package/dist/CaptionInclude-NzS6EYYj.js +0 -70
- package/dist/DescriptionInclude-D4ane9aR.js +0 -55
- package/dist/EnabledInclude-Dk-rP4jp.js +0 -46
- package/dist/EventClickInclude-WHJqxZ1b.js +0 -103
- package/dist/FieldCounterInclude-D0oojGWY.js +0 -59
- package/dist/FieldEventInclude-DBRqmzpF.js +0 -718
- package/dist/FieldInclude-BKoBWZdj.js +0 -145
- package/dist/FieldInputCheckInclude-CjNYyGTb.js +0 -79
- package/dist/FieldLabelInclude-Bkxf6rRw.js +0 -71
- package/dist/FieldMatchInclude-GgyucDC_.js +0 -318
- package/dist/FieldMessageInclude-BJDnir34.js +0 -77
- package/dist/IconInclude-CLqwI29Q.js +0 -123
- package/dist/IconTrailingInclude-CdsOcDxv.js +0 -83
- package/dist/LabelHighlightInclude-CLmTvW_6.js +0 -75
- package/dist/LabelInclude-D-mLvjK5.js +0 -114
- package/dist/LabelNumberInclude-Cn0qDEgX.js +0 -46
- package/dist/ListGroupOpen-Bl_HIQoV.js +0 -43
- package/dist/MenuInclude-DfGCfr_I.js +0 -94
- package/dist/ModalDesignAbstract-D4A_a_rC.js +0 -179
- package/dist/ModelInclude-BiYm_iCQ.js +0 -73
- package/dist/ModelValueInclude-CJmm5go9.js +0 -48
- package/dist/MotionTransformClassesInclude-B23RIq0Q.js +0 -214
- package/dist/MotionTransformInclude-P_oRs3JZ.js +0 -97
- package/dist/Plugin-CBNCh_iN.js +0 -628
- package/dist/ProgressInclude-9MfZWtGP.js +0 -56
- package/dist/RippleInclude-Du5yIzX_.js +0 -21
- package/dist/SkeletonInclude-BIUzAO2s.js +0 -105
- package/dist/SuffixInclude-maZ7235l.js +0 -125
- package/dist/TabIndexInclude-xcSFV8yP.js +0 -177
- package/dist/TextInclude--GERRCGj.js +0 -146
- package/dist/TooltipInclude--QRSE83v.js +0 -76
- package/dist/TouchEventInclude-DctYCjt8.js +0 -186
- package/dist/WindowClassesInclude-B56usxgx.js +0 -213
- package/dist/WindowEsc-DTwn4Vsz.js +0 -72
- package/dist/WindowInclude-BWm4-0Gh.js +0 -121
- package/dist/getClassTagAStatic-BnVYlXHI.js +0 -4
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ConstrClass } from '@dxtmisha/functional';
|
|
2
|
+
/**
|
|
3
|
+
* Interface for describing which components need to be connected for work.
|
|
4
|
+
*
|
|
5
|
+
* Интерфейс для описания, какие компоненты надо подключить для работы.
|
|
6
|
+
*/
|
|
7
|
+
export type DummyComponents = {};
|
|
8
|
+
/**
|
|
9
|
+
* Type describing available events.
|
|
10
|
+
*
|
|
11
|
+
* Тип, описывающий доступные события.
|
|
12
|
+
*/
|
|
13
|
+
export type DummyEmits = {};
|
|
14
|
+
/**
|
|
15
|
+
* Type describing available properties.
|
|
16
|
+
*
|
|
17
|
+
* Тип, описывающий доступные свойства.
|
|
18
|
+
*/
|
|
19
|
+
export interface DummyExpose {
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Type describing available slots.
|
|
23
|
+
*
|
|
24
|
+
* Тип, описывающий доступные слоты.
|
|
25
|
+
*/
|
|
26
|
+
export interface DummySlots {
|
|
27
|
+
/** Default slot for the component/ Слот по умолчанию для компонента */
|
|
28
|
+
default?(props: any): any;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Type describing subclasses.
|
|
32
|
+
*
|
|
33
|
+
* Тип, описывающий подклассы.
|
|
34
|
+
*/
|
|
35
|
+
export type DummyClasses = {
|
|
36
|
+
main: ConstrClass;
|
|
37
|
+
};
|
|
@@ -64,21 +64,36 @@ export declare class Field {
|
|
|
64
64
|
* @param components object for working with components/ объект для работы с компонентами
|
|
65
65
|
* @param slots object for working with slots/ объект для работы со слотами
|
|
66
66
|
* @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
|
|
67
|
-
* @param
|
|
68
|
-
* @param
|
|
69
|
-
* @param
|
|
70
|
-
* @param
|
|
71
|
-
* @param
|
|
72
|
-
* @param FieldLabelIncludeConstructor class for working with field label/ класс для работы с меткой поля
|
|
73
|
-
* @param FieldMessageIncludeConstructor class for working with field message/ класс для работы с сообщением поля
|
|
74
|
-
* @param
|
|
75
|
-
* @param
|
|
76
|
-
* @param
|
|
77
|
-
* @param
|
|
78
|
-
* @param
|
|
79
|
-
* @param
|
|
67
|
+
* @param constructors object with classes/ объект с классами
|
|
68
|
+
* @param constructors.CaptionIncludeConstructor class for working with caption/ класс для работы с подписью
|
|
69
|
+
* @param constructors.EnabledIncludeConstructor class for working with enabled/ класс для работы с активностью
|
|
70
|
+
* @param constructors.EventClickIncludeConstructor class for working with event click/ класс для работы с событием клика
|
|
71
|
+
* @param constructors.FieldIconsConstructor class for working with field icons/ класс для работы с иконками поля
|
|
72
|
+
* @param constructors.FieldLabelIncludeConstructor class for working with field label/ класс для работы с меткой поля
|
|
73
|
+
* @param constructors.FieldMessageIncludeConstructor class for working with field message/ класс для работы с сообщением поля
|
|
74
|
+
* @param constructors.FieldSizeConstructor class for working with field size/ класс для работы с размером поля
|
|
75
|
+
* @param constructors.IconTrailingIncludeConstructor class for working with icon/ класс для работы с иконкой
|
|
76
|
+
* @param constructors.PrefixIncludeConstructor class for working with prefix/ класс для работы с префиксом
|
|
77
|
+
* @param constructors.ProgressIncludeConstructor class for working with progress/ класс для работы с прогрессом
|
|
78
|
+
* @param constructors.SkeletonIncludeConstructor class for working with skeleton/ класс для работы со скелетоном
|
|
79
|
+
* @param constructors.SuffixIncludeConstructor class for working with suffix/ класс для работы с суффиксом
|
|
80
|
+
* @param constructors.TextIncludeConstructor class for working with text/ класс для работы с текстом
|
|
80
81
|
*/
|
|
81
|
-
constructor(props: FieldProps, refs: ToRefs<FieldProps>, element: Ref<HTMLLabelElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldComponents, FieldProps> | undefined, slots?: FieldSlots | undefined, emits?: ConstrEmit<FieldEmits> | undefined,
|
|
82
|
+
constructor(props: FieldProps, refs: ToRefs<FieldProps>, element: Ref<HTMLLabelElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldComponents, FieldProps> | undefined, slots?: FieldSlots | undefined, emits?: ConstrEmit<FieldEmits> | undefined, constructors?: {
|
|
83
|
+
CaptionIncludeConstructor?: typeof CaptionInclude;
|
|
84
|
+
EnabledIncludeConstructor?: typeof EnabledInclude;
|
|
85
|
+
EventClickIncludeConstructor?: typeof EventClickInclude;
|
|
86
|
+
FieldIconsConstructor?: typeof FieldIcons;
|
|
87
|
+
FieldLabelIncludeConstructor?: typeof FieldLabelInclude;
|
|
88
|
+
FieldMessageIncludeConstructor?: typeof FieldMessageInclude;
|
|
89
|
+
FieldSizeConstructor?: typeof FieldSize;
|
|
90
|
+
IconTrailingIncludeConstructor?: typeof IconTrailingInclude;
|
|
91
|
+
PrefixIncludeConstructor?: typeof PrefixInclude;
|
|
92
|
+
ProgressIncludeConstructor?: typeof ProgressInclude;
|
|
93
|
+
SkeletonIncludeConstructor?: typeof SkeletonInclude;
|
|
94
|
+
SuffixIncludeConstructor?: typeof SuffixInclude;
|
|
95
|
+
TextIncludeConstructor?: typeof TextInclude;
|
|
96
|
+
});
|
|
82
97
|
/** Checks if the field is classic/ Проверяет, является ли поле классическим */
|
|
83
98
|
readonly isClassic: ComputedRef<boolean>;
|
|
84
99
|
/** Checks if an error needs to be displayed/ Проверяет, надо ли выводить ошибку */
|
|
@@ -22,8 +22,9 @@ export declare class FieldSize {
|
|
|
22
22
|
* Update margins.
|
|
23
23
|
*
|
|
24
24
|
* Обновление отступов.
|
|
25
|
+
* @param limit recursion limit/ лимит рекурсии
|
|
25
26
|
*/
|
|
26
|
-
readonly update: () => void;
|
|
27
|
+
readonly update: (limit?: number) => void;
|
|
27
28
|
/**
|
|
28
29
|
* Returns separator elements.
|
|
29
30
|
*
|
|
@@ -32,9 +32,12 @@ export type FieldControl = {
|
|
|
32
32
|
* CSS-классы, применяемые при фокусировке на поле
|
|
33
33
|
*/
|
|
34
34
|
classForFocus: string;
|
|
35
|
+
/** Properties bound to the input element/ Свойства, привязанные к элементу ввода */
|
|
35
36
|
binds: AriaList & {
|
|
37
|
+
/** Unique ID/ Уникальный идентификатор */
|
|
36
38
|
id: string;
|
|
37
|
-
|
|
39
|
+
/** Class name/ Имя класса */
|
|
40
|
+
class: string;
|
|
38
41
|
};
|
|
39
42
|
};
|
|
40
43
|
/**
|
|
@@ -42,7 +45,8 @@ export type FieldControl = {
|
|
|
42
45
|
* Интерфейс для описания, какие компоненты надо подключить для работы Field
|
|
43
46
|
*/
|
|
44
47
|
export type FieldComponentInclude = {
|
|
45
|
-
|
|
48
|
+
/** Field component configuration/ Конфигурация компонента поля */
|
|
49
|
+
field?: object;
|
|
46
50
|
};
|
|
47
51
|
/**
|
|
48
52
|
* Type describing available slots for Field/
|
|
@@ -55,11 +59,20 @@ export interface FieldSlotsInclude extends Omit<FieldSlots, 'default'> {
|
|
|
55
59
|
* Свойства, которые можно передать в FieldInclude
|
|
56
60
|
*/
|
|
57
61
|
export type FieldPropsInclude<Icon extends IconPropsBasic = IconPropsBasic, Field extends FieldPropsBasic = FieldPropsBasic, FieldLabel extends FieldLabelPropsBasic = FieldLabelPropsBasic, FieldMessage extends FieldMessagePropsBasic = FieldMessagePropsBasic, FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic, Progress extends ProgressPropsBasic = ProgressPropsBasic> = Omit<FieldPropsBasic<Icon, FieldLabel, FieldMessage, FieldCounter, Progress>, 'disabledPrevious' | 'disabledNext' | 'to' | 'value' | 'maxlength' | 'cancelShow' | 'counter' | 'counterTemplate' | 'counterTop' | 'iconArrowLeft' | 'iconArrowRight' | 'iconPlus' | 'iconMinus' | 'iconClose'> & {
|
|
62
|
+
/** Status/ Статус */
|
|
63
|
+
/** Whether the field is focused/ Сфокусировано ли поле */
|
|
58
64
|
focus?: boolean;
|
|
65
|
+
/** Whether the field is selected/ Выбрано ли поле */
|
|
59
66
|
selected?: boolean;
|
|
67
|
+
/** Whether the field is read-only/ Находится ли поле в режиме «только для чтения» */
|
|
60
68
|
readonly?: boolean;
|
|
69
|
+
/** Whether the field is disabled/ Отключено ли поле */
|
|
61
70
|
disabled?: boolean;
|
|
71
|
+
/** Style/ Стили */
|
|
72
|
+
/** Alignment of content in the field/ Выравнивание контента в поле */
|
|
62
73
|
align?: 'center' | 'right' | 'left';
|
|
74
|
+
/** Cancellation behavior/ Поведение отмены */
|
|
63
75
|
cancel?: 'auto' | 'always' | 'none';
|
|
76
|
+
/** Additional attributes for the Field component/ Дополнительные атрибуты для компонента поля */
|
|
64
77
|
fieldAttrs?: ConstrBind<Field>;
|
|
65
78
|
};
|
|
@@ -31,15 +31,27 @@ export type FieldPropsToken = {
|
|
|
31
31
|
width?: string | 'custom';
|
|
32
32
|
};
|
|
33
33
|
export type FieldPropsBasic<Icon extends IconPropsBasic = IconPropsBasic, FieldLabel extends FieldLabelPropsBasic = FieldLabelPropsBasic, FieldMessage extends FieldMessagePropsBasic = FieldMessagePropsBasic, FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic, Progress extends ProgressPropsBasic = ProgressPropsBasic> = IconTrailingPropsInclude<Icon> & PrefixProps & SuffixProps & CaptionProps & FieldLabelPropsInclude<FieldLabel, FieldCounter> & FieldMessagePropsInclude<FieldMessage, FieldCounter> & ProgressPropsInclude<Progress> & EnabledProps & EventClickProps & SkeletonPropsInclude & TextCancelPropsInclude & {
|
|
34
|
+
/** Status/ Статус */
|
|
35
|
+
/** Whether the previous button is disabled/ Отключена ли кнопка «Назад» */
|
|
34
36
|
disabledPrevious?: boolean;
|
|
37
|
+
/** Whether the next button is disabled/ Отключена ли кнопка «Вперед» */
|
|
35
38
|
disabledNext?: boolean;
|
|
39
|
+
/** Style/ Стили */
|
|
40
|
+
/** Unique identifier for the field/ Уникальный идентификатор для поля */
|
|
36
41
|
id?: string | number;
|
|
42
|
+
/** Whether the counter is positioned at the top/ Находится ли счетчик сверху */
|
|
37
43
|
counterTop?: boolean;
|
|
44
|
+
/** Whether to show the cancel button/ Показывать ли кнопку отмены */
|
|
38
45
|
cancelShow?: boolean;
|
|
46
|
+
/** Icon for the left arrow/ Иконка для стрелки влево */
|
|
39
47
|
iconArrowLeft?: IconValue<Icon>;
|
|
48
|
+
/** Icon for the right arrow/ Иконка для стрелки вправо */
|
|
40
49
|
iconArrowRight?: IconValue<Icon>;
|
|
50
|
+
/** Icon for the plus action/ Иконка для действия «плюс» */
|
|
41
51
|
iconPlus?: IconValue<Icon>;
|
|
52
|
+
/** Icon for the minus action/ Иконка для действия «минус» */
|
|
42
53
|
iconMinus?: IconValue<Icon>;
|
|
54
|
+
/** Icon for the close action/ Иконка для действия закрытия */
|
|
43
55
|
iconClose?: IconValue<Icon>;
|
|
44
56
|
};
|
|
45
57
|
/**
|
|
@@ -33,8 +33,11 @@ export interface FieldExpose {
|
|
|
33
33
|
* Тип, описывающий доступные слоты.
|
|
34
34
|
*/
|
|
35
35
|
export interface FieldSlots extends CaptionSlots, PrefixSlots, SuffixSlots, FieldLabelSlotsInclude {
|
|
36
|
+
/** Slot for displaying content before the input area/ Слот для отображения контента перед областью ввода */
|
|
36
37
|
leading?(props: FieldControl): any;
|
|
38
|
+
/** Slot for displaying content after the input area/ Слот для отображения контента после области ввода */
|
|
37
39
|
trailing?(props: FieldControl): any;
|
|
40
|
+
/** Default slot for the input element/ Слот по умолчанию для элемента ввода */
|
|
38
41
|
default?(props: FieldControl): any;
|
|
39
42
|
}
|
|
40
43
|
/**
|
|
@@ -26,9 +26,12 @@ export declare class FieldCounter {
|
|
|
26
26
|
* @param components object for working with components/ объект для работы с компонентами
|
|
27
27
|
* @param slots object for working with slots/ объект для работы со слотами
|
|
28
28
|
* @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
|
|
29
|
-
* @param
|
|
29
|
+
* @param constructors object with classes/ объект с классами
|
|
30
|
+
* @param constructors.TextIncludeConstructor class for working with text/ класс для работы с текстом
|
|
30
31
|
*/
|
|
31
|
-
constructor(props: FieldCounterProps, refs: ToRefs<FieldCounterProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldCounterComponents, FieldCounterProps> | undefined, slots?: FieldCounterSlots | undefined, emits?: ConstrEmit<FieldCounterEmits> | undefined,
|
|
32
|
+
constructor(props: FieldCounterProps, refs: ToRefs<FieldCounterProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldCounterComponents, FieldCounterProps> | undefined, slots?: FieldCounterSlots | undefined, emits?: ConstrEmit<FieldCounterEmits> | undefined, constructors?: {
|
|
33
|
+
TextIncludeConstructor?: typeof TextInclude;
|
|
34
|
+
});
|
|
32
35
|
/** Checks if it is necessary to display the number of input characters/ Проверяет, надо ли выводить количество вводимых символов */
|
|
33
36
|
readonly is: ComputedRef<boolean>;
|
|
34
37
|
/** Checks if it is necessary to display the maximum available number of characters/ Проверяет, надо ли выводить максимальное доступное количество символов */
|
|
@@ -5,17 +5,24 @@ import { FieldCounterPropsBasic } from './props';
|
|
|
5
5
|
* Интерфейс для описания, какие компоненты надо подключить для работы FieldCounter
|
|
6
6
|
*/
|
|
7
7
|
export type FieldCounterComponentInclude = {
|
|
8
|
-
|
|
8
|
+
/** FieldCounter component configuration/ Конфигурация компонента счетчика поля */
|
|
9
|
+
fieldCounter?: object;
|
|
9
10
|
};
|
|
10
11
|
/**
|
|
11
12
|
* Properties that can be passed to FieldCounterInclude/
|
|
12
13
|
* Свойства, которые можно передать в FieldCounterInclude
|
|
13
14
|
*/
|
|
14
15
|
export interface FieldCounterPropsInclude<FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic> {
|
|
16
|
+
/** Counter value/ Значение счетчика */
|
|
15
17
|
counter?: FieldCounterPropsBasic['counter'];
|
|
18
|
+
/** Whether to show the counter/ Показывать ли счетчик */
|
|
16
19
|
counterShow?: boolean;
|
|
20
|
+
/** Template for the counter display/ Шаблон для отображения счетчика */
|
|
17
21
|
counterTemplate?: FieldCounterPropsBasic['template'];
|
|
22
|
+
/** Unique ID for the counter/ Уникальный идентификатор для счетчика */
|
|
18
23
|
counterId?: string;
|
|
24
|
+
/** Maximum allowed length/ Максимально допустимая длина */
|
|
19
25
|
maxlength?: FieldCounterPropsBasic['maxlength'];
|
|
26
|
+
/** Additional attributes for the FieldCounter component/ Дополнительные атрибуты для компонента счетчика поля */
|
|
20
27
|
fieldCounterAttrs?: ConstrBind<FieldCounter>;
|
|
21
28
|
}
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
import { TextCharacterLimitPropsInclude, TextCharacterRemainingPropsInclude } from '../../types/textTypes';
|
|
2
2
|
export type FieldCounterPropsToken = {};
|
|
3
3
|
export type FieldCounterPropsBasic = TextCharacterLimitPropsInclude & TextCharacterRemainingPropsInclude & {
|
|
4
|
+
/** Style/ Стили */
|
|
5
|
+
/** Current counter value/ Текущее значение счетчика */
|
|
4
6
|
counter?: string | number;
|
|
7
|
+
/** Maximum allowed length/ Максимально допустимая длина */
|
|
5
8
|
maxlength?: string | number;
|
|
6
9
|
/**
|
|
7
10
|
* The number of characters remaining at which the screen reader starts announcing/
|
|
8
11
|
* Количество оставшихся символов, при котором скринридер начинает произносить
|
|
9
12
|
*/
|
|
10
13
|
maxlengthOnce?: string | number;
|
|
14
|
+
/** Template for formatting the counter display/ Шаблон для форматирования отображения счетчика */
|
|
11
15
|
template?: string;
|
|
16
|
+
/** Technical/ Технические свойства */
|
|
17
|
+
/** Unique identifier for the element/ Уникальный идентификатор для элемента */
|
|
12
18
|
id?: string;
|
|
13
19
|
};
|
|
14
20
|
/**
|
|
@@ -36,12 +36,18 @@ export declare class FieldLabel {
|
|
|
36
36
|
* @param components object for working with components/ объект для работы с компонентами
|
|
37
37
|
* @param slots object for working with slots/ объект для работы со слотами
|
|
38
38
|
* @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
|
|
39
|
-
* @param
|
|
40
|
-
* @param FieldCounterConstructor class for working with field counter/ класс для работы со счетчиком поля
|
|
41
|
-
* @param
|
|
42
|
-
* @param
|
|
39
|
+
* @param constructors object with classes/ объект с классами
|
|
40
|
+
* @param constructors.FieldCounterConstructor class for working with field counter/ класс для работы со счетчиком поля
|
|
41
|
+
* @param constructors.LabelConstructor class for creating a label/ класс для создания метки
|
|
42
|
+
* @param constructors.ProgressConstructor class for creating a progress indicator/ класс для создания индикатора прогресса
|
|
43
|
+
* @param constructors.SkeletonConstructor class for creating a skeleton/ класс для создания скелета
|
|
43
44
|
*/
|
|
44
|
-
constructor(props: FieldLabelProps, refs: ToRefs<FieldLabelProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldLabelComponents, FieldLabelProps> | undefined, slots?: FieldLabelSlots | undefined, emits?: ConstrEmit<FieldLabelEmits> | undefined,
|
|
45
|
+
constructor(props: FieldLabelProps, refs: ToRefs<FieldLabelProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldLabelComponents, FieldLabelProps> | undefined, slots?: FieldLabelSlots | undefined, emits?: ConstrEmit<FieldLabelEmits> | undefined, constructors?: {
|
|
46
|
+
FieldCounterConstructor?: typeof FieldCounterInclude;
|
|
47
|
+
LabelConstructor?: typeof LabelInclude;
|
|
48
|
+
ProgressConstructor?: typeof ProgressInclude;
|
|
49
|
+
SkeletonConstructor?: typeof SkeletonInclude;
|
|
50
|
+
});
|
|
45
51
|
/**
|
|
46
52
|
* Values for the class.
|
|
47
53
|
*
|
|
@@ -7,7 +7,8 @@ import { FieldLabelPropsBasic } from './props';
|
|
|
7
7
|
* Интерфейс для описания, какие компоненты надо подключить для работы FieldLabel
|
|
8
8
|
*/
|
|
9
9
|
export type FieldLabelComponentInclude = {
|
|
10
|
-
|
|
10
|
+
/** FieldLabel component configuration/ Конфигурация компонента метки поля */
|
|
11
|
+
fieldLabel?: object;
|
|
11
12
|
};
|
|
12
13
|
/**
|
|
13
14
|
* Slots contract that FieldLabelInclude can expose or map to Label component slots.
|
|
@@ -23,6 +24,8 @@ export interface FieldLabelSlotsInclude extends LabelAlternativeSlots {
|
|
|
23
24
|
* Свойства, которые можно передать в FieldLabelInclude
|
|
24
25
|
*/
|
|
25
26
|
export type FieldLabelPropsInclude<FieldLabel extends FieldLabelPropsBasic = FieldLabelPropsBasic, FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic> = LabelProps & FieldCounterPropsInclude<FieldCounter> & {
|
|
27
|
+
/** Whether the field is required/ Является ли поле обязательным */
|
|
26
28
|
required?: boolean;
|
|
29
|
+
/** Additional attributes for the FieldLabel component/ Дополнительные атрибуты для компонента метки поля */
|
|
27
30
|
fieldLabelAttrs?: ConstrBind<FieldLabel>;
|
|
28
31
|
};
|
|
@@ -4,7 +4,11 @@ import { FieldCounterPropsBasic, FieldCounterPropsInclude } from '../FieldCounte
|
|
|
4
4
|
import { SkeletonPropsInclude } from '../Skeleton';
|
|
5
5
|
export type FieldLabelPropsToken = {};
|
|
6
6
|
export type FieldLabelPropsBasic<FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic, Progress extends ProgressPropsBasic = ProgressPropsBasic> = LabelProps & FieldCounterPropsInclude<FieldCounter> & ProgressPropsInclude<Progress> & SkeletonPropsInclude & {
|
|
7
|
+
/** Information/ Информационные свойства */
|
|
8
|
+
/** Identifier of the input element this label is for/ Идентификатор элемента ввода, к которому относится этот лейбл */
|
|
7
9
|
for?: string;
|
|
10
|
+
/** Style/ Стили */
|
|
11
|
+
/** Whether the field is required/ Является ли поле обязательным */
|
|
8
12
|
required?: boolean;
|
|
9
13
|
};
|
|
10
14
|
/**
|
|
@@ -34,11 +34,16 @@ export declare class FieldMessage {
|
|
|
34
34
|
* @param components object for working with components/ объект для работы с компонентами
|
|
35
35
|
* @param slots object for working with slots/ объект для работы со слотами
|
|
36
36
|
* @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
|
|
37
|
-
* @param
|
|
38
|
-
* @param
|
|
39
|
-
* @param
|
|
37
|
+
* @param constructors object with classes/ объект с классами
|
|
38
|
+
* @param constructors.FieldCounterIncludeConstructor class for working with field counter/ класс для работы со счетчиком поля
|
|
39
|
+
* @param constructors.FieldMessageMessageConstructor class for working with messages/ класс для работы с сообщениями
|
|
40
|
+
* @param constructors.SkeletonIncludeConstructor class for working with skeleton/ класс для работы со скелетоном
|
|
40
41
|
*/
|
|
41
|
-
constructor(props: FieldMessageProps, refs: ToRefs<FieldMessageProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldMessageComponents, FieldMessageProps> | undefined, slots?: FieldMessageSlots | undefined, emits?: ConstrEmit<FieldMessageEmits> | undefined,
|
|
42
|
+
constructor(props: FieldMessageProps, refs: ToRefs<FieldMessageProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<FieldMessageComponents, FieldMessageProps> | undefined, slots?: FieldMessageSlots | undefined, emits?: ConstrEmit<FieldMessageEmits> | undefined, constructors?: {
|
|
43
|
+
FieldCounterIncludeConstructor?: typeof FieldCounterInclude;
|
|
44
|
+
FieldMessageMessageConstructor?: typeof FieldMessageMessage;
|
|
45
|
+
SkeletonIncludeConstructor?: typeof SkeletonInclude;
|
|
46
|
+
});
|
|
42
47
|
/**
|
|
43
48
|
* Checks if there are values for outputting the element/ Проверяет, есть ли значения для вывода элемента
|
|
44
49
|
*/
|
|
@@ -5,8 +5,11 @@ import { FieldCounterPropsBasic, FieldCounterPropsInclude } from '../FieldCounte
|
|
|
5
5
|
* Type describing available slots/ Тип, описывающий доступные слоты
|
|
6
6
|
*/
|
|
7
7
|
export type FieldMessageSlot = {
|
|
8
|
+
/** Current message/ Текущее сообщение */
|
|
8
9
|
message?: string;
|
|
10
|
+
/** Helper message/ Вспомогательное сообщение */
|
|
9
11
|
helperMessage?: string;
|
|
12
|
+
/** Validation message/ Сообщение валидации */
|
|
10
13
|
validationMessage?: string;
|
|
11
14
|
};
|
|
12
15
|
/**
|
|
@@ -14,18 +17,26 @@ export type FieldMessageSlot = {
|
|
|
14
17
|
* Интерфейс для описания, какие компоненты надо подключить для работы FieldMessage
|
|
15
18
|
*/
|
|
16
19
|
export type FieldMessageComponentInclude = {
|
|
17
|
-
|
|
20
|
+
/** FieldMessage component configuration/ Конфигурация компонента сообщения поля */
|
|
21
|
+
fieldMessage?: object;
|
|
18
22
|
};
|
|
19
23
|
/**
|
|
20
24
|
* Properties that can be passed to FieldMessageInclude/
|
|
21
25
|
* Свойства, которые можно передать в FieldMessageInclude
|
|
22
26
|
*/
|
|
23
27
|
export interface FieldMessagePropsInclude<FieldMessage extends FieldMessagePropsBasic = FieldMessagePropsBasic, FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic> extends FieldCounterPropsInclude<FieldCounter> {
|
|
28
|
+
/** Whether to force show the message/ Принудительно ли показывать сообщение */
|
|
24
29
|
forceShowMessage?: boolean;
|
|
30
|
+
/** Whether the field is disabled/ Отключено ли поле */
|
|
25
31
|
disabled?: boolean;
|
|
32
|
+
/** Helper message text/ Текст вспомогательного сообщения */
|
|
26
33
|
helperMessage?: string;
|
|
34
|
+
/** Validation message text/ Текст сообщения валидации */
|
|
27
35
|
validationMessage?: string;
|
|
36
|
+
/** Additional attributes for the FieldMessage component/ Дополнительные атрибуты для компонента сообщения поля */
|
|
28
37
|
fieldMessageAttrs?: ConstrBind<FieldMessage>;
|
|
38
|
+
/** Unique ID for the helper message/ Уникальный идентификатор вспомогательного сообщения */
|
|
29
39
|
helperId?: string;
|
|
40
|
+
/** Unique ID for the validation message/ Уникальный идентификатор сообщения валидации */
|
|
30
41
|
validationId?: string;
|
|
31
42
|
}
|
|
@@ -2,11 +2,20 @@ import { FieldCounterPropsBasic, FieldCounterPropsInclude } from '../FieldCounte
|
|
|
2
2
|
import { SkeletonPropsInclude } from '../Skeleton';
|
|
3
3
|
export type FieldMessagePropsToken = {};
|
|
4
4
|
export type FieldMessagePropsBasic<FieldCounter extends FieldCounterPropsBasic = FieldCounterPropsBasic> = FieldCounterPropsInclude<FieldCounter> & SkeletonPropsInclude & {
|
|
5
|
+
/** Status/ Статус */
|
|
6
|
+
/** Whether to force show the message/ Принудительно ли показывать сообщение */
|
|
5
7
|
forceShow?: boolean;
|
|
8
|
+
/** Whether the field is disabled/ Отключено ли поле */
|
|
6
9
|
disabled?: boolean;
|
|
10
|
+
/** Value/ Значения */
|
|
11
|
+
/** Helper message text/ Текст вспомогательного сообщения */
|
|
7
12
|
helperMessage?: string;
|
|
13
|
+
/** Validation message text/ Текст сообщения валидации */
|
|
8
14
|
validationMessage?: string;
|
|
15
|
+
/** Technical/ Технические свойства */
|
|
16
|
+
/** Unique ID for the helper message/ Уникальный идентификатор вспомогательного сообщения */
|
|
9
17
|
helperId?: string;
|
|
18
|
+
/** Unique ID for the validation message/ Уникальный идентификатор сообщения валидации */
|
|
10
19
|
validationId?: string;
|
|
11
20
|
};
|
|
12
21
|
/**
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Ref, ToRefs } from 'vue';
|
|
2
|
+
import { ConstrEmit, DesignComp } from '@dxtmisha/functional';
|
|
3
|
+
import { GridComponents, GridEmits, GridSlots } from './types';
|
|
4
|
+
import { GridProps } from './props';
|
|
5
|
+
/**
|
|
6
|
+
* Grid
|
|
7
|
+
*/
|
|
8
|
+
export declare class Grid {
|
|
9
|
+
protected readonly props: GridProps;
|
|
10
|
+
protected readonly refs: ToRefs<GridProps>;
|
|
11
|
+
protected readonly element: Ref<HTMLElement | undefined>;
|
|
12
|
+
protected readonly classDesign: string;
|
|
13
|
+
protected readonly className: string;
|
|
14
|
+
protected readonly components?: DesignComp<GridComponents, GridProps> | undefined;
|
|
15
|
+
protected readonly slots?: GridSlots | undefined;
|
|
16
|
+
protected readonly emits?: ConstrEmit<GridEmits> | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* Constructor
|
|
19
|
+
* @param props input data/ входные данные
|
|
20
|
+
* @param refs input data in the form of reactive elements/ входные данные в виде реактивных элементов
|
|
21
|
+
* @param element input element/ элемент ввода
|
|
22
|
+
* @param classDesign design name/ название дизайна
|
|
23
|
+
* @param className class name/ название класса
|
|
24
|
+
* @param components object for working with components/ объект для работы с компонентами
|
|
25
|
+
* @param slots object for working with slots/ объект для работы со слотами
|
|
26
|
+
* @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
|
|
27
|
+
*/
|
|
28
|
+
constructor(props: GridProps, refs: ToRefs<GridProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<GridComponents, GridProps> | undefined, slots?: GridSlots | undefined, emits?: ConstrEmit<GridEmits> | undefined);
|
|
29
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
import { ConstrOptions, ConstrStyles, DesignConstructorAbstract } from '@dxtmisha/functional';
|
|
3
|
+
import { Grid } from './Grid';
|
|
4
|
+
import { GridPropsBasic } from './props';
|
|
5
|
+
import { GridClasses, GridComponents, GridEmits, GridExpose, GridSlots } from './types';
|
|
6
|
+
/**
|
|
7
|
+
* GridDesign
|
|
8
|
+
*/
|
|
9
|
+
export declare class GridDesign<COMP extends GridComponents, EXPOSE extends GridExpose, CLASSES extends GridClasses, P extends GridPropsBasic> extends DesignConstructorAbstract<HTMLDivElement, COMP, GridEmits, EXPOSE, GridSlots, CLASSES, P> {
|
|
10
|
+
protected readonly item: Grid;
|
|
11
|
+
/**
|
|
12
|
+
* Constructor
|
|
13
|
+
* @param name class name/ название класса
|
|
14
|
+
* @param props properties/ свойства
|
|
15
|
+
* @param options list of additional parameters/ список дополнительных параметров
|
|
16
|
+
* @param ItemConstructor constructors item class/ класс элемента конструкторов
|
|
17
|
+
*/
|
|
18
|
+
constructor(name: string, props: Readonly<P>, options?: ConstrOptions<COMP, GridEmits, P>, ItemConstructor?: typeof Grid);
|
|
19
|
+
/**
|
|
20
|
+
* Initialization of all the necessary properties for work
|
|
21
|
+
*
|
|
22
|
+
* Инициализация всех необходимых свойств для работы.
|
|
23
|
+
*/
|
|
24
|
+
protected initExpose(): EXPOSE;
|
|
25
|
+
/**
|
|
26
|
+
* Improvement of the obtained list of classes.
|
|
27
|
+
*
|
|
28
|
+
* Доработка полученного списка классов.
|
|
29
|
+
*/
|
|
30
|
+
protected initClasses(): Partial<CLASSES>;
|
|
31
|
+
/**
|
|
32
|
+
* Refinement of the received list of styles.
|
|
33
|
+
*
|
|
34
|
+
* Доработка полученного списка стилей.
|
|
35
|
+
*/
|
|
36
|
+
protected initStyles(): ConstrStyles;
|
|
37
|
+
/**
|
|
38
|
+
* A method for rendering.
|
|
39
|
+
*
|
|
40
|
+
* Метод для рендеринга.
|
|
41
|
+
*/
|
|
42
|
+
protected initRender(): VNode;
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type GridPropsToken = {};
|
|
2
|
+
export type GridPropsBasic = {};
|
|
3
|
+
/**
|
|
4
|
+
* Type describing incoming properties.
|
|
5
|
+
*
|
|
6
|
+
* Тип, описывающий входящие свойства.
|
|
7
|
+
*/
|
|
8
|
+
export type GridProps = GridPropsBasic & GridPropsToken;
|
|
9
|
+
/**
|
|
10
|
+
* Default value for property.
|
|
11
|
+
*
|
|
12
|
+
* Значение по умолчанию для свойства.
|
|
13
|
+
*/
|
|
14
|
+
export declare const defaultsGrid: {};
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ConstrClass } from '@dxtmisha/functional';
|
|
2
|
+
/**
|
|
3
|
+
* Interface for describing which components need to be connected for work.
|
|
4
|
+
*
|
|
5
|
+
* Интерфейс для описания, какие компоненты надо подключить для работы.
|
|
6
|
+
*/
|
|
7
|
+
export type GridComponents = {};
|
|
8
|
+
/**
|
|
9
|
+
* Type describing available events.
|
|
10
|
+
*
|
|
11
|
+
* Тип, описывающий доступные события.
|
|
12
|
+
*/
|
|
13
|
+
export type GridEmits = {};
|
|
14
|
+
/**
|
|
15
|
+
* Type describing available properties.
|
|
16
|
+
*
|
|
17
|
+
* Тип, описывающий доступные свойства.
|
|
18
|
+
*/
|
|
19
|
+
export interface GridExpose {
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Type describing available slots.
|
|
23
|
+
*
|
|
24
|
+
* Тип, описывающий доступные слоты.
|
|
25
|
+
*/
|
|
26
|
+
export interface GridSlots {
|
|
27
|
+
/** Slot for default grid content/ Слот для основного содержимого сетки */
|
|
28
|
+
default?(props: any): any;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Type describing subclasses.
|
|
32
|
+
*
|
|
33
|
+
* Тип, описывающий подклассы.
|
|
34
|
+
*/
|
|
35
|
+
export type GridClasses = {
|
|
36
|
+
main: ConstrClass;
|
|
37
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Ref, ToRefs } from 'vue';
|
|
2
|
+
import { ConstrEmit, DesignComp } from '@dxtmisha/functional';
|
|
3
|
+
import { GridItemComponents, GridItemEmits, GridItemSlots } from './types';
|
|
4
|
+
import { GridItemProps } from './props';
|
|
5
|
+
/**
|
|
6
|
+
* GridItem
|
|
7
|
+
*/
|
|
8
|
+
export declare class GridItem {
|
|
9
|
+
protected readonly props: GridItemProps;
|
|
10
|
+
protected readonly refs: ToRefs<GridItemProps>;
|
|
11
|
+
protected readonly element: Ref<HTMLElement | undefined>;
|
|
12
|
+
protected readonly classDesign: string;
|
|
13
|
+
protected readonly className: string;
|
|
14
|
+
protected readonly components?: DesignComp<GridItemComponents, GridItemProps> | undefined;
|
|
15
|
+
protected readonly slots?: GridItemSlots | undefined;
|
|
16
|
+
protected readonly emits?: ConstrEmit<GridItemEmits> | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* Constructor
|
|
19
|
+
* @param props input data/ входные данные
|
|
20
|
+
* @param refs input data in the form of reactive elements/ входные данные в виде реактивных элементов
|
|
21
|
+
* @param element input element/ элемент ввода
|
|
22
|
+
* @param classDesign design name/ название дизайна
|
|
23
|
+
* @param className class name/ название класса
|
|
24
|
+
* @param components object for working with components/ объект для работы с компонентами
|
|
25
|
+
* @param slots object for working with slots/ объект для работы со слотами
|
|
26
|
+
* @param emits the function is called when an event is triggered/ функция вызывается, когда срабатывает событие
|
|
27
|
+
*/
|
|
28
|
+
constructor(props: GridItemProps, refs: ToRefs<GridItemProps>, element: Ref<HTMLElement | undefined>, classDesign: string, className: string, components?: DesignComp<GridItemComponents, GridItemProps> | undefined, slots?: GridItemSlots | undefined, emits?: ConstrEmit<GridItemEmits> | undefined);
|
|
29
|
+
}
|