@weni/unnnic-system 3.12.1 → 3.12.3-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/components/Alert/Alert.vue.d.ts +3 -3
- package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +92 -18
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +184 -36
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Card/AccountCard.vue.d.ts +2 -2
- package/dist/components/Card/Card.vue.d.ts +103 -29
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +93 -19
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +2 -2
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +92 -18
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +92 -18
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +93 -19
- package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
- package/dist/components/ChartBar/ChartBar.vue.d.ts +98 -24
- package/dist/components/ChartLine/ChartLine.vue.d.ts +92 -18
- package/dist/components/ChatText/ChatText.vue.d.ts +92 -18
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +92 -18
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/DataArea/DataArea.vue.d.ts +92 -18
- 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 +94 -15
- package/dist/components/Drawer/Drawer.vue.d.ts +37 -207
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +6 -6
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/BaseInput.vue.d.ts +22 -0
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +93 -14
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +54 -3
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +209 -35
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +99 -20
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +92 -18
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +18 -18
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +6 -6
- package/dist/components/Select/index.vue.d.ts +44 -0
- package/dist/components/Select/index.vue.d.ts.map +1 -0
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +63 -12
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
- package/dist/components/SelectTime/index.vue.d.ts +55 -4
- package/dist/components/Slider/Slider.vue.d.ts +92 -18
- package/dist/components/Switch/Switch.vue.d.ts +3 -3
- package/dist/components/Tab/Tab.vue.d.ts +92 -18
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +2 -2
- package/dist/components/TextArea/TextArea.vue.d.ts +8 -8
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +92 -18
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +43 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +35 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +43 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +22 -0
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +25 -0
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +23 -0
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +19 -0
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/drawer/index.d.ts +11 -0
- package/dist/components/ui/drawer/index.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +23 -0
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +31 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +19 -0
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +4 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/{es-9756db6d.mjs → es-59933601.mjs} +1 -1
- package/dist/{index-ab280280.mjs → index-4fe9253b.mjs} +99824 -96718
- package/dist/lib/layer-manager.d.ts +16 -0
- package/dist/lib/layer-manager.d.ts.map +1 -0
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-55135cbc.mjs → pt-br-10db3200.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +234 -202
- package/dist/unnnic.umd.js +48 -44
- package/package.json +3 -2
- package/src/assets/scss/scheme-colors.scss +223 -223
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/Checkbox/Checkbox.vue +1 -1
- package/src/components/Drawer/Drawer.vue +190 -269
- package/src/components/Drawer/__tests__/Drawer.spec.js +37 -46
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +18 -19
- package/src/components/Input/BaseInput.vue +21 -2
- package/src/components/Input/Input.scss +2 -3
- package/src/components/Input/Input.vue +19 -1
- package/src/components/Input/TextInput.vue +58 -22
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +5 -1
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
- package/src/components/ModalDialog/ModalDialog.vue +64 -148
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +11 -221
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/MultiSelectV2/MultSelectOption.vue +67 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +556 -0
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +229 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +121 -0
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +51 -0
- package/src/components/MultiSelectV2/index.vue +224 -0
- package/src/components/Select/__tests__/Select.spec.js +422 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +65 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/__tests__/__snapshots__/SelectPopover.spec.js.snap +8 -0
- package/src/components/Select/index.vue +261 -0
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +3 -1
- package/src/components/Toast/Toast.vue +16 -9
- package/src/components/ToolTip/ToolTip.vue +25 -177
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +339 -61
- package/src/components/index.ts +66 -5
- package/src/components/ui/dialog/Dialog.vue +19 -0
- package/src/components/ui/dialog/DialogClose.vue +29 -0
- package/src/components/ui/dialog/DialogContent.vue +140 -0
- package/src/components/ui/dialog/DialogFooter.vue +50 -0
- package/src/components/ui/dialog/DialogHeader.vue +83 -0
- package/src/components/ui/dialog/DialogTitle.vue +38 -0
- package/src/components/ui/dialog/DialogTrigger.vue +16 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/components/ui/drawer/Drawer.vue +27 -0
- package/src/components/ui/drawer/DrawerClose.vue +37 -0
- package/src/components/ui/drawer/DrawerContent.vue +111 -0
- package/src/components/ui/drawer/DrawerDescription.vue +40 -0
- package/src/components/ui/drawer/DrawerFooter.vue +38 -0
- package/src/components/ui/drawer/DrawerHeader.vue +57 -0
- package/src/components/ui/drawer/DrawerOverlay.vue +33 -0
- package/src/components/ui/drawer/DrawerTitle.vue +37 -0
- package/src/components/ui/drawer/DrawerTrigger.vue +31 -0
- package/src/components/ui/drawer/index.ts +10 -0
- package/src/components/ui/popover/PopoverContent.vue +4 -2
- package/src/components/ui/popover/PopoverOption.vue +4 -0
- package/src/components/ui/popover/PopoverTrigger.vue +5 -1
- package/src/components/ui/tooltip/Tooltip.vue +21 -0
- package/src/components/ui/tooltip/TooltipContent.vue +74 -0
- package/src/components/ui/tooltip/TooltipTrigger.vue +26 -0
- package/src/components/ui/tooltip/index.ts +3 -0
- package/src/lib/layer-manager.ts +84 -0
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/DrawerNext.stories.js +611 -0
- package/src/stories/LayerManager.docs.mdx +40 -0
- package/src/stories/LayerManager.stories.js +364 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/MultiSelectV2.stories.js +158 -0
- package/src/stories/Select.stories.js +158 -0
|
@@ -57,20 +57,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
57
|
es: string;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
iconsMapper: {
|
|
61
|
-
success: {
|
|
62
|
-
icon: string;
|
|
63
|
-
scheme: string;
|
|
64
|
-
};
|
|
65
|
-
warning: {
|
|
66
|
-
icon: string;
|
|
67
|
-
scheme: string;
|
|
68
|
-
};
|
|
69
|
-
attention: {
|
|
70
|
-
icon: string;
|
|
71
|
-
scheme: string;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
60
|
primaryButtonTypeMapper: {
|
|
75
61
|
success: string;
|
|
76
62
|
warning: string;
|
|
@@ -79,6 +65,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
65
|
}, {}, {
|
|
80
66
|
close(): void;
|
|
81
67
|
updateBodyOverflow(isHidden: any): void;
|
|
68
|
+
persistentHandler(event: any): void;
|
|
82
69
|
}, {
|
|
83
70
|
props: {
|
|
84
71
|
locale: {
|
|
@@ -159,27 +146,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
146
|
hideSecondaryButton: boolean;
|
|
160
147
|
secondaryButtonProps: Record<string, any>;
|
|
161
148
|
}, {}, {
|
|
162
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
163
|
-
click: (event: Event) => any;
|
|
164
|
-
mousedown: (event: Event) => any;
|
|
165
|
-
mouseup: (event: Event) => any;
|
|
166
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
167
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
168
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
169
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
170
|
-
}>, {
|
|
171
|
-
size: import('../Icon.vue').IconSize;
|
|
172
|
-
filled: boolean;
|
|
173
|
-
icon: string | null;
|
|
174
|
-
clickable: boolean;
|
|
175
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
176
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
177
149
|
UnnnicButton: {
|
|
178
150
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
179
|
-
|
|
151
|
+
disabled: boolean;
|
|
180
152
|
type: import('../Button/types').ButtonType;
|
|
181
153
|
size: import('../Button/types').ButtonSize;
|
|
182
|
-
|
|
154
|
+
text: string;
|
|
183
155
|
iconLeft: string;
|
|
184
156
|
iconRight: string;
|
|
185
157
|
float: boolean;
|
|
@@ -194,10 +166,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
194
166
|
M: {};
|
|
195
167
|
Defaults: {};
|
|
196
168
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
197
|
-
|
|
169
|
+
disabled: boolean;
|
|
198
170
|
type: import('../Button/types').ButtonType;
|
|
199
171
|
size: import('../Button/types').ButtonSize;
|
|
200
|
-
|
|
172
|
+
text: string;
|
|
201
173
|
iconLeft: string;
|
|
202
174
|
iconRight: string;
|
|
203
175
|
float: boolean;
|
|
@@ -209,10 +181,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
209
181
|
__isTeleport?: never;
|
|
210
182
|
__isSuspense?: never;
|
|
211
183
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
212
|
-
|
|
184
|
+
disabled: boolean;
|
|
213
185
|
type: import('../Button/types').ButtonType;
|
|
214
186
|
size: import('../Button/types').ButtonSize;
|
|
215
|
-
|
|
187
|
+
text: string;
|
|
216
188
|
iconLeft: string;
|
|
217
189
|
iconRight: string;
|
|
218
190
|
float: boolean;
|
|
@@ -224,6 +196,208 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
196
|
default?(_: {}): any;
|
|
225
197
|
};
|
|
226
198
|
});
|
|
199
|
+
UnnnicDialog: {
|
|
200
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
201
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
202
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
203
|
+
"update:open": (value: boolean) => any;
|
|
204
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
205
|
+
P: {};
|
|
206
|
+
B: {};
|
|
207
|
+
D: {};
|
|
208
|
+
C: {};
|
|
209
|
+
M: {};
|
|
210
|
+
Defaults: {};
|
|
211
|
+
}, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
212
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
213
|
+
}>, {}, {}, {}, {}, {}>;
|
|
214
|
+
__isFragment?: never;
|
|
215
|
+
__isTeleport?: never;
|
|
216
|
+
__isSuspense?: never;
|
|
217
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
218
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
219
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
220
|
+
"update:open": (value: boolean) => any;
|
|
221
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
222
|
+
$slots: {
|
|
223
|
+
default?(_: {}): any;
|
|
224
|
+
};
|
|
225
|
+
});
|
|
226
|
+
UnnnicDialogContent: {
|
|
227
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
|
|
228
|
+
parentClass?: import('vue').HTMLAttributes["class"];
|
|
229
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
230
|
+
size?: "small" | "medium" | "large";
|
|
231
|
+
}> & Readonly<{
|
|
232
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
233
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
234
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
235
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
236
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
237
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
238
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
239
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
240
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
241
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
242
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
243
|
+
openAutoFocus: (event: Event) => any;
|
|
244
|
+
closeAutoFocus: (event: Event) => any;
|
|
245
|
+
}, import('vue').PublicProps, {
|
|
246
|
+
class: import('vue').HTMLAttributes["class"];
|
|
247
|
+
size: "small" | "medium" | "large";
|
|
248
|
+
parentClass: import('vue').HTMLAttributes["class"];
|
|
249
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
250
|
+
P: {};
|
|
251
|
+
B: {};
|
|
252
|
+
D: {};
|
|
253
|
+
C: {};
|
|
254
|
+
M: {};
|
|
255
|
+
Defaults: {};
|
|
256
|
+
}, Readonly<import('reka-ui').DialogContentProps & {
|
|
257
|
+
parentClass?: import('vue').HTMLAttributes["class"];
|
|
258
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
259
|
+
size?: "small" | "medium" | "large";
|
|
260
|
+
}> & Readonly<{
|
|
261
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
262
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
263
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
264
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
265
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
266
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
267
|
+
}>, {}, {}, {}, {}, {
|
|
268
|
+
class: import('vue').HTMLAttributes["class"];
|
|
269
|
+
size: "small" | "medium" | "large";
|
|
270
|
+
parentClass: import('vue').HTMLAttributes["class"];
|
|
271
|
+
}>;
|
|
272
|
+
__isFragment?: never;
|
|
273
|
+
__isTeleport?: never;
|
|
274
|
+
__isSuspense?: never;
|
|
275
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
|
|
276
|
+
parentClass?: import('vue').HTMLAttributes["class"];
|
|
277
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
278
|
+
size?: "small" | "medium" | "large";
|
|
279
|
+
}> & Readonly<{
|
|
280
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
281
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
282
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
283
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
284
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
285
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
286
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
287
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
288
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
289
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
290
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
291
|
+
openAutoFocus: (event: Event) => any;
|
|
292
|
+
closeAutoFocus: (event: Event) => any;
|
|
293
|
+
}, string, {
|
|
294
|
+
class: import('vue').HTMLAttributes["class"];
|
|
295
|
+
size: "small" | "medium" | "large";
|
|
296
|
+
parentClass: import('vue').HTMLAttributes["class"];
|
|
297
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
298
|
+
$slots: {
|
|
299
|
+
default?(_: {}): any;
|
|
300
|
+
};
|
|
301
|
+
});
|
|
302
|
+
UnnnicDialogHeader: {
|
|
303
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
304
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
305
|
+
divider?: boolean;
|
|
306
|
+
type?: "default" | "success" | "warning" | "attention";
|
|
307
|
+
closeButton?: boolean;
|
|
308
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
309
|
+
type: "default" | "success" | "warning" | "attention";
|
|
310
|
+
divider: boolean;
|
|
311
|
+
closeButton: boolean;
|
|
312
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
313
|
+
P: {};
|
|
314
|
+
B: {};
|
|
315
|
+
D: {};
|
|
316
|
+
C: {};
|
|
317
|
+
M: {};
|
|
318
|
+
Defaults: {};
|
|
319
|
+
}, Readonly<{
|
|
320
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
321
|
+
divider?: boolean;
|
|
322
|
+
type?: "default" | "success" | "warning" | "attention";
|
|
323
|
+
closeButton?: boolean;
|
|
324
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
325
|
+
type: "default" | "success" | "warning" | "attention";
|
|
326
|
+
divider: boolean;
|
|
327
|
+
closeButton: boolean;
|
|
328
|
+
}>;
|
|
329
|
+
__isFragment?: never;
|
|
330
|
+
__isTeleport?: never;
|
|
331
|
+
__isSuspense?: never;
|
|
332
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
333
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
334
|
+
divider?: boolean;
|
|
335
|
+
type?: "default" | "success" | "warning" | "attention";
|
|
336
|
+
closeButton?: boolean;
|
|
337
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
338
|
+
type: "default" | "success" | "warning" | "attention";
|
|
339
|
+
divider: boolean;
|
|
340
|
+
closeButton: boolean;
|
|
341
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
342
|
+
$slots: {
|
|
343
|
+
default?(_: {}): any;
|
|
344
|
+
};
|
|
345
|
+
});
|
|
346
|
+
UnnnicDialogTitle: {
|
|
347
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
|
|
348
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
349
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
350
|
+
P: {};
|
|
351
|
+
B: {};
|
|
352
|
+
D: {};
|
|
353
|
+
C: {};
|
|
354
|
+
M: {};
|
|
355
|
+
Defaults: {};
|
|
356
|
+
}, Readonly<import('reka-ui').DialogTitleProps & {
|
|
357
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
358
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
359
|
+
__isFragment?: never;
|
|
360
|
+
__isTeleport?: never;
|
|
361
|
+
__isSuspense?: never;
|
|
362
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
|
|
363
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
364
|
+
}> & Readonly<{}>, {}, {}, {}, {}, 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 () => {
|
|
365
|
+
$slots: {
|
|
366
|
+
default?(_: {}): any;
|
|
367
|
+
};
|
|
368
|
+
});
|
|
369
|
+
UnnnicDialogFooter: {
|
|
370
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
371
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
372
|
+
divider?: boolean;
|
|
373
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
374
|
+
divider: boolean;
|
|
375
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
376
|
+
P: {};
|
|
377
|
+
B: {};
|
|
378
|
+
D: {};
|
|
379
|
+
C: {};
|
|
380
|
+
M: {};
|
|
381
|
+
Defaults: {};
|
|
382
|
+
}, Readonly<{
|
|
383
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
384
|
+
divider?: boolean;
|
|
385
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
386
|
+
divider: boolean;
|
|
387
|
+
}>;
|
|
388
|
+
__isFragment?: never;
|
|
389
|
+
__isTeleport?: never;
|
|
390
|
+
__isSuspense?: never;
|
|
391
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
392
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
393
|
+
divider?: boolean;
|
|
394
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
395
|
+
divider: boolean;
|
|
396
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
397
|
+
$slots: {
|
|
398
|
+
default?(_: {}): any;
|
|
399
|
+
};
|
|
400
|
+
});
|
|
227
401
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
228
402
|
export default _default;
|
|
229
403
|
//# sourceMappingURL=ModalDialog.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAoFA;"}
|
|
@@ -151,13 +151,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
151
151
|
type: BooleanConstructor;
|
|
152
152
|
default: boolean;
|
|
153
153
|
};
|
|
154
|
+
readonly: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
default: boolean;
|
|
157
|
+
};
|
|
158
|
+
forceActiveStatus: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
default: boolean;
|
|
161
|
+
};
|
|
162
|
+
showClear: {
|
|
163
|
+
type: BooleanConstructor;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
154
166
|
}>, {}, {
|
|
155
167
|
val: string;
|
|
156
168
|
}, {
|
|
157
169
|
computedError(): string | boolean;
|
|
158
170
|
}, {
|
|
159
171
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
160
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
172
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
161
173
|
placeholder: {
|
|
162
174
|
type: StringConstructor;
|
|
163
175
|
default: string;
|
|
@@ -235,25 +247,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
235
247
|
type: BooleanConstructor;
|
|
236
248
|
default: boolean;
|
|
237
249
|
};
|
|
250
|
+
readonly: {
|
|
251
|
+
type: BooleanConstructor;
|
|
252
|
+
default: boolean;
|
|
253
|
+
};
|
|
254
|
+
forceActiveStatus: {
|
|
255
|
+
type: BooleanConstructor;
|
|
256
|
+
default: boolean;
|
|
257
|
+
};
|
|
258
|
+
showClear: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
238
262
|
}>> & Readonly<{
|
|
239
263
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
264
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
240
265
|
}>, {
|
|
266
|
+
disabled: boolean;
|
|
241
267
|
type: string;
|
|
242
|
-
size: string;
|
|
243
|
-
label: string;
|
|
244
|
-
mask: string | unknown[];
|
|
245
268
|
placeholder: string;
|
|
246
269
|
tooltip: string;
|
|
270
|
+
label: string;
|
|
271
|
+
size: string;
|
|
272
|
+
mask: string | unknown[];
|
|
247
273
|
message: string;
|
|
248
|
-
disabled: boolean;
|
|
249
274
|
modelValue: string;
|
|
250
275
|
nativeType: string;
|
|
251
276
|
maxlength: number | null;
|
|
277
|
+
readonly: boolean;
|
|
278
|
+
forceActiveStatus: boolean;
|
|
252
279
|
iconLeft: string;
|
|
253
280
|
iconRight: string;
|
|
254
281
|
iconLeftClickable: boolean;
|
|
255
282
|
iconRightClickable: boolean;
|
|
256
283
|
allowTogglePassword: boolean;
|
|
284
|
+
showClear: boolean;
|
|
257
285
|
errors: string | unknown[];
|
|
258
286
|
hasCloudyColor: boolean;
|
|
259
287
|
showMaxlengthCounter: boolean;
|
|
@@ -308,6 +336,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
308
336
|
type: BooleanConstructor;
|
|
309
337
|
default: boolean;
|
|
310
338
|
};
|
|
339
|
+
readonly: {
|
|
340
|
+
type: BooleanConstructor;
|
|
341
|
+
default: boolean;
|
|
342
|
+
};
|
|
343
|
+
forceActiveStatus: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
};
|
|
347
|
+
showClear: {
|
|
348
|
+
type: BooleanConstructor;
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
311
351
|
}>, {}, {
|
|
312
352
|
isFocused: boolean;
|
|
313
353
|
showPassword: boolean;
|
|
@@ -321,8 +361,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
321
361
|
onFocus(): void;
|
|
322
362
|
onBlur(): void;
|
|
323
363
|
onIconLeftClick(): void;
|
|
364
|
+
onClearClick(): void;
|
|
324
365
|
onIconRightClick(): void;
|
|
325
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
366
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
326
367
|
placeholder: {
|
|
327
368
|
type: StringConstructor;
|
|
328
369
|
default: null;
|
|
@@ -372,22 +413,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
372
413
|
type: BooleanConstructor;
|
|
373
414
|
default: boolean;
|
|
374
415
|
};
|
|
416
|
+
readonly: {
|
|
417
|
+
type: BooleanConstructor;
|
|
418
|
+
default: boolean;
|
|
419
|
+
};
|
|
420
|
+
forceActiveStatus: {
|
|
421
|
+
type: BooleanConstructor;
|
|
422
|
+
default: boolean;
|
|
423
|
+
};
|
|
424
|
+
showClear: {
|
|
425
|
+
type: BooleanConstructor;
|
|
426
|
+
default: boolean;
|
|
427
|
+
};
|
|
375
428
|
}>> & Readonly<{
|
|
429
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
376
430
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
377
431
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
378
432
|
}>, {
|
|
433
|
+
disabled: boolean;
|
|
379
434
|
type: string;
|
|
380
|
-
size: string;
|
|
381
435
|
placeholder: string;
|
|
382
|
-
|
|
436
|
+
size: string;
|
|
383
437
|
modelValue: string;
|
|
384
438
|
nativeType: string;
|
|
385
439
|
maxlength: number;
|
|
440
|
+
readonly: boolean;
|
|
441
|
+
forceActiveStatus: boolean;
|
|
386
442
|
iconLeft: string;
|
|
387
443
|
iconRight: string;
|
|
388
444
|
iconLeftClickable: boolean;
|
|
389
445
|
iconRightClickable: boolean;
|
|
390
446
|
allowTogglePassword: boolean;
|
|
447
|
+
showClear: boolean;
|
|
391
448
|
}, {}, {
|
|
392
449
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
393
450
|
type: {
|
|
@@ -413,15 +470,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
413
470
|
};
|
|
414
471
|
hasIconLeft: BooleanConstructor;
|
|
415
472
|
hasIconRight: BooleanConstructor;
|
|
473
|
+
hasClearIcon: BooleanConstructor;
|
|
416
474
|
maxlength: {
|
|
417
475
|
type: NumberConstructor;
|
|
418
476
|
default: null;
|
|
419
477
|
};
|
|
478
|
+
readonly: {
|
|
479
|
+
type: BooleanConstructor;
|
|
480
|
+
default: boolean;
|
|
481
|
+
};
|
|
482
|
+
forceActiveStatus: {
|
|
483
|
+
type: BooleanConstructor;
|
|
484
|
+
default: boolean;
|
|
485
|
+
};
|
|
420
486
|
}>, {}, {}, {
|
|
421
487
|
attributes(): any;
|
|
422
488
|
classes(): (string | {
|
|
423
489
|
'input--has-icon-left': boolean;
|
|
424
490
|
'input--has-icon-right': boolean;
|
|
491
|
+
'input--has-clear-icon': boolean;
|
|
425
492
|
})[];
|
|
426
493
|
}, {
|
|
427
494
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -449,10 +516,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
449
516
|
};
|
|
450
517
|
hasIconLeft: BooleanConstructor;
|
|
451
518
|
hasIconRight: BooleanConstructor;
|
|
519
|
+
hasClearIcon: BooleanConstructor;
|
|
452
520
|
maxlength: {
|
|
453
521
|
type: NumberConstructor;
|
|
454
522
|
default: null;
|
|
455
523
|
};
|
|
524
|
+
readonly: {
|
|
525
|
+
type: BooleanConstructor;
|
|
526
|
+
default: boolean;
|
|
527
|
+
};
|
|
528
|
+
forceActiveStatus: {
|
|
529
|
+
type: BooleanConstructor;
|
|
530
|
+
default: boolean;
|
|
531
|
+
};
|
|
456
532
|
}>> & Readonly<{
|
|
457
533
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
458
534
|
}>, {
|
|
@@ -461,9 +537,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
461
537
|
mask: string | unknown[];
|
|
462
538
|
hasIconLeft: boolean;
|
|
463
539
|
hasIconRight: boolean;
|
|
540
|
+
hasClearIcon: boolean;
|
|
464
541
|
modelValue: string;
|
|
465
542
|
nativeType: string;
|
|
466
543
|
maxlength: number;
|
|
544
|
+
readonly: boolean;
|
|
545
|
+
forceActiveStatus: boolean;
|
|
467
546
|
}, {}, {}, {
|
|
468
547
|
mask: any;
|
|
469
548
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -498,7 +577,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
498
577
|
default: boolean;
|
|
499
578
|
};
|
|
500
579
|
error: {
|
|
501
|
-
type: (
|
|
580
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
502
581
|
default: boolean;
|
|
503
582
|
};
|
|
504
583
|
message: {
|
|
@@ -530,7 +609,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
530
609
|
default: boolean;
|
|
531
610
|
};
|
|
532
611
|
error: {
|
|
533
|
-
type: (
|
|
612
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
534
613
|
default: boolean;
|
|
535
614
|
};
|
|
536
615
|
message: {
|
|
@@ -546,27 +625,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
546
625
|
default: string;
|
|
547
626
|
};
|
|
548
627
|
}>> & Readonly<{}>, {
|
|
628
|
+
disabled: boolean;
|
|
549
629
|
error: string | boolean;
|
|
550
|
-
size: string;
|
|
551
|
-
label: string;
|
|
552
630
|
tooltip: string;
|
|
631
|
+
label: string;
|
|
632
|
+
size: string;
|
|
553
633
|
fixedLabel: boolean;
|
|
554
634
|
message: string;
|
|
555
|
-
disabled: boolean;
|
|
556
635
|
}, {}, {
|
|
557
636
|
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
637
|
tooltip: string;
|
|
638
|
+
label: string;
|
|
560
639
|
useHtmlTooltip: boolean;
|
|
561
640
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
562
641
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
563
642
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
564
643
|
UnnnicButton: {
|
|
565
644
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
566
|
-
|
|
645
|
+
disabled: boolean;
|
|
567
646
|
type: import('../Button/types').ButtonType;
|
|
568
647
|
size: import('../Button/types').ButtonSize;
|
|
569
|
-
|
|
648
|
+
text: string;
|
|
570
649
|
iconLeft: string;
|
|
571
650
|
iconRight: string;
|
|
572
651
|
float: boolean;
|
|
@@ -581,10 +660,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
581
660
|
M: {};
|
|
582
661
|
Defaults: {};
|
|
583
662
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
584
|
-
|
|
663
|
+
disabled: boolean;
|
|
585
664
|
type: import('../Button/types').ButtonType;
|
|
586
665
|
size: import('../Button/types').ButtonSize;
|
|
587
|
-
|
|
666
|
+
text: string;
|
|
588
667
|
iconLeft: string;
|
|
589
668
|
iconRight: string;
|
|
590
669
|
float: boolean;
|
|
@@ -596,10 +675,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
596
675
|
__isTeleport?: never;
|
|
597
676
|
__isSuspense?: never;
|
|
598
677
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
599
|
-
|
|
678
|
+
disabled: boolean;
|
|
600
679
|
type: import('../Button/types').ButtonType;
|
|
601
680
|
size: import('../Button/types').ButtonSize;
|
|
602
|
-
|
|
681
|
+
text: string;
|
|
603
682
|
iconLeft: string;
|
|
604
683
|
iconRight: string;
|
|
605
684
|
float: boolean;
|
|
@@ -404,10 +404,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
404
404
|
}, {}, {
|
|
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
|
+
disabled: boolean;
|
|
408
408
|
type: import('../Button/types').ButtonType;
|
|
409
409
|
size: import('../Button/types').ButtonSize;
|
|
410
|
-
|
|
410
|
+
text: string;
|
|
411
411
|
iconLeft: string;
|
|
412
412
|
iconRight: string;
|
|
413
413
|
float: boolean;
|
|
@@ -422,10 +422,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
422
422
|
M: {};
|
|
423
423
|
Defaults: {};
|
|
424
424
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
425
|
-
|
|
425
|
+
disabled: boolean;
|
|
426
426
|
type: import('../Button/types').ButtonType;
|
|
427
427
|
size: import('../Button/types').ButtonSize;
|
|
428
|
-
|
|
428
|
+
text: string;
|
|
429
429
|
iconLeft: string;
|
|
430
430
|
iconRight: string;
|
|
431
431
|
float: boolean;
|
|
@@ -437,10 +437,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
437
|
__isTeleport?: never;
|
|
438
438
|
__isSuspense?: never;
|
|
439
439
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
440
|
-
|
|
440
|
+
disabled: boolean;
|
|
441
441
|
type: import('../Button/types').ButtonType;
|
|
442
442
|
size: import('../Button/types').ButtonSize;
|
|
443
|
-
|
|
443
|
+
text: string;
|
|
444
444
|
iconLeft: string;
|
|
445
445
|
iconRight: string;
|
|
446
446
|
float: boolean;
|
|
@@ -486,10 +486,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
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
|
+
disabled: boolean;
|
|
490
490
|
type: import('../Button/types').ButtonType;
|
|
491
491
|
size: import('../Button/types').ButtonSize;
|
|
492
|
-
|
|
492
|
+
text: string;
|
|
493
493
|
iconLeft: string;
|
|
494
494
|
iconRight: string;
|
|
495
495
|
float: boolean;
|
|
@@ -504,10 +504,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
504
504
|
M: {};
|
|
505
505
|
Defaults: {};
|
|
506
506
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
507
|
-
|
|
507
|
+
disabled: boolean;
|
|
508
508
|
type: import('../Button/types').ButtonType;
|
|
509
509
|
size: import('../Button/types').ButtonSize;
|
|
510
|
-
|
|
510
|
+
text: string;
|
|
511
511
|
iconLeft: string;
|
|
512
512
|
iconRight: string;
|
|
513
513
|
float: boolean;
|
|
@@ -519,10 +519,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
519
519
|
__isTeleport?: never;
|
|
520
520
|
__isSuspense?: never;
|
|
521
521
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
522
|
-
|
|
522
|
+
disabled: boolean;
|
|
523
523
|
type: import('../Button/types').ButtonType;
|
|
524
524
|
size: import('../Button/types').ButtonSize;
|
|
525
|
-
|
|
525
|
+
text: string;
|
|
526
526
|
iconLeft: string;
|
|
527
527
|
iconRight: string;
|
|
528
528
|
float: boolean;
|