@dxtmisha/constructor 0.39.5 → 0.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -177
- package/dist/actionSheet.js +61 -139
- package/dist/actions.js +59 -190
- package/dist/anchor.js +134 -357
- package/dist/arrow.js +279 -665
- package/dist/badge.js +47 -135
- package/dist/bars.js +120 -331
- package/dist/block.js +2 -10
- package/dist/button.js +3 -65
- package/dist/cell.js +117 -274
- package/dist/checkbox.js +112 -0
- package/dist/chip.js +24 -81
- package/dist/chipGroup.js +48 -159
- package/dist/classes/AriaStaticInclude.d.ts +28 -0
- package/dist/classes/CaptionInclude.d.ts +64 -1
- package/dist/classes/DescriptionInclude.d.ts +4 -16
- package/dist/classes/EventClickInclude.d.ts +25 -1
- package/dist/classes/Field/FieldAttributesInclude.d.ts +2 -0
- package/dist/classes/Field/FieldEventInclude.d.ts +6 -6
- package/dist/classes/Field/FieldInputModeInclude.d.ts +1 -0
- package/dist/classes/LabelInclude.d.ts +4 -17
- package/dist/classes/Plugin/PluginCode.d.ts +0 -8
- package/dist/classes/PrefixInclude.d.ts +9 -1
- package/dist/classes/ScrollToXInclude.d.ts +35 -0
- package/dist/classes/SuffixInclude.d.ts +9 -1
- package/dist/classes/TabIndexInclude.d.ts +14 -8
- package/dist/classes/TextInclude.d.ts +33 -5
- package/dist/constructors/Accordion/Accordion.d.ts +37 -2
- 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 -1
- package/dist/constructors/Actions/ActionsDesign.d.ts +2 -1
- package/dist/constructors/Actions/basicTypes.d.ts +3 -0
- package/dist/constructors/Actions/props.d.ts +5 -0
- package/dist/constructors/Actions/types.d.ts +2 -0
- package/dist/constructors/Anchor/Anchor.d.ts +17 -15
- package/dist/constructors/Anchor/AnchorIcon.d.ts +3 -3
- 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 +15 -4
- package/dist/constructors/Anchor/types.d.ts +3 -2
- package/dist/constructors/Arrow/Arrow.d.ts +13 -11
- 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 +9 -1
- package/dist/constructors/Badge/BadgeDesign.d.ts +2 -1
- 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 +41 -2
- package/dist/constructors/Bars/BarsAction.d.ts +6 -2
- package/dist/constructors/Bars/BarsDesign.d.ts +2 -1
- package/dist/constructors/Bars/BarsInclude.d.ts +7 -2
- 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 +16 -3
- package/dist/constructors/Bars/types.d.ts +7 -3
- package/dist/constructors/Block/Block.d.ts +11 -9
- package/dist/constructors/Block/BlockDesign.d.ts +9 -1
- package/dist/constructors/Block/props.d.ts +3 -0
- package/dist/constructors/Block/types.d.ts +3 -3
- package/dist/constructors/Button/Button.d.ts +31 -1
- package/dist/constructors/Button/ButtonDesign.d.ts +2 -1
- 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 +5 -5
- package/dist/constructors/Button/types.d.ts +4 -4
- package/dist/constructors/Cell/Cell.d.ts +21 -1
- package/dist/constructors/Cell/CellDesign.d.ts +9 -6
- 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 +7 -5
- 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 -1
- package/dist/constructors/ChipGroup/ChipGroupDesign.d.ts +2 -1
- 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 +48 -6
- package/dist/constructors/Field/FieldDesign.d.ts +2 -1
- package/dist/constructors/Field/FieldIcons.d.ts +4 -1
- package/dist/constructors/Field/FieldInclude.d.ts +8 -0
- 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 +14 -1
- package/dist/constructors/Field/types.d.ts +3 -0
- package/dist/constructors/FieldCounter/FieldCounter.d.ts +25 -1
- package/dist/constructors/FieldCounter/FieldCounterDesign.d.ts +9 -2
- package/dist/constructors/FieldCounter/basicTypes.d.ts +8 -1
- package/dist/constructors/FieldCounter/props.d.ts +13 -1
- package/dist/constructors/FieldCounter/types.d.ts +1 -0
- package/dist/constructors/FieldLabel/FieldLabel.d.ts +11 -1
- package/dist/constructors/FieldLabel/FieldLabelDesign.d.ts +2 -1
- package/dist/constructors/FieldLabel/FieldLabelInclude.d.ts +7 -5
- package/dist/constructors/FieldLabel/basicTypes.d.ts +4 -1
- package/dist/constructors/FieldLabel/props.d.ts +5 -0
- package/dist/constructors/FieldLabel/types.d.ts +2 -2
- package/dist/constructors/FieldMessage/FieldMessage.d.ts +21 -1
- package/dist/constructors/FieldMessage/FieldMessageDesign.d.ts +2 -1
- package/dist/constructors/FieldMessage/FieldMessageInclude.d.ts +8 -9
- 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 +12 -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 +8 -1
- package/dist/constructors/Icon/types.d.ts +7 -4
- package/dist/constructors/Image/Image.d.ts +21 -19
- 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 +39 -1
- package/dist/constructors/Input/InputDesign.d.ts +2 -1
- package/dist/constructors/Input/InputPassword.d.ts +4 -1
- 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 +25 -7
- package/dist/constructors/List/ListControl.d.ts +12 -0
- package/dist/constructors/List/ListDesign.d.ts +2 -1
- package/dist/constructors/List/ListFocus.d.ts +10 -2
- package/dist/constructors/List/ListGo.d.ts +22 -4
- 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 +35 -2
- package/dist/constructors/List/types.d.ts +5 -0
- package/dist/constructors/ListGroup/ListGroup.d.ts +5 -1
- package/dist/constructors/ListGroup/ListGroupDesign.d.ts +2 -1
- 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 +35 -62
- package/dist/constructors/ListItem/basicTypes.d.ts +5 -0
- package/dist/constructors/ListItem/props.d.ts +15 -3
- package/dist/constructors/ListItem/types.d.ts +5 -2
- package/dist/constructors/ListMenu/ListMenu.d.ts +7 -1
- package/dist/constructors/ListMenu/ListMenuDesign.d.ts +2 -1
- 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 -1
- package/dist/constructors/Mask/MaskDesign.d.ts +2 -1
- 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 -1
- package/dist/constructors/Menu/MenuDesign.d.ts +2 -1
- 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 +28 -1
- 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/ModalDesign.d.ts +1 -1
- package/dist/constructors/Modal/ModalDesignAbstract.d.ts +3 -2
- 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 +20 -8
- package/dist/constructors/MotionTransform/MotionTransformDesign.d.ts +16 -5
- package/dist/constructors/MotionTransform/MotionTransformEvent.d.ts +14 -0
- 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 +19 -13
- package/dist/constructors/MotionTransform/types.d.ts +7 -5
- package/dist/constructors/Progress/Progress.d.ts +25 -1
- package/dist/constructors/Progress/ProgressDesign.d.ts +4 -60
- package/dist/constructors/Progress/basicTypes.d.ts +4 -0
- package/dist/constructors/Progress/props.d.ts +14 -3
- package/dist/constructors/Ripple/Ripple.d.ts +5 -1
- package/dist/constructors/Ripple/RippleDesign.d.ts +2 -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 -1
- package/dist/constructors/Scrollbar/ScrollbarDesign.d.ts +2 -1
- 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 -1
- package/dist/constructors/Select/SelectDesign.d.ts +2 -1
- 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 -1
- package/dist/constructors/SelectValue/SelectValueDesign.d.ts +2 -1
- package/dist/constructors/SelectValue/basicTypes.d.ts +3 -0
- package/dist/constructors/SelectValue/props.d.ts +8 -0
- package/dist/constructors/Skeleton/SkeletonDesign.d.ts +2 -1
- 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 -1
- package/dist/constructors/TextareaAutosize/TextareaAutosizeDesign.d.ts +2 -1
- 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 +105 -25
- package/dist/constructors/Tooltip/{TooltipClasses.d.ts → TooltipClassesData.d.ts} +1 -1
- package/dist/constructors/Tooltip/TooltipEvent.d.ts +7 -3
- package/dist/constructors/Tooltip/TooltipOpen.d.ts +6 -0
- 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 +19 -1
- package/dist/constructors/Tooltip/types.d.ts +4 -0
- package/dist/constructors/Window/Window.d.ts +54 -3
- 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/WindowDesign.d.ts +5 -63
- package/dist/constructors/Window/WindowElement.d.ts +3 -3
- package/dist/constructors/Window/WindowEmit.d.ts +3 -3
- package/dist/constructors/Window/WindowEsc.d.ts +2 -2
- package/dist/constructors/Window/WindowEvent.d.ts +20 -3
- package/dist/constructors/Window/WindowFlash.d.ts +3 -3
- package/dist/constructors/Window/WindowHidden.d.ts +10 -4
- package/dist/constructors/Window/WindowInclude.d.ts +5 -1
- 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 +15 -1
- package/dist/constructors/Window/index.d.ts +21 -3
- package/dist/constructors/Window/props.d.ts +61 -23
- 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 -514
- package/dist/fieldCounter.js +77 -125
- package/dist/fieldLabel.js +63 -171
- package/dist/fieldMessage.js +82 -212
- 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 -211
- package/dist/image.js +648 -1347
- package/dist/input.js +82 -341
- 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 -997
- package/dist/listGroup.js +61 -170
- package/dist/listItem.js +113 -302
- package/dist/listMenu.js +51 -117
- package/dist/mask.js +1014 -2463
- package/dist/menu.js +200 -522
- package/dist/modal.js +28 -72
- package/dist/motionAxis.js +319 -0
- package/dist/motionTransform.js +225 -601
- package/dist/page.js +11 -28
- package/dist/plugin.js +2 -4
- package/dist/progress.js +123 -275
- package/dist/ripple.js +55 -134
- package/dist/scrollbar.js +99 -234
- package/dist/section.js +11 -28
- package/dist/select.js +163 -408
- package/dist/selectValue.js +87 -243
- package/dist/skeleton.js +32 -82
- 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 -234
- package/dist/tooltip.js +236 -618
- package/dist/types/ariaTypes.d.ts +48 -21
- package/dist/types/captionTypes.d.ts +2 -0
- package/dist/types/descriptionTypes.d.ts +2 -7
- package/dist/types/eventClickTypes.d.ts +2 -0
- package/dist/types/fieldTypes.d.ts +29 -20
- package/dist/types/labelTypes.d.ts +0 -7
- package/dist/types/modelTypes.d.ts +30 -0
- package/dist/types/pluginTypes.d.ts +5 -1
- package/dist/types/prefixTypes.d.ts +2 -0
- package/dist/types/roleTypes.d.ts +1 -0
- package/dist/types/suffixTypes.d.ts +2 -0
- package/dist/types/textTypes.d.ts +60 -2
- package/dist/window.js +769 -1973
- package/package.json +57 -3
- 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/Actions/style.scss +0 -1
- 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/Bars/style.scss +2 -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/FieldCounter/style.scss +5 -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/Progress/style.scss +2 -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/Tooltip/style.scss +10 -2
- package/src/constructors/Window/properties.json +240 -0
- package/src/constructors/Window/style.scss +7 -1
- package/src/library/style.scss +13 -0
- package/dist/ActionsInclude-H5ZWeXJj.js +0 -64
- package/dist/AriaStaticInclude-CFGewqpn.js +0 -219
- package/dist/ArrowInclude-CcpT637l.js +0 -47
- package/dist/BarsInclude-IM3Gdslg.js +0 -69
- package/dist/BlockDesign-D67yDT9N.js +0 -233
- package/dist/ButtonDesign-DZ7QCmHk.js +0 -169
- package/dist/CaptionInclude-AFVF4qyd.js +0 -52
- package/dist/DescriptionInclude-DxWNon_J.js +0 -65
- package/dist/EnabledInclude-DGeuJhOr.js +0 -46
- package/dist/EventClickInclude-eDWqxK0d.js +0 -93
- package/dist/FieldCounterInclude-BR6n8WlH.js +0 -59
- package/dist/FieldEventInclude-zg02dtQi.js +0 -715
- package/dist/FieldInclude-c6DSD0-y.js +0 -134
- package/dist/FieldInputCheckInclude-CjNYyGTb.js +0 -79
- package/dist/FieldLabelInclude-B4OGaJ1r.js +0 -64
- package/dist/FieldMatchInclude-Vl2gJUaM.js +0 -302
- package/dist/FieldMessageInclude-CktVHvWW.js +0 -71
- package/dist/IconInclude-CLqwI29Q.js +0 -123
- package/dist/IconTrailingInclude-CdsOcDxv.js +0 -83
- package/dist/LabelHighlightInclude-Dhj3p9NW.js +0 -75
- package/dist/LabelInclude-BtZrrbCf.js +0 -132
- package/dist/LabelNumberInclude-DyifvMnr.js +0 -46
- package/dist/ListGroupOpen-Bl_HIQoV.js +0 -43
- package/dist/MenuInclude-DfGCfr_I.js +0 -94
- package/dist/ModalDesignAbstract-CjDr5JaN.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-DUJ0epm4.js +0 -628
- package/dist/ProgressInclude-UBipdctr.js +0 -56
- package/dist/RippleInclude-Du5yIzX_.js +0 -21
- package/dist/SkeletonInclude-BIUzAO2s.js +0 -105
- package/dist/SuffixInclude-C7JNYCJK.js +0 -97
- package/dist/TabIndexInclude-d7A_R6KD.js +0 -167
- package/dist/TextInclude-i1OBAFTG.js +0 -76
- package/dist/TooltipInclude--QRSE83v.js +0 -76
- package/dist/TouchEventInclude-DctYCjt8.js +0 -186
- package/dist/WindowClassesInclude-B56usxgx.js +0 -213
- package/dist/WindowEsc-Dp9AvJt7.js +0 -72
- package/dist/WindowInclude-Is5RhGxt.js +0 -117
- 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,22 +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
|
};
|
|
286
|
+
/**
|
|
287
|
+
* ARIA label prop/
|
|
288
|
+
* ARIA проп label
|
|
289
|
+
*/
|
|
290
|
+
export type AriaLabelPropsInclude = {
|
|
291
|
+
/** ARIA label attribute/ Атрибут ARIA label */
|
|
292
|
+
ariaLabel?: string;
|
|
293
|
+
};
|
|
277
294
|
/**
|
|
278
295
|
* ARIA live prop/
|
|
279
296
|
* ARIA проп live
|
|
280
297
|
*/
|
|
281
298
|
export type AriaLivePropsInclude = {
|
|
299
|
+
/** ARIA live attribute/ Атрибут ARIA live */
|
|
282
300
|
ariaLive?: AriaList['aria-live'];
|
|
283
301
|
};
|
|
284
302
|
/**
|
|
285
|
-
* ARIA
|
|
286
|
-
* ARIA
|
|
303
|
+
* ARIA multiselectable prop/
|
|
304
|
+
* ARIA проп multiselectable
|
|
287
305
|
*/
|
|
288
|
-
export type
|
|
289
|
-
|
|
290
|
-
|
|
306
|
+
export type AriaMultiselectablePropsInclude = {
|
|
307
|
+
/** ARIA multiselectable attribute/ Атрибут ARIA multiselectable */
|
|
308
|
+
ariaMultiselectable?: boolean;
|
|
291
309
|
};
|
|
292
310
|
/**
|
|
293
311
|
* ARIA role props with labelledby and describedby/
|
|
@@ -299,8 +317,17 @@ export type AriaRoleByPropsInclude = AriaRolePropsInclude & AriaByPropsInclude;
|
|
|
299
317
|
* ARIA пропсы роли управления с controls и expanded
|
|
300
318
|
*/
|
|
301
319
|
export type AriaRoleControlPropsInclude = AriaRolePropsInclude & AriaHaspopupPropsInclude & {
|
|
320
|
+
/** Element ID/ ID элемента */
|
|
302
321
|
id?: string;
|
|
322
|
+
/** ARIA controls attribute/ Атрибут ARIA controls */
|
|
303
323
|
ariaControls?: string;
|
|
324
|
+
/** ARIA haspopup attribute/ Атрибут ARIA haspopup */
|
|
304
325
|
ariaHaspopup?: AriaList['aria-haspopup'];
|
|
326
|
+
/** ARIA expanded state attribute/ Атрибут ARIA состояния развёрнутости */
|
|
305
327
|
ariaExpanded?: string;
|
|
306
328
|
};
|
|
329
|
+
/** Basic ARIA role props/ Базовые ARIA пропсы роли */
|
|
330
|
+
export type AriaRolePropsInclude = {
|
|
331
|
+
/** ARIA role type/ Тип ARIA роли */
|
|
332
|
+
role?: RoleType;
|
|
333
|
+
};
|
|
@@ -11,4 +11,6 @@ export interface CaptionSlots {
|
|
|
11
11
|
export type CaptionProps = {
|
|
12
12
|
/** Caption text or number/ Текст или число заголовка */
|
|
13
13
|
caption?: string | number;
|
|
14
|
+
/** Whether the caption is decorative/ Является ли подпись декоративной */
|
|
15
|
+
captionDecorative?: boolean;
|
|
14
16
|
};
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Expose for description functionality/ Экспоз для функциональности описания
|
|
3
|
-
*/
|
|
4
|
-
export interface DescriptionExpose {
|
|
5
|
-
/** Description identifier/ Идентификатор описания */
|
|
6
|
-
descriptionId: string;
|
|
7
|
-
}
|
|
8
1
|
/**
|
|
9
2
|
* Slots for description functionality/ Слоты для функциональности описания
|
|
10
3
|
*/
|
|
@@ -18,4 +11,6 @@ export interface DescriptionSlots {
|
|
|
18
11
|
export type DescriptionProps = {
|
|
19
12
|
/** Description text or number/ Текст или число описания */
|
|
20
13
|
description?: string | number;
|
|
14
|
+
/** Description identifier/ Идентификатор описания */
|
|
15
|
+
descriptionId?: string;
|
|
21
16
|
};
|
|
@@ -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
|
};
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
import { NumberOrString } from '@dxtmisha/functional';
|
|
2
|
-
/**
|
|
3
|
-
* Exposed properties for label components/ Экспонируемые свойства для компонентов меток
|
|
4
|
-
*/
|
|
5
|
-
export interface LabelExpose {
|
|
6
|
-
/** Label element ID/ Идентификатор элемента метки */
|
|
7
|
-
labelId: string;
|
|
8
|
-
}
|
|
9
2
|
/**
|
|
10
3
|
* Slot definitions for label components/ Определения слотов для компонентов меток
|
|
11
4
|
*/
|
|
@@ -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
|
};
|
|
@@ -11,4 +11,6 @@ export interface PrefixSlots {
|
|
|
11
11
|
export type PrefixProps = {
|
|
12
12
|
/** Prefix text or number/ Текст или число префикса */
|
|
13
13
|
prefix?: string | number;
|
|
14
|
+
/** Unique identifier for the prefix element/ Уникальный идентификатор для элемента префикса */
|
|
15
|
+
prefixId?: string;
|
|
14
16
|
};
|
|
@@ -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';
|
|
@@ -11,4 +11,6 @@ export interface SuffixSlots {
|
|
|
11
11
|
export type SuffixProps = {
|
|
12
12
|
/** Suffix text or number/ Текст или число суффикса */
|
|
13
13
|
suffix?: string | number;
|
|
14
|
+
/** Unique identifier for the suffix element/ Уникальный идентификатор для элемента суффикса */
|
|
15
|
+
suffixId?: string;
|
|
14
16
|
};
|
|
@@ -1,20 +1,78 @@
|
|
|
1
|
+
/** Type for text value/ Тип для текстового значения */
|
|
1
2
|
export type TextValue = string | (() => string) | undefined;
|
|
2
|
-
|
|
3
|
+
/** List of available text indexes/ Список доступных индексов текста */
|
|
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/ Интерфейс для включения текста отмены */
|
|
8
|
+
export type TextCancelPropsInclude = {
|
|
9
|
+
/** Cancel text/ Текст отмены */
|
|
10
|
+
textCancel?: TextValue;
|
|
11
|
+
};
|
|
12
|
+
/** Interface for including character limit text/ Интерфейс для включения текста лимита символов */
|
|
13
|
+
export type TextCharacterLimitPropsInclude = {
|
|
14
|
+
/** Character limit exceeded text/ Текст о превышении лимита символов */
|
|
15
|
+
textCharacterLimit?: TextValue;
|
|
16
|
+
};
|
|
17
|
+
/** Interface for including character remaining text/ Интерфейс для включения текста оставшихся символов */
|
|
18
|
+
export type TextCharacterRemainingPropsInclude = {
|
|
19
|
+
/** Remaining characters text/ Текст об оставшихся символах */
|
|
20
|
+
textCharacterRemaining?: TextValue;
|
|
21
|
+
};
|
|
22
|
+
/** Interface for including close text/ Интерфейс для включения текста закрытия */
|
|
4
23
|
export type TextClosePropsInclude = {
|
|
5
24
|
/** Close text/ Текст закрытия */
|
|
6
25
|
textClose?: TextValue;
|
|
7
26
|
};
|
|
27
|
+
/** Interface for including copied to clipboard text/ Интерфейс для включения текста копирования в буфер */
|
|
8
28
|
export type TextCopiedClipboardPropsInclude = {
|
|
9
29
|
/** Copied to the clipboard text/ Текст о копировании в буфер обмена */
|
|
10
30
|
textCopiedClipboard?: TextValue;
|
|
11
31
|
};
|
|
32
|
+
/** Interface for including decrement text/ Интерфейс для включения текста уменьшения */
|
|
33
|
+
export type TextDecrementPropsInclude = {
|
|
34
|
+
/** Text for decreasing value/ Текст для уменьшения значения */
|
|
35
|
+
textDecrement?: TextValue;
|
|
36
|
+
};
|
|
37
|
+
/** Interface for including entries match text/ Интерфейс для включения текста совпадения записей */
|
|
12
38
|
export type TextEntriesMatchPropsInclude = {
|
|
13
39
|
/** Text entries match/ Текст о несовпадении записей */
|
|
14
40
|
textEntriesMatch?: TextValue;
|
|
15
41
|
};
|
|
42
|
+
/** Interface for including hide text/ Интерфейс для включения текста скрытия */
|
|
43
|
+
export type TextHidePropsInclude = {
|
|
44
|
+
/** Hide text/ Текст скрытия */
|
|
45
|
+
textHide?: TextValue;
|
|
46
|
+
};
|
|
47
|
+
/** Interface for including increment text/ Интерфейс для включения текста увеличения */
|
|
48
|
+
export type TextIncrementPropsInclude = {
|
|
49
|
+
/** Text for increasing value/ Текст для увеличения значения */
|
|
50
|
+
textIncrement?: TextValue;
|
|
51
|
+
};
|
|
52
|
+
/** Interface for including loading text/ Интерфейс для включения текста загрузки */
|
|
53
|
+
export type TextLoadingPropsInclude = {
|
|
54
|
+
/** Loading text/ Текст загрузки */
|
|
55
|
+
textLoading?: TextValue;
|
|
56
|
+
};
|
|
57
|
+
/** Interface for including next text/ Интерфейс для включения текста следующего */
|
|
58
|
+
export type TextNextPropsInclude = {
|
|
59
|
+
/** Next text/ Текст следующего */
|
|
60
|
+
textNext?: TextValue;
|
|
61
|
+
};
|
|
62
|
+
/** Interface for including OK text/ Интерфейс для включения текста подтверждения */
|
|
16
63
|
export type TextOkPropsInclude = {
|
|
17
64
|
/** OK text/ Текст подтверждения */
|
|
18
65
|
textOk?: TextValue;
|
|
19
66
|
};
|
|
20
|
-
|
|
67
|
+
/** Interface for including previous text/ Интерфейс для включения текста предыдущего */
|
|
68
|
+
export type TextPreviousPropsInclude = {
|
|
69
|
+
/** Previous text/ Текст предыдущего */
|
|
70
|
+
textPrevious?: TextValue;
|
|
71
|
+
};
|
|
72
|
+
/** Interface for including show text/ Интерфейс для включения текста показа */
|
|
73
|
+
export type TextShowPropsInclude = {
|
|
74
|
+
/** Show text/ Текст показа */
|
|
75
|
+
textShow?: TextValue;
|
|
76
|
+
};
|
|
77
|
+
/** Type for including all text properties/ Тип для включения всех текстовых свойств */
|
|
78
|
+
export type TextAllPropsInclude = TextCancelPropsInclude & TextCharacterLimitPropsInclude & TextCharacterRemainingPropsInclude & TextClosePropsInclude & TextCopiedClipboardPropsInclude & TextDecrementPropsInclude & TextEntriesMatchPropsInclude & TextHidePropsInclude & TextIncrementPropsInclude & TextLoadingPropsInclude & TextNextPropsInclude & TextOkPropsInclude & TextPreviousPropsInclude & TextShowPropsInclude;
|