@weni/unnnic-system 3.9.4 → 3.11.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 +94 -0
- package/dist/assets/tokens/colors.json.d.ts +376 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +17 -116
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +11 -414
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/MarketplaceCard.vue.d.ts.map +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +24 -31
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +13 -416
- package/dist/components/Carousel/TagCarousel.vue.d.ts +12 -415
- package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +21 -446
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +19 -26
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +170 -39
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +51 -28
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +11 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +170 -39
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +33 -24
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +175 -44
- 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 +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +175 -44
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +26 -14
- package/dist/components/PageHeader/PageHeader.vue.d.ts +28 -0
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/PageHeader/types.d.ts +9 -0
- package/dist/components/PageHeader/types.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +10 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +68 -469
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +21 -28
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +33 -24
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +55 -21
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +12 -414
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +78 -33
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
- package/dist/components/index.d.ts +8910 -10904
- 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-8146fb1b.mjs → es-e3248052.mjs} +1 -1
- package/dist/{index-724ed422.mjs → index-f67d5b30.mjs} +9292 -8808
- package/dist/{pt-br-af294ec9.mjs → pt-br-f6f53acd.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +181 -173
- package/dist/unnnic.umd.js +35 -36
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/fonts/material-symbols-rounded.woff2 +0 -0
- package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
- package/src/assets/icons/checkbox-checked.svg +3 -0
- package/src/assets/icons/checkbox-less-disabled.svg +3 -0
- package/src/assets/icons/checkbox-less.svg +3 -0
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-checked.svg +3 -0
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/Alert.spec.js +2 -45
- package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +67 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/Card/MarketplaceCard.vue +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +10 -6
- package/src/components/Checkbox/Checkbox.vue +117 -65
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/Collapse/Collapse.vue +1 -1
- package/src/components/Collapse/__tests__/__snapshots__/Collapse.spec.js.snap +1 -1
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +4 -10
- package/src/components/Input/BaseInput.vue +12 -12
- package/src/components/Input/Input.scss +19 -20
- package/src/components/Input/Input.vue +60 -55
- package/src/components/Input/TextInput.vue +25 -54
- package/src/components/Input/__test__/Input.spec.js +13 -33
- package/src/components/Input/__test__/TextInput.spec.js +6 -8
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +14 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/PageHeader/PageHeader.vue +148 -0
- package/src/components/PageHeader/index.ts +2 -0
- package/src/components/PageHeader/types.ts +10 -0
- package/src/components/Radio/Radio.vue +118 -66
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +4 -3
- package/src/components/RadioGroup/RadioGroup.vue +142 -0
- package/src/components/SelectSmart/SelectSmart.vue +4 -3
- package/src/components/Switch/Switch.vue +132 -91
- package/src/components/Switch/__tests__/Switch.spec.js +8 -75
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -6
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/Tag/DefaultTag.vue +51 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/components/TextArea/TextArea.vue +41 -12
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +291 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +33 -17
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -0
- package/src/stories/Icon.stories.js +2 -0
- package/src/stories/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/PageHeader.stories.js +330 -0
- package/src/stories/Radio.stories.js +28 -1
- package/src/stories/RadioGroup.stories.js +144 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/Tag.stories.js +24 -43
- package/src/stories/TextArea.stories.js +14 -2
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +1 -0
- package/src/utils/call.js +46 -18
- package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- package/src/assets/fonts/Material Symbols Rounded Filled.woff2 +0 -0
- package/src/assets/fonts/Material Symbols Rounded.woff2 +0 -0
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -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
|
-
clickable: boolean;
|
|
59
58
|
size: string;
|
|
59
|
+
clickable: boolean;
|
|
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;
|
|
73
74
|
filled: boolean;
|
|
74
75
|
icon: string | null;
|
|
75
76
|
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: (StringConstructor | BooleanConstructor)[];
|
|
4
4
|
default: boolean;
|
|
5
5
|
validator(value: unknown): boolean;
|
|
6
6
|
};
|
|
@@ -8,10 +8,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
label: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
helper: {
|
|
12
16
|
type: StringConstructor;
|
|
13
17
|
default: string;
|
|
14
|
-
validator(value: unknown): boolean;
|
|
15
18
|
};
|
|
16
19
|
textRight: {
|
|
17
20
|
type: StringConstructor;
|
|
@@ -19,13 +22,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
22
|
};
|
|
20
23
|
}>, {}, {}, {
|
|
21
24
|
valueName(): "default" | "less" | "checked";
|
|
22
|
-
icon(): string;
|
|
23
|
-
color(): "neutral-clean" | "brand-weni";
|
|
24
25
|
}, {
|
|
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
|
+
};
|
|
25
30
|
click(): void;
|
|
26
31
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
32
|
modelValue: {
|
|
28
|
-
type: (
|
|
33
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
29
34
|
default: boolean;
|
|
30
35
|
validator(value: unknown): boolean;
|
|
31
36
|
};
|
|
@@ -33,10 +38,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
38
|
type: BooleanConstructor;
|
|
34
39
|
default: boolean;
|
|
35
40
|
};
|
|
36
|
-
|
|
41
|
+
label: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
helper: {
|
|
37
46
|
type: StringConstructor;
|
|
38
47
|
default: string;
|
|
39
|
-
validator(value: unknown): boolean;
|
|
40
48
|
};
|
|
41
49
|
textRight: {
|
|
42
50
|
type: StringConstructor;
|
|
@@ -46,26 +54,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
54
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
47
55
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
48
56
|
}>, {
|
|
49
|
-
|
|
57
|
+
label: string;
|
|
50
58
|
disabled: boolean;
|
|
51
59
|
modelValue: string | boolean;
|
|
60
|
+
helper: string;
|
|
52
61
|
textRight: string;
|
|
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>;
|
|
62
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
70
63
|
export default _default;
|
|
71
64
|
//# 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":"AAyCA;"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
state: string;
|
|
8
|
+
labelUseHtmlTooltip: boolean;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
helper?: string | undefined;
|
|
11
|
+
labelTooltip?: string | undefined;
|
|
12
|
+
$props: {
|
|
13
|
+
readonly state?: string | undefined;
|
|
14
|
+
readonly labelUseHtmlTooltip?: boolean | undefined;
|
|
15
|
+
readonly label?: string | undefined;
|
|
16
|
+
readonly helper?: string | undefined;
|
|
17
|
+
readonly labelTooltip?: string | undefined;
|
|
18
|
+
};
|
|
19
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
20
|
+
type __VLS_TemplateResult = {
|
|
21
|
+
attrs: Partial<{}>;
|
|
22
|
+
slots: {
|
|
23
|
+
default?(_: {}): any;
|
|
24
|
+
};
|
|
25
|
+
refs: {};
|
|
26
|
+
rootEl: HTMLElement;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=CheckboxGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CheckboxGroup/CheckboxGroup.vue"],"names":[],"mappings":"AA0BA;wBAkNqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAXjC;;;;;;;;;;;;;mPAQG"}
|
|
@@ -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;
|
|
@@ -56,9 +56,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
56
56
|
onLoadMore?: (() => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
58
|
sort: SortState;
|
|
59
|
+
size: "sm" | "md";
|
|
59
60
|
height: string;
|
|
60
61
|
clickable: boolean;
|
|
61
|
-
size: "sm" | "md";
|
|
62
62
|
locale: string;
|
|
63
63
|
isLoading: boolean;
|
|
64
64
|
infiniteScroll: boolean;
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
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;UAXT,IAAI,GAAG,IAAI;YACT,MAAM;eAEH,OAAO;YAOV,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,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,10 +124,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
124
|
type: (StringConstructor | ArrayConstructor)[];
|
|
121
125
|
default: string;
|
|
122
126
|
};
|
|
127
|
+
tooltip: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
maxlength: {
|
|
132
|
+
type: (NumberConstructor | null)[];
|
|
133
|
+
default: null;
|
|
134
|
+
};
|
|
135
|
+
showMaxlengthCounter: {
|
|
136
|
+
type: BooleanConstructor;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
139
|
+
disabled: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
123
143
|
}>, {}, {
|
|
124
144
|
val: string;
|
|
125
145
|
}, {
|
|
126
|
-
|
|
146
|
+
computedError(): string | boolean;
|
|
127
147
|
}, {
|
|
128
148
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
129
149
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -146,19 +166,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
166
|
};
|
|
147
167
|
message: {
|
|
148
168
|
type: StringConstructor;
|
|
149
|
-
default:
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
|
+
errors: {
|
|
172
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
173
|
+
default: string;
|
|
150
174
|
};
|
|
151
175
|
label: {
|
|
152
176
|
type: StringConstructor;
|
|
153
|
-
default:
|
|
177
|
+
default: string;
|
|
154
178
|
};
|
|
155
179
|
iconLeft: {
|
|
156
180
|
type: StringConstructor;
|
|
157
|
-
default:
|
|
181
|
+
default: string;
|
|
158
182
|
};
|
|
159
183
|
iconRight: {
|
|
160
184
|
type: StringConstructor;
|
|
161
|
-
default:
|
|
185
|
+
default: string;
|
|
162
186
|
};
|
|
163
187
|
allowTogglePassword: {
|
|
164
188
|
type: BooleanConstructor;
|
|
@@ -166,11 +190,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
190
|
};
|
|
167
191
|
iconLeftClickable: {
|
|
168
192
|
type: BooleanConstructor;
|
|
169
|
-
default:
|
|
193
|
+
default: boolean;
|
|
170
194
|
};
|
|
171
195
|
iconRightClickable: {
|
|
172
196
|
type: BooleanConstructor;
|
|
173
|
-
default:
|
|
197
|
+
default: boolean;
|
|
174
198
|
};
|
|
175
199
|
hasCloudyColor: {
|
|
176
200
|
type: BooleanConstructor;
|
|
@@ -184,23 +208,44 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
184
208
|
type: (StringConstructor | ArrayConstructor)[];
|
|
185
209
|
default: string;
|
|
186
210
|
};
|
|
211
|
+
tooltip: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
maxlength: {
|
|
216
|
+
type: (NumberConstructor | null)[];
|
|
217
|
+
default: null;
|
|
218
|
+
};
|
|
219
|
+
showMaxlengthCounter: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
223
|
+
disabled: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
187
227
|
}>> & Readonly<{
|
|
188
228
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
189
229
|
}>, {
|
|
230
|
+
type: string;
|
|
231
|
+
size: string;
|
|
190
232
|
label: string;
|
|
191
233
|
mask: string | unknown[];
|
|
192
|
-
size: string;
|
|
193
|
-
type: string;
|
|
194
234
|
placeholder: string;
|
|
235
|
+
tooltip: string;
|
|
195
236
|
message: string;
|
|
237
|
+
disabled: boolean;
|
|
196
238
|
modelValue: string;
|
|
197
239
|
nativeType: string;
|
|
240
|
+
maxlength: number | null;
|
|
198
241
|
iconLeft: string;
|
|
199
242
|
iconRight: string;
|
|
200
243
|
iconLeftClickable: boolean;
|
|
201
244
|
iconRightClickable: boolean;
|
|
202
245
|
allowTogglePassword: boolean;
|
|
246
|
+
errors: string | unknown[];
|
|
203
247
|
hasCloudyColor: boolean;
|
|
248
|
+
showMaxlengthCounter: boolean;
|
|
204
249
|
}, {}, {
|
|
205
250
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
206
251
|
placeholder: {
|
|
@@ -236,29 +281,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
236
281
|
type: BooleanConstructor;
|
|
237
282
|
default: null;
|
|
238
283
|
};
|
|
239
|
-
iconRightSize: {
|
|
240
|
-
type: StringConstructor;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
284
|
allowTogglePassword: {
|
|
244
285
|
type: BooleanConstructor;
|
|
245
286
|
default: null;
|
|
246
287
|
};
|
|
247
|
-
hasCloudyColor: {
|
|
248
|
-
type: BooleanConstructor;
|
|
249
|
-
default: null;
|
|
250
|
-
};
|
|
251
288
|
size: {
|
|
252
289
|
type: StringConstructor;
|
|
253
290
|
default: string;
|
|
254
291
|
};
|
|
292
|
+
maxlength: {
|
|
293
|
+
type: NumberConstructor;
|
|
294
|
+
default: null;
|
|
295
|
+
};
|
|
296
|
+
disabled: {
|
|
297
|
+
type: BooleanConstructor;
|
|
298
|
+
default: boolean;
|
|
299
|
+
};
|
|
255
300
|
}>, {}, {
|
|
256
301
|
isFocused: boolean;
|
|
257
302
|
showPassword: boolean;
|
|
258
303
|
}, {
|
|
259
|
-
isDisabled():
|
|
304
|
+
isDisabled(): {};
|
|
260
305
|
iconRightSvg(): string;
|
|
261
|
-
iconScheme(): "
|
|
306
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
262
307
|
attributes(): any;
|
|
263
308
|
}, {
|
|
264
309
|
focus(): void;
|
|
@@ -300,38 +345,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
345
|
type: BooleanConstructor;
|
|
301
346
|
default: null;
|
|
302
347
|
};
|
|
303
|
-
iconRightSize: {
|
|
304
|
-
type: StringConstructor;
|
|
305
|
-
default: string;
|
|
306
|
-
};
|
|
307
348
|
allowTogglePassword: {
|
|
308
349
|
type: BooleanConstructor;
|
|
309
350
|
default: null;
|
|
310
351
|
};
|
|
311
|
-
hasCloudyColor: {
|
|
312
|
-
type: BooleanConstructor;
|
|
313
|
-
default: null;
|
|
314
|
-
};
|
|
315
352
|
size: {
|
|
316
353
|
type: StringConstructor;
|
|
317
354
|
default: string;
|
|
318
355
|
};
|
|
356
|
+
maxlength: {
|
|
357
|
+
type: NumberConstructor;
|
|
358
|
+
default: null;
|
|
359
|
+
};
|
|
360
|
+
disabled: {
|
|
361
|
+
type: BooleanConstructor;
|
|
362
|
+
default: boolean;
|
|
363
|
+
};
|
|
319
364
|
}>> & Readonly<{
|
|
320
365
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
321
366
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
322
367
|
}>, {
|
|
323
|
-
size: string;
|
|
324
368
|
type: string;
|
|
369
|
+
size: string;
|
|
325
370
|
placeholder: string;
|
|
371
|
+
disabled: boolean;
|
|
326
372
|
modelValue: string;
|
|
327
373
|
nativeType: string;
|
|
374
|
+
maxlength: number;
|
|
328
375
|
iconLeft: string;
|
|
329
376
|
iconRight: string;
|
|
330
377
|
iconLeftClickable: boolean;
|
|
331
378
|
iconRightClickable: boolean;
|
|
332
|
-
iconRightSize: string;
|
|
333
379
|
allowTogglePassword: boolean;
|
|
334
|
-
hasCloudyColor: boolean;
|
|
335
380
|
}, {}, {
|
|
336
381
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
337
382
|
type: {
|
|
@@ -357,6 +402,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
402
|
};
|
|
358
403
|
hasIconLeft: BooleanConstructor;
|
|
359
404
|
hasIconRight: BooleanConstructor;
|
|
405
|
+
maxlength: {
|
|
406
|
+
type: NumberConstructor;
|
|
407
|
+
default: null;
|
|
408
|
+
};
|
|
360
409
|
}>, {}, {}, {
|
|
361
410
|
attributes(): any;
|
|
362
411
|
classes(): (string | {
|
|
@@ -389,16 +438,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
389
438
|
};
|
|
390
439
|
hasIconLeft: BooleanConstructor;
|
|
391
440
|
hasIconRight: BooleanConstructor;
|
|
441
|
+
maxlength: {
|
|
442
|
+
type: NumberConstructor;
|
|
443
|
+
default: null;
|
|
444
|
+
};
|
|
392
445
|
}>> & Readonly<{
|
|
393
446
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
394
447
|
}>, {
|
|
395
|
-
mask: string | unknown[];
|
|
396
|
-
size: string;
|
|
397
448
|
type: string;
|
|
449
|
+
size: string;
|
|
450
|
+
mask: string | unknown[];
|
|
398
451
|
hasIconLeft: boolean;
|
|
399
452
|
hasIconRight: boolean;
|
|
400
453
|
modelValue: string;
|
|
401
454
|
nativeType: string;
|
|
455
|
+
maxlength: number;
|
|
402
456
|
}, {}, {}, {
|
|
403
457
|
mask: any;
|
|
404
458
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -411,13 +465,90 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
411
465
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
412
466
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
413
467
|
}>, {
|
|
468
|
+
size: import('../Icon.vue').IconSize;
|
|
414
469
|
filled: boolean;
|
|
415
470
|
icon: string | null;
|
|
416
471
|
clickable: boolean;
|
|
417
|
-
size: import('../Icon.vue').IconSize;
|
|
418
472
|
scheme: import('../Icon.vue').SchemeColor;
|
|
419
473
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
420
474
|
}, {}, 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>;
|
|
421
552
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
422
553
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
423
554
|
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
|
-
size: string;
|
|
197
196
|
type: string;
|
|
197
|
+
size: 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
|
-
size: import('../Button/types.js').ButtonSize;
|
|
214
213
|
type: import('../Button/types.js').ButtonType;
|
|
214
|
+
size: import('../Button/types.js').ButtonSize;
|
|
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
|
-
size: import('../Button/types.js').ButtonSize;
|
|
232
231
|
type: import('../Button/types.js').ButtonType;
|
|
232
|
+
size: import('../Button/types.js').ButtonSize;
|
|
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
|
-
size: import('../Button/types.js').ButtonSize;
|
|
247
246
|
type: import('../Button/types.js').ButtonType;
|
|
247
|
+
size: import('../Button/types.js').ButtonSize;
|
|
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;
|
|
162
163
|
filled: boolean;
|
|
163
164
|
icon: string | null;
|
|
164
165
|
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
|
-
size: import('../Button/types').ButtonSize;
|
|
172
171
|
type: import('../Button/types').ButtonType;
|
|
172
|
+
size: import('../Button/types').ButtonSize;
|
|
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
|
-
size: import('../Button/types').ButtonSize;
|
|
190
189
|
type: import('../Button/types').ButtonType;
|
|
190
|
+
size: import('../Button/types').ButtonSize;
|
|
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
|
-
size: import('../Button/types').ButtonSize;
|
|
205
204
|
type: import('../Button/types').ButtonType;
|
|
205
|
+
size: import('../Button/types').ButtonSize;
|
|
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;
|
|
45
46
|
position: string;
|
|
46
47
|
useOpenProp: boolean;
|
|
47
48
|
open: boolean;
|
|
48
|
-
forceOpen: boolean;
|
|
49
49
|
}, {}, {}, {
|
|
50
50
|
onClickOutside: any;
|
|
51
51
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|