@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
|
@@ -4,15 +4,6 @@ import { RoleType } from './roleTypes';
|
|
|
4
4
|
export type AriaTrueOrFalse = 'true' | 'false' | boolean;
|
|
5
5
|
/** ARIA list type/ ARIA тип списка */
|
|
6
6
|
export type AriaList = {
|
|
7
|
-
/** Element ID/ ID элемента */
|
|
8
|
-
'id'?: string;
|
|
9
|
-
/** ARIA role type/ Тип ARIA роли */
|
|
10
|
-
'role'?: RoleType;
|
|
11
|
-
/**
|
|
12
|
-
* Tabindex attribute - indicates if the element can be focused/
|
|
13
|
-
* Атрибут Tabindex - указывает, может ли элемент получать фокус
|
|
14
|
-
*/
|
|
15
|
-
'tabindex'?: NumberOrString;
|
|
16
7
|
/**
|
|
17
8
|
* ARIA activedescendant attribute - identifies the currently active element/
|
|
18
9
|
* Атрибут ARIA activedescendant - идентифицирует текущий активный элемент
|
|
@@ -248,23 +239,40 @@ export type AriaList = {
|
|
|
248
239
|
* Атрибут ARIA valuetext - определяет читаемую человеком текстовую альтернативу aria-valuenow
|
|
249
240
|
*/
|
|
250
241
|
'aria-valuetext'?: string;
|
|
242
|
+
/** Element ID/ ID элемента */
|
|
243
|
+
'id'?: string;
|
|
244
|
+
/** ARIA role type/ Тип ARIA роли */
|
|
245
|
+
'role'?: RoleType;
|
|
246
|
+
/**
|
|
247
|
+
* Tabindex attribute - indicates if the element can be focused/
|
|
248
|
+
* Атрибут Tabindex - указывает, может ли элемент получать фокус
|
|
249
|
+
*/
|
|
250
|
+
'tabindex'?: NumberOrString;
|
|
251
251
|
};
|
|
252
|
-
/**
|
|
253
|
-
|
|
254
|
-
|
|
252
|
+
/**
|
|
253
|
+
* ARIA atomic prop/
|
|
254
|
+
* ARIA проп atomic
|
|
255
|
+
*/
|
|
256
|
+
export type AriaAtomicPropsInclude = {
|
|
257
|
+
/** ARIA atomic attribute/ Атрибут ARIA atomic */
|
|
258
|
+
ariaAtomic?: AriaList['aria-atomic'];
|
|
255
259
|
};
|
|
256
260
|
/**
|
|
257
|
-
* ARIA
|
|
258
|
-
* ARIA
|
|
261
|
+
* ARIA props with labelledby and describedby/
|
|
262
|
+
* ARIA пропсы с labelledby и describedby
|
|
259
263
|
*/
|
|
260
|
-
export type
|
|
261
|
-
|
|
264
|
+
export type AriaByPropsInclude = {
|
|
265
|
+
/** ARIA labelledby attribute/ Атрибут ARIA labelledby */
|
|
266
|
+
ariaLabelledby?: string;
|
|
267
|
+
/** ARIA describedby attribute/ Атрибут ARIA describedby */
|
|
268
|
+
ariaDescribedby?: string;
|
|
262
269
|
};
|
|
263
270
|
/**
|
|
264
271
|
* ARIA description prop/
|
|
265
272
|
* ARIA проп description
|
|
266
273
|
*/
|
|
267
274
|
export type AriaDescriptionPropsInclude = {
|
|
275
|
+
/** ARIA description attribute/ Атрибут ARIA description */
|
|
268
276
|
ariaDescription?: string;
|
|
269
277
|
};
|
|
270
278
|
/**
|
|
@@ -272,29 +280,32 @@ export type AriaDescriptionPropsInclude = {
|
|
|
272
280
|
* ARIA проп haspopup
|
|
273
281
|
*/
|
|
274
282
|
export type AriaHaspopupPropsInclude = {
|
|
283
|
+
/** ARIA haspopup attribute/ Атрибут ARIA haspopup */
|
|
275
284
|
ariaHaspopup?: AriaList['aria-haspopup'];
|
|
276
285
|
};
|
|
277
286
|
/**
|
|
278
|
-
* ARIA
|
|
279
|
-
* ARIA проп
|
|
287
|
+
* ARIA label prop/
|
|
288
|
+
* ARIA проп label
|
|
280
289
|
*/
|
|
281
|
-
export type
|
|
282
|
-
|
|
290
|
+
export type AriaLabelPropsInclude = {
|
|
291
|
+
/** ARIA label attribute/ Атрибут ARIA label */
|
|
292
|
+
ariaLabel?: string;
|
|
283
293
|
};
|
|
284
294
|
/**
|
|
285
295
|
* ARIA live prop/
|
|
286
296
|
* ARIA проп live
|
|
287
297
|
*/
|
|
288
298
|
export type AriaLivePropsInclude = {
|
|
299
|
+
/** ARIA live attribute/ Атрибут ARIA live */
|
|
289
300
|
ariaLive?: AriaList['aria-live'];
|
|
290
301
|
};
|
|
291
302
|
/**
|
|
292
|
-
* ARIA
|
|
293
|
-
* ARIA
|
|
303
|
+
* ARIA multiselectable prop/
|
|
304
|
+
* ARIA проп multiselectable
|
|
294
305
|
*/
|
|
295
|
-
export type
|
|
296
|
-
|
|
297
|
-
|
|
306
|
+
export type AriaMultiselectablePropsInclude = {
|
|
307
|
+
/** ARIA multiselectable attribute/ Атрибут ARIA multiselectable */
|
|
308
|
+
ariaMultiselectable?: boolean;
|
|
298
309
|
};
|
|
299
310
|
/**
|
|
300
311
|
* ARIA role props with labelledby and describedby/
|
|
@@ -306,8 +317,17 @@ export type AriaRoleByPropsInclude = AriaRolePropsInclude & AriaByPropsInclude;
|
|
|
306
317
|
* ARIA пропсы роли управления с controls и expanded
|
|
307
318
|
*/
|
|
308
319
|
export type AriaRoleControlPropsInclude = AriaRolePropsInclude & AriaHaspopupPropsInclude & {
|
|
320
|
+
/** Element ID/ ID элемента */
|
|
309
321
|
id?: string;
|
|
322
|
+
/** ARIA controls attribute/ Атрибут ARIA controls */
|
|
310
323
|
ariaControls?: string;
|
|
324
|
+
/** ARIA haspopup attribute/ Атрибут ARIA haspopup */
|
|
311
325
|
ariaHaspopup?: AriaList['aria-haspopup'];
|
|
326
|
+
/** ARIA expanded state attribute/ Атрибут ARIA состояния развёрнутости */
|
|
312
327
|
ariaExpanded?: string;
|
|
313
328
|
};
|
|
329
|
+
/** Basic ARIA role props/ Базовые ARIA пропсы роли */
|
|
330
|
+
export type AriaRolePropsInclude = {
|
|
331
|
+
/** ARIA role type/ Тип ARIA роли */
|
|
332
|
+
role?: RoleType;
|
|
333
|
+
};
|
|
@@ -40,6 +40,8 @@ export interface EventClickExpose {
|
|
|
40
40
|
export type EventClickProps = {
|
|
41
41
|
/** Navigation target (string or route object)/ Цель навигации (строка или объект роута) */
|
|
42
42
|
to?: string | RouteLocationRaw;
|
|
43
|
+
/** Click event href/ Ссылка события клика */
|
|
44
|
+
href?: string;
|
|
43
45
|
/** Click event value/ Значение события клика */
|
|
44
46
|
value?: EventClickValue['value'];
|
|
45
47
|
/** Additional click event details/ Дополнительные детали события клика */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComputedRef, ShallowRef } from 'vue';
|
|
2
|
-
import { ListRecord, NumberOrString } from '@dxtmisha/functional';
|
|
2
|
+
import { ListRecord, NumberOrString, NumberOrStringOrBoolean } from '@dxtmisha/functional';
|
|
3
3
|
import { ModelEmits, ModelProps } from './modelTypes';
|
|
4
4
|
/** Supported field types/ Поддерживаемые типы полей */
|
|
5
5
|
export type FieldType = 'text' | 'search' | 'number' | 'number-format' | 'currency' | 'email' | 'password' | 'datetime' | 'date' | 'year-month' | 'time' | 'hour-minute' | 'tel' | 'url' | 'checkbox' | 'radio';
|
|
@@ -90,31 +90,38 @@ export type FieldValidationItem<Value = any> = FieldCheckMain & {
|
|
|
90
90
|
* Emitted events for field components/
|
|
91
91
|
* Эмитируемые события для компонентов поля
|
|
92
92
|
*/
|
|
93
|
-
export type FieldBasicEmits<T =
|
|
93
|
+
export type FieldBasicEmits<T = any> = ModelEmits<T> & {
|
|
94
94
|
/**
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
* Emitted on input events (every change while typing)/
|
|
96
|
+
* Эмит при вводе (каждое изменение): [event, value]
|
|
97
|
+
*/
|
|
98
98
|
input: [event: InputEvent | Event, value: FieldValidationItem<T>];
|
|
99
99
|
/**
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
100
|
+
* Lightweight input emit without DOM event/
|
|
101
|
+
* Лёгкий эмит ввода без DOM-события: [value]
|
|
102
|
+
*/
|
|
103
103
|
inputLite: [value: FieldValidationItem<T>];
|
|
104
104
|
/**
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
105
|
+
* Emitted when value is committed (blur/confirm)/
|
|
106
|
+
* Эмит при подтверждении значения (blur/confirm): [event, value]
|
|
107
|
+
*/
|
|
108
108
|
change: [event: InputEvent | Event, value: FieldValidationItem<T>];
|
|
109
109
|
/**
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
110
|
+
* Lightweight change emit without DOM event/
|
|
111
|
+
* Лёгкий эмит подтверждения без события: [value]
|
|
112
|
+
*/
|
|
113
113
|
changeLite: [value: FieldValidationItem<T>];
|
|
114
114
|
};
|
|
115
|
+
/**
|
|
116
|
+
* Interface describing exposed properties for basic field functionality/
|
|
117
|
+
* Интерфейс, описывающий экспонируемые свойства для базовой функциональности поля
|
|
118
|
+
*/
|
|
115
119
|
export type FieldBasicExpose<T = string> = {
|
|
120
|
+
/** Reactive reference to the current value/ Реактивная ссылка на текущее значение */
|
|
116
121
|
value: ShallowRef<T | undefined>;
|
|
122
|
+
/** Checks validity of the field and returns status/ Проверяет валидность поля и возвращает статус */
|
|
117
123
|
checkValidity: () => boolean;
|
|
124
|
+
/** Reactive reference to the validation message/ Реактивная ссылка на сообщение валидации */
|
|
118
125
|
validationMessage: ComputedRef<string>;
|
|
119
126
|
};
|
|
120
127
|
/**
|
|
@@ -162,9 +169,9 @@ export type FieldBasicProps<Value = any> = Omit<FieldValueProps<Value>, 'multipl
|
|
|
162
169
|
/** Validation error text or map of texts/ Текст ошибки валидации или карта текстов */
|
|
163
170
|
validationCode?: FieldValidityCode;
|
|
164
171
|
/**
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
172
|
+
* Standard validation message (overrides default)/
|
|
173
|
+
* Стандартное сообщение валидации (перекрывает дефолтное)
|
|
174
|
+
*/
|
|
168
175
|
validationMessage?: string;
|
|
169
176
|
/** Match config to compare with another field/ Конфигурация сравнения со вторым полем */
|
|
170
177
|
match?: FieldMatch;
|
|
@@ -257,9 +264,11 @@ export type FieldInputFileProps<Value = any> = Omit<FieldBasicProps<Value>, 'typ
|
|
|
257
264
|
* Props for checkbox & radio inputs (excluding type field)/
|
|
258
265
|
* Свойства для инпутов checkbox и radio (без поля type)
|
|
259
266
|
*/
|
|
260
|
-
export type FieldInputCheckProps<Value =
|
|
261
|
-
/**
|
|
262
|
-
|
|
267
|
+
export type FieldInputCheckProps<Value = boolean> = Omit<FieldBasicProps<Value>, 'type'> & FieldUxProps & {
|
|
268
|
+
/** Target value for checkbox or radio when checked/ Целевое значение для чекбокса или радио при выборе */
|
|
269
|
+
valueVariant?: NumberOrStringOrBoolean;
|
|
270
|
+
/** Target value when unchecked/ Целевое значение при снятии выбора */
|
|
271
|
+
valueVariantHide?: NumberOrStringOrBoolean;
|
|
263
272
|
/** Indeterminate visual state (checkbox only)/ Промежуточное визуальное состояние (только для checkbox) */
|
|
264
273
|
indeterminate?: boolean;
|
|
265
274
|
};
|
|
@@ -8,6 +8,20 @@ export type ModelEmits<Value = string> = {
|
|
|
8
8
|
/** Update model value event/ Событие обновления значения модели */
|
|
9
9
|
'update:modelValue': [value: Value];
|
|
10
10
|
};
|
|
11
|
+
/**
|
|
12
|
+
* Event signatures for model open updates/
|
|
13
|
+
* Сигнатуры событий для обновления открытия модели
|
|
14
|
+
*/
|
|
15
|
+
export type ModelEmitsOpen<Value = boolean> = {
|
|
16
|
+
/** Update open event/ Событие обновления открытия */
|
|
17
|
+
'update:open': [value: Value];
|
|
18
|
+
/** Update model open event/ Событие обновления открытия модели */
|
|
19
|
+
'update:modelOpen': [value: Value];
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Event signatures for model selected updates/
|
|
23
|
+
* Сигнатуры событий для обновления выбранного значения модели
|
|
24
|
+
*/
|
|
11
25
|
export type ModelEmitsSelected<Value = string> = {
|
|
12
26
|
/** Update value event/ Событие обновления значения */
|
|
13
27
|
'update:selected': [value: Value];
|
|
@@ -26,6 +40,22 @@ export type ModelProps<Value = string> = {
|
|
|
26
40
|
/** Update model value handler/ Обработчик обновления значения модели */
|
|
27
41
|
'onUpdate:modelValue'?: (value: Value) => void;
|
|
28
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* Props for model open used with v-model/
|
|
45
|
+
* Свойства для значения открытия модели, используемого с v-model
|
|
46
|
+
*/
|
|
47
|
+
export type ModelPropsOpen<Value = boolean> = {
|
|
48
|
+
/** Model value prop/ Свойство значения модели */
|
|
49
|
+
'modelOpen'?: Value;
|
|
50
|
+
/** Update value handler/ Обработчик обновления значения */
|
|
51
|
+
'onUpdate:open'?: (value: Value) => void;
|
|
52
|
+
/** Update model value handler/ Обработчик обновления значения модели */
|
|
53
|
+
'onUpdate:modelOpen'?: (value: Value) => void;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Props for model selected used with v-model/
|
|
57
|
+
* Свойства для выбранного значения модели, используемого с v-model
|
|
58
|
+
*/
|
|
29
59
|
export type ModelPropsSelected<Value = string> = {
|
|
30
60
|
/** Model value prop/ Свойство значения модели */
|
|
31
61
|
'modelSelected'?: Value;
|
|
@@ -8,10 +8,14 @@ export type PluginComponentItem = {
|
|
|
8
8
|
};
|
|
9
9
|
/** List of library components by key / Список компонентов библиотеки по ключу */
|
|
10
10
|
export type PluginComponentList = Record<string, PluginComponentItem>;
|
|
11
|
-
/** List of library component imports
|
|
11
|
+
/** List of library component imports/ Список импортов компонентов библиотеки */
|
|
12
12
|
export type PluginComponentImports = PluginComponentItem[];
|
|
13
|
+
/** Configuration options for the plugin/ Опции конфигурации для плагина */
|
|
13
14
|
export type PluginOptions = {
|
|
15
|
+
/** Whether to include styles/ Включать ли стили */
|
|
14
16
|
style?: boolean;
|
|
17
|
+
/** Whether to include components/ Включать ли компоненты */
|
|
15
18
|
component?: boolean;
|
|
19
|
+
/** Additional Vite plugin options/ Дополнительные опции плагина Vite */
|
|
16
20
|
viteOptions?: VitePlugin;
|
|
17
21
|
};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
+
/** List of ARIA role types/ Список типов ролей ARIA */
|
|
1
2
|
export type RoleType = string | 'alert' | 'alertdialog' | 'application' | 'article' | 'banner' | 'button' | 'cell' | 'checkbox' | 'columnheader' | 'combobox' | 'command' | 'comment' | 'complementary' | 'composite' | 'contentinfo' | 'definition' | 'dialog' | 'directory' | 'document' | 'feed' | 'figure' | 'form' | 'generic' | 'grid' | 'gridcell' | 'group' | 'heading' | 'img' | 'input' | 'landmark' | 'link' | 'list' | 'listbox' | 'listitem' | 'log' | 'main' | 'mark' | 'marquee' | 'math' | 'menu' | 'menubar' | 'menuitem' | 'menuitemcheckbox' | 'menuitemradio' | 'meter' | 'navigation' | 'none' | 'note' | 'option' | 'presentation' | 'progressbar' | 'radio' | 'radiogroup' | 'range' | 'region' | 'roletype' | 'row' | 'rowgroup' | 'rowheader' | 'scrollbar' | 'search' | 'searchbox' | 'section' | 'sectionhead' | 'select' | 'separator' | 'slider' | 'spinbutton' | 'status' | 'structure' | 'suggestion' | 'switch' | 'tab' | 'table' | 'tablist' | 'tabpanel' | 'term' | 'textbox' | 'timer' | 'toolbar' | 'tooltip' | 'tree' | 'treegrid' | 'treeitem' | 'widget' | 'window';
|
|
@@ -1,60 +1,78 @@
|
|
|
1
|
+
/** Type for text value/ Тип для текстового значения */
|
|
1
2
|
export type TextValue = string | (() => string) | undefined;
|
|
3
|
+
/** List of available text indexes/ Список доступных индексов текста */
|
|
2
4
|
export type TextIndex = 'cancel' | 'characterLimit' | 'characterRemaining' | 'close' | 'copiedClipboard' | 'decrement' | 'entriesMatch' | 'hide' | 'increment' | 'loading' | 'next' | 'ok' | 'previous' | 'show' | string;
|
|
5
|
+
/** List of text values/ Список текстовых значений */
|
|
3
6
|
export type TextList = Record<TextIndex, TextValue>;
|
|
7
|
+
/** Interface for including cancel text/ Интерфейс для включения текста отмены */
|
|
4
8
|
export type TextCancelPropsInclude = {
|
|
5
9
|
/** Cancel text/ Текст отмены */
|
|
6
10
|
textCancel?: TextValue;
|
|
7
11
|
};
|
|
12
|
+
/** Interface for including character limit text/ Интерфейс для включения текста лимита символов */
|
|
8
13
|
export type TextCharacterLimitPropsInclude = {
|
|
9
14
|
/** Character limit exceeded text/ Текст о превышении лимита символов */
|
|
10
15
|
textCharacterLimit?: TextValue;
|
|
11
16
|
};
|
|
17
|
+
/** Interface for including character remaining text/ Интерфейс для включения текста оставшихся символов */
|
|
12
18
|
export type TextCharacterRemainingPropsInclude = {
|
|
13
19
|
/** Remaining characters text/ Текст об оставшихся символах */
|
|
14
20
|
textCharacterRemaining?: TextValue;
|
|
15
21
|
};
|
|
22
|
+
/** Interface for including close text/ Интерфейс для включения текста закрытия */
|
|
16
23
|
export type TextClosePropsInclude = {
|
|
17
24
|
/** Close text/ Текст закрытия */
|
|
18
25
|
textClose?: TextValue;
|
|
19
26
|
};
|
|
27
|
+
/** Interface for including copied to clipboard text/ Интерфейс для включения текста копирования в буфер */
|
|
20
28
|
export type TextCopiedClipboardPropsInclude = {
|
|
21
29
|
/** Copied to the clipboard text/ Текст о копировании в буфер обмена */
|
|
22
30
|
textCopiedClipboard?: TextValue;
|
|
23
31
|
};
|
|
32
|
+
/** Interface for including decrement text/ Интерфейс для включения текста уменьшения */
|
|
24
33
|
export type TextDecrementPropsInclude = {
|
|
25
34
|
/** Text for decreasing value/ Текст для уменьшения значения */
|
|
26
35
|
textDecrement?: TextValue;
|
|
27
36
|
};
|
|
37
|
+
/** Interface for including entries match text/ Интерфейс для включения текста совпадения записей */
|
|
28
38
|
export type TextEntriesMatchPropsInclude = {
|
|
29
39
|
/** Text entries match/ Текст о несовпадении записей */
|
|
30
40
|
textEntriesMatch?: TextValue;
|
|
31
41
|
};
|
|
42
|
+
/** Interface for including hide text/ Интерфейс для включения текста скрытия */
|
|
32
43
|
export type TextHidePropsInclude = {
|
|
33
44
|
/** Hide text/ Текст скрытия */
|
|
34
45
|
textHide?: TextValue;
|
|
35
46
|
};
|
|
47
|
+
/** Interface for including increment text/ Интерфейс для включения текста увеличения */
|
|
36
48
|
export type TextIncrementPropsInclude = {
|
|
37
49
|
/** Text for increasing value/ Текст для увеличения значения */
|
|
38
50
|
textIncrement?: TextValue;
|
|
39
51
|
};
|
|
52
|
+
/** Interface for including loading text/ Интерфейс для включения текста загрузки */
|
|
40
53
|
export type TextLoadingPropsInclude = {
|
|
41
54
|
/** Loading text/ Текст загрузки */
|
|
42
55
|
textLoading?: TextValue;
|
|
43
56
|
};
|
|
57
|
+
/** Interface for including next text/ Интерфейс для включения текста следующего */
|
|
44
58
|
export type TextNextPropsInclude = {
|
|
45
59
|
/** Next text/ Текст следующего */
|
|
46
60
|
textNext?: TextValue;
|
|
47
61
|
};
|
|
62
|
+
/** Interface for including OK text/ Интерфейс для включения текста подтверждения */
|
|
48
63
|
export type TextOkPropsInclude = {
|
|
49
64
|
/** OK text/ Текст подтверждения */
|
|
50
65
|
textOk?: TextValue;
|
|
51
66
|
};
|
|
67
|
+
/** Interface for including previous text/ Интерфейс для включения текста предыдущего */
|
|
52
68
|
export type TextPreviousPropsInclude = {
|
|
53
69
|
/** Previous text/ Текст предыдущего */
|
|
54
70
|
textPrevious?: TextValue;
|
|
55
71
|
};
|
|
72
|
+
/** Interface for including show text/ Интерфейс для включения текста показа */
|
|
56
73
|
export type TextShowPropsInclude = {
|
|
57
74
|
/** Show text/ Текст показа */
|
|
58
75
|
textShow?: TextValue;
|
|
59
76
|
};
|
|
77
|
+
/** Type for including all text properties/ Тип для включения всех текстовых свойств */
|
|
60
78
|
export type TextAllPropsInclude = TextCancelPropsInclude & TextCharacterLimitPropsInclude & TextCharacterRemainingPropsInclude & TextClosePropsInclude & TextCopiedClipboardPropsInclude & TextDecrementPropsInclude & TextEntriesMatchPropsInclude & TextHidePropsInclude & TextIncrementPropsInclude & TextLoadingPropsInclude & TextNextPropsInclude & TextOkPropsInclude & TextPreviousPropsInclude & TextShowPropsInclude;
|