@weni/unnnic-system 3.10.0 → 3.11.1-alpha.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/CHANGELOG.md +80 -0
- package/dist/assets/tokens/colors.json.d.ts +376 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +17 -116
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +111 -20
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +223 -41
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +3 -3
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +4 -4
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +128 -37
- package/dist/components/Card/CardCompany.vue.d.ts +12 -415
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +114 -23
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +112 -21
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +112 -21
- package/dist/components/CardImage/CardImage.vue.d.ts +23 -30
- package/dist/components/CardInformation/CardInformation.vue.d.ts +114 -23
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +14 -417
- package/dist/components/Carousel/TagCarousel.vue.d.ts +13 -416
- package/dist/components/ChartBar/ChartBar.vue.d.ts +120 -29
- package/dist/components/ChartLine/ChartLine.vue.d.ts +110 -19
- package/dist/components/ChatText/ChatText.vue.d.ts +111 -20
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +22 -447
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +114 -23
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +3 -3
- package/dist/components/Checkbox/Checkbox.vue.d.ts +17 -24
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +111 -20
- package/dist/components/DataTable/index.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +172 -41
- package/dist/components/DatePicker/DatePicker.vue.d.ts +10 -10
- package/dist/components/Drawer/Drawer.vue.d.ts +35 -207
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +2 -2
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +50 -27
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +10 -10
- package/dist/components/Input/BaseInput.vue.d.ts +11 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +171 -40
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +33 -24
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +182 -51
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +214 -40
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +182 -51
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +21 -21
- package/dist/components/MoodRating/MoodRating.vue.d.ts +110 -19
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +26 -14
- package/dist/components/PageHeader/PageHeader.vue.d.ts +28 -0
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/PageHeader/types.d.ts +9 -0
- package/dist/components/PageHeader/types.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.vue.d.ts +9 -9
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +10 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +67 -468
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +12 -415
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +18 -25
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +34 -25
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +111 -20
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +56 -22
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +122 -20
- package/dist/components/TableNext/TablePagination.vue.d.ts +9 -9
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +13 -415
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +78 -33
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +110 -19
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +9 -9
- package/dist/components/Tour/TourPopover.vue.d.ts +9 -9
- package/dist/components/UploadArea/UploadArea.vue.d.ts +10 -10
- package/dist/components/index.d.ts +12880 -11199
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +42 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/index.d.ts +11 -0
- package/dist/components/ui/drawer/index.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts +26 -0
- package/dist/components/ui/segmented-control/SegmentedControlList.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts +24 -0
- package/dist/components/ui/segmented-control/SegmentedControlTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/segmented-control/index.d.ts +5 -0
- package/dist/components/ui/segmented-control/index.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +5 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/{es-4b899f97.mjs → es-5af54117.mjs} +1 -1
- package/dist/{index-23489897.mjs → index-eb28c19c.mjs} +99655 -96333
- package/dist/{pt-br-5a914a63.mjs → pt-br-e0368966.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +216 -179
- package/dist/unnnic.umd.js +48 -45
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +3 -2
- package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
- package/src/assets/icons/checkbox-checked.svg +3 -0
- package/src/assets/icons/checkbox-less-disabled.svg +3 -0
- package/src/assets/icons/checkbox-less.svg +3 -0
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-checked.svg +3 -0
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/Alert.spec.js +2 -45
- package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +67 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/ChatsContact/ChatsContact.vue +10 -6
- package/src/components/Checkbox/Checkbox.vue +117 -65
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/Drawer/Drawer.vue +174 -271
- package/src/components/Drawer/__tests__/Drawer.spec.js +32 -43
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +2 -0
- package/src/components/Input/BaseInput.vue +12 -12
- package/src/components/Input/Input.scss +19 -20
- package/src/components/Input/Input.vue +60 -55
- package/src/components/Input/TextInput.vue +25 -54
- package/src/components/Input/__test__/Input.spec.js +13 -33
- package/src/components/Input/__test__/TextInput.spec.js +6 -8
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +14 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +62 -148
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/PageHeader/PageHeader.vue +148 -0
- package/src/components/PageHeader/index.ts +2 -0
- package/src/components/PageHeader/types.ts +10 -0
- package/src/components/Radio/Radio.vue +118 -66
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +4 -3
- package/src/components/RadioGroup/RadioGroup.vue +142 -0
- package/src/components/SelectSmart/SelectSmart.vue +4 -3
- package/src/components/Switch/Switch.vue +132 -91
- package/src/components/Switch/__tests__/Switch.spec.js +8 -75
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -6
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/DefaultTag.vue +51 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/components/TextArea/TextArea.vue +41 -12
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +291 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/ToolTip/ToolTip.vue +41 -188
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +345 -61
- package/src/components/index.ts +88 -5
- package/src/components/ui/dialog/Dialog.vue +15 -0
- package/src/components/ui/dialog/DialogClose.vue +25 -0
- package/src/components/ui/dialog/DialogContent.vue +133 -0
- package/src/components/ui/dialog/DialogFooter.vue +46 -0
- package/src/components/ui/dialog/DialogHeader.vue +79 -0
- package/src/components/ui/dialog/DialogTitle.vue +34 -0
- package/src/components/ui/dialog/DialogTrigger.vue +12 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/components/ui/drawer/Drawer.vue +23 -0
- package/src/components/ui/drawer/DrawerClose.vue +33 -0
- package/src/components/ui/drawer/DrawerContent.vue +98 -0
- package/src/components/ui/drawer/DrawerDescription.vue +36 -0
- package/src/components/ui/drawer/DrawerFooter.vue +34 -0
- package/src/components/ui/drawer/DrawerHeader.vue +53 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +30 -0
- package/src/components/ui/drawer/DrawerTitle.vue +33 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +27 -0
- package/src/components/ui/drawer/index.ts +10 -0
- package/src/components/ui/segmented-control/SegmentedControlList.vue +51 -0
- package/src/components/ui/segmented-control/SegmentedControlTrigger.vue +81 -0
- package/src/components/ui/segmented-control/index.ts +4 -0
- package/src/components/ui/tabs/TabsTrigger.vue +4 -20
- package/src/components/ui/tooltip/Tooltip.vue +15 -0
- package/src/components/ui/tooltip/TooltipContent.vue +73 -0
- package/src/components/ui/tooltip/TooltipProvider.vue +15 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +22 -0
- package/src/components/ui/tooltip/index.ts +4 -0
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -0
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/DrawerNext.stories.js +610 -0
- package/src/stories/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/PageHeader.stories.js +330 -0
- package/src/stories/Radio.stories.js +28 -1
- package/src/stories/RadioGroup.stories.js +144 -0
- package/src/stories/SegmentedControl.stories.js +253 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/Tabs.stories.js +1 -1
- package/src/stories/Tag.stories.js +24 -43
- package/src/stories/TextArea.stories.js +14 -2
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +1 -0
- package/src/utils/call.js +46 -18
- package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -19,19 +19,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
19
|
};
|
|
20
20
|
message: {
|
|
21
21
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
errors: {
|
|
25
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
26
|
+
default: string;
|
|
23
27
|
};
|
|
24
28
|
label: {
|
|
25
29
|
type: StringConstructor;
|
|
26
|
-
default:
|
|
30
|
+
default: string;
|
|
27
31
|
};
|
|
28
32
|
iconLeft: {
|
|
29
33
|
type: StringConstructor;
|
|
30
|
-
default:
|
|
34
|
+
default: string;
|
|
31
35
|
};
|
|
32
36
|
iconRight: {
|
|
33
37
|
type: StringConstructor;
|
|
34
|
-
default:
|
|
38
|
+
default: string;
|
|
35
39
|
};
|
|
36
40
|
allowTogglePassword: {
|
|
37
41
|
type: BooleanConstructor;
|
|
@@ -39,11 +43,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
43
|
};
|
|
40
44
|
iconLeftClickable: {
|
|
41
45
|
type: BooleanConstructor;
|
|
42
|
-
default:
|
|
46
|
+
default: boolean;
|
|
43
47
|
};
|
|
44
48
|
iconRightClickable: {
|
|
45
49
|
type: BooleanConstructor;
|
|
46
|
-
default:
|
|
50
|
+
default: boolean;
|
|
47
51
|
};
|
|
48
52
|
hasCloudyColor: {
|
|
49
53
|
type: BooleanConstructor;
|
|
@@ -57,10 +61,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
61
|
type: (StringConstructor | ArrayConstructor)[];
|
|
58
62
|
default: string;
|
|
59
63
|
};
|
|
64
|
+
tooltip: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
maxlength: {
|
|
69
|
+
type: (NumberConstructor | null)[];
|
|
70
|
+
default: null;
|
|
71
|
+
};
|
|
72
|
+
showMaxlengthCounter: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
disabled: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
60
80
|
}>, {}, {
|
|
61
81
|
val: string;
|
|
62
82
|
}, {
|
|
63
|
-
|
|
83
|
+
computedError(): string | boolean;
|
|
64
84
|
}, {
|
|
65
85
|
fullySanitize: typeof fullySanitize;
|
|
66
86
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -83,19 +103,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
103
|
};
|
|
84
104
|
message: {
|
|
85
105
|
type: StringConstructor;
|
|
86
|
-
default:
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
errors: {
|
|
109
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
110
|
+
default: string;
|
|
87
111
|
};
|
|
88
112
|
label: {
|
|
89
113
|
type: StringConstructor;
|
|
90
|
-
default:
|
|
114
|
+
default: string;
|
|
91
115
|
};
|
|
92
116
|
iconLeft: {
|
|
93
117
|
type: StringConstructor;
|
|
94
|
-
default:
|
|
118
|
+
default: string;
|
|
95
119
|
};
|
|
96
120
|
iconRight: {
|
|
97
121
|
type: StringConstructor;
|
|
98
|
-
default:
|
|
122
|
+
default: string;
|
|
99
123
|
};
|
|
100
124
|
allowTogglePassword: {
|
|
101
125
|
type: BooleanConstructor;
|
|
@@ -103,11 +127,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
103
127
|
};
|
|
104
128
|
iconLeftClickable: {
|
|
105
129
|
type: BooleanConstructor;
|
|
106
|
-
default:
|
|
130
|
+
default: boolean;
|
|
107
131
|
};
|
|
108
132
|
iconRightClickable: {
|
|
109
133
|
type: BooleanConstructor;
|
|
110
|
-
default:
|
|
134
|
+
default: boolean;
|
|
111
135
|
};
|
|
112
136
|
hasCloudyColor: {
|
|
113
137
|
type: BooleanConstructor;
|
|
@@ -121,23 +145,44 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
121
145
|
type: (StringConstructor | ArrayConstructor)[];
|
|
122
146
|
default: string;
|
|
123
147
|
};
|
|
148
|
+
tooltip: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
default: string;
|
|
151
|
+
};
|
|
152
|
+
maxlength: {
|
|
153
|
+
type: (NumberConstructor | null)[];
|
|
154
|
+
default: null;
|
|
155
|
+
};
|
|
156
|
+
showMaxlengthCounter: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
disabled: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
124
164
|
}>> & Readonly<{
|
|
125
165
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
126
166
|
}>, {
|
|
127
|
-
|
|
128
|
-
mask: string | unknown[];
|
|
129
|
-
size: string;
|
|
167
|
+
disabled: boolean;
|
|
130
168
|
type: string;
|
|
131
169
|
placeholder: string;
|
|
170
|
+
label: string;
|
|
171
|
+
size: string;
|
|
172
|
+
mask: string | unknown[];
|
|
173
|
+
tooltip: string;
|
|
132
174
|
message: string;
|
|
133
175
|
modelValue: string;
|
|
134
176
|
nativeType: string;
|
|
177
|
+
maxlength: number | null;
|
|
135
178
|
iconLeft: string;
|
|
136
179
|
iconRight: string;
|
|
137
180
|
iconLeftClickable: boolean;
|
|
138
181
|
iconRightClickable: boolean;
|
|
139
182
|
allowTogglePassword: boolean;
|
|
183
|
+
errors: string | unknown[];
|
|
140
184
|
hasCloudyColor: boolean;
|
|
185
|
+
showMaxlengthCounter: boolean;
|
|
141
186
|
}, {}, {
|
|
142
187
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
143
188
|
placeholder: {
|
|
@@ -173,29 +218,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
218
|
type: BooleanConstructor;
|
|
174
219
|
default: null;
|
|
175
220
|
};
|
|
176
|
-
iconRightSize: {
|
|
177
|
-
type: StringConstructor;
|
|
178
|
-
default: string;
|
|
179
|
-
};
|
|
180
221
|
allowTogglePassword: {
|
|
181
222
|
type: BooleanConstructor;
|
|
182
223
|
default: null;
|
|
183
224
|
};
|
|
184
|
-
hasCloudyColor: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: null;
|
|
187
|
-
};
|
|
188
225
|
size: {
|
|
189
226
|
type: StringConstructor;
|
|
190
227
|
default: string;
|
|
191
228
|
};
|
|
229
|
+
maxlength: {
|
|
230
|
+
type: NumberConstructor;
|
|
231
|
+
default: null;
|
|
232
|
+
};
|
|
233
|
+
disabled: {
|
|
234
|
+
type: BooleanConstructor;
|
|
235
|
+
default: boolean;
|
|
236
|
+
};
|
|
192
237
|
}>, {}, {
|
|
193
238
|
isFocused: boolean;
|
|
194
239
|
showPassword: boolean;
|
|
195
240
|
}, {
|
|
196
|
-
isDisabled():
|
|
241
|
+
isDisabled(): {};
|
|
197
242
|
iconRightSvg(): string;
|
|
198
|
-
iconScheme(): "
|
|
243
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
199
244
|
attributes(): any;
|
|
200
245
|
}, {
|
|
201
246
|
focus(): void;
|
|
@@ -237,38 +282,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
237
282
|
type: BooleanConstructor;
|
|
238
283
|
default: null;
|
|
239
284
|
};
|
|
240
|
-
iconRightSize: {
|
|
241
|
-
type: StringConstructor;
|
|
242
|
-
default: string;
|
|
243
|
-
};
|
|
244
285
|
allowTogglePassword: {
|
|
245
286
|
type: BooleanConstructor;
|
|
246
287
|
default: null;
|
|
247
288
|
};
|
|
248
|
-
hasCloudyColor: {
|
|
249
|
-
type: BooleanConstructor;
|
|
250
|
-
default: null;
|
|
251
|
-
};
|
|
252
289
|
size: {
|
|
253
290
|
type: StringConstructor;
|
|
254
291
|
default: string;
|
|
255
292
|
};
|
|
293
|
+
maxlength: {
|
|
294
|
+
type: NumberConstructor;
|
|
295
|
+
default: null;
|
|
296
|
+
};
|
|
297
|
+
disabled: {
|
|
298
|
+
type: BooleanConstructor;
|
|
299
|
+
default: boolean;
|
|
300
|
+
};
|
|
256
301
|
}>> & Readonly<{
|
|
257
302
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
258
303
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
259
304
|
}>, {
|
|
260
|
-
|
|
305
|
+
disabled: boolean;
|
|
261
306
|
type: string;
|
|
262
307
|
placeholder: string;
|
|
308
|
+
size: string;
|
|
263
309
|
modelValue: string;
|
|
264
310
|
nativeType: string;
|
|
311
|
+
maxlength: number;
|
|
265
312
|
iconLeft: string;
|
|
266
313
|
iconRight: string;
|
|
267
314
|
iconLeftClickable: boolean;
|
|
268
315
|
iconRightClickable: boolean;
|
|
269
|
-
iconRightSize: string;
|
|
270
316
|
allowTogglePassword: boolean;
|
|
271
|
-
hasCloudyColor: boolean;
|
|
272
317
|
}, {}, {
|
|
273
318
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
274
319
|
type: {
|
|
@@ -294,6 +339,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
339
|
};
|
|
295
340
|
hasIconLeft: BooleanConstructor;
|
|
296
341
|
hasIconRight: BooleanConstructor;
|
|
342
|
+
maxlength: {
|
|
343
|
+
type: NumberConstructor;
|
|
344
|
+
default: null;
|
|
345
|
+
};
|
|
297
346
|
}>, {}, {}, {
|
|
298
347
|
attributes(): any;
|
|
299
348
|
classes(): (string | {
|
|
@@ -326,16 +375,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
326
375
|
};
|
|
327
376
|
hasIconLeft: BooleanConstructor;
|
|
328
377
|
hasIconRight: BooleanConstructor;
|
|
378
|
+
maxlength: {
|
|
379
|
+
type: NumberConstructor;
|
|
380
|
+
default: null;
|
|
381
|
+
};
|
|
329
382
|
}>> & Readonly<{
|
|
330
383
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
331
384
|
}>, {
|
|
332
|
-
mask: string | unknown[];
|
|
333
|
-
size: string;
|
|
334
385
|
type: string;
|
|
386
|
+
size: string;
|
|
387
|
+
mask: string | unknown[];
|
|
335
388
|
hasIconLeft: boolean;
|
|
336
389
|
hasIconRight: boolean;
|
|
337
390
|
modelValue: string;
|
|
338
391
|
nativeType: string;
|
|
392
|
+
maxlength: number;
|
|
339
393
|
}, {}, {}, {
|
|
340
394
|
mask: any;
|
|
341
395
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -348,13 +402,90 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
348
402
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
349
403
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
350
404
|
}>, {
|
|
405
|
+
size: import('../Icon.vue').IconSize;
|
|
351
406
|
filled: boolean;
|
|
352
407
|
icon: string | null;
|
|
353
408
|
clickable: boolean;
|
|
354
|
-
size: import('../Icon.vue').IconSize;
|
|
355
409
|
scheme: import('../Icon.vue').SchemeColor;
|
|
356
410
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
357
411
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
412
|
+
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
413
|
+
size: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
default: string;
|
|
416
|
+
validator: (size: unknown) => boolean;
|
|
417
|
+
};
|
|
418
|
+
label: {
|
|
419
|
+
type: StringConstructor;
|
|
420
|
+
default: string;
|
|
421
|
+
};
|
|
422
|
+
fixedLabel: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
426
|
+
error: {
|
|
427
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
428
|
+
default: boolean;
|
|
429
|
+
};
|
|
430
|
+
message: {
|
|
431
|
+
type: StringConstructor;
|
|
432
|
+
default: string;
|
|
433
|
+
};
|
|
434
|
+
disabled: {
|
|
435
|
+
type: BooleanConstructor;
|
|
436
|
+
default: boolean;
|
|
437
|
+
};
|
|
438
|
+
tooltip: {
|
|
439
|
+
type: StringConstructor;
|
|
440
|
+
default: string;
|
|
441
|
+
};
|
|
442
|
+
}>, {}, {}, {}, {
|
|
443
|
+
fullySanitize: typeof fullySanitize;
|
|
444
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
445
|
+
size: {
|
|
446
|
+
type: StringConstructor;
|
|
447
|
+
default: string;
|
|
448
|
+
validator: (size: unknown) => boolean;
|
|
449
|
+
};
|
|
450
|
+
label: {
|
|
451
|
+
type: StringConstructor;
|
|
452
|
+
default: string;
|
|
453
|
+
};
|
|
454
|
+
fixedLabel: {
|
|
455
|
+
type: BooleanConstructor;
|
|
456
|
+
default: boolean;
|
|
457
|
+
};
|
|
458
|
+
error: {
|
|
459
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
460
|
+
default: boolean;
|
|
461
|
+
};
|
|
462
|
+
message: {
|
|
463
|
+
type: StringConstructor;
|
|
464
|
+
default: string;
|
|
465
|
+
};
|
|
466
|
+
disabled: {
|
|
467
|
+
type: BooleanConstructor;
|
|
468
|
+
default: boolean;
|
|
469
|
+
};
|
|
470
|
+
tooltip: {
|
|
471
|
+
type: StringConstructor;
|
|
472
|
+
default: string;
|
|
473
|
+
};
|
|
474
|
+
}>> & Readonly<{}>, {
|
|
475
|
+
disabled: boolean;
|
|
476
|
+
error: string | boolean;
|
|
477
|
+
label: string;
|
|
478
|
+
size: string;
|
|
479
|
+
tooltip: string;
|
|
480
|
+
fixedLabel: boolean;
|
|
481
|
+
message: string;
|
|
482
|
+
}, {}, {
|
|
483
|
+
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
484
|
+
label: string;
|
|
485
|
+
tooltip: string;
|
|
486
|
+
useHtmlTooltip: boolean;
|
|
487
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
488
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
358
489
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
359
490
|
export default _default;
|
|
360
491
|
//# sourceMappingURL=Input.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA2K8B,sBAAsB"}
|
|
@@ -32,29 +32,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
|
-
iconRightSize: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
35
|
allowTogglePassword: {
|
|
40
36
|
type: BooleanConstructor;
|
|
41
37
|
default: null;
|
|
42
38
|
};
|
|
43
|
-
hasCloudyColor: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: null;
|
|
46
|
-
};
|
|
47
39
|
size: {
|
|
48
40
|
type: StringConstructor;
|
|
49
41
|
default: string;
|
|
50
42
|
};
|
|
43
|
+
maxlength: {
|
|
44
|
+
type: NumberConstructor;
|
|
45
|
+
default: null;
|
|
46
|
+
};
|
|
47
|
+
disabled: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
51
|
}>, {}, {
|
|
52
52
|
isFocused: boolean;
|
|
53
53
|
showPassword: boolean;
|
|
54
54
|
}, {
|
|
55
|
-
isDisabled():
|
|
55
|
+
isDisabled(): {};
|
|
56
56
|
iconRightSvg(): string;
|
|
57
|
-
iconScheme(): "
|
|
57
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
58
58
|
attributes(): any;
|
|
59
59
|
}, {
|
|
60
60
|
focus(): void;
|
|
@@ -96,38 +96,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
96
|
type: BooleanConstructor;
|
|
97
97
|
default: null;
|
|
98
98
|
};
|
|
99
|
-
iconRightSize: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
99
|
allowTogglePassword: {
|
|
104
100
|
type: BooleanConstructor;
|
|
105
101
|
default: null;
|
|
106
102
|
};
|
|
107
|
-
hasCloudyColor: {
|
|
108
|
-
type: BooleanConstructor;
|
|
109
|
-
default: null;
|
|
110
|
-
};
|
|
111
103
|
size: {
|
|
112
104
|
type: StringConstructor;
|
|
113
105
|
default: string;
|
|
114
106
|
};
|
|
107
|
+
maxlength: {
|
|
108
|
+
type: NumberConstructor;
|
|
109
|
+
default: null;
|
|
110
|
+
};
|
|
111
|
+
disabled: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
115
|
}>> & Readonly<{
|
|
116
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
}>, {
|
|
119
|
-
|
|
119
|
+
disabled: boolean;
|
|
120
120
|
type: string;
|
|
121
121
|
placeholder: string;
|
|
122
|
+
size: string;
|
|
122
123
|
modelValue: string;
|
|
123
124
|
nativeType: string;
|
|
125
|
+
maxlength: number;
|
|
124
126
|
iconLeft: string;
|
|
125
127
|
iconRight: string;
|
|
126
128
|
iconLeftClickable: boolean;
|
|
127
129
|
iconRightClickable: boolean;
|
|
128
|
-
iconRightSize: string;
|
|
129
130
|
allowTogglePassword: boolean;
|
|
130
|
-
hasCloudyColor: boolean;
|
|
131
131
|
}, {}, {
|
|
132
132
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
133
133
|
type: {
|
|
@@ -153,6 +153,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
};
|
|
154
154
|
hasIconLeft: BooleanConstructor;
|
|
155
155
|
hasIconRight: BooleanConstructor;
|
|
156
|
+
maxlength: {
|
|
157
|
+
type: NumberConstructor;
|
|
158
|
+
default: null;
|
|
159
|
+
};
|
|
156
160
|
}>, {}, {}, {
|
|
157
161
|
attributes(): any;
|
|
158
162
|
classes(): (string | {
|
|
@@ -185,16 +189,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
189
|
};
|
|
186
190
|
hasIconLeft: BooleanConstructor;
|
|
187
191
|
hasIconRight: BooleanConstructor;
|
|
192
|
+
maxlength: {
|
|
193
|
+
type: NumberConstructor;
|
|
194
|
+
default: null;
|
|
195
|
+
};
|
|
188
196
|
}>> & Readonly<{
|
|
189
197
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
190
198
|
}>, {
|
|
191
|
-
mask: string | unknown[];
|
|
192
|
-
size: string;
|
|
193
199
|
type: string;
|
|
200
|
+
size: string;
|
|
201
|
+
mask: string | unknown[];
|
|
194
202
|
hasIconLeft: boolean;
|
|
195
203
|
hasIconRight: boolean;
|
|
196
204
|
modelValue: string;
|
|
197
205
|
nativeType: string;
|
|
206
|
+
maxlength: number;
|
|
198
207
|
}, {}, {}, {
|
|
199
208
|
mask: any;
|
|
200
209
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -207,10 +216,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
216
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
208
217
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
209
218
|
}>, {
|
|
219
|
+
size: import('../Icon.vue').IconSize;
|
|
210
220
|
filled: boolean;
|
|
211
221
|
icon: string | null;
|
|
212
222
|
clickable: boolean;
|
|
213
|
-
size: import('../Icon.vue').IconSize;
|
|
214
223
|
scheme: import('../Icon.vue').SchemeColor;
|
|
215
224
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
216
225
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AA2CA;"}
|