@weni/unnnic-system 3.3.1-alpha.3 → 3.3.1
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 +1 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +119 -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 +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 +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 +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 +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/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 -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 +39 -186
- 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 +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +37 -184
- 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 +14 -20
- 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 +6 -8
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +28 -97
- 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 +14 -83
- 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 +2 -13
- 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/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 +1110 -2132
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-94ab560e.mjs → es-54ddaf5a.mjs} +1 -1
- package/dist/{index-5caf403e.mjs → index-a34da30f.mjs} +8094 -8447
- 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-3002df05.mjs → pt-br-ff00f945.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +120 -126
- package/dist/unnnic.umd.js +41 -42
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +111 -115
- package/src/assets/tokens/colors.json +2 -2
- 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__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -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 +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/FormElement/FormElement.vue +91 -51
- 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/ModalDialog/ModalDialog.vue +0 -1
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.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/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 +4 -18
- 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/Input.stories.js +3 -22
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +14 -120
- package/src/utils/call.js +18 -46
- 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/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/src/assets/icons/radio-checked.svg +0 -3
- 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/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 -110
- 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/TemplatePreview/TemplatePreview.vue +0 -252
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/components/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/Popover.stories.js +0 -39
- package/src/stories/RadioGroup.stories.js +0 -139
- package/src/stories/Select.stories.js +0 -158
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -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(): any;
|
|
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;
|
|
156
157
|
size: string;
|
|
157
158
|
type: string;
|
|
158
|
-
next: boolean;
|
|
159
159
|
minDate: string;
|
|
160
160
|
maxDate: string;
|
|
161
161
|
months: unknown[];
|
|
@@ -190,23 +190,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
};
|
|
191
191
|
message: {
|
|
192
192
|
type: StringConstructor;
|
|
193
|
-
default:
|
|
194
|
-
};
|
|
195
|
-
errors: {
|
|
196
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
197
|
-
default: string;
|
|
193
|
+
default: null;
|
|
198
194
|
};
|
|
199
195
|
label: {
|
|
200
196
|
type: StringConstructor;
|
|
201
|
-
default:
|
|
197
|
+
default: null;
|
|
202
198
|
};
|
|
203
199
|
iconLeft: {
|
|
204
200
|
type: StringConstructor;
|
|
205
|
-
default:
|
|
201
|
+
default: null;
|
|
206
202
|
};
|
|
207
203
|
iconRight: {
|
|
208
204
|
type: StringConstructor;
|
|
209
|
-
default:
|
|
205
|
+
default: null;
|
|
210
206
|
};
|
|
211
207
|
allowTogglePassword: {
|
|
212
208
|
type: BooleanConstructor;
|
|
@@ -214,11 +210,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
210
|
};
|
|
215
211
|
iconLeftClickable: {
|
|
216
212
|
type: BooleanConstructor;
|
|
217
|
-
default:
|
|
213
|
+
default: null;
|
|
218
214
|
};
|
|
219
215
|
iconRightClickable: {
|
|
220
216
|
type: BooleanConstructor;
|
|
221
|
-
default:
|
|
217
|
+
default: null;
|
|
222
218
|
};
|
|
223
219
|
hasCloudyColor: {
|
|
224
220
|
type: BooleanConstructor;
|
|
@@ -232,41 +228,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
228
|
type: (StringConstructor | ArrayConstructor)[];
|
|
233
229
|
default: string;
|
|
234
230
|
};
|
|
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
|
-
};
|
|
263
231
|
}>, {}, {
|
|
264
232
|
val: string;
|
|
265
233
|
}, {
|
|
266
234
|
hasLabelSlot(): boolean;
|
|
267
235
|
}, {
|
|
268
236
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
269
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
237
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
270
238
|
placeholder: {
|
|
271
239
|
type: StringConstructor;
|
|
272
240
|
default: string;
|
|
@@ -286,23 +254,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
254
|
};
|
|
287
255
|
message: {
|
|
288
256
|
type: StringConstructor;
|
|
289
|
-
default:
|
|
290
|
-
};
|
|
291
|
-
errors: {
|
|
292
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
293
|
-
default: string;
|
|
257
|
+
default: null;
|
|
294
258
|
};
|
|
295
259
|
label: {
|
|
296
260
|
type: StringConstructor;
|
|
297
|
-
default:
|
|
261
|
+
default: null;
|
|
298
262
|
};
|
|
299
263
|
iconLeft: {
|
|
300
264
|
type: StringConstructor;
|
|
301
|
-
default:
|
|
265
|
+
default: null;
|
|
302
266
|
};
|
|
303
267
|
iconRight: {
|
|
304
268
|
type: StringConstructor;
|
|
305
|
-
default:
|
|
269
|
+
default: null;
|
|
306
270
|
};
|
|
307
271
|
allowTogglePassword: {
|
|
308
272
|
type: BooleanConstructor;
|
|
@@ -310,11 +274,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
274
|
};
|
|
311
275
|
iconLeftClickable: {
|
|
312
276
|
type: BooleanConstructor;
|
|
313
|
-
default:
|
|
277
|
+
default: null;
|
|
314
278
|
};
|
|
315
279
|
iconRightClickable: {
|
|
316
280
|
type: BooleanConstructor;
|
|
317
|
-
default:
|
|
281
|
+
default: null;
|
|
318
282
|
};
|
|
319
283
|
hasCloudyColor: {
|
|
320
284
|
type: BooleanConstructor;
|
|
@@ -328,49 +292,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
328
292
|
type: (StringConstructor | ArrayConstructor)[];
|
|
329
293
|
default: string;
|
|
330
294
|
};
|
|
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
|
-
};
|
|
359
295
|
}>> & Readonly<{
|
|
360
296
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
361
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
362
297
|
}>, {
|
|
298
|
+
label: string;
|
|
299
|
+
mask: string | unknown[];
|
|
363
300
|
size: string;
|
|
364
301
|
type: string;
|
|
365
|
-
label: string;
|
|
366
302
|
message: string;
|
|
367
|
-
disabled: boolean;
|
|
368
|
-
mask: string | unknown[];
|
|
369
303
|
modelValue: string;
|
|
370
304
|
nativeType: string;
|
|
371
|
-
maxlength: number | null;
|
|
372
|
-
readonly: boolean;
|
|
373
|
-
forceActiveStatus: boolean;
|
|
374
305
|
placeholder: string;
|
|
375
306
|
iconLeft: string;
|
|
376
307
|
iconRight: string;
|
|
@@ -378,10 +309,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
378
309
|
iconRightClickable: boolean;
|
|
379
310
|
allowTogglePassword: boolean;
|
|
380
311
|
hasCloudyColor: boolean;
|
|
381
|
-
showClear: boolean;
|
|
382
|
-
tooltip: string;
|
|
383
|
-
errors: string | unknown[];
|
|
384
|
-
showMaxlengthCounter: boolean;
|
|
385
312
|
}, {}, {
|
|
386
313
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
387
314
|
placeholder: {
|
|
@@ -417,6 +344,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
417
344
|
type: BooleanConstructor;
|
|
418
345
|
default: null;
|
|
419
346
|
};
|
|
347
|
+
iconRightSize: {
|
|
348
|
+
type: StringConstructor;
|
|
349
|
+
default: string;
|
|
350
|
+
};
|
|
420
351
|
allowTogglePassword: {
|
|
421
352
|
type: BooleanConstructor;
|
|
422
353
|
default: null;
|
|
@@ -429,42 +360,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
429
360
|
type: StringConstructor;
|
|
430
361
|
default: string;
|
|
431
362
|
};
|
|
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
|
-
};
|
|
452
363
|
}>, {}, {
|
|
453
364
|
isFocused: boolean;
|
|
454
365
|
showPassword: boolean;
|
|
455
366
|
}, {
|
|
456
|
-
isDisabled():
|
|
367
|
+
isDisabled(): unknown;
|
|
457
368
|
iconRightSvg(): string;
|
|
458
|
-
iconScheme(): "
|
|
369
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
459
370
|
attributes(): any;
|
|
460
371
|
}, {
|
|
461
372
|
focus(): void;
|
|
462
373
|
onFocus(): void;
|
|
463
374
|
onBlur(): void;
|
|
464
375
|
onIconLeftClick(): void;
|
|
465
|
-
onClearClick(): void;
|
|
466
376
|
onIconRightClick(): void;
|
|
467
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
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<{
|
|
468
378
|
placeholder: {
|
|
469
379
|
type: StringConstructor;
|
|
470
380
|
default: null;
|
|
@@ -498,6 +408,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
498
408
|
type: BooleanConstructor;
|
|
499
409
|
default: null;
|
|
500
410
|
};
|
|
411
|
+
iconRightSize: {
|
|
412
|
+
type: StringConstructor;
|
|
413
|
+
default: string;
|
|
414
|
+
};
|
|
501
415
|
allowTogglePassword: {
|
|
502
416
|
type: BooleanConstructor;
|
|
503
417
|
default: null;
|
|
@@ -510,47 +424,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
510
424
|
type: StringConstructor;
|
|
511
425
|
default: string;
|
|
512
426
|
};
|
|
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
|
-
};
|
|
533
427
|
}>> & Readonly<{
|
|
534
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
535
428
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
536
429
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
537
430
|
}>, {
|
|
538
431
|
size: string;
|
|
539
432
|
type: string;
|
|
540
|
-
disabled: boolean;
|
|
541
433
|
modelValue: string;
|
|
542
434
|
nativeType: string;
|
|
543
|
-
maxlength: number;
|
|
544
|
-
readonly: boolean;
|
|
545
|
-
forceActiveStatus: boolean;
|
|
546
435
|
placeholder: string;
|
|
547
436
|
iconLeft: string;
|
|
548
437
|
iconRight: string;
|
|
549
438
|
iconLeftClickable: boolean;
|
|
550
439
|
iconRightClickable: boolean;
|
|
440
|
+
iconRightSize: string;
|
|
551
441
|
allowTogglePassword: boolean;
|
|
552
442
|
hasCloudyColor: boolean;
|
|
553
|
-
showClear: boolean;
|
|
554
443
|
}, {}, {
|
|
555
444
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
556
445
|
type: {
|
|
@@ -576,25 +465,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
576
465
|
};
|
|
577
466
|
hasIconLeft: BooleanConstructor;
|
|
578
467
|
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
|
-
};
|
|
592
468
|
}>, {}, {}, {
|
|
593
469
|
attributes(): any;
|
|
594
470
|
classes(): (string | {
|
|
595
471
|
'input--has-icon-left': boolean;
|
|
596
472
|
'input--has-icon-right': boolean;
|
|
597
|
-
'input--has-clear-icon': boolean;
|
|
598
473
|
})[];
|
|
599
474
|
}, {
|
|
600
475
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -622,33 +497,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
622
497
|
};
|
|
623
498
|
hasIconLeft: BooleanConstructor;
|
|
624
499
|
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
|
-
};
|
|
638
500
|
}>> & Readonly<{
|
|
639
501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
640
502
|
}>, {
|
|
503
|
+
mask: string | unknown[];
|
|
641
504
|
size: string;
|
|
642
505
|
type: string;
|
|
643
|
-
mask: string | unknown[];
|
|
644
506
|
hasIconLeft: boolean;
|
|
645
507
|
hasIconRight: boolean;
|
|
646
|
-
hasClearIcon: boolean;
|
|
647
508
|
modelValue: string;
|
|
648
509
|
nativeType: string;
|
|
649
|
-
maxlength: number;
|
|
650
|
-
readonly: boolean;
|
|
651
|
-
forceActiveStatus: boolean;
|
|
652
510
|
}, {}, {}, {
|
|
653
511
|
mask: any;
|
|
654
512
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -661,20 +519,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
661
519
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
662
520
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
663
521
|
}>, {
|
|
664
|
-
size: import('../Icon.vue').IconSize;
|
|
665
522
|
filled: boolean;
|
|
666
523
|
next: boolean;
|
|
667
524
|
icon: string | null;
|
|
668
525
|
clickable: boolean;
|
|
526
|
+
size: import('../Icon.vue').IconSize;
|
|
669
527
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
670
528
|
scheme: import('../Icon.vue').SchemeColor;
|
|
671
529
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
672
530
|
}, {}, 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>;
|
|
678
531
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
679
532
|
UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
680
533
|
initialStartDate: {
|
|
@@ -753,8 +606,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
753
606
|
}, {
|
|
754
607
|
openMonths(): string[];
|
|
755
608
|
value(): {
|
|
756
|
-
startDate:
|
|
757
|
-
endDate:
|
|
609
|
+
startDate: any;
|
|
610
|
+
endDate: any;
|
|
758
611
|
};
|
|
759
612
|
i18nLocale(): string;
|
|
760
613
|
monthsLocale(): any;
|
|
@@ -887,11 +740,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
887
740
|
}, {}, {
|
|
888
741
|
UnnnicButton: {
|
|
889
742
|
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;
|
|
890
745
|
size: import('../Button/types').ButtonSize;
|
|
891
746
|
type: import('../Button/types').ButtonType;
|
|
892
747
|
disabled: boolean;
|
|
893
|
-
text: string;
|
|
894
|
-
next: boolean;
|
|
895
748
|
iconLeft: string;
|
|
896
749
|
iconRight: string;
|
|
897
750
|
float: boolean;
|
|
@@ -906,11 +759,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
906
759
|
M: {};
|
|
907
760
|
Defaults: {};
|
|
908
761
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
762
|
+
text: string;
|
|
763
|
+
next: boolean;
|
|
909
764
|
size: import('../Button/types').ButtonSize;
|
|
910
765
|
type: import('../Button/types').ButtonType;
|
|
911
766
|
disabled: boolean;
|
|
912
|
-
text: string;
|
|
913
|
-
next: boolean;
|
|
914
767
|
iconLeft: string;
|
|
915
768
|
iconRight: string;
|
|
916
769
|
float: boolean;
|
|
@@ -922,11 +775,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
922
775
|
__isTeleport?: never;
|
|
923
776
|
__isSuspense?: never;
|
|
924
777
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
778
|
+
text: string;
|
|
779
|
+
next: boolean;
|
|
925
780
|
size: import('../Button/types').ButtonSize;
|
|
926
781
|
type: import('../Button/types').ButtonType;
|
|
927
782
|
disabled: boolean;
|
|
928
|
-
text: string;
|
|
929
|
-
next: boolean;
|
|
930
783
|
iconLeft: string;
|
|
931
784
|
iconRight: string;
|
|
932
785
|
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: (BooleanConstructor | StringConstructor)[];
|
|
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: (BooleanConstructor | StringConstructor)[];
|
|
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
|
-
readonly: boolean;
|
|
84
83
|
allowTogglePassword: boolean;
|
|
84
|
+
readonly: 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;
|
|
96
95
|
filled: boolean;
|
|
97
96
|
next: boolean;
|
|
98
97
|
icon: string | null;
|
|
99
98
|
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,12 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { fullySanitize } from '../../utils/sanitize';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
label: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: null;
|
|
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<{}>, {
|
|
7
15
|
label: string;
|
|
8
|
-
|
|
9
|
-
useHtmlTooltip: boolean;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
17
|
export default _default;
|
|
12
18
|
//# 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":"AAGA;;;;;;;;;;;;;;;;;8BAoC8B,sBAAsB"}
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
text: string;
|
|
79
|
-
description: string;
|
|
80
79
|
scheme: string;
|
|
80
|
+
description: 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;
|
|
97
96
|
filled: boolean;
|
|
98
97
|
next: boolean;
|
|
99
98
|
icon: string | null;
|
|
100
99
|
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
|
-
size: string;
|
|
151
|
-
type: string;
|
|
152
150
|
title: string;
|
|
153
151
|
icon: string;
|
|
152
|
+
size: string;
|
|
153
|
+
type: 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;
|
|
172
171
|
filled: boolean;
|
|
173
172
|
next: boolean;
|
|
174
173
|
icon: string | null;
|
|
175
174
|
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;
|
|
181
183
|
size: import('../Button/types').ButtonSize;
|
|
182
184
|
type: import('../Button/types').ButtonType;
|
|
183
185
|
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;
|
|
200
202
|
size: import('../Button/types').ButtonSize;
|
|
201
203
|
type: import('../Button/types').ButtonType;
|
|
202
204
|
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;
|
|
216
218
|
size: import('../Button/types').ButtonSize;
|
|
217
219
|
type: import('../Button/types').ButtonType;
|
|
218
220
|
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":"AAkGA;"}
|