@weni/unnnic-system 3.2.5-alpha.1 → 3.2.6
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 +47 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +5 -5
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -2
- 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 +16 -7
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +11 -2
- 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/Chip/Chip.vue.d.ts +8 -0
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -0
- package/dist/components/Chip/types.d.ts +9 -0
- package/dist/components/Chip/types.d.ts.map +1 -0
- 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 +27 -182
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Disclaimer/types.d.ts +1 -1
- package/dist/components/Disclaimer/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/DropArea/DropArea.vue.d.ts +0 -2
- package/dist/components/DropArea/DropArea.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +9 -0
- 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/types.d.ts +2 -1
- package/dist/components/Icon/types.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +3 -2
- package/dist/components/Icon.vue.d.ts.map +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 -10
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -182
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -31
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -192
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +10 -10
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +34 -189
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -20
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- 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 +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +28 -45
- 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 +13 -31
- 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 -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/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 -13
- package/dist/components/index.d.ts +899 -2193
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-dc7f4ae0.mjs → es-abc8e9a2.mjs} +1 -1
- package/dist/{index-93c6d4e1.mjs → index-22520f9b.mjs} +7776 -7910
- package/dist/{pt-br-6c72f1f4.mjs → pt-br-a1f8d5de.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +116 -118
- package/dist/unnnic.umd.js +41 -42
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +132 -0
- package/src/assets/scss/unnnic.scss +2 -0
- package/src/components/Button/Button.vue +109 -58
- package/src/components/Button/types.ts +1 -0
- package/src/components/Card/Card.vue +12 -21
- package/src/components/Chip/Chip.vue +124 -0
- package/src/components/Chip/__tests__/Chip.spec.js +164 -0
- package/src/components/Chip/types.ts +8 -0
- package/src/components/Disclaimer/types.ts +1 -1
- package/src/components/DropArea/DropArea.vue +2 -26
- package/src/components/Dropdown/Dropdown.vue +6 -0
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +57 -0
- package/src/components/FormElement/FormElement.vue +90 -50
- package/src/components/Icon/types.ts +4 -95
- package/src/components/Icon.vue +3 -98
- package/src/components/Input/BaseInput.vue +12 -10
- package/src/components/Input/Input.scss +20 -17
- package/src/components/Input/Input.vue +28 -86
- package/src/components/Input/TextInput.vue +35 -27
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +29 -27
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/SelectSmart/SelectSmart.vue +3 -1
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +45 -0
- 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 -14
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +7 -12
- package/src/stories/Button.stories.js +10 -1
- package/src/stories/Chip.stories.js +173 -0
- package/src/stories/Input.stories.js +3 -17
- package/src/types/scheme-colors.d.ts +102 -0
- 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/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/TemplatePreview/TemplatePreview.vue +0 -249
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
|
@@ -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>;
|
|
@@ -197,6 +197,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
197
|
type: BooleanConstructor;
|
|
198
198
|
default: boolean;
|
|
199
199
|
};
|
|
200
|
+
forceOpen: {
|
|
201
|
+
type: BooleanConstructor;
|
|
202
|
+
default: boolean;
|
|
203
|
+
};
|
|
200
204
|
position: {
|
|
201
205
|
type: StringConstructor;
|
|
202
206
|
default: string;
|
|
@@ -216,6 +220,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
220
|
type: BooleanConstructor;
|
|
217
221
|
default: boolean;
|
|
218
222
|
};
|
|
223
|
+
forceOpen: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
219
227
|
position: {
|
|
220
228
|
type: StringConstructor;
|
|
221
229
|
default: string;
|
|
@@ -227,6 +235,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
227
235
|
position: string;
|
|
228
236
|
useOpenProp: boolean;
|
|
229
237
|
open: boolean;
|
|
238
|
+
forceOpen: boolean;
|
|
230
239
|
}, {}, {}, {
|
|
231
240
|
onClickOutside: any;
|
|
232
241
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -174,9 +174,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
174
|
default: boolean;
|
|
175
175
|
};
|
|
176
176
|
}>> & Readonly<{}>, {
|
|
177
|
-
size: string;
|
|
178
177
|
filled: boolean;
|
|
179
178
|
icon: string;
|
|
179
|
+
size: string;
|
|
180
180
|
scheme: string;
|
|
181
181
|
enabled: boolean;
|
|
182
182
|
opacity: boolean;
|
|
@@ -190,11 +190,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
191
191
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
192
192
|
}>, {
|
|
193
|
-
size: import('../Icon.vue').IconSize;
|
|
194
193
|
filled: boolean;
|
|
195
194
|
next: boolean;
|
|
196
195
|
icon: string | null;
|
|
197
196
|
clickable: boolean;
|
|
197
|
+
size: import('../Icon.vue').IconSize;
|
|
198
198
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
199
199
|
scheme: import('../Icon.vue').SchemeColor;
|
|
200
200
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -267,8 +267,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
267
267
|
};
|
|
268
268
|
}>> & Readonly<{}>, {
|
|
269
269
|
text: string;
|
|
270
|
-
enabled: boolean;
|
|
271
270
|
forceOpen: boolean;
|
|
271
|
+
enabled: boolean;
|
|
272
272
|
side: string;
|
|
273
273
|
maxWidth: string;
|
|
274
274
|
shortcutText: string;
|
|
@@ -283,11 +283,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
283
283
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
284
284
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
285
285
|
}>, {
|
|
286
|
-
size: import('../Icon.vue').IconSize;
|
|
287
286
|
filled: boolean;
|
|
288
287
|
next: boolean;
|
|
289
288
|
icon: string | null;
|
|
290
289
|
clickable: boolean;
|
|
290
|
+
size: import('../Icon.vue').IconSize;
|
|
291
291
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
292
292
|
scheme: import('../Icon.vue').SchemeColor;
|
|
293
293
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
onChangeProjectStatus?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
86
|
name: string;
|
|
87
|
-
description: string;
|
|
88
87
|
clickable: boolean;
|
|
88
|
+
description: string;
|
|
89
89
|
canUpdateStatus: boolean;
|
|
90
90
|
}, {}, {
|
|
91
91
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -97,11 +97,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
98
98
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
99
99
|
}>, {
|
|
100
|
-
size: import('../Icon.vue').IconSize;
|
|
101
100
|
filled: boolean;
|
|
102
101
|
next: boolean;
|
|
103
102
|
icon: string | null;
|
|
104
103
|
clickable: boolean;
|
|
104
|
+
size: import('../Icon.vue').IconSize;
|
|
105
105
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
106
106
|
scheme: import('../Icon.vue').SchemeColor;
|
|
107
107
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -114,6 +114,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
type: BooleanConstructor;
|
|
115
115
|
default: boolean;
|
|
116
116
|
};
|
|
117
|
+
forceOpen: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
117
121
|
position: {
|
|
118
122
|
type: StringConstructor;
|
|
119
123
|
default: string;
|
|
@@ -133,6 +137,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
137
|
type: BooleanConstructor;
|
|
134
138
|
default: boolean;
|
|
135
139
|
};
|
|
140
|
+
forceOpen: {
|
|
141
|
+
type: BooleanConstructor;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
136
144
|
position: {
|
|
137
145
|
type: StringConstructor;
|
|
138
146
|
default: string;
|
|
@@ -144,6 +152,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
152
|
position: string;
|
|
145
153
|
useOpenProp: boolean;
|
|
146
154
|
open: boolean;
|
|
155
|
+
forceOpen: boolean;
|
|
147
156
|
}, {}, {}, {
|
|
148
157
|
onClickOutside: any;
|
|
149
158
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -169,10 +169,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
169
|
default: null;
|
|
170
170
|
};
|
|
171
171
|
}>> & Readonly<{}>, {
|
|
172
|
-
disabled: boolean;
|
|
173
172
|
text: string;
|
|
174
173
|
clickable: boolean;
|
|
175
174
|
scheme: string;
|
|
175
|
+
disabled: boolean;
|
|
176
176
|
hasCloseIcon: boolean;
|
|
177
177
|
leftIcon: string;
|
|
178
178
|
rightIcon: string;
|
|
@@ -186,11 +186,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
186
186
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
187
187
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
188
188
|
}>, {
|
|
189
|
-
size: import('../Icon.vue').IconSize;
|
|
190
189
|
filled: boolean;
|
|
191
190
|
next: boolean;
|
|
192
191
|
icon: string | null;
|
|
193
192
|
clickable: boolean;
|
|
193
|
+
size: import('../Icon.vue').IconSize;
|
|
194
194
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
195
195
|
scheme: import('../Icon.vue').SchemeColor;
|
|
196
196
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -261,11 +261,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
261
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
262
262
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
263
263
|
}>, {
|
|
264
|
-
size: import('../Icon.vue').IconSize;
|
|
265
264
|
filled: boolean;
|
|
266
265
|
next: boolean;
|
|
267
266
|
icon: string | null;
|
|
268
267
|
clickable: boolean;
|
|
268
|
+
size: import('../Icon.vue').IconSize;
|
|
269
269
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
270
270
|
scheme: import('../Icon.vue').SchemeColor;
|
|
271
271
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -337,8 +337,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
337
337
|
};
|
|
338
338
|
}>> & Readonly<{}>, {
|
|
339
339
|
text: string;
|
|
340
|
-
enabled: boolean;
|
|
341
340
|
forceOpen: boolean;
|
|
341
|
+
enabled: boolean;
|
|
342
342
|
side: string;
|
|
343
343
|
maxWidth: string;
|
|
344
344
|
shortcutText: string;
|
|
@@ -373,9 +373,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
373
373
|
default: boolean;
|
|
374
374
|
};
|
|
375
375
|
}>> & Readonly<{}>, {
|
|
376
|
-
disabled: boolean;
|
|
377
376
|
text: string;
|
|
378
377
|
clickable: boolean;
|
|
378
|
+
disabled: boolean;
|
|
379
379
|
}, {}, {
|
|
380
380
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
381
381
|
click: (event: Event) => any;
|
|
@@ -386,11 +386,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
386
386
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
387
387
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
388
388
|
}>, {
|
|
389
|
-
size: import('../Icon.vue').IconSize;
|
|
390
389
|
filled: boolean;
|
|
391
390
|
next: boolean;
|
|
392
391
|
icon: string | null;
|
|
393
392
|
clickable: boolean;
|
|
393
|
+
size: import('../Icon.vue').IconSize;
|
|
394
394
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
395
395
|
scheme: import('../Icon.vue').SchemeColor;
|
|
396
396
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -467,11 +467,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
467
467
|
default: string;
|
|
468
468
|
};
|
|
469
469
|
}>> & Readonly<{}>, {
|
|
470
|
-
type: string;
|
|
471
|
-
disabled: boolean;
|
|
472
470
|
text: string;
|
|
473
471
|
clickable: boolean;
|
|
474
472
|
scheme: string;
|
|
473
|
+
type: string;
|
|
474
|
+
disabled: boolean;
|
|
475
475
|
hasCloseIcon: boolean;
|
|
476
476
|
leftIcon: string;
|
|
477
477
|
rightIcon: string;
|
|
@@ -489,11 +489,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
489
489
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
490
490
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
491
491
|
}>, {
|
|
492
|
-
size: import('../Icon.vue').IconSize;
|
|
493
492
|
filled: boolean;
|
|
494
493
|
next: boolean;
|
|
495
494
|
icon: string | null;
|
|
496
495
|
clickable: boolean;
|
|
496
|
+
size: import('../Icon.vue').IconSize;
|
|
497
497
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
498
498
|
scheme: import('../Icon.vue').SchemeColor;
|
|
499
499
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -525,11 +525,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
525
525
|
default: boolean;
|
|
526
526
|
};
|
|
527
527
|
}>> & Readonly<{}>, {
|
|
528
|
-
type: string;
|
|
529
|
-
modelValue: unknown[];
|
|
530
528
|
name: string;
|
|
531
529
|
icon: string;
|
|
532
530
|
clickable: boolean;
|
|
531
|
+
type: string;
|
|
532
|
+
modelValue: unknown[];
|
|
533
533
|
tagItems: unknown[];
|
|
534
534
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
535
535
|
export default _default;
|