@weni/unnnic-system 3.9.1-alpha.4 → 3.9.2
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 +38 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +116 -17
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +414 -11
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +31 -24
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +416 -13
- package/dist/components/Carousel/TagCarousel.vue.d.ts +415 -12
- package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +446 -21
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -19
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +12 -2
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +39 -170
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +28 -51
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +2 -11
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +39 -170
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +24 -33
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +44 -175
- 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 +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +44 -175
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -26
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +6 -10
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +512 -69
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +414 -11
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +28 -21
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +24 -33
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +21 -55
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +51 -0
- package/dist/components/Tag/BrandTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/DefaultTag.vue.d.ts +83 -4
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +151 -0
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/Tag.vue.d.ts +414 -12
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/TagNext.vue.d.ts +24 -0
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +30 -75
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
- package/dist/components/index.d.ts +6402 -4331
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/{es-db30a2ff.mjs → es-4aab69cb.mjs} +1 -1
- package/dist/{index-761bb714.mjs → index-789225a6.mjs} +10023 -10092
- package/dist/{pt-br-569fa4c1.mjs → pt-br-2f695ddd.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +151 -158
- package/dist/unnnic.umd.js +43 -42
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.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__/Alert.spec.js +45 -2
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/Version1dot1.spec.js +21 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +117 -67
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +6 -10
- package/src/components/Checkbox/Checkbox.vue +65 -117
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/DataTable/index.vue +48 -0
- package/src/components/FormElement/FormElement.vue +93 -63
- package/src/components/Icon.vue +0 -2
- package/src/components/Input/BaseInput.vue +12 -12
- package/src/components/Input/Input.scss +20 -19
- package/src/components/Input/Input.vue +55 -60
- package/src/components/Input/TextInput.vue +54 -25
- package/src/components/Input/__test__/Input.spec.js +33 -13
- package/src/components/Input/__test__/TextInput.spec.js +8 -6
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +5 -14
- 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/Radio/Radio.vue +66 -118
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -4
- package/src/components/SelectSmart/SelectSmart.vue +129 -28
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +180 -4
- package/src/components/Switch/Switch.vue +91 -132
- package/src/components/Switch/__tests__/Switch.spec.js +75 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
- package/src/components/Tab/Tab.vue +23 -37
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/BrandTag.vue +96 -0
- package/src/components/Tag/DefaultTag.vue +107 -51
- package/src/components/Tag/IndicatorTag.vue +107 -0
- package/src/components/Tag/Tag.vue +79 -32
- package/src/components/Tag/TagNext.vue +60 -0
- package/src/components/TextArea/TextArea.vue +11 -40
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/components/index.ts +18 -33
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +39 -29
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/DataTable.stories.js +192 -0
- package/src/stories/Input.stories.js +76 -71
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Radio.stories.js +1 -28
- package/src/stories/SelectSmart.stories.js +289 -0
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/stories/Tag.stories.js +43 -24
- package/src/stories/TextArea.stories.js +2 -14
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/colors.json.d.ts +0 -376
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/index.d.ts +0 -3
- package/dist/components/PageHeader/index.d.ts.map +0 -1
- package/dist/components/PageHeader/types.d.ts +0 -9
- package/dist/components/PageHeader/types.d.ts.map +0 -1
- package/dist/components/Tag/types.d.ts +0 -18
- package/dist/components/Tag/types.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/checkbox-less-disabled.svg +0 -3
- package/src/assets/icons/checkbox-less.svg +0 -3
- package/src/assets/icons/radio-checked.svg +0 -3
- package/src/assets/icons/switch-checked-disabled.svg +0 -3
- package/src/assets/icons/switch-checked.svg +0 -3
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- package/src/components/PageHeader/PageHeader.vue +0 -148
- package/src/components/PageHeader/index.ts +0 -2
- package/src/components/PageHeader/types.ts +0 -10
- package/src/components/RadioGroup/RadioGroup.vue +0 -142
- package/src/components/Tag/types.ts +0 -19
- package/src/components/Toast/Toast.vue +0 -246
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/__tests__/Toast.spec.js +0 -291
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/RadioGroup.stories.js +0 -144
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -55,8 +55,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
}>> & Readonly<{
|
|
56
56
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
|
-
size: string;
|
|
59
58
|
clickable: boolean;
|
|
59
|
+
size: string;
|
|
60
60
|
disabled: boolean;
|
|
61
61
|
active: boolean;
|
|
62
62
|
photoUrl: string;
|
|
@@ -70,10 +70,10 @@ 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
|
icon: string | null;
|
|
76
75
|
clickable: boolean;
|
|
76
|
+
size: import('../Icon.vue').IconSize;
|
|
77
77
|
scheme: import('../Icon.vue').SchemeColor;
|
|
78
78
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
79
79
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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
|
};
|
|
@@ -8,13 +8,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
|
-
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
helper: {
|
|
11
|
+
size: {
|
|
16
12
|
type: StringConstructor;
|
|
17
13
|
default: string;
|
|
14
|
+
validator(value: unknown): boolean;
|
|
18
15
|
};
|
|
19
16
|
textRight: {
|
|
20
17
|
type: StringConstructor;
|
|
@@ -22,15 +19,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
22
19
|
};
|
|
23
20
|
}>, {}, {}, {
|
|
24
21
|
valueName(): "default" | "less" | "checked";
|
|
22
|
+
icon(): string;
|
|
23
|
+
color(): "neutral-clean" | "brand-weni";
|
|
25
24
|
}, {
|
|
26
|
-
pick: {
|
|
27
|
-
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
28
|
-
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
29
|
-
};
|
|
30
25
|
click(): void;
|
|
31
26
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
27
|
modelValue: {
|
|
33
|
-
type: (
|
|
28
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
34
29
|
default: boolean;
|
|
35
30
|
validator(value: unknown): boolean;
|
|
36
31
|
};
|
|
@@ -38,13 +33,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
33
|
type: BooleanConstructor;
|
|
39
34
|
default: boolean;
|
|
40
35
|
};
|
|
41
|
-
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
helper: {
|
|
36
|
+
size: {
|
|
46
37
|
type: StringConstructor;
|
|
47
38
|
default: string;
|
|
39
|
+
validator(value: unknown): boolean;
|
|
48
40
|
};
|
|
49
41
|
textRight: {
|
|
50
42
|
type: StringConstructor;
|
|
@@ -54,11 +46,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
46
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
55
47
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
56
48
|
}>, {
|
|
57
|
-
|
|
49
|
+
size: string;
|
|
58
50
|
disabled: boolean;
|
|
59
51
|
modelValue: string | boolean;
|
|
60
|
-
helper: string;
|
|
61
52
|
textRight: string;
|
|
62
|
-
}, {}, {
|
|
53
|
+
}, {}, {
|
|
54
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
+
click: (event: Event) => any;
|
|
56
|
+
mousedown: (event: Event) => any;
|
|
57
|
+
mouseup: (event: Event) => any;
|
|
58
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
59
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
60
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
61
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
62
|
+
}>, {
|
|
63
|
+
filled: boolean;
|
|
64
|
+
icon: string | null;
|
|
65
|
+
clickable: boolean;
|
|
66
|
+
size: import('../Icon.vue').IconSize;
|
|
67
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
68
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
69
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
63
70
|
export default _default;
|
|
64
71
|
//# sourceMappingURL=Checkbox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.vue"],"names":[],"mappings":"AA0BA;"}
|
|
@@ -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;
|
|
@@ -29,6 +29,10 @@ interface Props {
|
|
|
29
29
|
pageInterval?: number;
|
|
30
30
|
locale?: string;
|
|
31
31
|
sort?: SortState;
|
|
32
|
+
infiniteScroll?: boolean;
|
|
33
|
+
infiniteScrollDistance?: number;
|
|
34
|
+
infiniteScrollDisabled?: boolean;
|
|
35
|
+
isLoadingMore?: boolean;
|
|
32
36
|
}
|
|
33
37
|
declare function __VLS_template(): any;
|
|
34
38
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -40,6 +44,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
40
44
|
}) => any;
|
|
41
45
|
itemClick: (item: DataTableItem) => any;
|
|
42
46
|
"update:page": (page: number) => any;
|
|
47
|
+
loadMore: () => any;
|
|
43
48
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
44
49
|
"onUpdate:sort"?: ((sort: {
|
|
45
50
|
header: string;
|
|
@@ -48,13 +53,16 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
48
53
|
}) => any) | undefined;
|
|
49
54
|
onItemClick?: ((item: DataTableItem) => any) | undefined;
|
|
50
55
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
56
|
+
onLoadMore?: (() => any) | undefined;
|
|
51
57
|
}>, {
|
|
52
58
|
sort: SortState;
|
|
53
|
-
size: "sm" | "md";
|
|
54
59
|
height: string;
|
|
55
60
|
clickable: boolean;
|
|
61
|
+
size: "sm" | "md";
|
|
56
62
|
locale: string;
|
|
57
63
|
isLoading: boolean;
|
|
64
|
+
infiniteScroll: boolean;
|
|
65
|
+
infiniteScrollDistance: number;
|
|
58
66
|
hideHeaders: boolean;
|
|
59
67
|
maxHeight: string;
|
|
60
68
|
fixedHeaders: boolean;
|
|
@@ -62,7 +70,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
62
70
|
page: number;
|
|
63
71
|
pageTotal: number;
|
|
64
72
|
pageInterval: number;
|
|
65
|
-
|
|
73
|
+
infiniteScrollDisabled: boolean;
|
|
74
|
+
isLoadingMore: boolean;
|
|
75
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, any, any>;
|
|
66
76
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
77
|
export default _default;
|
|
68
78
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AA2LA;AAyiBA,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;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6JD,iBAAS,cAAc,QAiRtB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA7ba,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;UAd/D,SAAS;YAVP,MAAM;eAEH,OAAO;UAHZ,IAAI,GAAG,IAAI;YAUT,MAAM;eAXH,OAAO;oBAaF,OAAO;4BACC,MAAM;iBARjB,OAAO;eAHT,MAAM;kBAEH,OAAO;oBAEL,OAAO;UACjB,MAAM;eACD,MAAM;kBACH,MAAM;4BAKI,OAAO;mBAChB,OAAO;8EAidvB,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,26 +120,10 @@ 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
123
|
}>, {}, {
|
|
144
124
|
val: string;
|
|
145
125
|
}, {
|
|
146
|
-
|
|
126
|
+
hasLabelSlot(): boolean;
|
|
147
127
|
}, {
|
|
148
128
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
149
129
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -166,23 +146,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
146
|
};
|
|
167
147
|
message: {
|
|
168
148
|
type: StringConstructor;
|
|
169
|
-
default:
|
|
170
|
-
};
|
|
171
|
-
errors: {
|
|
172
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
173
|
-
default: string;
|
|
149
|
+
default: null;
|
|
174
150
|
};
|
|
175
151
|
label: {
|
|
176
152
|
type: StringConstructor;
|
|
177
|
-
default:
|
|
153
|
+
default: null;
|
|
178
154
|
};
|
|
179
155
|
iconLeft: {
|
|
180
156
|
type: StringConstructor;
|
|
181
|
-
default:
|
|
157
|
+
default: null;
|
|
182
158
|
};
|
|
183
159
|
iconRight: {
|
|
184
160
|
type: StringConstructor;
|
|
185
|
-
default:
|
|
161
|
+
default: null;
|
|
186
162
|
};
|
|
187
163
|
allowTogglePassword: {
|
|
188
164
|
type: BooleanConstructor;
|
|
@@ -190,11 +166,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
166
|
};
|
|
191
167
|
iconLeftClickable: {
|
|
192
168
|
type: BooleanConstructor;
|
|
193
|
-
default:
|
|
169
|
+
default: null;
|
|
194
170
|
};
|
|
195
171
|
iconRightClickable: {
|
|
196
172
|
type: BooleanConstructor;
|
|
197
|
-
default:
|
|
173
|
+
default: null;
|
|
198
174
|
};
|
|
199
175
|
hasCloudyColor: {
|
|
200
176
|
type: BooleanConstructor;
|
|
@@ -208,44 +184,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
208
184
|
type: (StringConstructor | ArrayConstructor)[];
|
|
209
185
|
default: string;
|
|
210
186
|
};
|
|
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
|
-
};
|
|
227
187
|
}>> & Readonly<{
|
|
228
188
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
229
189
|
}>, {
|
|
230
|
-
type: string;
|
|
231
|
-
size: string;
|
|
232
190
|
label: string;
|
|
233
191
|
mask: string | unknown[];
|
|
192
|
+
size: string;
|
|
193
|
+
type: string;
|
|
234
194
|
placeholder: string;
|
|
235
|
-
tooltip: string;
|
|
236
195
|
message: string;
|
|
237
|
-
disabled: boolean;
|
|
238
196
|
modelValue: string;
|
|
239
197
|
nativeType: string;
|
|
240
|
-
maxlength: number | null;
|
|
241
198
|
iconLeft: string;
|
|
242
199
|
iconRight: string;
|
|
243
200
|
iconLeftClickable: boolean;
|
|
244
201
|
iconRightClickable: boolean;
|
|
245
202
|
allowTogglePassword: boolean;
|
|
246
|
-
errors: string | unknown[];
|
|
247
203
|
hasCloudyColor: boolean;
|
|
248
|
-
showMaxlengthCounter: boolean;
|
|
249
204
|
}, {}, {
|
|
250
205
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
251
206
|
placeholder: {
|
|
@@ -281,29 +236,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
236
|
type: BooleanConstructor;
|
|
282
237
|
default: null;
|
|
283
238
|
};
|
|
239
|
+
iconRightSize: {
|
|
240
|
+
type: StringConstructor;
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
284
243
|
allowTogglePassword: {
|
|
285
244
|
type: BooleanConstructor;
|
|
286
245
|
default: null;
|
|
287
246
|
};
|
|
247
|
+
hasCloudyColor: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: null;
|
|
250
|
+
};
|
|
288
251
|
size: {
|
|
289
252
|
type: StringConstructor;
|
|
290
253
|
default: string;
|
|
291
254
|
};
|
|
292
|
-
maxlength: {
|
|
293
|
-
type: NumberConstructor;
|
|
294
|
-
default: null;
|
|
295
|
-
};
|
|
296
|
-
disabled: {
|
|
297
|
-
type: BooleanConstructor;
|
|
298
|
-
default: boolean;
|
|
299
|
-
};
|
|
300
255
|
}>, {}, {
|
|
301
256
|
isFocused: boolean;
|
|
302
257
|
showPassword: boolean;
|
|
303
258
|
}, {
|
|
304
|
-
isDisabled():
|
|
259
|
+
isDisabled(): unknown;
|
|
305
260
|
iconRightSvg(): string;
|
|
306
|
-
iconScheme(): "
|
|
261
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
307
262
|
attributes(): any;
|
|
308
263
|
}, {
|
|
309
264
|
focus(): void;
|
|
@@ -345,38 +300,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
345
300
|
type: BooleanConstructor;
|
|
346
301
|
default: null;
|
|
347
302
|
};
|
|
303
|
+
iconRightSize: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
348
307
|
allowTogglePassword: {
|
|
349
308
|
type: BooleanConstructor;
|
|
350
309
|
default: null;
|
|
351
310
|
};
|
|
311
|
+
hasCloudyColor: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
default: null;
|
|
314
|
+
};
|
|
352
315
|
size: {
|
|
353
316
|
type: StringConstructor;
|
|
354
317
|
default: string;
|
|
355
318
|
};
|
|
356
|
-
maxlength: {
|
|
357
|
-
type: NumberConstructor;
|
|
358
|
-
default: null;
|
|
359
|
-
};
|
|
360
|
-
disabled: {
|
|
361
|
-
type: BooleanConstructor;
|
|
362
|
-
default: boolean;
|
|
363
|
-
};
|
|
364
319
|
}>> & Readonly<{
|
|
365
320
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
366
321
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
367
322
|
}>, {
|
|
368
|
-
type: string;
|
|
369
323
|
size: string;
|
|
324
|
+
type: string;
|
|
370
325
|
placeholder: string;
|
|
371
|
-
disabled: boolean;
|
|
372
326
|
modelValue: string;
|
|
373
327
|
nativeType: string;
|
|
374
|
-
maxlength: number;
|
|
375
328
|
iconLeft: string;
|
|
376
329
|
iconRight: string;
|
|
377
330
|
iconLeftClickable: boolean;
|
|
378
331
|
iconRightClickable: boolean;
|
|
332
|
+
iconRightSize: string;
|
|
379
333
|
allowTogglePassword: boolean;
|
|
334
|
+
hasCloudyColor: boolean;
|
|
380
335
|
}, {}, {
|
|
381
336
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
382
337
|
type: {
|
|
@@ -402,10 +357,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
402
357
|
};
|
|
403
358
|
hasIconLeft: BooleanConstructor;
|
|
404
359
|
hasIconRight: BooleanConstructor;
|
|
405
|
-
maxlength: {
|
|
406
|
-
type: NumberConstructor;
|
|
407
|
-
default: null;
|
|
408
|
-
};
|
|
409
360
|
}>, {}, {}, {
|
|
410
361
|
attributes(): any;
|
|
411
362
|
classes(): (string | {
|
|
@@ -438,21 +389,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
438
389
|
};
|
|
439
390
|
hasIconLeft: BooleanConstructor;
|
|
440
391
|
hasIconRight: BooleanConstructor;
|
|
441
|
-
maxlength: {
|
|
442
|
-
type: NumberConstructor;
|
|
443
|
-
default: null;
|
|
444
|
-
};
|
|
445
392
|
}>> & Readonly<{
|
|
446
393
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
447
394
|
}>, {
|
|
448
|
-
type: string;
|
|
449
|
-
size: string;
|
|
450
395
|
mask: string | unknown[];
|
|
396
|
+
size: string;
|
|
397
|
+
type: string;
|
|
451
398
|
hasIconLeft: boolean;
|
|
452
399
|
hasIconRight: boolean;
|
|
453
400
|
modelValue: string;
|
|
454
401
|
nativeType: string;
|
|
455
|
-
maxlength: number;
|
|
456
402
|
}, {}, {}, {
|
|
457
403
|
mask: any;
|
|
458
404
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -465,90 +411,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
465
411
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
466
412
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
467
413
|
}>, {
|
|
468
|
-
size: import('../Icon.vue').IconSize;
|
|
469
414
|
filled: boolean;
|
|
470
415
|
icon: string | null;
|
|
471
416
|
clickable: boolean;
|
|
417
|
+
size: import('../Icon.vue').IconSize;
|
|
472
418
|
scheme: import('../Icon.vue').SchemeColor;
|
|
473
419
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
474
420
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
475
|
-
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
476
|
-
size: {
|
|
477
|
-
type: StringConstructor;
|
|
478
|
-
default: string;
|
|
479
|
-
validator: (size: unknown) => boolean;
|
|
480
|
-
};
|
|
481
|
-
label: {
|
|
482
|
-
type: StringConstructor;
|
|
483
|
-
default: string;
|
|
484
|
-
};
|
|
485
|
-
fixedLabel: {
|
|
486
|
-
type: BooleanConstructor;
|
|
487
|
-
default: boolean;
|
|
488
|
-
};
|
|
489
|
-
error: {
|
|
490
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
491
|
-
default: boolean;
|
|
492
|
-
};
|
|
493
|
-
message: {
|
|
494
|
-
type: StringConstructor;
|
|
495
|
-
default: string;
|
|
496
|
-
};
|
|
497
|
-
disabled: {
|
|
498
|
-
type: BooleanConstructor;
|
|
499
|
-
default: boolean;
|
|
500
|
-
};
|
|
501
|
-
tooltip: {
|
|
502
|
-
type: StringConstructor;
|
|
503
|
-
default: string;
|
|
504
|
-
};
|
|
505
|
-
}>, {}, {}, {}, {
|
|
506
|
-
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
507
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
508
|
-
size: {
|
|
509
|
-
type: StringConstructor;
|
|
510
|
-
default: string;
|
|
511
|
-
validator: (size: unknown) => boolean;
|
|
512
|
-
};
|
|
513
|
-
label: {
|
|
514
|
-
type: StringConstructor;
|
|
515
|
-
default: string;
|
|
516
|
-
};
|
|
517
|
-
fixedLabel: {
|
|
518
|
-
type: BooleanConstructor;
|
|
519
|
-
default: boolean;
|
|
520
|
-
};
|
|
521
|
-
error: {
|
|
522
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
523
|
-
default: boolean;
|
|
524
|
-
};
|
|
525
|
-
message: {
|
|
526
|
-
type: StringConstructor;
|
|
527
|
-
default: string;
|
|
528
|
-
};
|
|
529
|
-
disabled: {
|
|
530
|
-
type: BooleanConstructor;
|
|
531
|
-
default: boolean;
|
|
532
|
-
};
|
|
533
|
-
tooltip: {
|
|
534
|
-
type: StringConstructor;
|
|
535
|
-
default: string;
|
|
536
|
-
};
|
|
537
|
-
}>> & Readonly<{}>, {
|
|
538
|
-
error: string | boolean;
|
|
539
|
-
size: string;
|
|
540
|
-
label: string;
|
|
541
|
-
tooltip: string;
|
|
542
|
-
fixedLabel: boolean;
|
|
543
|
-
message: string;
|
|
544
|
-
disabled: boolean;
|
|
545
|
-
}, {}, {
|
|
546
|
-
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<{}>, {
|
|
547
|
-
label: string;
|
|
548
|
-
tooltip: string;
|
|
549
|
-
useHtmlTooltip: boolean;
|
|
550
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
551
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
552
421
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
553
422
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
554
423
|
export default _default;
|
|
@@ -193,8 +193,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
193
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
"onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
}>, {
|
|
196
|
-
type: string;
|
|
197
196
|
size: string;
|
|
197
|
+
type: string;
|
|
198
198
|
initialStartDate: string;
|
|
199
199
|
initialEndDate: string;
|
|
200
200
|
minDate: string;
|
|
@@ -210,8 +210,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
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
212
|
text: string;
|
|
213
|
-
type: import('../Button/types.js').ButtonType;
|
|
214
213
|
size: import('../Button/types.js').ButtonSize;
|
|
214
|
+
type: import('../Button/types.js').ButtonType;
|
|
215
215
|
disabled: boolean;
|
|
216
216
|
iconLeft: string;
|
|
217
217
|
iconRight: string;
|
|
@@ -228,8 +228,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
228
|
Defaults: {};
|
|
229
229
|
}, Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
230
230
|
text: string;
|
|
231
|
-
type: import('../Button/types.js').ButtonType;
|
|
232
231
|
size: import('../Button/types.js').ButtonSize;
|
|
232
|
+
type: import('../Button/types.js').ButtonType;
|
|
233
233
|
disabled: boolean;
|
|
234
234
|
iconLeft: string;
|
|
235
235
|
iconRight: string;
|
|
@@ -243,8 +243,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
243
243
|
__isSuspense?: never;
|
|
244
244
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
245
245
|
text: string;
|
|
246
|
-
type: import('../Button/types.js').ButtonType;
|
|
247
246
|
size: import('../Button/types.js').ButtonSize;
|
|
247
|
+
type: import('../Button/types.js').ButtonType;
|
|
248
248
|
disabled: boolean;
|
|
249
249
|
iconLeft: string;
|
|
250
250
|
iconRight: string;
|
|
@@ -159,17 +159,17 @@ 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
|
icon: string | null;
|
|
165
164
|
clickable: boolean;
|
|
165
|
+
size: import('../Icon.vue').IconSize;
|
|
166
166
|
scheme: import('../Icon.vue').SchemeColor;
|
|
167
167
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
168
168
|
UnnnicButton: {
|
|
169
169
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
170
170
|
text: string;
|
|
171
|
-
type: import('../Button/types').ButtonType;
|
|
172
171
|
size: import('../Button/types').ButtonSize;
|
|
172
|
+
type: import('../Button/types').ButtonType;
|
|
173
173
|
disabled: boolean;
|
|
174
174
|
iconLeft: string;
|
|
175
175
|
iconRight: string;
|
|
@@ -186,8 +186,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
186
186
|
Defaults: {};
|
|
187
187
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
188
188
|
text: string;
|
|
189
|
-
type: import('../Button/types').ButtonType;
|
|
190
189
|
size: import('../Button/types').ButtonSize;
|
|
190
|
+
type: import('../Button/types').ButtonType;
|
|
191
191
|
disabled: boolean;
|
|
192
192
|
iconLeft: string;
|
|
193
193
|
iconRight: string;
|
|
@@ -201,8 +201,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
201
201
|
__isSuspense?: never;
|
|
202
202
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
203
203
|
text: string;
|
|
204
|
-
type: import('../Button/types').ButtonType;
|
|
205
204
|
size: import('../Button/types').ButtonSize;
|
|
205
|
+
type: import('../Button/types').ButtonType;
|
|
206
206
|
disabled: boolean;
|
|
207
207
|
iconLeft: string;
|
|
208
208
|
iconRight: string;
|
|
@@ -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;
|
|
46
45
|
position: string;
|
|
47
46
|
useOpenProp: boolean;
|
|
48
47
|
open: boolean;
|
|
48
|
+
forceOpen: boolean;
|
|
49
49
|
}, {}, {}, {
|
|
50
50
|
onClickOutside: any;
|
|
51
51
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|