@weni/unnnic-system 3.4.1-alpha.1 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +119 -18
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +33 -24
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +40 -31
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +28 -19
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +29 -176
- package/dist/components/DatePicker/DatePicker.vue.d.ts +6 -6
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +32 -38
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +1 -32
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +29 -176
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +14 -83
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +36 -183
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +15 -9
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalNext/ModalNext.vue.d.ts +37 -184
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -20
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +6 -8
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +53 -113
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +29 -20
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +14 -83
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +25 -24
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
- package/dist/components/index.d.ts +1242 -2570
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-eca523be.mjs → es-df2d978e.mjs} +1 -1
- package/dist/{index-c84d6c3d.mjs → index-0a11875e.mjs} +11921 -18138
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-dd7ba97f.mjs → pt-br-01d866ab.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +162 -172
- package/dist/unnnic.umd.js +51 -53
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +1 -2
- package/src/assets/scss/scheme-colors.scss +238 -115
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/Checkbox/Checkbox.vue +65 -88
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Input/BaseInput.vue +14 -31
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +30 -94
- package/src/components/Input/TextInput.vue +58 -82
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -16
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- package/src/components/Label/Label.vue +21 -52
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/Radio/Radio.vue +67 -80
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/Switch/Switch.vue +99 -91
- package/src/components/Switch/__tests__/Switch.spec.js +74 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -3
- package/src/components/Tab/Tab.vue +23 -37
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/TemplatePreview/TemplatePreview.vue +2 -2
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +1 -1
- package/src/components/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +8 -30
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +17 -2
- package/src/stories/Checkbox.stories.js +10 -9
- package/src/stories/Input.stories.js +3 -22
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Switch.stories.js +5 -4
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/dist/components/ui/popover/Popover.vue.d.ts +0 -23
- package/dist/components/ui/popover/Popover.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +0 -43
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +0 -19
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/index.d.ts +0 -5
- package/dist/components/ui/popover/index.d.ts.map +0 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/radio-checked.svg +0 -3
- package/src/assets/icons/switch-checked-disabled.svg +0 -3
- package/src/assets/icons/switch-checked.svg +0 -3
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- package/src/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/RadioGroup/RadioGroup.vue +0 -110
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -245
- package/src/components/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/components/ui/popover/Popover.vue +0 -15
- package/src/components/ui/popover/PopoverContent.vue +0 -98
- package/src/components/ui/popover/PopoverTrigger.vue +0 -12
- package/src/components/ui/popover/index.ts +0 -4
- package/src/stories/CheckboxGroup.stories.js +0 -104
- package/src/stories/Popover.stories.js +0 -306
- package/src/stories/RadioGroup.stories.js +0 -139
- package/src/stories/Select.stories.js +0 -158
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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.5.0 (2025-10-28)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Template Preview**: Add template preview compontents
|
|
12
|
+
|
|
8
13
|
# 3.4.0 (2025-10-23)
|
|
9
14
|
|
|
10
15
|
### Added
|
|
@@ -57,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
57
62
|
|
|
58
63
|
### Added
|
|
59
64
|
|
|
60
|
-
|
|
65
|
+
- **DataTable**: Added optional `sort` prop for external sort state control:
|
|
61
66
|
- **Controlled Mode**: Pass `sort` prop to control sort state externally
|
|
62
67
|
- **Uncontrolled Mode**: Component manages sort state internally (default behavior)
|
|
63
68
|
- **v-model Support**: Full support for `v-model:sort` pattern
|
|
@@ -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>;
|
|
@@ -3,6 +3,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
|
+
title: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
6
10
|
text: {
|
|
7
11
|
type: StringConstructor;
|
|
8
12
|
default: null;
|
|
@@ -11,21 +15,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
15
|
type: StringConstructor;
|
|
12
16
|
default: null;
|
|
13
17
|
};
|
|
18
|
+
icon: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: null;
|
|
21
|
+
};
|
|
14
22
|
onClose: {
|
|
15
23
|
type: FunctionConstructor;
|
|
16
24
|
default: () => void;
|
|
17
25
|
};
|
|
26
|
+
closeText: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
position: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
linkHref: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
linkTarget: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
linkText: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
18
46
|
type: {
|
|
19
47
|
type: StringConstructor;
|
|
20
48
|
default: string;
|
|
21
49
|
};
|
|
22
|
-
}>, {}, {}, {
|
|
23
|
-
toastType(): "error" | "attention" | "informational" | "success";
|
|
24
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
51
|
version: {
|
|
26
52
|
type: StringConstructor;
|
|
27
53
|
default: string;
|
|
28
54
|
};
|
|
55
|
+
title: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: null;
|
|
58
|
+
};
|
|
29
59
|
text: {
|
|
30
60
|
type: StringConstructor;
|
|
31
61
|
default: null;
|
|
@@ -34,35 +64,74 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
34
64
|
type: StringConstructor;
|
|
35
65
|
default: null;
|
|
36
66
|
};
|
|
67
|
+
icon: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: null;
|
|
70
|
+
};
|
|
37
71
|
onClose: {
|
|
38
72
|
type: FunctionConstructor;
|
|
39
73
|
default: () => void;
|
|
40
74
|
};
|
|
75
|
+
closeText: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
position: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
linkHref: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
linkTarget: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
linkText: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
41
95
|
type: {
|
|
42
96
|
type: StringConstructor;
|
|
43
97
|
default: string;
|
|
44
98
|
};
|
|
45
99
|
}>> & Readonly<{}>, {
|
|
46
|
-
|
|
100
|
+
title: string;
|
|
47
101
|
text: string;
|
|
102
|
+
icon: string;
|
|
48
103
|
scheme: string;
|
|
49
|
-
|
|
104
|
+
type: string;
|
|
105
|
+
position: string;
|
|
50
106
|
version: string;
|
|
107
|
+
onClose: Function;
|
|
108
|
+
linkHref: string;
|
|
109
|
+
linkTarget: string;
|
|
110
|
+
linkText: string;
|
|
111
|
+
closeText: string;
|
|
51
112
|
}, {}, {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
113
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
114
|
+
click: (event: Event) => any;
|
|
115
|
+
mousedown: (event: Event) => any;
|
|
116
|
+
mouseup: (event: Event) => any;
|
|
117
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
118
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
119
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
120
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
58
121
|
}>, {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
122
|
+
filled: boolean;
|
|
123
|
+
next: boolean;
|
|
124
|
+
icon: string | null;
|
|
125
|
+
clickable: boolean;
|
|
126
|
+
size: import('../Icon.vue').IconSize;
|
|
127
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
128
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
64
129
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
65
130
|
Version1dot1: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
131
|
+
version: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
66
135
|
text: {
|
|
67
136
|
type: StringConstructor;
|
|
68
137
|
default: null;
|
|
@@ -75,6 +144,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
144
|
type: FunctionConstructor;
|
|
76
145
|
default: () => void;
|
|
77
146
|
};
|
|
147
|
+
linkHref: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
linkTarget: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
linkText: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
78
159
|
type: {
|
|
79
160
|
type: StringConstructor;
|
|
80
161
|
default: string;
|
|
@@ -82,6 +163,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
163
|
}>, {}, {}, {}, {
|
|
83
164
|
emitClose(): void;
|
|
84
165
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
166
|
+
version: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
85
170
|
text: {
|
|
86
171
|
type: StringConstructor;
|
|
87
172
|
default: null;
|
|
@@ -94,6 +179,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
179
|
type: FunctionConstructor;
|
|
95
180
|
default: () => void;
|
|
96
181
|
};
|
|
182
|
+
linkHref: {
|
|
183
|
+
type: StringConstructor;
|
|
184
|
+
default: string;
|
|
185
|
+
};
|
|
186
|
+
linkTarget: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
|
+
linkText: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
97
194
|
type: {
|
|
98
195
|
type: StringConstructor;
|
|
99
196
|
default: string;
|
|
@@ -101,10 +198,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
198
|
}>> & Readonly<{
|
|
102
199
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
103
200
|
}>, {
|
|
104
|
-
type: string;
|
|
105
201
|
text: string;
|
|
106
202
|
scheme: string;
|
|
203
|
+
type: string;
|
|
204
|
+
version: string;
|
|
107
205
|
onClose: Function;
|
|
206
|
+
linkHref: string;
|
|
207
|
+
linkTarget: string;
|
|
208
|
+
linkText: string;
|
|
108
209
|
}, {}, {
|
|
109
210
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
110
211
|
click: (event: Event) => any;
|
|
@@ -115,11 +216,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
216
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
116
217
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
117
218
|
}>, {
|
|
118
|
-
size: import('../Icon.vue').IconSize;
|
|
119
219
|
filled: boolean;
|
|
120
220
|
next: boolean;
|
|
121
221
|
icon: string | null;
|
|
122
222
|
clickable: boolean;
|
|
223
|
+
size: import('../Icon.vue').IconSize;
|
|
123
224
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
124
225
|
scheme: import('../Icon.vue').SchemeColor;
|
|
125
226
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.vue"],"names":[],"mappings":"AA2CA;"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
version: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
2
6
|
text: {
|
|
3
7
|
type: StringConstructor;
|
|
4
8
|
default: null;
|
|
@@ -11,6 +15,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
15
|
type: FunctionConstructor;
|
|
12
16
|
default: () => void;
|
|
13
17
|
};
|
|
18
|
+
linkHref: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
linkTarget: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
linkText: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
14
30
|
type: {
|
|
15
31
|
type: StringConstructor;
|
|
16
32
|
default: string;
|
|
@@ -18,6 +34,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
34
|
}>, {}, {}, {}, {
|
|
19
35
|
emitClose(): void;
|
|
20
36
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
+
version: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
21
41
|
text: {
|
|
22
42
|
type: StringConstructor;
|
|
23
43
|
default: null;
|
|
@@ -30,6 +50,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
50
|
type: FunctionConstructor;
|
|
31
51
|
default: () => void;
|
|
32
52
|
};
|
|
53
|
+
linkHref: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
linkTarget: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
linkText: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
33
65
|
type: {
|
|
34
66
|
type: StringConstructor;
|
|
35
67
|
default: string;
|
|
@@ -37,10 +69,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
69
|
}>> & Readonly<{
|
|
38
70
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
39
71
|
}>, {
|
|
40
|
-
type: string;
|
|
41
72
|
text: string;
|
|
42
73
|
scheme: string;
|
|
74
|
+
type: string;
|
|
75
|
+
version: string;
|
|
43
76
|
onClose: Function;
|
|
77
|
+
linkHref: string;
|
|
78
|
+
linkTarget: string;
|
|
79
|
+
linkText: string;
|
|
44
80
|
}, {}, {
|
|
45
81
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
82
|
click: (event: Event) => any;
|
|
@@ -51,11 +87,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
87
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
52
88
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
53
89
|
}>, {
|
|
54
|
-
size: import('../Icon.vue').IconSize;
|
|
55
90
|
filled: boolean;
|
|
56
91
|
next: boolean;
|
|
57
92
|
icon: string | null;
|
|
58
93
|
clickable: boolean;
|
|
94
|
+
size: import('../Icon.vue').IconSize;
|
|
59
95
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
60
96
|
scheme: import('../Icon.vue').SchemeColor;
|
|
61
97
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Version1dot1.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Version1dot1.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Version1dot1.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Version1dot1.vue"],"names":[],"mappings":"AAmDA;"}
|
|
@@ -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>;
|