@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
|
@@ -49,8 +49,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
49
|
}>> & Readonly<{
|
|
50
50
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}>, {
|
|
52
|
-
placeholder: string;
|
|
53
52
|
disabled: boolean;
|
|
53
|
+
placeholder: string;
|
|
54
54
|
modelValue: string;
|
|
55
55
|
options: unknown[];
|
|
56
56
|
}, {}, {
|
|
@@ -159,6 +159,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
159
|
type: BooleanConstructor;
|
|
160
160
|
default: boolean;
|
|
161
161
|
};
|
|
162
|
+
readonly: {
|
|
163
|
+
type: BooleanConstructor;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
166
|
+
forceActiveStatus: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
showClear: {
|
|
171
|
+
type: BooleanConstructor;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
162
174
|
}>, {}, {
|
|
163
175
|
isFocused: boolean;
|
|
164
176
|
showPassword: boolean;
|
|
@@ -172,8 +184,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
172
184
|
onFocus(): void;
|
|
173
185
|
onBlur(): void;
|
|
174
186
|
onIconLeftClick(): void;
|
|
187
|
+
onClearClick(): void;
|
|
175
188
|
onIconRightClick(): void;
|
|
176
|
-
}, 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<{
|
|
189
|
+
}, 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<{
|
|
177
190
|
placeholder: {
|
|
178
191
|
type: StringConstructor;
|
|
179
192
|
default: null;
|
|
@@ -223,22 +236,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
223
236
|
type: BooleanConstructor;
|
|
224
237
|
default: boolean;
|
|
225
238
|
};
|
|
239
|
+
readonly: {
|
|
240
|
+
type: BooleanConstructor;
|
|
241
|
+
default: boolean;
|
|
242
|
+
};
|
|
243
|
+
forceActiveStatus: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
showClear: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
226
251
|
}>> & Readonly<{
|
|
252
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
227
253
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
228
254
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
229
255
|
}>, {
|
|
256
|
+
disabled: boolean;
|
|
230
257
|
type: string;
|
|
231
|
-
size: string;
|
|
232
258
|
placeholder: string;
|
|
233
|
-
|
|
259
|
+
size: string;
|
|
234
260
|
modelValue: string;
|
|
235
261
|
nativeType: string;
|
|
236
262
|
maxlength: number;
|
|
263
|
+
readonly: boolean;
|
|
264
|
+
forceActiveStatus: boolean;
|
|
237
265
|
iconLeft: string;
|
|
238
266
|
iconRight: string;
|
|
239
267
|
iconLeftClickable: boolean;
|
|
240
268
|
iconRightClickable: boolean;
|
|
241
269
|
allowTogglePassword: boolean;
|
|
270
|
+
showClear: boolean;
|
|
242
271
|
}, {}, {
|
|
243
272
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
244
273
|
type: {
|
|
@@ -264,15 +293,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
264
293
|
};
|
|
265
294
|
hasIconLeft: BooleanConstructor;
|
|
266
295
|
hasIconRight: BooleanConstructor;
|
|
296
|
+
hasClearIcon: BooleanConstructor;
|
|
267
297
|
maxlength: {
|
|
268
298
|
type: NumberConstructor;
|
|
269
299
|
default: null;
|
|
270
300
|
};
|
|
301
|
+
readonly: {
|
|
302
|
+
type: BooleanConstructor;
|
|
303
|
+
default: boolean;
|
|
304
|
+
};
|
|
305
|
+
forceActiveStatus: {
|
|
306
|
+
type: BooleanConstructor;
|
|
307
|
+
default: boolean;
|
|
308
|
+
};
|
|
271
309
|
}>, {}, {}, {
|
|
272
310
|
attributes(): any;
|
|
273
311
|
classes(): (string | {
|
|
274
312
|
'input--has-icon-left': boolean;
|
|
275
313
|
'input--has-icon-right': boolean;
|
|
314
|
+
'input--has-clear-icon': boolean;
|
|
276
315
|
})[];
|
|
277
316
|
}, {
|
|
278
317
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -300,10 +339,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
339
|
};
|
|
301
340
|
hasIconLeft: BooleanConstructor;
|
|
302
341
|
hasIconRight: BooleanConstructor;
|
|
342
|
+
hasClearIcon: BooleanConstructor;
|
|
303
343
|
maxlength: {
|
|
304
344
|
type: NumberConstructor;
|
|
305
345
|
default: null;
|
|
306
346
|
};
|
|
347
|
+
readonly: {
|
|
348
|
+
type: BooleanConstructor;
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
351
|
+
forceActiveStatus: {
|
|
352
|
+
type: BooleanConstructor;
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
307
355
|
}>> & Readonly<{
|
|
308
356
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
309
357
|
}>, {
|
|
@@ -312,9 +360,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
312
360
|
mask: string | unknown[];
|
|
313
361
|
hasIconLeft: boolean;
|
|
314
362
|
hasIconRight: boolean;
|
|
363
|
+
hasClearIcon: boolean;
|
|
315
364
|
modelValue: string;
|
|
316
365
|
nativeType: string;
|
|
317
366
|
maxlength: number;
|
|
367
|
+
readonly: boolean;
|
|
368
|
+
forceActiveStatus: boolean;
|
|
318
369
|
}, {}, {}, {
|
|
319
370
|
mask: any;
|
|
320
371
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -126,21 +126,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
126
|
type: StringConstructor;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
|
-
shortcutText: {
|
|
130
|
-
type: StringConstructor;
|
|
131
|
-
default: null;
|
|
132
|
-
};
|
|
133
129
|
enableHtml: {
|
|
134
130
|
type: BooleanConstructor;
|
|
135
131
|
default: boolean;
|
|
136
132
|
};
|
|
137
|
-
}>, {}, {
|
|
138
|
-
topPos: null;
|
|
139
|
-
leftPos: null;
|
|
140
|
-
}, {}, {
|
|
141
|
-
handleResize(): void;
|
|
142
|
-
getRightPost(element: any): void;
|
|
143
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
133
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
144
134
|
text: {
|
|
145
135
|
type: StringConstructor;
|
|
146
136
|
default: string;
|
|
@@ -162,23 +152,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
152
|
type: StringConstructor;
|
|
163
153
|
default: string;
|
|
164
154
|
};
|
|
165
|
-
shortcutText: {
|
|
166
|
-
type: StringConstructor;
|
|
167
|
-
default: null;
|
|
168
|
-
};
|
|
169
155
|
enableHtml: {
|
|
170
156
|
type: BooleanConstructor;
|
|
171
157
|
default: boolean;
|
|
172
158
|
};
|
|
173
159
|
}>> & Readonly<{}>, {
|
|
160
|
+
side: string;
|
|
174
161
|
text: string;
|
|
175
162
|
enabled: boolean;
|
|
176
163
|
forceOpen: boolean;
|
|
177
|
-
side: string;
|
|
178
164
|
maxWidth: string;
|
|
179
|
-
shortcutText: string;
|
|
180
165
|
enableHtml: boolean;
|
|
181
|
-
}, {}, {
|
|
166
|
+
}, {}, {
|
|
167
|
+
Tooltip: {
|
|
168
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
169
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
170
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
171
|
+
"update:open": (value: boolean) => any;
|
|
172
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
173
|
+
P: {};
|
|
174
|
+
B: {};
|
|
175
|
+
D: {};
|
|
176
|
+
C: {};
|
|
177
|
+
M: {};
|
|
178
|
+
Defaults: {};
|
|
179
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
180
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
181
|
+
}>, {}, {}, {}, {}, {}>;
|
|
182
|
+
__isFragment?: never;
|
|
183
|
+
__isTeleport?: never;
|
|
184
|
+
__isSuspense?: never;
|
|
185
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
186
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
187
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
188
|
+
"update:open": (value: boolean) => any;
|
|
189
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
190
|
+
$slots: {
|
|
191
|
+
default?(_: {}): any;
|
|
192
|
+
};
|
|
193
|
+
});
|
|
194
|
+
TooltipTrigger: {
|
|
195
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
196
|
+
P: {};
|
|
197
|
+
B: {};
|
|
198
|
+
D: {};
|
|
199
|
+
C: {};
|
|
200
|
+
M: {};
|
|
201
|
+
Defaults: {};
|
|
202
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
203
|
+
__isFragment?: never;
|
|
204
|
+
__isTeleport?: never;
|
|
205
|
+
__isSuspense?: never;
|
|
206
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipTriggerProps> & 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 () => {
|
|
207
|
+
$slots: {
|
|
208
|
+
default?(_: {}): any;
|
|
209
|
+
};
|
|
210
|
+
});
|
|
211
|
+
TooltipContent: {
|
|
212
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
213
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
214
|
+
}> & Readonly<{
|
|
215
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
216
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
217
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
218
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
219
|
+
pointerDownOutside: (event: Event) => any;
|
|
220
|
+
}, import('vue').PublicProps, {
|
|
221
|
+
sideOffset: number;
|
|
222
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
223
|
+
P: {};
|
|
224
|
+
B: {};
|
|
225
|
+
D: {};
|
|
226
|
+
C: {};
|
|
227
|
+
M: {};
|
|
228
|
+
Defaults: {};
|
|
229
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
230
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
231
|
+
}> & Readonly<{
|
|
232
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
233
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
234
|
+
}>, {}, {}, {}, {}, {
|
|
235
|
+
sideOffset: number;
|
|
236
|
+
}>;
|
|
237
|
+
__isFragment?: never;
|
|
238
|
+
__isTeleport?: never;
|
|
239
|
+
__isSuspense?: never;
|
|
240
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
241
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
242
|
+
}> & Readonly<{
|
|
243
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
244
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
245
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
246
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
247
|
+
pointerDownOutside: (event: Event) => any;
|
|
248
|
+
}, string, {
|
|
249
|
+
sideOffset: number;
|
|
250
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
251
|
+
$slots: {
|
|
252
|
+
default?(_: {}): any;
|
|
253
|
+
};
|
|
254
|
+
});
|
|
255
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
182
256
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
183
257
|
click: (event: Event) => any;
|
|
184
258
|
mousedown: (event: Event) => any;
|
|
@@ -99,10 +99,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
}>> & Readonly<{
|
|
100
100
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
101
101
|
}>, {
|
|
102
|
-
|
|
102
|
+
disabled: boolean;
|
|
103
103
|
label: string;
|
|
104
|
+
size: string;
|
|
104
105
|
option: string;
|
|
105
|
-
disabled: boolean;
|
|
106
106
|
modelValue: boolean;
|
|
107
107
|
helper: string;
|
|
108
108
|
textRight: string;
|
|
@@ -112,8 +112,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
112
112
|
useVModel: boolean;
|
|
113
113
|
}, {}, {
|
|
114
114
|
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<{}>, {
|
|
115
|
-
label: string;
|
|
116
115
|
tooltip: string;
|
|
116
|
+
label: string;
|
|
117
117
|
useHtmlTooltip: boolean;
|
|
118
118
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
119
119
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -99,21 +99,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
type: StringConstructor;
|
|
100
100
|
default: string;
|
|
101
101
|
};
|
|
102
|
-
shortcutText: {
|
|
103
|
-
type: StringConstructor;
|
|
104
|
-
default: null;
|
|
105
|
-
};
|
|
106
102
|
enableHtml: {
|
|
107
103
|
type: BooleanConstructor;
|
|
108
104
|
default: boolean;
|
|
109
105
|
};
|
|
110
|
-
}>, {}, {
|
|
111
|
-
topPos: null;
|
|
112
|
-
leftPos: null;
|
|
113
|
-
}, {}, {
|
|
114
|
-
handleResize(): void;
|
|
115
|
-
getRightPost(element: any): void;
|
|
116
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
106
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
117
107
|
text: {
|
|
118
108
|
type: StringConstructor;
|
|
119
109
|
default: string;
|
|
@@ -135,23 +125,107 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
125
|
type: StringConstructor;
|
|
136
126
|
default: string;
|
|
137
127
|
};
|
|
138
|
-
shortcutText: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: null;
|
|
141
|
-
};
|
|
142
128
|
enableHtml: {
|
|
143
129
|
type: BooleanConstructor;
|
|
144
130
|
default: boolean;
|
|
145
131
|
};
|
|
146
132
|
}>> & Readonly<{}>, {
|
|
133
|
+
side: string;
|
|
147
134
|
text: string;
|
|
148
135
|
enabled: boolean;
|
|
149
136
|
forceOpen: boolean;
|
|
150
|
-
side: string;
|
|
151
137
|
maxWidth: string;
|
|
152
|
-
shortcutText: string;
|
|
153
138
|
enableHtml: boolean;
|
|
154
|
-
}, {}, {
|
|
139
|
+
}, {}, {
|
|
140
|
+
Tooltip: {
|
|
141
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
142
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
143
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
144
|
+
"update:open": (value: boolean) => any;
|
|
145
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
146
|
+
P: {};
|
|
147
|
+
B: {};
|
|
148
|
+
D: {};
|
|
149
|
+
C: {};
|
|
150
|
+
M: {};
|
|
151
|
+
Defaults: {};
|
|
152
|
+
}, Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
153
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
154
|
+
}>, {}, {}, {}, {}, {}>;
|
|
155
|
+
__isFragment?: never;
|
|
156
|
+
__isTeleport?: never;
|
|
157
|
+
__isSuspense?: never;
|
|
158
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipRootProps> & Readonly<{
|
|
159
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
160
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
161
|
+
"update:open": (value: boolean) => any;
|
|
162
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
163
|
+
$slots: {
|
|
164
|
+
default?(_: {}): any;
|
|
165
|
+
};
|
|
166
|
+
});
|
|
167
|
+
TooltipTrigger: {
|
|
168
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
169
|
+
P: {};
|
|
170
|
+
B: {};
|
|
171
|
+
D: {};
|
|
172
|
+
C: {};
|
|
173
|
+
M: {};
|
|
174
|
+
Defaults: {};
|
|
175
|
+
}, Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
176
|
+
__isFragment?: never;
|
|
177
|
+
__isTeleport?: never;
|
|
178
|
+
__isSuspense?: never;
|
|
179
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipTriggerProps> & 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 () => {
|
|
180
|
+
$slots: {
|
|
181
|
+
default?(_: {}): any;
|
|
182
|
+
};
|
|
183
|
+
});
|
|
184
|
+
TooltipContent: {
|
|
185
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipContentProps & {
|
|
186
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
187
|
+
}> & Readonly<{
|
|
188
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
189
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
190
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
191
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
192
|
+
pointerDownOutside: (event: Event) => any;
|
|
193
|
+
}, import('vue').PublicProps, {
|
|
194
|
+
sideOffset: number;
|
|
195
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
196
|
+
P: {};
|
|
197
|
+
B: {};
|
|
198
|
+
D: {};
|
|
199
|
+
C: {};
|
|
200
|
+
M: {};
|
|
201
|
+
Defaults: {};
|
|
202
|
+
}, Readonly<import('reka-ui').TooltipContentProps & {
|
|
203
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
204
|
+
}> & Readonly<{
|
|
205
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
206
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
207
|
+
}>, {}, {}, {}, {}, {
|
|
208
|
+
sideOffset: number;
|
|
209
|
+
}>;
|
|
210
|
+
__isFragment?: never;
|
|
211
|
+
__isTeleport?: never;
|
|
212
|
+
__isSuspense?: never;
|
|
213
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipContentProps & {
|
|
214
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
215
|
+
}> & Readonly<{
|
|
216
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
217
|
+
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
218
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
219
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
220
|
+
pointerDownOutside: (event: Event) => any;
|
|
221
|
+
}, string, {
|
|
222
|
+
sideOffset: number;
|
|
223
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
224
|
+
$slots: {
|
|
225
|
+
default?(_: {}): any;
|
|
226
|
+
};
|
|
227
|
+
});
|
|
228
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
155
229
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
156
230
|
export default _default;
|
|
157
231
|
//# sourceMappingURL=Tab.vue.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
cell: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}>, {}, {}, {}, {
|
|
7
7
|
getIsComponent(cell: any): boolean;
|
|
8
8
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
cell: {
|
|
10
|
-
type: (
|
|
10
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {
|
|
@@ -109,10 +109,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
}, {}, {
|
|
110
110
|
UnnnicButton: {
|
|
111
111
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
112
|
-
|
|
112
|
+
disabled: boolean;
|
|
113
113
|
type: import('../Button/types').ButtonType;
|
|
114
114
|
size: import('../Button/types').ButtonSize;
|
|
115
|
-
|
|
115
|
+
text: string;
|
|
116
116
|
iconLeft: string;
|
|
117
117
|
iconRight: string;
|
|
118
118
|
float: boolean;
|
|
@@ -127,10 +127,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
127
127
|
M: {};
|
|
128
128
|
Defaults: {};
|
|
129
129
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
130
|
-
|
|
130
|
+
disabled: boolean;
|
|
131
131
|
type: import('../Button/types').ButtonType;
|
|
132
132
|
size: import('../Button/types').ButtonSize;
|
|
133
|
-
|
|
133
|
+
text: string;
|
|
134
134
|
iconLeft: string;
|
|
135
135
|
iconRight: string;
|
|
136
136
|
float: boolean;
|
|
@@ -142,10 +142,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
142
|
__isTeleport?: never;
|
|
143
143
|
__isSuspense?: never;
|
|
144
144
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
145
|
-
|
|
145
|
+
disabled: boolean;
|
|
146
146
|
type: import('../Button/types').ButtonType;
|
|
147
147
|
size: import('../Button/types').ButtonSize;
|
|
148
|
-
|
|
148
|
+
text: string;
|
|
149
149
|
iconLeft: string;
|
|
150
150
|
iconRight: string;
|
|
151
151
|
float: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DefaultTagProps } from './types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<DefaultTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DefaultTagProps> & Readonly<{}>, {
|
|
3
|
-
text: string;
|
|
4
3
|
size: import('./types').TagSize;
|
|
4
|
+
text: string;
|
|
5
5
|
scheme: string;
|
|
6
6
|
leftIcon: string;
|
|
7
7
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
@@ -6,11 +6,11 @@ declare const _default: import('vue').DefineComponent<TagProps, {}, {}, {}, {},
|
|
|
6
6
|
onClick?: (() => any) | undefined;
|
|
7
7
|
onClose?: (() => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
|
|
9
|
+
disabled: boolean;
|
|
10
10
|
type: import('./types').TagType;
|
|
11
11
|
size: import('./types').TagSize;
|
|
12
|
+
text: string;
|
|
12
13
|
scheme: string;
|
|
13
|
-
disabled: boolean;
|
|
14
14
|
leftIcon: string;
|
|
15
15
|
hasCloseIcon: boolean;
|
|
16
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -91,12 +91,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
}>> & Readonly<{
|
|
92
92
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
+
disabled: boolean;
|
|
94
95
|
resize: string;
|
|
95
96
|
type: string;
|
|
96
|
-
size: string;
|
|
97
97
|
tooltip: string;
|
|
98
|
+
size: string;
|
|
98
99
|
message: string;
|
|
99
|
-
disabled: boolean;
|
|
100
100
|
errors: unknown[] | null;
|
|
101
101
|
}, {}, {
|
|
102
102
|
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -114,7 +114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
default: boolean;
|
|
115
115
|
};
|
|
116
116
|
error: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
118
118
|
default: boolean;
|
|
119
119
|
};
|
|
120
120
|
message: {
|
|
@@ -146,7 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
146
|
default: boolean;
|
|
147
147
|
};
|
|
148
148
|
error: {
|
|
149
|
-
type: (
|
|
149
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
150
150
|
default: boolean;
|
|
151
151
|
};
|
|
152
152
|
message: {
|
|
@@ -162,17 +162,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
162
|
default: string;
|
|
163
163
|
};
|
|
164
164
|
}>> & Readonly<{}>, {
|
|
165
|
+
disabled: boolean;
|
|
165
166
|
error: string | boolean;
|
|
166
|
-
size: string;
|
|
167
|
-
label: string;
|
|
168
167
|
tooltip: string;
|
|
168
|
+
label: string;
|
|
169
|
+
size: string;
|
|
169
170
|
fixedLabel: boolean;
|
|
170
171
|
message: string;
|
|
171
|
-
disabled: boolean;
|
|
172
172
|
}, {}, {
|
|
173
173
|
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<{}>, {
|
|
174
|
-
label: string;
|
|
175
174
|
tooltip: string;
|
|
175
|
+
label: string;
|
|
176
176
|
useHtmlTooltip: boolean;
|
|
177
177
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
178
178
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -7,9 +7,9 @@ declare const _default: import('vue').DefineComponent<ToastProps, {}, {}, {}, {}
|
|
|
7
7
|
onDestroy?: (() => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
9
|
type: import('./types').ToastType;
|
|
10
|
-
description: string;
|
|
11
10
|
button: import('./types').ToastButton;
|
|
12
11
|
title: string;
|
|
12
|
+
description: string;
|
|
13
13
|
timeout: number;
|
|
14
14
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.vue"],"names":[],"mappings":"AAuEA;AAqQA,OAAO,KAAK,EAAE,UAAU,EAAc,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AA8QtD,wBASG"}
|