@weni/unnnic-system 3.2.7-alpha.0 → 3.2.8
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 +24 -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 +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/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- 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.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 +27 -182
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +1 -1
- 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/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 -14
- 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 +27 -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/Tag/TagNext.vue.d.ts.map +1 -1
- 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 +890 -2158
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-a147ef18.mjs → es-b3e51efa.js} +1 -1
- package/dist/{index-802ab669.mjs → index-b9e3c5e9.js} +7649 -7812
- package/dist/{pt-br-cdc64aa4.mjs → pt-br-20887b32.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.js +182 -0
- package/dist/{unnnic.umd.js → unnnic.umd.cjs} +41 -42
- package/package.json +10 -9
- package/src/assets/icons/script-to-convert-svg-to-vue.js +4 -7
- package/src/components/AudioRecorder/AudioRecorder.vue +3 -2
- package/src/components/Button/Button.vue +109 -58
- package/src/components/Button/__tests__/Button.spec.js +2 -2
- package/src/components/Button/types.ts +2 -1
- package/src/components/Card/Card.vue +4 -1
- package/src/components/ChartMultiLine/Line/Line.vue +2 -1
- package/src/components/ChatsContact/ChatsContact.vue +1 -1
- package/src/components/ChatsHeader/ChatsHeader.vue +4 -2
- package/src/components/ChatsMessage/ChatsMessageText.vue +5 -5
- package/src/components/Chip/Chip.vue +62 -57
- package/src/components/Chip/__tests__/Chip.spec.js +18 -18
- package/src/components/DataTable/index.vue +8 -5
- package/src/components/DatePicker/DatePicker.vue +29 -16
- package/src/components/Drawer/Drawer.vue +4 -1
- package/src/components/Drawer/__tests__/Drawer.spec.js +9 -3
- package/src/components/DropArea/DropArea.vue +1 -1
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +17 -17
- package/src/components/EmojiPicker/EmojiPicker.vue +57 -48
- package/src/components/EmojiPicker/__tests__/EmojiPicker.spec.js +84 -23
- package/src/components/Flag.vue +0 -1
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Icon/types.ts +2 -2
- package/src/components/Icon.vue +3 -1
- 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/InputDatePicker/InputDatePicker.vue +1 -1
- package/src/components/Label/Label.vue +2 -2
- package/src/components/ModalDialog/ModalDialog.vue +29 -27
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/ModalNext/ModalNext.vue +2 -2
- package/src/components/SelectSmart/SelectSmart.vue +15 -4
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +2 -2
- package/src/components/Switch/__tests__/Switch.spec.js +6 -2
- 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/Tag/TagNext.vue +2 -8
- package/src/components/TextArea/TextArea.vue +9 -14
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/Tour/TourPopover.vue +1 -1
- package/src/components/__tests__/Icon.spec.js +2 -2
- package/src/components/index.ts +88 -96
- package/src/index.ts +1 -1
- package/src/main.ts +1 -1
- package/src/stories/Button.stories.js +11 -2
- package/src/stories/ChatsHeader.stories.js +1 -1
- package/src/stories/ChatsMessage.stories.js +0 -1
- package/src/stories/Chip.stories.js +7 -4
- package/src/stories/Input.stories.js +3 -17
- package/src/stories/SelectSmart.stories.js +1 -1
- package/src/stories/TableNext.stories.js +1 -1
- package/src/types/index.d.ts +2 -2
- package/src/types/scheme-colors.d.ts +1 -2
- package/src/types/unnnic-utils.d.ts +87 -87
- package/src/types/vue-shims.d.ts +1 -1
- package/src/types/vueuse-overrides.d.ts +2 -2
- package/src/utils/plugins/i18n.js +0 -1
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
- package/dist/unnnic.mjs +0 -186
- 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
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
# 3.2.8 (2025-09-25)
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- **ESLint Configuration Migration**: Migrated from legacy `.eslintrc.js` to modern flat config format (`eslint.config.js`)
|
|
13
|
+
- **Modern Configuration**: Updated to use `@vue/eslint-config-typescript` with flat config structure
|
|
14
|
+
- **Enhanced TypeScript Support**: Improved TypeScript linting rules and configurations
|
|
15
|
+
- **Code Standardization**: Applied consistent code formatting across all components and files
|
|
16
|
+
- **Dependency Updates**: Updated ESLint-related package dependencies for better compatibility
|
|
17
|
+
- **Rule Optimization**: Enhanced linting rules for better code quality and consistency
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- **Code Quality**: Standardized formatting across multiple components including AudioRecorder, Button, ChartMultiLine, ChatsHeader, ChatsMessage, DataTable, DatePicker, Drawer, EmojiPicker, FormElement, Input, InputDatePicker, Label, ModalNext, SelectSmart, Tag, and Tour components
|
|
22
|
+
|
|
23
|
+
# 3.2.7 (2025-09-23)
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- **DataTable**:
|
|
28
|
+
- Fixed without results colum grid
|
|
29
|
+
- Fixed loading variation console warnings
|
|
30
|
+
- Add `itemKey` in `update:sort` event
|
|
31
|
+
|
|
8
32
|
# 3.2.6 (2025-09-22)
|
|
9
33
|
|
|
10
34
|
### Added
|
|
@@ -29,11 +29,11 @@ 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>;
|
|
@@ -97,11 +97,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
default: string;
|
|
98
98
|
};
|
|
99
99
|
}>> & Readonly<{}>, {
|
|
100
|
-
type: string;
|
|
101
|
-
text: string;
|
|
102
100
|
title: string;
|
|
101
|
+
text: string;
|
|
103
102
|
icon: string;
|
|
104
103
|
scheme: string;
|
|
104
|
+
type: string;
|
|
105
105
|
position: string;
|
|
106
106
|
version: string;
|
|
107
107
|
onClose: Function;
|
|
@@ -119,11 +119,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
119
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
120
120
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
121
121
|
}>, {
|
|
122
|
-
size: import('../Icon.vue').IconSize;
|
|
123
122
|
filled: boolean;
|
|
124
123
|
next: boolean;
|
|
125
124
|
icon: string | null;
|
|
126
125
|
clickable: boolean;
|
|
126
|
+
size: import('../Icon.vue').IconSize;
|
|
127
127
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
128
128
|
scheme: import('../Icon.vue').SchemeColor;
|
|
129
129
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -198,9 +198,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
198
198
|
}>> & Readonly<{
|
|
199
199
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
}>, {
|
|
201
|
-
type: string;
|
|
202
201
|
text: string;
|
|
203
202
|
scheme: string;
|
|
203
|
+
type: string;
|
|
204
204
|
version: string;
|
|
205
205
|
onClose: Function;
|
|
206
206
|
linkHref: string;
|
|
@@ -216,11 +216,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
216
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
217
217
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
218
218
|
}>, {
|
|
219
|
-
size: import('../Icon.vue').IconSize;
|
|
220
219
|
filled: boolean;
|
|
221
220
|
next: boolean;
|
|
222
221
|
icon: string | null;
|
|
223
222
|
clickable: boolean;
|
|
223
|
+
size: import('../Icon.vue').IconSize;
|
|
224
224
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
225
225
|
scheme: import('../Icon.vue').SchemeColor;
|
|
226
226
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -69,9 +69,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
}>> & Readonly<{
|
|
70
70
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
|
-
type: string;
|
|
73
72
|
text: string;
|
|
74
73
|
scheme: string;
|
|
74
|
+
type: string;
|
|
75
75
|
version: string;
|
|
76
76
|
onClose: Function;
|
|
77
77
|
linkHref: string;
|
|
@@ -87,11 +87,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
87
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
88
88
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
89
89
|
}>, {
|
|
90
|
-
size: import('../Icon.vue').IconSize;
|
|
91
90
|
filled: boolean;
|
|
92
91
|
next: boolean;
|
|
93
92
|
icon: string | null;
|
|
94
93
|
clickable: boolean;
|
|
94
|
+
size: import('../Icon.vue').IconSize;
|
|
95
95
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
96
96
|
scheme: import('../Icon.vue').SchemeColor;
|
|
97
97
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,11 +33,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
34
34
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
|
-
size: import('../Icon.vue').IconSize;
|
|
37
36
|
filled: boolean;
|
|
38
37
|
next: boolean;
|
|
39
38
|
icon: string | null;
|
|
40
39
|
clickable: boolean;
|
|
40
|
+
size: import('../Icon.vue').IconSize;
|
|
41
41
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
42
42
|
scheme: import('../Icon.vue').SchemeColor;
|
|
43
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -109,8 +109,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
};
|
|
110
110
|
}>> & Readonly<{}>, {
|
|
111
111
|
text: string;
|
|
112
|
-
enabled: boolean;
|
|
113
112
|
forceOpen: boolean;
|
|
113
|
+
enabled: boolean;
|
|
114
114
|
side: string;
|
|
115
115
|
maxWidth: string;
|
|
116
116
|
shortcutText: string;
|
|
@@ -84,11 +84,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
85
85
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
|
-
size: import('../Icon.vue').IconSize;
|
|
88
87
|
filled: boolean;
|
|
89
88
|
next: boolean;
|
|
90
89
|
icon: string | null;
|
|
91
90
|
clickable: boolean;
|
|
91
|
+
size: import('../Icon.vue').IconSize;
|
|
92
92
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
93
93
|
scheme: import('../Icon.vue').SchemeColor;
|
|
94
94
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -136,11 +136,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
136
136
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
137
137
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
138
138
|
}>, {
|
|
139
|
-
size: import('../Icon.vue').IconSize;
|
|
140
139
|
filled: boolean;
|
|
141
140
|
next: boolean;
|
|
142
141
|
icon: string | null;
|
|
143
142
|
clickable: boolean;
|
|
143
|
+
size: import('../Icon.vue').IconSize;
|
|
144
144
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
145
145
|
scheme: import('../Icon.vue').SchemeColor;
|
|
146
146
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -212,8 +212,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
212
212
|
};
|
|
213
213
|
}>> & Readonly<{}>, {
|
|
214
214
|
text: string;
|
|
215
|
-
enabled: boolean;
|
|
216
215
|
forceOpen: boolean;
|
|
216
|
+
enabled: boolean;
|
|
217
217
|
side: string;
|
|
218
218
|
maxWidth: string;
|
|
219
219
|
shortcutText: string;
|
|
@@ -306,11 +306,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
306
306
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
307
307
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
308
308
|
}>, {
|
|
309
|
-
size: import('../Icon.vue').IconSize;
|
|
310
309
|
filled: boolean;
|
|
311
310
|
next: boolean;
|
|
312
311
|
icon: string | null;
|
|
313
312
|
clickable: boolean;
|
|
313
|
+
size: import('../Icon.vue').IconSize;
|
|
314
314
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
315
315
|
scheme: import('../Icon.vue').SchemeColor;
|
|
316
316
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -324,11 +324,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
324
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
325
325
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
326
326
|
}>, {
|
|
327
|
-
size: import('../Icon.vue').IconSize;
|
|
328
327
|
filled: boolean;
|
|
329
328
|
next: boolean;
|
|
330
329
|
icon: string | null;
|
|
331
330
|
clickable: boolean;
|
|
331
|
+
size: import('../Icon.vue').IconSize;
|
|
332
332
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
333
333
|
scheme: import('../Icon.vue').SchemeColor;
|
|
334
334
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -400,8 +400,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
400
400
|
};
|
|
401
401
|
}>> & Readonly<{}>, {
|
|
402
402
|
text: string;
|
|
403
|
-
enabled: boolean;
|
|
404
403
|
forceOpen: boolean;
|
|
404
|
+
enabled: boolean;
|
|
405
405
|
side: string;
|
|
406
406
|
maxWidth: string;
|
|
407
407
|
shortcutText: string;
|
|
@@ -53,9 +53,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
55
|
}>> & Readonly<{}>, {
|
|
56
|
-
size: string;
|
|
57
56
|
filled: boolean;
|
|
58
57
|
icon: string;
|
|
58
|
+
size: string;
|
|
59
59
|
scheme: string;
|
|
60
60
|
enabled: boolean;
|
|
61
61
|
opacity: boolean;
|
|
@@ -69,11 +69,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
70
70
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
|
-
size: import('../Icon.vue').IconSize;
|
|
73
72
|
filled: boolean;
|
|
74
73
|
next: boolean;
|
|
75
74
|
icon: string | null;
|
|
76
75
|
clickable: boolean;
|
|
76
|
+
size: import('../Icon.vue').IconSize;
|
|
77
77
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
78
78
|
scheme: import('../Icon.vue').SchemeColor;
|
|
79
79
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -130,11 +130,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
130
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
131
131
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
132
132
|
}>, {
|
|
133
|
-
size: import('../Icon.vue').IconSize;
|
|
134
133
|
filled: boolean;
|
|
135
134
|
next: boolean;
|
|
136
135
|
icon: string | null;
|
|
137
136
|
clickable: boolean;
|
|
137
|
+
size: import('../Icon.vue').IconSize;
|
|
138
138
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
139
139
|
scheme: import('../Icon.vue').SchemeColor;
|
|
140
140
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -91,11 +91,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
92
92
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
-
size: import('../Icon.vue').IconSize;
|
|
95
94
|
filled: boolean;
|
|
96
95
|
next: boolean;
|
|
97
96
|
icon: string | null;
|
|
98
97
|
clickable: boolean;
|
|
98
|
+
size: import('../Icon.vue').IconSize;
|
|
99
99
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
100
100
|
scheme: import('../Icon.vue').SchemeColor;
|
|
101
101
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -24,11 +24,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
25
25
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
|
-
size: import('../Icon.vue').IconSize;
|
|
28
27
|
filled: boolean;
|
|
29
28
|
next: boolean;
|
|
30
29
|
icon: string | null;
|
|
31
30
|
clickable: boolean;
|
|
31
|
+
size: import('../Icon.vue').IconSize;
|
|
32
32
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
33
33
|
scheme: import('../Icon.vue').SchemeColor;
|
|
34
34
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -10,11 +10,11 @@ declare function __VLS_template(): {
|
|
|
10
10
|
};
|
|
11
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
12
|
declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
|
|
13
|
+
text: string;
|
|
14
|
+
next: boolean;
|
|
13
15
|
size: ButtonSize;
|
|
14
16
|
type: ButtonType;
|
|
15
17
|
disabled: boolean;
|
|
16
|
-
text: string;
|
|
17
|
-
next: boolean;
|
|
18
18
|
iconLeft: string;
|
|
19
19
|
iconRight: string;
|
|
20
20
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAsEA;AAqaA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;AA8GpD,iBAAS,cAAc;WAoJT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;2FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -40,11 +40,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
40
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
41
41
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
42
42
|
}>, {
|
|
43
|
-
size: import('../Icon.vue').IconSize;
|
|
44
43
|
filled: boolean;
|
|
45
44
|
next: boolean;
|
|
46
45
|
icon: string | null;
|
|
47
46
|
clickable: boolean;
|
|
47
|
+
size: import('../Icon.vue').IconSize;
|
|
48
48
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
49
49
|
scheme: import('../Icon.vue').SchemeColor;
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type ButtonSize = 'small' | 'large' | 'extra-large';
|
|
2
|
-
export type ButtonType = 'primary' | 'secondary' | 'tertiary' | 'warning' | 'attention';
|
|
2
|
+
export type ButtonType = 'primary' | 'secondary' | 'tertiary' | 'alternative' | 'warning' | 'attention';
|
|
3
3
|
export interface ButtonProps {
|
|
4
4
|
size?: ButtonSize;
|
|
5
5
|
text?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Button/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,aAAa,CAAC;AAE3D,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,WAAW,GACX,UAAU,GACV,SAAS,GACT,WAAW,CAAC;AAEhB,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Button/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,aAAa,CAAC;AAE3D,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,WAAW,GACX,UAAU,GACV,aAAa,GACb,SAAS,GACT,WAAW,CAAC;AAEhB,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -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
|
enabled: boolean;
|
|
49
49
|
}, {}, {
|
|
50
50
|
UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -102,9 +102,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
default: boolean;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
|
-
size: string;
|
|
106
105
|
filled: boolean;
|
|
107
106
|
icon: string;
|
|
107
|
+
size: string;
|
|
108
108
|
scheme: string;
|
|
109
109
|
enabled: boolean;
|
|
110
110
|
opacity: boolean;
|
|
@@ -118,11 +118,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
119
119
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
120
120
|
}>, {
|
|
121
|
-
size: import('../Icon.vue').IconSize;
|
|
122
121
|
filled: boolean;
|
|
123
122
|
next: boolean;
|
|
124
123
|
icon: string | null;
|
|
125
124
|
clickable: boolean;
|
|
125
|
+
size: import('../Icon.vue').IconSize;
|
|
126
126
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
127
127
|
scheme: import('../Icon.vue').SchemeColor;
|
|
128
128
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -38,11 +38,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
39
39
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
40
40
|
}>, {
|
|
41
|
-
size: import('../Icon.vue').IconSize;
|
|
42
41
|
filled: boolean;
|
|
43
42
|
next: boolean;
|
|
44
43
|
icon: string | null;
|
|
45
44
|
clickable: boolean;
|
|
45
|
+
size: import('../Icon.vue').IconSize;
|
|
46
46
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
47
47
|
scheme: import('../Icon.vue').SchemeColor;
|
|
48
48
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -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;
|