@weni/unnnic-system 3.4.1-alpha.2 → 3.5.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 +6 -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 +33 -24
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +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 +40 -31
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +28 -19
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +29 -176
- package/dist/components/DatePicker/DatePicker.vue.d.ts +6 -6
- 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 +36 -183
- 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/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 +53 -113
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +29 -20
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +14 -83
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +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 +25 -24
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +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 +1242 -2570
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-eca523be.mjs → es-df2d978e.mjs} +1 -1
- package/dist/{index-c84d6c3d.mjs → index-0a11875e.mjs} +11921 -18138
- 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-dd7ba97f.mjs → pt-br-01d866ab.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +162 -172
- package/dist/unnnic.umd.js +51 -53
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +1 -2
- package/src/assets/scss/scheme-colors.scss +238 -115
- 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/Checkbox/Checkbox.vue +65 -88
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- 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/Radio/Radio.vue +67 -80
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/Switch/Switch.vue +99 -91
- package/src/components/Switch/__tests__/Switch.spec.js +74 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -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/TemplatePreview/TemplatePreview.vue +2 -2
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +1 -1
- 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 +8 -30
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +17 -2
- package/src/stories/Checkbox.stories.js +10 -9
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Switch.stories.js +5 -4
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/dist/components/ui/popover/Popover.vue.d.ts +0 -23
- package/dist/components/ui/popover/Popover.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +0 -43
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +0 -19
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/index.d.ts +0 -5
- package/dist/components/ui/popover/index.d.ts.map +0 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/radio-checked.svg +0 -3
- package/src/assets/icons/switch-checked-disabled.svg +0 -3
- package/src/assets/icons/switch-checked.svg +0 -3
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- package/src/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/RadioGroup/RadioGroup.vue +0 -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/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/components/ui/popover/Popover.vue +0 -15
- package/src/components/ui/popover/PopoverContent.vue +0 -98
- package/src/components/ui/popover/PopoverTrigger.vue +0 -12
- package/src/components/ui/popover/index.ts +0 -4
- package/src/stories/CheckboxGroup.stories.js +0 -104
- package/src/stories/Popover.stories.js +0 -306
- package/src/stories/RadioGroup.stories.js +0 -139
- package/src/stories/Select.stories.js +0 -158
- 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>;
|