@weni/unnnic-system 3.9.1 → 3.9.3-alpha.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 +16 -0
- package/dist/assets/tokens/colors.json.d.ts +376 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +17 -116
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +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 +11 -414
- 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 +24 -31
- 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 +13 -416
- package/dist/components/Carousel/TagCarousel.vue.d.ts +12 -415
- 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 +30 -448
- 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 +19 -26
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +12 -2
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +251 -41
- 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 +51 -28
- 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 +33 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +251 -41
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +85 -25
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +256 -46
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +256 -46
- 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 +26 -14
- package/dist/components/PageHeader/PageHeader.vue.d.ts +28 -0
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/PageHeader/types.d.ts +9 -0
- package/dist/components/PageHeader/types.d.ts.map +1 -0
- 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 +10 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +120 -470
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +21 -28
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +85 -25
- 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 +55 -21
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +12 -414
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +78 -33
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +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 +8736 -10161
- 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-efb4f902.mjs → es-61b41785.mjs} +1 -1
- package/dist/{index-e30fc518.mjs → index-10160248.mjs} +9383 -8807
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-4bacdbb6.mjs → pt-br-31a68683.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +158 -151
- package/dist/unnnic.umd.js +34 -35
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
- package/src/assets/icons/checkbox-checked.svg +3 -0
- package/src/assets/icons/checkbox-less-disabled.svg +3 -0
- package/src/assets/icons/checkbox-less.svg +3 -0
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-checked.svg +3 -0
- package/src/assets/scss/scheme-colors.scss +309 -223
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/Alert.spec.js +2 -45
- package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- 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 +67 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/ChatsContact/ChatsContact.vue +16 -8
- package/src/components/Checkbox/Checkbox.vue +117 -65
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/DataTable/index.vue +48 -0
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +2 -0
- package/src/components/Input/BaseInput.vue +33 -14
- package/src/components/Input/Input.scss +22 -22
- package/src/components/Input/Input.vue +79 -56
- package/src/components/Input/TextInput.vue +81 -65
- package/src/components/Input/__test__/Input.spec.js +13 -33
- package/src/components/Input/__test__/TextInput.spec.js +6 -8
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +17 -4
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/MultiSelectV2/MultSelectOption.vue +67 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +556 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +229 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +121 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +51 -0
- package/src/components/MultiSelectV2/index.vue +221 -0
- package/src/components/PageHeader/PageHeader.vue +148 -0
- package/src/components/PageHeader/index.ts +2 -0
- package/src/components/PageHeader/types.ts +10 -0
- package/src/components/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -0
- package/src/components/Radio/Radio.vue +118 -66
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +4 -3
- package/src/components/RadioGroup/RadioGroup.vue +142 -0
- package/src/components/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +249 -0
- package/src/components/SelectSmart/SelectSmart.vue +4 -3
- package/src/components/Switch/Switch.vue +132 -91
- package/src/components/Switch/__tests__/Switch.spec.js +8 -75
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -6
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/DefaultTag.vue +51 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/components/TextArea/TextArea.vue +41 -12
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +291 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +33 -18
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/ChatsContact.stories.js +9 -0
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -0
- package/src/stories/DataTable.stories.js +192 -0
- package/src/stories/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/MultiSelectV2.stories.js +158 -0
- package/src/stories/PageHeader.stories.js +330 -0
- package/src/stories/Radio.stories.js +28 -1
- package/src/stories/RadioGroup.stories.js +144 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/Tag.stories.js +24 -43
- package/src/stories/TextArea.stories.js +14 -2
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +1 -0
- package/src/utils/call.js +46 -18
- package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,22 @@ 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.9.2 (2025-11-13)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **DataTable Component - Infinite Scroll Support**:
|
|
13
|
+
- **Infinite Scroll Functionality**: Native infinite scroll using VueUse's `useInfiniteScroll` composable
|
|
14
|
+
- **New Props**:
|
|
15
|
+
- `infiniteScroll` (Boolean, default: false) - Enables infinite scroll functionality
|
|
16
|
+
- `infiniteScrollDistance` (Number, default: 100) - Distance in pixels from bottom to trigger the loadMore event
|
|
17
|
+
- `infiniteScrollDisabled` (Boolean, default: false) - Disables infinite scroll (useful when all data has been loaded)
|
|
18
|
+
- `isLoadingMore` (Boolean, default: false) - Indicates whether more data is being loaded for infinite scroll
|
|
19
|
+
- **New Event**: `loadMore` - Emitted when user scrolls near the bottom of the table
|
|
20
|
+
- **Visual Feedback**: Loading indicator at the bottom of the table during data loading
|
|
21
|
+
- **Seamless Integration**: Works alongside existing pagination system (can be disabled with `hidePagination`)
|
|
22
|
+
- **Fixed Headers Support**: Compatible with `fixedHeaders` prop for optimal scrolling experience
|
|
23
|
+
|
|
8
24
|
# 3.9.1 (2025-11-12)
|
|
9
25
|
|
|
10
26
|
### Added
|
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"color": {
|
|
3
|
+
"white": {
|
|
4
|
+
"value": "#FFFFFF"
|
|
5
|
+
},
|
|
6
|
+
"black": {
|
|
7
|
+
"value": "#000000"
|
|
8
|
+
},
|
|
9
|
+
"gray": {
|
|
10
|
+
"50": {
|
|
11
|
+
"value": "#F6F7F9"
|
|
12
|
+
},
|
|
13
|
+
"100": {
|
|
14
|
+
"value": "#ECEEF2"
|
|
15
|
+
},
|
|
16
|
+
"200": {
|
|
17
|
+
"value": "#D6D9E1"
|
|
18
|
+
},
|
|
19
|
+
"300": {
|
|
20
|
+
"value": "#B2B9C7"
|
|
21
|
+
},
|
|
22
|
+
"400": {
|
|
23
|
+
"value": "#8893A8"
|
|
24
|
+
},
|
|
25
|
+
"500": {
|
|
26
|
+
"value": "#67738B"
|
|
27
|
+
},
|
|
28
|
+
"600": {
|
|
29
|
+
"value": "#545E75"
|
|
30
|
+
},
|
|
31
|
+
"700": {
|
|
32
|
+
"value": "#454D5F"
|
|
33
|
+
},
|
|
34
|
+
"800": {
|
|
35
|
+
"value": "#3B4151"
|
|
36
|
+
},
|
|
37
|
+
"900": {
|
|
38
|
+
"value": "#353945"
|
|
39
|
+
},
|
|
40
|
+
"950": {
|
|
41
|
+
"value": "#23262E"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"teal": {
|
|
45
|
+
"50": {
|
|
46
|
+
"value": "#EFFEFC"
|
|
47
|
+
},
|
|
48
|
+
"100": {
|
|
49
|
+
"value": "#C7FFF7"
|
|
50
|
+
},
|
|
51
|
+
"200": {
|
|
52
|
+
"value": "#90FFEF"
|
|
53
|
+
},
|
|
54
|
+
"300": {
|
|
55
|
+
"value": "#51F7E7"
|
|
56
|
+
},
|
|
57
|
+
"400": {
|
|
58
|
+
"value": "#1DE4D7"
|
|
59
|
+
},
|
|
60
|
+
"500": {
|
|
61
|
+
"value": "#04C8BD"
|
|
62
|
+
},
|
|
63
|
+
"600": {
|
|
64
|
+
"value": "#00A49F"
|
|
65
|
+
},
|
|
66
|
+
"700": {
|
|
67
|
+
"value": "#05807D"
|
|
68
|
+
},
|
|
69
|
+
"800": {
|
|
70
|
+
"value": "#0A6564"
|
|
71
|
+
},
|
|
72
|
+
"900": {
|
|
73
|
+
"value": "#0D5453"
|
|
74
|
+
},
|
|
75
|
+
"950": {
|
|
76
|
+
"value": "#003133"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"green": {
|
|
80
|
+
"50": {
|
|
81
|
+
"value": "#F0F9F3"
|
|
82
|
+
},
|
|
83
|
+
"100": {
|
|
84
|
+
"value": "#DAF1E0"
|
|
85
|
+
},
|
|
86
|
+
"200": {
|
|
87
|
+
"value": "#B7E3C6"
|
|
88
|
+
},
|
|
89
|
+
"300": {
|
|
90
|
+
"value": "#88CDA4"
|
|
91
|
+
},
|
|
92
|
+
"400": {
|
|
93
|
+
"value": "#56B17E"
|
|
94
|
+
},
|
|
95
|
+
"500": {
|
|
96
|
+
"value": "#38A169"
|
|
97
|
+
},
|
|
98
|
+
"600": {
|
|
99
|
+
"value": "#24774C"
|
|
100
|
+
},
|
|
101
|
+
"700": {
|
|
102
|
+
"value": "#1D5F3F"
|
|
103
|
+
},
|
|
104
|
+
"800": {
|
|
105
|
+
"value": "#194C34"
|
|
106
|
+
},
|
|
107
|
+
"900": {
|
|
108
|
+
"value": "#153F2C"
|
|
109
|
+
},
|
|
110
|
+
"950": {
|
|
111
|
+
"value": "#0B2318"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"blue": {
|
|
115
|
+
"50": {
|
|
116
|
+
"value": "#F2F7FD"
|
|
117
|
+
},
|
|
118
|
+
"100": {
|
|
119
|
+
"value": "#E5EEF9"
|
|
120
|
+
},
|
|
121
|
+
"200": {
|
|
122
|
+
"value": "#C4DBF3"
|
|
123
|
+
},
|
|
124
|
+
"300": {
|
|
125
|
+
"value": "#90BDE9"
|
|
126
|
+
},
|
|
127
|
+
"400": {
|
|
128
|
+
"value": "#559BDB"
|
|
129
|
+
},
|
|
130
|
+
"500": {
|
|
131
|
+
"value": "#3182CE"
|
|
132
|
+
},
|
|
133
|
+
"600": {
|
|
134
|
+
"value": "#2062A9"
|
|
135
|
+
},
|
|
136
|
+
"700": {
|
|
137
|
+
"value": "#1B4F89"
|
|
138
|
+
},
|
|
139
|
+
"800": {
|
|
140
|
+
"value": "#1A4472"
|
|
141
|
+
},
|
|
142
|
+
"900": {
|
|
143
|
+
"value": "#1B3A5F"
|
|
144
|
+
},
|
|
145
|
+
"950": {
|
|
146
|
+
"value": "#12253F"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"purple": {
|
|
150
|
+
"50": {
|
|
151
|
+
"value": "#F6F5FD"
|
|
152
|
+
},
|
|
153
|
+
"100": {
|
|
154
|
+
"value": "#EEECFB"
|
|
155
|
+
},
|
|
156
|
+
"200": {
|
|
157
|
+
"value": "#DFDCF8"
|
|
158
|
+
},
|
|
159
|
+
"300": {
|
|
160
|
+
"value": "#C7BFF3"
|
|
161
|
+
},
|
|
162
|
+
"400": {
|
|
163
|
+
"value": "#AA9BEA"
|
|
164
|
+
},
|
|
165
|
+
"500": {
|
|
166
|
+
"value": "#8D72E0"
|
|
167
|
+
},
|
|
168
|
+
"600": {
|
|
169
|
+
"value": "#805AD5"
|
|
170
|
+
},
|
|
171
|
+
"700": {
|
|
172
|
+
"value": "#6B41C0"
|
|
173
|
+
},
|
|
174
|
+
"800": {
|
|
175
|
+
"value": "#5A36A1"
|
|
176
|
+
},
|
|
177
|
+
"900": {
|
|
178
|
+
"value": "#4B2E84"
|
|
179
|
+
},
|
|
180
|
+
"950": {
|
|
181
|
+
"value": "#2E1C59"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"red": {
|
|
185
|
+
"50": {
|
|
186
|
+
"value": "#FDF3F3"
|
|
187
|
+
},
|
|
188
|
+
"100": {
|
|
189
|
+
"value": "#FDE3E3"
|
|
190
|
+
},
|
|
191
|
+
"200": {
|
|
192
|
+
"value": "#FCCCCC"
|
|
193
|
+
},
|
|
194
|
+
"300": {
|
|
195
|
+
"value": "#F8A9A9"
|
|
196
|
+
},
|
|
197
|
+
"400": {
|
|
198
|
+
"value": "#F27777"
|
|
199
|
+
},
|
|
200
|
+
"500": {
|
|
201
|
+
"value": "#E53E3E"
|
|
202
|
+
},
|
|
203
|
+
"600": {
|
|
204
|
+
"value": "#D32F2F"
|
|
205
|
+
},
|
|
206
|
+
"700": {
|
|
207
|
+
"value": "#B22323"
|
|
208
|
+
},
|
|
209
|
+
"800": {
|
|
210
|
+
"value": "#932121"
|
|
211
|
+
},
|
|
212
|
+
"900": {
|
|
213
|
+
"value": "#7A2222"
|
|
214
|
+
},
|
|
215
|
+
"950": {
|
|
216
|
+
"value": "#420D0D"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"orange": {
|
|
220
|
+
"50": {
|
|
221
|
+
"value": "#FDF8EF"
|
|
222
|
+
},
|
|
223
|
+
"100": {
|
|
224
|
+
"value": "#FBEED9"
|
|
225
|
+
},
|
|
226
|
+
"200": {
|
|
227
|
+
"value": "#F7DAB1"
|
|
228
|
+
},
|
|
229
|
+
"300": {
|
|
230
|
+
"value": "#F1C080"
|
|
231
|
+
},
|
|
232
|
+
"400": {
|
|
233
|
+
"value": "#EB9D4C"
|
|
234
|
+
},
|
|
235
|
+
"500": {
|
|
236
|
+
"value": "#E5812A"
|
|
237
|
+
},
|
|
238
|
+
"600": {
|
|
239
|
+
"value": "#DD6B20"
|
|
240
|
+
},
|
|
241
|
+
"700": {
|
|
242
|
+
"value": "#B2501C"
|
|
243
|
+
},
|
|
244
|
+
"800": {
|
|
245
|
+
"value": "#8E401E"
|
|
246
|
+
},
|
|
247
|
+
"900": {
|
|
248
|
+
"value": "#73361B"
|
|
249
|
+
},
|
|
250
|
+
"950": {
|
|
251
|
+
"value": "#3E1A0C"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"yellow": {
|
|
255
|
+
"50": {
|
|
256
|
+
"value": "#FBF7EB"
|
|
257
|
+
},
|
|
258
|
+
"100": {
|
|
259
|
+
"value": "#F5EDCC"
|
|
260
|
+
},
|
|
261
|
+
"200": {
|
|
262
|
+
"value": "#EDD89B"
|
|
263
|
+
},
|
|
264
|
+
"300": {
|
|
265
|
+
"value": "#E2BC62"
|
|
266
|
+
},
|
|
267
|
+
"400": {
|
|
268
|
+
"value": "#D69E2E"
|
|
269
|
+
},
|
|
270
|
+
"500": {
|
|
271
|
+
"value": "#C88D2A"
|
|
272
|
+
},
|
|
273
|
+
"600": {
|
|
274
|
+
"value": "#AC6E22"
|
|
275
|
+
},
|
|
276
|
+
"700": {
|
|
277
|
+
"value": "#8A501E"
|
|
278
|
+
},
|
|
279
|
+
"800": {
|
|
280
|
+
"value": "#734120"
|
|
281
|
+
},
|
|
282
|
+
"900": {
|
|
283
|
+
"value": "#633720"
|
|
284
|
+
},
|
|
285
|
+
"950": {
|
|
286
|
+
"value": "#391B0F"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"bg": {
|
|
290
|
+
"base": {
|
|
291
|
+
"value": "{color.white}"
|
|
292
|
+
},
|
|
293
|
+
"soft": {
|
|
294
|
+
"value": "{color.gray.50}"
|
|
295
|
+
},
|
|
296
|
+
"muted": {
|
|
297
|
+
"value": "{color.gray.100}"
|
|
298
|
+
},
|
|
299
|
+
"active": {
|
|
300
|
+
"value": "{color.teal.600}"
|
|
301
|
+
},
|
|
302
|
+
"info": {
|
|
303
|
+
"value": "{color.blue.50}"
|
|
304
|
+
},
|
|
305
|
+
"success": {
|
|
306
|
+
"value": "{color.green.50}"
|
|
307
|
+
},
|
|
308
|
+
"warning": {
|
|
309
|
+
"value": "{color.yellow.50}"
|
|
310
|
+
},
|
|
311
|
+
"critical": {
|
|
312
|
+
"value": "{color.red.50}"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"fg": {
|
|
316
|
+
"base": {
|
|
317
|
+
"value": "{color.gray.500}"
|
|
318
|
+
},
|
|
319
|
+
"muted": {
|
|
320
|
+
"value": "{color.gray.300}"
|
|
321
|
+
},
|
|
322
|
+
"emphasized": {
|
|
323
|
+
"value": "{color.gray.900}"
|
|
324
|
+
},
|
|
325
|
+
"inverted": {
|
|
326
|
+
"value": "{color.white}"
|
|
327
|
+
},
|
|
328
|
+
"active": {
|
|
329
|
+
"value": "{color.teal.600}"
|
|
330
|
+
},
|
|
331
|
+
"info": {
|
|
332
|
+
"value": "{color.blue.500}"
|
|
333
|
+
},
|
|
334
|
+
"success": {
|
|
335
|
+
"value": "{color.green.500}"
|
|
336
|
+
},
|
|
337
|
+
"warning": {
|
|
338
|
+
"value": "{color.yellow.500}"
|
|
339
|
+
},
|
|
340
|
+
"critical": {
|
|
341
|
+
"value": "{color.red.500}"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"border": {
|
|
345
|
+
"base": {
|
|
346
|
+
"value": "{color.gray.200}"
|
|
347
|
+
},
|
|
348
|
+
"soft": {
|
|
349
|
+
"value": "{color.gray.100}"
|
|
350
|
+
},
|
|
351
|
+
"muted": {
|
|
352
|
+
"value": "{color.gray.200}"
|
|
353
|
+
},
|
|
354
|
+
"emphasized": {
|
|
355
|
+
"value": "{color.gray.400}"
|
|
356
|
+
},
|
|
357
|
+
"active": {
|
|
358
|
+
"value": "{color.teal.600}"
|
|
359
|
+
},
|
|
360
|
+
"info": {
|
|
361
|
+
"value": "{color.blue.300}"
|
|
362
|
+
},
|
|
363
|
+
"success": {
|
|
364
|
+
"value": "{color.green.300}"
|
|
365
|
+
},
|
|
366
|
+
"warning": {
|
|
367
|
+
"value": "{color.yellow.300}"
|
|
368
|
+
},
|
|
369
|
+
"critical": {
|
|
370
|
+
"value": "{color.red.300}"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
export default _default;
|
|
@@ -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;
|
|
32
33
|
filled: boolean;
|
|
33
34
|
icon: string | null;
|
|
34
35
|
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,10 +3,6 @@ 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
|
-
};
|
|
10
6
|
text: {
|
|
11
7
|
type: StringConstructor;
|
|
12
8
|
default: null;
|
|
@@ -15,47 +11,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
11
|
type: StringConstructor;
|
|
16
12
|
default: null;
|
|
17
13
|
};
|
|
18
|
-
icon: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: null;
|
|
21
|
-
};
|
|
22
14
|
onClose: {
|
|
23
15
|
type: FunctionConstructor;
|
|
24
16
|
default: () => void;
|
|
25
17
|
};
|
|
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
|
-
};
|
|
46
18
|
type: {
|
|
47
19
|
type: StringConstructor;
|
|
48
20
|
default: string;
|
|
49
21
|
};
|
|
50
|
-
}>, {}, {}, {
|
|
22
|
+
}>, {}, {}, {
|
|
23
|
+
toastType(): "error" | "attention" | "informational" | "success";
|
|
24
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
51
25
|
version: {
|
|
52
26
|
type: StringConstructor;
|
|
53
27
|
default: string;
|
|
54
28
|
};
|
|
55
|
-
title: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: null;
|
|
58
|
-
};
|
|
59
29
|
text: {
|
|
60
30
|
type: StringConstructor;
|
|
61
31
|
default: null;
|
|
@@ -64,72 +34,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
34
|
type: StringConstructor;
|
|
65
35
|
default: null;
|
|
66
36
|
};
|
|
67
|
-
icon: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
default: null;
|
|
70
|
-
};
|
|
71
37
|
onClose: {
|
|
72
38
|
type: FunctionConstructor;
|
|
73
39
|
default: () => void;
|
|
74
40
|
};
|
|
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
|
-
};
|
|
95
41
|
type: {
|
|
96
42
|
type: StringConstructor;
|
|
97
43
|
default: string;
|
|
98
44
|
};
|
|
99
45
|
}>> & Readonly<{}>, {
|
|
100
|
-
title: string;
|
|
101
46
|
text: string;
|
|
102
|
-
icon: string;
|
|
103
|
-
scheme: string;
|
|
104
47
|
type: string;
|
|
105
|
-
|
|
48
|
+
scheme: string;
|
|
106
49
|
onClose: Function;
|
|
107
50
|
version: string;
|
|
108
|
-
linkHref: string;
|
|
109
|
-
linkTarget: string;
|
|
110
|
-
linkText: string;
|
|
111
|
-
closeText: string;
|
|
112
51
|
}, {}, {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
120
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
52
|
+
UnnnicToast: import('vue').DefineComponent<import('../Toast/types').ToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
|
+
close: () => any;
|
|
54
|
+
destroy: () => any;
|
|
55
|
+
}, string, import('vue').PublicProps, Readonly<import('../Toast/types').ToastProps> & Readonly<{
|
|
56
|
+
onClose?: (() => any) | undefined;
|
|
57
|
+
onDestroy?: (() => any) | undefined;
|
|
121
58
|
}>, {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
59
|
+
type: import('../Toast/types').ToastType;
|
|
60
|
+
description: string;
|
|
61
|
+
button: import('../Toast/types').ToastButton;
|
|
62
|
+
title: string;
|
|
63
|
+
timeout: number;
|
|
127
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
128
65
|
Version1dot1: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
129
|
-
version: {
|
|
130
|
-
type: StringConstructor;
|
|
131
|
-
default: string;
|
|
132
|
-
};
|
|
133
66
|
text: {
|
|
134
67
|
type: StringConstructor;
|
|
135
68
|
default: null;
|
|
@@ -142,18 +75,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
75
|
type: FunctionConstructor;
|
|
143
76
|
default: () => void;
|
|
144
77
|
};
|
|
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
|
-
};
|
|
157
78
|
type: {
|
|
158
79
|
type: StringConstructor;
|
|
159
80
|
default: string;
|
|
@@ -161,10 +82,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
161
82
|
}>, {}, {}, {}, {
|
|
162
83
|
emitClose(): void;
|
|
163
84
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
164
|
-
version: {
|
|
165
|
-
type: StringConstructor;
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
85
|
text: {
|
|
169
86
|
type: StringConstructor;
|
|
170
87
|
default: null;
|
|
@@ -177,18 +94,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
177
94
|
type: FunctionConstructor;
|
|
178
95
|
default: () => void;
|
|
179
96
|
};
|
|
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
|
-
};
|
|
192
97
|
type: {
|
|
193
98
|
type: StringConstructor;
|
|
194
99
|
default: string;
|
|
@@ -197,13 +102,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
102
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
198
103
|
}>, {
|
|
199
104
|
text: string;
|
|
200
|
-
scheme: string;
|
|
201
105
|
type: string;
|
|
106
|
+
scheme: string;
|
|
202
107
|
onClose: Function;
|
|
203
|
-
version: string;
|
|
204
|
-
linkHref: string;
|
|
205
|
-
linkTarget: string;
|
|
206
|
-
linkText: string;
|
|
207
108
|
}, {}, {
|
|
208
109
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
209
110
|
click: (event: Event) => any;
|
|
@@ -214,10 +115,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
115
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
215
116
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
216
117
|
}>, {
|
|
118
|
+
size: import('../Icon.vue').IconSize;
|
|
217
119
|
filled: boolean;
|
|
218
120
|
icon: string | null;
|
|
219
121
|
clickable: boolean;
|
|
220
|
-
size: import('../Icon.vue').IconSize;
|
|
221
122
|
scheme: import('../Icon.vue').SchemeColor;
|
|
222
123
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
223
124
|
}, {}, 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":"AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmEA,wBA0CG"}
|