@weni/unnnic-system 3.9.4-alpha.4 → 3.10.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 +14 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +116 -17
- 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 +3 -3
- 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 +1 -1
- 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 +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +414 -11
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- 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 +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +31 -24
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +416 -13
- package/dist/components/Carousel/TagCarousel.vue.d.ts +415 -12
- package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
- 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 +446 -21
- 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 +26 -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 +41 -251
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- 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 +28 -51
- 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 +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +2 -33
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +41 -251
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +25 -85
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +46 -256
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- 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 +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +46 -256
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -26
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +6 -10
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +470 -120
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +414 -11
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +28 -21
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +25 -85
- 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 +21 -55
- 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 +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +51 -0
- package/dist/components/Tag/BrandTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/DefaultTag.vue.d.ts +83 -4
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +151 -0
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/Tag.vue.d.ts +414 -12
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/TagNext.vue.d.ts +24 -0
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +33 -78
- 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 +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
- package/dist/components/index.d.ts +7677 -6315
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/{es-bdfb773f.mjs → es-4b899f97.mjs} +1 -1
- package/dist/{index-8ce04c5b.mjs → index-23489897.mjs} +8813 -9354
- 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-4befdd13.mjs → pt-br-5a914a63.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +173 -181
- package/dist/unnnic.umd.js +36 -35
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +223 -309
- 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__/Alert.spec.js +45 -2
- 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__/Version1dot1.spec.js +21 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +117 -67
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +6 -10
- package/src/components/Checkbox/Checkbox.vue +65 -117
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/FormElement/FormElement.vue +93 -63
- package/src/components/Icon.vue +0 -2
- package/src/components/Input/BaseInput.vue +14 -33
- package/src/components/Input/Input.scss +22 -22
- package/src/components/Input/Input.vue +56 -79
- package/src/components/Input/TextInput.vue +65 -81
- package/src/components/Input/__test__/Input.spec.js +33 -13
- package/src/components/Input/__test__/TextInput.spec.js +8 -6
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +4 -17
- 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 +66 -118
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -4
- package/src/components/SelectSmart/SelectSmart.vue +3 -4
- package/src/components/Switch/Switch.vue +91 -132
- package/src/components/Switch/__tests__/Switch.spec.js +75 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
- 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/Tag/BrandTag.vue +96 -0
- package/src/components/Tag/DefaultTag.vue +107 -51
- package/src/components/Tag/IndicatorTag.vue +107 -0
- package/src/components/Tag/Tag.vue +79 -32
- package/src/components/Tag/TagNext.vue +60 -0
- package/src/components/TextArea/TextArea.vue +12 -41
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/components/index.ts +17 -33
- 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 +39 -29
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/Input.stories.js +76 -71
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Radio.stories.js +1 -28
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/stories/Tag.stories.js +43 -24
- package/src/stories/TextArea.stories.js +2 -14
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/colors.json.d.ts +0 -376
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/index.d.ts +0 -3
- package/dist/components/PageHeader/index.d.ts.map +0 -1
- package/dist/components/PageHeader/types.d.ts +0 -9
- package/dist/components/PageHeader/types.d.ts.map +0 -1
- package/dist/components/Tag/types.d.ts +0 -18
- package/dist/components/Tag/types.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/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/checkbox-less-disabled.svg +0 -3
- package/src/assets/icons/checkbox-less.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/MultiSelectV2/MultSelectOption.vue +0 -67
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +0 -556
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +0 -229
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -121
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
- package/src/components/MultiSelectV2/index.vue +0 -221
- package/src/components/PageHeader/PageHeader.vue +0 -148
- package/src/components/PageHeader/index.ts +0 -2
- package/src/components/PageHeader/types.ts +0 -10
- 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 -142
- 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 -249
- package/src/components/Tag/types.ts +0 -19
- package/src/components/Toast/Toast.vue +0 -246
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/__tests__/Toast.spec.js +0 -291
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/MultiSelectV2.stories.js +0 -158
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/RadioGroup.stories.js +0 -144
- 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,20 @@ 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.10.0 (2025-11-24)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **Icon Component**: Added filled attribute to rating component in MarketplaceCard.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- **Refactor**: Replace old font files with a new material-symbols font.
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- **Collapse Component**: Update icon size in Collapse component from 'xs' to 'ant'.
|
|
21
|
+
|
|
8
22
|
# 3.9.4 (2025-11-21)
|
|
9
23
|
|
|
10
24
|
### Changed
|
|
@@ -29,10 +29,10 @@ 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
|
icon: string | null;
|
|
35
34
|
clickable: boolean;
|
|
35
|
+
size: import('../Icon.vue').IconSize;
|
|
36
36
|
scheme: import('../Icon.vue').SchemeColor;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
38
38
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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,72 @@ 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<{}>, {
|
|
100
|
+
title: string;
|
|
46
101
|
text: string;
|
|
47
|
-
|
|
102
|
+
icon: string;
|
|
48
103
|
scheme: string;
|
|
104
|
+
type: string;
|
|
105
|
+
position: string;
|
|
49
106
|
onClose: Function;
|
|
50
107
|
version: string;
|
|
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
|
+
icon: string | null;
|
|
124
|
+
clickable: boolean;
|
|
125
|
+
size: import('../Icon.vue').IconSize;
|
|
126
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
64
127
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
65
128
|
Version1dot1: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
129
|
+
version: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
66
133
|
text: {
|
|
67
134
|
type: StringConstructor;
|
|
68
135
|
default: null;
|
|
@@ -75,6 +142,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
142
|
type: FunctionConstructor;
|
|
76
143
|
default: () => void;
|
|
77
144
|
};
|
|
145
|
+
linkHref: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
linkTarget: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
linkText: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
78
157
|
type: {
|
|
79
158
|
type: StringConstructor;
|
|
80
159
|
default: string;
|
|
@@ -82,6 +161,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
161
|
}>, {}, {}, {}, {
|
|
83
162
|
emitClose(): void;
|
|
84
163
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
164
|
+
version: {
|
|
165
|
+
type: StringConstructor;
|
|
166
|
+
default: string;
|
|
167
|
+
};
|
|
85
168
|
text: {
|
|
86
169
|
type: StringConstructor;
|
|
87
170
|
default: null;
|
|
@@ -94,6 +177,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
177
|
type: FunctionConstructor;
|
|
95
178
|
default: () => void;
|
|
96
179
|
};
|
|
180
|
+
linkHref: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
linkTarget: {
|
|
185
|
+
type: StringConstructor;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
linkText: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
97
192
|
type: {
|
|
98
193
|
type: StringConstructor;
|
|
99
194
|
default: string;
|
|
@@ -102,9 +197,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
197
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
103
198
|
}>, {
|
|
104
199
|
text: string;
|
|
105
|
-
type: string;
|
|
106
200
|
scheme: string;
|
|
201
|
+
type: string;
|
|
107
202
|
onClose: Function;
|
|
203
|
+
version: string;
|
|
204
|
+
linkHref: string;
|
|
205
|
+
linkTarget: string;
|
|
206
|
+
linkText: string;
|
|
108
207
|
}, {}, {
|
|
109
208
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
110
209
|
click: (event: Event) => any;
|
|
@@ -115,10 +214,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
214
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
116
215
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
117
216
|
}>, {
|
|
118
|
-
size: import('../Icon.vue').IconSize;
|
|
119
217
|
filled: boolean;
|
|
120
218
|
icon: string | null;
|
|
121
219
|
clickable: boolean;
|
|
220
|
+
size: import('../Icon.vue').IconSize;
|
|
122
221
|
scheme: import('../Icon.vue').SchemeColor;
|
|
123
222
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
124
223
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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;
|
|
@@ -38,9 +70,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
70
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
39
71
|
}>, {
|
|
40
72
|
text: string;
|
|
41
|
-
type: string;
|
|
42
73
|
scheme: string;
|
|
74
|
+
type: string;
|
|
43
75
|
onClose: Function;
|
|
76
|
+
version: string;
|
|
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,10 +87,10 @@ 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
|
icon: string | null;
|
|
57
92
|
clickable: boolean;
|
|
93
|
+
size: import('../Icon.vue').IconSize;
|
|
58
94
|
scheme: import('../Icon.vue').SchemeColor;
|
|
59
95
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
60
96
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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,10 +33,10 @@ 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
|
icon: string | null;
|
|
39
38
|
clickable: boolean;
|
|
39
|
+
size: import('../Icon.vue').IconSize;
|
|
40
40
|
scheme: import('../Icon.vue').SchemeColor;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
42
42
|
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -107,8 +107,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
107
107
|
};
|
|
108
108
|
}>> & Readonly<{}>, {
|
|
109
109
|
text: string;
|
|
110
|
-
enabled: boolean;
|
|
111
110
|
forceOpen: boolean;
|
|
111
|
+
enabled: boolean;
|
|
112
112
|
side: string;
|
|
113
113
|
maxWidth: string;
|
|
114
114
|
shortcutText: string;
|
|
@@ -84,10 +84,10 @@ 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
|
icon: string | null;
|
|
90
89
|
clickable: boolean;
|
|
90
|
+
size: import('../Icon.vue').IconSize;
|
|
91
91
|
scheme: import('../Icon.vue').SchemeColor;
|
|
92
92
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
93
93
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -136,10 +136,10 @@ 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
|
icon: string | null;
|
|
142
141
|
clickable: boolean;
|
|
142
|
+
size: import('../Icon.vue').IconSize;
|
|
143
143
|
scheme: import('../Icon.vue').SchemeColor;
|
|
144
144
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
145
145
|
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -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;
|
|
@@ -304,10 +304,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
304
304
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
305
305
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
306
306
|
}>, {
|
|
307
|
-
size: import('../Icon.vue').IconSize;
|
|
308
307
|
filled: boolean;
|
|
309
308
|
icon: string | null;
|
|
310
309
|
clickable: boolean;
|
|
310
|
+
size: import('../Icon.vue').IconSize;
|
|
311
311
|
scheme: import('../Icon.vue').SchemeColor;
|
|
312
312
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
313
313
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -320,10 +320,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
320
320
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
321
321
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
322
322
|
}>, {
|
|
323
|
-
size: import('../Icon.vue').IconSize;
|
|
324
323
|
filled: boolean;
|
|
325
324
|
icon: string | null;
|
|
326
325
|
clickable: boolean;
|
|
326
|
+
size: import('../Icon.vue').IconSize;
|
|
327
327
|
scheme: import('../Icon.vue').SchemeColor;
|
|
328
328
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
329
329
|
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -394,8 +394,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
394
394
|
};
|
|
395
395
|
}>> & Readonly<{}>, {
|
|
396
396
|
text: string;
|
|
397
|
-
enabled: boolean;
|
|
398
397
|
forceOpen: boolean;
|
|
398
|
+
enabled: boolean;
|
|
399
399
|
side: string;
|
|
400
400
|
maxWidth: string;
|
|
401
401
|
shortcutText: string;
|
|
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
55
|
}>> & Readonly<{}>, {
|
|
56
|
-
enabled: boolean;
|
|
57
|
-
size: string;
|
|
58
56
|
filled: boolean;
|
|
59
57
|
icon: string;
|
|
58
|
+
size: string;
|
|
60
59
|
scheme: string;
|
|
60
|
+
enabled: boolean;
|
|
61
61
|
opacity: boolean;
|
|
62
62
|
}, {}, {
|
|
63
63
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -69,10 +69,10 @@ 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
|
icon: string | null;
|
|
75
74
|
clickable: boolean;
|
|
75
|
+
size: import('../Icon.vue').IconSize;
|
|
76
76
|
scheme: import('../Icon.vue').SchemeColor;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
78
78
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -130,10 +130,10 @@ 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
|
icon: string | null;
|
|
136
135
|
clickable: boolean;
|
|
136
|
+
size: import('../Icon.vue').IconSize;
|
|
137
137
|
scheme: import('../Icon.vue').SchemeColor;
|
|
138
138
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
139
139
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -91,10 +91,10 @@ 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
|
icon: string | null;
|
|
97
96
|
clickable: boolean;
|
|
97
|
+
size: import('../Icon.vue').IconSize;
|
|
98
98
|
scheme: import('../Icon.vue').SchemeColor;
|
|
99
99
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
100
100
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -24,10 +24,10 @@ 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
|
icon: string | null;
|
|
30
29
|
clickable: boolean;
|
|
30
|
+
size: import('../Icon.vue').IconSize;
|
|
31
31
|
scheme: import('../Icon.vue').SchemeColor;
|
|
32
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
33
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -11,8 +11,8 @@ declare function __VLS_template(): {
|
|
|
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
13
|
text: string;
|
|
14
|
-
type: ButtonType;
|
|
15
14
|
size: ButtonSize;
|
|
15
|
+
type: ButtonType;
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
iconLeft: string;
|
|
18
18
|
iconRight: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAkEA;
|
|
1
|
+
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAkEA;AAgaA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;AA4GpD,iBAAS,cAAc;WA4IT,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,10 +40,10 @@ 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
|
icon: string | null;
|
|
46
45
|
clickable: boolean;
|
|
46
|
+
size: import('../Icon.vue').IconSize;
|
|
47
47
|
scheme: import('../Icon.vue').SchemeColor;
|
|
48
48
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
49
49
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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,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,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -41,11 +41,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
41
|
default: null;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
enabled: boolean;
|
|
45
|
-
description: string;
|
|
46
44
|
title: string;
|
|
47
45
|
icon: string;
|
|
48
46
|
scheme: string;
|
|
47
|
+
description: string;
|
|
48
|
+
enabled: boolean;
|
|
49
49
|
}, {}, {
|
|
50
50
|
UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
51
51
|
enabled: {
|
|
@@ -102,11 +102,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
default: boolean;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{}>, {
|
|
105
|
-
enabled: boolean;
|
|
106
|
-
size: string;
|
|
107
105
|
filled: boolean;
|
|
108
106
|
icon: string;
|
|
107
|
+
size: string;
|
|
109
108
|
scheme: string;
|
|
109
|
+
enabled: boolean;
|
|
110
110
|
opacity: boolean;
|
|
111
111
|
}, {}, {
|
|
112
112
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -118,10 +118,10 @@ 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
|
icon: string | null;
|
|
124
123
|
clickable: boolean;
|
|
124
|
+
size: import('../Icon.vue').IconSize;
|
|
125
125
|
scheme: import('../Icon.vue').SchemeColor;
|
|
126
126
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
127
127
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -38,10 +38,10 @@ 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
|
icon: string | null;
|
|
44
43
|
clickable: boolean;
|
|
44
|
+
size: import('../Icon.vue').IconSize;
|
|
45
45
|
scheme: import('../Icon.vue').SchemeColor;
|
|
46
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
47
47
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|