@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
|
@@ -137,10 +137,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
137
|
default: null;
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{}>, {
|
|
140
|
-
value: number;
|
|
141
140
|
title: string;
|
|
142
141
|
icon: string;
|
|
143
142
|
scheme: string;
|
|
143
|
+
value: number;
|
|
144
144
|
percent: number;
|
|
145
145
|
invertedPercentage: boolean;
|
|
146
146
|
}, {}, {
|
|
@@ -153,11 +153,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
154
154
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
-
size: import('../Icon.vue').IconSize;
|
|
157
156
|
filled: boolean;
|
|
158
157
|
next: boolean;
|
|
159
158
|
icon: string | null;
|
|
160
159
|
clickable: boolean;
|
|
160
|
+
size: import('../Icon.vue').IconSize;
|
|
161
161
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
162
162
|
scheme: import('../Icon.vue').SchemeColor;
|
|
163
163
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -216,9 +216,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
216
|
default: boolean;
|
|
217
217
|
};
|
|
218
218
|
}>> & Readonly<{}>, {
|
|
219
|
-
size: string;
|
|
220
219
|
filled: boolean;
|
|
221
220
|
icon: string;
|
|
221
|
+
size: string;
|
|
222
222
|
scheme: string;
|
|
223
223
|
enabled: boolean;
|
|
224
224
|
opacity: boolean;
|
|
@@ -232,11 +232,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
232
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
233
233
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
234
234
|
}>, {
|
|
235
|
-
size: import('../Icon.vue').IconSize;
|
|
236
235
|
filled: boolean;
|
|
237
236
|
next: boolean;
|
|
238
237
|
icon: string | null;
|
|
239
238
|
clickable: boolean;
|
|
239
|
+
size: import('../Icon.vue').IconSize;
|
|
240
240
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
241
241
|
scheme: import('../Icon.vue').SchemeColor;
|
|
242
242
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -376,8 +376,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
376
376
|
};
|
|
377
377
|
}>> & Readonly<{}>, {
|
|
378
378
|
text: string;
|
|
379
|
-
enabled: boolean;
|
|
380
379
|
forceOpen: boolean;
|
|
380
|
+
enabled: boolean;
|
|
381
381
|
side: string;
|
|
382
382
|
maxWidth: string;
|
|
383
383
|
shortcutText: string;
|
|
@@ -392,11 +392,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
392
392
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
393
393
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
394
394
|
}>, {
|
|
395
|
-
size: import('../Icon.vue').IconSize;
|
|
396
395
|
filled: boolean;
|
|
397
396
|
next: boolean;
|
|
398
397
|
icon: string | null;
|
|
399
398
|
clickable: boolean;
|
|
399
|
+
size: import('../Icon.vue').IconSize;
|
|
400
400
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
401
401
|
scheme: import('../Icon.vue').SchemeColor;
|
|
402
402
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -443,10 +443,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
443
443
|
default: null;
|
|
444
444
|
};
|
|
445
445
|
}>> & Readonly<{}>, {
|
|
446
|
-
description: string;
|
|
447
446
|
title: string;
|
|
448
447
|
icon: string;
|
|
449
448
|
scheme: string;
|
|
449
|
+
description: string;
|
|
450
450
|
status: string;
|
|
451
451
|
}, {}, {
|
|
452
452
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -458,11 +458,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
458
458
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
459
459
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
460
460
|
}>, {
|
|
461
|
-
size: import('../Icon.vue').IconSize;
|
|
462
461
|
filled: boolean;
|
|
463
462
|
next: boolean;
|
|
464
463
|
icon: string | null;
|
|
465
464
|
clickable: boolean;
|
|
465
|
+
size: import('../Icon.vue').IconSize;
|
|
466
466
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
467
467
|
scheme: import('../Icon.vue').SchemeColor;
|
|
468
468
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -509,10 +509,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
509
509
|
default: null;
|
|
510
510
|
};
|
|
511
511
|
}>> & Readonly<{}>, {
|
|
512
|
-
description: string;
|
|
513
512
|
title: string;
|
|
514
513
|
icon: string;
|
|
515
514
|
scheme: string;
|
|
515
|
+
description: string;
|
|
516
516
|
enabled: boolean;
|
|
517
517
|
}, {}, {
|
|
518
518
|
UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -570,9 +570,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
570
570
|
default: boolean;
|
|
571
571
|
};
|
|
572
572
|
}>> & Readonly<{}>, {
|
|
573
|
-
size: string;
|
|
574
573
|
filled: boolean;
|
|
575
574
|
icon: string;
|
|
575
|
+
size: string;
|
|
576
576
|
scheme: string;
|
|
577
577
|
enabled: boolean;
|
|
578
578
|
opacity: boolean;
|
|
@@ -586,11 +586,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
586
586
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
587
587
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
588
588
|
}>, {
|
|
589
|
-
size: import('../Icon.vue').IconSize;
|
|
590
589
|
filled: boolean;
|
|
591
590
|
next: boolean;
|
|
592
591
|
icon: string | null;
|
|
593
592
|
clickable: boolean;
|
|
593
|
+
size: import('../Icon.vue').IconSize;
|
|
594
594
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
595
595
|
scheme: import('../Icon.vue').SchemeColor;
|
|
596
596
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -622,9 +622,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
622
622
|
default: boolean;
|
|
623
623
|
};
|
|
624
624
|
}>> & Readonly<{}>, {
|
|
625
|
-
description: string;
|
|
626
625
|
title: string;
|
|
627
626
|
clickable: boolean;
|
|
627
|
+
description: string;
|
|
628
628
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
629
629
|
text: {
|
|
630
630
|
type: StringConstructor;
|
|
@@ -665,11 +665,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
665
665
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
666
666
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
667
667
|
}>, {
|
|
668
|
-
size: import('../Icon.vue').IconSize;
|
|
669
668
|
filled: boolean;
|
|
670
669
|
next: boolean;
|
|
671
670
|
icon: string | null;
|
|
672
671
|
clickable: boolean;
|
|
672
|
+
size: import('../Icon.vue').IconSize;
|
|
673
673
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
674
674
|
scheme: import('../Icon.vue').SchemeColor;
|
|
675
675
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -716,10 +716,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
716
716
|
default: boolean;
|
|
717
717
|
};
|
|
718
718
|
}>> & Readonly<{}>, {
|
|
719
|
-
description: string;
|
|
720
719
|
title: string;
|
|
721
720
|
icon: string;
|
|
722
721
|
clickable: boolean;
|
|
722
|
+
description: string;
|
|
723
723
|
enabled: boolean;
|
|
724
724
|
}, {}, {
|
|
725
725
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -731,11 +731,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
731
731
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
732
732
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
733
733
|
}>, {
|
|
734
|
-
size: import('../Icon.vue').IconSize;
|
|
735
734
|
filled: boolean;
|
|
736
735
|
next: boolean;
|
|
737
736
|
icon: string | null;
|
|
738
737
|
clickable: boolean;
|
|
738
|
+
size: import('../Icon.vue').IconSize;
|
|
739
739
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
740
740
|
scheme: import('../Icon.vue').SchemeColor;
|
|
741
741
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -800,9 +800,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
800
800
|
default: null;
|
|
801
801
|
};
|
|
802
802
|
}>> & Readonly<{}>, {
|
|
803
|
-
description: string;
|
|
804
803
|
title: string;
|
|
805
804
|
clickable: boolean;
|
|
805
|
+
description: string;
|
|
806
806
|
comments: string;
|
|
807
807
|
iconSrc: string;
|
|
808
808
|
rating: number;
|
|
@@ -817,11 +817,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
817
817
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
818
818
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
819
819
|
}>, {
|
|
820
|
-
size: import('../Icon.vue').IconSize;
|
|
821
820
|
filled: boolean;
|
|
822
821
|
next: boolean;
|
|
823
822
|
icon: string | null;
|
|
824
823
|
clickable: boolean;
|
|
824
|
+
size: import('../Icon.vue').IconSize;
|
|
825
825
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
826
826
|
scheme: import('../Icon.vue').SchemeColor;
|
|
827
827
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -913,15 +913,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
913
913
|
default: () => void;
|
|
914
914
|
};
|
|
915
915
|
}>> & Readonly<{}>, {
|
|
916
|
-
type: string;
|
|
917
|
-
text: string;
|
|
918
|
-
value: number;
|
|
919
|
-
description: string;
|
|
920
916
|
title: string;
|
|
917
|
+
text: string;
|
|
921
918
|
info: string;
|
|
922
919
|
icon: string;
|
|
923
920
|
clickable: boolean;
|
|
924
921
|
scheme: string;
|
|
922
|
+
type: string;
|
|
923
|
+
value: number;
|
|
924
|
+
description: string;
|
|
925
925
|
enabled: boolean;
|
|
926
926
|
percent: number;
|
|
927
927
|
invertedPercentage: boolean;
|
|
@@ -140,10 +140,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
140
140
|
default: null;
|
|
141
141
|
};
|
|
142
142
|
}>> & Readonly<{}>, {
|
|
143
|
-
disabled: boolean;
|
|
144
143
|
text: string;
|
|
145
144
|
clickable: boolean;
|
|
146
145
|
scheme: string;
|
|
146
|
+
disabled: boolean;
|
|
147
147
|
hasCloseIcon: boolean;
|
|
148
148
|
leftIcon: string;
|
|
149
149
|
rightIcon: string;
|
|
@@ -157,11 +157,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
158
158
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
-
size: import('../Icon.vue').IconSize;
|
|
161
160
|
filled: boolean;
|
|
162
161
|
next: boolean;
|
|
163
162
|
icon: string | null;
|
|
164
163
|
clickable: boolean;
|
|
164
|
+
size: import('../Icon.vue').IconSize;
|
|
165
165
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
166
166
|
scheme: import('../Icon.vue').SchemeColor;
|
|
167
167
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -232,11 +232,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
232
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
233
233
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
234
234
|
}>, {
|
|
235
|
-
size: import('../Icon.vue').IconSize;
|
|
236
235
|
filled: boolean;
|
|
237
236
|
next: boolean;
|
|
238
237
|
icon: string | null;
|
|
239
238
|
clickable: boolean;
|
|
239
|
+
size: import('../Icon.vue').IconSize;
|
|
240
240
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
241
241
|
scheme: import('../Icon.vue').SchemeColor;
|
|
242
242
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -308,8 +308,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
308
308
|
};
|
|
309
309
|
}>> & Readonly<{}>, {
|
|
310
310
|
text: string;
|
|
311
|
-
enabled: boolean;
|
|
312
311
|
forceOpen: boolean;
|
|
312
|
+
enabled: boolean;
|
|
313
313
|
side: string;
|
|
314
314
|
maxWidth: string;
|
|
315
315
|
shortcutText: string;
|
|
@@ -344,9 +344,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
344
344
|
default: boolean;
|
|
345
345
|
};
|
|
346
346
|
}>> & Readonly<{}>, {
|
|
347
|
-
disabled: boolean;
|
|
348
347
|
text: string;
|
|
349
348
|
clickable: boolean;
|
|
349
|
+
disabled: boolean;
|
|
350
350
|
}, {}, {
|
|
351
351
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
352
352
|
click: (event: Event) => any;
|
|
@@ -357,11 +357,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
357
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
358
358
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
359
359
|
}>, {
|
|
360
|
-
size: import('../Icon.vue').IconSize;
|
|
361
360
|
filled: boolean;
|
|
362
361
|
next: boolean;
|
|
363
362
|
icon: string | null;
|
|
364
363
|
clickable: boolean;
|
|
364
|
+
size: import('../Icon.vue').IconSize;
|
|
365
365
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
366
366
|
scheme: import('../Icon.vue').SchemeColor;
|
|
367
367
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -438,11 +438,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
438
438
|
default: string;
|
|
439
439
|
};
|
|
440
440
|
}>> & Readonly<{}>, {
|
|
441
|
-
type: string;
|
|
442
|
-
disabled: boolean;
|
|
443
441
|
text: string;
|
|
444
442
|
clickable: boolean;
|
|
445
443
|
scheme: string;
|
|
444
|
+
type: string;
|
|
445
|
+
disabled: boolean;
|
|
446
446
|
hasCloseIcon: boolean;
|
|
447
447
|
leftIcon: string;
|
|
448
448
|
rightIcon: string;
|
|
@@ -44,11 +44,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
44
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
45
45
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
46
46
|
}>, {
|
|
47
|
-
size: import('../Icon.vue').IconSize;
|
|
48
47
|
filled: boolean;
|
|
49
48
|
next: boolean;
|
|
50
49
|
icon: string | null;
|
|
51
50
|
clickable: boolean;
|
|
51
|
+
size: import('../Icon.vue').IconSize;
|
|
52
52
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
53
53
|
scheme: import('../Icon.vue').SchemeColor;
|
|
54
54
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -117,9 +117,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
default: boolean;
|
|
118
118
|
};
|
|
119
119
|
}>> & Readonly<{}>, {
|
|
120
|
-
size: string;
|
|
121
120
|
filled: boolean;
|
|
122
121
|
icon: string;
|
|
122
|
+
size: string;
|
|
123
123
|
scheme: string;
|
|
124
124
|
enabled: boolean;
|
|
125
125
|
opacity: boolean;
|
|
@@ -133,11 +133,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
134
134
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
135
135
|
}>, {
|
|
136
|
-
size: import('../Icon.vue').IconSize;
|
|
137
136
|
filled: boolean;
|
|
138
137
|
next: boolean;
|
|
139
138
|
icon: string | null;
|
|
140
139
|
clickable: boolean;
|
|
140
|
+
size: import('../Icon.vue').IconSize;
|
|
141
141
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
142
142
|
scheme: import('../Icon.vue').SchemeColor;
|
|
143
143
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -210,8 +210,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
210
|
};
|
|
211
211
|
}>> & Readonly<{}>, {
|
|
212
212
|
text: string;
|
|
213
|
-
enabled: boolean;
|
|
214
213
|
forceOpen: boolean;
|
|
214
|
+
enabled: boolean;
|
|
215
215
|
side: string;
|
|
216
216
|
maxWidth: string;
|
|
217
217
|
shortcutText: string;
|
|
@@ -226,11 +226,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
226
226
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
227
227
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
228
228
|
}>, {
|
|
229
|
-
size: import('../Icon.vue').IconSize;
|
|
230
229
|
filled: boolean;
|
|
231
230
|
next: boolean;
|
|
232
231
|
icon: string | null;
|
|
233
232
|
clickable: boolean;
|
|
233
|
+
size: import('../Icon.vue').IconSize;
|
|
234
234
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
235
235
|
scheme: import('../Icon.vue').SchemeColor;
|
|
236
236
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -41,10 +41,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
description: string;
|
|
45
44
|
title: string;
|
|
46
45
|
icon: string;
|
|
47
46
|
clickable: boolean;
|
|
47
|
+
description: string;
|
|
48
48
|
enabled: boolean;
|
|
49
49
|
}, {}, {
|
|
50
50
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -56,11 +56,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
57
57
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
|
-
size: import('../Icon.vue').IconSize;
|
|
60
59
|
filled: boolean;
|
|
61
60
|
next: boolean;
|
|
62
61
|
icon: string | null;
|
|
63
62
|
clickable: boolean;
|
|
63
|
+
size: import('../Icon.vue').IconSize;
|
|
64
64
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
65
65
|
scheme: import('../Icon.vue').SchemeColor;
|
|
66
66
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -51,10 +51,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
default: null;
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, {
|
|
54
|
-
value: number;
|
|
55
54
|
title: string;
|
|
56
55
|
icon: string;
|
|
57
56
|
scheme: string;
|
|
57
|
+
value: number;
|
|
58
58
|
percent: number;
|
|
59
59
|
invertedPercentage: boolean;
|
|
60
60
|
}, {}, {
|
|
@@ -67,11 +67,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
68
68
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
|
-
size: import('../Icon.vue').IconSize;
|
|
71
70
|
filled: boolean;
|
|
72
71
|
next: boolean;
|
|
73
72
|
icon: string | null;
|
|
74
73
|
clickable: boolean;
|
|
74
|
+
size: import('../Icon.vue').IconSize;
|
|
75
75
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
76
76
|
scheme: import('../Icon.vue').SchemeColor;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -130,9 +130,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
130
|
default: boolean;
|
|
131
131
|
};
|
|
132
132
|
}>> & Readonly<{}>, {
|
|
133
|
-
size: string;
|
|
134
133
|
filled: boolean;
|
|
135
134
|
icon: string;
|
|
135
|
+
size: string;
|
|
136
136
|
scheme: string;
|
|
137
137
|
enabled: boolean;
|
|
138
138
|
opacity: boolean;
|
|
@@ -146,11 +146,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
146
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
147
147
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
148
148
|
}>, {
|
|
149
|
-
size: import('../Icon.vue').IconSize;
|
|
150
149
|
filled: boolean;
|
|
151
150
|
next: boolean;
|
|
152
151
|
icon: string | null;
|
|
153
152
|
clickable: boolean;
|
|
153
|
+
size: import('../Icon.vue').IconSize;
|
|
154
154
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
155
155
|
scheme: import('../Icon.vue').SchemeColor;
|
|
156
156
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -25,9 +25,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{}>, {
|
|
28
|
-
description: string;
|
|
29
28
|
title: string;
|
|
30
29
|
clickable: boolean;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
export default _default;
|
|
33
33
|
//# sourceMappingURL=DefaultCard.vue.d.ts.map
|
|
@@ -59,9 +59,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
59
59
|
default: null;
|
|
60
60
|
};
|
|
61
61
|
}>> & Readonly<{}>, {
|
|
62
|
-
description: string;
|
|
63
62
|
title: string;
|
|
64
63
|
clickable: boolean;
|
|
64
|
+
description: string;
|
|
65
65
|
comments: string;
|
|
66
66
|
iconSrc: string;
|
|
67
67
|
rating: number;
|
|
@@ -76,11 +76,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
77
77
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
|
-
size: import('../Icon.vue').IconSize;
|
|
80
79
|
filled: boolean;
|
|
81
80
|
next: boolean;
|
|
82
81
|
icon: string | null;
|
|
83
82
|
clickable: boolean;
|
|
83
|
+
size: import('../Icon.vue').IconSize;
|
|
84
84
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
85
85
|
scheme: import('../Icon.vue').SchemeColor;
|
|
86
86
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -43,8 +43,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
}>> & Readonly<{
|
|
44
44
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
|
-
text: string;
|
|
47
46
|
title: string;
|
|
47
|
+
text: string;
|
|
48
48
|
clickable: boolean;
|
|
49
49
|
titleSize: string;
|
|
50
50
|
titleTooltip: string;
|
|
@@ -117,8 +117,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
};
|
|
118
118
|
}>> & Readonly<{}>, {
|
|
119
119
|
text: string;
|
|
120
|
-
enabled: boolean;
|
|
121
120
|
forceOpen: boolean;
|
|
121
|
+
enabled: boolean;
|
|
122
122
|
side: string;
|
|
123
123
|
maxWidth: string;
|
|
124
124
|
shortcutText: string;
|
|
@@ -133,11 +133,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
134
134
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
135
135
|
}>, {
|
|
136
|
-
size: import('../Icon.vue').IconSize;
|
|
137
136
|
filled: boolean;
|
|
138
137
|
next: boolean;
|
|
139
138
|
icon: string | null;
|
|
140
139
|
clickable: boolean;
|
|
140
|
+
size: import('../Icon.vue').IconSize;
|
|
141
141
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
142
142
|
scheme: import('../Icon.vue').SchemeColor;
|
|
143
143
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -41,10 +41,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
41
|
default: null;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
description: string;
|
|
45
44
|
title: string;
|
|
46
45
|
icon: string;
|
|
47
46
|
scheme: string;
|
|
47
|
+
description: string;
|
|
48
48
|
status: string;
|
|
49
49
|
}, {}, {
|
|
50
50
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -56,11 +56,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
57
57
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
|
-
size: import('../Icon.vue').IconSize;
|
|
60
59
|
filled: boolean;
|
|
61
60
|
next: boolean;
|
|
62
61
|
icon: string | null;
|
|
63
62
|
clickable: boolean;
|
|
63
|
+
size: import('../Icon.vue').IconSize;
|
|
64
64
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
65
65
|
scheme: import('../Icon.vue').SchemeColor;
|
|
66
66
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -133,8 +133,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
};
|
|
134
134
|
}>> & Readonly<{}>, {
|
|
135
135
|
text: string;
|
|
136
|
-
enabled: boolean;
|
|
137
136
|
forceOpen: boolean;
|
|
137
|
+
enabled: boolean;
|
|
138
138
|
side: string;
|
|
139
139
|
maxWidth: string;
|
|
140
140
|
shortcutText: string;
|
|
@@ -149,11 +149,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
149
149
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
150
150
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
151
151
|
}>, {
|
|
152
|
-
size: import('../Icon.vue').IconSize;
|
|
153
152
|
filled: boolean;
|
|
154
153
|
next: boolean;
|
|
155
154
|
icon: string | null;
|
|
156
155
|
clickable: boolean;
|
|
156
|
+
size: import('../Icon.vue').IconSize;
|
|
157
157
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
158
158
|
scheme: import('../Icon.vue').SchemeColor;
|
|
159
159
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -17,8 +17,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
default(): never[];
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{}>, {
|
|
20
|
-
modelValue: boolean;
|
|
21
20
|
data: unknown[];
|
|
21
|
+
modelValue: boolean;
|
|
22
22
|
}, {}, {
|
|
23
23
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
24
|
click: (event: Event) => any;
|
|
@@ -29,17 +29,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
29
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
30
30
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
|
-
size: import('../Icon.vue').IconSize;
|
|
33
32
|
filled: boolean;
|
|
34
33
|
next: boolean;
|
|
35
34
|
icon: string | null;
|
|
36
35
|
clickable: boolean;
|
|
36
|
+
size: import('../Icon.vue').IconSize;
|
|
37
37
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
38
38
|
scheme: import('../Icon.vue').SchemeColor;
|
|
39
39
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
40
40
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
41
41
|
modelValue: {
|
|
42
|
-
type: (
|
|
42
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
43
43
|
default: boolean;
|
|
44
44
|
validator(value: unknown): boolean;
|
|
45
45
|
};
|
|
@@ -64,7 +64,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
click(): void;
|
|
65
65
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
66
66
|
modelValue: {
|
|
67
|
-
type: (
|
|
67
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
68
68
|
default: boolean;
|
|
69
69
|
validator(value: unknown): boolean;
|
|
70
70
|
};
|
|
@@ -99,11 +99,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
100
100
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
101
101
|
}>, {
|
|
102
|
-
size: import('../Icon.vue').IconSize;
|
|
103
102
|
filled: boolean;
|
|
104
103
|
next: boolean;
|
|
105
104
|
icon: string | null;
|
|
106
105
|
clickable: boolean;
|
|
106
|
+
size: import('../Icon.vue').IconSize;
|
|
107
107
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
108
108
|
scheme: import('../Icon.vue').SchemeColor;
|
|
109
109
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -163,9 +163,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
163
|
default: boolean;
|
|
164
164
|
};
|
|
165
165
|
}>> & Readonly<{}>, {
|
|
166
|
-
size: string;
|
|
167
166
|
filled: boolean;
|
|
168
167
|
icon: string;
|
|
168
|
+
size: string;
|
|
169
169
|
scheme: string;
|
|
170
170
|
enabled: boolean;
|
|
171
171
|
opacity: boolean;
|
|
@@ -179,11 +179,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
179
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
180
180
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
181
181
|
}>, {
|
|
182
|
-
size: import('../Icon.vue').IconSize;
|
|
183
182
|
filled: boolean;
|
|
184
183
|
next: boolean;
|
|
185
184
|
icon: string | null;
|
|
186
185
|
clickable: boolean;
|
|
186
|
+
size: import('../Icon.vue').IconSize;
|
|
187
187
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
188
188
|
scheme: import('../Icon.vue').SchemeColor;
|
|
189
189
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -232,10 +232,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
232
|
}>> & Readonly<{
|
|
233
233
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
234
234
|
}>, {
|
|
235
|
-
forceOpen: boolean;
|
|
236
235
|
position: string;
|
|
237
236
|
useOpenProp: boolean;
|
|
238
237
|
open: boolean;
|
|
238
|
+
forceOpen: boolean;
|
|
239
239
|
}, {}, {}, {
|
|
240
240
|
onClickOutside: any;
|
|
241
241
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|