@weni/unnnic-system 3.2.9 → 3.3.1-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 +13 -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/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 +8 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +176 -29
- 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 +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/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 +32 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +176 -29
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +83 -14
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +186 -39
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- 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 +184 -37
- 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 +20 -14
- 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 +8 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +97 -28
- 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 +83 -14
- 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 +13 -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/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 +2136 -1114
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-1ca6f2cf.mjs → es-94ab560e.mjs} +1 -1
- package/dist/{index-ca7d12b1.mjs → index-5caf403e.mjs} +8860 -8453
- 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-2d5000b1.mjs → pt-br-3002df05.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +126 -120
- package/dist/unnnic.umd.js +42 -41
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/radio-checked.svg +3 -0
- 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 +115 -111
- 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/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +60 -108
- package/src/components/Button/types.ts +0 -1
- 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 +25 -10
- package/src/components/FormElement/FormElement.vue +51 -91
- package/src/components/Input/BaseInput.vue +31 -14
- package/src/components/Input/Input.scss +19 -21
- package/src/components/Input/Input.vue +94 -30
- package/src/components/Input/TextInput.vue +82 -58
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +16 -3
- 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/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- 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 +80 -67
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/RadioGroup/RadioGroup.vue +110 -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 +245 -0
- 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/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/index.ts +18 -4
- 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 +2 -17
- package/src/stories/ChartFunnel.stories.js +19 -0
- package/src/stories/DataTable.stories.js +60 -0
- package/src/stories/Input.stories.js +22 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/Popover.stories.js +39 -0
- package/src/stories/RadioGroup.stories.js +139 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Tab.stories.js +11 -4
- 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/scheme-colors.d.ts +120 -14
- package/src/utils/call.js +46 -18
- 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
|
@@ -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;
|
|
243
244
|
filled: boolean;
|
|
244
245
|
next: boolean;
|
|
245
246
|
icon: string | null;
|
|
246
247
|
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;
|
|
261
262
|
filled: boolean;
|
|
262
263
|
next: boolean;
|
|
263
264
|
icon: string | null;
|
|
264
265
|
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;
|
|
301
302
|
filled: boolean;
|
|
302
303
|
next: boolean;
|
|
303
304
|
icon: string | null;
|
|
304
305
|
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;
|
|
319
320
|
filled: boolean;
|
|
320
321
|
next: boolean;
|
|
321
322
|
icon: string | null;
|
|
322
323
|
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
|
-
forceOpen: boolean;
|
|
396
395
|
enabled: boolean;
|
|
396
|
+
forceOpen: 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;
|
|
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>;
|
|
@@ -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>;
|
|
@@ -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;
|
|
@@ -8,6 +8,11 @@ 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
|
+
};
|
|
11
16
|
interface Props {
|
|
12
17
|
headers: DataTableHeader[];
|
|
13
18
|
items: DataTableItem[];
|
|
@@ -23,6 +28,7 @@ interface Props {
|
|
|
23
28
|
pageTotal?: number;
|
|
24
29
|
pageInterval?: number;
|
|
25
30
|
locale?: string;
|
|
31
|
+
sort?: SortState;
|
|
26
32
|
}
|
|
27
33
|
declare function __VLS_template(): any;
|
|
28
34
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -43,9 +49,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
43
49
|
onItemClick?: ((item: DataTableItem) => any) | undefined;
|
|
44
50
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
45
51
|
}>, {
|
|
52
|
+
size: "sm" | "md";
|
|
53
|
+
sort: SortState;
|
|
46
54
|
height: string;
|
|
47
55
|
clickable: boolean;
|
|
48
|
-
size: "sm" | "md";
|
|
49
56
|
locale: string;
|
|
50
57
|
isLoading: boolean;
|
|
51
58
|
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;AAwfA,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,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,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;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAqID,iBAAS,cAAc,QAyPtB;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA5Ya,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;UArB/D,IAAI,GAAG,IAAI;UAWX,SAAS;YAVP,MAAM;eAEH,OAAO;YAOV,MAAM;eAXH,OAAO;iBAML,OAAO;eAHT,MAAM;kBAEH,OAAO;oBAEL,OAAO;UACjB,MAAM;eACD,MAAM;kBACH,MAAM;6EAiarB,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,13 +124,41 @@ 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
|
+
};
|
|
143
|
+
readonly: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
forceActiveStatus: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
showClear: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
123
155
|
}>, {}, {
|
|
124
156
|
val: string;
|
|
125
157
|
}, {
|
|
126
158
|
hasLabelSlot(): boolean;
|
|
127
159
|
}, {
|
|
128
160
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
129
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
161
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "clear")[], "update:modelValue" | "clear", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
130
162
|
placeholder: {
|
|
131
163
|
type: StringConstructor;
|
|
132
164
|
default: string;
|
|
@@ -146,19 +178,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
178
|
};
|
|
147
179
|
message: {
|
|
148
180
|
type: StringConstructor;
|
|
149
|
-
default:
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
errors: {
|
|
184
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
185
|
+
default: string;
|
|
150
186
|
};
|
|
151
187
|
label: {
|
|
152
188
|
type: StringConstructor;
|
|
153
|
-
default:
|
|
189
|
+
default: string;
|
|
154
190
|
};
|
|
155
191
|
iconLeft: {
|
|
156
192
|
type: StringConstructor;
|
|
157
|
-
default:
|
|
193
|
+
default: string;
|
|
158
194
|
};
|
|
159
195
|
iconRight: {
|
|
160
196
|
type: StringConstructor;
|
|
161
|
-
default:
|
|
197
|
+
default: string;
|
|
162
198
|
};
|
|
163
199
|
allowTogglePassword: {
|
|
164
200
|
type: BooleanConstructor;
|
|
@@ -166,11 +202,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
202
|
};
|
|
167
203
|
iconLeftClickable: {
|
|
168
204
|
type: BooleanConstructor;
|
|
169
|
-
default:
|
|
205
|
+
default: boolean;
|
|
170
206
|
};
|
|
171
207
|
iconRightClickable: {
|
|
172
208
|
type: BooleanConstructor;
|
|
173
|
-
default:
|
|
209
|
+
default: boolean;
|
|
174
210
|
};
|
|
175
211
|
hasCloudyColor: {
|
|
176
212
|
type: BooleanConstructor;
|
|
@@ -184,16 +220,49 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
184
220
|
type: (StringConstructor | ArrayConstructor)[];
|
|
185
221
|
default: string;
|
|
186
222
|
};
|
|
223
|
+
tooltip: {
|
|
224
|
+
type: StringConstructor;
|
|
225
|
+
default: string;
|
|
226
|
+
};
|
|
227
|
+
maxlength: {
|
|
228
|
+
type: (NumberConstructor | null)[];
|
|
229
|
+
default: null;
|
|
230
|
+
};
|
|
231
|
+
showMaxlengthCounter: {
|
|
232
|
+
type: BooleanConstructor;
|
|
233
|
+
default: boolean;
|
|
234
|
+
};
|
|
235
|
+
disabled: {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
default: boolean;
|
|
238
|
+
};
|
|
239
|
+
readonly: {
|
|
240
|
+
type: BooleanConstructor;
|
|
241
|
+
default: boolean;
|
|
242
|
+
};
|
|
243
|
+
forceActiveStatus: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
showClear: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
187
251
|
}>> & Readonly<{
|
|
188
252
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
253
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
189
254
|
}>, {
|
|
190
|
-
label: string;
|
|
191
|
-
mask: string | unknown[];
|
|
192
255
|
size: string;
|
|
193
256
|
type: string;
|
|
257
|
+
label: string;
|
|
194
258
|
message: string;
|
|
259
|
+
disabled: boolean;
|
|
260
|
+
mask: string | unknown[];
|
|
195
261
|
modelValue: string;
|
|
196
262
|
nativeType: string;
|
|
263
|
+
maxlength: number | null;
|
|
264
|
+
readonly: boolean;
|
|
265
|
+
forceActiveStatus: boolean;
|
|
197
266
|
placeholder: string;
|
|
198
267
|
iconLeft: string;
|
|
199
268
|
iconRight: string;
|
|
@@ -201,6 +270,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
201
270
|
iconRightClickable: boolean;
|
|
202
271
|
allowTogglePassword: boolean;
|
|
203
272
|
hasCloudyColor: boolean;
|
|
273
|
+
showClear: boolean;
|
|
274
|
+
tooltip: string;
|
|
275
|
+
errors: string | unknown[];
|
|
276
|
+
showMaxlengthCounter: boolean;
|
|
204
277
|
}, {}, {
|
|
205
278
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
206
279
|
placeholder: {
|
|
@@ -236,10 +309,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
236
309
|
type: BooleanConstructor;
|
|
237
310
|
default: null;
|
|
238
311
|
};
|
|
239
|
-
iconRightSize: {
|
|
240
|
-
type: StringConstructor;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
312
|
allowTogglePassword: {
|
|
244
313
|
type: BooleanConstructor;
|
|
245
314
|
default: null;
|
|
@@ -252,21 +321,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
321
|
type: StringConstructor;
|
|
253
322
|
default: string;
|
|
254
323
|
};
|
|
324
|
+
maxlength: {
|
|
325
|
+
type: NumberConstructor;
|
|
326
|
+
default: null;
|
|
327
|
+
};
|
|
328
|
+
disabled: {
|
|
329
|
+
type: BooleanConstructor;
|
|
330
|
+
default: boolean;
|
|
331
|
+
};
|
|
332
|
+
readonly: {
|
|
333
|
+
type: BooleanConstructor;
|
|
334
|
+
default: boolean;
|
|
335
|
+
};
|
|
336
|
+
forceActiveStatus: {
|
|
337
|
+
type: BooleanConstructor;
|
|
338
|
+
default: boolean;
|
|
339
|
+
};
|
|
340
|
+
showClear: {
|
|
341
|
+
type: BooleanConstructor;
|
|
342
|
+
default: boolean;
|
|
343
|
+
};
|
|
255
344
|
}>, {}, {
|
|
256
345
|
isFocused: boolean;
|
|
257
346
|
showPassword: boolean;
|
|
258
347
|
}, {
|
|
259
|
-
isDisabled():
|
|
348
|
+
isDisabled(): {};
|
|
260
349
|
iconRightSvg(): string;
|
|
261
|
-
iconScheme(): "
|
|
350
|
+
iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
|
|
262
351
|
attributes(): any;
|
|
263
352
|
}, {
|
|
264
353
|
focus(): void;
|
|
265
354
|
onFocus(): void;
|
|
266
355
|
onBlur(): void;
|
|
267
356
|
onIconLeftClick(): void;
|
|
357
|
+
onClearClick(): void;
|
|
268
358
|
onIconRightClick(): void;
|
|
269
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
359
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
270
360
|
placeholder: {
|
|
271
361
|
type: StringConstructor;
|
|
272
362
|
default: null;
|
|
@@ -300,10 +390,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
390
|
type: BooleanConstructor;
|
|
301
391
|
default: null;
|
|
302
392
|
};
|
|
303
|
-
iconRightSize: {
|
|
304
|
-
type: StringConstructor;
|
|
305
|
-
default: string;
|
|
306
|
-
};
|
|
307
393
|
allowTogglePassword: {
|
|
308
394
|
type: BooleanConstructor;
|
|
309
395
|
default: null;
|
|
@@ -316,22 +402,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
402
|
type: StringConstructor;
|
|
317
403
|
default: string;
|
|
318
404
|
};
|
|
405
|
+
maxlength: {
|
|
406
|
+
type: NumberConstructor;
|
|
407
|
+
default: null;
|
|
408
|
+
};
|
|
409
|
+
disabled: {
|
|
410
|
+
type: BooleanConstructor;
|
|
411
|
+
default: boolean;
|
|
412
|
+
};
|
|
413
|
+
readonly: {
|
|
414
|
+
type: BooleanConstructor;
|
|
415
|
+
default: boolean;
|
|
416
|
+
};
|
|
417
|
+
forceActiveStatus: {
|
|
418
|
+
type: BooleanConstructor;
|
|
419
|
+
default: boolean;
|
|
420
|
+
};
|
|
421
|
+
showClear: {
|
|
422
|
+
type: BooleanConstructor;
|
|
423
|
+
default: boolean;
|
|
424
|
+
};
|
|
319
425
|
}>> & Readonly<{
|
|
426
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
320
427
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
321
428
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
322
429
|
}>, {
|
|
323
430
|
size: string;
|
|
324
431
|
type: string;
|
|
432
|
+
disabled: boolean;
|
|
325
433
|
modelValue: string;
|
|
326
434
|
nativeType: string;
|
|
435
|
+
maxlength: number;
|
|
436
|
+
readonly: boolean;
|
|
437
|
+
forceActiveStatus: boolean;
|
|
327
438
|
placeholder: string;
|
|
328
439
|
iconLeft: string;
|
|
329
440
|
iconRight: string;
|
|
330
441
|
iconLeftClickable: boolean;
|
|
331
442
|
iconRightClickable: boolean;
|
|
332
|
-
iconRightSize: string;
|
|
333
443
|
allowTogglePassword: boolean;
|
|
334
444
|
hasCloudyColor: boolean;
|
|
445
|
+
showClear: boolean;
|
|
335
446
|
}, {}, {
|
|
336
447
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
337
448
|
type: {
|
|
@@ -357,11 +468,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
468
|
};
|
|
358
469
|
hasIconLeft: BooleanConstructor;
|
|
359
470
|
hasIconRight: BooleanConstructor;
|
|
471
|
+
hasClearIcon: BooleanConstructor;
|
|
472
|
+
maxlength: {
|
|
473
|
+
type: NumberConstructor;
|
|
474
|
+
default: null;
|
|
475
|
+
};
|
|
476
|
+
readonly: {
|
|
477
|
+
type: BooleanConstructor;
|
|
478
|
+
default: boolean;
|
|
479
|
+
};
|
|
480
|
+
forceActiveStatus: {
|
|
481
|
+
type: BooleanConstructor;
|
|
482
|
+
default: boolean;
|
|
483
|
+
};
|
|
360
484
|
}>, {}, {}, {
|
|
361
485
|
attributes(): any;
|
|
362
486
|
classes(): (string | {
|
|
363
487
|
'input--has-icon-left': boolean;
|
|
364
488
|
'input--has-icon-right': boolean;
|
|
489
|
+
'input--has-clear-icon': boolean;
|
|
365
490
|
})[];
|
|
366
491
|
}, {
|
|
367
492
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -389,16 +514,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
389
514
|
};
|
|
390
515
|
hasIconLeft: BooleanConstructor;
|
|
391
516
|
hasIconRight: BooleanConstructor;
|
|
517
|
+
hasClearIcon: BooleanConstructor;
|
|
518
|
+
maxlength: {
|
|
519
|
+
type: NumberConstructor;
|
|
520
|
+
default: null;
|
|
521
|
+
};
|
|
522
|
+
readonly: {
|
|
523
|
+
type: BooleanConstructor;
|
|
524
|
+
default: boolean;
|
|
525
|
+
};
|
|
526
|
+
forceActiveStatus: {
|
|
527
|
+
type: BooleanConstructor;
|
|
528
|
+
default: boolean;
|
|
529
|
+
};
|
|
392
530
|
}>> & Readonly<{
|
|
393
531
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
394
532
|
}>, {
|
|
395
|
-
mask: string | unknown[];
|
|
396
533
|
size: string;
|
|
397
534
|
type: string;
|
|
535
|
+
mask: string | unknown[];
|
|
398
536
|
hasIconLeft: boolean;
|
|
399
537
|
hasIconRight: boolean;
|
|
538
|
+
hasClearIcon: boolean;
|
|
400
539
|
modelValue: string;
|
|
401
540
|
nativeType: string;
|
|
541
|
+
maxlength: number;
|
|
542
|
+
readonly: boolean;
|
|
543
|
+
forceActiveStatus: boolean;
|
|
402
544
|
}, {}, {}, {
|
|
403
545
|
mask: any;
|
|
404
546
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -411,15 +553,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
411
553
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
412
554
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
413
555
|
}>, {
|
|
556
|
+
size: import('../Icon.vue').IconSize;
|
|
414
557
|
filled: boolean;
|
|
415
558
|
next: boolean;
|
|
416
559
|
icon: string | null;
|
|
417
560
|
clickable: boolean;
|
|
418
|
-
size: import('../Icon.vue').IconSize;
|
|
419
561
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
420
562
|
scheme: import('../Icon.vue').SchemeColor;
|
|
421
563
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
422
564
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
565
|
+
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<{}>, {
|
|
566
|
+
label: string;
|
|
567
|
+
tooltip: string;
|
|
568
|
+
useHtmlTooltip: boolean;
|
|
569
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
423
570
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
424
571
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
425
572
|
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;
|