@weni/unnnic-system 3.9.4-alpha.4 → 3.10.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 +14 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +116 -17
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- 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 +414 -11
- 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 +31 -24
- 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 +416 -13
- package/dist/components/Carousel/TagCarousel.vue.d.ts +415 -12
- 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 +446 -21
- 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 +26 -19
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- 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 +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +41 -251
- 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 +28 -51
- 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 +2 -33
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +41 -251
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +25 -85
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +46 -256
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- package/dist/components/Label/Label.vue.d.ts +15 -9
- 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 +46 -256
- 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 +14 -26
- 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 +6 -10
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +470 -120
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +414 -11
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +28 -21
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +25 -85
- 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 +21 -55
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- 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/BrandTag.vue.d.ts +51 -0
- package/dist/components/Tag/BrandTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/DefaultTag.vue.d.ts +83 -4
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +151 -0
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/Tag.vue.d.ts +414 -12
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/TagNext.vue.d.ts +24 -0
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +33 -78
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- 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 +7677 -6315
- 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-bdfb773f.mjs → es-4b899f97.mjs} +1 -1
- package/dist/{index-8ce04c5b.mjs → index-23489897.mjs} +8813 -9354
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-4befdd13.mjs → pt-br-5a914a63.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +173 -181
- package/dist/unnnic.umd.js +36 -35
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +223 -309
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/Alert.spec.js +45 -2
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/Version1dot1.spec.js +21 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- 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 +117 -67
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +6 -10
- package/src/components/Checkbox/Checkbox.vue +65 -117
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/FormElement/FormElement.vue +93 -63
- package/src/components/Icon.vue +0 -2
- package/src/components/Input/BaseInput.vue +14 -33
- package/src/components/Input/Input.scss +22 -22
- package/src/components/Input/Input.vue +56 -79
- package/src/components/Input/TextInput.vue +65 -81
- package/src/components/Input/__test__/Input.spec.js +33 -13
- package/src/components/Input/__test__/TextInput.spec.js +8 -6
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +4 -17
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- package/src/components/Label/Label.vue +21 -52
- 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/Radio/Radio.vue +66 -118
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -4
- package/src/components/SelectSmart/SelectSmart.vue +3 -4
- package/src/components/Switch/Switch.vue +91 -132
- package/src/components/Switch/__tests__/Switch.spec.js +75 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
- package/src/components/Tab/Tab.vue +23 -37
- 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/BrandTag.vue +96 -0
- package/src/components/Tag/DefaultTag.vue +107 -51
- package/src/components/Tag/IndicatorTag.vue +107 -0
- package/src/components/Tag/Tag.vue +79 -32
- package/src/components/Tag/TagNext.vue +60 -0
- package/src/components/TextArea/TextArea.vue +12 -41
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/components/index.ts +17 -33
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +39 -29
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/Input.stories.js +76 -71
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Radio.stories.js +1 -28
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/stories/Tag.stories.js +43 -24
- package/src/stories/TextArea.stories.js +2 -14
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/colors.json.d.ts +0 -376
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/index.d.ts +0 -3
- package/dist/components/PageHeader/index.d.ts.map +0 -1
- package/dist/components/PageHeader/types.d.ts +0 -9
- package/dist/components/PageHeader/types.d.ts.map +0 -1
- package/dist/components/Tag/types.d.ts +0 -18
- package/dist/components/Tag/types.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/checkbox-less-disabled.svg +0 -3
- package/src/assets/icons/checkbox-less.svg +0 -3
- package/src/assets/icons/radio-checked.svg +0 -3
- package/src/assets/icons/switch-checked-disabled.svg +0 -3
- package/src/assets/icons/switch-checked.svg +0 -3
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- package/src/components/MultiSelectV2/MultSelectOption.vue +0 -67
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +0 -556
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +0 -229
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -121
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
- package/src/components/MultiSelectV2/index.vue +0 -221
- package/src/components/PageHeader/PageHeader.vue +0 -148
- package/src/components/PageHeader/index.ts +0 -2
- package/src/components/PageHeader/types.ts +0 -10
- package/src/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/RadioGroup/RadioGroup.vue +0 -142
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -249
- package/src/components/Tag/types.ts +0 -19
- package/src/components/Toast/Toast.vue +0 -246
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/__tests__/Toast.spec.js +0 -291
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/MultiSelectV2.stories.js +0 -158
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/RadioGroup.stories.js +0 -144
- package/src/stories/Select.stories.js +0 -158
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -19,23 +19,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
19
|
};
|
|
20
20
|
message: {
|
|
21
21
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
23
|
-
};
|
|
24
|
-
errors: {
|
|
25
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
26
|
-
default: string;
|
|
22
|
+
default: null;
|
|
27
23
|
};
|
|
28
24
|
label: {
|
|
29
25
|
type: StringConstructor;
|
|
30
|
-
default:
|
|
26
|
+
default: null;
|
|
31
27
|
};
|
|
32
28
|
iconLeft: {
|
|
33
29
|
type: StringConstructor;
|
|
34
|
-
default:
|
|
30
|
+
default: null;
|
|
35
31
|
};
|
|
36
32
|
iconRight: {
|
|
37
33
|
type: StringConstructor;
|
|
38
|
-
default:
|
|
34
|
+
default: null;
|
|
39
35
|
};
|
|
40
36
|
allowTogglePassword: {
|
|
41
37
|
type: BooleanConstructor;
|
|
@@ -43,11 +39,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
39
|
};
|
|
44
40
|
iconLeftClickable: {
|
|
45
41
|
type: BooleanConstructor;
|
|
46
|
-
default:
|
|
42
|
+
default: null;
|
|
47
43
|
};
|
|
48
44
|
iconRightClickable: {
|
|
49
45
|
type: BooleanConstructor;
|
|
50
|
-
default:
|
|
46
|
+
default: null;
|
|
51
47
|
};
|
|
52
48
|
hasCloudyColor: {
|
|
53
49
|
type: BooleanConstructor;
|
|
@@ -61,41 +57,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
57
|
type: (StringConstructor | ArrayConstructor)[];
|
|
62
58
|
default: string;
|
|
63
59
|
};
|
|
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
|
-
};
|
|
92
60
|
}>, {}, {
|
|
93
61
|
val: string;
|
|
94
62
|
}, {
|
|
95
|
-
|
|
63
|
+
hasLabelSlot(): boolean;
|
|
96
64
|
}, {
|
|
97
65
|
fullySanitize: typeof fullySanitize;
|
|
98
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
66
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
99
67
|
placeholder: {
|
|
100
68
|
type: StringConstructor;
|
|
101
69
|
default: string;
|
|
@@ -115,23 +83,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
83
|
};
|
|
116
84
|
message: {
|
|
117
85
|
type: StringConstructor;
|
|
118
|
-
default:
|
|
119
|
-
};
|
|
120
|
-
errors: {
|
|
121
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
122
|
-
default: string;
|
|
86
|
+
default: null;
|
|
123
87
|
};
|
|
124
88
|
label: {
|
|
125
89
|
type: StringConstructor;
|
|
126
|
-
default:
|
|
90
|
+
default: null;
|
|
127
91
|
};
|
|
128
92
|
iconLeft: {
|
|
129
93
|
type: StringConstructor;
|
|
130
|
-
default:
|
|
94
|
+
default: null;
|
|
131
95
|
};
|
|
132
96
|
iconRight: {
|
|
133
97
|
type: StringConstructor;
|
|
134
|
-
default:
|
|
98
|
+
default: null;
|
|
135
99
|
};
|
|
136
100
|
allowTogglePassword: {
|
|
137
101
|
type: BooleanConstructor;
|
|
@@ -139,11 +103,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
139
103
|
};
|
|
140
104
|
iconLeftClickable: {
|
|
141
105
|
type: BooleanConstructor;
|
|
142
|
-
default:
|
|
106
|
+
default: null;
|
|
143
107
|
};
|
|
144
108
|
iconRightClickable: {
|
|
145
109
|
type: BooleanConstructor;
|
|
146
|
-
default:
|
|
110
|
+
default: null;
|
|
147
111
|
};
|
|
148
112
|
hasCloudyColor: {
|
|
149
113
|
type: BooleanConstructor;
|
|
@@ -157,60 +121,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
121
|
type: (StringConstructor | ArrayConstructor)[];
|
|
158
122
|
default: string;
|
|
159
123
|
};
|
|
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
|
-
};
|
|
188
124
|
}>> & Readonly<{
|
|
189
125
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
190
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
191
126
|
}>, {
|
|
192
|
-
type: string;
|
|
193
|
-
size: string;
|
|
194
127
|
label: string;
|
|
195
128
|
mask: string | unknown[];
|
|
129
|
+
size: string;
|
|
130
|
+
type: string;
|
|
196
131
|
placeholder: string;
|
|
197
|
-
tooltip: string;
|
|
198
132
|
message: string;
|
|
199
|
-
disabled: boolean;
|
|
200
133
|
modelValue: string;
|
|
201
134
|
nativeType: string;
|
|
202
|
-
maxlength: number | null;
|
|
203
|
-
readonly: boolean;
|
|
204
|
-
forceActiveStatus: boolean;
|
|
205
135
|
iconLeft: string;
|
|
206
136
|
iconRight: string;
|
|
207
137
|
iconLeftClickable: boolean;
|
|
208
138
|
iconRightClickable: boolean;
|
|
209
139
|
allowTogglePassword: boolean;
|
|
210
|
-
showClear: boolean;
|
|
211
|
-
errors: string | unknown[];
|
|
212
140
|
hasCloudyColor: boolean;
|
|
213
|
-
showMaxlengthCounter: boolean;
|
|
214
141
|
}, {}, {
|
|
215
142
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
216
143
|
placeholder: {
|
|
@@ -246,50 +173,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
246
173
|
type: BooleanConstructor;
|
|
247
174
|
default: null;
|
|
248
175
|
};
|
|
249
|
-
|
|
250
|
-
type: BooleanConstructor;
|
|
251
|
-
default: null;
|
|
252
|
-
};
|
|
253
|
-
size: {
|
|
176
|
+
iconRightSize: {
|
|
254
177
|
type: StringConstructor;
|
|
255
178
|
default: string;
|
|
256
179
|
};
|
|
257
|
-
|
|
258
|
-
type: NumberConstructor;
|
|
259
|
-
default: null;
|
|
260
|
-
};
|
|
261
|
-
disabled: {
|
|
262
|
-
type: BooleanConstructor;
|
|
263
|
-
default: boolean;
|
|
264
|
-
};
|
|
265
|
-
readonly: {
|
|
180
|
+
allowTogglePassword: {
|
|
266
181
|
type: BooleanConstructor;
|
|
267
|
-
default:
|
|
182
|
+
default: null;
|
|
268
183
|
};
|
|
269
|
-
|
|
184
|
+
hasCloudyColor: {
|
|
270
185
|
type: BooleanConstructor;
|
|
271
|
-
default:
|
|
186
|
+
default: null;
|
|
272
187
|
};
|
|
273
|
-
|
|
274
|
-
type:
|
|
275
|
-
default:
|
|
188
|
+
size: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
276
191
|
};
|
|
277
192
|
}>, {}, {
|
|
278
193
|
isFocused: boolean;
|
|
279
194
|
showPassword: boolean;
|
|
280
195
|
}, {
|
|
281
|
-
isDisabled():
|
|
196
|
+
isDisabled(): unknown;
|
|
282
197
|
iconRightSvg(): string;
|
|
283
|
-
iconScheme(): "
|
|
198
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
284
199
|
attributes(): any;
|
|
285
200
|
}, {
|
|
286
201
|
focus(): void;
|
|
287
202
|
onFocus(): void;
|
|
288
203
|
onBlur(): void;
|
|
289
204
|
onIconLeftClick(): void;
|
|
290
|
-
onClearClick(): void;
|
|
291
205
|
onIconRightClick(): void;
|
|
292
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
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<{
|
|
293
207
|
placeholder: {
|
|
294
208
|
type: StringConstructor;
|
|
295
209
|
default: null;
|
|
@@ -323,54 +237,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
323
237
|
type: BooleanConstructor;
|
|
324
238
|
default: null;
|
|
325
239
|
};
|
|
326
|
-
|
|
327
|
-
type: BooleanConstructor;
|
|
328
|
-
default: null;
|
|
329
|
-
};
|
|
330
|
-
size: {
|
|
240
|
+
iconRightSize: {
|
|
331
241
|
type: StringConstructor;
|
|
332
242
|
default: string;
|
|
333
243
|
};
|
|
334
|
-
|
|
335
|
-
type: NumberConstructor;
|
|
336
|
-
default: null;
|
|
337
|
-
};
|
|
338
|
-
disabled: {
|
|
339
|
-
type: BooleanConstructor;
|
|
340
|
-
default: boolean;
|
|
341
|
-
};
|
|
342
|
-
readonly: {
|
|
244
|
+
allowTogglePassword: {
|
|
343
245
|
type: BooleanConstructor;
|
|
344
|
-
default:
|
|
246
|
+
default: null;
|
|
345
247
|
};
|
|
346
|
-
|
|
248
|
+
hasCloudyColor: {
|
|
347
249
|
type: BooleanConstructor;
|
|
348
|
-
default:
|
|
250
|
+
default: null;
|
|
349
251
|
};
|
|
350
|
-
|
|
351
|
-
type:
|
|
352
|
-
default:
|
|
252
|
+
size: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
default: string;
|
|
353
255
|
};
|
|
354
256
|
}>> & Readonly<{
|
|
355
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
356
257
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
357
258
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
358
259
|
}>, {
|
|
359
|
-
type: string;
|
|
360
260
|
size: string;
|
|
261
|
+
type: string;
|
|
361
262
|
placeholder: string;
|
|
362
|
-
disabled: boolean;
|
|
363
263
|
modelValue: string;
|
|
364
264
|
nativeType: string;
|
|
365
|
-
maxlength: number;
|
|
366
|
-
readonly: boolean;
|
|
367
|
-
forceActiveStatus: boolean;
|
|
368
265
|
iconLeft: string;
|
|
369
266
|
iconRight: string;
|
|
370
267
|
iconLeftClickable: boolean;
|
|
371
268
|
iconRightClickable: boolean;
|
|
269
|
+
iconRightSize: string;
|
|
372
270
|
allowTogglePassword: boolean;
|
|
373
|
-
|
|
271
|
+
hasCloudyColor: boolean;
|
|
374
272
|
}, {}, {
|
|
375
273
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
376
274
|
type: {
|
|
@@ -396,25 +294,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
396
294
|
};
|
|
397
295
|
hasIconLeft: BooleanConstructor;
|
|
398
296
|
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
|
-
};
|
|
412
297
|
}>, {}, {}, {
|
|
413
298
|
attributes(): any;
|
|
414
299
|
classes(): (string | {
|
|
415
300
|
'input--has-icon-left': boolean;
|
|
416
301
|
'input--has-icon-right': boolean;
|
|
417
|
-
'input--has-clear-icon': boolean;
|
|
418
302
|
})[];
|
|
419
303
|
}, {
|
|
420
304
|
fullySanitize: typeof fullySanitize;
|
|
@@ -442,33 +326,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
442
326
|
};
|
|
443
327
|
hasIconLeft: BooleanConstructor;
|
|
444
328
|
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
|
-
};
|
|
458
329
|
}>> & Readonly<{
|
|
459
330
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
460
331
|
}>, {
|
|
461
|
-
type: string;
|
|
462
|
-
size: string;
|
|
463
332
|
mask: string | unknown[];
|
|
333
|
+
size: string;
|
|
334
|
+
type: string;
|
|
464
335
|
hasIconLeft: boolean;
|
|
465
336
|
hasIconRight: boolean;
|
|
466
|
-
hasClearIcon: boolean;
|
|
467
337
|
modelValue: string;
|
|
468
338
|
nativeType: string;
|
|
469
|
-
maxlength: number;
|
|
470
|
-
readonly: boolean;
|
|
471
|
-
forceActiveStatus: boolean;
|
|
472
339
|
}, {}, {}, {
|
|
473
340
|
mask: any;
|
|
474
341
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -481,90 +348,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
481
348
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
482
349
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
483
350
|
}>, {
|
|
484
|
-
size: import('../Icon.vue').IconSize;
|
|
485
351
|
filled: boolean;
|
|
486
352
|
icon: string | null;
|
|
487
353
|
clickable: boolean;
|
|
354
|
+
size: import('../Icon.vue').IconSize;
|
|
488
355
|
scheme: import('../Icon.vue').SchemeColor;
|
|
489
356
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
490
357
|
}, {}, 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>;
|
|
568
358
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
569
359
|
export default _default;
|
|
570
360
|
//# 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":"AAwCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAsK8B,sBAAsB"}
|
|
@@ -32,50 +32,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: null;
|
|
38
|
-
};
|
|
39
|
-
size: {
|
|
35
|
+
iconRightSize: {
|
|
40
36
|
type: StringConstructor;
|
|
41
37
|
default: string;
|
|
42
38
|
};
|
|
43
|
-
|
|
44
|
-
type: NumberConstructor;
|
|
45
|
-
default: null;
|
|
46
|
-
};
|
|
47
|
-
disabled: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
readonly: {
|
|
39
|
+
allowTogglePassword: {
|
|
52
40
|
type: BooleanConstructor;
|
|
53
|
-
default:
|
|
41
|
+
default: null;
|
|
54
42
|
};
|
|
55
|
-
|
|
43
|
+
hasCloudyColor: {
|
|
56
44
|
type: BooleanConstructor;
|
|
57
|
-
default:
|
|
45
|
+
default: null;
|
|
58
46
|
};
|
|
59
|
-
|
|
60
|
-
type:
|
|
61
|
-
default:
|
|
47
|
+
size: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
62
50
|
};
|
|
63
51
|
}>, {}, {
|
|
64
52
|
isFocused: boolean;
|
|
65
53
|
showPassword: boolean;
|
|
66
54
|
}, {
|
|
67
|
-
isDisabled():
|
|
55
|
+
isDisabled(): unknown;
|
|
68
56
|
iconRightSvg(): string;
|
|
69
|
-
iconScheme(): "
|
|
57
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
70
58
|
attributes(): any;
|
|
71
59
|
}, {
|
|
72
60
|
focus(): void;
|
|
73
61
|
onFocus(): void;
|
|
74
62
|
onBlur(): void;
|
|
75
63
|
onIconLeftClick(): void;
|
|
76
|
-
onClearClick(): void;
|
|
77
64
|
onIconRightClick(): void;
|
|
78
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
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<{
|
|
79
66
|
placeholder: {
|
|
80
67
|
type: StringConstructor;
|
|
81
68
|
default: null;
|
|
@@ -109,54 +96,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
96
|
type: BooleanConstructor;
|
|
110
97
|
default: null;
|
|
111
98
|
};
|
|
112
|
-
|
|
113
|
-
type: BooleanConstructor;
|
|
114
|
-
default: null;
|
|
115
|
-
};
|
|
116
|
-
size: {
|
|
99
|
+
iconRightSize: {
|
|
117
100
|
type: StringConstructor;
|
|
118
101
|
default: string;
|
|
119
102
|
};
|
|
120
|
-
|
|
121
|
-
type: NumberConstructor;
|
|
122
|
-
default: null;
|
|
123
|
-
};
|
|
124
|
-
disabled: {
|
|
125
|
-
type: BooleanConstructor;
|
|
126
|
-
default: boolean;
|
|
127
|
-
};
|
|
128
|
-
readonly: {
|
|
103
|
+
allowTogglePassword: {
|
|
129
104
|
type: BooleanConstructor;
|
|
130
|
-
default:
|
|
105
|
+
default: null;
|
|
131
106
|
};
|
|
132
|
-
|
|
107
|
+
hasCloudyColor: {
|
|
133
108
|
type: BooleanConstructor;
|
|
134
|
-
default:
|
|
109
|
+
default: null;
|
|
135
110
|
};
|
|
136
|
-
|
|
137
|
-
type:
|
|
138
|
-
default:
|
|
111
|
+
size: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
139
114
|
};
|
|
140
115
|
}>> & Readonly<{
|
|
141
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
142
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
143
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
144
118
|
}>, {
|
|
145
|
-
type: string;
|
|
146
119
|
size: string;
|
|
120
|
+
type: string;
|
|
147
121
|
placeholder: string;
|
|
148
|
-
disabled: boolean;
|
|
149
122
|
modelValue: string;
|
|
150
123
|
nativeType: string;
|
|
151
|
-
maxlength: number;
|
|
152
|
-
readonly: boolean;
|
|
153
|
-
forceActiveStatus: boolean;
|
|
154
124
|
iconLeft: string;
|
|
155
125
|
iconRight: string;
|
|
156
126
|
iconLeftClickable: boolean;
|
|
157
127
|
iconRightClickable: boolean;
|
|
128
|
+
iconRightSize: string;
|
|
158
129
|
allowTogglePassword: boolean;
|
|
159
|
-
|
|
130
|
+
hasCloudyColor: boolean;
|
|
160
131
|
}, {}, {
|
|
161
132
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
162
133
|
type: {
|
|
@@ -182,25 +153,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
182
153
|
};
|
|
183
154
|
hasIconLeft: BooleanConstructor;
|
|
184
155
|
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
|
-
};
|
|
198
156
|
}>, {}, {}, {
|
|
199
157
|
attributes(): any;
|
|
200
158
|
classes(): (string | {
|
|
201
159
|
'input--has-icon-left': boolean;
|
|
202
160
|
'input--has-icon-right': boolean;
|
|
203
|
-
'input--has-clear-icon': boolean;
|
|
204
161
|
})[];
|
|
205
162
|
}, {
|
|
206
163
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -228,33 +185,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
185
|
};
|
|
229
186
|
hasIconLeft: BooleanConstructor;
|
|
230
187
|
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
|
-
};
|
|
244
188
|
}>> & Readonly<{
|
|
245
189
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
246
190
|
}>, {
|
|
247
|
-
type: string;
|
|
248
|
-
size: string;
|
|
249
191
|
mask: string | unknown[];
|
|
192
|
+
size: string;
|
|
193
|
+
type: string;
|
|
250
194
|
hasIconLeft: boolean;
|
|
251
195
|
hasIconRight: boolean;
|
|
252
|
-
hasClearIcon: boolean;
|
|
253
196
|
modelValue: string;
|
|
254
197
|
nativeType: string;
|
|
255
|
-
maxlength: number;
|
|
256
|
-
readonly: boolean;
|
|
257
|
-
forceActiveStatus: boolean;
|
|
258
198
|
}, {}, {}, {
|
|
259
199
|
mask: any;
|
|
260
200
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -267,10 +207,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
267
207
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
268
208
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
269
209
|
}>, {
|
|
270
|
-
size: import('../Icon.vue').IconSize;
|
|
271
210
|
filled: boolean;
|
|
272
211
|
icon: string | null;
|
|
273
212
|
clickable: boolean;
|
|
213
|
+
size: import('../Icon.vue').IconSize;
|
|
274
214
|
scheme: import('../Icon.vue').SchemeColor;
|
|
275
215
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
276
216
|
}, {}, 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":"AAgDA;"}
|