@weni/unnnic-system 3.2.7-alpha.0 → 3.2.8
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 +24 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +5 -5
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -2
- 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 +2 -2
- 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 +8 -8
- 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 +8 -8
- 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 +15 -15
- 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/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- 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 +3 -3
- package/dist/components/Chip/Chip.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 +27 -182
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +1 -1
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +32 -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 +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +1 -10
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -182
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -31
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -192
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +10 -10
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +34 -189
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -45
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +13 -31
- 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 +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +2 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- 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/Tag/TagNext.vue.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.vue.d.ts +32 -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 +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
- package/dist/components/index.d.ts +890 -2158
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-a147ef18.mjs → es-b3e51efa.js} +1 -1
- package/dist/{index-802ab669.mjs → index-b9e3c5e9.js} +7649 -7812
- package/dist/{pt-br-cdc64aa4.mjs → pt-br-20887b32.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.js +182 -0
- package/dist/{unnnic.umd.js → unnnic.umd.cjs} +41 -42
- package/package.json +10 -9
- package/src/assets/icons/script-to-convert-svg-to-vue.js +4 -7
- package/src/components/AudioRecorder/AudioRecorder.vue +3 -2
- package/src/components/Button/Button.vue +109 -58
- package/src/components/Button/__tests__/Button.spec.js +2 -2
- package/src/components/Button/types.ts +2 -1
- package/src/components/Card/Card.vue +4 -1
- package/src/components/ChartMultiLine/Line/Line.vue +2 -1
- package/src/components/ChatsContact/ChatsContact.vue +1 -1
- package/src/components/ChatsHeader/ChatsHeader.vue +4 -2
- package/src/components/ChatsMessage/ChatsMessageText.vue +5 -5
- package/src/components/Chip/Chip.vue +62 -57
- package/src/components/Chip/__tests__/Chip.spec.js +18 -18
- package/src/components/DataTable/index.vue +8 -5
- package/src/components/DatePicker/DatePicker.vue +29 -16
- package/src/components/Drawer/Drawer.vue +4 -1
- package/src/components/Drawer/__tests__/Drawer.spec.js +9 -3
- package/src/components/DropArea/DropArea.vue +1 -1
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +17 -17
- package/src/components/EmojiPicker/EmojiPicker.vue +57 -48
- package/src/components/EmojiPicker/__tests__/EmojiPicker.spec.js +84 -23
- package/src/components/Flag.vue +0 -1
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Icon/types.ts +2 -2
- package/src/components/Icon.vue +3 -1
- package/src/components/Input/BaseInput.vue +12 -10
- package/src/components/Input/Input.scss +20 -17
- package/src/components/Input/Input.vue +28 -86
- package/src/components/Input/TextInput.vue +35 -27
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/InputDatePicker/InputDatePicker.vue +1 -1
- package/src/components/Label/Label.vue +2 -2
- package/src/components/ModalDialog/ModalDialog.vue +29 -27
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/ModalNext/ModalNext.vue +2 -2
- package/src/components/SelectSmart/SelectSmart.vue +15 -4
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +2 -2
- package/src/components/Switch/__tests__/Switch.spec.js +6 -2
- 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/TagNext.vue +2 -8
- package/src/components/TextArea/TextArea.vue +9 -14
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/Tour/TourPopover.vue +1 -1
- package/src/components/__tests__/Icon.spec.js +2 -2
- package/src/components/index.ts +88 -96
- package/src/index.ts +1 -1
- package/src/main.ts +1 -1
- package/src/stories/Button.stories.js +11 -2
- package/src/stories/ChatsHeader.stories.js +1 -1
- package/src/stories/ChatsMessage.stories.js +0 -1
- package/src/stories/Chip.stories.js +7 -4
- package/src/stories/Input.stories.js +3 -17
- package/src/stories/SelectSmart.stories.js +1 -1
- package/src/stories/TableNext.stories.js +1 -1
- package/src/types/index.d.ts +2 -2
- package/src/types/scheme-colors.d.ts +1 -2
- package/src/types/unnnic-utils.d.ts +87 -87
- package/src/types/vue-shims.d.ts +1 -1
- package/src/types/vueuse-overrides.d.ts +2 -2
- package/src/utils/plugins/i18n.js +0 -1
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
- package/dist/unnnic.mjs +0 -186
- package/src/assets/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/components/TemplatePreview/TemplatePreview.vue +0 -249
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
|
@@ -82,23 +82,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
};
|
|
83
83
|
message: {
|
|
84
84
|
type: StringConstructor;
|
|
85
|
-
default:
|
|
86
|
-
};
|
|
87
|
-
errors: {
|
|
88
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
89
|
-
default: string;
|
|
85
|
+
default: null;
|
|
90
86
|
};
|
|
91
87
|
label: {
|
|
92
88
|
type: StringConstructor;
|
|
93
|
-
default:
|
|
89
|
+
default: null;
|
|
94
90
|
};
|
|
95
91
|
iconLeft: {
|
|
96
92
|
type: StringConstructor;
|
|
97
|
-
default:
|
|
93
|
+
default: null;
|
|
98
94
|
};
|
|
99
95
|
iconRight: {
|
|
100
96
|
type: StringConstructor;
|
|
101
|
-
default:
|
|
97
|
+
default: null;
|
|
102
98
|
};
|
|
103
99
|
allowTogglePassword: {
|
|
104
100
|
type: BooleanConstructor;
|
|
@@ -106,11 +102,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
106
102
|
};
|
|
107
103
|
iconLeftClickable: {
|
|
108
104
|
type: BooleanConstructor;
|
|
109
|
-
default:
|
|
105
|
+
default: null;
|
|
110
106
|
};
|
|
111
107
|
iconRightClickable: {
|
|
112
108
|
type: BooleanConstructor;
|
|
113
|
-
default:
|
|
109
|
+
default: null;
|
|
114
110
|
};
|
|
115
111
|
hasCloudyColor: {
|
|
116
112
|
type: BooleanConstructor;
|
|
@@ -124,22 +120,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
120
|
type: (StringConstructor | ArrayConstructor)[];
|
|
125
121
|
default: string;
|
|
126
122
|
};
|
|
127
|
-
tooltip: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
default: string;
|
|
130
|
-
};
|
|
131
|
-
maxlength: {
|
|
132
|
-
type: (NumberConstructor | null)[];
|
|
133
|
-
default: null;
|
|
134
|
-
};
|
|
135
|
-
showMaxlengthCounter: {
|
|
136
|
-
type: BooleanConstructor;
|
|
137
|
-
default: boolean;
|
|
138
|
-
};
|
|
139
|
-
disabled: {
|
|
140
|
-
type: BooleanConstructor;
|
|
141
|
-
default: boolean;
|
|
142
|
-
};
|
|
143
123
|
}>, {}, {
|
|
144
124
|
val: string;
|
|
145
125
|
}, {
|
|
@@ -166,23 +146,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
146
|
};
|
|
167
147
|
message: {
|
|
168
148
|
type: StringConstructor;
|
|
169
|
-
default:
|
|
170
|
-
};
|
|
171
|
-
errors: {
|
|
172
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
173
|
-
default: string;
|
|
149
|
+
default: null;
|
|
174
150
|
};
|
|
175
151
|
label: {
|
|
176
152
|
type: StringConstructor;
|
|
177
|
-
default:
|
|
153
|
+
default: null;
|
|
178
154
|
};
|
|
179
155
|
iconLeft: {
|
|
180
156
|
type: StringConstructor;
|
|
181
|
-
default:
|
|
157
|
+
default: null;
|
|
182
158
|
};
|
|
183
159
|
iconRight: {
|
|
184
160
|
type: StringConstructor;
|
|
185
|
-
default:
|
|
161
|
+
default: null;
|
|
186
162
|
};
|
|
187
163
|
allowTogglePassword: {
|
|
188
164
|
type: BooleanConstructor;
|
|
@@ -190,11 +166,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
166
|
};
|
|
191
167
|
iconLeftClickable: {
|
|
192
168
|
type: BooleanConstructor;
|
|
193
|
-
default:
|
|
169
|
+
default: null;
|
|
194
170
|
};
|
|
195
171
|
iconRightClickable: {
|
|
196
172
|
type: BooleanConstructor;
|
|
197
|
-
default:
|
|
173
|
+
default: null;
|
|
198
174
|
};
|
|
199
175
|
hasCloudyColor: {
|
|
200
176
|
type: BooleanConstructor;
|
|
@@ -208,34 +184,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
208
184
|
type: (StringConstructor | ArrayConstructor)[];
|
|
209
185
|
default: string;
|
|
210
186
|
};
|
|
211
|
-
tooltip: {
|
|
212
|
-
type: StringConstructor;
|
|
213
|
-
default: string;
|
|
214
|
-
};
|
|
215
|
-
maxlength: {
|
|
216
|
-
type: (NumberConstructor | null)[];
|
|
217
|
-
default: null;
|
|
218
|
-
};
|
|
219
|
-
showMaxlengthCounter: {
|
|
220
|
-
type: BooleanConstructor;
|
|
221
|
-
default: boolean;
|
|
222
|
-
};
|
|
223
|
-
disabled: {
|
|
224
|
-
type: BooleanConstructor;
|
|
225
|
-
default: boolean;
|
|
226
|
-
};
|
|
227
187
|
}>> & Readonly<{
|
|
228
188
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
229
189
|
}>, {
|
|
190
|
+
label: string;
|
|
191
|
+
mask: string | unknown[];
|
|
230
192
|
size: string;
|
|
231
193
|
type: string;
|
|
232
|
-
label: string;
|
|
233
194
|
message: string;
|
|
234
|
-
disabled: boolean;
|
|
235
|
-
mask: string | unknown[];
|
|
236
195
|
modelValue: string;
|
|
237
196
|
nativeType: string;
|
|
238
|
-
maxlength: number | null;
|
|
239
197
|
placeholder: string;
|
|
240
198
|
iconLeft: string;
|
|
241
199
|
iconRight: string;
|
|
@@ -243,9 +201,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
243
201
|
iconRightClickable: boolean;
|
|
244
202
|
allowTogglePassword: boolean;
|
|
245
203
|
hasCloudyColor: boolean;
|
|
246
|
-
errors: string | unknown[];
|
|
247
|
-
tooltip: string;
|
|
248
|
-
showMaxlengthCounter: boolean;
|
|
249
204
|
}, {}, {
|
|
250
205
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
251
206
|
placeholder: {
|
|
@@ -281,6 +236,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
236
|
type: BooleanConstructor;
|
|
282
237
|
default: null;
|
|
283
238
|
};
|
|
239
|
+
iconRightSize: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
284
243
|
allowTogglePassword: {
|
|
285
244
|
type: BooleanConstructor;
|
|
286
245
|
default: null;
|
|
@@ -293,21 +252,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
293
252
|
type: StringConstructor;
|
|
294
253
|
default: string;
|
|
295
254
|
};
|
|
296
|
-
maxlength: {
|
|
297
|
-
type: NumberConstructor;
|
|
298
|
-
default: null;
|
|
299
|
-
};
|
|
300
|
-
disabled: {
|
|
301
|
-
type: BooleanConstructor;
|
|
302
|
-
default: boolean;
|
|
303
|
-
};
|
|
304
255
|
}>, {}, {
|
|
305
256
|
isFocused: boolean;
|
|
306
257
|
showPassword: boolean;
|
|
307
258
|
}, {
|
|
308
|
-
isDisabled():
|
|
259
|
+
isDisabled(): unknown;
|
|
309
260
|
iconRightSvg(): string;
|
|
310
|
-
iconScheme(): "
|
|
261
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
311
262
|
attributes(): any;
|
|
312
263
|
}, {
|
|
313
264
|
focus(): void;
|
|
@@ -349,6 +300,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
349
300
|
type: BooleanConstructor;
|
|
350
301
|
default: null;
|
|
351
302
|
};
|
|
303
|
+
iconRightSize: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
352
307
|
allowTogglePassword: {
|
|
353
308
|
type: BooleanConstructor;
|
|
354
309
|
default: null;
|
|
@@ -361,29 +316,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
361
316
|
type: StringConstructor;
|
|
362
317
|
default: string;
|
|
363
318
|
};
|
|
364
|
-
maxlength: {
|
|
365
|
-
type: NumberConstructor;
|
|
366
|
-
default: null;
|
|
367
|
-
};
|
|
368
|
-
disabled: {
|
|
369
|
-
type: BooleanConstructor;
|
|
370
|
-
default: boolean;
|
|
371
|
-
};
|
|
372
319
|
}>> & Readonly<{
|
|
373
320
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
374
321
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
375
322
|
}>, {
|
|
376
323
|
size: string;
|
|
377
324
|
type: string;
|
|
378
|
-
disabled: boolean;
|
|
379
325
|
modelValue: string;
|
|
380
326
|
nativeType: string;
|
|
381
|
-
maxlength: number;
|
|
382
327
|
placeholder: string;
|
|
383
328
|
iconLeft: string;
|
|
384
329
|
iconRight: string;
|
|
385
330
|
iconLeftClickable: boolean;
|
|
386
331
|
iconRightClickable: boolean;
|
|
332
|
+
iconRightSize: string;
|
|
387
333
|
allowTogglePassword: boolean;
|
|
388
334
|
hasCloudyColor: boolean;
|
|
389
335
|
}, {}, {
|
|
@@ -411,10 +357,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
411
357
|
};
|
|
412
358
|
hasIconLeft: BooleanConstructor;
|
|
413
359
|
hasIconRight: BooleanConstructor;
|
|
414
|
-
maxlength: {
|
|
415
|
-
type: NumberConstructor;
|
|
416
|
-
default: null;
|
|
417
|
-
};
|
|
418
360
|
}>, {}, {}, {
|
|
419
361
|
attributes(): any;
|
|
420
362
|
classes(): (string | {
|
|
@@ -447,21 +389,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
447
389
|
};
|
|
448
390
|
hasIconLeft: BooleanConstructor;
|
|
449
391
|
hasIconRight: BooleanConstructor;
|
|
450
|
-
maxlength: {
|
|
451
|
-
type: NumberConstructor;
|
|
452
|
-
default: null;
|
|
453
|
-
};
|
|
454
392
|
}>> & Readonly<{
|
|
455
393
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
456
394
|
}>, {
|
|
395
|
+
mask: string | unknown[];
|
|
457
396
|
size: string;
|
|
458
397
|
type: string;
|
|
459
|
-
mask: string | unknown[];
|
|
460
398
|
hasIconLeft: boolean;
|
|
461
399
|
hasIconRight: boolean;
|
|
462
400
|
modelValue: string;
|
|
463
401
|
nativeType: string;
|
|
464
|
-
maxlength: number;
|
|
465
402
|
}, {}, {}, {
|
|
466
403
|
mask: any;
|
|
467
404
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -474,107 +411,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
474
411
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
475
412
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
476
413
|
}>, {
|
|
477
|
-
size: import('../Icon.vue').IconSize;
|
|
478
414
|
filled: boolean;
|
|
479
415
|
next: boolean;
|
|
480
416
|
icon: string | null;
|
|
481
417
|
clickable: boolean;
|
|
418
|
+
size: import('../Icon.vue').IconSize;
|
|
482
419
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
483
420
|
scheme: import('../Icon.vue').SchemeColor;
|
|
484
421
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
485
422
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
486
|
-
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
487
|
-
text: {
|
|
488
|
-
type: StringConstructor;
|
|
489
|
-
default: string;
|
|
490
|
-
};
|
|
491
|
-
enabled: {
|
|
492
|
-
type: BooleanConstructor;
|
|
493
|
-
default: boolean;
|
|
494
|
-
};
|
|
495
|
-
forceOpen: {
|
|
496
|
-
type: BooleanConstructor;
|
|
497
|
-
default: boolean;
|
|
498
|
-
};
|
|
499
|
-
side: {
|
|
500
|
-
type: StringConstructor;
|
|
501
|
-
default: string;
|
|
502
|
-
validator(value: unknown): boolean;
|
|
503
|
-
};
|
|
504
|
-
maxWidth: {
|
|
505
|
-
type: StringConstructor;
|
|
506
|
-
default: string;
|
|
507
|
-
};
|
|
508
|
-
shortcutText: {
|
|
509
|
-
type: StringConstructor;
|
|
510
|
-
default: null;
|
|
511
|
-
};
|
|
512
|
-
enableHtml: {
|
|
513
|
-
type: BooleanConstructor;
|
|
514
|
-
default: boolean;
|
|
515
|
-
};
|
|
516
|
-
}>, {}, {
|
|
517
|
-
topPos: null;
|
|
518
|
-
leftPos: null;
|
|
519
|
-
}, {}, {
|
|
520
|
-
handleResize(): void;
|
|
521
|
-
getRightPost(element: any): void;
|
|
522
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
523
|
-
text: {
|
|
524
|
-
type: StringConstructor;
|
|
525
|
-
default: string;
|
|
526
|
-
};
|
|
527
|
-
enabled: {
|
|
528
|
-
type: BooleanConstructor;
|
|
529
|
-
default: boolean;
|
|
530
|
-
};
|
|
531
|
-
forceOpen: {
|
|
532
|
-
type: BooleanConstructor;
|
|
533
|
-
default: boolean;
|
|
534
|
-
};
|
|
535
|
-
side: {
|
|
536
|
-
type: StringConstructor;
|
|
537
|
-
default: string;
|
|
538
|
-
validator(value: unknown): boolean;
|
|
539
|
-
};
|
|
540
|
-
maxWidth: {
|
|
541
|
-
type: StringConstructor;
|
|
542
|
-
default: string;
|
|
543
|
-
};
|
|
544
|
-
shortcutText: {
|
|
545
|
-
type: StringConstructor;
|
|
546
|
-
default: null;
|
|
547
|
-
};
|
|
548
|
-
enableHtml: {
|
|
549
|
-
type: BooleanConstructor;
|
|
550
|
-
default: boolean;
|
|
551
|
-
};
|
|
552
|
-
}>> & Readonly<{}>, {
|
|
553
|
-
text: string;
|
|
554
|
-
enabled: boolean;
|
|
555
|
-
forceOpen: boolean;
|
|
556
|
-
side: string;
|
|
557
|
-
maxWidth: string;
|
|
558
|
-
shortcutText: string;
|
|
559
|
-
enableHtml: boolean;
|
|
560
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
561
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
562
|
-
click: (event: Event) => any;
|
|
563
|
-
mousedown: (event: Event) => any;
|
|
564
|
-
mouseup: (event: Event) => any;
|
|
565
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
566
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
567
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
568
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
569
|
-
}>, {
|
|
570
|
-
size: import('../Icon.vue').IconSize;
|
|
571
|
-
filled: boolean;
|
|
572
|
-
next: boolean;
|
|
573
|
-
icon: string | null;
|
|
574
|
-
clickable: boolean;
|
|
575
|
-
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
576
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
577
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
578
423
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
579
424
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
580
425
|
export default _default;
|
|
@@ -75,8 +75,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
75
|
}, {
|
|
76
76
|
openMonths(): string[];
|
|
77
77
|
value(): {
|
|
78
|
-
startDate:
|
|
79
|
-
endDate:
|
|
78
|
+
startDate: any;
|
|
79
|
+
endDate: any;
|
|
80
80
|
};
|
|
81
81
|
i18nLocale(): string;
|
|
82
82
|
monthsLocale(): any;
|
|
@@ -209,11 +209,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
209
209
|
}, {}, {
|
|
210
210
|
UnnnicButton: {
|
|
211
211
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
212
|
+
text: string;
|
|
213
|
+
next: boolean;
|
|
212
214
|
size: import('../Button/types.js').ButtonSize;
|
|
213
215
|
type: import('../Button/types.js').ButtonType;
|
|
214
216
|
disabled: boolean;
|
|
215
|
-
text: string;
|
|
216
|
-
next: boolean;
|
|
217
217
|
iconLeft: string;
|
|
218
218
|
iconRight: string;
|
|
219
219
|
float: boolean;
|
|
@@ -228,11 +228,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
228
|
M: {};
|
|
229
229
|
Defaults: {};
|
|
230
230
|
}, Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
231
|
+
text: string;
|
|
232
|
+
next: boolean;
|
|
231
233
|
size: import('../Button/types.js').ButtonSize;
|
|
232
234
|
type: import('../Button/types.js').ButtonType;
|
|
233
235
|
disabled: boolean;
|
|
234
|
-
text: string;
|
|
235
|
-
next: boolean;
|
|
236
236
|
iconLeft: string;
|
|
237
237
|
iconRight: string;
|
|
238
238
|
float: boolean;
|
|
@@ -244,11 +244,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
244
244
|
__isTeleport?: never;
|
|
245
245
|
__isSuspense?: never;
|
|
246
246
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
247
|
+
text: string;
|
|
248
|
+
next: boolean;
|
|
247
249
|
size: import('../Button/types.js').ButtonSize;
|
|
248
250
|
type: import('../Button/types.js').ButtonType;
|
|
249
251
|
disabled: boolean;
|
|
250
|
-
text: string;
|
|
251
|
-
next: boolean;
|
|
252
252
|
iconLeft: string;
|
|
253
253
|
iconRight: string;
|
|
254
254
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"AAyNA;"}
|
|
@@ -159,21 +159,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
159
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
160
160
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
|
-
size: import('../Icon.vue').IconSize;
|
|
163
162
|
filled: boolean;
|
|
164
163
|
next: boolean;
|
|
165
164
|
icon: string | null;
|
|
166
165
|
clickable: boolean;
|
|
166
|
+
size: import('../Icon.vue').IconSize;
|
|
167
167
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
168
168
|
scheme: import('../Icon.vue').SchemeColor;
|
|
169
169
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
170
170
|
UnnnicButton: {
|
|
171
171
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
172
|
+
text: string;
|
|
173
|
+
next: boolean;
|
|
172
174
|
size: import('../Button/types').ButtonSize;
|
|
173
175
|
type: import('../Button/types').ButtonType;
|
|
174
176
|
disabled: boolean;
|
|
175
|
-
text: string;
|
|
176
|
-
next: boolean;
|
|
177
177
|
iconLeft: string;
|
|
178
178
|
iconRight: string;
|
|
179
179
|
float: boolean;
|
|
@@ -188,11 +188,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
M: {};
|
|
189
189
|
Defaults: {};
|
|
190
190
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
191
|
+
text: string;
|
|
192
|
+
next: boolean;
|
|
191
193
|
size: import('../Button/types').ButtonSize;
|
|
192
194
|
type: import('../Button/types').ButtonType;
|
|
193
195
|
disabled: boolean;
|
|
194
|
-
text: string;
|
|
195
|
-
next: boolean;
|
|
196
196
|
iconLeft: string;
|
|
197
197
|
iconRight: string;
|
|
198
198
|
float: boolean;
|
|
@@ -204,11 +204,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
204
204
|
__isTeleport?: never;
|
|
205
205
|
__isSuspense?: never;
|
|
206
206
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
207
|
+
text: string;
|
|
208
|
+
next: boolean;
|
|
207
209
|
size: import('../Button/types').ButtonSize;
|
|
208
210
|
type: import('../Button/types').ButtonType;
|
|
209
211
|
disabled: boolean;
|
|
210
|
-
text: string;
|
|
211
|
-
next: boolean;
|
|
212
212
|
iconLeft: string;
|
|
213
213
|
iconRight: string;
|
|
214
214
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"AAyFA;"}
|
|
@@ -42,10 +42,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
42
|
}>> & Readonly<{
|
|
43
43
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
-
forceOpen: boolean;
|
|
46
45
|
position: string;
|
|
47
46
|
useOpenProp: boolean;
|
|
48
47
|
open: boolean;
|
|
48
|
+
forceOpen: boolean;
|
|
49
49
|
}, {}, {}, {
|
|
50
50
|
onClickOutside: any;
|
|
51
51
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -79,8 +79,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
79
|
validator(value: unknown): boolean;
|
|
80
80
|
};
|
|
81
81
|
}>> & Readonly<{}>, {
|
|
82
|
-
size: string;
|
|
83
82
|
code: string;
|
|
83
|
+
size: string;
|
|
84
84
|
}, {}, {
|
|
85
85
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
86
86
|
click: (event: Event) => any;
|
|
@@ -91,11 +91,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
92
92
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
-
size: import('../Icon.vue').IconSize;
|
|
95
94
|
filled: boolean;
|
|
96
95
|
next: boolean;
|
|
97
96
|
icon: string | null;
|
|
98
97
|
clickable: boolean;
|
|
98
|
+
size: import('../Icon.vue').IconSize;
|
|
99
99
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
100
100
|
scheme: import('../Icon.vue').SchemeColor;
|
|
101
101
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -109,11 +109,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
110
110
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
111
111
|
}>, {
|
|
112
|
-
size: import('../Icon.vue').IconSize;
|
|
113
112
|
filled: boolean;
|
|
114
113
|
next: boolean;
|
|
115
114
|
icon: string | null;
|
|
116
115
|
clickable: boolean;
|
|
116
|
+
size: import('../Icon.vue').IconSize;
|
|
117
117
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
118
118
|
scheme: import('../Icon.vue').SchemeColor;
|
|
119
119
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.vue"],"names":[],"mappings":"AAyBA;
|
|
1
|
+
{"version":3,"file":"EmojiPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/EmojiPicker/EmojiPicker.vue"],"names":[],"mappings":"AAyBA;AAqNA,OAAO,wCAAwC,CAAC;AAYhD,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;;;;;;;;YADU,MAAM;cADJ,KAAK,GAAG,QAAQ;gBADd,OAAO;;;;AAiMtB,wBAUG"}
|
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
validator(value: unknown): boolean;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
size: string;
|
|
25
24
|
code: string;
|
|
25
|
+
size: string;
|
|
26
26
|
}, {}, {
|
|
27
27
|
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
28
|
click: (event: Event) => any;
|
|
@@ -33,11 +33,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
34
34
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
|
-
size: import('./Icon.vue').IconSize;
|
|
37
36
|
filled: boolean;
|
|
38
37
|
next: boolean;
|
|
39
38
|
icon: string | null;
|
|
40
39
|
clickable: boolean;
|
|
40
|
+
size: import('./Icon.vue').IconSize;
|
|
41
41
|
lineHeight: import('./Icon.vue').LineHeight | null;
|
|
42
42
|
scheme: import('./Icon.vue').SchemeColor;
|
|
43
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -5,27 +5,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5
5
|
default: string;
|
|
6
6
|
validator: (size: unknown) => boolean;
|
|
7
7
|
};
|
|
8
|
-
label:
|
|
9
|
-
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
fixedLabel: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
8
|
+
label: StringConstructor;
|
|
9
|
+
fixedLabel: BooleanConstructor;
|
|
16
10
|
error: {
|
|
17
|
-
type: (
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
message: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
disabled: {
|
|
25
|
-
type: BooleanConstructor;
|
|
11
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
26
12
|
default: boolean;
|
|
27
13
|
};
|
|
28
|
-
|
|
14
|
+
message: StringConstructor;
|
|
15
|
+
disabled: BooleanConstructor;
|
|
16
|
+
}>, {}, {}, {
|
|
17
|
+
shouldShowErrorSection(): boolean | "";
|
|
18
|
+
}, {
|
|
29
19
|
fullySanitize: typeof fullySanitize;
|
|
30
20
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
21
|
size: {
|
|
@@ -33,33 +23,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
23
|
default: string;
|
|
34
24
|
validator: (size: unknown) => boolean;
|
|
35
25
|
};
|
|
36
|
-
label:
|
|
37
|
-
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
fixedLabel: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
26
|
+
label: StringConstructor;
|
|
27
|
+
fixedLabel: BooleanConstructor;
|
|
44
28
|
error: {
|
|
45
|
-
type: (
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
message: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
disabled: {
|
|
53
|
-
type: BooleanConstructor;
|
|
29
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
54
30
|
default: boolean;
|
|
55
31
|
};
|
|
32
|
+
message: StringConstructor;
|
|
33
|
+
disabled: BooleanConstructor;
|
|
56
34
|
}>> & Readonly<{}>, {
|
|
57
35
|
error: string | boolean;
|
|
58
36
|
size: string;
|
|
59
|
-
label: string;
|
|
60
37
|
fixedLabel: boolean;
|
|
61
|
-
message: string;
|
|
62
38
|
disabled: boolean;
|
|
63
|
-
}, {}, {
|
|
39
|
+
}, {}, {
|
|
40
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon/types').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
+
click: (event: Event) => any;
|
|
42
|
+
mousedown: (event: Event) => any;
|
|
43
|
+
mouseup: (event: Event) => any;
|
|
44
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon/types').IconProps> & Readonly<{
|
|
45
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
46
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
47
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
48
|
+
}>, {
|
|
49
|
+
filled: boolean;
|
|
50
|
+
next: boolean;
|
|
51
|
+
icon: string | null;
|
|
52
|
+
clickable: boolean;
|
|
53
|
+
size: import('../Icon/types').IconSize;
|
|
54
|
+
lineHeight: import('../Icon/types').LineHeight | null;
|
|
55
|
+
scheme: import('../../types/scheme-colors').SchemeColor;
|
|
56
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
57
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
64
58
|
export default _default;
|
|
65
59
|
//# sourceMappingURL=FormElement.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormElement/FormElement.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FormElement/FormElement.vue"],"names":[],"mappings":"AAwDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAmL8B,sBAAsB"}
|
|
@@ -10,11 +10,11 @@ declare const _default: import('vue').DefineComponent<IconProps, {}, {}, {}, {},
|
|
|
10
10
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
11
11
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
size: IconSize;
|
|
14
13
|
filled: boolean;
|
|
15
14
|
next: boolean;
|
|
16
15
|
icon: string | null;
|
|
17
16
|
clickable: boolean;
|
|
17
|
+
size: IconSize;
|
|
18
18
|
lineHeight: LineHeight | null;
|
|
19
19
|
scheme: SchemeColor;
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|