@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
|
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
}>, {
|
|
150
|
+
type: string;
|
|
151
|
+
size: string;
|
|
150
152
|
title: string;
|
|
151
153
|
icon: string;
|
|
152
|
-
size: string;
|
|
153
|
-
type: string;
|
|
154
154
|
iconScheme: string;
|
|
155
155
|
persistent: boolean;
|
|
156
156
|
showCloseIcon: boolean;
|
|
@@ -168,17 +168,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
168
168
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
169
169
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
|
+
size: import('../Icon.vue').IconSize;
|
|
171
172
|
filled: boolean;
|
|
172
173
|
icon: string | null;
|
|
173
174
|
clickable: boolean;
|
|
174
|
-
size: import('../Icon.vue').IconSize;
|
|
175
175
|
scheme: import('../Icon.vue').SchemeColor;
|
|
176
176
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
177
177
|
UnnnicButton: {
|
|
178
178
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
179
179
|
text: string;
|
|
180
|
-
size: import('../Button/types').ButtonSize;
|
|
181
180
|
type: import('../Button/types').ButtonType;
|
|
181
|
+
size: import('../Button/types').ButtonSize;
|
|
182
182
|
disabled: boolean;
|
|
183
183
|
iconLeft: string;
|
|
184
184
|
iconRight: string;
|
|
@@ -195,8 +195,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
195
|
Defaults: {};
|
|
196
196
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
197
197
|
text: string;
|
|
198
|
-
size: import('../Button/types').ButtonSize;
|
|
199
198
|
type: import('../Button/types').ButtonType;
|
|
199
|
+
size: import('../Button/types').ButtonSize;
|
|
200
200
|
disabled: boolean;
|
|
201
201
|
iconLeft: string;
|
|
202
202
|
iconRight: string;
|
|
@@ -210,8 +210,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
210
|
__isSuspense?: never;
|
|
211
211
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
212
212
|
text: string;
|
|
213
|
-
size: import('../Button/types').ButtonSize;
|
|
214
213
|
type: import('../Button/types').ButtonType;
|
|
214
|
+
size: import('../Button/types').ButtonSize;
|
|
215
215
|
disabled: boolean;
|
|
216
216
|
iconLeft: string;
|
|
217
217
|
iconRight: string;
|
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
confirmText: string;
|
|
24
24
|
}, {
|
|
25
25
|
isPersistent(): any;
|
|
26
|
-
buttonType(): "" | "
|
|
26
|
+
buttonType(): "" | "alert" | "danger";
|
|
27
27
|
disabled(): boolean;
|
|
28
28
|
}, {
|
|
29
29
|
closeByDarkBackground(): void;
|
|
@@ -67,10 +67,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
68
68
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
|
+
size: import('../Icon.vue').IconSize;
|
|
70
71
|
filled: boolean;
|
|
71
72
|
icon: string | null;
|
|
72
73
|
clickable: boolean;
|
|
73
|
-
size: import('../Icon.vue').IconSize;
|
|
74
74
|
scheme: import('../Icon.vue').SchemeColor;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
76
76
|
UnnnicInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -93,19 +93,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
};
|
|
94
94
|
message: {
|
|
95
95
|
type: StringConstructor;
|
|
96
|
-
default:
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
errors: {
|
|
99
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
100
|
+
default: string;
|
|
97
101
|
};
|
|
98
102
|
label: {
|
|
99
103
|
type: StringConstructor;
|
|
100
|
-
default:
|
|
104
|
+
default: string;
|
|
101
105
|
};
|
|
102
106
|
iconLeft: {
|
|
103
107
|
type: StringConstructor;
|
|
104
|
-
default:
|
|
108
|
+
default: string;
|
|
105
109
|
};
|
|
106
110
|
iconRight: {
|
|
107
111
|
type: StringConstructor;
|
|
108
|
-
default:
|
|
112
|
+
default: string;
|
|
109
113
|
};
|
|
110
114
|
allowTogglePassword: {
|
|
111
115
|
type: BooleanConstructor;
|
|
@@ -113,11 +117,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
113
117
|
};
|
|
114
118
|
iconLeftClickable: {
|
|
115
119
|
type: BooleanConstructor;
|
|
116
|
-
default:
|
|
120
|
+
default: boolean;
|
|
117
121
|
};
|
|
118
122
|
iconRightClickable: {
|
|
119
123
|
type: BooleanConstructor;
|
|
120
|
-
default:
|
|
124
|
+
default: boolean;
|
|
121
125
|
};
|
|
122
126
|
hasCloudyColor: {
|
|
123
127
|
type: BooleanConstructor;
|
|
@@ -131,10 +135,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
131
135
|
type: (StringConstructor | ArrayConstructor)[];
|
|
132
136
|
default: string;
|
|
133
137
|
};
|
|
138
|
+
tooltip: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
maxlength: {
|
|
143
|
+
type: (NumberConstructor | null)[];
|
|
144
|
+
default: null;
|
|
145
|
+
};
|
|
146
|
+
showMaxlengthCounter: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
disabled: {
|
|
151
|
+
type: BooleanConstructor;
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
134
154
|
}>, {}, {
|
|
135
155
|
val: string;
|
|
136
156
|
}, {
|
|
137
|
-
|
|
157
|
+
computedError(): string | boolean;
|
|
138
158
|
}, {
|
|
139
159
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
140
160
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -157,19 +177,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
177
|
};
|
|
158
178
|
message: {
|
|
159
179
|
type: StringConstructor;
|
|
160
|
-
default:
|
|
180
|
+
default: string;
|
|
181
|
+
};
|
|
182
|
+
errors: {
|
|
183
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
184
|
+
default: string;
|
|
161
185
|
};
|
|
162
186
|
label: {
|
|
163
187
|
type: StringConstructor;
|
|
164
|
-
default:
|
|
188
|
+
default: string;
|
|
165
189
|
};
|
|
166
190
|
iconLeft: {
|
|
167
191
|
type: StringConstructor;
|
|
168
|
-
default:
|
|
192
|
+
default: string;
|
|
169
193
|
};
|
|
170
194
|
iconRight: {
|
|
171
195
|
type: StringConstructor;
|
|
172
|
-
default:
|
|
196
|
+
default: string;
|
|
173
197
|
};
|
|
174
198
|
allowTogglePassword: {
|
|
175
199
|
type: BooleanConstructor;
|
|
@@ -177,11 +201,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
177
201
|
};
|
|
178
202
|
iconLeftClickable: {
|
|
179
203
|
type: BooleanConstructor;
|
|
180
|
-
default:
|
|
204
|
+
default: boolean;
|
|
181
205
|
};
|
|
182
206
|
iconRightClickable: {
|
|
183
207
|
type: BooleanConstructor;
|
|
184
|
-
default:
|
|
208
|
+
default: boolean;
|
|
185
209
|
};
|
|
186
210
|
hasCloudyColor: {
|
|
187
211
|
type: BooleanConstructor;
|
|
@@ -195,23 +219,44 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
219
|
type: (StringConstructor | ArrayConstructor)[];
|
|
196
220
|
default: string;
|
|
197
221
|
};
|
|
222
|
+
tooltip: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
226
|
+
maxlength: {
|
|
227
|
+
type: (NumberConstructor | null)[];
|
|
228
|
+
default: null;
|
|
229
|
+
};
|
|
230
|
+
showMaxlengthCounter: {
|
|
231
|
+
type: BooleanConstructor;
|
|
232
|
+
default: boolean;
|
|
233
|
+
};
|
|
234
|
+
disabled: {
|
|
235
|
+
type: BooleanConstructor;
|
|
236
|
+
default: boolean;
|
|
237
|
+
};
|
|
198
238
|
}>> & Readonly<{
|
|
199
239
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
200
240
|
}>, {
|
|
241
|
+
type: string;
|
|
242
|
+
size: string;
|
|
201
243
|
label: string;
|
|
202
244
|
mask: string | unknown[];
|
|
203
|
-
size: string;
|
|
204
|
-
type: string;
|
|
205
245
|
placeholder: string;
|
|
246
|
+
tooltip: string;
|
|
206
247
|
message: string;
|
|
248
|
+
disabled: boolean;
|
|
207
249
|
modelValue: string;
|
|
208
250
|
nativeType: string;
|
|
251
|
+
maxlength: number | null;
|
|
209
252
|
iconLeft: string;
|
|
210
253
|
iconRight: string;
|
|
211
254
|
iconLeftClickable: boolean;
|
|
212
255
|
iconRightClickable: boolean;
|
|
213
256
|
allowTogglePassword: boolean;
|
|
257
|
+
errors: string | unknown[];
|
|
214
258
|
hasCloudyColor: boolean;
|
|
259
|
+
showMaxlengthCounter: boolean;
|
|
215
260
|
}, {}, {
|
|
216
261
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
217
262
|
placeholder: {
|
|
@@ -247,29 +292,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
292
|
type: BooleanConstructor;
|
|
248
293
|
default: null;
|
|
249
294
|
};
|
|
250
|
-
iconRightSize: {
|
|
251
|
-
type: StringConstructor;
|
|
252
|
-
default: string;
|
|
253
|
-
};
|
|
254
295
|
allowTogglePassword: {
|
|
255
296
|
type: BooleanConstructor;
|
|
256
297
|
default: null;
|
|
257
298
|
};
|
|
258
|
-
hasCloudyColor: {
|
|
259
|
-
type: BooleanConstructor;
|
|
260
|
-
default: null;
|
|
261
|
-
};
|
|
262
299
|
size: {
|
|
263
300
|
type: StringConstructor;
|
|
264
301
|
default: string;
|
|
265
302
|
};
|
|
303
|
+
maxlength: {
|
|
304
|
+
type: NumberConstructor;
|
|
305
|
+
default: null;
|
|
306
|
+
};
|
|
307
|
+
disabled: {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: boolean;
|
|
310
|
+
};
|
|
266
311
|
}>, {}, {
|
|
267
312
|
isFocused: boolean;
|
|
268
313
|
showPassword: boolean;
|
|
269
314
|
}, {
|
|
270
|
-
isDisabled():
|
|
315
|
+
isDisabled(): {};
|
|
271
316
|
iconRightSvg(): string;
|
|
272
|
-
iconScheme(): "
|
|
317
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
273
318
|
attributes(): any;
|
|
274
319
|
}, {
|
|
275
320
|
focus(): void;
|
|
@@ -311,38 +356,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
356
|
type: BooleanConstructor;
|
|
312
357
|
default: null;
|
|
313
358
|
};
|
|
314
|
-
iconRightSize: {
|
|
315
|
-
type: StringConstructor;
|
|
316
|
-
default: string;
|
|
317
|
-
};
|
|
318
359
|
allowTogglePassword: {
|
|
319
360
|
type: BooleanConstructor;
|
|
320
361
|
default: null;
|
|
321
362
|
};
|
|
322
|
-
hasCloudyColor: {
|
|
323
|
-
type: BooleanConstructor;
|
|
324
|
-
default: null;
|
|
325
|
-
};
|
|
326
363
|
size: {
|
|
327
364
|
type: StringConstructor;
|
|
328
365
|
default: string;
|
|
329
366
|
};
|
|
367
|
+
maxlength: {
|
|
368
|
+
type: NumberConstructor;
|
|
369
|
+
default: null;
|
|
370
|
+
};
|
|
371
|
+
disabled: {
|
|
372
|
+
type: BooleanConstructor;
|
|
373
|
+
default: boolean;
|
|
374
|
+
};
|
|
330
375
|
}>> & Readonly<{
|
|
331
376
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
332
377
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
333
378
|
}>, {
|
|
334
|
-
size: string;
|
|
335
379
|
type: string;
|
|
380
|
+
size: string;
|
|
336
381
|
placeholder: string;
|
|
382
|
+
disabled: boolean;
|
|
337
383
|
modelValue: string;
|
|
338
384
|
nativeType: string;
|
|
385
|
+
maxlength: number;
|
|
339
386
|
iconLeft: string;
|
|
340
387
|
iconRight: string;
|
|
341
388
|
iconLeftClickable: boolean;
|
|
342
389
|
iconRightClickable: boolean;
|
|
343
|
-
iconRightSize: string;
|
|
344
390
|
allowTogglePassword: boolean;
|
|
345
|
-
hasCloudyColor: boolean;
|
|
346
391
|
}, {}, {
|
|
347
392
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
348
393
|
type: {
|
|
@@ -368,6 +413,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
368
413
|
};
|
|
369
414
|
hasIconLeft: BooleanConstructor;
|
|
370
415
|
hasIconRight: BooleanConstructor;
|
|
416
|
+
maxlength: {
|
|
417
|
+
type: NumberConstructor;
|
|
418
|
+
default: null;
|
|
419
|
+
};
|
|
371
420
|
}>, {}, {}, {
|
|
372
421
|
attributes(): any;
|
|
373
422
|
classes(): (string | {
|
|
@@ -400,16 +449,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
400
449
|
};
|
|
401
450
|
hasIconLeft: BooleanConstructor;
|
|
402
451
|
hasIconRight: BooleanConstructor;
|
|
452
|
+
maxlength: {
|
|
453
|
+
type: NumberConstructor;
|
|
454
|
+
default: null;
|
|
455
|
+
};
|
|
403
456
|
}>> & Readonly<{
|
|
404
457
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
405
458
|
}>, {
|
|
406
|
-
mask: string | unknown[];
|
|
407
|
-
size: string;
|
|
408
459
|
type: string;
|
|
460
|
+
size: string;
|
|
461
|
+
mask: string | unknown[];
|
|
409
462
|
hasIconLeft: boolean;
|
|
410
463
|
hasIconRight: boolean;
|
|
411
464
|
modelValue: string;
|
|
412
465
|
nativeType: string;
|
|
466
|
+
maxlength: number;
|
|
413
467
|
}, {}, {}, {
|
|
414
468
|
mask: any;
|
|
415
469
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -422,19 +476,96 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
422
476
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
423
477
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
424
478
|
}>, {
|
|
479
|
+
size: import('../Icon.vue').IconSize;
|
|
425
480
|
filled: boolean;
|
|
426
481
|
icon: string | null;
|
|
427
482
|
clickable: boolean;
|
|
428
|
-
size: import('../Icon.vue').IconSize;
|
|
429
483
|
scheme: import('../Icon.vue').SchemeColor;
|
|
430
484
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
431
485
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
486
|
+
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
487
|
+
size: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: string;
|
|
490
|
+
validator: (size: unknown) => boolean;
|
|
491
|
+
};
|
|
492
|
+
label: {
|
|
493
|
+
type: StringConstructor;
|
|
494
|
+
default: string;
|
|
495
|
+
};
|
|
496
|
+
fixedLabel: {
|
|
497
|
+
type: BooleanConstructor;
|
|
498
|
+
default: boolean;
|
|
499
|
+
};
|
|
500
|
+
error: {
|
|
501
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
502
|
+
default: boolean;
|
|
503
|
+
};
|
|
504
|
+
message: {
|
|
505
|
+
type: StringConstructor;
|
|
506
|
+
default: string;
|
|
507
|
+
};
|
|
508
|
+
disabled: {
|
|
509
|
+
type: BooleanConstructor;
|
|
510
|
+
default: boolean;
|
|
511
|
+
};
|
|
512
|
+
tooltip: {
|
|
513
|
+
type: StringConstructor;
|
|
514
|
+
default: string;
|
|
515
|
+
};
|
|
516
|
+
}>, {}, {}, {}, {
|
|
517
|
+
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
518
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
519
|
+
size: {
|
|
520
|
+
type: StringConstructor;
|
|
521
|
+
default: string;
|
|
522
|
+
validator: (size: unknown) => boolean;
|
|
523
|
+
};
|
|
524
|
+
label: {
|
|
525
|
+
type: StringConstructor;
|
|
526
|
+
default: string;
|
|
527
|
+
};
|
|
528
|
+
fixedLabel: {
|
|
529
|
+
type: BooleanConstructor;
|
|
530
|
+
default: boolean;
|
|
531
|
+
};
|
|
532
|
+
error: {
|
|
533
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
534
|
+
default: boolean;
|
|
535
|
+
};
|
|
536
|
+
message: {
|
|
537
|
+
type: StringConstructor;
|
|
538
|
+
default: string;
|
|
539
|
+
};
|
|
540
|
+
disabled: {
|
|
541
|
+
type: BooleanConstructor;
|
|
542
|
+
default: boolean;
|
|
543
|
+
};
|
|
544
|
+
tooltip: {
|
|
545
|
+
type: StringConstructor;
|
|
546
|
+
default: string;
|
|
547
|
+
};
|
|
548
|
+
}>> & Readonly<{}>, {
|
|
549
|
+
error: string | boolean;
|
|
550
|
+
size: string;
|
|
551
|
+
label: string;
|
|
552
|
+
tooltip: string;
|
|
553
|
+
fixedLabel: boolean;
|
|
554
|
+
message: string;
|
|
555
|
+
disabled: boolean;
|
|
556
|
+
}, {}, {
|
|
557
|
+
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<{}>, {
|
|
558
|
+
label: string;
|
|
559
|
+
tooltip: string;
|
|
560
|
+
useHtmlTooltip: boolean;
|
|
561
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
562
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
432
563
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
433
564
|
UnnnicButton: {
|
|
434
565
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
435
566
|
text: string;
|
|
436
|
-
size: import('../Button/types').ButtonSize;
|
|
437
567
|
type: import('../Button/types').ButtonType;
|
|
568
|
+
size: import('../Button/types').ButtonSize;
|
|
438
569
|
disabled: boolean;
|
|
439
570
|
iconLeft: string;
|
|
440
571
|
iconRight: string;
|
|
@@ -451,8 +582,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
451
582
|
Defaults: {};
|
|
452
583
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
453
584
|
text: string;
|
|
454
|
-
size: import('../Button/types').ButtonSize;
|
|
455
585
|
type: import('../Button/types').ButtonType;
|
|
586
|
+
size: import('../Button/types').ButtonSize;
|
|
456
587
|
disabled: boolean;
|
|
457
588
|
iconLeft: string;
|
|
458
589
|
iconRight: string;
|
|
@@ -466,8 +597,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
466
597
|
__isSuspense?: never;
|
|
467
598
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
468
599
|
text: string;
|
|
469
|
-
size: import('../Button/types').ButtonSize;
|
|
470
600
|
type: import('../Button/types').ButtonType;
|
|
601
|
+
size: import('../Button/types').ButtonSize;
|
|
471
602
|
disabled: boolean;
|
|
472
603
|
iconLeft: string;
|
|
473
604
|
iconRight: string;
|
|
@@ -107,8 +107,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
107
107
|
default: string;
|
|
108
108
|
};
|
|
109
109
|
}>> & Readonly<{
|
|
110
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
111
110
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
112
112
|
"onFile-change"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
114
114
|
}>, {
|
|
@@ -405,8 +405,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
405
405
|
UnnnicButton: {
|
|
406
406
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
407
407
|
text: string;
|
|
408
|
-
size: import('../Button/types').ButtonSize;
|
|
409
408
|
type: import('../Button/types').ButtonType;
|
|
409
|
+
size: import('../Button/types').ButtonSize;
|
|
410
410
|
disabled: boolean;
|
|
411
411
|
iconLeft: string;
|
|
412
412
|
iconRight: string;
|
|
@@ -423,8 +423,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
423
423
|
Defaults: {};
|
|
424
424
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
425
425
|
text: string;
|
|
426
|
-
size: import('../Button/types').ButtonSize;
|
|
427
426
|
type: import('../Button/types').ButtonType;
|
|
427
|
+
size: import('../Button/types').ButtonSize;
|
|
428
428
|
disabled: boolean;
|
|
429
429
|
iconLeft: string;
|
|
430
430
|
iconRight: string;
|
|
@@ -438,8 +438,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
438
438
|
__isSuspense?: never;
|
|
439
439
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
440
440
|
text: string;
|
|
441
|
-
size: import('../Button/types').ButtonSize;
|
|
442
441
|
type: import('../Button/types').ButtonType;
|
|
442
|
+
size: import('../Button/types').ButtonSize;
|
|
443
443
|
disabled: boolean;
|
|
444
444
|
iconLeft: string;
|
|
445
445
|
iconRight: string;
|
|
@@ -461,10 +461,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
461
461
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
462
462
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
463
463
|
}>, {
|
|
464
|
+
size: import('../Icon.vue').IconSize;
|
|
464
465
|
filled: boolean;
|
|
465
466
|
icon: string | null;
|
|
466
467
|
clickable: boolean;
|
|
467
|
-
size: import('../Icon.vue').IconSize;
|
|
468
468
|
scheme: import('../Icon.vue').SchemeColor;
|
|
469
469
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
470
470
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -478,17 +478,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
478
478
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
479
479
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
480
480
|
}>, {
|
|
481
|
+
size: import('../Icon.vue').IconSize;
|
|
481
482
|
filled: boolean;
|
|
482
483
|
icon: string | null;
|
|
483
484
|
clickable: boolean;
|
|
484
|
-
size: import('../Icon.vue').IconSize;
|
|
485
485
|
scheme: import('../Icon.vue').SchemeColor;
|
|
486
486
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
487
487
|
UnnnicButton: {
|
|
488
488
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
489
489
|
text: string;
|
|
490
|
-
size: import('../Button/types').ButtonSize;
|
|
491
490
|
type: import('../Button/types').ButtonType;
|
|
491
|
+
size: import('../Button/types').ButtonSize;
|
|
492
492
|
disabled: boolean;
|
|
493
493
|
iconLeft: string;
|
|
494
494
|
iconRight: string;
|
|
@@ -505,8 +505,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
505
505
|
Defaults: {};
|
|
506
506
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
507
507
|
text: string;
|
|
508
|
-
size: import('../Button/types').ButtonSize;
|
|
509
508
|
type: import('../Button/types').ButtonType;
|
|
509
|
+
size: import('../Button/types').ButtonSize;
|
|
510
510
|
disabled: boolean;
|
|
511
511
|
iconLeft: string;
|
|
512
512
|
iconRight: string;
|
|
@@ -520,8 +520,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
520
520
|
__isSuspense?: never;
|
|
521
521
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
522
522
|
text: string;
|
|
523
|
-
size: import('../Button/types').ButtonSize;
|
|
524
523
|
type: import('../Button/types').ButtonType;
|
|
524
|
+
size: import('../Button/types').ButtonSize;
|
|
525
525
|
disabled: boolean;
|
|
526
526
|
iconLeft: string;
|
|
527
527
|
iconRight: string;
|
|
@@ -95,8 +95,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
text: string;
|
|
98
|
-
forceOpen: boolean;
|
|
99
98
|
enabled: boolean;
|
|
99
|
+
forceOpen: boolean;
|
|
100
100
|
side: string;
|
|
101
101
|
maxWidth: string;
|
|
102
102
|
shortcutText: string;
|
|
@@ -85,26 +85,30 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
86
86
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
+
size: import('../Icon.vue').IconSize;
|
|
88
89
|
filled: boolean;
|
|
89
90
|
icon: string | null;
|
|
90
91
|
clickable: boolean;
|
|
91
|
-
size: import('../Icon.vue').IconSize;
|
|
92
92
|
scheme: import('../Icon.vue').SchemeColor;
|
|
93
93
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
94
94
|
UnnnicRadio: {
|
|
95
95
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
96
96
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
97
|
-
|
|
98
|
-
disabled: boolean;
|
|
97
|
+
name: string;
|
|
99
98
|
value: string | number;
|
|
99
|
+
label: string;
|
|
100
|
+
disabled: boolean;
|
|
100
101
|
modelValue: string | number;
|
|
102
|
+
helper: string;
|
|
101
103
|
$props: {
|
|
102
|
-
readonly
|
|
103
|
-
readonly disabled?: boolean | undefined;
|
|
104
|
+
readonly name?: string | undefined;
|
|
104
105
|
readonly value?: string | number | undefined;
|
|
106
|
+
readonly label?: string | undefined;
|
|
107
|
+
readonly disabled?: boolean | undefined;
|
|
105
108
|
readonly modelValue?: string | number | undefined;
|
|
109
|
+
readonly helper?: string | undefined;
|
|
106
110
|
};
|
|
107
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
111
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
108
112
|
P: {};
|
|
109
113
|
B: {};
|
|
110
114
|
D: {};
|
|
@@ -113,15 +117,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
113
117
|
Defaults: {};
|
|
114
118
|
}, Readonly<{}> & Readonly<{}>, {
|
|
115
119
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
116
|
-
|
|
117
|
-
disabled: boolean;
|
|
120
|
+
name: string;
|
|
118
121
|
value: string | number;
|
|
122
|
+
label: string;
|
|
123
|
+
disabled: boolean;
|
|
119
124
|
modelValue: string | number;
|
|
125
|
+
helper: string;
|
|
120
126
|
$props: {
|
|
121
|
-
readonly
|
|
122
|
-
readonly disabled?: boolean | undefined;
|
|
127
|
+
readonly name?: string | undefined;
|
|
123
128
|
readonly value?: string | number | undefined;
|
|
129
|
+
readonly label?: string | undefined;
|
|
130
|
+
readonly disabled?: boolean | undefined;
|
|
124
131
|
readonly modelValue?: string | number | undefined;
|
|
132
|
+
readonly helper?: string | undefined;
|
|
125
133
|
};
|
|
126
134
|
}, {}, {}, {}, {}>;
|
|
127
135
|
__isFragment?: never;
|
|
@@ -129,15 +137,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
129
137
|
__isSuspense?: never;
|
|
130
138
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
131
139
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
132
|
-
|
|
133
|
-
disabled: boolean;
|
|
140
|
+
name: string;
|
|
134
141
|
value: string | number;
|
|
142
|
+
label: string;
|
|
143
|
+
disabled: boolean;
|
|
135
144
|
modelValue: string | number;
|
|
145
|
+
helper: string;
|
|
136
146
|
$props: {
|
|
137
|
-
readonly
|
|
138
|
-
readonly disabled?: boolean | undefined;
|
|
147
|
+
readonly name?: string | undefined;
|
|
139
148
|
readonly value?: string | number | undefined;
|
|
149
|
+
readonly label?: string | undefined;
|
|
150
|
+
readonly disabled?: boolean | undefined;
|
|
140
151
|
readonly modelValue?: string | number | undefined;
|
|
152
|
+
readonly helper?: string | undefined;
|
|
141
153
|
};
|
|
142
154
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
143
155
|
$slots: {
|