@weni/unnnic-system 3.3.0 → 3.3.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +18 -119
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +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/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/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 +8 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +176 -29
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- 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 +38 -32
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +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 +32 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +176 -29
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +83 -14
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +186 -39
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +184 -37
- 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 +20 -14
- 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 +8 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +97 -28
- 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 +83 -14
- 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 +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +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/TemplatePreview/TemplatePreview.vue.d.ts +9 -0
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +15 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +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 +2136 -1114
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-db7a2f44.mjs → es-94ab560e.mjs} +1 -1
- package/dist/{index-08caf833.mjs → index-5caf403e.mjs} +8790 -8436
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-88538a51.mjs → pt-br-3002df05.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +126 -120
- package/dist/unnnic.umd.js +42 -41
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/icons/radio-checked.svg +3 -0
- 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/assets/scss/scheme-colors.scss +115 -111
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +60 -108
- package/src/components/Button/types.ts +0 -1
- package/src/components/DataTable/index.vue +25 -10
- package/src/components/FormElement/FormElement.vue +51 -91
- package/src/components/Input/BaseInput.vue +31 -14
- package/src/components/Input/Input.scss +19 -21
- package/src/components/Input/Input.vue +94 -30
- package/src/components/Input/TextInput.vue +82 -58
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +16 -3
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -0
- package/src/components/Radio/Radio.vue +80 -67
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/RadioGroup/RadioGroup.vue +110 -0
- package/src/components/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +245 -0
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/TemplatePreview/TemplatePreview.vue +252 -0
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +51 -0
- package/src/components/TemplatePreview/types.d.ts +16 -0
- package/src/components/TextArea/TextArea.vue +13 -9
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
- package/src/components/Toast/Toast.vue +236 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +18 -4
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +2 -17
- package/src/stories/DataTable.stories.js +60 -0
- package/src/stories/Input.stories.js +22 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/Popover.stories.js +39 -0
- package/src/stories/RadioGroup.stories.js +139 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/TemplatePreview.stories.js +94 -0
- package/src/stories/TemplatePreviewModal.stories.js +110 -0
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +120 -14
- package/src/utils/call.js +46 -18
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
|
@@ -72,7 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
showCalendarFilter: boolean;
|
|
73
73
|
overwrittenValue: string;
|
|
74
74
|
}, {
|
|
75
|
-
filterText():
|
|
75
|
+
filterText(): string;
|
|
76
76
|
initialStartDate(): string | null;
|
|
77
77
|
initialEndDate(): string | null;
|
|
78
78
|
}, {
|
|
@@ -153,9 +153,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
onSelectDate?: ((...args: any[]) => any) | undefined;
|
|
154
154
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
-
next: boolean;
|
|
157
156
|
size: string;
|
|
158
157
|
type: string;
|
|
158
|
+
next: boolean;
|
|
159
159
|
minDate: string;
|
|
160
160
|
maxDate: string;
|
|
161
161
|
months: unknown[];
|
|
@@ -190,19 +190,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
};
|
|
191
191
|
message: {
|
|
192
192
|
type: StringConstructor;
|
|
193
|
-
default:
|
|
193
|
+
default: string;
|
|
194
|
+
};
|
|
195
|
+
errors: {
|
|
196
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
197
|
+
default: string;
|
|
194
198
|
};
|
|
195
199
|
label: {
|
|
196
200
|
type: StringConstructor;
|
|
197
|
-
default:
|
|
201
|
+
default: string;
|
|
198
202
|
};
|
|
199
203
|
iconLeft: {
|
|
200
204
|
type: StringConstructor;
|
|
201
|
-
default:
|
|
205
|
+
default: string;
|
|
202
206
|
};
|
|
203
207
|
iconRight: {
|
|
204
208
|
type: StringConstructor;
|
|
205
|
-
default:
|
|
209
|
+
default: string;
|
|
206
210
|
};
|
|
207
211
|
allowTogglePassword: {
|
|
208
212
|
type: BooleanConstructor;
|
|
@@ -210,11 +214,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
214
|
};
|
|
211
215
|
iconLeftClickable: {
|
|
212
216
|
type: BooleanConstructor;
|
|
213
|
-
default:
|
|
217
|
+
default: boolean;
|
|
214
218
|
};
|
|
215
219
|
iconRightClickable: {
|
|
216
220
|
type: BooleanConstructor;
|
|
217
|
-
default:
|
|
221
|
+
default: boolean;
|
|
218
222
|
};
|
|
219
223
|
hasCloudyColor: {
|
|
220
224
|
type: BooleanConstructor;
|
|
@@ -228,13 +232,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
232
|
type: (StringConstructor | ArrayConstructor)[];
|
|
229
233
|
default: string;
|
|
230
234
|
};
|
|
235
|
+
tooltip: {
|
|
236
|
+
type: StringConstructor;
|
|
237
|
+
default: string;
|
|
238
|
+
};
|
|
239
|
+
maxlength: {
|
|
240
|
+
type: (NumberConstructor | null)[];
|
|
241
|
+
default: null;
|
|
242
|
+
};
|
|
243
|
+
showMaxlengthCounter: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
disabled: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
readonly: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
forceActiveStatus: {
|
|
256
|
+
type: BooleanConstructor;
|
|
257
|
+
default: boolean;
|
|
258
|
+
};
|
|
259
|
+
showClear: {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
231
263
|
}>, {}, {
|
|
232
264
|
val: string;
|
|
233
265
|
}, {
|
|
234
266
|
hasLabelSlot(): boolean;
|
|
235
267
|
}, {
|
|
236
268
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
237
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
269
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "clear")[], "update:modelValue" | "clear", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
238
270
|
placeholder: {
|
|
239
271
|
type: StringConstructor;
|
|
240
272
|
default: string;
|
|
@@ -254,19 +286,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
286
|
};
|
|
255
287
|
message: {
|
|
256
288
|
type: StringConstructor;
|
|
257
|
-
default:
|
|
289
|
+
default: string;
|
|
290
|
+
};
|
|
291
|
+
errors: {
|
|
292
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
293
|
+
default: string;
|
|
258
294
|
};
|
|
259
295
|
label: {
|
|
260
296
|
type: StringConstructor;
|
|
261
|
-
default:
|
|
297
|
+
default: string;
|
|
262
298
|
};
|
|
263
299
|
iconLeft: {
|
|
264
300
|
type: StringConstructor;
|
|
265
|
-
default:
|
|
301
|
+
default: string;
|
|
266
302
|
};
|
|
267
303
|
iconRight: {
|
|
268
304
|
type: StringConstructor;
|
|
269
|
-
default:
|
|
305
|
+
default: string;
|
|
270
306
|
};
|
|
271
307
|
allowTogglePassword: {
|
|
272
308
|
type: BooleanConstructor;
|
|
@@ -274,11 +310,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
274
310
|
};
|
|
275
311
|
iconLeftClickable: {
|
|
276
312
|
type: BooleanConstructor;
|
|
277
|
-
default:
|
|
313
|
+
default: boolean;
|
|
278
314
|
};
|
|
279
315
|
iconRightClickable: {
|
|
280
316
|
type: BooleanConstructor;
|
|
281
|
-
default:
|
|
317
|
+
default: boolean;
|
|
282
318
|
};
|
|
283
319
|
hasCloudyColor: {
|
|
284
320
|
type: BooleanConstructor;
|
|
@@ -292,16 +328,49 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
292
328
|
type: (StringConstructor | ArrayConstructor)[];
|
|
293
329
|
default: string;
|
|
294
330
|
};
|
|
331
|
+
tooltip: {
|
|
332
|
+
type: StringConstructor;
|
|
333
|
+
default: string;
|
|
334
|
+
};
|
|
335
|
+
maxlength: {
|
|
336
|
+
type: (NumberConstructor | null)[];
|
|
337
|
+
default: null;
|
|
338
|
+
};
|
|
339
|
+
showMaxlengthCounter: {
|
|
340
|
+
type: BooleanConstructor;
|
|
341
|
+
default: boolean;
|
|
342
|
+
};
|
|
343
|
+
disabled: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
};
|
|
347
|
+
readonly: {
|
|
348
|
+
type: BooleanConstructor;
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
351
|
+
forceActiveStatus: {
|
|
352
|
+
type: BooleanConstructor;
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
355
|
+
showClear: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
295
359
|
}>> & Readonly<{
|
|
296
360
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
361
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
297
362
|
}>, {
|
|
298
|
-
label: string;
|
|
299
|
-
mask: string | unknown[];
|
|
300
363
|
size: string;
|
|
301
364
|
type: string;
|
|
365
|
+
label: string;
|
|
302
366
|
message: string;
|
|
367
|
+
disabled: boolean;
|
|
368
|
+
mask: string | unknown[];
|
|
303
369
|
modelValue: string;
|
|
304
370
|
nativeType: string;
|
|
371
|
+
maxlength: number | null;
|
|
372
|
+
readonly: boolean;
|
|
373
|
+
forceActiveStatus: boolean;
|
|
305
374
|
placeholder: string;
|
|
306
375
|
iconLeft: string;
|
|
307
376
|
iconRight: string;
|
|
@@ -309,6 +378,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
309
378
|
iconRightClickable: boolean;
|
|
310
379
|
allowTogglePassword: boolean;
|
|
311
380
|
hasCloudyColor: boolean;
|
|
381
|
+
showClear: boolean;
|
|
382
|
+
tooltip: string;
|
|
383
|
+
errors: string | unknown[];
|
|
384
|
+
showMaxlengthCounter: boolean;
|
|
312
385
|
}, {}, {
|
|
313
386
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
314
387
|
placeholder: {
|
|
@@ -344,10 +417,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
344
417
|
type: BooleanConstructor;
|
|
345
418
|
default: null;
|
|
346
419
|
};
|
|
347
|
-
iconRightSize: {
|
|
348
|
-
type: StringConstructor;
|
|
349
|
-
default: string;
|
|
350
|
-
};
|
|
351
420
|
allowTogglePassword: {
|
|
352
421
|
type: BooleanConstructor;
|
|
353
422
|
default: null;
|
|
@@ -360,21 +429,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
360
429
|
type: StringConstructor;
|
|
361
430
|
default: string;
|
|
362
431
|
};
|
|
432
|
+
maxlength: {
|
|
433
|
+
type: NumberConstructor;
|
|
434
|
+
default: null;
|
|
435
|
+
};
|
|
436
|
+
disabled: {
|
|
437
|
+
type: BooleanConstructor;
|
|
438
|
+
default: boolean;
|
|
439
|
+
};
|
|
440
|
+
readonly: {
|
|
441
|
+
type: BooleanConstructor;
|
|
442
|
+
default: boolean;
|
|
443
|
+
};
|
|
444
|
+
forceActiveStatus: {
|
|
445
|
+
type: BooleanConstructor;
|
|
446
|
+
default: boolean;
|
|
447
|
+
};
|
|
448
|
+
showClear: {
|
|
449
|
+
type: BooleanConstructor;
|
|
450
|
+
default: boolean;
|
|
451
|
+
};
|
|
363
452
|
}>, {}, {
|
|
364
453
|
isFocused: boolean;
|
|
365
454
|
showPassword: boolean;
|
|
366
455
|
}, {
|
|
367
|
-
isDisabled():
|
|
456
|
+
isDisabled(): {};
|
|
368
457
|
iconRightSvg(): string;
|
|
369
|
-
iconScheme(): "
|
|
458
|
+
iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
|
|
370
459
|
attributes(): any;
|
|
371
460
|
}, {
|
|
372
461
|
focus(): void;
|
|
373
462
|
onFocus(): void;
|
|
374
463
|
onBlur(): void;
|
|
375
464
|
onIconLeftClick(): void;
|
|
465
|
+
onClearClick(): void;
|
|
376
466
|
onIconRightClick(): void;
|
|
377
|
-
}, 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<{
|
|
467
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
378
468
|
placeholder: {
|
|
379
469
|
type: StringConstructor;
|
|
380
470
|
default: null;
|
|
@@ -408,10 +498,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
408
498
|
type: BooleanConstructor;
|
|
409
499
|
default: null;
|
|
410
500
|
};
|
|
411
|
-
iconRightSize: {
|
|
412
|
-
type: StringConstructor;
|
|
413
|
-
default: string;
|
|
414
|
-
};
|
|
415
501
|
allowTogglePassword: {
|
|
416
502
|
type: BooleanConstructor;
|
|
417
503
|
default: null;
|
|
@@ -424,22 +510,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
510
|
type: StringConstructor;
|
|
425
511
|
default: string;
|
|
426
512
|
};
|
|
513
|
+
maxlength: {
|
|
514
|
+
type: NumberConstructor;
|
|
515
|
+
default: null;
|
|
516
|
+
};
|
|
517
|
+
disabled: {
|
|
518
|
+
type: BooleanConstructor;
|
|
519
|
+
default: boolean;
|
|
520
|
+
};
|
|
521
|
+
readonly: {
|
|
522
|
+
type: BooleanConstructor;
|
|
523
|
+
default: boolean;
|
|
524
|
+
};
|
|
525
|
+
forceActiveStatus: {
|
|
526
|
+
type: BooleanConstructor;
|
|
527
|
+
default: boolean;
|
|
528
|
+
};
|
|
529
|
+
showClear: {
|
|
530
|
+
type: BooleanConstructor;
|
|
531
|
+
default: boolean;
|
|
532
|
+
};
|
|
427
533
|
}>> & Readonly<{
|
|
534
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
428
535
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
429
536
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
430
537
|
}>, {
|
|
431
538
|
size: string;
|
|
432
539
|
type: string;
|
|
540
|
+
disabled: boolean;
|
|
433
541
|
modelValue: string;
|
|
434
542
|
nativeType: string;
|
|
543
|
+
maxlength: number;
|
|
544
|
+
readonly: boolean;
|
|
545
|
+
forceActiveStatus: boolean;
|
|
435
546
|
placeholder: string;
|
|
436
547
|
iconLeft: string;
|
|
437
548
|
iconRight: string;
|
|
438
549
|
iconLeftClickable: boolean;
|
|
439
550
|
iconRightClickable: boolean;
|
|
440
|
-
iconRightSize: string;
|
|
441
551
|
allowTogglePassword: boolean;
|
|
442
552
|
hasCloudyColor: boolean;
|
|
553
|
+
showClear: boolean;
|
|
443
554
|
}, {}, {
|
|
444
555
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
445
556
|
type: {
|
|
@@ -465,11 +576,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
465
576
|
};
|
|
466
577
|
hasIconLeft: BooleanConstructor;
|
|
467
578
|
hasIconRight: BooleanConstructor;
|
|
579
|
+
hasClearIcon: BooleanConstructor;
|
|
580
|
+
maxlength: {
|
|
581
|
+
type: NumberConstructor;
|
|
582
|
+
default: null;
|
|
583
|
+
};
|
|
584
|
+
readonly: {
|
|
585
|
+
type: BooleanConstructor;
|
|
586
|
+
default: boolean;
|
|
587
|
+
};
|
|
588
|
+
forceActiveStatus: {
|
|
589
|
+
type: BooleanConstructor;
|
|
590
|
+
default: boolean;
|
|
591
|
+
};
|
|
468
592
|
}>, {}, {}, {
|
|
469
593
|
attributes(): any;
|
|
470
594
|
classes(): (string | {
|
|
471
595
|
'input--has-icon-left': boolean;
|
|
472
596
|
'input--has-icon-right': boolean;
|
|
597
|
+
'input--has-clear-icon': boolean;
|
|
473
598
|
})[];
|
|
474
599
|
}, {
|
|
475
600
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -497,16 +622,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
497
622
|
};
|
|
498
623
|
hasIconLeft: BooleanConstructor;
|
|
499
624
|
hasIconRight: BooleanConstructor;
|
|
625
|
+
hasClearIcon: BooleanConstructor;
|
|
626
|
+
maxlength: {
|
|
627
|
+
type: NumberConstructor;
|
|
628
|
+
default: null;
|
|
629
|
+
};
|
|
630
|
+
readonly: {
|
|
631
|
+
type: BooleanConstructor;
|
|
632
|
+
default: boolean;
|
|
633
|
+
};
|
|
634
|
+
forceActiveStatus: {
|
|
635
|
+
type: BooleanConstructor;
|
|
636
|
+
default: boolean;
|
|
637
|
+
};
|
|
500
638
|
}>> & Readonly<{
|
|
501
639
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
502
640
|
}>, {
|
|
503
|
-
mask: string | unknown[];
|
|
504
641
|
size: string;
|
|
505
642
|
type: string;
|
|
643
|
+
mask: string | unknown[];
|
|
506
644
|
hasIconLeft: boolean;
|
|
507
645
|
hasIconRight: boolean;
|
|
646
|
+
hasClearIcon: boolean;
|
|
508
647
|
modelValue: string;
|
|
509
648
|
nativeType: string;
|
|
649
|
+
maxlength: number;
|
|
650
|
+
readonly: boolean;
|
|
651
|
+
forceActiveStatus: boolean;
|
|
510
652
|
}, {}, {}, {
|
|
511
653
|
mask: any;
|
|
512
654
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -519,15 +661,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
519
661
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
520
662
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
521
663
|
}>, {
|
|
664
|
+
size: import('../Icon.vue').IconSize;
|
|
522
665
|
filled: boolean;
|
|
523
666
|
next: boolean;
|
|
524
667
|
icon: string | null;
|
|
525
668
|
clickable: boolean;
|
|
526
|
-
size: import('../Icon.vue').IconSize;
|
|
527
669
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
528
670
|
scheme: import('../Icon.vue').SchemeColor;
|
|
529
671
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
530
672
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
673
|
+
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<{}>, {
|
|
674
|
+
label: string;
|
|
675
|
+
tooltip: string;
|
|
676
|
+
useHtmlTooltip: boolean;
|
|
677
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
531
678
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
532
679
|
UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
533
680
|
initialStartDate: {
|
|
@@ -606,8 +753,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
606
753
|
}, {
|
|
607
754
|
openMonths(): string[];
|
|
608
755
|
value(): {
|
|
609
|
-
startDate:
|
|
610
|
-
endDate:
|
|
756
|
+
startDate: string;
|
|
757
|
+
endDate: string;
|
|
611
758
|
};
|
|
612
759
|
i18nLocale(): string;
|
|
613
760
|
monthsLocale(): any;
|
|
@@ -740,11 +887,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
740
887
|
}, {}, {
|
|
741
888
|
UnnnicButton: {
|
|
742
889
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
743
|
-
text: string;
|
|
744
|
-
next: boolean;
|
|
745
890
|
size: import('../Button/types').ButtonSize;
|
|
746
891
|
type: import('../Button/types').ButtonType;
|
|
747
892
|
disabled: boolean;
|
|
893
|
+
text: string;
|
|
894
|
+
next: boolean;
|
|
748
895
|
iconLeft: string;
|
|
749
896
|
iconRight: string;
|
|
750
897
|
float: boolean;
|
|
@@ -759,11 +906,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
759
906
|
M: {};
|
|
760
907
|
Defaults: {};
|
|
761
908
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
762
|
-
text: string;
|
|
763
|
-
next: boolean;
|
|
764
909
|
size: import('../Button/types').ButtonSize;
|
|
765
910
|
type: import('../Button/types').ButtonType;
|
|
766
911
|
disabled: boolean;
|
|
912
|
+
text: string;
|
|
913
|
+
next: boolean;
|
|
767
914
|
iconLeft: string;
|
|
768
915
|
iconRight: string;
|
|
769
916
|
float: boolean;
|
|
@@ -775,11 +922,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
775
922
|
__isTeleport?: never;
|
|
776
923
|
__isSuspense?: never;
|
|
777
924
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
778
|
-
text: string;
|
|
779
|
-
next: boolean;
|
|
780
925
|
size: import('../Button/types').ButtonSize;
|
|
781
926
|
type: import('../Button/types').ButtonType;
|
|
782
927
|
disabled: boolean;
|
|
928
|
+
text: string;
|
|
929
|
+
next: boolean;
|
|
783
930
|
iconLeft: string;
|
|
784
931
|
iconRight: string;
|
|
785
932
|
float: boolean;
|
|
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
placeholder: StringConstructor;
|
|
27
27
|
message: StringConstructor;
|
|
28
28
|
error: {
|
|
29
|
-
type: (
|
|
29
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
30
30
|
};
|
|
31
31
|
readonly: {
|
|
32
32
|
type: BooleanConstructor;
|
|
@@ -69,7 +69,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
placeholder: StringConstructor;
|
|
70
70
|
message: StringConstructor;
|
|
71
71
|
error: {
|
|
72
|
-
type: (
|
|
72
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
73
73
|
};
|
|
74
74
|
readonly: {
|
|
75
75
|
type: BooleanConstructor;
|
|
@@ -80,8 +80,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
type: string;
|
|
81
81
|
disabled: boolean;
|
|
82
82
|
nativeType: string;
|
|
83
|
-
allowTogglePassword: boolean;
|
|
84
83
|
readonly: boolean;
|
|
84
|
+
allowTogglePassword: boolean;
|
|
85
85
|
}, {}, {
|
|
86
86
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
87
87
|
click: (event: Event) => any;
|
|
@@ -92,11 +92,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
93
93
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
|
+
size: import('../Icon.vue').IconSize;
|
|
95
96
|
filled: boolean;
|
|
96
97
|
next: boolean;
|
|
97
98
|
icon: string | null;
|
|
98
99
|
clickable: boolean;
|
|
99
|
-
size: import('../Icon.vue').IconSize;
|
|
100
100
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
101
101
|
scheme: import('../Icon.vue').SchemeColor;
|
|
102
102
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}>, {}, {}, {}, {
|
|
8
|
-
fullySanitize: typeof fullySanitize;
|
|
9
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
label: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: null;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {
|
|
1
|
+
export interface LabelProps {
|
|
2
|
+
label?: string;
|
|
3
|
+
tooltip?: string;
|
|
4
|
+
useHtmlTooltip?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import('vue').DefineComponent<LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LabelProps> & Readonly<{}>, {
|
|
15
7
|
label: string;
|
|
16
|
-
|
|
8
|
+
tooltip: string;
|
|
9
|
+
useHtmlTooltip: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
17
11
|
export default _default;
|
|
18
12
|
//# sourceMappingURL=Label.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"AAiBA;AA4EA,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;;WAHS,MAAM;aACJ,MAAM;oBACC,OAAO;;AA8F1B,wBAQG"}
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
text: string;
|
|
79
|
-
scheme: string;
|
|
80
79
|
description: string;
|
|
80
|
+
scheme: string;
|
|
81
81
|
modalIcon: string;
|
|
82
82
|
closeIcon: boolean;
|
|
83
83
|
alertMessage: string;
|
|
@@ -93,11 +93,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
94
94
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
95
95
|
}>, {
|
|
96
|
+
size: import('../Icon.vue').IconSize;
|
|
96
97
|
filled: boolean;
|
|
97
98
|
next: boolean;
|
|
98
99
|
icon: string | null;
|
|
99
100
|
clickable: boolean;
|
|
100
|
-
size: import('../Icon.vue').IconSize;
|
|
101
101
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
102
102
|
scheme: import('../Icon.vue').SchemeColor;
|
|
103
103
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
}>, {
|
|
150
|
-
title: string;
|
|
151
|
-
icon: string;
|
|
152
150
|
size: string;
|
|
153
151
|
type: string;
|
|
152
|
+
title: string;
|
|
153
|
+
icon: string;
|
|
154
154
|
iconScheme: string;
|
|
155
155
|
persistent: boolean;
|
|
156
156
|
showCloseIcon: boolean;
|
|
@@ -168,21 +168,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
168
168
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
169
169
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
|
+
size: import('../Icon.vue').IconSize;
|
|
171
172
|
filled: boolean;
|
|
172
173
|
next: boolean;
|
|
173
174
|
icon: string | null;
|
|
174
175
|
clickable: boolean;
|
|
175
|
-
size: import('../Icon.vue').IconSize;
|
|
176
176
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
177
177
|
scheme: import('../Icon.vue').SchemeColor;
|
|
178
178
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
179
179
|
UnnnicButton: {
|
|
180
180
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
181
|
-
text: string;
|
|
182
|
-
next: boolean;
|
|
183
181
|
size: import('../Button/types').ButtonSize;
|
|
184
182
|
type: import('../Button/types').ButtonType;
|
|
185
183
|
disabled: boolean;
|
|
184
|
+
text: string;
|
|
185
|
+
next: boolean;
|
|
186
186
|
iconLeft: string;
|
|
187
187
|
iconRight: string;
|
|
188
188
|
float: boolean;
|
|
@@ -197,11 +197,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
197
|
M: {};
|
|
198
198
|
Defaults: {};
|
|
199
199
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
200
|
-
text: string;
|
|
201
|
-
next: boolean;
|
|
202
200
|
size: import('../Button/types').ButtonSize;
|
|
203
201
|
type: import('../Button/types').ButtonType;
|
|
204
202
|
disabled: boolean;
|
|
203
|
+
text: string;
|
|
204
|
+
next: boolean;
|
|
205
205
|
iconLeft: string;
|
|
206
206
|
iconRight: string;
|
|
207
207
|
float: boolean;
|
|
@@ -213,11 +213,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
213
213
|
__isTeleport?: never;
|
|
214
214
|
__isSuspense?: never;
|
|
215
215
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
216
|
-
text: string;
|
|
217
|
-
next: boolean;
|
|
218
216
|
size: import('../Button/types').ButtonSize;
|
|
219
217
|
type: import('../Button/types').ButtonType;
|
|
220
218
|
disabled: boolean;
|
|
219
|
+
text: string;
|
|
220
|
+
next: boolean;
|
|
221
221
|
iconLeft: string;
|
|
222
222
|
iconRight: string;
|
|
223
223
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAmGA;"}
|