@weni/unnnic-system 3.2.7 → 3.2.9-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 +15 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +18 -119
- 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 +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +182 -27
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +1 -1
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +38 -32
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +10 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +182 -27
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +31 -13
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +192 -37
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- 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 +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +190 -35
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +45 -27
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +31 -13
- 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 +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +2 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -1
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +9 -0
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +15 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
- 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 +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 +2116 -1064
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-57bb200f.mjs → es-2735a8fb.js} +1 -1
- package/dist/{index-5f770b98.mjs → index-e012fa52.js} +8428 -8113
- package/dist/{pt-br-dc8f4568.mjs → pt-br-f38a8b9c.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.js +188 -0
- package/dist/{unnnic.umd.js → unnnic.umd.cjs} +42 -41
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +10 -9
- package/src/assets/icons/script-to-convert-svg-to-vue.js +4 -7
- package/src/assets/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/assets/scss/scheme-colors.scss +131 -4
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/AudioRecorder/AudioRecorder.vue +3 -2
- package/src/components/Button/Button.vue +61 -109
- package/src/components/Button/__tests__/Button.spec.js +2 -2
- package/src/components/Button/types.ts +1 -2
- package/src/components/Card/Card.vue +4 -1
- package/src/components/ChartMultiLine/Line/Line.vue +2 -1
- package/src/components/ChatsContact/ChatsContact.vue +1 -1
- package/src/components/ChatsHeader/ChatsHeader.vue +4 -2
- package/src/components/ChatsMessage/ChatsMessageText.vue +5 -5
- package/src/components/Chip/Chip.vue +62 -57
- package/src/components/Chip/__tests__/Chip.spec.js +18 -18
- package/src/components/DataTable/index.vue +8 -5
- package/src/components/DatePicker/DatePicker.vue +29 -16
- package/src/components/Drawer/Drawer.vue +4 -1
- package/src/components/Drawer/__tests__/Drawer.spec.js +9 -3
- package/src/components/DropArea/DropArea.vue +1 -1
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +17 -17
- package/src/components/EmojiPicker/EmojiPicker.vue +57 -48
- package/src/components/EmojiPicker/__tests__/EmojiPicker.spec.js +84 -23
- package/src/components/Flag.vue +0 -1
- package/src/components/FormElement/FormElement.vue +52 -92
- package/src/components/Icon/types.ts +2 -2
- package/src/components/Icon.vue +3 -1
- package/src/components/Input/BaseInput.vue +10 -12
- package/src/components/Input/Input.scss +17 -20
- package/src/components/Input/Input.vue +96 -28
- package/src/components/Input/TextInput.vue +28 -41
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +12 -3
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/InputDatePicker/InputDatePicker.vue +1 -1
- package/src/components/Label/Label.vue +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/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/ModalNext/ModalNext.vue +2 -2
- package/src/components/SelectSmart/SelectSmart.vue +15 -4
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +2 -2
- package/src/components/Switch/__tests__/Switch.spec.js +6 -2
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/TagNext.vue +2 -8
- package/src/components/TemplatePreview/TemplatePreview.vue +252 -0
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +51 -0
- package/src/components/TemplatePreview/types.d.ts +16 -0
- package/src/components/TextArea/TextArea.vue +13 -9
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
- package/src/components/Toast/Toast.vue +236 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/Tour/TourPopover.vue +1 -1
- package/src/components/__tests__/Icon.spec.js +2 -2
- package/src/components/index.ts +105 -91
- package/src/index.ts +1 -1
- package/src/main.ts +1 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +3 -18
- package/src/stories/ChatsHeader.stories.js +1 -1
- package/src/stories/ChatsMessage.stories.js +0 -1
- package/src/stories/Chip.stories.js +7 -4
- package/src/stories/Input.stories.js +16 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/SelectSmart.stories.js +1 -1
- package/src/stories/TableNext.stories.js +1 -1
- package/src/stories/TemplatePreview.stories.js +94 -0
- package/src/stories/TemplatePreviewModal.stories.js +110 -0
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/index.d.ts +2 -2
- package/src/types/scheme-colors.d.ts +121 -16
- package/src/types/unnnic-utils.d.ts +87 -87
- package/src/types/vue-shims.d.ts +1 -1
- package/src/types/vueuse-overrides.d.ts +2 -2
- package/src/utils/call.js +46 -18
- package/src/utils/plugins/i18n.js +0 -1
- package/dist/unnnic.mjs +0 -182
- 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
|
@@ -46,11 +46,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
47
47
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
48
48
|
}>, {
|
|
49
|
+
size: import('../Icon.vue').IconSize;
|
|
49
50
|
filled: boolean;
|
|
50
51
|
next: boolean;
|
|
51
52
|
icon: string | null;
|
|
52
53
|
clickable: boolean;
|
|
53
|
-
size: import('../Icon.vue').IconSize;
|
|
54
54
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
55
55
|
scheme: import('../Icon.vue').SchemeColor;
|
|
56
56
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -64,11 +64,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
65
65
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
66
66
|
}>, {
|
|
67
|
+
size: import('../Icon.vue').IconSize;
|
|
67
68
|
filled: boolean;
|
|
68
69
|
next: boolean;
|
|
69
70
|
icon: string | null;
|
|
70
71
|
clickable: boolean;
|
|
71
|
-
size: import('../Icon.vue').IconSize;
|
|
72
72
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
73
73
|
scheme: import('../Icon.vue').SchemeColor;
|
|
74
74
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatsMessageText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsMessage/ChatsMessageText.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatsMessageText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsMessage/ChatsMessageText.vue"],"names":[],"mappings":"AAcA;"}
|
|
@@ -50,11 +50,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
51
51
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
52
52
|
}>, {
|
|
53
|
+
size: import('../Icon.vue').IconSize;
|
|
53
54
|
filled: boolean;
|
|
54
55
|
next: boolean;
|
|
55
56
|
icon: string | null;
|
|
56
57
|
clickable: boolean;
|
|
57
|
-
size: import('../Icon.vue').IconSize;
|
|
58
58
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
59
59
|
scheme: import('../Icon.vue').SchemeColor;
|
|
60
60
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -55,9 +55,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
}>> & Readonly<{
|
|
56
56
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
|
-
clickable: boolean;
|
|
59
58
|
size: string;
|
|
60
59
|
disabled: boolean;
|
|
60
|
+
clickable: boolean;
|
|
61
61
|
active: boolean;
|
|
62
62
|
photoUrl: string;
|
|
63
63
|
}, {}, {
|
|
@@ -70,11 +70,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
70
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
71
71
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
|
+
size: import('../Icon.vue').IconSize;
|
|
73
74
|
filled: boolean;
|
|
74
75
|
next: boolean;
|
|
75
76
|
icon: string | null;
|
|
76
77
|
clickable: boolean;
|
|
77
|
-
size: import('../Icon.vue').IconSize;
|
|
78
78
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
79
79
|
scheme: import('../Icon.vue').SchemeColor;
|
|
80
80
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
4
4
|
default: boolean;
|
|
5
5
|
validator(value: unknown): boolean;
|
|
6
6
|
};
|
|
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
click(): void;
|
|
26
26
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
27
|
modelValue: {
|
|
28
|
-
type: (
|
|
28
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
29
29
|
default: boolean;
|
|
30
30
|
validator(value: unknown): boolean;
|
|
31
31
|
};
|
|
@@ -60,11 +60,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
61
61
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
62
62
|
}>, {
|
|
63
|
+
size: import('../Icon.vue').IconSize;
|
|
63
64
|
filled: boolean;
|
|
64
65
|
next: boolean;
|
|
65
66
|
icon: string | null;
|
|
66
67
|
clickable: boolean;
|
|
67
|
-
size: import('../Icon.vue').IconSize;
|
|
68
68
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
69
69
|
scheme: import('../Icon.vue').SchemeColor;
|
|
70
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Chip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.vue"],"names":[],"mappings":"AA6BA;AAqIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;;;;;;AAsHzC,wBAQG"}
|
|
@@ -25,9 +25,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
default: null;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{}>, {
|
|
28
|
+
text: string;
|
|
28
29
|
time: string;
|
|
29
30
|
title: string;
|
|
30
|
-
text: string;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
export default _default;
|
|
33
33
|
//# sourceMappingURL=Comment.vue.d.ts.map
|
|
@@ -33,8 +33,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
|
-
title: string;
|
|
37
36
|
text: string;
|
|
37
|
+
title: string;
|
|
38
38
|
enableHover: boolean;
|
|
39
39
|
hoverText: string;
|
|
40
40
|
}, {}, {
|
|
@@ -106,8 +106,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
106
106
|
};
|
|
107
107
|
}>> & Readonly<{}>, {
|
|
108
108
|
text: string;
|
|
109
|
-
forceOpen: boolean;
|
|
110
109
|
enabled: boolean;
|
|
110
|
+
forceOpen: boolean;
|
|
111
111
|
side: string;
|
|
112
112
|
maxWidth: string;
|
|
113
113
|
shortcutText: string;
|
|
@@ -43,9 +43,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
43
43
|
onItemClick?: ((item: DataTableItem) => any) | undefined;
|
|
44
44
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
|
+
size: "sm" | "md";
|
|
46
47
|
height: string;
|
|
47
48
|
clickable: boolean;
|
|
48
|
-
size: "sm" | "md";
|
|
49
49
|
locale: string;
|
|
50
50
|
isLoading: boolean;
|
|
51
51
|
hideHeaders: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AAqKA;
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AAqKA;AAyeA,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,UAAU,KAAK;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AA4HD,iBAAS,cAAc,QAyPtB;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBAnYa,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;UApB/D,IAAI,GAAG,IAAI;YACT,MAAM;eAEH,OAAO;YAOV,MAAM;eAXH,OAAO;iBAML,OAAO;eAHT,MAAM;kBAEH,OAAO;oBAEL,OAAO;UACjB,MAAM;eACD,MAAM;kBACH,MAAM;6EAuZrB,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"}
|
|
@@ -82,19 +82,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
};
|
|
83
83
|
message: {
|
|
84
84
|
type: StringConstructor;
|
|
85
|
-
default:
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
errors: {
|
|
88
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
89
|
+
default: string;
|
|
86
90
|
};
|
|
87
91
|
label: {
|
|
88
92
|
type: StringConstructor;
|
|
89
|
-
default:
|
|
93
|
+
default: string;
|
|
90
94
|
};
|
|
91
95
|
iconLeft: {
|
|
92
96
|
type: StringConstructor;
|
|
93
|
-
default:
|
|
97
|
+
default: string;
|
|
94
98
|
};
|
|
95
99
|
iconRight: {
|
|
96
100
|
type: StringConstructor;
|
|
97
|
-
default:
|
|
101
|
+
default: string;
|
|
98
102
|
};
|
|
99
103
|
allowTogglePassword: {
|
|
100
104
|
type: BooleanConstructor;
|
|
@@ -102,11 +106,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
106
|
};
|
|
103
107
|
iconLeftClickable: {
|
|
104
108
|
type: BooleanConstructor;
|
|
105
|
-
default:
|
|
109
|
+
default: boolean;
|
|
106
110
|
};
|
|
107
111
|
iconRightClickable: {
|
|
108
112
|
type: BooleanConstructor;
|
|
109
|
-
default:
|
|
113
|
+
default: boolean;
|
|
110
114
|
};
|
|
111
115
|
hasCloudyColor: {
|
|
112
116
|
type: BooleanConstructor;
|
|
@@ -120,6 +124,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
124
|
type: (StringConstructor | ArrayConstructor)[];
|
|
121
125
|
default: string;
|
|
122
126
|
};
|
|
127
|
+
tooltip: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
maxlength: {
|
|
132
|
+
type: (NumberConstructor | null)[];
|
|
133
|
+
default: null;
|
|
134
|
+
};
|
|
135
|
+
showMaxlengthCounter: {
|
|
136
|
+
type: BooleanConstructor;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
139
|
+
disabled: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
123
143
|
}>, {}, {
|
|
124
144
|
val: string;
|
|
125
145
|
}, {
|
|
@@ -146,19 +166,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
166
|
};
|
|
147
167
|
message: {
|
|
148
168
|
type: StringConstructor;
|
|
149
|
-
default:
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
errors: {
|
|
172
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
173
|
+
default: string;
|
|
150
174
|
};
|
|
151
175
|
label: {
|
|
152
176
|
type: StringConstructor;
|
|
153
|
-
default:
|
|
177
|
+
default: string;
|
|
154
178
|
};
|
|
155
179
|
iconLeft: {
|
|
156
180
|
type: StringConstructor;
|
|
157
|
-
default:
|
|
181
|
+
default: string;
|
|
158
182
|
};
|
|
159
183
|
iconRight: {
|
|
160
184
|
type: StringConstructor;
|
|
161
|
-
default:
|
|
185
|
+
default: string;
|
|
162
186
|
};
|
|
163
187
|
allowTogglePassword: {
|
|
164
188
|
type: BooleanConstructor;
|
|
@@ -166,11 +190,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
190
|
};
|
|
167
191
|
iconLeftClickable: {
|
|
168
192
|
type: BooleanConstructor;
|
|
169
|
-
default:
|
|
193
|
+
default: boolean;
|
|
170
194
|
};
|
|
171
195
|
iconRightClickable: {
|
|
172
196
|
type: BooleanConstructor;
|
|
173
|
-
default:
|
|
197
|
+
default: boolean;
|
|
174
198
|
};
|
|
175
199
|
hasCloudyColor: {
|
|
176
200
|
type: BooleanConstructor;
|
|
@@ -184,16 +208,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
184
208
|
type: (StringConstructor | ArrayConstructor)[];
|
|
185
209
|
default: string;
|
|
186
210
|
};
|
|
211
|
+
tooltip: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
maxlength: {
|
|
216
|
+
type: (NumberConstructor | null)[];
|
|
217
|
+
default: null;
|
|
218
|
+
};
|
|
219
|
+
showMaxlengthCounter: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
223
|
+
disabled: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
187
227
|
}>> & Readonly<{
|
|
188
228
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
189
229
|
}>, {
|
|
190
|
-
label: string;
|
|
191
|
-
mask: string | unknown[];
|
|
192
230
|
size: string;
|
|
193
231
|
type: string;
|
|
232
|
+
label: string;
|
|
194
233
|
message: string;
|
|
234
|
+
disabled: boolean;
|
|
235
|
+
mask: string | unknown[];
|
|
195
236
|
modelValue: string;
|
|
196
237
|
nativeType: string;
|
|
238
|
+
maxlength: number | null;
|
|
197
239
|
placeholder: string;
|
|
198
240
|
iconLeft: string;
|
|
199
241
|
iconRight: string;
|
|
@@ -201,6 +243,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
201
243
|
iconRightClickable: boolean;
|
|
202
244
|
allowTogglePassword: boolean;
|
|
203
245
|
hasCloudyColor: boolean;
|
|
246
|
+
errors: string | unknown[];
|
|
247
|
+
tooltip: string;
|
|
248
|
+
showMaxlengthCounter: boolean;
|
|
204
249
|
}, {}, {
|
|
205
250
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
206
251
|
placeholder: {
|
|
@@ -236,10 +281,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
236
281
|
type: BooleanConstructor;
|
|
237
282
|
default: null;
|
|
238
283
|
};
|
|
239
|
-
iconRightSize: {
|
|
240
|
-
type: StringConstructor;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
284
|
allowTogglePassword: {
|
|
244
285
|
type: BooleanConstructor;
|
|
245
286
|
default: null;
|
|
@@ -252,13 +293,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
293
|
type: StringConstructor;
|
|
253
294
|
default: string;
|
|
254
295
|
};
|
|
296
|
+
maxlength: {
|
|
297
|
+
type: NumberConstructor;
|
|
298
|
+
default: null;
|
|
299
|
+
};
|
|
300
|
+
disabled: {
|
|
301
|
+
type: BooleanConstructor;
|
|
302
|
+
default: boolean;
|
|
303
|
+
};
|
|
255
304
|
}>, {}, {
|
|
256
305
|
isFocused: boolean;
|
|
257
306
|
showPassword: boolean;
|
|
258
307
|
}, {
|
|
259
|
-
isDisabled():
|
|
308
|
+
isDisabled(): {};
|
|
260
309
|
iconRightSvg(): string;
|
|
261
|
-
iconScheme(): "
|
|
310
|
+
iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
|
|
262
311
|
attributes(): any;
|
|
263
312
|
}, {
|
|
264
313
|
focus(): void;
|
|
@@ -300,10 +349,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
349
|
type: BooleanConstructor;
|
|
301
350
|
default: null;
|
|
302
351
|
};
|
|
303
|
-
iconRightSize: {
|
|
304
|
-
type: StringConstructor;
|
|
305
|
-
default: string;
|
|
306
|
-
};
|
|
307
352
|
allowTogglePassword: {
|
|
308
353
|
type: BooleanConstructor;
|
|
309
354
|
default: null;
|
|
@@ -316,20 +361,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
361
|
type: StringConstructor;
|
|
317
362
|
default: string;
|
|
318
363
|
};
|
|
364
|
+
maxlength: {
|
|
365
|
+
type: NumberConstructor;
|
|
366
|
+
default: null;
|
|
367
|
+
};
|
|
368
|
+
disabled: {
|
|
369
|
+
type: BooleanConstructor;
|
|
370
|
+
default: boolean;
|
|
371
|
+
};
|
|
319
372
|
}>> & Readonly<{
|
|
320
373
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
321
374
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
322
375
|
}>, {
|
|
323
376
|
size: string;
|
|
324
377
|
type: string;
|
|
378
|
+
disabled: boolean;
|
|
325
379
|
modelValue: string;
|
|
326
380
|
nativeType: string;
|
|
381
|
+
maxlength: number;
|
|
327
382
|
placeholder: string;
|
|
328
383
|
iconLeft: string;
|
|
329
384
|
iconRight: string;
|
|
330
385
|
iconLeftClickable: boolean;
|
|
331
386
|
iconRightClickable: boolean;
|
|
332
|
-
iconRightSize: string;
|
|
333
387
|
allowTogglePassword: boolean;
|
|
334
388
|
hasCloudyColor: boolean;
|
|
335
389
|
}, {}, {
|
|
@@ -357,6 +411,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
411
|
};
|
|
358
412
|
hasIconLeft: BooleanConstructor;
|
|
359
413
|
hasIconRight: BooleanConstructor;
|
|
414
|
+
maxlength: {
|
|
415
|
+
type: NumberConstructor;
|
|
416
|
+
default: null;
|
|
417
|
+
};
|
|
360
418
|
}>, {}, {}, {
|
|
361
419
|
attributes(): any;
|
|
362
420
|
classes(): (string | {
|
|
@@ -389,16 +447,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
389
447
|
};
|
|
390
448
|
hasIconLeft: BooleanConstructor;
|
|
391
449
|
hasIconRight: BooleanConstructor;
|
|
450
|
+
maxlength: {
|
|
451
|
+
type: NumberConstructor;
|
|
452
|
+
default: null;
|
|
453
|
+
};
|
|
392
454
|
}>> & Readonly<{
|
|
393
455
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
394
456
|
}>, {
|
|
395
|
-
mask: string | unknown[];
|
|
396
457
|
size: string;
|
|
397
458
|
type: string;
|
|
459
|
+
mask: string | unknown[];
|
|
398
460
|
hasIconLeft: boolean;
|
|
399
461
|
hasIconRight: boolean;
|
|
400
462
|
modelValue: string;
|
|
401
463
|
nativeType: string;
|
|
464
|
+
maxlength: number;
|
|
402
465
|
}, {}, {}, {
|
|
403
466
|
mask: any;
|
|
404
467
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -411,15 +474,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
411
474
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
412
475
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
413
476
|
}>, {
|
|
477
|
+
size: import('../Icon.vue').IconSize;
|
|
414
478
|
filled: boolean;
|
|
415
479
|
next: boolean;
|
|
416
480
|
icon: string | null;
|
|
417
481
|
clickable: boolean;
|
|
418
|
-
size: import('../Icon.vue').IconSize;
|
|
419
482
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
420
483
|
scheme: import('../Icon.vue').SchemeColor;
|
|
421
484
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
422
485
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
486
|
+
UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
487
|
+
text: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: string;
|
|
490
|
+
};
|
|
491
|
+
enabled: {
|
|
492
|
+
type: BooleanConstructor;
|
|
493
|
+
default: boolean;
|
|
494
|
+
};
|
|
495
|
+
forceOpen: {
|
|
496
|
+
type: BooleanConstructor;
|
|
497
|
+
default: boolean;
|
|
498
|
+
};
|
|
499
|
+
side: {
|
|
500
|
+
type: StringConstructor;
|
|
501
|
+
default: string;
|
|
502
|
+
validator(value: unknown): boolean;
|
|
503
|
+
};
|
|
504
|
+
maxWidth: {
|
|
505
|
+
type: StringConstructor;
|
|
506
|
+
default: string;
|
|
507
|
+
};
|
|
508
|
+
shortcutText: {
|
|
509
|
+
type: StringConstructor;
|
|
510
|
+
default: null;
|
|
511
|
+
};
|
|
512
|
+
enableHtml: {
|
|
513
|
+
type: BooleanConstructor;
|
|
514
|
+
default: boolean;
|
|
515
|
+
};
|
|
516
|
+
}>, {}, {
|
|
517
|
+
topPos: null;
|
|
518
|
+
leftPos: null;
|
|
519
|
+
}, {}, {
|
|
520
|
+
handleResize(): void;
|
|
521
|
+
getRightPost(element: any): void;
|
|
522
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
523
|
+
text: {
|
|
524
|
+
type: StringConstructor;
|
|
525
|
+
default: string;
|
|
526
|
+
};
|
|
527
|
+
enabled: {
|
|
528
|
+
type: BooleanConstructor;
|
|
529
|
+
default: boolean;
|
|
530
|
+
};
|
|
531
|
+
forceOpen: {
|
|
532
|
+
type: BooleanConstructor;
|
|
533
|
+
default: boolean;
|
|
534
|
+
};
|
|
535
|
+
side: {
|
|
536
|
+
type: StringConstructor;
|
|
537
|
+
default: string;
|
|
538
|
+
validator(value: unknown): boolean;
|
|
539
|
+
};
|
|
540
|
+
maxWidth: {
|
|
541
|
+
type: StringConstructor;
|
|
542
|
+
default: string;
|
|
543
|
+
};
|
|
544
|
+
shortcutText: {
|
|
545
|
+
type: StringConstructor;
|
|
546
|
+
default: null;
|
|
547
|
+
};
|
|
548
|
+
enableHtml: {
|
|
549
|
+
type: BooleanConstructor;
|
|
550
|
+
default: boolean;
|
|
551
|
+
};
|
|
552
|
+
}>> & Readonly<{}>, {
|
|
553
|
+
text: string;
|
|
554
|
+
enabled: boolean;
|
|
555
|
+
forceOpen: boolean;
|
|
556
|
+
side: string;
|
|
557
|
+
maxWidth: string;
|
|
558
|
+
shortcutText: string;
|
|
559
|
+
enableHtml: boolean;
|
|
560
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
561
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
562
|
+
click: (event: Event) => any;
|
|
563
|
+
mousedown: (event: Event) => any;
|
|
564
|
+
mouseup: (event: Event) => any;
|
|
565
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
566
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
567
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
568
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
569
|
+
}>, {
|
|
570
|
+
size: import('../Icon.vue').IconSize;
|
|
571
|
+
filled: boolean;
|
|
572
|
+
next: boolean;
|
|
573
|
+
icon: string | null;
|
|
574
|
+
clickable: boolean;
|
|
575
|
+
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
576
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
577
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
423
578
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
424
579
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
425
580
|
export default _default;
|
|
@@ -75,8 +75,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
75
75
|
}, {
|
|
76
76
|
openMonths(): string[];
|
|
77
77
|
value(): {
|
|
78
|
-
startDate:
|
|
79
|
-
endDate:
|
|
78
|
+
startDate: string;
|
|
79
|
+
endDate: string;
|
|
80
80
|
};
|
|
81
81
|
i18nLocale(): string;
|
|
82
82
|
monthsLocale(): any;
|
|
@@ -209,11 +209,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
209
209
|
}, {}, {
|
|
210
210
|
UnnnicButton: {
|
|
211
211
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
212
|
-
text: string;
|
|
213
|
-
next: boolean;
|
|
214
212
|
size: import('../Button/types.js').ButtonSize;
|
|
215
213
|
type: import('../Button/types.js').ButtonType;
|
|
216
214
|
disabled: boolean;
|
|
215
|
+
text: string;
|
|
216
|
+
next: boolean;
|
|
217
217
|
iconLeft: string;
|
|
218
218
|
iconRight: string;
|
|
219
219
|
float: boolean;
|
|
@@ -228,11 +228,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
228
|
M: {};
|
|
229
229
|
Defaults: {};
|
|
230
230
|
}, Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
231
|
-
text: string;
|
|
232
|
-
next: boolean;
|
|
233
231
|
size: import('../Button/types.js').ButtonSize;
|
|
234
232
|
type: import('../Button/types.js').ButtonType;
|
|
235
233
|
disabled: boolean;
|
|
234
|
+
text: string;
|
|
235
|
+
next: boolean;
|
|
236
236
|
iconLeft: string;
|
|
237
237
|
iconRight: string;
|
|
238
238
|
float: boolean;
|
|
@@ -244,11 +244,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
244
244
|
__isTeleport?: never;
|
|
245
245
|
__isSuspense?: never;
|
|
246
246
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
247
|
-
text: string;
|
|
248
|
-
next: boolean;
|
|
249
247
|
size: import('../Button/types.js').ButtonSize;
|
|
250
248
|
type: import('../Button/types.js').ButtonType;
|
|
251
249
|
disabled: boolean;
|
|
250
|
+
text: string;
|
|
251
|
+
next: boolean;
|
|
252
252
|
iconLeft: string;
|
|
253
253
|
iconRight: string;
|
|
254
254
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/DatePicker.vue"],"names":[],"mappings":"AAyNA;"}
|
|
@@ -159,21 +159,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
159
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
160
160
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
|
+
size: import('../Icon.vue').IconSize;
|
|
162
163
|
filled: boolean;
|
|
163
164
|
next: boolean;
|
|
164
165
|
icon: string | null;
|
|
165
166
|
clickable: boolean;
|
|
166
|
-
size: import('../Icon.vue').IconSize;
|
|
167
167
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
168
168
|
scheme: import('../Icon.vue').SchemeColor;
|
|
169
169
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
170
170
|
UnnnicButton: {
|
|
171
171
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
172
|
-
text: string;
|
|
173
|
-
next: boolean;
|
|
174
172
|
size: import('../Button/types').ButtonSize;
|
|
175
173
|
type: import('../Button/types').ButtonType;
|
|
176
174
|
disabled: boolean;
|
|
175
|
+
text: string;
|
|
176
|
+
next: boolean;
|
|
177
177
|
iconLeft: string;
|
|
178
178
|
iconRight: string;
|
|
179
179
|
float: boolean;
|
|
@@ -188,11 +188,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
M: {};
|
|
189
189
|
Defaults: {};
|
|
190
190
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
191
|
-
text: string;
|
|
192
|
-
next: boolean;
|
|
193
191
|
size: import('../Button/types').ButtonSize;
|
|
194
192
|
type: import('../Button/types').ButtonType;
|
|
195
193
|
disabled: boolean;
|
|
194
|
+
text: string;
|
|
195
|
+
next: boolean;
|
|
196
196
|
iconLeft: string;
|
|
197
197
|
iconRight: string;
|
|
198
198
|
float: boolean;
|
|
@@ -204,11 +204,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
204
204
|
__isTeleport?: never;
|
|
205
205
|
__isSuspense?: never;
|
|
206
206
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
207
|
-
text: string;
|
|
208
|
-
next: boolean;
|
|
209
207
|
size: import('../Button/types').ButtonSize;
|
|
210
208
|
type: import('../Button/types').ButtonType;
|
|
211
209
|
disabled: boolean;
|
|
210
|
+
text: string;
|
|
211
|
+
next: boolean;
|
|
212
212
|
iconLeft: string;
|
|
213
213
|
iconRight: string;
|
|
214
214
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"AAyFA;"}
|
|
@@ -42,10 +42,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
42
|
}>> & Readonly<{
|
|
43
43
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
+
forceOpen: boolean;
|
|
45
46
|
position: string;
|
|
46
47
|
useOpenProp: boolean;
|
|
47
48
|
open: boolean;
|
|
48
|
-
forceOpen: boolean;
|
|
49
49
|
}, {}, {}, {
|
|
50
50
|
onClickOutside: any;
|
|
51
51
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|