@weni/unnnic-system 3.5.3-alpha.1 → 3.6.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 +18 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +117 -18
- 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 +2 -2
- 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 +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- 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 +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +31 -24
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- 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 +38 -31
- 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 +29 -176
- package/dist/components/DatePicker/DatePicker.vue.d.ts +3 -3
- 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 +30 -38
- 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 +1 -32
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +29 -176
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +14 -83
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +33 -180
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- 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 +34 -181
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +8 -8
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -20
- 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 -8
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +51 -113
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +27 -20
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +14 -83
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +2 -2
- 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 +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/TextArea/TextArea.vue.d.ts +30 -38
- 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 +1184 -2540
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-1c7253d4.mjs → es-92fbe460.mjs} +1 -1
- package/dist/{index-ff0a404c.mjs → index-0da47957.mjs} +10936 -18388
- 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-316f1627.mjs → pt-br-c29b6c9a.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +148 -157
- package/dist/unnnic.umd.js +51 -53
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -4
- 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__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +107 -64
- package/src/components/Button/types.ts +1 -0
- package/src/components/Checkbox/Checkbox.vue +64 -98
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Icon.vue +1 -23
- package/src/components/Input/BaseInput.vue +14 -31
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +30 -94
- package/src/components/Input/TextInput.vue +58 -82
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -16
- 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 +67 -80
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/Switch/Switch.vue +97 -120
- 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/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +9 -30
- 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 +17 -2
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/Icon.stories.js +15 -24
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/iconSizeTokens.d.ts +0 -2
- package/dist/assets/tokens/iconSizeTokens.d.ts.map +0 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.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/dist/components/ui/popover/Popover.vue.d.ts +0 -23
- package/dist/components/ui/popover/Popover.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +0 -43
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +0 -19
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/index.d.ts +0 -5
- package/dist/components/ui/popover/index.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/assets/tokens/iconSizeTokens.ts +0 -10
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- 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 -245
- 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 -284
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/components/ui/popover/Popover.vue +0 -19
- package/src/components/ui/popover/PopoverContent.vue +0 -98
- package/src/components/ui/popover/PopoverTrigger.vue +0 -23
- package/src/components/ui/popover/index.ts +0 -4
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/Popover.stories.js +0 -306
- 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
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
confirmText: string;
|
|
24
24
|
}, {
|
|
25
25
|
isPersistent(): any;
|
|
26
|
-
buttonType(): "" | "
|
|
26
|
+
buttonType(): "" | "danger" | "alert";
|
|
27
27
|
disabled(): boolean;
|
|
28
28
|
}, {
|
|
29
29
|
closeByDarkBackground(): void;
|
|
@@ -67,10 +67,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
68
68
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
|
-
size: import('../Icon.vue').IconSize;
|
|
71
70
|
filled: boolean;
|
|
72
71
|
icon: string | null;
|
|
73
72
|
clickable: boolean;
|
|
73
|
+
size: import('../Icon.vue').IconSize;
|
|
74
74
|
scheme: import('../Icon.vue').SchemeColor;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
76
76
|
UnnnicInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -93,23 +93,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
};
|
|
94
94
|
message: {
|
|
95
95
|
type: StringConstructor;
|
|
96
|
-
default:
|
|
97
|
-
};
|
|
98
|
-
errors: {
|
|
99
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
100
|
-
default: string;
|
|
96
|
+
default: null;
|
|
101
97
|
};
|
|
102
98
|
label: {
|
|
103
99
|
type: StringConstructor;
|
|
104
|
-
default:
|
|
100
|
+
default: null;
|
|
105
101
|
};
|
|
106
102
|
iconLeft: {
|
|
107
103
|
type: StringConstructor;
|
|
108
|
-
default:
|
|
104
|
+
default: null;
|
|
109
105
|
};
|
|
110
106
|
iconRight: {
|
|
111
107
|
type: StringConstructor;
|
|
112
|
-
default:
|
|
108
|
+
default: null;
|
|
113
109
|
};
|
|
114
110
|
allowTogglePassword: {
|
|
115
111
|
type: BooleanConstructor;
|
|
@@ -117,11 +113,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
113
|
};
|
|
118
114
|
iconLeftClickable: {
|
|
119
115
|
type: BooleanConstructor;
|
|
120
|
-
default:
|
|
116
|
+
default: null;
|
|
121
117
|
};
|
|
122
118
|
iconRightClickable: {
|
|
123
119
|
type: BooleanConstructor;
|
|
124
|
-
default:
|
|
120
|
+
default: null;
|
|
125
121
|
};
|
|
126
122
|
hasCloudyColor: {
|
|
127
123
|
type: BooleanConstructor;
|
|
@@ -135,41 +131,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
131
|
type: (StringConstructor | ArrayConstructor)[];
|
|
136
132
|
default: string;
|
|
137
133
|
};
|
|
138
|
-
tooltip: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
maxlength: {
|
|
143
|
-
type: (NumberConstructor | null)[];
|
|
144
|
-
default: null;
|
|
145
|
-
};
|
|
146
|
-
showMaxlengthCounter: {
|
|
147
|
-
type: BooleanConstructor;
|
|
148
|
-
default: boolean;
|
|
149
|
-
};
|
|
150
|
-
disabled: {
|
|
151
|
-
type: BooleanConstructor;
|
|
152
|
-
default: boolean;
|
|
153
|
-
};
|
|
154
|
-
readonly: {
|
|
155
|
-
type: BooleanConstructor;
|
|
156
|
-
default: boolean;
|
|
157
|
-
};
|
|
158
|
-
forceActiveStatus: {
|
|
159
|
-
type: BooleanConstructor;
|
|
160
|
-
default: boolean;
|
|
161
|
-
};
|
|
162
|
-
showClear: {
|
|
163
|
-
type: BooleanConstructor;
|
|
164
|
-
default: boolean;
|
|
165
|
-
};
|
|
166
134
|
}>, {}, {
|
|
167
135
|
val: string;
|
|
168
136
|
}, {
|
|
169
137
|
hasLabelSlot(): boolean;
|
|
170
138
|
}, {
|
|
171
139
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
172
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
140
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
173
141
|
placeholder: {
|
|
174
142
|
type: StringConstructor;
|
|
175
143
|
default: string;
|
|
@@ -189,23 +157,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
157
|
};
|
|
190
158
|
message: {
|
|
191
159
|
type: StringConstructor;
|
|
192
|
-
default:
|
|
193
|
-
};
|
|
194
|
-
errors: {
|
|
195
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
196
|
-
default: string;
|
|
160
|
+
default: null;
|
|
197
161
|
};
|
|
198
162
|
label: {
|
|
199
163
|
type: StringConstructor;
|
|
200
|
-
default:
|
|
164
|
+
default: null;
|
|
201
165
|
};
|
|
202
166
|
iconLeft: {
|
|
203
167
|
type: StringConstructor;
|
|
204
|
-
default:
|
|
168
|
+
default: null;
|
|
205
169
|
};
|
|
206
170
|
iconRight: {
|
|
207
171
|
type: StringConstructor;
|
|
208
|
-
default:
|
|
172
|
+
default: null;
|
|
209
173
|
};
|
|
210
174
|
allowTogglePassword: {
|
|
211
175
|
type: BooleanConstructor;
|
|
@@ -213,11 +177,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
213
177
|
};
|
|
214
178
|
iconLeftClickable: {
|
|
215
179
|
type: BooleanConstructor;
|
|
216
|
-
default:
|
|
180
|
+
default: null;
|
|
217
181
|
};
|
|
218
182
|
iconRightClickable: {
|
|
219
183
|
type: BooleanConstructor;
|
|
220
|
-
default:
|
|
184
|
+
default: null;
|
|
221
185
|
};
|
|
222
186
|
hasCloudyColor: {
|
|
223
187
|
type: BooleanConstructor;
|
|
@@ -231,49 +195,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
231
195
|
type: (StringConstructor | ArrayConstructor)[];
|
|
232
196
|
default: string;
|
|
233
197
|
};
|
|
234
|
-
tooltip: {
|
|
235
|
-
type: StringConstructor;
|
|
236
|
-
default: string;
|
|
237
|
-
};
|
|
238
|
-
maxlength: {
|
|
239
|
-
type: (NumberConstructor | null)[];
|
|
240
|
-
default: null;
|
|
241
|
-
};
|
|
242
|
-
showMaxlengthCounter: {
|
|
243
|
-
type: BooleanConstructor;
|
|
244
|
-
default: boolean;
|
|
245
|
-
};
|
|
246
|
-
disabled: {
|
|
247
|
-
type: BooleanConstructor;
|
|
248
|
-
default: boolean;
|
|
249
|
-
};
|
|
250
|
-
readonly: {
|
|
251
|
-
type: BooleanConstructor;
|
|
252
|
-
default: boolean;
|
|
253
|
-
};
|
|
254
|
-
forceActiveStatus: {
|
|
255
|
-
type: BooleanConstructor;
|
|
256
|
-
default: boolean;
|
|
257
|
-
};
|
|
258
|
-
showClear: {
|
|
259
|
-
type: BooleanConstructor;
|
|
260
|
-
default: boolean;
|
|
261
|
-
};
|
|
262
198
|
}>> & Readonly<{
|
|
263
199
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
264
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
265
200
|
}>, {
|
|
201
|
+
label: string;
|
|
202
|
+
mask: string | unknown[];
|
|
266
203
|
size: string;
|
|
267
204
|
type: string;
|
|
268
|
-
label: string;
|
|
269
205
|
message: string;
|
|
270
|
-
disabled: boolean;
|
|
271
|
-
mask: string | unknown[];
|
|
272
206
|
modelValue: string;
|
|
273
207
|
nativeType: string;
|
|
274
|
-
maxlength: number | null;
|
|
275
|
-
readonly: boolean;
|
|
276
|
-
forceActiveStatus: boolean;
|
|
277
208
|
placeholder: string;
|
|
278
209
|
iconLeft: string;
|
|
279
210
|
iconRight: string;
|
|
@@ -281,10 +212,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
212
|
iconRightClickable: boolean;
|
|
282
213
|
allowTogglePassword: boolean;
|
|
283
214
|
hasCloudyColor: boolean;
|
|
284
|
-
showClear: boolean;
|
|
285
|
-
tooltip: string;
|
|
286
|
-
errors: string | unknown[];
|
|
287
|
-
showMaxlengthCounter: boolean;
|
|
288
215
|
}, {}, {
|
|
289
216
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
290
217
|
placeholder: {
|
|
@@ -320,6 +247,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
320
247
|
type: BooleanConstructor;
|
|
321
248
|
default: null;
|
|
322
249
|
};
|
|
250
|
+
iconRightSize: {
|
|
251
|
+
type: StringConstructor;
|
|
252
|
+
default: string;
|
|
253
|
+
};
|
|
323
254
|
allowTogglePassword: {
|
|
324
255
|
type: BooleanConstructor;
|
|
325
256
|
default: null;
|
|
@@ -332,42 +263,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
332
263
|
type: StringConstructor;
|
|
333
264
|
default: string;
|
|
334
265
|
};
|
|
335
|
-
maxlength: {
|
|
336
|
-
type: NumberConstructor;
|
|
337
|
-
default: null;
|
|
338
|
-
};
|
|
339
|
-
disabled: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
default: boolean;
|
|
342
|
-
};
|
|
343
|
-
readonly: {
|
|
344
|
-
type: BooleanConstructor;
|
|
345
|
-
default: boolean;
|
|
346
|
-
};
|
|
347
|
-
forceActiveStatus: {
|
|
348
|
-
type: BooleanConstructor;
|
|
349
|
-
default: boolean;
|
|
350
|
-
};
|
|
351
|
-
showClear: {
|
|
352
|
-
type: BooleanConstructor;
|
|
353
|
-
default: boolean;
|
|
354
|
-
};
|
|
355
266
|
}>, {}, {
|
|
356
267
|
isFocused: boolean;
|
|
357
268
|
showPassword: boolean;
|
|
358
269
|
}, {
|
|
359
|
-
isDisabled():
|
|
270
|
+
isDisabled(): unknown;
|
|
360
271
|
iconRightSvg(): string;
|
|
361
|
-
iconScheme(): "
|
|
272
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
362
273
|
attributes(): any;
|
|
363
274
|
}, {
|
|
364
275
|
focus(): void;
|
|
365
276
|
onFocus(): void;
|
|
366
277
|
onBlur(): void;
|
|
367
278
|
onIconLeftClick(): void;
|
|
368
|
-
onClearClick(): void;
|
|
369
279
|
onIconRightClick(): void;
|
|
370
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
280
|
+
}, 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<{
|
|
371
281
|
placeholder: {
|
|
372
282
|
type: StringConstructor;
|
|
373
283
|
default: null;
|
|
@@ -401,6 +311,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
401
311
|
type: BooleanConstructor;
|
|
402
312
|
default: null;
|
|
403
313
|
};
|
|
314
|
+
iconRightSize: {
|
|
315
|
+
type: StringConstructor;
|
|
316
|
+
default: string;
|
|
317
|
+
};
|
|
404
318
|
allowTogglePassword: {
|
|
405
319
|
type: BooleanConstructor;
|
|
406
320
|
default: null;
|
|
@@ -413,47 +327,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
413
327
|
type: StringConstructor;
|
|
414
328
|
default: string;
|
|
415
329
|
};
|
|
416
|
-
maxlength: {
|
|
417
|
-
type: NumberConstructor;
|
|
418
|
-
default: null;
|
|
419
|
-
};
|
|
420
|
-
disabled: {
|
|
421
|
-
type: BooleanConstructor;
|
|
422
|
-
default: boolean;
|
|
423
|
-
};
|
|
424
|
-
readonly: {
|
|
425
|
-
type: BooleanConstructor;
|
|
426
|
-
default: boolean;
|
|
427
|
-
};
|
|
428
|
-
forceActiveStatus: {
|
|
429
|
-
type: BooleanConstructor;
|
|
430
|
-
default: boolean;
|
|
431
|
-
};
|
|
432
|
-
showClear: {
|
|
433
|
-
type: BooleanConstructor;
|
|
434
|
-
default: boolean;
|
|
435
|
-
};
|
|
436
330
|
}>> & Readonly<{
|
|
437
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
438
331
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
439
332
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
440
333
|
}>, {
|
|
441
334
|
size: string;
|
|
442
335
|
type: string;
|
|
443
|
-
disabled: boolean;
|
|
444
336
|
modelValue: string;
|
|
445
337
|
nativeType: string;
|
|
446
|
-
maxlength: number;
|
|
447
|
-
readonly: boolean;
|
|
448
|
-
forceActiveStatus: boolean;
|
|
449
338
|
placeholder: string;
|
|
450
339
|
iconLeft: string;
|
|
451
340
|
iconRight: string;
|
|
452
341
|
iconLeftClickable: boolean;
|
|
453
342
|
iconRightClickable: boolean;
|
|
343
|
+
iconRightSize: string;
|
|
454
344
|
allowTogglePassword: boolean;
|
|
455
345
|
hasCloudyColor: boolean;
|
|
456
|
-
showClear: boolean;
|
|
457
346
|
}, {}, {
|
|
458
347
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
459
348
|
type: {
|
|
@@ -479,25 +368,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
479
368
|
};
|
|
480
369
|
hasIconLeft: BooleanConstructor;
|
|
481
370
|
hasIconRight: BooleanConstructor;
|
|
482
|
-
hasClearIcon: BooleanConstructor;
|
|
483
|
-
maxlength: {
|
|
484
|
-
type: NumberConstructor;
|
|
485
|
-
default: null;
|
|
486
|
-
};
|
|
487
|
-
readonly: {
|
|
488
|
-
type: BooleanConstructor;
|
|
489
|
-
default: boolean;
|
|
490
|
-
};
|
|
491
|
-
forceActiveStatus: {
|
|
492
|
-
type: BooleanConstructor;
|
|
493
|
-
default: boolean;
|
|
494
|
-
};
|
|
495
371
|
}>, {}, {}, {
|
|
496
372
|
attributes(): any;
|
|
497
373
|
classes(): (string | {
|
|
498
374
|
'input--has-icon-left': boolean;
|
|
499
375
|
'input--has-icon-right': boolean;
|
|
500
|
-
'input--has-clear-icon': boolean;
|
|
501
376
|
})[];
|
|
502
377
|
}, {
|
|
503
378
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -525,33 +400,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
525
400
|
};
|
|
526
401
|
hasIconLeft: BooleanConstructor;
|
|
527
402
|
hasIconRight: BooleanConstructor;
|
|
528
|
-
hasClearIcon: BooleanConstructor;
|
|
529
|
-
maxlength: {
|
|
530
|
-
type: NumberConstructor;
|
|
531
|
-
default: null;
|
|
532
|
-
};
|
|
533
|
-
readonly: {
|
|
534
|
-
type: BooleanConstructor;
|
|
535
|
-
default: boolean;
|
|
536
|
-
};
|
|
537
|
-
forceActiveStatus: {
|
|
538
|
-
type: BooleanConstructor;
|
|
539
|
-
default: boolean;
|
|
540
|
-
};
|
|
541
403
|
}>> & Readonly<{
|
|
542
404
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
543
405
|
}>, {
|
|
406
|
+
mask: string | unknown[];
|
|
544
407
|
size: string;
|
|
545
408
|
type: string;
|
|
546
|
-
mask: string | unknown[];
|
|
547
409
|
hasIconLeft: boolean;
|
|
548
410
|
hasIconRight: boolean;
|
|
549
|
-
hasClearIcon: boolean;
|
|
550
411
|
modelValue: string;
|
|
551
412
|
nativeType: string;
|
|
552
|
-
maxlength: number;
|
|
553
|
-
readonly: boolean;
|
|
554
|
-
forceActiveStatus: boolean;
|
|
555
413
|
}, {}, {}, {
|
|
556
414
|
mask: any;
|
|
557
415
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -564,25 +422,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
564
422
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
565
423
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
566
424
|
}>, {
|
|
567
|
-
size: import('../Icon.vue').IconSize;
|
|
568
425
|
filled: boolean;
|
|
569
426
|
icon: string | null;
|
|
570
427
|
clickable: boolean;
|
|
428
|
+
size: import('../Icon.vue').IconSize;
|
|
571
429
|
scheme: import('../Icon.vue').SchemeColor;
|
|
572
430
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
573
431
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
574
|
-
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<{}>, {
|
|
575
|
-
label: string;
|
|
576
|
-
tooltip: string;
|
|
577
|
-
useHtmlTooltip: boolean;
|
|
578
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
579
432
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
580
433
|
UnnnicButton: {
|
|
581
434
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
435
|
+
text: string;
|
|
582
436
|
size: import('../Button/types').ButtonSize;
|
|
583
437
|
type: import('../Button/types').ButtonType;
|
|
584
438
|
disabled: boolean;
|
|
585
|
-
text: string;
|
|
586
439
|
iconLeft: string;
|
|
587
440
|
iconRight: string;
|
|
588
441
|
float: boolean;
|
|
@@ -597,10 +450,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
597
450
|
M: {};
|
|
598
451
|
Defaults: {};
|
|
599
452
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
453
|
+
text: string;
|
|
600
454
|
size: import('../Button/types').ButtonSize;
|
|
601
455
|
type: import('../Button/types').ButtonType;
|
|
602
456
|
disabled: boolean;
|
|
603
|
-
text: string;
|
|
604
457
|
iconLeft: string;
|
|
605
458
|
iconRight: string;
|
|
606
459
|
float: boolean;
|
|
@@ -612,10 +465,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
612
465
|
__isTeleport?: never;
|
|
613
466
|
__isSuspense?: never;
|
|
614
467
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
468
|
+
text: string;
|
|
615
469
|
size: import('../Button/types').ButtonSize;
|
|
616
470
|
type: import('../Button/types').ButtonType;
|
|
617
471
|
disabled: boolean;
|
|
618
|
-
text: string;
|
|
619
472
|
iconLeft: string;
|
|
620
473
|
iconRight: string;
|
|
621
474
|
float: boolean;
|
|
@@ -399,10 +399,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
399
|
}, {}, {
|
|
400
400
|
UnnnicButton: {
|
|
401
401
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
402
|
+
text: string;
|
|
402
403
|
size: import('../Button/types').ButtonSize;
|
|
403
404
|
type: import('../Button/types').ButtonType;
|
|
404
405
|
disabled: boolean;
|
|
405
|
-
text: string;
|
|
406
406
|
iconLeft: string;
|
|
407
407
|
iconRight: string;
|
|
408
408
|
float: boolean;
|
|
@@ -417,10 +417,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
417
417
|
M: {};
|
|
418
418
|
Defaults: {};
|
|
419
419
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
420
|
+
text: string;
|
|
420
421
|
size: import('../Button/types').ButtonSize;
|
|
421
422
|
type: import('../Button/types').ButtonType;
|
|
422
423
|
disabled: boolean;
|
|
423
|
-
text: string;
|
|
424
424
|
iconLeft: string;
|
|
425
425
|
iconRight: string;
|
|
426
426
|
float: boolean;
|
|
@@ -432,10 +432,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
432
432
|
__isTeleport?: never;
|
|
433
433
|
__isSuspense?: never;
|
|
434
434
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
435
|
+
text: string;
|
|
435
436
|
size: import('../Button/types').ButtonSize;
|
|
436
437
|
type: import('../Button/types').ButtonType;
|
|
437
438
|
disabled: boolean;
|
|
438
|
-
text: string;
|
|
439
439
|
iconLeft: string;
|
|
440
440
|
iconRight: string;
|
|
441
441
|
float: boolean;
|
|
@@ -456,10 +456,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
456
456
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
457
457
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
458
458
|
}>, {
|
|
459
|
-
size: import('../Icon.vue').IconSize;
|
|
460
459
|
filled: boolean;
|
|
461
460
|
icon: string | null;
|
|
462
461
|
clickable: boolean;
|
|
462
|
+
size: import('../Icon.vue').IconSize;
|
|
463
463
|
scheme: import('../Icon.vue').SchemeColor;
|
|
464
464
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
465
465
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -473,18 +473,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
473
473
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
474
474
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
475
475
|
}>, {
|
|
476
|
-
size: import('../Icon.vue').IconSize;
|
|
477
476
|
filled: boolean;
|
|
478
477
|
icon: string | null;
|
|
479
478
|
clickable: boolean;
|
|
479
|
+
size: import('../Icon.vue').IconSize;
|
|
480
480
|
scheme: import('../Icon.vue').SchemeColor;
|
|
481
481
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
482
482
|
UnnnicButton: {
|
|
483
483
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
484
|
+
text: string;
|
|
484
485
|
size: import('../Button/types').ButtonSize;
|
|
485
486
|
type: import('../Button/types').ButtonType;
|
|
486
487
|
disabled: boolean;
|
|
487
|
-
text: string;
|
|
488
488
|
iconLeft: string;
|
|
489
489
|
iconRight: string;
|
|
490
490
|
float: boolean;
|
|
@@ -499,10 +499,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
499
499
|
M: {};
|
|
500
500
|
Defaults: {};
|
|
501
501
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
502
|
+
text: string;
|
|
502
503
|
size: import('../Button/types').ButtonSize;
|
|
503
504
|
type: import('../Button/types').ButtonType;
|
|
504
505
|
disabled: boolean;
|
|
505
|
-
text: string;
|
|
506
506
|
iconLeft: string;
|
|
507
507
|
iconRight: string;
|
|
508
508
|
float: boolean;
|
|
@@ -514,10 +514,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
514
514
|
__isTeleport?: never;
|
|
515
515
|
__isSuspense?: never;
|
|
516
516
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
517
|
+
text: string;
|
|
517
518
|
size: import('../Button/types').ButtonSize;
|
|
518
519
|
type: import('../Button/types').ButtonType;
|
|
519
520
|
disabled: boolean;
|
|
520
|
-
text: string;
|
|
521
521
|
iconLeft: string;
|
|
522
522
|
iconRight: string;
|
|
523
523
|
float: boolean;
|
|
@@ -95,8 +95,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
text: string;
|
|
98
|
-
enabled: boolean;
|
|
99
98
|
forceOpen: boolean;
|
|
99
|
+
enabled: boolean;
|
|
100
100
|
side: string;
|
|
101
101
|
maxWidth: string;
|
|
102
102
|
shortcutText: string;
|
|
@@ -85,28 +85,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
86
86
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
-
size: import('../Icon.vue').IconSize;
|
|
89
88
|
filled: boolean;
|
|
90
89
|
icon: string | null;
|
|
91
90
|
clickable: boolean;
|
|
91
|
+
size: import('../Icon.vue').IconSize;
|
|
92
92
|
scheme: import('../Icon.vue').SchemeColor;
|
|
93
93
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
94
94
|
UnnnicRadio: {
|
|
95
95
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
96
96
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
97
|
-
|
|
97
|
+
size: string;
|
|
98
98
|
disabled: boolean;
|
|
99
|
-
modelValue: string | number;
|
|
100
|
-
name: string;
|
|
101
99
|
value: string | number;
|
|
100
|
+
modelValue: string | number;
|
|
102
101
|
$props: {
|
|
103
|
-
readonly
|
|
102
|
+
readonly size?: string | undefined;
|
|
104
103
|
readonly disabled?: boolean | undefined;
|
|
105
|
-
readonly modelValue?: string | number | undefined;
|
|
106
|
-
readonly name?: string | undefined;
|
|
107
104
|
readonly value?: string | number | undefined;
|
|
105
|
+
readonly modelValue?: string | number | undefined;
|
|
108
106
|
};
|
|
109
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
107
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
110
108
|
P: {};
|
|
111
109
|
B: {};
|
|
112
110
|
D: {};
|
|
@@ -115,17 +113,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
113
|
Defaults: {};
|
|
116
114
|
}, Readonly<{}> & Readonly<{}>, {
|
|
117
115
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
118
|
-
|
|
116
|
+
size: string;
|
|
119
117
|
disabled: boolean;
|
|
120
|
-
modelValue: string | number;
|
|
121
|
-
name: string;
|
|
122
118
|
value: string | number;
|
|
119
|
+
modelValue: string | number;
|
|
123
120
|
$props: {
|
|
124
|
-
readonly
|
|
121
|
+
readonly size?: string | undefined;
|
|
125
122
|
readonly disabled?: boolean | undefined;
|
|
126
|
-
readonly modelValue?: string | number | undefined;
|
|
127
|
-
readonly name?: string | undefined;
|
|
128
123
|
readonly value?: string | number | undefined;
|
|
124
|
+
readonly modelValue?: string | number | undefined;
|
|
129
125
|
};
|
|
130
126
|
}, {}, {}, {}, {}>;
|
|
131
127
|
__isFragment?: never;
|
|
@@ -133,17 +129,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
129
|
__isSuspense?: never;
|
|
134
130
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
135
131
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
136
|
-
|
|
132
|
+
size: string;
|
|
137
133
|
disabled: boolean;
|
|
138
|
-
modelValue: string | number;
|
|
139
|
-
name: string;
|
|
140
134
|
value: string | number;
|
|
135
|
+
modelValue: string | number;
|
|
141
136
|
$props: {
|
|
142
|
-
readonly
|
|
137
|
+
readonly size?: string | undefined;
|
|
143
138
|
readonly disabled?: boolean | undefined;
|
|
144
|
-
readonly modelValue?: string | number | undefined;
|
|
145
|
-
readonly name?: string | undefined;
|
|
146
139
|
readonly value?: string | number | undefined;
|
|
140
|
+
readonly modelValue?: string | number | undefined;
|
|
147
141
|
};
|
|
148
142
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
149
143
|
$slots: {
|
|
@@ -53,10 +53,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
}, {}, {
|
|
54
54
|
UnnnicButton: {
|
|
55
55
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
|
+
text: string;
|
|
56
57
|
size: import('../Button/types').ButtonSize;
|
|
57
58
|
type: import('../Button/types').ButtonType;
|
|
58
59
|
disabled: boolean;
|
|
59
|
-
text: string;
|
|
60
60
|
iconLeft: string;
|
|
61
61
|
iconRight: string;
|
|
62
62
|
float: boolean;
|
|
@@ -71,10 +71,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
71
|
M: {};
|
|
72
72
|
Defaults: {};
|
|
73
73
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
74
|
+
text: string;
|
|
74
75
|
size: import('../Button/types').ButtonSize;
|
|
75
76
|
type: import('../Button/types').ButtonType;
|
|
76
77
|
disabled: boolean;
|
|
77
|
-
text: string;
|
|
78
78
|
iconLeft: string;
|
|
79
79
|
iconRight: string;
|
|
80
80
|
float: boolean;
|
|
@@ -86,10 +86,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
86
86
|
__isTeleport?: never;
|
|
87
87
|
__isSuspense?: never;
|
|
88
88
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
89
|
+
text: string;
|
|
89
90
|
size: import('../Button/types').ButtonSize;
|
|
90
91
|
type: import('../Button/types').ButtonType;
|
|
91
92
|
disabled: boolean;
|
|
92
|
-
text: string;
|
|
93
93
|
iconLeft: string;
|
|
94
94
|
iconRight: string;
|
|
95
95
|
float: boolean;
|
|
@@ -54,10 +54,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
55
55
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
-
size: import('../Icon.vue').IconSize;
|
|
58
57
|
filled: boolean;
|
|
59
58
|
icon: string | null;
|
|
60
59
|
clickable: boolean;
|
|
60
|
+
size: import('../Icon.vue').IconSize;
|
|
61
61
|
scheme: import('../Icon.vue').SchemeColor;
|
|
62
62
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
63
63
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|