@weni/unnnic-system 3.3.0 → 3.3.1-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +18 -119
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +8 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +176 -29
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +38 -32
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +32 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +176 -29
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +83 -14
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +186 -39
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +184 -37
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +20 -14
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +8 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +97 -28
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +83 -14
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +9 -0
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +15 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
- package/dist/components/index.d.ts +2136 -1114
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-db7a2f44.mjs → es-94ab560e.mjs} +1 -1
- package/dist/{index-08caf833.mjs → index-5caf403e.mjs} +8790 -8436
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-88538a51.mjs → pt-br-3002df05.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +126 -120
- package/dist/unnnic.umd.js +42 -41
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/assets/scss/scheme-colors.scss +115 -111
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +60 -108
- package/src/components/Button/types.ts +0 -1
- package/src/components/DataTable/index.vue +25 -10
- package/src/components/FormElement/FormElement.vue +51 -91
- package/src/components/Input/BaseInput.vue +31 -14
- package/src/components/Input/Input.scss +19 -21
- package/src/components/Input/Input.vue +94 -30
- package/src/components/Input/TextInput.vue +82 -58
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +16 -3
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -0
- package/src/components/Radio/Radio.vue +80 -67
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/RadioGroup/RadioGroup.vue +110 -0
- package/src/components/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +245 -0
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/TemplatePreview/TemplatePreview.vue +252 -0
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +51 -0
- package/src/components/TemplatePreview/types.d.ts +16 -0
- package/src/components/TextArea/TextArea.vue +13 -9
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
- package/src/components/Toast/Toast.vue +236 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +18 -4
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +2 -17
- package/src/stories/DataTable.stories.js +60 -0
- package/src/stories/Input.stories.js +22 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/Popover.stories.js +39 -0
- package/src/stories/RadioGroup.stories.js +139 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/TemplatePreview.stories.js +94 -0
- package/src/stories/TemplatePreviewModal.stories.js +110 -0
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +120 -14
- package/src/utils/call.js +46 -18
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
|
@@ -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;
|
|
140
141
|
title: string;
|
|
141
142
|
icon: string;
|
|
142
143
|
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;
|
|
156
157
|
filled: boolean;
|
|
157
158
|
next: boolean;
|
|
158
159
|
icon: string | null;
|
|
159
160
|
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;
|
|
219
220
|
filled: boolean;
|
|
220
221
|
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;
|
|
235
236
|
filled: boolean;
|
|
236
237
|
next: boolean;
|
|
237
238
|
icon: string | null;
|
|
238
239
|
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
|
-
forceOpen: boolean;
|
|
380
379
|
enabled: boolean;
|
|
380
|
+
forceOpen: 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;
|
|
395
396
|
filled: boolean;
|
|
396
397
|
next: boolean;
|
|
397
398
|
icon: string | null;
|
|
398
399
|
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;
|
|
446
447
|
title: string;
|
|
447
448
|
icon: string;
|
|
448
449
|
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;
|
|
461
462
|
filled: boolean;
|
|
462
463
|
next: boolean;
|
|
463
464
|
icon: string | null;
|
|
464
465
|
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;
|
|
512
513
|
title: string;
|
|
513
514
|
icon: string;
|
|
514
515
|
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;
|
|
573
574
|
filled: boolean;
|
|
574
575
|
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;
|
|
589
590
|
filled: boolean;
|
|
590
591
|
next: boolean;
|
|
591
592
|
icon: string | null;
|
|
592
593
|
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;
|
|
625
626
|
title: string;
|
|
626
627
|
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;
|
|
668
669
|
filled: boolean;
|
|
669
670
|
next: boolean;
|
|
670
671
|
icon: string | null;
|
|
671
672
|
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;
|
|
719
720
|
title: string;
|
|
720
721
|
icon: string;
|
|
721
722
|
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;
|
|
734
735
|
filled: boolean;
|
|
735
736
|
next: boolean;
|
|
736
737
|
icon: string | null;
|
|
737
738
|
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;
|
|
803
804
|
title: string;
|
|
804
805
|
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;
|
|
820
821
|
filled: boolean;
|
|
821
822
|
next: boolean;
|
|
822
823
|
icon: string | null;
|
|
823
824
|
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
|
-
|
|
916
|
+
type: string;
|
|
917
917
|
text: string;
|
|
918
|
+
value: number;
|
|
919
|
+
description: string;
|
|
920
|
+
title: string;
|
|
918
921
|
info: string;
|
|
919
922
|
icon: string;
|
|
920
923
|
clickable: boolean;
|
|
921
924
|
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;
|
|
143
144
|
text: string;
|
|
144
145
|
clickable: boolean;
|
|
145
146
|
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;
|
|
160
161
|
filled: boolean;
|
|
161
162
|
next: boolean;
|
|
162
163
|
icon: string | null;
|
|
163
164
|
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;
|
|
235
236
|
filled: boolean;
|
|
236
237
|
next: boolean;
|
|
237
238
|
icon: string | null;
|
|
238
239
|
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
|
-
forceOpen: boolean;
|
|
312
311
|
enabled: boolean;
|
|
312
|
+
forceOpen: 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;
|
|
347
348
|
text: string;
|
|
348
349
|
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;
|
|
360
361
|
filled: boolean;
|
|
361
362
|
next: boolean;
|
|
362
363
|
icon: string | null;
|
|
363
364
|
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;
|
|
441
443
|
text: string;
|
|
442
444
|
clickable: boolean;
|
|
443
445
|
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;
|
|
47
48
|
filled: boolean;
|
|
48
49
|
next: boolean;
|
|
49
50
|
icon: string | null;
|
|
50
51
|
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;
|
|
120
121
|
filled: boolean;
|
|
121
122
|
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;
|
|
136
137
|
filled: boolean;
|
|
137
138
|
next: boolean;
|
|
138
139
|
icon: string | null;
|
|
139
140
|
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
|
-
forceOpen: boolean;
|
|
214
213
|
enabled: boolean;
|
|
214
|
+
forceOpen: 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;
|
|
229
230
|
filled: boolean;
|
|
230
231
|
next: boolean;
|
|
231
232
|
icon: string | null;
|
|
232
233
|
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;
|
|
44
45
|
title: string;
|
|
45
46
|
icon: string;
|
|
46
47
|
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;
|
|
59
60
|
filled: boolean;
|
|
60
61
|
next: boolean;
|
|
61
62
|
icon: string | null;
|
|
62
63
|
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;
|
|
54
55
|
title: string;
|
|
55
56
|
icon: string;
|
|
56
57
|
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;
|
|
70
71
|
filled: boolean;
|
|
71
72
|
next: boolean;
|
|
72
73
|
icon: string | null;
|
|
73
74
|
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;
|
|
133
134
|
filled: boolean;
|
|
134
135
|
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;
|
|
149
150
|
filled: boolean;
|
|
150
151
|
next: boolean;
|
|
151
152
|
icon: string | null;
|
|
152
153
|
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;
|
|
28
29
|
title: string;
|
|
29
30
|
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;
|
|
62
63
|
title: string;
|
|
63
64
|
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;
|
|
79
80
|
filled: boolean;
|
|
80
81
|
next: boolean;
|
|
81
82
|
icon: string | null;
|
|
82
83
|
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
|
-
title: string;
|
|
47
46
|
text: string;
|
|
47
|
+
title: 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
|
-
forceOpen: boolean;
|
|
121
120
|
enabled: boolean;
|
|
121
|
+
forceOpen: 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;
|
|
136
137
|
filled: boolean;
|
|
137
138
|
next: boolean;
|
|
138
139
|
icon: string | null;
|
|
139
140
|
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;
|
|
44
45
|
title: string;
|
|
45
46
|
icon: string;
|
|
46
47
|
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;
|
|
59
60
|
filled: boolean;
|
|
60
61
|
next: boolean;
|
|
61
62
|
icon: string | null;
|
|
62
63
|
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
|
-
forceOpen: boolean;
|
|
137
136
|
enabled: boolean;
|
|
137
|
+
forceOpen: 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;
|
|
152
153
|
filled: boolean;
|
|
153
154
|
next: boolean;
|
|
154
155
|
icon: string | null;
|
|
155
156
|
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
|
-
data: unknown[];
|
|
21
20
|
modelValue: boolean;
|
|
21
|
+
data: unknown[];
|
|
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;
|
|
32
33
|
filled: boolean;
|
|
33
34
|
next: boolean;
|
|
34
35
|
icon: string | null;
|
|
35
36
|
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: (StringConstructor | BooleanConstructor)[];
|
|
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: (StringConstructor | BooleanConstructor)[];
|
|
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;
|
|
102
103
|
filled: boolean;
|
|
103
104
|
next: boolean;
|
|
104
105
|
icon: string | null;
|
|
105
106
|
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;
|
|
166
167
|
filled: boolean;
|
|
167
168
|
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;
|
|
182
183
|
filled: boolean;
|
|
183
184
|
next: boolean;
|
|
184
185
|
icon: string | null;
|
|
185
186
|
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;
|
|
235
236
|
position: string;
|
|
236
237
|
useOpenProp: boolean;
|
|
237
238
|
open: boolean;
|
|
238
|
-
forceOpen: boolean;
|
|
239
239
|
}, {}, {}, {
|
|
240
240
|
onClickOutside: any;
|
|
241
241
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|