@weni/unnnic-system 3.2.9-alpha.9 → 3.3.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 +4 -10
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +119 -18
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +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/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue.d.ts.map +1 -1
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts +43 -0
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts.map +1 -0
- 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/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/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 -8
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +27 -149
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +32 -38
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +1 -28
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -149
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -67
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -159
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +15 -9
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +35 -157
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -81
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +13 -67
- 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 -13
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
- package/dist/components/index.d.ts +1079 -1889
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-d6005598.js → es-db7a2f44.mjs} +1 -1
- package/dist/{index-35640dc9.js → index-08caf833.mjs} +8434 -8712
- 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-89c2c09d.js → pt-br-88538a51.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +182 -0
- package/dist/unnnic.umd.js +109 -0
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/assets/scss/scheme-colors.scss +4 -131
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChartFunnel/ChartFunnel.vue +4 -0
- package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +8 -2
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelBaseRow.vue +1 -1
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +64 -0
- package/src/components/DataTable/index.vue +10 -25
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Input/BaseInput.vue +14 -22
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +29 -85
- package/src/components/Input/TextInput.vue +42 -39
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/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/ModalDialog/ModalDialog.vue +0 -1
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- 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/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +4 -18
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +17 -2
- package/src/stories/ChartFunnel.stories.js +19 -0
- package/src/stories/DataTable.stories.js +0 -60
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +14 -120
- package/src/utils/call.js +18 -46
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/dist/unnnic.js +0 -188
- package/dist/unnnic.umd.cjs +0 -110
- package/src/assets/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/components/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/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 -93
- 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 -243
- package/src/components/TemplatePreview/TemplatePreview.vue +0 -252
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/components/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/Popover.stories.js +0 -39
- package/src/stories/Select.stories.js +0 -91
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -240,11 +240,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
240
240
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
241
241
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
242
242
|
}>, {
|
|
243
|
-
size: import('../Icon.vue').IconSize;
|
|
244
243
|
filled: boolean;
|
|
245
244
|
next: boolean;
|
|
246
245
|
icon: string | null;
|
|
247
246
|
clickable: boolean;
|
|
247
|
+
size: import('../Icon.vue').IconSize;
|
|
248
248
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
249
249
|
scheme: import('../Icon.vue').SchemeColor;
|
|
250
250
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -258,11 +258,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
258
258
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
259
259
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
260
260
|
}>, {
|
|
261
|
-
size: import('../Icon.vue').IconSize;
|
|
262
261
|
filled: boolean;
|
|
263
262
|
next: boolean;
|
|
264
263
|
icon: string | null;
|
|
265
264
|
clickable: boolean;
|
|
265
|
+
size: import('../Icon.vue').IconSize;
|
|
266
266
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
267
267
|
scheme: import('../Icon.vue').SchemeColor;
|
|
268
268
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -298,11 +298,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
298
298
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
299
299
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
300
300
|
}>, {
|
|
301
|
-
size: import('../Icon.vue').IconSize;
|
|
302
301
|
filled: boolean;
|
|
303
302
|
next: boolean;
|
|
304
303
|
icon: string | null;
|
|
305
304
|
clickable: boolean;
|
|
305
|
+
size: import('../Icon.vue').IconSize;
|
|
306
306
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
307
307
|
scheme: import('../Icon.vue').SchemeColor;
|
|
308
308
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -316,11 +316,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
316
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
317
317
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
318
318
|
}>, {
|
|
319
|
-
size: import('../Icon.vue').IconSize;
|
|
320
319
|
filled: boolean;
|
|
321
320
|
next: boolean;
|
|
322
321
|
icon: string | null;
|
|
323
322
|
clickable: boolean;
|
|
323
|
+
size: import('../Icon.vue').IconSize;
|
|
324
324
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
325
325
|
scheme: import('../Icon.vue').SchemeColor;
|
|
326
326
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -392,8 +392,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
392
392
|
};
|
|
393
393
|
}>> & Readonly<{}>, {
|
|
394
394
|
text: string;
|
|
395
|
-
enabled: boolean;
|
|
396
395
|
forceOpen: boolean;
|
|
396
|
+
enabled: boolean;
|
|
397
397
|
side: string;
|
|
398
398
|
maxWidth: string;
|
|
399
399
|
shortcutText: string;
|
|
@@ -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;
|
|
50
49
|
filled: boolean;
|
|
51
50
|
next: boolean;
|
|
52
51
|
icon: string | null;
|
|
53
52
|
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;
|
|
68
67
|
filled: boolean;
|
|
69
68
|
next: boolean;
|
|
70
69
|
icon: string | null;
|
|
71
70
|
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>;
|
|
@@ -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;
|
|
54
53
|
filled: boolean;
|
|
55
54
|
next: boolean;
|
|
56
55
|
icon: string | null;
|
|
57
56
|
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;
|
|
58
59
|
size: string;
|
|
59
60
|
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;
|
|
74
73
|
filled: boolean;
|
|
75
74
|
next: boolean;
|
|
76
75
|
icon: string | null;
|
|
77
76
|
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: (BooleanConstructor | StringConstructor)[];
|
|
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: (BooleanConstructor | StringConstructor)[];
|
|
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;
|
|
64
63
|
filled: boolean;
|
|
65
64
|
next: boolean;
|
|
66
65
|
icon: string | null;
|
|
67
66
|
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>;
|
|
@@ -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;
|
|
29
28
|
time: string;
|
|
30
29
|
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
|
-
text: string;
|
|
37
36
|
title: string;
|
|
37
|
+
text: 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
|
-
enabled: boolean;
|
|
110
109
|
forceOpen: boolean;
|
|
110
|
+
enabled: boolean;
|
|
111
111
|
side: string;
|
|
112
112
|
maxWidth: string;
|
|
113
113
|
shortcutText: string;
|
|
@@ -8,11 +8,6 @@ type DataTableHeader = {
|
|
|
8
8
|
type DataTableItem = {
|
|
9
9
|
[key: string]: any;
|
|
10
10
|
};
|
|
11
|
-
type SortState = {
|
|
12
|
-
header: string;
|
|
13
|
-
itemKey: string;
|
|
14
|
-
order: string;
|
|
15
|
-
};
|
|
16
11
|
interface Props {
|
|
17
12
|
headers: DataTableHeader[];
|
|
18
13
|
items: DataTableItem[];
|
|
@@ -28,7 +23,6 @@ interface Props {
|
|
|
28
23
|
pageTotal?: number;
|
|
29
24
|
pageInterval?: number;
|
|
30
25
|
locale?: string;
|
|
31
|
-
sort?: SortState;
|
|
32
26
|
}
|
|
33
27
|
declare function __VLS_template(): any;
|
|
34
28
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -49,10 +43,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
49
43
|
onItemClick?: ((item: DataTableItem) => any) | undefined;
|
|
50
44
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
51
45
|
}>, {
|
|
52
|
-
size: "sm" | "md";
|
|
53
|
-
sort: SortState;
|
|
54
46
|
height: string;
|
|
55
47
|
clickable: boolean;
|
|
48
|
+
size: "sm" | "md";
|
|
56
49
|
locale: string;
|
|
57
50
|
isLoading: boolean;
|
|
58
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;;;;;YAnB7D,MAAM;eAEH,OAAO;UAHZ,IAAI,GAAG,IAAI;YAUT,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,23 +82,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
};
|
|
83
83
|
message: {
|
|
84
84
|
type: StringConstructor;
|
|
85
|
-
default:
|
|
86
|
-
};
|
|
87
|
-
errors: {
|
|
88
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
89
|
-
default: string;
|
|
85
|
+
default: null;
|
|
90
86
|
};
|
|
91
87
|
label: {
|
|
92
88
|
type: StringConstructor;
|
|
93
|
-
default:
|
|
89
|
+
default: null;
|
|
94
90
|
};
|
|
95
91
|
iconLeft: {
|
|
96
92
|
type: StringConstructor;
|
|
97
|
-
default:
|
|
93
|
+
default: null;
|
|
98
94
|
};
|
|
99
95
|
iconRight: {
|
|
100
96
|
type: StringConstructor;
|
|
101
|
-
default:
|
|
97
|
+
default: null;
|
|
102
98
|
};
|
|
103
99
|
allowTogglePassword: {
|
|
104
100
|
type: BooleanConstructor;
|
|
@@ -106,11 +102,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
106
102
|
};
|
|
107
103
|
iconLeftClickable: {
|
|
108
104
|
type: BooleanConstructor;
|
|
109
|
-
default:
|
|
105
|
+
default: null;
|
|
110
106
|
};
|
|
111
107
|
iconRightClickable: {
|
|
112
108
|
type: BooleanConstructor;
|
|
113
|
-
default:
|
|
109
|
+
default: null;
|
|
114
110
|
};
|
|
115
111
|
hasCloudyColor: {
|
|
116
112
|
type: BooleanConstructor;
|
|
@@ -124,30 +120,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
120
|
type: (StringConstructor | ArrayConstructor)[];
|
|
125
121
|
default: string;
|
|
126
122
|
};
|
|
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
|
-
};
|
|
143
|
-
readonly: {
|
|
144
|
-
type: BooleanConstructor;
|
|
145
|
-
default: boolean;
|
|
146
|
-
};
|
|
147
|
-
forceActiveStatus: {
|
|
148
|
-
type: BooleanConstructor;
|
|
149
|
-
default: boolean;
|
|
150
|
-
};
|
|
151
123
|
}>, {}, {
|
|
152
124
|
val: string;
|
|
153
125
|
}, {
|
|
@@ -174,23 +146,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
146
|
};
|
|
175
147
|
message: {
|
|
176
148
|
type: StringConstructor;
|
|
177
|
-
default:
|
|
178
|
-
};
|
|
179
|
-
errors: {
|
|
180
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
181
|
-
default: string;
|
|
149
|
+
default: null;
|
|
182
150
|
};
|
|
183
151
|
label: {
|
|
184
152
|
type: StringConstructor;
|
|
185
|
-
default:
|
|
153
|
+
default: null;
|
|
186
154
|
};
|
|
187
155
|
iconLeft: {
|
|
188
156
|
type: StringConstructor;
|
|
189
|
-
default:
|
|
157
|
+
default: null;
|
|
190
158
|
};
|
|
191
159
|
iconRight: {
|
|
192
160
|
type: StringConstructor;
|
|
193
|
-
default:
|
|
161
|
+
default: null;
|
|
194
162
|
};
|
|
195
163
|
allowTogglePassword: {
|
|
196
164
|
type: BooleanConstructor;
|
|
@@ -198,11 +166,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
198
166
|
};
|
|
199
167
|
iconLeftClickable: {
|
|
200
168
|
type: BooleanConstructor;
|
|
201
|
-
default:
|
|
169
|
+
default: null;
|
|
202
170
|
};
|
|
203
171
|
iconRightClickable: {
|
|
204
172
|
type: BooleanConstructor;
|
|
205
|
-
default:
|
|
173
|
+
default: null;
|
|
206
174
|
};
|
|
207
175
|
hasCloudyColor: {
|
|
208
176
|
type: BooleanConstructor;
|
|
@@ -216,44 +184,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
184
|
type: (StringConstructor | ArrayConstructor)[];
|
|
217
185
|
default: string;
|
|
218
186
|
};
|
|
219
|
-
tooltip: {
|
|
220
|
-
type: StringConstructor;
|
|
221
|
-
default: string;
|
|
222
|
-
};
|
|
223
|
-
maxlength: {
|
|
224
|
-
type: (NumberConstructor | null)[];
|
|
225
|
-
default: null;
|
|
226
|
-
};
|
|
227
|
-
showMaxlengthCounter: {
|
|
228
|
-
type: BooleanConstructor;
|
|
229
|
-
default: boolean;
|
|
230
|
-
};
|
|
231
|
-
disabled: {
|
|
232
|
-
type: BooleanConstructor;
|
|
233
|
-
default: boolean;
|
|
234
|
-
};
|
|
235
|
-
readonly: {
|
|
236
|
-
type: BooleanConstructor;
|
|
237
|
-
default: boolean;
|
|
238
|
-
};
|
|
239
|
-
forceActiveStatus: {
|
|
240
|
-
type: BooleanConstructor;
|
|
241
|
-
default: boolean;
|
|
242
|
-
};
|
|
243
187
|
}>> & Readonly<{
|
|
244
188
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
245
189
|
}>, {
|
|
190
|
+
label: string;
|
|
191
|
+
mask: string | unknown[];
|
|
246
192
|
size: string;
|
|
247
193
|
type: string;
|
|
248
|
-
label: string;
|
|
249
194
|
message: string;
|
|
250
|
-
disabled: boolean;
|
|
251
|
-
mask: string | unknown[];
|
|
252
195
|
modelValue: string;
|
|
253
196
|
nativeType: string;
|
|
254
|
-
maxlength: number | null;
|
|
255
|
-
readonly: boolean;
|
|
256
|
-
forceActiveStatus: boolean;
|
|
257
197
|
placeholder: string;
|
|
258
198
|
iconLeft: string;
|
|
259
199
|
iconRight: string;
|
|
@@ -261,9 +201,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
201
|
iconRightClickable: boolean;
|
|
262
202
|
allowTogglePassword: boolean;
|
|
263
203
|
hasCloudyColor: boolean;
|
|
264
|
-
tooltip: string;
|
|
265
|
-
errors: string | unknown[];
|
|
266
|
-
showMaxlengthCounter: boolean;
|
|
267
204
|
}, {}, {
|
|
268
205
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
269
206
|
placeholder: {
|
|
@@ -299,6 +236,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
299
236
|
type: BooleanConstructor;
|
|
300
237
|
default: null;
|
|
301
238
|
};
|
|
239
|
+
iconRightSize: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
302
243
|
allowTogglePassword: {
|
|
303
244
|
type: BooleanConstructor;
|
|
304
245
|
default: null;
|
|
@@ -311,29 +252,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
252
|
type: StringConstructor;
|
|
312
253
|
default: string;
|
|
313
254
|
};
|
|
314
|
-
maxlength: {
|
|
315
|
-
type: NumberConstructor;
|
|
316
|
-
default: null;
|
|
317
|
-
};
|
|
318
|
-
disabled: {
|
|
319
|
-
type: BooleanConstructor;
|
|
320
|
-
default: boolean;
|
|
321
|
-
};
|
|
322
|
-
readonly: {
|
|
323
|
-
type: BooleanConstructor;
|
|
324
|
-
default: boolean;
|
|
325
|
-
};
|
|
326
|
-
forceActiveStatus: {
|
|
327
|
-
type: BooleanConstructor;
|
|
328
|
-
default: boolean;
|
|
329
|
-
};
|
|
330
255
|
}>, {}, {
|
|
331
256
|
isFocused: boolean;
|
|
332
257
|
showPassword: boolean;
|
|
333
258
|
}, {
|
|
334
|
-
isDisabled():
|
|
259
|
+
isDisabled(): unknown;
|
|
335
260
|
iconRightSvg(): string;
|
|
336
|
-
iconScheme(): "
|
|
261
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
337
262
|
attributes(): any;
|
|
338
263
|
}, {
|
|
339
264
|
focus(): void;
|
|
@@ -375,6 +300,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
375
300
|
type: BooleanConstructor;
|
|
376
301
|
default: null;
|
|
377
302
|
};
|
|
303
|
+
iconRightSize: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
378
307
|
allowTogglePassword: {
|
|
379
308
|
type: BooleanConstructor;
|
|
380
309
|
default: null;
|
|
@@ -387,39 +316,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
387
316
|
type: StringConstructor;
|
|
388
317
|
default: string;
|
|
389
318
|
};
|
|
390
|
-
maxlength: {
|
|
391
|
-
type: NumberConstructor;
|
|
392
|
-
default: null;
|
|
393
|
-
};
|
|
394
|
-
disabled: {
|
|
395
|
-
type: BooleanConstructor;
|
|
396
|
-
default: boolean;
|
|
397
|
-
};
|
|
398
|
-
readonly: {
|
|
399
|
-
type: BooleanConstructor;
|
|
400
|
-
default: boolean;
|
|
401
|
-
};
|
|
402
|
-
forceActiveStatus: {
|
|
403
|
-
type: BooleanConstructor;
|
|
404
|
-
default: boolean;
|
|
405
|
-
};
|
|
406
319
|
}>> & Readonly<{
|
|
407
320
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
408
321
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
409
322
|
}>, {
|
|
410
323
|
size: string;
|
|
411
324
|
type: string;
|
|
412
|
-
disabled: boolean;
|
|
413
325
|
modelValue: string;
|
|
414
326
|
nativeType: string;
|
|
415
|
-
maxlength: number;
|
|
416
|
-
readonly: boolean;
|
|
417
|
-
forceActiveStatus: boolean;
|
|
418
327
|
placeholder: string;
|
|
419
328
|
iconLeft: string;
|
|
420
329
|
iconRight: string;
|
|
421
330
|
iconLeftClickable: boolean;
|
|
422
331
|
iconRightClickable: boolean;
|
|
332
|
+
iconRightSize: string;
|
|
423
333
|
allowTogglePassword: boolean;
|
|
424
334
|
hasCloudyColor: boolean;
|
|
425
335
|
}, {}, {
|
|
@@ -447,18 +357,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
447
357
|
};
|
|
448
358
|
hasIconLeft: BooleanConstructor;
|
|
449
359
|
hasIconRight: BooleanConstructor;
|
|
450
|
-
maxlength: {
|
|
451
|
-
type: NumberConstructor;
|
|
452
|
-
default: null;
|
|
453
|
-
};
|
|
454
|
-
readonly: {
|
|
455
|
-
type: BooleanConstructor;
|
|
456
|
-
default: boolean;
|
|
457
|
-
};
|
|
458
|
-
forceActiveStatus: {
|
|
459
|
-
type: BooleanConstructor;
|
|
460
|
-
default: boolean;
|
|
461
|
-
};
|
|
462
360
|
}>, {}, {}, {
|
|
463
361
|
attributes(): any;
|
|
464
362
|
classes(): (string | {
|
|
@@ -491,31 +389,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
491
389
|
};
|
|
492
390
|
hasIconLeft: BooleanConstructor;
|
|
493
391
|
hasIconRight: BooleanConstructor;
|
|
494
|
-
maxlength: {
|
|
495
|
-
type: NumberConstructor;
|
|
496
|
-
default: null;
|
|
497
|
-
};
|
|
498
|
-
readonly: {
|
|
499
|
-
type: BooleanConstructor;
|
|
500
|
-
default: boolean;
|
|
501
|
-
};
|
|
502
|
-
forceActiveStatus: {
|
|
503
|
-
type: BooleanConstructor;
|
|
504
|
-
default: boolean;
|
|
505
|
-
};
|
|
506
392
|
}>> & Readonly<{
|
|
507
393
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
508
394
|
}>, {
|
|
395
|
+
mask: string | unknown[];
|
|
509
396
|
size: string;
|
|
510
397
|
type: string;
|
|
511
|
-
mask: string | unknown[];
|
|
512
398
|
hasIconLeft: boolean;
|
|
513
399
|
hasIconRight: boolean;
|
|
514
400
|
modelValue: string;
|
|
515
401
|
nativeType: string;
|
|
516
|
-
maxlength: number;
|
|
517
|
-
readonly: boolean;
|
|
518
|
-
forceActiveStatus: boolean;
|
|
519
402
|
}, {}, {}, {
|
|
520
403
|
mask: any;
|
|
521
404
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -528,20 +411,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
411
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
529
412
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
530
413
|
}>, {
|
|
531
|
-
size: import('../Icon.vue').IconSize;
|
|
532
414
|
filled: boolean;
|
|
533
415
|
next: boolean;
|
|
534
416
|
icon: string | null;
|
|
535
417
|
clickable: boolean;
|
|
418
|
+
size: import('../Icon.vue').IconSize;
|
|
536
419
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
537
420
|
scheme: import('../Icon.vue').SchemeColor;
|
|
538
421
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
539
422
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
540
|
-
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
541
|
-
label: string;
|
|
542
|
-
tooltip: string;
|
|
543
|
-
useHtmlTooltip: boolean;
|
|
544
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
545
423
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
546
424
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
547
425
|
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: any;
|
|
79
|
+
endDate: any;
|
|
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;
|
|
212
214
|
size: import('../Button/types.js').ButtonSize;
|
|
213
215
|
type: import('../Button/types.js').ButtonType;
|
|
214
216
|
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;
|
|
231
233
|
size: import('../Button/types.js').ButtonSize;
|
|
232
234
|
type: import('../Button/types.js').ButtonType;
|
|
233
235
|
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;
|
|
247
249
|
size: import('../Button/types.js').ButtonSize;
|
|
248
250
|
type: import('../Button/types.js').ButtonType;
|
|
249
251
|
disabled: boolean;
|
|
250
|
-
text: string;
|
|
251
|
-
next: boolean;
|
|
252
252
|
iconLeft: string;
|
|
253
253
|
iconRight: string;
|
|
254
254
|
float: boolean;
|
|
@@ -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;
|
|
163
162
|
filled: boolean;
|
|
164
163
|
next: boolean;
|
|
165
164
|
icon: string | null;
|
|
166
165
|
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;
|
|
172
174
|
size: import('../Button/types').ButtonSize;
|
|
173
175
|
type: import('../Button/types').ButtonType;
|
|
174
176
|
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;
|
|
191
193
|
size: import('../Button/types').ButtonSize;
|
|
192
194
|
type: import('../Button/types').ButtonType;
|
|
193
195
|
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;
|
|
207
209
|
size: import('../Button/types').ButtonSize;
|
|
208
210
|
type: import('../Button/types').ButtonType;
|
|
209
211
|
disabled: boolean;
|
|
210
|
-
text: string;
|
|
211
|
-
next: boolean;
|
|
212
212
|
iconLeft: string;
|
|
213
213
|
iconRight: string;
|
|
214
214
|
float: boolean;
|