@weni/unnnic-system 3.9.1 → 3.9.3-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 +16 -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 +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- 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 +1 -1
- 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 +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +11 -414
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +24 -31
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +13 -416
- package/dist/components/Carousel/TagCarousel.vue.d.ts +12 -415
- package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +30 -448
- 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 +5 -5
- 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 +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +19 -26
- 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 +2 -2
- package/dist/components/DataTable/index.vue.d.ts +12 -2
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +251 -41
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- 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 +51 -28
- 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 +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +33 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +251 -41
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +85 -25
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +256 -46
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- 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 +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +256 -46
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- 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 +3 -3
- 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 +120 -470
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +21 -28
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +85 -25
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +55 -21
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- 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 +12 -414
- 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 +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
- package/dist/components/index.d.ts +8736 -10161
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/{es-efb4f902.mjs → es-61b41785.mjs} +1 -1
- package/dist/{index-e30fc518.mjs → index-10160248.mjs} +9383 -8807
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-4bacdbb6.mjs → pt-br-31a68683.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +158 -151
- package/dist/unnnic.umd.js +34 -35
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -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/scheme-colors.scss +309 -223
- 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 +16 -8
- 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/DataTable/index.vue +48 -0
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +2 -0
- package/src/components/Input/BaseInput.vue +33 -14
- package/src/components/Input/Input.scss +22 -22
- package/src/components/Input/Input.vue +79 -56
- package/src/components/Input/TextInput.vue +81 -65
- 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 +17 -4
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -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/MultiSelectV2/MultSelectOption.vue +67 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +556 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +229 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +121 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +51 -0
- package/src/components/MultiSelectV2/index.vue +221 -0
- 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/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -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/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +249 -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 +1 -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/index.ts +33 -18
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/ChatsContact.stories.js +9 -0
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -0
- package/src/stories/DataTable.stories.js +192 -0
- package/src/stories/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/MultiSelectV2.stories.js +158 -0
- 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/Select.stories.js +158 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- 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,13 +61,41 @@ 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
|
+
};
|
|
80
|
+
readonly: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
forceActiveStatus: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
showClear: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
60
92
|
}>, {}, {
|
|
61
93
|
val: string;
|
|
62
94
|
}, {
|
|
63
|
-
|
|
95
|
+
computedError(): string | boolean;
|
|
64
96
|
}, {
|
|
65
97
|
fullySanitize: typeof fullySanitize;
|
|
66
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
98
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
67
99
|
placeholder: {
|
|
68
100
|
type: StringConstructor;
|
|
69
101
|
default: string;
|
|
@@ -83,19 +115,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
115
|
};
|
|
84
116
|
message: {
|
|
85
117
|
type: StringConstructor;
|
|
86
|
-
default:
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
errors: {
|
|
121
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
122
|
+
default: string;
|
|
87
123
|
};
|
|
88
124
|
label: {
|
|
89
125
|
type: StringConstructor;
|
|
90
|
-
default:
|
|
126
|
+
default: string;
|
|
91
127
|
};
|
|
92
128
|
iconLeft: {
|
|
93
129
|
type: StringConstructor;
|
|
94
|
-
default:
|
|
130
|
+
default: string;
|
|
95
131
|
};
|
|
96
132
|
iconRight: {
|
|
97
133
|
type: StringConstructor;
|
|
98
|
-
default:
|
|
134
|
+
default: string;
|
|
99
135
|
};
|
|
100
136
|
allowTogglePassword: {
|
|
101
137
|
type: BooleanConstructor;
|
|
@@ -103,11 +139,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
103
139
|
};
|
|
104
140
|
iconLeftClickable: {
|
|
105
141
|
type: BooleanConstructor;
|
|
106
|
-
default:
|
|
142
|
+
default: boolean;
|
|
107
143
|
};
|
|
108
144
|
iconRightClickable: {
|
|
109
145
|
type: BooleanConstructor;
|
|
110
|
-
default:
|
|
146
|
+
default: boolean;
|
|
111
147
|
};
|
|
112
148
|
hasCloudyColor: {
|
|
113
149
|
type: BooleanConstructor;
|
|
@@ -121,23 +157,60 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
121
157
|
type: (StringConstructor | ArrayConstructor)[];
|
|
122
158
|
default: string;
|
|
123
159
|
};
|
|
160
|
+
tooltip: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
default: string;
|
|
163
|
+
};
|
|
164
|
+
maxlength: {
|
|
165
|
+
type: (NumberConstructor | null)[];
|
|
166
|
+
default: null;
|
|
167
|
+
};
|
|
168
|
+
showMaxlengthCounter: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
172
|
+
disabled: {
|
|
173
|
+
type: BooleanConstructor;
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
176
|
+
readonly: {
|
|
177
|
+
type: BooleanConstructor;
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
forceActiveStatus: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
showClear: {
|
|
185
|
+
type: BooleanConstructor;
|
|
186
|
+
default: boolean;
|
|
187
|
+
};
|
|
124
188
|
}>> & Readonly<{
|
|
125
189
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
190
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
126
191
|
}>, {
|
|
192
|
+
type: string;
|
|
193
|
+
size: string;
|
|
127
194
|
label: string;
|
|
128
195
|
mask: string | unknown[];
|
|
129
|
-
size: string;
|
|
130
|
-
type: string;
|
|
131
196
|
placeholder: string;
|
|
197
|
+
tooltip: string;
|
|
132
198
|
message: string;
|
|
199
|
+
disabled: boolean;
|
|
133
200
|
modelValue: string;
|
|
134
201
|
nativeType: string;
|
|
202
|
+
maxlength: number | null;
|
|
203
|
+
readonly: boolean;
|
|
204
|
+
forceActiveStatus: boolean;
|
|
135
205
|
iconLeft: string;
|
|
136
206
|
iconRight: string;
|
|
137
207
|
iconLeftClickable: boolean;
|
|
138
208
|
iconRightClickable: boolean;
|
|
139
209
|
allowTogglePassword: boolean;
|
|
210
|
+
showClear: boolean;
|
|
211
|
+
errors: string | unknown[];
|
|
140
212
|
hasCloudyColor: boolean;
|
|
213
|
+
showMaxlengthCounter: boolean;
|
|
141
214
|
}, {}, {
|
|
142
215
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
143
216
|
placeholder: {
|
|
@@ -173,37 +246,50 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
173
246
|
type: BooleanConstructor;
|
|
174
247
|
default: null;
|
|
175
248
|
};
|
|
176
|
-
iconRightSize: {
|
|
177
|
-
type: StringConstructor;
|
|
178
|
-
default: string;
|
|
179
|
-
};
|
|
180
249
|
allowTogglePassword: {
|
|
181
250
|
type: BooleanConstructor;
|
|
182
251
|
default: null;
|
|
183
252
|
};
|
|
184
|
-
hasCloudyColor: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: null;
|
|
187
|
-
};
|
|
188
253
|
size: {
|
|
189
254
|
type: StringConstructor;
|
|
190
255
|
default: string;
|
|
191
256
|
};
|
|
257
|
+
maxlength: {
|
|
258
|
+
type: NumberConstructor;
|
|
259
|
+
default: null;
|
|
260
|
+
};
|
|
261
|
+
disabled: {
|
|
262
|
+
type: BooleanConstructor;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
readonly: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
forceActiveStatus: {
|
|
270
|
+
type: BooleanConstructor;
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
273
|
+
showClear: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
192
277
|
}>, {}, {
|
|
193
278
|
isFocused: boolean;
|
|
194
279
|
showPassword: boolean;
|
|
195
280
|
}, {
|
|
196
|
-
isDisabled():
|
|
281
|
+
isDisabled(): {};
|
|
197
282
|
iconRightSvg(): string;
|
|
198
|
-
iconScheme(): "
|
|
283
|
+
iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
|
|
199
284
|
attributes(): any;
|
|
200
285
|
}, {
|
|
201
286
|
focus(): void;
|
|
202
287
|
onFocus(): void;
|
|
203
288
|
onBlur(): void;
|
|
204
289
|
onIconLeftClick(): void;
|
|
290
|
+
onClearClick(): void;
|
|
205
291
|
onIconRightClick(): void;
|
|
206
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
292
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
207
293
|
placeholder: {
|
|
208
294
|
type: StringConstructor;
|
|
209
295
|
default: null;
|
|
@@ -237,38 +323,54 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
237
323
|
type: BooleanConstructor;
|
|
238
324
|
default: null;
|
|
239
325
|
};
|
|
240
|
-
iconRightSize: {
|
|
241
|
-
type: StringConstructor;
|
|
242
|
-
default: string;
|
|
243
|
-
};
|
|
244
326
|
allowTogglePassword: {
|
|
245
327
|
type: BooleanConstructor;
|
|
246
328
|
default: null;
|
|
247
329
|
};
|
|
248
|
-
hasCloudyColor: {
|
|
249
|
-
type: BooleanConstructor;
|
|
250
|
-
default: null;
|
|
251
|
-
};
|
|
252
330
|
size: {
|
|
253
331
|
type: StringConstructor;
|
|
254
332
|
default: string;
|
|
255
333
|
};
|
|
334
|
+
maxlength: {
|
|
335
|
+
type: NumberConstructor;
|
|
336
|
+
default: null;
|
|
337
|
+
};
|
|
338
|
+
disabled: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
default: boolean;
|
|
341
|
+
};
|
|
342
|
+
readonly: {
|
|
343
|
+
type: BooleanConstructor;
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
346
|
+
forceActiveStatus: {
|
|
347
|
+
type: BooleanConstructor;
|
|
348
|
+
default: boolean;
|
|
349
|
+
};
|
|
350
|
+
showClear: {
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
default: boolean;
|
|
353
|
+
};
|
|
256
354
|
}>> & Readonly<{
|
|
355
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
257
356
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
258
357
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
259
358
|
}>, {
|
|
260
|
-
size: string;
|
|
261
359
|
type: string;
|
|
360
|
+
size: string;
|
|
262
361
|
placeholder: string;
|
|
362
|
+
disabled: boolean;
|
|
263
363
|
modelValue: string;
|
|
264
364
|
nativeType: string;
|
|
365
|
+
maxlength: number;
|
|
366
|
+
readonly: boolean;
|
|
367
|
+
forceActiveStatus: boolean;
|
|
265
368
|
iconLeft: string;
|
|
266
369
|
iconRight: string;
|
|
267
370
|
iconLeftClickable: boolean;
|
|
268
371
|
iconRightClickable: boolean;
|
|
269
|
-
iconRightSize: string;
|
|
270
372
|
allowTogglePassword: boolean;
|
|
271
|
-
|
|
373
|
+
showClear: boolean;
|
|
272
374
|
}, {}, {
|
|
273
375
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
274
376
|
type: {
|
|
@@ -294,11 +396,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
396
|
};
|
|
295
397
|
hasIconLeft: BooleanConstructor;
|
|
296
398
|
hasIconRight: BooleanConstructor;
|
|
399
|
+
hasClearIcon: BooleanConstructor;
|
|
400
|
+
maxlength: {
|
|
401
|
+
type: NumberConstructor;
|
|
402
|
+
default: null;
|
|
403
|
+
};
|
|
404
|
+
readonly: {
|
|
405
|
+
type: BooleanConstructor;
|
|
406
|
+
default: boolean;
|
|
407
|
+
};
|
|
408
|
+
forceActiveStatus: {
|
|
409
|
+
type: BooleanConstructor;
|
|
410
|
+
default: boolean;
|
|
411
|
+
};
|
|
297
412
|
}>, {}, {}, {
|
|
298
413
|
attributes(): any;
|
|
299
414
|
classes(): (string | {
|
|
300
415
|
'input--has-icon-left': boolean;
|
|
301
416
|
'input--has-icon-right': boolean;
|
|
417
|
+
'input--has-clear-icon': boolean;
|
|
302
418
|
})[];
|
|
303
419
|
}, {
|
|
304
420
|
fullySanitize: typeof fullySanitize;
|
|
@@ -326,16 +442,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
326
442
|
};
|
|
327
443
|
hasIconLeft: BooleanConstructor;
|
|
328
444
|
hasIconRight: BooleanConstructor;
|
|
445
|
+
hasClearIcon: BooleanConstructor;
|
|
446
|
+
maxlength: {
|
|
447
|
+
type: NumberConstructor;
|
|
448
|
+
default: null;
|
|
449
|
+
};
|
|
450
|
+
readonly: {
|
|
451
|
+
type: BooleanConstructor;
|
|
452
|
+
default: boolean;
|
|
453
|
+
};
|
|
454
|
+
forceActiveStatus: {
|
|
455
|
+
type: BooleanConstructor;
|
|
456
|
+
default: boolean;
|
|
457
|
+
};
|
|
329
458
|
}>> & Readonly<{
|
|
330
459
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
331
460
|
}>, {
|
|
332
|
-
mask: string | unknown[];
|
|
333
|
-
size: string;
|
|
334
461
|
type: string;
|
|
462
|
+
size: string;
|
|
463
|
+
mask: string | unknown[];
|
|
335
464
|
hasIconLeft: boolean;
|
|
336
465
|
hasIconRight: boolean;
|
|
466
|
+
hasClearIcon: boolean;
|
|
337
467
|
modelValue: string;
|
|
338
468
|
nativeType: string;
|
|
469
|
+
maxlength: number;
|
|
470
|
+
readonly: boolean;
|
|
471
|
+
forceActiveStatus: boolean;
|
|
339
472
|
}, {}, {}, {
|
|
340
473
|
mask: any;
|
|
341
474
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -348,13 +481,90 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
348
481
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
349
482
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
350
483
|
}>, {
|
|
484
|
+
size: import('../Icon.vue').IconSize;
|
|
351
485
|
filled: boolean;
|
|
352
486
|
icon: string | null;
|
|
353
487
|
clickable: boolean;
|
|
354
|
-
size: import('../Icon.vue').IconSize;
|
|
355
488
|
scheme: import('../Icon.vue').SchemeColor;
|
|
356
489
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
357
490
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
491
|
+
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
492
|
+
size: {
|
|
493
|
+
type: StringConstructor;
|
|
494
|
+
default: string;
|
|
495
|
+
validator: (size: unknown) => boolean;
|
|
496
|
+
};
|
|
497
|
+
label: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
default: string;
|
|
500
|
+
};
|
|
501
|
+
fixedLabel: {
|
|
502
|
+
type: BooleanConstructor;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
505
|
+
error: {
|
|
506
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
507
|
+
default: boolean;
|
|
508
|
+
};
|
|
509
|
+
message: {
|
|
510
|
+
type: StringConstructor;
|
|
511
|
+
default: string;
|
|
512
|
+
};
|
|
513
|
+
disabled: {
|
|
514
|
+
type: BooleanConstructor;
|
|
515
|
+
default: boolean;
|
|
516
|
+
};
|
|
517
|
+
tooltip: {
|
|
518
|
+
type: StringConstructor;
|
|
519
|
+
default: string;
|
|
520
|
+
};
|
|
521
|
+
}>, {}, {}, {}, {
|
|
522
|
+
fullySanitize: typeof fullySanitize;
|
|
523
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
524
|
+
size: {
|
|
525
|
+
type: StringConstructor;
|
|
526
|
+
default: string;
|
|
527
|
+
validator: (size: unknown) => boolean;
|
|
528
|
+
};
|
|
529
|
+
label: {
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
default: string;
|
|
532
|
+
};
|
|
533
|
+
fixedLabel: {
|
|
534
|
+
type: BooleanConstructor;
|
|
535
|
+
default: boolean;
|
|
536
|
+
};
|
|
537
|
+
error: {
|
|
538
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
539
|
+
default: boolean;
|
|
540
|
+
};
|
|
541
|
+
message: {
|
|
542
|
+
type: StringConstructor;
|
|
543
|
+
default: string;
|
|
544
|
+
};
|
|
545
|
+
disabled: {
|
|
546
|
+
type: BooleanConstructor;
|
|
547
|
+
default: boolean;
|
|
548
|
+
};
|
|
549
|
+
tooltip: {
|
|
550
|
+
type: StringConstructor;
|
|
551
|
+
default: string;
|
|
552
|
+
};
|
|
553
|
+
}>> & Readonly<{}>, {
|
|
554
|
+
error: string | boolean;
|
|
555
|
+
size: string;
|
|
556
|
+
label: string;
|
|
557
|
+
tooltip: string;
|
|
558
|
+
fixedLabel: boolean;
|
|
559
|
+
message: string;
|
|
560
|
+
disabled: boolean;
|
|
561
|
+
}, {}, {
|
|
562
|
+
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<{}>, {
|
|
563
|
+
label: string;
|
|
564
|
+
tooltip: string;
|
|
565
|
+
useHtmlTooltip: boolean;
|
|
566
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
567
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
358
568
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
359
569
|
export default _default;
|
|
360
570
|
//# 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":"AAyCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA6L8B,sBAAsB"}
|
|
@@ -32,37 +32,50 @@ 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
|
+
readonly: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
forceActiveStatus: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
showClear: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
51
63
|
}>, {}, {
|
|
52
64
|
isFocused: boolean;
|
|
53
65
|
showPassword: boolean;
|
|
54
66
|
}, {
|
|
55
|
-
isDisabled():
|
|
67
|
+
isDisabled(): {};
|
|
56
68
|
iconRightSvg(): string;
|
|
57
|
-
iconScheme(): "
|
|
69
|
+
iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
|
|
58
70
|
attributes(): any;
|
|
59
71
|
}, {
|
|
60
72
|
focus(): void;
|
|
61
73
|
onFocus(): void;
|
|
62
74
|
onBlur(): void;
|
|
63
75
|
onIconLeftClick(): void;
|
|
76
|
+
onClearClick(): void;
|
|
64
77
|
onIconRightClick(): void;
|
|
65
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
78
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
66
79
|
placeholder: {
|
|
67
80
|
type: StringConstructor;
|
|
68
81
|
default: null;
|
|
@@ -96,38 +109,54 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
109
|
type: BooleanConstructor;
|
|
97
110
|
default: null;
|
|
98
111
|
};
|
|
99
|
-
iconRightSize: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
112
|
allowTogglePassword: {
|
|
104
113
|
type: BooleanConstructor;
|
|
105
114
|
default: null;
|
|
106
115
|
};
|
|
107
|
-
hasCloudyColor: {
|
|
108
|
-
type: BooleanConstructor;
|
|
109
|
-
default: null;
|
|
110
|
-
};
|
|
111
116
|
size: {
|
|
112
117
|
type: StringConstructor;
|
|
113
118
|
default: string;
|
|
114
119
|
};
|
|
120
|
+
maxlength: {
|
|
121
|
+
type: NumberConstructor;
|
|
122
|
+
default: null;
|
|
123
|
+
};
|
|
124
|
+
disabled: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
readonly: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
forceActiveStatus: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
showClear: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
115
140
|
}>> & Readonly<{
|
|
141
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
116
142
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
117
143
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
118
144
|
}>, {
|
|
119
|
-
size: string;
|
|
120
145
|
type: string;
|
|
146
|
+
size: string;
|
|
121
147
|
placeholder: string;
|
|
148
|
+
disabled: boolean;
|
|
122
149
|
modelValue: string;
|
|
123
150
|
nativeType: string;
|
|
151
|
+
maxlength: number;
|
|
152
|
+
readonly: boolean;
|
|
153
|
+
forceActiveStatus: boolean;
|
|
124
154
|
iconLeft: string;
|
|
125
155
|
iconRight: string;
|
|
126
156
|
iconLeftClickable: boolean;
|
|
127
157
|
iconRightClickable: boolean;
|
|
128
|
-
iconRightSize: string;
|
|
129
158
|
allowTogglePassword: boolean;
|
|
130
|
-
|
|
159
|
+
showClear: boolean;
|
|
131
160
|
}, {}, {
|
|
132
161
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
133
162
|
type: {
|
|
@@ -153,11 +182,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
182
|
};
|
|
154
183
|
hasIconLeft: BooleanConstructor;
|
|
155
184
|
hasIconRight: BooleanConstructor;
|
|
185
|
+
hasClearIcon: BooleanConstructor;
|
|
186
|
+
maxlength: {
|
|
187
|
+
type: NumberConstructor;
|
|
188
|
+
default: null;
|
|
189
|
+
};
|
|
190
|
+
readonly: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
forceActiveStatus: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
156
198
|
}>, {}, {}, {
|
|
157
199
|
attributes(): any;
|
|
158
200
|
classes(): (string | {
|
|
159
201
|
'input--has-icon-left': boolean;
|
|
160
202
|
'input--has-icon-right': boolean;
|
|
203
|
+
'input--has-clear-icon': boolean;
|
|
161
204
|
})[];
|
|
162
205
|
}, {
|
|
163
206
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -185,16 +228,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
228
|
};
|
|
186
229
|
hasIconLeft: BooleanConstructor;
|
|
187
230
|
hasIconRight: BooleanConstructor;
|
|
231
|
+
hasClearIcon: BooleanConstructor;
|
|
232
|
+
maxlength: {
|
|
233
|
+
type: NumberConstructor;
|
|
234
|
+
default: null;
|
|
235
|
+
};
|
|
236
|
+
readonly: {
|
|
237
|
+
type: BooleanConstructor;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
240
|
+
forceActiveStatus: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
188
244
|
}>> & Readonly<{
|
|
189
245
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
190
246
|
}>, {
|
|
191
|
-
mask: string | unknown[];
|
|
192
|
-
size: string;
|
|
193
247
|
type: string;
|
|
248
|
+
size: string;
|
|
249
|
+
mask: string | unknown[];
|
|
194
250
|
hasIconLeft: boolean;
|
|
195
251
|
hasIconRight: boolean;
|
|
252
|
+
hasClearIcon: boolean;
|
|
196
253
|
modelValue: string;
|
|
197
254
|
nativeType: string;
|
|
255
|
+
maxlength: number;
|
|
256
|
+
readonly: boolean;
|
|
257
|
+
forceActiveStatus: boolean;
|
|
198
258
|
}, {}, {}, {
|
|
199
259
|
mask: any;
|
|
200
260
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -207,10 +267,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
267
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
208
268
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
209
269
|
}>, {
|
|
270
|
+
size: import('../Icon.vue').IconSize;
|
|
210
271
|
filled: boolean;
|
|
211
272
|
icon: string | null;
|
|
212
273
|
clickable: boolean;
|
|
213
|
-
size: import('../Icon.vue').IconSize;
|
|
214
274
|
scheme: import('../Icon.vue').SchemeColor;
|
|
215
275
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
216
276
|
}, {}, 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":"AAwDA;"}
|