@weni/unnnic-system 3.9.1-alpha.1 → 3.9.1-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +3 -82
- package/dist/components/Input/BaseInput.vue.d.ts +0 -22
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +3 -82
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +2 -53
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +4 -83
- package/dist/components/InputNext/InputNext.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +29 -203
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +3 -82
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -53
- package/dist/components/SelectTime/index.vue.d.ts +2 -53
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/index.d.ts +236 -1764
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-de156c12.mjs → es-d456f02a.mjs} +1 -1
- package/dist/{index-21cbba5d.mjs → index-120e037a.mjs} +11437 -12248
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-5fa49a3e.mjs → pt-br-b627c074.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +179 -195
- package/dist/unnnic.umd.js +34 -41
- package/package.json +1 -1
- package/src/assets/scss/tailwind.scss +0 -8
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +0 -1
- package/src/components/Input/BaseInput.vue +2 -21
- package/src/components/Input/Input.scss +3 -3
- package/src/components/Input/Input.vue +1 -19
- package/src/components/Input/TextInput.vue +21 -62
- package/src/components/ModalDialog/ModalDialog.vue +148 -62
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +1 -0
- package/src/components/Tag/DefaultTag.vue +0 -5
- package/src/components/index.ts +23 -55
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/ModalDialog.mdx +0 -3
- package/src/stories/ModalDialog.stories.js +1 -1
- package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/index.d.ts +0 -3
- package/dist/components/PageHeader/index.d.ts.map +0 -1
- package/dist/components/PageHeader/types.d.ts +0 -9
- package/dist/components/PageHeader/types.d.ts.map +0 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -19
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/index.d.ts +0 -8
- package/dist/components/ui/dialog/index.d.ts.map +0 -1
- package/src/components/Alert/SIMPLE_MIGRATION_GUIDE.md +0 -152
- package/src/components/PageHeader/PageHeader.vue +0 -154
- package/src/components/PageHeader/index.ts +0 -2
- package/src/components/PageHeader/types.ts +0 -10
- package/src/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -245
- package/src/components/ui/dialog/Dialog.vue +0 -15
- package/src/components/ui/dialog/DialogClose.vue +0 -25
- package/src/components/ui/dialog/DialogContent.vue +0 -133
- package/src/components/ui/dialog/DialogFooter.vue +0 -46
- package/src/components/ui/dialog/DialogHeader.vue +0 -79
- package/src/components/ui/dialog/DialogTitle.vue +0 -34
- package/src/components/ui/dialog/DialogTrigger.vue +0 -12
- package/src/components/ui/dialog/index.ts +0 -7
- package/src/stories/Dialog.stories.js +0 -832
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/Select.stories.js +0 -158
|
@@ -160,25 +160,13 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
160
160
|
type: BooleanConstructor;
|
|
161
161
|
default: boolean;
|
|
162
162
|
};
|
|
163
|
-
readonly: {
|
|
164
|
-
type: BooleanConstructor;
|
|
165
|
-
default: boolean;
|
|
166
|
-
};
|
|
167
|
-
forceActiveStatus: {
|
|
168
|
-
type: BooleanConstructor;
|
|
169
|
-
default: boolean;
|
|
170
|
-
};
|
|
171
|
-
showClear: {
|
|
172
|
-
type: BooleanConstructor;
|
|
173
|
-
default: boolean;
|
|
174
|
-
};
|
|
175
163
|
}>, {}, {
|
|
176
164
|
val: string;
|
|
177
165
|
}, {
|
|
178
166
|
computedError(): string | boolean;
|
|
179
167
|
}, {
|
|
180
168
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
181
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
169
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
182
170
|
placeholder: {
|
|
183
171
|
type: StringConstructor;
|
|
184
172
|
default: string;
|
|
@@ -256,21 +244,8 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
256
244
|
type: BooleanConstructor;
|
|
257
245
|
default: boolean;
|
|
258
246
|
};
|
|
259
|
-
readonly: {
|
|
260
|
-
type: BooleanConstructor;
|
|
261
|
-
default: boolean;
|
|
262
|
-
};
|
|
263
|
-
forceActiveStatus: {
|
|
264
|
-
type: BooleanConstructor;
|
|
265
|
-
default: boolean;
|
|
266
|
-
};
|
|
267
|
-
showClear: {
|
|
268
|
-
type: BooleanConstructor;
|
|
269
|
-
default: boolean;
|
|
270
|
-
};
|
|
271
247
|
}>> & Readonly<{
|
|
272
248
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
273
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
274
249
|
}>, {
|
|
275
250
|
type: string;
|
|
276
251
|
size: string;
|
|
@@ -283,14 +258,11 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
283
258
|
modelValue: string;
|
|
284
259
|
nativeType: string;
|
|
285
260
|
maxlength: number | null;
|
|
286
|
-
readonly: boolean;
|
|
287
|
-
forceActiveStatus: boolean;
|
|
288
261
|
iconLeft: string;
|
|
289
262
|
iconRight: string;
|
|
290
263
|
iconLeftClickable: boolean;
|
|
291
264
|
iconRightClickable: boolean;
|
|
292
265
|
allowTogglePassword: boolean;
|
|
293
|
-
showClear: boolean;
|
|
294
266
|
errors: string | unknown[];
|
|
295
267
|
hasCloudyColor: boolean;
|
|
296
268
|
showMaxlengthCounter: boolean;
|
|
@@ -345,34 +317,21 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
345
317
|
type: BooleanConstructor;
|
|
346
318
|
default: boolean;
|
|
347
319
|
};
|
|
348
|
-
readonly: {
|
|
349
|
-
type: BooleanConstructor;
|
|
350
|
-
default: boolean;
|
|
351
|
-
};
|
|
352
|
-
forceActiveStatus: {
|
|
353
|
-
type: BooleanConstructor;
|
|
354
|
-
default: boolean;
|
|
355
|
-
};
|
|
356
|
-
showClear: {
|
|
357
|
-
type: BooleanConstructor;
|
|
358
|
-
default: boolean;
|
|
359
|
-
};
|
|
360
320
|
}>, {}, {
|
|
361
321
|
isFocused: boolean;
|
|
362
322
|
showPassword: boolean;
|
|
363
323
|
}, {
|
|
364
324
|
isDisabled(): {};
|
|
365
325
|
iconRightSvg(): string;
|
|
366
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
326
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
367
327
|
attributes(): any;
|
|
368
328
|
}, {
|
|
369
329
|
focus(): void;
|
|
370
330
|
onFocus(): void;
|
|
371
331
|
onBlur(): void;
|
|
372
332
|
onIconLeftClick(): void;
|
|
373
|
-
onClearClick(): void;
|
|
374
333
|
onIconRightClick(): void;
|
|
375
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
334
|
+
}, 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<{
|
|
376
335
|
placeholder: {
|
|
377
336
|
type: StringConstructor;
|
|
378
337
|
default: null;
|
|
@@ -422,20 +381,7 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
422
381
|
type: BooleanConstructor;
|
|
423
382
|
default: boolean;
|
|
424
383
|
};
|
|
425
|
-
readonly: {
|
|
426
|
-
type: BooleanConstructor;
|
|
427
|
-
default: boolean;
|
|
428
|
-
};
|
|
429
|
-
forceActiveStatus: {
|
|
430
|
-
type: BooleanConstructor;
|
|
431
|
-
default: boolean;
|
|
432
|
-
};
|
|
433
|
-
showClear: {
|
|
434
|
-
type: BooleanConstructor;
|
|
435
|
-
default: boolean;
|
|
436
|
-
};
|
|
437
384
|
}>> & Readonly<{
|
|
438
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
439
385
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
440
386
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
441
387
|
}>, {
|
|
@@ -446,14 +392,11 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
446
392
|
modelValue: string;
|
|
447
393
|
nativeType: string;
|
|
448
394
|
maxlength: number;
|
|
449
|
-
readonly: boolean;
|
|
450
|
-
forceActiveStatus: boolean;
|
|
451
395
|
iconLeft: string;
|
|
452
396
|
iconRight: string;
|
|
453
397
|
iconLeftClickable: boolean;
|
|
454
398
|
iconRightClickable: boolean;
|
|
455
399
|
allowTogglePassword: boolean;
|
|
456
|
-
showClear: boolean;
|
|
457
400
|
}, {}, {
|
|
458
401
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
459
402
|
type: {
|
|
@@ -479,25 +422,15 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
479
422
|
};
|
|
480
423
|
hasIconLeft: BooleanConstructor;
|
|
481
424
|
hasIconRight: BooleanConstructor;
|
|
482
|
-
hasClearIcon: BooleanConstructor;
|
|
483
425
|
maxlength: {
|
|
484
426
|
type: NumberConstructor;
|
|
485
427
|
default: null;
|
|
486
428
|
};
|
|
487
|
-
readonly: {
|
|
488
|
-
type: BooleanConstructor;
|
|
489
|
-
default: boolean;
|
|
490
|
-
};
|
|
491
|
-
forceActiveStatus: {
|
|
492
|
-
type: BooleanConstructor;
|
|
493
|
-
default: boolean;
|
|
494
|
-
};
|
|
495
429
|
}>, {}, {}, {
|
|
496
430
|
attributes(): any;
|
|
497
431
|
classes(): (string | {
|
|
498
432
|
'input--has-icon-left': boolean;
|
|
499
433
|
'input--has-icon-right': boolean;
|
|
500
|
-
'input--has-clear-icon': boolean;
|
|
501
434
|
})[];
|
|
502
435
|
}, {
|
|
503
436
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -525,19 +458,10 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
525
458
|
};
|
|
526
459
|
hasIconLeft: BooleanConstructor;
|
|
527
460
|
hasIconRight: BooleanConstructor;
|
|
528
|
-
hasClearIcon: BooleanConstructor;
|
|
529
461
|
maxlength: {
|
|
530
462
|
type: NumberConstructor;
|
|
531
463
|
default: null;
|
|
532
464
|
};
|
|
533
|
-
readonly: {
|
|
534
|
-
type: BooleanConstructor;
|
|
535
|
-
default: boolean;
|
|
536
|
-
};
|
|
537
|
-
forceActiveStatus: {
|
|
538
|
-
type: BooleanConstructor;
|
|
539
|
-
default: boolean;
|
|
540
|
-
};
|
|
541
465
|
}>> & Readonly<{
|
|
542
466
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
543
467
|
}>, {
|
|
@@ -546,12 +470,9 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
546
470
|
mask: string | unknown[];
|
|
547
471
|
hasIconLeft: boolean;
|
|
548
472
|
hasIconRight: boolean;
|
|
549
|
-
hasClearIcon: boolean;
|
|
550
473
|
modelValue: string;
|
|
551
474
|
nativeType: string;
|
|
552
475
|
maxlength: number;
|
|
553
|
-
readonly: boolean;
|
|
554
|
-
forceActiveStatus: boolean;
|
|
555
476
|
}, {}, {}, {
|
|
556
477
|
mask: any;
|
|
557
478
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -731,8 +652,8 @@ export declare const unnnicInputNext: import('vue').DefineComponent<import('vue'
|
|
|
731
652
|
size: string;
|
|
732
653
|
disabled: boolean;
|
|
733
654
|
nativeType: string;
|
|
734
|
-
readonly: boolean;
|
|
735
655
|
allowTogglePassword: boolean;
|
|
656
|
+
readonly: boolean;
|
|
736
657
|
}, {}, {
|
|
737
658
|
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
738
659
|
click: (event: Event) => any;
|
|
@@ -907,7 +828,6 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
907
828
|
}>, {
|
|
908
829
|
type: string;
|
|
909
830
|
size: string;
|
|
910
|
-
next: boolean;
|
|
911
831
|
minDate: string;
|
|
912
832
|
maxDate: string;
|
|
913
833
|
months: unknown[];
|
|
@@ -918,6 +838,7 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
918
838
|
iconPosition: string;
|
|
919
839
|
fillW: boolean;
|
|
920
840
|
actionText: string;
|
|
841
|
+
next: boolean;
|
|
921
842
|
format: string;
|
|
922
843
|
inputFormat: string;
|
|
923
844
|
position: string;
|
|
@@ -1000,25 +921,13 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1000
921
|
type: BooleanConstructor;
|
|
1001
922
|
default: boolean;
|
|
1002
923
|
};
|
|
1003
|
-
readonly: {
|
|
1004
|
-
type: BooleanConstructor;
|
|
1005
|
-
default: boolean;
|
|
1006
|
-
};
|
|
1007
|
-
forceActiveStatus: {
|
|
1008
|
-
type: BooleanConstructor;
|
|
1009
|
-
default: boolean;
|
|
1010
|
-
};
|
|
1011
|
-
showClear: {
|
|
1012
|
-
type: BooleanConstructor;
|
|
1013
|
-
default: boolean;
|
|
1014
|
-
};
|
|
1015
924
|
}>, {}, {
|
|
1016
925
|
val: string;
|
|
1017
926
|
}, {
|
|
1018
927
|
computedError(): string | boolean;
|
|
1019
928
|
}, {
|
|
1020
929
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
1021
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
930
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1022
931
|
placeholder: {
|
|
1023
932
|
type: StringConstructor;
|
|
1024
933
|
default: string;
|
|
@@ -1096,21 +1005,8 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1096
1005
|
type: BooleanConstructor;
|
|
1097
1006
|
default: boolean;
|
|
1098
1007
|
};
|
|
1099
|
-
readonly: {
|
|
1100
|
-
type: BooleanConstructor;
|
|
1101
|
-
default: boolean;
|
|
1102
|
-
};
|
|
1103
|
-
forceActiveStatus: {
|
|
1104
|
-
type: BooleanConstructor;
|
|
1105
|
-
default: boolean;
|
|
1106
|
-
};
|
|
1107
|
-
showClear: {
|
|
1108
|
-
type: BooleanConstructor;
|
|
1109
|
-
default: boolean;
|
|
1110
|
-
};
|
|
1111
1008
|
}>> & Readonly<{
|
|
1112
1009
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1113
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1114
1010
|
}>, {
|
|
1115
1011
|
type: string;
|
|
1116
1012
|
size: string;
|
|
@@ -1123,14 +1019,11 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1123
1019
|
modelValue: string;
|
|
1124
1020
|
nativeType: string;
|
|
1125
1021
|
maxlength: number | null;
|
|
1126
|
-
readonly: boolean;
|
|
1127
|
-
forceActiveStatus: boolean;
|
|
1128
1022
|
iconLeft: string;
|
|
1129
1023
|
iconRight: string;
|
|
1130
1024
|
iconLeftClickable: boolean;
|
|
1131
1025
|
iconRightClickable: boolean;
|
|
1132
1026
|
allowTogglePassword: boolean;
|
|
1133
|
-
showClear: boolean;
|
|
1134
1027
|
errors: string | unknown[];
|
|
1135
1028
|
hasCloudyColor: boolean;
|
|
1136
1029
|
showMaxlengthCounter: boolean;
|
|
@@ -1185,34 +1078,21 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1185
1078
|
type: BooleanConstructor;
|
|
1186
1079
|
default: boolean;
|
|
1187
1080
|
};
|
|
1188
|
-
readonly: {
|
|
1189
|
-
type: BooleanConstructor;
|
|
1190
|
-
default: boolean;
|
|
1191
|
-
};
|
|
1192
|
-
forceActiveStatus: {
|
|
1193
|
-
type: BooleanConstructor;
|
|
1194
|
-
default: boolean;
|
|
1195
|
-
};
|
|
1196
|
-
showClear: {
|
|
1197
|
-
type: BooleanConstructor;
|
|
1198
|
-
default: boolean;
|
|
1199
|
-
};
|
|
1200
1081
|
}>, {}, {
|
|
1201
1082
|
isFocused: boolean;
|
|
1202
1083
|
showPassword: boolean;
|
|
1203
1084
|
}, {
|
|
1204
1085
|
isDisabled(): {};
|
|
1205
1086
|
iconRightSvg(): string;
|
|
1206
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
1087
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
1207
1088
|
attributes(): any;
|
|
1208
1089
|
}, {
|
|
1209
1090
|
focus(): void;
|
|
1210
1091
|
onFocus(): void;
|
|
1211
1092
|
onBlur(): void;
|
|
1212
1093
|
onIconLeftClick(): void;
|
|
1213
|
-
onClearClick(): void;
|
|
1214
1094
|
onIconRightClick(): void;
|
|
1215
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
1095
|
+
}, 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<{
|
|
1216
1096
|
placeholder: {
|
|
1217
1097
|
type: StringConstructor;
|
|
1218
1098
|
default: null;
|
|
@@ -1262,20 +1142,7 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1262
1142
|
type: BooleanConstructor;
|
|
1263
1143
|
default: boolean;
|
|
1264
1144
|
};
|
|
1265
|
-
readonly: {
|
|
1266
|
-
type: BooleanConstructor;
|
|
1267
|
-
default: boolean;
|
|
1268
|
-
};
|
|
1269
|
-
forceActiveStatus: {
|
|
1270
|
-
type: BooleanConstructor;
|
|
1271
|
-
default: boolean;
|
|
1272
|
-
};
|
|
1273
|
-
showClear: {
|
|
1274
|
-
type: BooleanConstructor;
|
|
1275
|
-
default: boolean;
|
|
1276
|
-
};
|
|
1277
1145
|
}>> & Readonly<{
|
|
1278
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1279
1146
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
1280
1147
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
1281
1148
|
}>, {
|
|
@@ -1286,14 +1153,11 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1286
1153
|
modelValue: string;
|
|
1287
1154
|
nativeType: string;
|
|
1288
1155
|
maxlength: number;
|
|
1289
|
-
readonly: boolean;
|
|
1290
|
-
forceActiveStatus: boolean;
|
|
1291
1156
|
iconLeft: string;
|
|
1292
1157
|
iconRight: string;
|
|
1293
1158
|
iconLeftClickable: boolean;
|
|
1294
1159
|
iconRightClickable: boolean;
|
|
1295
1160
|
allowTogglePassword: boolean;
|
|
1296
|
-
showClear: boolean;
|
|
1297
1161
|
}, {}, {
|
|
1298
1162
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1299
1163
|
type: {
|
|
@@ -1319,25 +1183,15 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1319
1183
|
};
|
|
1320
1184
|
hasIconLeft: BooleanConstructor;
|
|
1321
1185
|
hasIconRight: BooleanConstructor;
|
|
1322
|
-
hasClearIcon: BooleanConstructor;
|
|
1323
1186
|
maxlength: {
|
|
1324
1187
|
type: NumberConstructor;
|
|
1325
1188
|
default: null;
|
|
1326
1189
|
};
|
|
1327
|
-
readonly: {
|
|
1328
|
-
type: BooleanConstructor;
|
|
1329
|
-
default: boolean;
|
|
1330
|
-
};
|
|
1331
|
-
forceActiveStatus: {
|
|
1332
|
-
type: BooleanConstructor;
|
|
1333
|
-
default: boolean;
|
|
1334
|
-
};
|
|
1335
1190
|
}>, {}, {}, {
|
|
1336
1191
|
attributes(): any;
|
|
1337
1192
|
classes(): (string | {
|
|
1338
1193
|
'input--has-icon-left': boolean;
|
|
1339
1194
|
'input--has-icon-right': boolean;
|
|
1340
|
-
'input--has-clear-icon': boolean;
|
|
1341
1195
|
})[];
|
|
1342
1196
|
}, {
|
|
1343
1197
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -1365,19 +1219,10 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1365
1219
|
};
|
|
1366
1220
|
hasIconLeft: BooleanConstructor;
|
|
1367
1221
|
hasIconRight: BooleanConstructor;
|
|
1368
|
-
hasClearIcon: BooleanConstructor;
|
|
1369
1222
|
maxlength: {
|
|
1370
1223
|
type: NumberConstructor;
|
|
1371
1224
|
default: null;
|
|
1372
1225
|
};
|
|
1373
|
-
readonly: {
|
|
1374
|
-
type: BooleanConstructor;
|
|
1375
|
-
default: boolean;
|
|
1376
|
-
};
|
|
1377
|
-
forceActiveStatus: {
|
|
1378
|
-
type: BooleanConstructor;
|
|
1379
|
-
default: boolean;
|
|
1380
|
-
};
|
|
1381
1226
|
}>> & Readonly<{
|
|
1382
1227
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1383
1228
|
}>, {
|
|
@@ -1386,12 +1231,9 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
1386
1231
|
mask: string | unknown[];
|
|
1387
1232
|
hasIconLeft: boolean;
|
|
1388
1233
|
hasIconRight: boolean;
|
|
1389
|
-
hasClearIcon: boolean;
|
|
1390
1234
|
modelValue: string;
|
|
1391
1235
|
nativeType: string;
|
|
1392
1236
|
maxlength: number;
|
|
1393
|
-
readonly: boolean;
|
|
1394
|
-
forceActiveStatus: boolean;
|
|
1395
1237
|
}, {}, {}, {
|
|
1396
1238
|
mask: any;
|
|
1397
1239
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4031,6 +3873,20 @@ export declare const unnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
4031
3873
|
es: string;
|
|
4032
3874
|
};
|
|
4033
3875
|
};
|
|
3876
|
+
iconsMapper: {
|
|
3877
|
+
success: {
|
|
3878
|
+
icon: string;
|
|
3879
|
+
scheme: string;
|
|
3880
|
+
};
|
|
3881
|
+
warning: {
|
|
3882
|
+
icon: string;
|
|
3883
|
+
scheme: string;
|
|
3884
|
+
};
|
|
3885
|
+
attention: {
|
|
3886
|
+
icon: string;
|
|
3887
|
+
scheme: string;
|
|
3888
|
+
};
|
|
3889
|
+
};
|
|
4034
3890
|
primaryButtonTypeMapper: {
|
|
4035
3891
|
success: string;
|
|
4036
3892
|
warning: string;
|
|
@@ -4039,7 +3895,6 @@ export declare const unnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
4039
3895
|
}, {}, {
|
|
4040
3896
|
close(): void;
|
|
4041
3897
|
updateBodyOverflow(isHidden: any): void;
|
|
4042
|
-
persistentHandler(event: any): void;
|
|
4043
3898
|
}, {
|
|
4044
3899
|
props: {
|
|
4045
3900
|
locale: {
|
|
@@ -4120,6 +3975,21 @@ export declare const unnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
4120
3975
|
hideSecondaryButton: boolean;
|
|
4121
3976
|
secondaryButtonProps: Record<string, any>;
|
|
4122
3977
|
}, {}, {
|
|
3978
|
+
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3979
|
+
click: (event: Event) => any;
|
|
3980
|
+
mousedown: (event: Event) => any;
|
|
3981
|
+
mouseup: (event: Event) => any;
|
|
3982
|
+
}, string, import('vue').PublicProps, Readonly<import('./Icon.vue').IconProps> & Readonly<{
|
|
3983
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
3984
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
3985
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
3986
|
+
}>, {
|
|
3987
|
+
size: import('./Icon.vue').IconSize;
|
|
3988
|
+
filled: boolean;
|
|
3989
|
+
icon: string | null;
|
|
3990
|
+
clickable: boolean;
|
|
3991
|
+
scheme: import('./Icon.vue').SchemeColor;
|
|
3992
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4123
3993
|
UnnnicButton: {
|
|
4124
3994
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4125
3995
|
text: string;
|
|
@@ -4170,208 +4040,6 @@ export declare const unnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
4170
4040
|
default?(_: {}): any;
|
|
4171
4041
|
};
|
|
4172
4042
|
});
|
|
4173
|
-
UnnnicDialog: {
|
|
4174
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
4175
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
4176
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4177
|
-
"update:open": (value: boolean) => any;
|
|
4178
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
4179
|
-
P: {};
|
|
4180
|
-
B: {};
|
|
4181
|
-
D: {};
|
|
4182
|
-
C: {};
|
|
4183
|
-
M: {};
|
|
4184
|
-
Defaults: {};
|
|
4185
|
-
}, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
4186
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
4187
|
-
}>, {}, {}, {}, {}, {}>;
|
|
4188
|
-
__isFragment?: never;
|
|
4189
|
-
__isTeleport?: never;
|
|
4190
|
-
__isSuspense?: never;
|
|
4191
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
4192
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
4193
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4194
|
-
"update:open": (value: boolean) => any;
|
|
4195
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
4196
|
-
$slots: {
|
|
4197
|
-
default?(_: {}): any;
|
|
4198
|
-
};
|
|
4199
|
-
});
|
|
4200
|
-
UnnnicDialogContent: {
|
|
4201
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
|
|
4202
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
4203
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4204
|
-
size?: "small" | "medium" | "large";
|
|
4205
|
-
}> & Readonly<{
|
|
4206
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4207
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
4208
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
4209
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
4210
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
4211
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
4212
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4213
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
4214
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
4215
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
4216
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
4217
|
-
openAutoFocus: (event: Event) => any;
|
|
4218
|
-
closeAutoFocus: (event: Event) => any;
|
|
4219
|
-
}, import('vue').PublicProps, {
|
|
4220
|
-
size: "small" | "medium" | "large";
|
|
4221
|
-
class: import('vue').HTMLAttributes["class"];
|
|
4222
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
4223
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
4224
|
-
P: {};
|
|
4225
|
-
B: {};
|
|
4226
|
-
D: {};
|
|
4227
|
-
C: {};
|
|
4228
|
-
M: {};
|
|
4229
|
-
Defaults: {};
|
|
4230
|
-
}, Readonly<import('reka-ui').DialogContentProps & {
|
|
4231
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
4232
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4233
|
-
size?: "small" | "medium" | "large";
|
|
4234
|
-
}> & Readonly<{
|
|
4235
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4236
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
4237
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
4238
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
4239
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
4240
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
4241
|
-
}>, {}, {}, {}, {}, {
|
|
4242
|
-
size: "small" | "medium" | "large";
|
|
4243
|
-
class: import('vue').HTMLAttributes["class"];
|
|
4244
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
4245
|
-
}>;
|
|
4246
|
-
__isFragment?: never;
|
|
4247
|
-
__isTeleport?: never;
|
|
4248
|
-
__isSuspense?: never;
|
|
4249
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
|
|
4250
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
4251
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4252
|
-
size?: "small" | "medium" | "large";
|
|
4253
|
-
}> & Readonly<{
|
|
4254
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4255
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
4256
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
4257
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
4258
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
4259
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
4260
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4261
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
4262
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
4263
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
4264
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
4265
|
-
openAutoFocus: (event: Event) => any;
|
|
4266
|
-
closeAutoFocus: (event: Event) => any;
|
|
4267
|
-
}, string, {
|
|
4268
|
-
size: "small" | "medium" | "large";
|
|
4269
|
-
class: import('vue').HTMLAttributes["class"];
|
|
4270
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
4271
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
4272
|
-
$slots: {
|
|
4273
|
-
default?(_: {}): any;
|
|
4274
|
-
};
|
|
4275
|
-
});
|
|
4276
|
-
UnnnicDialogHeader: {
|
|
4277
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4278
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4279
|
-
divider?: boolean;
|
|
4280
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
4281
|
-
closeButton?: boolean;
|
|
4282
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4283
|
-
type: "default" | "success" | "warning" | "attention";
|
|
4284
|
-
divider: boolean;
|
|
4285
|
-
closeButton: boolean;
|
|
4286
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
4287
|
-
P: {};
|
|
4288
|
-
B: {};
|
|
4289
|
-
D: {};
|
|
4290
|
-
C: {};
|
|
4291
|
-
M: {};
|
|
4292
|
-
Defaults: {};
|
|
4293
|
-
}, Readonly<{
|
|
4294
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4295
|
-
divider?: boolean;
|
|
4296
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
4297
|
-
closeButton?: boolean;
|
|
4298
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
4299
|
-
type: "default" | "success" | "warning" | "attention";
|
|
4300
|
-
divider: boolean;
|
|
4301
|
-
closeButton: boolean;
|
|
4302
|
-
}>;
|
|
4303
|
-
__isFragment?: never;
|
|
4304
|
-
__isTeleport?: never;
|
|
4305
|
-
__isSuspense?: never;
|
|
4306
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
4307
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4308
|
-
divider?: boolean;
|
|
4309
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
4310
|
-
closeButton?: boolean;
|
|
4311
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
4312
|
-
type: "default" | "success" | "warning" | "attention";
|
|
4313
|
-
divider: boolean;
|
|
4314
|
-
closeButton: boolean;
|
|
4315
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
4316
|
-
$slots: {
|
|
4317
|
-
default?(_: {}): any;
|
|
4318
|
-
};
|
|
4319
|
-
});
|
|
4320
|
-
UnnnicDialogTitle: {
|
|
4321
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
|
|
4322
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4323
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
4324
|
-
P: {};
|
|
4325
|
-
B: {};
|
|
4326
|
-
D: {};
|
|
4327
|
-
C: {};
|
|
4328
|
-
M: {};
|
|
4329
|
-
Defaults: {};
|
|
4330
|
-
}, Readonly<import('reka-ui').DialogTitleProps & {
|
|
4331
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4332
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
4333
|
-
__isFragment?: never;
|
|
4334
|
-
__isTeleport?: never;
|
|
4335
|
-
__isSuspense?: never;
|
|
4336
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
|
|
4337
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4338
|
-
}> & 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 () => {
|
|
4339
|
-
$slots: {
|
|
4340
|
-
default?(_: {}): any;
|
|
4341
|
-
};
|
|
4342
|
-
});
|
|
4343
|
-
UnnnicDialogFooter: {
|
|
4344
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4345
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4346
|
-
divider?: boolean;
|
|
4347
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4348
|
-
divider: boolean;
|
|
4349
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
4350
|
-
P: {};
|
|
4351
|
-
B: {};
|
|
4352
|
-
D: {};
|
|
4353
|
-
C: {};
|
|
4354
|
-
M: {};
|
|
4355
|
-
Defaults: {};
|
|
4356
|
-
}, Readonly<{
|
|
4357
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4358
|
-
divider?: boolean;
|
|
4359
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
4360
|
-
divider: boolean;
|
|
4361
|
-
}>;
|
|
4362
|
-
__isFragment?: never;
|
|
4363
|
-
__isTeleport?: never;
|
|
4364
|
-
__isSuspense?: never;
|
|
4365
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
4366
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
4367
|
-
divider?: boolean;
|
|
4368
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
4369
|
-
divider: boolean;
|
|
4370
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
4371
|
-
$slots: {
|
|
4372
|
-
default?(_: {}): any;
|
|
4373
|
-
};
|
|
4374
|
-
});
|
|
4375
4043
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4376
4044
|
export declare const unnnicModalNext: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4377
4045
|
type: {
|
|
@@ -4526,25 +4194,13 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4526
4194
|
type: BooleanConstructor;
|
|
4527
4195
|
default: boolean;
|
|
4528
4196
|
};
|
|
4529
|
-
readonly: {
|
|
4530
|
-
type: BooleanConstructor;
|
|
4531
|
-
default: boolean;
|
|
4532
|
-
};
|
|
4533
|
-
forceActiveStatus: {
|
|
4534
|
-
type: BooleanConstructor;
|
|
4535
|
-
default: boolean;
|
|
4536
|
-
};
|
|
4537
|
-
showClear: {
|
|
4538
|
-
type: BooleanConstructor;
|
|
4539
|
-
default: boolean;
|
|
4540
|
-
};
|
|
4541
4197
|
}>, {}, {
|
|
4542
4198
|
val: string;
|
|
4543
4199
|
}, {
|
|
4544
4200
|
computedError(): string | boolean;
|
|
4545
4201
|
}, {
|
|
4546
4202
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
4547
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
4203
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4548
4204
|
placeholder: {
|
|
4549
4205
|
type: StringConstructor;
|
|
4550
4206
|
default: string;
|
|
@@ -4622,21 +4278,8 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4622
4278
|
type: BooleanConstructor;
|
|
4623
4279
|
default: boolean;
|
|
4624
4280
|
};
|
|
4625
|
-
readonly: {
|
|
4626
|
-
type: BooleanConstructor;
|
|
4627
|
-
default: boolean;
|
|
4628
|
-
};
|
|
4629
|
-
forceActiveStatus: {
|
|
4630
|
-
type: BooleanConstructor;
|
|
4631
|
-
default: boolean;
|
|
4632
|
-
};
|
|
4633
|
-
showClear: {
|
|
4634
|
-
type: BooleanConstructor;
|
|
4635
|
-
default: boolean;
|
|
4636
|
-
};
|
|
4637
4281
|
}>> & Readonly<{
|
|
4638
4282
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4639
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
4640
4283
|
}>, {
|
|
4641
4284
|
type: string;
|
|
4642
4285
|
size: string;
|
|
@@ -4649,14 +4292,11 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4649
4292
|
modelValue: string;
|
|
4650
4293
|
nativeType: string;
|
|
4651
4294
|
maxlength: number | null;
|
|
4652
|
-
readonly: boolean;
|
|
4653
|
-
forceActiveStatus: boolean;
|
|
4654
4295
|
iconLeft: string;
|
|
4655
4296
|
iconRight: string;
|
|
4656
4297
|
iconLeftClickable: boolean;
|
|
4657
4298
|
iconRightClickable: boolean;
|
|
4658
4299
|
allowTogglePassword: boolean;
|
|
4659
|
-
showClear: boolean;
|
|
4660
4300
|
errors: string | unknown[];
|
|
4661
4301
|
hasCloudyColor: boolean;
|
|
4662
4302
|
showMaxlengthCounter: boolean;
|
|
@@ -4711,34 +4351,21 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4711
4351
|
type: BooleanConstructor;
|
|
4712
4352
|
default: boolean;
|
|
4713
4353
|
};
|
|
4714
|
-
readonly: {
|
|
4715
|
-
type: BooleanConstructor;
|
|
4716
|
-
default: boolean;
|
|
4717
|
-
};
|
|
4718
|
-
forceActiveStatus: {
|
|
4719
|
-
type: BooleanConstructor;
|
|
4720
|
-
default: boolean;
|
|
4721
|
-
};
|
|
4722
|
-
showClear: {
|
|
4723
|
-
type: BooleanConstructor;
|
|
4724
|
-
default: boolean;
|
|
4725
|
-
};
|
|
4726
4354
|
}>, {}, {
|
|
4727
4355
|
isFocused: boolean;
|
|
4728
4356
|
showPassword: boolean;
|
|
4729
4357
|
}, {
|
|
4730
4358
|
isDisabled(): {};
|
|
4731
4359
|
iconRightSvg(): string;
|
|
4732
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
4360
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
4733
4361
|
attributes(): any;
|
|
4734
4362
|
}, {
|
|
4735
4363
|
focus(): void;
|
|
4736
4364
|
onFocus(): void;
|
|
4737
4365
|
onBlur(): void;
|
|
4738
4366
|
onIconLeftClick(): void;
|
|
4739
|
-
onClearClick(): void;
|
|
4740
4367
|
onIconRightClick(): void;
|
|
4741
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
4368
|
+
}, 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<{
|
|
4742
4369
|
placeholder: {
|
|
4743
4370
|
type: StringConstructor;
|
|
4744
4371
|
default: null;
|
|
@@ -4788,20 +4415,7 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4788
4415
|
type: BooleanConstructor;
|
|
4789
4416
|
default: boolean;
|
|
4790
4417
|
};
|
|
4791
|
-
readonly: {
|
|
4792
|
-
type: BooleanConstructor;
|
|
4793
|
-
default: boolean;
|
|
4794
|
-
};
|
|
4795
|
-
forceActiveStatus: {
|
|
4796
|
-
type: BooleanConstructor;
|
|
4797
|
-
default: boolean;
|
|
4798
|
-
};
|
|
4799
|
-
showClear: {
|
|
4800
|
-
type: BooleanConstructor;
|
|
4801
|
-
default: boolean;
|
|
4802
|
-
};
|
|
4803
4418
|
}>> & Readonly<{
|
|
4804
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
4805
4419
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
4806
4420
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
4807
4421
|
}>, {
|
|
@@ -4812,14 +4426,11 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4812
4426
|
modelValue: string;
|
|
4813
4427
|
nativeType: string;
|
|
4814
4428
|
maxlength: number;
|
|
4815
|
-
readonly: boolean;
|
|
4816
|
-
forceActiveStatus: boolean;
|
|
4817
4429
|
iconLeft: string;
|
|
4818
4430
|
iconRight: string;
|
|
4819
4431
|
iconLeftClickable: boolean;
|
|
4820
4432
|
iconRightClickable: boolean;
|
|
4821
4433
|
allowTogglePassword: boolean;
|
|
4822
|
-
showClear: boolean;
|
|
4823
4434
|
}, {}, {
|
|
4824
4435
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4825
4436
|
type: {
|
|
@@ -4845,25 +4456,15 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4845
4456
|
};
|
|
4846
4457
|
hasIconLeft: BooleanConstructor;
|
|
4847
4458
|
hasIconRight: BooleanConstructor;
|
|
4848
|
-
hasClearIcon: BooleanConstructor;
|
|
4849
4459
|
maxlength: {
|
|
4850
4460
|
type: NumberConstructor;
|
|
4851
4461
|
default: null;
|
|
4852
4462
|
};
|
|
4853
|
-
readonly: {
|
|
4854
|
-
type: BooleanConstructor;
|
|
4855
|
-
default: boolean;
|
|
4856
|
-
};
|
|
4857
|
-
forceActiveStatus: {
|
|
4858
|
-
type: BooleanConstructor;
|
|
4859
|
-
default: boolean;
|
|
4860
|
-
};
|
|
4861
4463
|
}>, {}, {}, {
|
|
4862
4464
|
attributes(): any;
|
|
4863
4465
|
classes(): (string | {
|
|
4864
4466
|
'input--has-icon-left': boolean;
|
|
4865
4467
|
'input--has-icon-right': boolean;
|
|
4866
|
-
'input--has-clear-icon': boolean;
|
|
4867
4468
|
})[];
|
|
4868
4469
|
}, {
|
|
4869
4470
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -4891,19 +4492,10 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4891
4492
|
};
|
|
4892
4493
|
hasIconLeft: BooleanConstructor;
|
|
4893
4494
|
hasIconRight: BooleanConstructor;
|
|
4894
|
-
hasClearIcon: BooleanConstructor;
|
|
4895
4495
|
maxlength: {
|
|
4896
4496
|
type: NumberConstructor;
|
|
4897
4497
|
default: null;
|
|
4898
4498
|
};
|
|
4899
|
-
readonly: {
|
|
4900
|
-
type: BooleanConstructor;
|
|
4901
|
-
default: boolean;
|
|
4902
|
-
};
|
|
4903
|
-
forceActiveStatus: {
|
|
4904
|
-
type: BooleanConstructor;
|
|
4905
|
-
default: boolean;
|
|
4906
|
-
};
|
|
4907
4499
|
}>> & Readonly<{
|
|
4908
4500
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4909
4501
|
}>, {
|
|
@@ -4912,12 +4504,9 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4912
4504
|
mask: string | unknown[];
|
|
4913
4505
|
hasIconLeft: boolean;
|
|
4914
4506
|
hasIconRight: boolean;
|
|
4915
|
-
hasClearIcon: boolean;
|
|
4916
4507
|
modelValue: string;
|
|
4917
4508
|
nativeType: string;
|
|
4918
4509
|
maxlength: number;
|
|
4919
|
-
readonly: boolean;
|
|
4920
|
-
forceActiveStatus: boolean;
|
|
4921
4510
|
}, {}, {}, {
|
|
4922
4511
|
mask: any;
|
|
4923
4512
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -8031,25 +7620,13 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8031
7620
|
type: BooleanConstructor;
|
|
8032
7621
|
default: boolean;
|
|
8033
7622
|
};
|
|
8034
|
-
readonly: {
|
|
8035
|
-
type: BooleanConstructor;
|
|
8036
|
-
default: boolean;
|
|
8037
|
-
};
|
|
8038
|
-
forceActiveStatus: {
|
|
8039
|
-
type: BooleanConstructor;
|
|
8040
|
-
default: boolean;
|
|
8041
|
-
};
|
|
8042
|
-
showClear: {
|
|
8043
|
-
type: BooleanConstructor;
|
|
8044
|
-
default: boolean;
|
|
8045
|
-
};
|
|
8046
7623
|
}>, {}, {
|
|
8047
7624
|
val: string;
|
|
8048
7625
|
}, {
|
|
8049
7626
|
computedError(): string | boolean;
|
|
8050
7627
|
}, {
|
|
8051
7628
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
8052
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
7629
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8053
7630
|
placeholder: {
|
|
8054
7631
|
type: StringConstructor;
|
|
8055
7632
|
default: string;
|
|
@@ -8127,21 +7704,8 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8127
7704
|
type: BooleanConstructor;
|
|
8128
7705
|
default: boolean;
|
|
8129
7706
|
};
|
|
8130
|
-
readonly: {
|
|
8131
|
-
type: BooleanConstructor;
|
|
8132
|
-
default: boolean;
|
|
8133
|
-
};
|
|
8134
|
-
forceActiveStatus: {
|
|
8135
|
-
type: BooleanConstructor;
|
|
8136
|
-
default: boolean;
|
|
8137
|
-
};
|
|
8138
|
-
showClear: {
|
|
8139
|
-
type: BooleanConstructor;
|
|
8140
|
-
default: boolean;
|
|
8141
|
-
};
|
|
8142
7707
|
}>> & Readonly<{
|
|
8143
7708
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8144
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
8145
7709
|
}>, {
|
|
8146
7710
|
type: string;
|
|
8147
7711
|
size: string;
|
|
@@ -8154,14 +7718,11 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8154
7718
|
modelValue: string;
|
|
8155
7719
|
nativeType: string;
|
|
8156
7720
|
maxlength: number | null;
|
|
8157
|
-
readonly: boolean;
|
|
8158
|
-
forceActiveStatus: boolean;
|
|
8159
7721
|
iconLeft: string;
|
|
8160
7722
|
iconRight: string;
|
|
8161
7723
|
iconLeftClickable: boolean;
|
|
8162
7724
|
iconRightClickable: boolean;
|
|
8163
7725
|
allowTogglePassword: boolean;
|
|
8164
|
-
showClear: boolean;
|
|
8165
7726
|
errors: string | unknown[];
|
|
8166
7727
|
hasCloudyColor: boolean;
|
|
8167
7728
|
showMaxlengthCounter: boolean;
|
|
@@ -8216,34 +7777,21 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8216
7777
|
type: BooleanConstructor;
|
|
8217
7778
|
default: boolean;
|
|
8218
7779
|
};
|
|
8219
|
-
readonly: {
|
|
8220
|
-
type: BooleanConstructor;
|
|
8221
|
-
default: boolean;
|
|
8222
|
-
};
|
|
8223
|
-
forceActiveStatus: {
|
|
8224
|
-
type: BooleanConstructor;
|
|
8225
|
-
default: boolean;
|
|
8226
|
-
};
|
|
8227
|
-
showClear: {
|
|
8228
|
-
type: BooleanConstructor;
|
|
8229
|
-
default: boolean;
|
|
8230
|
-
};
|
|
8231
7780
|
}>, {}, {
|
|
8232
7781
|
isFocused: boolean;
|
|
8233
7782
|
showPassword: boolean;
|
|
8234
7783
|
}, {
|
|
8235
7784
|
isDisabled(): {};
|
|
8236
7785
|
iconRightSvg(): string;
|
|
8237
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
7786
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
8238
7787
|
attributes(): any;
|
|
8239
7788
|
}, {
|
|
8240
7789
|
focus(): void;
|
|
8241
7790
|
onFocus(): void;
|
|
8242
7791
|
onBlur(): void;
|
|
8243
7792
|
onIconLeftClick(): void;
|
|
8244
|
-
onClearClick(): void;
|
|
8245
7793
|
onIconRightClick(): void;
|
|
8246
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
7794
|
+
}, 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<{
|
|
8247
7795
|
placeholder: {
|
|
8248
7796
|
type: StringConstructor;
|
|
8249
7797
|
default: null;
|
|
@@ -8293,20 +7841,7 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8293
7841
|
type: BooleanConstructor;
|
|
8294
7842
|
default: boolean;
|
|
8295
7843
|
};
|
|
8296
|
-
readonly: {
|
|
8297
|
-
type: BooleanConstructor;
|
|
8298
|
-
default: boolean;
|
|
8299
|
-
};
|
|
8300
|
-
forceActiveStatus: {
|
|
8301
|
-
type: BooleanConstructor;
|
|
8302
|
-
default: boolean;
|
|
8303
|
-
};
|
|
8304
|
-
showClear: {
|
|
8305
|
-
type: BooleanConstructor;
|
|
8306
|
-
default: boolean;
|
|
8307
|
-
};
|
|
8308
7844
|
}>> & Readonly<{
|
|
8309
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
8310
7845
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
8311
7846
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
8312
7847
|
}>, {
|
|
@@ -8317,14 +7852,11 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8317
7852
|
modelValue: string;
|
|
8318
7853
|
nativeType: string;
|
|
8319
7854
|
maxlength: number;
|
|
8320
|
-
readonly: boolean;
|
|
8321
|
-
forceActiveStatus: boolean;
|
|
8322
7855
|
iconLeft: string;
|
|
8323
7856
|
iconRight: string;
|
|
8324
7857
|
iconLeftClickable: boolean;
|
|
8325
7858
|
iconRightClickable: boolean;
|
|
8326
7859
|
allowTogglePassword: boolean;
|
|
8327
|
-
showClear: boolean;
|
|
8328
7860
|
}, {}, {
|
|
8329
7861
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8330
7862
|
type: {
|
|
@@ -8350,25 +7882,15 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8350
7882
|
};
|
|
8351
7883
|
hasIconLeft: BooleanConstructor;
|
|
8352
7884
|
hasIconRight: BooleanConstructor;
|
|
8353
|
-
hasClearIcon: BooleanConstructor;
|
|
8354
7885
|
maxlength: {
|
|
8355
7886
|
type: NumberConstructor;
|
|
8356
7887
|
default: null;
|
|
8357
7888
|
};
|
|
8358
|
-
readonly: {
|
|
8359
|
-
type: BooleanConstructor;
|
|
8360
|
-
default: boolean;
|
|
8361
|
-
};
|
|
8362
|
-
forceActiveStatus: {
|
|
8363
|
-
type: BooleanConstructor;
|
|
8364
|
-
default: boolean;
|
|
8365
|
-
};
|
|
8366
7889
|
}>, {}, {}, {
|
|
8367
7890
|
attributes(): any;
|
|
8368
7891
|
classes(): (string | {
|
|
8369
7892
|
'input--has-icon-left': boolean;
|
|
8370
7893
|
'input--has-icon-right': boolean;
|
|
8371
|
-
'input--has-clear-icon': boolean;
|
|
8372
7894
|
})[];
|
|
8373
7895
|
}, {
|
|
8374
7896
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -8396,19 +7918,10 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8396
7918
|
};
|
|
8397
7919
|
hasIconLeft: BooleanConstructor;
|
|
8398
7920
|
hasIconRight: BooleanConstructor;
|
|
8399
|
-
hasClearIcon: BooleanConstructor;
|
|
8400
7921
|
maxlength: {
|
|
8401
7922
|
type: NumberConstructor;
|
|
8402
7923
|
default: null;
|
|
8403
7924
|
};
|
|
8404
|
-
readonly: {
|
|
8405
|
-
type: BooleanConstructor;
|
|
8406
|
-
default: boolean;
|
|
8407
|
-
};
|
|
8408
|
-
forceActiveStatus: {
|
|
8409
|
-
type: BooleanConstructor;
|
|
8410
|
-
default: boolean;
|
|
8411
|
-
};
|
|
8412
7925
|
}>> & Readonly<{
|
|
8413
7926
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8414
7927
|
}>, {
|
|
@@ -8417,12 +7930,9 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8417
7930
|
mask: string | unknown[];
|
|
8418
7931
|
hasIconLeft: boolean;
|
|
8419
7932
|
hasIconRight: boolean;
|
|
8420
|
-
hasClearIcon: boolean;
|
|
8421
7933
|
modelValue: string;
|
|
8422
7934
|
nativeType: string;
|
|
8423
7935
|
maxlength: number;
|
|
8424
|
-
readonly: boolean;
|
|
8425
|
-
forceActiveStatus: boolean;
|
|
8426
7936
|
}, {}, {}, {
|
|
8427
7937
|
mask: any;
|
|
8428
7938
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -11281,10 +10791,8 @@ export declare const unnnicNavigator: import('vue').DefineComponent<import('vue'
|
|
|
11281
10791
|
required: true;
|
|
11282
10792
|
};
|
|
11283
10793
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11284
|
-
export declare const unnnicSelectTime: VueComponent;
|
|
11285
|
-
export declare const unnnicTemplatePreview: VueComponent;
|
|
11286
|
-
export declare const unnnicTemplatePreviewModal: VueComponent;
|
|
11287
10794
|
export declare const unnnicDataTable: VueComponent;
|
|
10795
|
+
export declare const unnnicSelectTime: VueComponent;
|
|
11288
10796
|
export declare const unnnicChip: import('vue').DefineComponent<import('./Chip/types').ChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11289
10797
|
click: (event: Event) => any;
|
|
11290
10798
|
}, string, import('vue').PublicProps, Readonly<import('./Chip/types').ChipProps> & Readonly<{
|
|
@@ -11304,98 +10812,11 @@ export declare const unnnicToast: import('vue').DefineComponent<import('./Toast/
|
|
|
11304
10812
|
timeout: number;
|
|
11305
10813
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11306
10814
|
export declare const unnnicToastManager: import('./Toast/types').ToastCall;
|
|
11307
|
-
export declare const
|
|
11308
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
11309
|
-
"onUpdate:
|
|
11310
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11311
|
-
"update:open": (value: boolean) => any;
|
|
11312
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11313
|
-
P: {};
|
|
11314
|
-
B: {};
|
|
11315
|
-
D: {};
|
|
11316
|
-
C: {};
|
|
11317
|
-
M: {};
|
|
11318
|
-
Defaults: {};
|
|
11319
|
-
}, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
11320
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11321
|
-
}>, {}, {}, {}, {}, {}>;
|
|
11322
|
-
__isFragment?: never;
|
|
11323
|
-
__isTeleport?: never;
|
|
11324
|
-
__isSuspense?: never;
|
|
11325
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
11326
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11327
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11328
|
-
"update:open": (value: boolean) => any;
|
|
11329
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
11330
|
-
$slots: {
|
|
11331
|
-
default?(_: {}): any;
|
|
11332
|
-
};
|
|
11333
|
-
});
|
|
11334
|
-
export declare const unnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
|
|
11335
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11336
|
-
size?: "small" | "medium" | "large";
|
|
11337
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11338
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
11339
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
11340
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
11341
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
11342
|
-
openAutoFocus: (event: Event) => any;
|
|
11343
|
-
closeAutoFocus: (event: Event) => any;
|
|
11344
|
-
}, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
|
|
11345
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11346
|
-
size?: "small" | "medium" | "large";
|
|
11347
|
-
}> & Readonly<{
|
|
11348
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
11349
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
11350
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11351
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11352
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
11353
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
11354
|
-
}>, {
|
|
11355
|
-
size: "small" | "medium" | "large";
|
|
11356
|
-
class: import('vue').HTMLAttributes["class"];
|
|
11357
|
-
sideOffset: number;
|
|
11358
|
-
align: "start" | "end" | "center";
|
|
11359
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11360
|
-
export declare const unnnicPopoverTrigger: {
|
|
11361
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11362
|
-
P: {};
|
|
11363
|
-
B: {};
|
|
11364
|
-
D: {};
|
|
11365
|
-
C: {};
|
|
11366
|
-
M: {};
|
|
11367
|
-
Defaults: {};
|
|
11368
|
-
}, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11369
|
-
__isFragment?: never;
|
|
11370
|
-
__isTeleport?: never;
|
|
11371
|
-
__isSuspense?: never;
|
|
11372
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & 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 () => {
|
|
11373
|
-
$slots: {
|
|
11374
|
-
default?(_: {}): any;
|
|
11375
|
-
};
|
|
11376
|
-
});
|
|
11377
|
-
export declare const unnnicPopoverFooter: {
|
|
11378
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
11379
|
-
P: {};
|
|
11380
|
-
B: {};
|
|
11381
|
-
D: {};
|
|
11382
|
-
C: {};
|
|
11383
|
-
M: {};
|
|
11384
|
-
Defaults: {};
|
|
11385
|
-
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11386
|
-
__isFragment?: never;
|
|
11387
|
-
__isTeleport?: never;
|
|
11388
|
-
__isSuspense?: never;
|
|
11389
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
11390
|
-
$slots: {
|
|
11391
|
-
default?(_: {}): any;
|
|
11392
|
-
};
|
|
11393
|
-
});
|
|
11394
|
-
export declare const unnnicDialog: {
|
|
11395
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
11396
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
10815
|
+
export declare const unnnicTabs: {
|
|
10816
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
|
|
10817
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
11397
10818
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11398
|
-
"update:
|
|
10819
|
+
"update:modelValue": (payload: string | number) => any;
|
|
11399
10820
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11400
10821
|
P: {};
|
|
11401
10822
|
B: {};
|
|
@@ -11403,175 +10824,69 @@ export declare const unnnicDialog: {
|
|
|
11403
10824
|
C: {};
|
|
11404
10825
|
M: {};
|
|
11405
10826
|
Defaults: {};
|
|
11406
|
-
}, Readonly<import('reka-ui').
|
|
11407
|
-
"onUpdate:
|
|
10827
|
+
}, Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
|
|
10828
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
11408
10829
|
}>, {}, {}, {}, {}, {}>;
|
|
11409
10830
|
__isFragment?: never;
|
|
11410
10831
|
__isTeleport?: never;
|
|
11411
10832
|
__isSuspense?: never;
|
|
11412
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
11413
|
-
"onUpdate:
|
|
10833
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
|
|
10834
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
11414
10835
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11415
|
-
"update:
|
|
10836
|
+
"update:modelValue": (payload: string | number) => any;
|
|
11416
10837
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
11417
10838
|
$slots: {
|
|
11418
10839
|
default?(_: {}): any;
|
|
11419
10840
|
};
|
|
11420
10841
|
});
|
|
11421
|
-
export declare const
|
|
11422
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
11423
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
11424
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11425
|
-
size?: "small" | "medium" | "large";
|
|
11426
|
-
}> & Readonly<{
|
|
11427
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
11428
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
11429
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11430
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11431
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
11432
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
11433
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11434
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
11435
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
11436
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
11437
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
11438
|
-
openAutoFocus: (event: Event) => any;
|
|
11439
|
-
closeAutoFocus: (event: Event) => any;
|
|
11440
|
-
}, import('vue').PublicProps, {
|
|
11441
|
-
size: "small" | "medium" | "large";
|
|
11442
|
-
class: import('vue').HTMLAttributes["class"];
|
|
11443
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
11444
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11445
|
-
P: {};
|
|
11446
|
-
B: {};
|
|
11447
|
-
D: {};
|
|
11448
|
-
C: {};
|
|
11449
|
-
M: {};
|
|
11450
|
-
Defaults: {};
|
|
11451
|
-
}, Readonly<import('reka-ui').DialogContentProps & {
|
|
11452
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
11453
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11454
|
-
size?: "small" | "medium" | "large";
|
|
11455
|
-
}> & Readonly<{
|
|
11456
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
11457
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
11458
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11459
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11460
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
11461
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
11462
|
-
}>, {}, {}, {}, {}, {
|
|
11463
|
-
size: "small" | "medium" | "large";
|
|
11464
|
-
class: import('vue').HTMLAttributes["class"];
|
|
11465
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
11466
|
-
}>;
|
|
11467
|
-
__isFragment?: never;
|
|
11468
|
-
__isTeleport?: never;
|
|
11469
|
-
__isSuspense?: never;
|
|
11470
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
|
|
11471
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
11472
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11473
|
-
size?: "small" | "medium" | "large";
|
|
11474
|
-
}> & Readonly<{
|
|
11475
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
11476
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
11477
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11478
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
11479
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
11480
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
11481
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11482
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
11483
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
11484
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
11485
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
11486
|
-
openAutoFocus: (event: Event) => any;
|
|
11487
|
-
closeAutoFocus: (event: Event) => any;
|
|
11488
|
-
}, string, {
|
|
11489
|
-
size: "small" | "medium" | "large";
|
|
11490
|
-
class: import('vue').HTMLAttributes["class"];
|
|
11491
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
11492
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
11493
|
-
$slots: {
|
|
11494
|
-
default?(_: {}): any;
|
|
11495
|
-
};
|
|
11496
|
-
});
|
|
11497
|
-
export declare const unnnicDialogFooter: {
|
|
11498
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
10842
|
+
export declare const unnnicTabsList: {
|
|
10843
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsListProps & {
|
|
11499
10844
|
class?: import('vue').HTMLAttributes["class"];
|
|
11500
|
-
|
|
11501
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
11502
|
-
divider: boolean;
|
|
11503
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
10845
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11504
10846
|
P: {};
|
|
11505
10847
|
B: {};
|
|
11506
10848
|
D: {};
|
|
11507
10849
|
C: {};
|
|
11508
10850
|
M: {};
|
|
11509
10851
|
Defaults: {};
|
|
11510
|
-
}, Readonly<{
|
|
10852
|
+
}, Readonly<import('reka-ui').TabsListProps & {
|
|
11511
10853
|
class?: import('vue').HTMLAttributes["class"];
|
|
11512
|
-
|
|
11513
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
11514
|
-
divider: boolean;
|
|
11515
|
-
}>;
|
|
10854
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11516
10855
|
__isFragment?: never;
|
|
11517
10856
|
__isTeleport?: never;
|
|
11518
10857
|
__isSuspense?: never;
|
|
11519
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
10858
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
|
|
11520
10859
|
class?: import('vue').HTMLAttributes["class"];
|
|
11521
|
-
|
|
11522
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
11523
|
-
divider: boolean;
|
|
11524
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
10860
|
+
}> & 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 () => {
|
|
11525
10861
|
$slots: {
|
|
11526
10862
|
default?(_: {}): any;
|
|
11527
10863
|
};
|
|
11528
10864
|
});
|
|
11529
|
-
export declare const
|
|
11530
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
10865
|
+
export declare const unnnicTabsTrigger: {
|
|
10866
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsTriggerProps & {
|
|
11531
10867
|
class?: import('vue').HTMLAttributes["class"];
|
|
11532
|
-
|
|
11533
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
11534
|
-
closeButton?: boolean;
|
|
11535
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
11536
|
-
type: "default" | "success" | "warning" | "attention";
|
|
11537
|
-
divider: boolean;
|
|
11538
|
-
closeButton: boolean;
|
|
11539
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
10868
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11540
10869
|
P: {};
|
|
11541
10870
|
B: {};
|
|
11542
10871
|
D: {};
|
|
11543
10872
|
C: {};
|
|
11544
10873
|
M: {};
|
|
11545
10874
|
Defaults: {};
|
|
11546
|
-
}, Readonly<{
|
|
10875
|
+
}, Readonly<import('reka-ui').TabsTriggerProps & {
|
|
11547
10876
|
class?: import('vue').HTMLAttributes["class"];
|
|
11548
|
-
|
|
11549
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
11550
|
-
closeButton?: boolean;
|
|
11551
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
11552
|
-
type: "default" | "success" | "warning" | "attention";
|
|
11553
|
-
divider: boolean;
|
|
11554
|
-
closeButton: boolean;
|
|
11555
|
-
}>;
|
|
10877
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11556
10878
|
__isFragment?: never;
|
|
11557
10879
|
__isTeleport?: never;
|
|
11558
10880
|
__isSuspense?: never;
|
|
11559
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
10881
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsTriggerProps & {
|
|
11560
10882
|
class?: import('vue').HTMLAttributes["class"];
|
|
11561
|
-
|
|
11562
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
11563
|
-
closeButton?: boolean;
|
|
11564
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
11565
|
-
type: "default" | "success" | "warning" | "attention";
|
|
11566
|
-
divider: boolean;
|
|
11567
|
-
closeButton: boolean;
|
|
11568
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
10883
|
+
}> & 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 () => {
|
|
11569
10884
|
$slots: {
|
|
11570
10885
|
default?(_: {}): any;
|
|
11571
10886
|
};
|
|
11572
10887
|
});
|
|
11573
|
-
export declare const
|
|
11574
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
10888
|
+
export declare const unnnicTabsContent: {
|
|
10889
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsContentProps & {
|
|
11575
10890
|
class?: import('vue').HTMLAttributes["class"];
|
|
11576
10891
|
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11577
10892
|
P: {};
|
|
@@ -11580,187 +10895,108 @@ export declare const unnnicDialogTitle: {
|
|
|
11580
10895
|
C: {};
|
|
11581
10896
|
M: {};
|
|
11582
10897
|
Defaults: {};
|
|
11583
|
-
}, Readonly<import('reka-ui').
|
|
10898
|
+
}, Readonly<import('reka-ui').TabsContentProps & {
|
|
11584
10899
|
class?: import('vue').HTMLAttributes["class"];
|
|
11585
10900
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11586
10901
|
__isFragment?: never;
|
|
11587
10902
|
__isTeleport?: never;
|
|
11588
10903
|
__isSuspense?: never;
|
|
11589
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
10904
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsContentProps & {
|
|
11590
10905
|
class?: import('vue').HTMLAttributes["class"];
|
|
11591
10906
|
}> & 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 () => {
|
|
11592
10907
|
$slots: {
|
|
11593
10908
|
default?(_: {}): any;
|
|
11594
10909
|
};
|
|
11595
10910
|
});
|
|
11596
|
-
export declare const
|
|
11597
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
10911
|
+
export declare const unnnicPopover: {
|
|
10912
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
10913
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
10914
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10915
|
+
"update:open": (value: boolean) => any;
|
|
10916
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11598
10917
|
P: {};
|
|
11599
10918
|
B: {};
|
|
11600
10919
|
D: {};
|
|
11601
10920
|
C: {};
|
|
11602
10921
|
M: {};
|
|
11603
10922
|
Defaults: {};
|
|
11604
|
-
}, Readonly<import('reka-ui').
|
|
10923
|
+
}, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
10924
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
10925
|
+
}>, {}, {}, {}, {}, {}>;
|
|
11605
10926
|
__isFragment?: never;
|
|
11606
10927
|
__isTeleport?: never;
|
|
11607
10928
|
__isSuspense?: never;
|
|
11608
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
10929
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
10930
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
10931
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10932
|
+
"update:open": (value: boolean) => any;
|
|
10933
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
11609
10934
|
$slots: {
|
|
11610
10935
|
default?(_: {}): any;
|
|
11611
10936
|
};
|
|
11612
10937
|
});
|
|
11613
|
-
export declare const
|
|
11614
|
-
|
|
10938
|
+
export declare const unnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
|
|
10939
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
10940
|
+
size?: "small" | "medium" | "large";
|
|
10941
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10942
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
10943
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
10944
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
10945
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
10946
|
+
openAutoFocus: (event: Event) => any;
|
|
10947
|
+
closeAutoFocus: (event: Event) => any;
|
|
10948
|
+
}, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
|
|
10949
|
+
class?: import('vue').HTMLAttributes["class"];
|
|
10950
|
+
size?: "small" | "medium" | "large";
|
|
10951
|
+
}> & Readonly<{
|
|
10952
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
10953
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
10954
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
10955
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
10956
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
10957
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
10958
|
+
}>, {
|
|
10959
|
+
size: "small" | "medium" | "large";
|
|
10960
|
+
class: import('vue').HTMLAttributes["class"];
|
|
10961
|
+
sideOffset: number;
|
|
10962
|
+
align: "start" | "end" | "center";
|
|
10963
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10964
|
+
export declare const unnnicPopoverTrigger: {
|
|
10965
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11615
10966
|
P: {};
|
|
11616
10967
|
B: {};
|
|
11617
10968
|
D: {};
|
|
11618
10969
|
C: {};
|
|
11619
10970
|
M: {};
|
|
11620
10971
|
Defaults: {};
|
|
11621
|
-
}, Readonly<import('reka-ui').
|
|
10972
|
+
}, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11622
10973
|
__isFragment?: never;
|
|
11623
10974
|
__isTeleport?: never;
|
|
11624
10975
|
__isSuspense?: never;
|
|
11625
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
10976
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & 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 () => {
|
|
11626
10977
|
$slots: {
|
|
11627
10978
|
default?(_: {}): any;
|
|
11628
10979
|
};
|
|
11629
10980
|
});
|
|
11630
|
-
export declare const
|
|
11631
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
11632
|
-
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
11633
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11634
|
-
"update:modelValue": (payload: string | number) => any;
|
|
11635
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
10981
|
+
export declare const unnnicPopoverFooter: {
|
|
10982
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
11636
10983
|
P: {};
|
|
11637
10984
|
B: {};
|
|
11638
10985
|
D: {};
|
|
11639
10986
|
C: {};
|
|
11640
10987
|
M: {};
|
|
11641
10988
|
Defaults: {};
|
|
11642
|
-
}, Readonly<
|
|
11643
|
-
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
11644
|
-
}>, {}, {}, {}, {}, {}>;
|
|
10989
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11645
10990
|
__isFragment?: never;
|
|
11646
10991
|
__isTeleport?: never;
|
|
11647
10992
|
__isSuspense?: never;
|
|
11648
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
11649
|
-
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
11650
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11651
|
-
"update:modelValue": (payload: string | number) => any;
|
|
11652
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
10993
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
11653
10994
|
$slots: {
|
|
11654
10995
|
default?(_: {}): any;
|
|
11655
10996
|
};
|
|
11656
10997
|
});
|
|
11657
|
-
export declare const
|
|
11658
|
-
|
|
11659
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11660
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11661
|
-
P: {};
|
|
11662
|
-
B: {};
|
|
11663
|
-
D: {};
|
|
11664
|
-
C: {};
|
|
11665
|
-
M: {};
|
|
11666
|
-
Defaults: {};
|
|
11667
|
-
}, Readonly<import('reka-ui').TabsListProps & {
|
|
11668
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11669
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11670
|
-
__isFragment?: never;
|
|
11671
|
-
__isTeleport?: never;
|
|
11672
|
-
__isSuspense?: never;
|
|
11673
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
|
|
11674
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11675
|
-
}> & 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 () => {
|
|
11676
|
-
$slots: {
|
|
11677
|
-
default?(_: {}): any;
|
|
11678
|
-
};
|
|
11679
|
-
});
|
|
11680
|
-
export declare const unnnicTabsTrigger: {
|
|
11681
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsTriggerProps & {
|
|
11682
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11683
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11684
|
-
P: {};
|
|
11685
|
-
B: {};
|
|
11686
|
-
D: {};
|
|
11687
|
-
C: {};
|
|
11688
|
-
M: {};
|
|
11689
|
-
Defaults: {};
|
|
11690
|
-
}, Readonly<import('reka-ui').TabsTriggerProps & {
|
|
11691
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11692
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11693
|
-
__isFragment?: never;
|
|
11694
|
-
__isTeleport?: never;
|
|
11695
|
-
__isSuspense?: never;
|
|
11696
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsTriggerProps & {
|
|
11697
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11698
|
-
}> & 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 () => {
|
|
11699
|
-
$slots: {
|
|
11700
|
-
default?(_: {}): any;
|
|
11701
|
-
};
|
|
11702
|
-
});
|
|
11703
|
-
export declare const unnnicTabsContent: {
|
|
11704
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsContentProps & {
|
|
11705
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11706
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11707
|
-
P: {};
|
|
11708
|
-
B: {};
|
|
11709
|
-
D: {};
|
|
11710
|
-
C: {};
|
|
11711
|
-
M: {};
|
|
11712
|
-
Defaults: {};
|
|
11713
|
-
}, Readonly<import('reka-ui').TabsContentProps & {
|
|
11714
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11715
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
11716
|
-
__isFragment?: never;
|
|
11717
|
-
__isTeleport?: never;
|
|
11718
|
-
__isSuspense?: never;
|
|
11719
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsContentProps & {
|
|
11720
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
11721
|
-
}> & 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 () => {
|
|
11722
|
-
$slots: {
|
|
11723
|
-
default?(_: {}): any;
|
|
11724
|
-
};
|
|
11725
|
-
});
|
|
11726
|
-
export declare const unnnicPageHeader: {
|
|
11727
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
|
|
11728
|
-
onBack?: (() => any) | undefined;
|
|
11729
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11730
|
-
back: () => any;
|
|
11731
|
-
}, import('vue').PublicProps, {
|
|
11732
|
-
description: string;
|
|
11733
|
-
hasBackButton: boolean;
|
|
11734
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
11735
|
-
P: {};
|
|
11736
|
-
B: {};
|
|
11737
|
-
D: {};
|
|
11738
|
-
C: {};
|
|
11739
|
-
M: {};
|
|
11740
|
-
Defaults: {};
|
|
11741
|
-
}, Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
|
|
11742
|
-
onBack?: (() => any) | undefined;
|
|
11743
|
-
}>, {}, {}, {}, {}, {
|
|
11744
|
-
description: string;
|
|
11745
|
-
hasBackButton: boolean;
|
|
11746
|
-
}>;
|
|
11747
|
-
__isFragment?: never;
|
|
11748
|
-
__isTeleport?: never;
|
|
11749
|
-
__isSuspense?: never;
|
|
11750
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
|
|
11751
|
-
onBack?: (() => any) | undefined;
|
|
11752
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11753
|
-
back: () => any;
|
|
11754
|
-
}, string, {
|
|
11755
|
-
description: string;
|
|
11756
|
-
hasBackButton: boolean;
|
|
11757
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
11758
|
-
$slots: {
|
|
11759
|
-
tag?(_: {}): any;
|
|
11760
|
-
actions?(_: {}): any;
|
|
11761
|
-
tabs?(_: {}): any;
|
|
11762
|
-
};
|
|
11763
|
-
});
|
|
10998
|
+
export declare const unnnicTemplatePreview: VueComponent;
|
|
10999
|
+
export declare const unnnicTemplatePreviewModal: VueComponent;
|
|
11764
11000
|
export declare const UnnnicFontSize = 16;
|
|
11765
11001
|
export declare const UnnnicInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11766
11002
|
placeholder: {
|
|
@@ -11840,25 +11076,13 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
11840
11076
|
type: BooleanConstructor;
|
|
11841
11077
|
default: boolean;
|
|
11842
11078
|
};
|
|
11843
|
-
readonly: {
|
|
11844
|
-
type: BooleanConstructor;
|
|
11845
|
-
default: boolean;
|
|
11846
|
-
};
|
|
11847
|
-
forceActiveStatus: {
|
|
11848
|
-
type: BooleanConstructor;
|
|
11849
|
-
default: boolean;
|
|
11850
|
-
};
|
|
11851
|
-
showClear: {
|
|
11852
|
-
type: BooleanConstructor;
|
|
11853
|
-
default: boolean;
|
|
11854
|
-
};
|
|
11855
11079
|
}>, {}, {
|
|
11856
11080
|
val: string;
|
|
11857
11081
|
}, {
|
|
11858
11082
|
computedError(): string | boolean;
|
|
11859
11083
|
}, {
|
|
11860
11084
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
11861
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
11085
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11862
11086
|
placeholder: {
|
|
11863
11087
|
type: StringConstructor;
|
|
11864
11088
|
default: string;
|
|
@@ -11936,21 +11160,8 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
11936
11160
|
type: BooleanConstructor;
|
|
11937
11161
|
default: boolean;
|
|
11938
11162
|
};
|
|
11939
|
-
readonly: {
|
|
11940
|
-
type: BooleanConstructor;
|
|
11941
|
-
default: boolean;
|
|
11942
|
-
};
|
|
11943
|
-
forceActiveStatus: {
|
|
11944
|
-
type: BooleanConstructor;
|
|
11945
|
-
default: boolean;
|
|
11946
|
-
};
|
|
11947
|
-
showClear: {
|
|
11948
|
-
type: BooleanConstructor;
|
|
11949
|
-
default: boolean;
|
|
11950
|
-
};
|
|
11951
11163
|
}>> & Readonly<{
|
|
11952
11164
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11953
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
11954
11165
|
}>, {
|
|
11955
11166
|
type: string;
|
|
11956
11167
|
size: string;
|
|
@@ -11963,14 +11174,11 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
11963
11174
|
modelValue: string;
|
|
11964
11175
|
nativeType: string;
|
|
11965
11176
|
maxlength: number | null;
|
|
11966
|
-
readonly: boolean;
|
|
11967
|
-
forceActiveStatus: boolean;
|
|
11968
11177
|
iconLeft: string;
|
|
11969
11178
|
iconRight: string;
|
|
11970
11179
|
iconLeftClickable: boolean;
|
|
11971
11180
|
iconRightClickable: boolean;
|
|
11972
11181
|
allowTogglePassword: boolean;
|
|
11973
|
-
showClear: boolean;
|
|
11974
11182
|
errors: string | unknown[];
|
|
11975
11183
|
hasCloudyColor: boolean;
|
|
11976
11184
|
showMaxlengthCounter: boolean;
|
|
@@ -12025,34 +11233,21 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12025
11233
|
type: BooleanConstructor;
|
|
12026
11234
|
default: boolean;
|
|
12027
11235
|
};
|
|
12028
|
-
readonly: {
|
|
12029
|
-
type: BooleanConstructor;
|
|
12030
|
-
default: boolean;
|
|
12031
|
-
};
|
|
12032
|
-
forceActiveStatus: {
|
|
12033
|
-
type: BooleanConstructor;
|
|
12034
|
-
default: boolean;
|
|
12035
|
-
};
|
|
12036
|
-
showClear: {
|
|
12037
|
-
type: BooleanConstructor;
|
|
12038
|
-
default: boolean;
|
|
12039
|
-
};
|
|
12040
11236
|
}>, {}, {
|
|
12041
11237
|
isFocused: boolean;
|
|
12042
11238
|
showPassword: boolean;
|
|
12043
11239
|
}, {
|
|
12044
11240
|
isDisabled(): {};
|
|
12045
11241
|
iconRightSvg(): string;
|
|
12046
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
11242
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
12047
11243
|
attributes(): any;
|
|
12048
11244
|
}, {
|
|
12049
11245
|
focus(): void;
|
|
12050
11246
|
onFocus(): void;
|
|
12051
11247
|
onBlur(): void;
|
|
12052
11248
|
onIconLeftClick(): void;
|
|
12053
|
-
onClearClick(): void;
|
|
12054
11249
|
onIconRightClick(): void;
|
|
12055
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
11250
|
+
}, 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<{
|
|
12056
11251
|
placeholder: {
|
|
12057
11252
|
type: StringConstructor;
|
|
12058
11253
|
default: null;
|
|
@@ -12102,20 +11297,7 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12102
11297
|
type: BooleanConstructor;
|
|
12103
11298
|
default: boolean;
|
|
12104
11299
|
};
|
|
12105
|
-
readonly: {
|
|
12106
|
-
type: BooleanConstructor;
|
|
12107
|
-
default: boolean;
|
|
12108
|
-
};
|
|
12109
|
-
forceActiveStatus: {
|
|
12110
|
-
type: BooleanConstructor;
|
|
12111
|
-
default: boolean;
|
|
12112
|
-
};
|
|
12113
|
-
showClear: {
|
|
12114
|
-
type: BooleanConstructor;
|
|
12115
|
-
default: boolean;
|
|
12116
|
-
};
|
|
12117
11300
|
}>> & Readonly<{
|
|
12118
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
12119
11301
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
12120
11302
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
12121
11303
|
}>, {
|
|
@@ -12126,14 +11308,11 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12126
11308
|
modelValue: string;
|
|
12127
11309
|
nativeType: string;
|
|
12128
11310
|
maxlength: number;
|
|
12129
|
-
readonly: boolean;
|
|
12130
|
-
forceActiveStatus: boolean;
|
|
12131
11311
|
iconLeft: string;
|
|
12132
11312
|
iconRight: string;
|
|
12133
11313
|
iconLeftClickable: boolean;
|
|
12134
11314
|
iconRightClickable: boolean;
|
|
12135
11315
|
allowTogglePassword: boolean;
|
|
12136
|
-
showClear: boolean;
|
|
12137
11316
|
}, {}, {
|
|
12138
11317
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12139
11318
|
type: {
|
|
@@ -12159,25 +11338,15 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12159
11338
|
};
|
|
12160
11339
|
hasIconLeft: BooleanConstructor;
|
|
12161
11340
|
hasIconRight: BooleanConstructor;
|
|
12162
|
-
hasClearIcon: BooleanConstructor;
|
|
12163
11341
|
maxlength: {
|
|
12164
11342
|
type: NumberConstructor;
|
|
12165
11343
|
default: null;
|
|
12166
11344
|
};
|
|
12167
|
-
readonly: {
|
|
12168
|
-
type: BooleanConstructor;
|
|
12169
|
-
default: boolean;
|
|
12170
|
-
};
|
|
12171
|
-
forceActiveStatus: {
|
|
12172
|
-
type: BooleanConstructor;
|
|
12173
|
-
default: boolean;
|
|
12174
|
-
};
|
|
12175
11345
|
}>, {}, {}, {
|
|
12176
11346
|
attributes(): any;
|
|
12177
11347
|
classes(): (string | {
|
|
12178
11348
|
'input--has-icon-left': boolean;
|
|
12179
11349
|
'input--has-icon-right': boolean;
|
|
12180
|
-
'input--has-clear-icon': boolean;
|
|
12181
11350
|
})[];
|
|
12182
11351
|
}, {
|
|
12183
11352
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -12205,19 +11374,10 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12205
11374
|
};
|
|
12206
11375
|
hasIconLeft: BooleanConstructor;
|
|
12207
11376
|
hasIconRight: BooleanConstructor;
|
|
12208
|
-
hasClearIcon: BooleanConstructor;
|
|
12209
11377
|
maxlength: {
|
|
12210
11378
|
type: NumberConstructor;
|
|
12211
11379
|
default: null;
|
|
12212
11380
|
};
|
|
12213
|
-
readonly: {
|
|
12214
|
-
type: BooleanConstructor;
|
|
12215
|
-
default: boolean;
|
|
12216
|
-
};
|
|
12217
|
-
forceActiveStatus: {
|
|
12218
|
-
type: BooleanConstructor;
|
|
12219
|
-
default: boolean;
|
|
12220
|
-
};
|
|
12221
11381
|
}>> & Readonly<{
|
|
12222
11382
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12223
11383
|
}>, {
|
|
@@ -12226,12 +11386,9 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12226
11386
|
mask: string | unknown[];
|
|
12227
11387
|
hasIconLeft: boolean;
|
|
12228
11388
|
hasIconRight: boolean;
|
|
12229
|
-
hasClearIcon: boolean;
|
|
12230
11389
|
modelValue: string;
|
|
12231
11390
|
nativeType: string;
|
|
12232
11391
|
maxlength: number;
|
|
12233
|
-
readonly: boolean;
|
|
12234
|
-
forceActiveStatus: boolean;
|
|
12235
11392
|
}, {}, {}, {
|
|
12236
11393
|
mask: any;
|
|
12237
11394
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -12411,8 +11568,8 @@ export declare const UnnnicInputNext: import('vue').DefineComponent<import('vue'
|
|
|
12411
11568
|
size: string;
|
|
12412
11569
|
disabled: boolean;
|
|
12413
11570
|
nativeType: string;
|
|
12414
|
-
readonly: boolean;
|
|
12415
11571
|
allowTogglePassword: boolean;
|
|
11572
|
+
readonly: boolean;
|
|
12416
11573
|
}, {}, {
|
|
12417
11574
|
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12418
11575
|
click: (event: Event) => any;
|
|
@@ -12587,7 +11744,6 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12587
11744
|
}>, {
|
|
12588
11745
|
type: string;
|
|
12589
11746
|
size: string;
|
|
12590
|
-
next: boolean;
|
|
12591
11747
|
minDate: string;
|
|
12592
11748
|
maxDate: string;
|
|
12593
11749
|
months: unknown[];
|
|
@@ -12598,6 +11754,7 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12598
11754
|
iconPosition: string;
|
|
12599
11755
|
fillW: boolean;
|
|
12600
11756
|
actionText: string;
|
|
11757
|
+
next: boolean;
|
|
12601
11758
|
format: string;
|
|
12602
11759
|
inputFormat: string;
|
|
12603
11760
|
position: string;
|
|
@@ -12680,25 +11837,13 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12680
11837
|
type: BooleanConstructor;
|
|
12681
11838
|
default: boolean;
|
|
12682
11839
|
};
|
|
12683
|
-
readonly: {
|
|
12684
|
-
type: BooleanConstructor;
|
|
12685
|
-
default: boolean;
|
|
12686
|
-
};
|
|
12687
|
-
forceActiveStatus: {
|
|
12688
|
-
type: BooleanConstructor;
|
|
12689
|
-
default: boolean;
|
|
12690
|
-
};
|
|
12691
|
-
showClear: {
|
|
12692
|
-
type: BooleanConstructor;
|
|
12693
|
-
default: boolean;
|
|
12694
|
-
};
|
|
12695
11840
|
}>, {}, {
|
|
12696
11841
|
val: string;
|
|
12697
11842
|
}, {
|
|
12698
11843
|
computedError(): string | boolean;
|
|
12699
11844
|
}, {
|
|
12700
11845
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
12701
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
11846
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12702
11847
|
placeholder: {
|
|
12703
11848
|
type: StringConstructor;
|
|
12704
11849
|
default: string;
|
|
@@ -12776,21 +11921,8 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12776
11921
|
type: BooleanConstructor;
|
|
12777
11922
|
default: boolean;
|
|
12778
11923
|
};
|
|
12779
|
-
readonly: {
|
|
12780
|
-
type: BooleanConstructor;
|
|
12781
|
-
default: boolean;
|
|
12782
|
-
};
|
|
12783
|
-
forceActiveStatus: {
|
|
12784
|
-
type: BooleanConstructor;
|
|
12785
|
-
default: boolean;
|
|
12786
|
-
};
|
|
12787
|
-
showClear: {
|
|
12788
|
-
type: BooleanConstructor;
|
|
12789
|
-
default: boolean;
|
|
12790
|
-
};
|
|
12791
11924
|
}>> & Readonly<{
|
|
12792
11925
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12793
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
12794
11926
|
}>, {
|
|
12795
11927
|
type: string;
|
|
12796
11928
|
size: string;
|
|
@@ -12803,14 +11935,11 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12803
11935
|
modelValue: string;
|
|
12804
11936
|
nativeType: string;
|
|
12805
11937
|
maxlength: number | null;
|
|
12806
|
-
readonly: boolean;
|
|
12807
|
-
forceActiveStatus: boolean;
|
|
12808
11938
|
iconLeft: string;
|
|
12809
11939
|
iconRight: string;
|
|
12810
11940
|
iconLeftClickable: boolean;
|
|
12811
11941
|
iconRightClickable: boolean;
|
|
12812
11942
|
allowTogglePassword: boolean;
|
|
12813
|
-
showClear: boolean;
|
|
12814
11943
|
errors: string | unknown[];
|
|
12815
11944
|
hasCloudyColor: boolean;
|
|
12816
11945
|
showMaxlengthCounter: boolean;
|
|
@@ -12865,34 +11994,21 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12865
11994
|
type: BooleanConstructor;
|
|
12866
11995
|
default: boolean;
|
|
12867
11996
|
};
|
|
12868
|
-
readonly: {
|
|
12869
|
-
type: BooleanConstructor;
|
|
12870
|
-
default: boolean;
|
|
12871
|
-
};
|
|
12872
|
-
forceActiveStatus: {
|
|
12873
|
-
type: BooleanConstructor;
|
|
12874
|
-
default: boolean;
|
|
12875
|
-
};
|
|
12876
|
-
showClear: {
|
|
12877
|
-
type: BooleanConstructor;
|
|
12878
|
-
default: boolean;
|
|
12879
|
-
};
|
|
12880
11997
|
}>, {}, {
|
|
12881
11998
|
isFocused: boolean;
|
|
12882
11999
|
showPassword: boolean;
|
|
12883
12000
|
}, {
|
|
12884
12001
|
isDisabled(): {};
|
|
12885
12002
|
iconRightSvg(): string;
|
|
12886
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
12003
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
12887
12004
|
attributes(): any;
|
|
12888
12005
|
}, {
|
|
12889
12006
|
focus(): void;
|
|
12890
12007
|
onFocus(): void;
|
|
12891
12008
|
onBlur(): void;
|
|
12892
12009
|
onIconLeftClick(): void;
|
|
12893
|
-
onClearClick(): void;
|
|
12894
12010
|
onIconRightClick(): void;
|
|
12895
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
12011
|
+
}, 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<{
|
|
12896
12012
|
placeholder: {
|
|
12897
12013
|
type: StringConstructor;
|
|
12898
12014
|
default: null;
|
|
@@ -12942,20 +12058,7 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12942
12058
|
type: BooleanConstructor;
|
|
12943
12059
|
default: boolean;
|
|
12944
12060
|
};
|
|
12945
|
-
readonly: {
|
|
12946
|
-
type: BooleanConstructor;
|
|
12947
|
-
default: boolean;
|
|
12948
|
-
};
|
|
12949
|
-
forceActiveStatus: {
|
|
12950
|
-
type: BooleanConstructor;
|
|
12951
|
-
default: boolean;
|
|
12952
|
-
};
|
|
12953
|
-
showClear: {
|
|
12954
|
-
type: BooleanConstructor;
|
|
12955
|
-
default: boolean;
|
|
12956
|
-
};
|
|
12957
12061
|
}>> & Readonly<{
|
|
12958
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
12959
12062
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
12960
12063
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
12961
12064
|
}>, {
|
|
@@ -12966,14 +12069,11 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12966
12069
|
modelValue: string;
|
|
12967
12070
|
nativeType: string;
|
|
12968
12071
|
maxlength: number;
|
|
12969
|
-
readonly: boolean;
|
|
12970
|
-
forceActiveStatus: boolean;
|
|
12971
12072
|
iconLeft: string;
|
|
12972
12073
|
iconRight: string;
|
|
12973
12074
|
iconLeftClickable: boolean;
|
|
12974
12075
|
iconRightClickable: boolean;
|
|
12975
12076
|
allowTogglePassword: boolean;
|
|
12976
|
-
showClear: boolean;
|
|
12977
12077
|
}, {}, {
|
|
12978
12078
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12979
12079
|
type: {
|
|
@@ -12999,25 +12099,15 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12999
12099
|
};
|
|
13000
12100
|
hasIconLeft: BooleanConstructor;
|
|
13001
12101
|
hasIconRight: BooleanConstructor;
|
|
13002
|
-
hasClearIcon: BooleanConstructor;
|
|
13003
12102
|
maxlength: {
|
|
13004
12103
|
type: NumberConstructor;
|
|
13005
12104
|
default: null;
|
|
13006
12105
|
};
|
|
13007
|
-
readonly: {
|
|
13008
|
-
type: BooleanConstructor;
|
|
13009
|
-
default: boolean;
|
|
13010
|
-
};
|
|
13011
|
-
forceActiveStatus: {
|
|
13012
|
-
type: BooleanConstructor;
|
|
13013
|
-
default: boolean;
|
|
13014
|
-
};
|
|
13015
12106
|
}>, {}, {}, {
|
|
13016
12107
|
attributes(): any;
|
|
13017
12108
|
classes(): (string | {
|
|
13018
12109
|
'input--has-icon-left': boolean;
|
|
13019
12110
|
'input--has-icon-right': boolean;
|
|
13020
|
-
'input--has-clear-icon': boolean;
|
|
13021
12111
|
})[];
|
|
13022
12112
|
}, {
|
|
13023
12113
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -13045,19 +12135,10 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
13045
12135
|
};
|
|
13046
12136
|
hasIconLeft: BooleanConstructor;
|
|
13047
12137
|
hasIconRight: BooleanConstructor;
|
|
13048
|
-
hasClearIcon: BooleanConstructor;
|
|
13049
12138
|
maxlength: {
|
|
13050
12139
|
type: NumberConstructor;
|
|
13051
12140
|
default: null;
|
|
13052
12141
|
};
|
|
13053
|
-
readonly: {
|
|
13054
|
-
type: BooleanConstructor;
|
|
13055
|
-
default: boolean;
|
|
13056
|
-
};
|
|
13057
|
-
forceActiveStatus: {
|
|
13058
|
-
type: BooleanConstructor;
|
|
13059
|
-
default: boolean;
|
|
13060
|
-
};
|
|
13061
12142
|
}>> & Readonly<{
|
|
13062
12143
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13063
12144
|
}>, {
|
|
@@ -13066,12 +12147,9 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
13066
12147
|
mask: string | unknown[];
|
|
13067
12148
|
hasIconLeft: boolean;
|
|
13068
12149
|
hasIconRight: boolean;
|
|
13069
|
-
hasClearIcon: boolean;
|
|
13070
12150
|
modelValue: string;
|
|
13071
12151
|
nativeType: string;
|
|
13072
12152
|
maxlength: number;
|
|
13073
|
-
readonly: boolean;
|
|
13074
|
-
forceActiveStatus: boolean;
|
|
13075
12153
|
}, {}, {}, {
|
|
13076
12154
|
mask: any;
|
|
13077
12155
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -15711,6 +14789,20 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
15711
14789
|
es: string;
|
|
15712
14790
|
};
|
|
15713
14791
|
};
|
|
14792
|
+
iconsMapper: {
|
|
14793
|
+
success: {
|
|
14794
|
+
icon: string;
|
|
14795
|
+
scheme: string;
|
|
14796
|
+
};
|
|
14797
|
+
warning: {
|
|
14798
|
+
icon: string;
|
|
14799
|
+
scheme: string;
|
|
14800
|
+
};
|
|
14801
|
+
attention: {
|
|
14802
|
+
icon: string;
|
|
14803
|
+
scheme: string;
|
|
14804
|
+
};
|
|
14805
|
+
};
|
|
15714
14806
|
primaryButtonTypeMapper: {
|
|
15715
14807
|
success: string;
|
|
15716
14808
|
warning: string;
|
|
@@ -15719,7 +14811,6 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
15719
14811
|
}, {}, {
|
|
15720
14812
|
close(): void;
|
|
15721
14813
|
updateBodyOverflow(isHidden: any): void;
|
|
15722
|
-
persistentHandler(event: any): void;
|
|
15723
14814
|
}, {
|
|
15724
14815
|
props: {
|
|
15725
14816
|
locale: {
|
|
@@ -15800,6 +14891,21 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
15800
14891
|
hideSecondaryButton: boolean;
|
|
15801
14892
|
secondaryButtonProps: Record<string, any>;
|
|
15802
14893
|
}, {}, {
|
|
14894
|
+
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14895
|
+
click: (event: Event) => any;
|
|
14896
|
+
mousedown: (event: Event) => any;
|
|
14897
|
+
mouseup: (event: Event) => any;
|
|
14898
|
+
}, string, import('vue').PublicProps, Readonly<import('./Icon.vue').IconProps> & Readonly<{
|
|
14899
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
14900
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
14901
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
14902
|
+
}>, {
|
|
14903
|
+
size: import('./Icon.vue').IconSize;
|
|
14904
|
+
filled: boolean;
|
|
14905
|
+
icon: string | null;
|
|
14906
|
+
clickable: boolean;
|
|
14907
|
+
scheme: import('./Icon.vue').SchemeColor;
|
|
14908
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15803
14909
|
UnnnicButton: {
|
|
15804
14910
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15805
14911
|
text: string;
|
|
@@ -15850,208 +14956,6 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
|
|
|
15850
14956
|
default?(_: {}): any;
|
|
15851
14957
|
};
|
|
15852
14958
|
});
|
|
15853
|
-
UnnnicDialog: {
|
|
15854
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
15855
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
15856
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15857
|
-
"update:open": (value: boolean) => any;
|
|
15858
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
15859
|
-
P: {};
|
|
15860
|
-
B: {};
|
|
15861
|
-
D: {};
|
|
15862
|
-
C: {};
|
|
15863
|
-
M: {};
|
|
15864
|
-
Defaults: {};
|
|
15865
|
-
}, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
15866
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
15867
|
-
}>, {}, {}, {}, {}, {}>;
|
|
15868
|
-
__isFragment?: never;
|
|
15869
|
-
__isTeleport?: never;
|
|
15870
|
-
__isSuspense?: never;
|
|
15871
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
15872
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
15873
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15874
|
-
"update:open": (value: boolean) => any;
|
|
15875
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
15876
|
-
$slots: {
|
|
15877
|
-
default?(_: {}): any;
|
|
15878
|
-
};
|
|
15879
|
-
});
|
|
15880
|
-
UnnnicDialogContent: {
|
|
15881
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
|
|
15882
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
15883
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
15884
|
-
size?: "small" | "medium" | "large";
|
|
15885
|
-
}> & Readonly<{
|
|
15886
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
15887
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
15888
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
15889
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
15890
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
15891
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
15892
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15893
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
15894
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
15895
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
15896
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
15897
|
-
openAutoFocus: (event: Event) => any;
|
|
15898
|
-
closeAutoFocus: (event: Event) => any;
|
|
15899
|
-
}, import('vue').PublicProps, {
|
|
15900
|
-
size: "small" | "medium" | "large";
|
|
15901
|
-
class: import('vue').HTMLAttributes["class"];
|
|
15902
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
15903
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
15904
|
-
P: {};
|
|
15905
|
-
B: {};
|
|
15906
|
-
D: {};
|
|
15907
|
-
C: {};
|
|
15908
|
-
M: {};
|
|
15909
|
-
Defaults: {};
|
|
15910
|
-
}, Readonly<import('reka-ui').DialogContentProps & {
|
|
15911
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
15912
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
15913
|
-
size?: "small" | "medium" | "large";
|
|
15914
|
-
}> & Readonly<{
|
|
15915
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
15916
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
15917
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
15918
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
15919
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
15920
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
15921
|
-
}>, {}, {}, {}, {}, {
|
|
15922
|
-
size: "small" | "medium" | "large";
|
|
15923
|
-
class: import('vue').HTMLAttributes["class"];
|
|
15924
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
15925
|
-
}>;
|
|
15926
|
-
__isFragment?: never;
|
|
15927
|
-
__isTeleport?: never;
|
|
15928
|
-
__isSuspense?: never;
|
|
15929
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
|
|
15930
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
15931
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
15932
|
-
size?: "small" | "medium" | "large";
|
|
15933
|
-
}> & Readonly<{
|
|
15934
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
15935
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
15936
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
15937
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
15938
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
15939
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
15940
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15941
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
15942
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
15943
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
15944
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
15945
|
-
openAutoFocus: (event: Event) => any;
|
|
15946
|
-
closeAutoFocus: (event: Event) => any;
|
|
15947
|
-
}, string, {
|
|
15948
|
-
size: "small" | "medium" | "large";
|
|
15949
|
-
class: import('vue').HTMLAttributes["class"];
|
|
15950
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
15951
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
15952
|
-
$slots: {
|
|
15953
|
-
default?(_: {}): any;
|
|
15954
|
-
};
|
|
15955
|
-
});
|
|
15956
|
-
UnnnicDialogHeader: {
|
|
15957
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
15958
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
15959
|
-
divider?: boolean;
|
|
15960
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
15961
|
-
closeButton?: boolean;
|
|
15962
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15963
|
-
type: "default" | "success" | "warning" | "attention";
|
|
15964
|
-
divider: boolean;
|
|
15965
|
-
closeButton: boolean;
|
|
15966
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
15967
|
-
P: {};
|
|
15968
|
-
B: {};
|
|
15969
|
-
D: {};
|
|
15970
|
-
C: {};
|
|
15971
|
-
M: {};
|
|
15972
|
-
Defaults: {};
|
|
15973
|
-
}, Readonly<{
|
|
15974
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
15975
|
-
divider?: boolean;
|
|
15976
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
15977
|
-
closeButton?: boolean;
|
|
15978
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
15979
|
-
type: "default" | "success" | "warning" | "attention";
|
|
15980
|
-
divider: boolean;
|
|
15981
|
-
closeButton: boolean;
|
|
15982
|
-
}>;
|
|
15983
|
-
__isFragment?: never;
|
|
15984
|
-
__isTeleport?: never;
|
|
15985
|
-
__isSuspense?: never;
|
|
15986
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
15987
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
15988
|
-
divider?: boolean;
|
|
15989
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
15990
|
-
closeButton?: boolean;
|
|
15991
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
15992
|
-
type: "default" | "success" | "warning" | "attention";
|
|
15993
|
-
divider: boolean;
|
|
15994
|
-
closeButton: boolean;
|
|
15995
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
15996
|
-
$slots: {
|
|
15997
|
-
default?(_: {}): any;
|
|
15998
|
-
};
|
|
15999
|
-
});
|
|
16000
|
-
UnnnicDialogTitle: {
|
|
16001
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
|
|
16002
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
16003
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
16004
|
-
P: {};
|
|
16005
|
-
B: {};
|
|
16006
|
-
D: {};
|
|
16007
|
-
C: {};
|
|
16008
|
-
M: {};
|
|
16009
|
-
Defaults: {};
|
|
16010
|
-
}, Readonly<import('reka-ui').DialogTitleProps & {
|
|
16011
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
16012
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
16013
|
-
__isFragment?: never;
|
|
16014
|
-
__isTeleport?: never;
|
|
16015
|
-
__isSuspense?: never;
|
|
16016
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
|
|
16017
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
16018
|
-
}> & 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 () => {
|
|
16019
|
-
$slots: {
|
|
16020
|
-
default?(_: {}): any;
|
|
16021
|
-
};
|
|
16022
|
-
});
|
|
16023
|
-
UnnnicDialogFooter: {
|
|
16024
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
16025
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
16026
|
-
divider?: boolean;
|
|
16027
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
16028
|
-
divider: boolean;
|
|
16029
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
16030
|
-
P: {};
|
|
16031
|
-
B: {};
|
|
16032
|
-
D: {};
|
|
16033
|
-
C: {};
|
|
16034
|
-
M: {};
|
|
16035
|
-
Defaults: {};
|
|
16036
|
-
}, Readonly<{
|
|
16037
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
16038
|
-
divider?: boolean;
|
|
16039
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
16040
|
-
divider: boolean;
|
|
16041
|
-
}>;
|
|
16042
|
-
__isFragment?: never;
|
|
16043
|
-
__isTeleport?: never;
|
|
16044
|
-
__isSuspense?: never;
|
|
16045
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
16046
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
16047
|
-
divider?: boolean;
|
|
16048
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
16049
|
-
divider: boolean;
|
|
16050
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
16051
|
-
$slots: {
|
|
16052
|
-
default?(_: {}): any;
|
|
16053
|
-
};
|
|
16054
|
-
});
|
|
16055
14959
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16056
14960
|
export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16057
14961
|
type: {
|
|
@@ -16206,25 +15110,13 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16206
15110
|
type: BooleanConstructor;
|
|
16207
15111
|
default: boolean;
|
|
16208
15112
|
};
|
|
16209
|
-
readonly: {
|
|
16210
|
-
type: BooleanConstructor;
|
|
16211
|
-
default: boolean;
|
|
16212
|
-
};
|
|
16213
|
-
forceActiveStatus: {
|
|
16214
|
-
type: BooleanConstructor;
|
|
16215
|
-
default: boolean;
|
|
16216
|
-
};
|
|
16217
|
-
showClear: {
|
|
16218
|
-
type: BooleanConstructor;
|
|
16219
|
-
default: boolean;
|
|
16220
|
-
};
|
|
16221
15113
|
}>, {}, {
|
|
16222
15114
|
val: string;
|
|
16223
15115
|
}, {
|
|
16224
15116
|
computedError(): string | boolean;
|
|
16225
15117
|
}, {
|
|
16226
15118
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
16227
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
15119
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16228
15120
|
placeholder: {
|
|
16229
15121
|
type: StringConstructor;
|
|
16230
15122
|
default: string;
|
|
@@ -16302,21 +15194,8 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16302
15194
|
type: BooleanConstructor;
|
|
16303
15195
|
default: boolean;
|
|
16304
15196
|
};
|
|
16305
|
-
readonly: {
|
|
16306
|
-
type: BooleanConstructor;
|
|
16307
|
-
default: boolean;
|
|
16308
|
-
};
|
|
16309
|
-
forceActiveStatus: {
|
|
16310
|
-
type: BooleanConstructor;
|
|
16311
|
-
default: boolean;
|
|
16312
|
-
};
|
|
16313
|
-
showClear: {
|
|
16314
|
-
type: BooleanConstructor;
|
|
16315
|
-
default: boolean;
|
|
16316
|
-
};
|
|
16317
15197
|
}>> & Readonly<{
|
|
16318
15198
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16319
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
16320
15199
|
}>, {
|
|
16321
15200
|
type: string;
|
|
16322
15201
|
size: string;
|
|
@@ -16329,14 +15208,11 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16329
15208
|
modelValue: string;
|
|
16330
15209
|
nativeType: string;
|
|
16331
15210
|
maxlength: number | null;
|
|
16332
|
-
readonly: boolean;
|
|
16333
|
-
forceActiveStatus: boolean;
|
|
16334
15211
|
iconLeft: string;
|
|
16335
15212
|
iconRight: string;
|
|
16336
15213
|
iconLeftClickable: boolean;
|
|
16337
15214
|
iconRightClickable: boolean;
|
|
16338
15215
|
allowTogglePassword: boolean;
|
|
16339
|
-
showClear: boolean;
|
|
16340
15216
|
errors: string | unknown[];
|
|
16341
15217
|
hasCloudyColor: boolean;
|
|
16342
15218
|
showMaxlengthCounter: boolean;
|
|
@@ -16391,34 +15267,21 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16391
15267
|
type: BooleanConstructor;
|
|
16392
15268
|
default: boolean;
|
|
16393
15269
|
};
|
|
16394
|
-
readonly: {
|
|
16395
|
-
type: BooleanConstructor;
|
|
16396
|
-
default: boolean;
|
|
16397
|
-
};
|
|
16398
|
-
forceActiveStatus: {
|
|
16399
|
-
type: BooleanConstructor;
|
|
16400
|
-
default: boolean;
|
|
16401
|
-
};
|
|
16402
|
-
showClear: {
|
|
16403
|
-
type: BooleanConstructor;
|
|
16404
|
-
default: boolean;
|
|
16405
|
-
};
|
|
16406
15270
|
}>, {}, {
|
|
16407
15271
|
isFocused: boolean;
|
|
16408
15272
|
showPassword: boolean;
|
|
16409
15273
|
}, {
|
|
16410
15274
|
isDisabled(): {};
|
|
16411
15275
|
iconRightSvg(): string;
|
|
16412
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
15276
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
16413
15277
|
attributes(): any;
|
|
16414
15278
|
}, {
|
|
16415
15279
|
focus(): void;
|
|
16416
15280
|
onFocus(): void;
|
|
16417
15281
|
onBlur(): void;
|
|
16418
15282
|
onIconLeftClick(): void;
|
|
16419
|
-
onClearClick(): void;
|
|
16420
15283
|
onIconRightClick(): void;
|
|
16421
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
15284
|
+
}, 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<{
|
|
16422
15285
|
placeholder: {
|
|
16423
15286
|
type: StringConstructor;
|
|
16424
15287
|
default: null;
|
|
@@ -16468,20 +15331,7 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16468
15331
|
type: BooleanConstructor;
|
|
16469
15332
|
default: boolean;
|
|
16470
15333
|
};
|
|
16471
|
-
readonly: {
|
|
16472
|
-
type: BooleanConstructor;
|
|
16473
|
-
default: boolean;
|
|
16474
|
-
};
|
|
16475
|
-
forceActiveStatus: {
|
|
16476
|
-
type: BooleanConstructor;
|
|
16477
|
-
default: boolean;
|
|
16478
|
-
};
|
|
16479
|
-
showClear: {
|
|
16480
|
-
type: BooleanConstructor;
|
|
16481
|
-
default: boolean;
|
|
16482
|
-
};
|
|
16483
15334
|
}>> & Readonly<{
|
|
16484
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
16485
15335
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
16486
15336
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
16487
15337
|
}>, {
|
|
@@ -16492,14 +15342,11 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16492
15342
|
modelValue: string;
|
|
16493
15343
|
nativeType: string;
|
|
16494
15344
|
maxlength: number;
|
|
16495
|
-
readonly: boolean;
|
|
16496
|
-
forceActiveStatus: boolean;
|
|
16497
15345
|
iconLeft: string;
|
|
16498
15346
|
iconRight: string;
|
|
16499
15347
|
iconLeftClickable: boolean;
|
|
16500
15348
|
iconRightClickable: boolean;
|
|
16501
15349
|
allowTogglePassword: boolean;
|
|
16502
|
-
showClear: boolean;
|
|
16503
15350
|
}, {}, {
|
|
16504
15351
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
16505
15352
|
type: {
|
|
@@ -16525,25 +15372,15 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16525
15372
|
};
|
|
16526
15373
|
hasIconLeft: BooleanConstructor;
|
|
16527
15374
|
hasIconRight: BooleanConstructor;
|
|
16528
|
-
hasClearIcon: BooleanConstructor;
|
|
16529
15375
|
maxlength: {
|
|
16530
15376
|
type: NumberConstructor;
|
|
16531
15377
|
default: null;
|
|
16532
15378
|
};
|
|
16533
|
-
readonly: {
|
|
16534
|
-
type: BooleanConstructor;
|
|
16535
|
-
default: boolean;
|
|
16536
|
-
};
|
|
16537
|
-
forceActiveStatus: {
|
|
16538
|
-
type: BooleanConstructor;
|
|
16539
|
-
default: boolean;
|
|
16540
|
-
};
|
|
16541
15379
|
}>, {}, {}, {
|
|
16542
15380
|
attributes(): any;
|
|
16543
15381
|
classes(): (string | {
|
|
16544
15382
|
'input--has-icon-left': boolean;
|
|
16545
15383
|
'input--has-icon-right': boolean;
|
|
16546
|
-
'input--has-clear-icon': boolean;
|
|
16547
15384
|
})[];
|
|
16548
15385
|
}, {
|
|
16549
15386
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -16571,19 +15408,10 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16571
15408
|
};
|
|
16572
15409
|
hasIconLeft: BooleanConstructor;
|
|
16573
15410
|
hasIconRight: BooleanConstructor;
|
|
16574
|
-
hasClearIcon: BooleanConstructor;
|
|
16575
15411
|
maxlength: {
|
|
16576
15412
|
type: NumberConstructor;
|
|
16577
15413
|
default: null;
|
|
16578
15414
|
};
|
|
16579
|
-
readonly: {
|
|
16580
|
-
type: BooleanConstructor;
|
|
16581
|
-
default: boolean;
|
|
16582
|
-
};
|
|
16583
|
-
forceActiveStatus: {
|
|
16584
|
-
type: BooleanConstructor;
|
|
16585
|
-
default: boolean;
|
|
16586
|
-
};
|
|
16587
15415
|
}>> & Readonly<{
|
|
16588
15416
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
16589
15417
|
}>, {
|
|
@@ -16592,12 +15420,9 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16592
15420
|
mask: string | unknown[];
|
|
16593
15421
|
hasIconLeft: boolean;
|
|
16594
15422
|
hasIconRight: boolean;
|
|
16595
|
-
hasClearIcon: boolean;
|
|
16596
15423
|
modelValue: string;
|
|
16597
15424
|
nativeType: string;
|
|
16598
15425
|
maxlength: number;
|
|
16599
|
-
readonly: boolean;
|
|
16600
|
-
forceActiveStatus: boolean;
|
|
16601
15426
|
}, {}, {}, {
|
|
16602
15427
|
mask: any;
|
|
16603
15428
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -19711,25 +18536,13 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
19711
18536
|
type: BooleanConstructor;
|
|
19712
18537
|
default: boolean;
|
|
19713
18538
|
};
|
|
19714
|
-
readonly: {
|
|
19715
|
-
type: BooleanConstructor;
|
|
19716
|
-
default: boolean;
|
|
19717
|
-
};
|
|
19718
|
-
forceActiveStatus: {
|
|
19719
|
-
type: BooleanConstructor;
|
|
19720
|
-
default: boolean;
|
|
19721
|
-
};
|
|
19722
|
-
showClear: {
|
|
19723
|
-
type: BooleanConstructor;
|
|
19724
|
-
default: boolean;
|
|
19725
|
-
};
|
|
19726
18539
|
}>, {}, {
|
|
19727
18540
|
val: string;
|
|
19728
18541
|
}, {
|
|
19729
18542
|
computedError(): string | boolean;
|
|
19730
18543
|
}, {
|
|
19731
18544
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
19732
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
18545
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19733
18546
|
placeholder: {
|
|
19734
18547
|
type: StringConstructor;
|
|
19735
18548
|
default: string;
|
|
@@ -19807,21 +18620,8 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
19807
18620
|
type: BooleanConstructor;
|
|
19808
18621
|
default: boolean;
|
|
19809
18622
|
};
|
|
19810
|
-
readonly: {
|
|
19811
|
-
type: BooleanConstructor;
|
|
19812
|
-
default: boolean;
|
|
19813
|
-
};
|
|
19814
|
-
forceActiveStatus: {
|
|
19815
|
-
type: BooleanConstructor;
|
|
19816
|
-
default: boolean;
|
|
19817
|
-
};
|
|
19818
|
-
showClear: {
|
|
19819
|
-
type: BooleanConstructor;
|
|
19820
|
-
default: boolean;
|
|
19821
|
-
};
|
|
19822
18623
|
}>> & Readonly<{
|
|
19823
18624
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
19824
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
19825
18625
|
}>, {
|
|
19826
18626
|
type: string;
|
|
19827
18627
|
size: string;
|
|
@@ -19834,14 +18634,11 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
19834
18634
|
modelValue: string;
|
|
19835
18635
|
nativeType: string;
|
|
19836
18636
|
maxlength: number | null;
|
|
19837
|
-
readonly: boolean;
|
|
19838
|
-
forceActiveStatus: boolean;
|
|
19839
18637
|
iconLeft: string;
|
|
19840
18638
|
iconRight: string;
|
|
19841
18639
|
iconLeftClickable: boolean;
|
|
19842
18640
|
iconRightClickable: boolean;
|
|
19843
18641
|
allowTogglePassword: boolean;
|
|
19844
|
-
showClear: boolean;
|
|
19845
18642
|
errors: string | unknown[];
|
|
19846
18643
|
hasCloudyColor: boolean;
|
|
19847
18644
|
showMaxlengthCounter: boolean;
|
|
@@ -19896,34 +18693,21 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
19896
18693
|
type: BooleanConstructor;
|
|
19897
18694
|
default: boolean;
|
|
19898
18695
|
};
|
|
19899
|
-
readonly: {
|
|
19900
|
-
type: BooleanConstructor;
|
|
19901
|
-
default: boolean;
|
|
19902
|
-
};
|
|
19903
|
-
forceActiveStatus: {
|
|
19904
|
-
type: BooleanConstructor;
|
|
19905
|
-
default: boolean;
|
|
19906
|
-
};
|
|
19907
|
-
showClear: {
|
|
19908
|
-
type: BooleanConstructor;
|
|
19909
|
-
default: boolean;
|
|
19910
|
-
};
|
|
19911
18696
|
}>, {}, {
|
|
19912
18697
|
isFocused: boolean;
|
|
19913
18698
|
showPassword: boolean;
|
|
19914
18699
|
}, {
|
|
19915
18700
|
isDisabled(): {};
|
|
19916
18701
|
iconRightSvg(): string;
|
|
19917
|
-
iconScheme(): "fg-base" | "fg-muted"
|
|
18702
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
19918
18703
|
attributes(): any;
|
|
19919
18704
|
}, {
|
|
19920
18705
|
focus(): void;
|
|
19921
18706
|
onFocus(): void;
|
|
19922
18707
|
onBlur(): void;
|
|
19923
18708
|
onIconLeftClick(): void;
|
|
19924
|
-
onClearClick(): void;
|
|
19925
18709
|
onIconRightClick(): void;
|
|
19926
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
18710
|
+
}, 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<{
|
|
19927
18711
|
placeholder: {
|
|
19928
18712
|
type: StringConstructor;
|
|
19929
18713
|
default: null;
|
|
@@ -19973,20 +18757,7 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
19973
18757
|
type: BooleanConstructor;
|
|
19974
18758
|
default: boolean;
|
|
19975
18759
|
};
|
|
19976
|
-
readonly: {
|
|
19977
|
-
type: BooleanConstructor;
|
|
19978
|
-
default: boolean;
|
|
19979
|
-
};
|
|
19980
|
-
forceActiveStatus: {
|
|
19981
|
-
type: BooleanConstructor;
|
|
19982
|
-
default: boolean;
|
|
19983
|
-
};
|
|
19984
|
-
showClear: {
|
|
19985
|
-
type: BooleanConstructor;
|
|
19986
|
-
default: boolean;
|
|
19987
|
-
};
|
|
19988
18760
|
}>> & Readonly<{
|
|
19989
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
19990
18761
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
19991
18762
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
19992
18763
|
}>, {
|
|
@@ -19997,14 +18768,11 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
19997
18768
|
modelValue: string;
|
|
19998
18769
|
nativeType: string;
|
|
19999
18770
|
maxlength: number;
|
|
20000
|
-
readonly: boolean;
|
|
20001
|
-
forceActiveStatus: boolean;
|
|
20002
18771
|
iconLeft: string;
|
|
20003
18772
|
iconRight: string;
|
|
20004
18773
|
iconLeftClickable: boolean;
|
|
20005
18774
|
iconRightClickable: boolean;
|
|
20006
18775
|
allowTogglePassword: boolean;
|
|
20007
|
-
showClear: boolean;
|
|
20008
18776
|
}, {}, {
|
|
20009
18777
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
20010
18778
|
type: {
|
|
@@ -20030,25 +18798,15 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
20030
18798
|
};
|
|
20031
18799
|
hasIconLeft: BooleanConstructor;
|
|
20032
18800
|
hasIconRight: BooleanConstructor;
|
|
20033
|
-
hasClearIcon: BooleanConstructor;
|
|
20034
18801
|
maxlength: {
|
|
20035
18802
|
type: NumberConstructor;
|
|
20036
18803
|
default: null;
|
|
20037
18804
|
};
|
|
20038
|
-
readonly: {
|
|
20039
|
-
type: BooleanConstructor;
|
|
20040
|
-
default: boolean;
|
|
20041
|
-
};
|
|
20042
|
-
forceActiveStatus: {
|
|
20043
|
-
type: BooleanConstructor;
|
|
20044
|
-
default: boolean;
|
|
20045
|
-
};
|
|
20046
18805
|
}>, {}, {}, {
|
|
20047
18806
|
attributes(): any;
|
|
20048
18807
|
classes(): (string | {
|
|
20049
18808
|
'input--has-icon-left': boolean;
|
|
20050
18809
|
'input--has-icon-right': boolean;
|
|
20051
|
-
'input--has-clear-icon': boolean;
|
|
20052
18810
|
})[];
|
|
20053
18811
|
}, {
|
|
20054
18812
|
fullySanitize: typeof import('../utils/sanitize').fullySanitize;
|
|
@@ -20076,19 +18834,10 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
20076
18834
|
};
|
|
20077
18835
|
hasIconLeft: BooleanConstructor;
|
|
20078
18836
|
hasIconRight: BooleanConstructor;
|
|
20079
|
-
hasClearIcon: BooleanConstructor;
|
|
20080
18837
|
maxlength: {
|
|
20081
18838
|
type: NumberConstructor;
|
|
20082
18839
|
default: null;
|
|
20083
18840
|
};
|
|
20084
|
-
readonly: {
|
|
20085
|
-
type: BooleanConstructor;
|
|
20086
|
-
default: boolean;
|
|
20087
|
-
};
|
|
20088
|
-
forceActiveStatus: {
|
|
20089
|
-
type: BooleanConstructor;
|
|
20090
|
-
default: boolean;
|
|
20091
|
-
};
|
|
20092
18841
|
}>> & Readonly<{
|
|
20093
18842
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
20094
18843
|
}>, {
|
|
@@ -20097,12 +18846,9 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
20097
18846
|
mask: string | unknown[];
|
|
20098
18847
|
hasIconLeft: boolean;
|
|
20099
18848
|
hasIconRight: boolean;
|
|
20100
|
-
hasClearIcon: boolean;
|
|
20101
18849
|
modelValue: string;
|
|
20102
18850
|
nativeType: string;
|
|
20103
18851
|
maxlength: number;
|
|
20104
|
-
readonly: boolean;
|
|
20105
|
-
forceActiveStatus: boolean;
|
|
20106
18852
|
}, {}, {}, {
|
|
20107
18853
|
mask: any;
|
|
20108
18854
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -22961,10 +21707,8 @@ export declare const UnnnicNavigator: import('vue').DefineComponent<import('vue'
|
|
|
22961
21707
|
required: true;
|
|
22962
21708
|
};
|
|
22963
21709
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22964
|
-
export declare const UnnnicSelectTime: VueComponent;
|
|
22965
|
-
export declare const UnnnicTemplatePreview: VueComponent;
|
|
22966
|
-
export declare const UnnnicTemplatePreviewModal: VueComponent;
|
|
22967
21710
|
export declare const UnnnicDataTable: VueComponent;
|
|
21711
|
+
export declare const UnnnicSelectTime: VueComponent;
|
|
22968
21712
|
export declare const UnnnicChip: import('vue').DefineComponent<import('./Chip/types').ChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22969
21713
|
click: (event: Event) => any;
|
|
22970
21714
|
}, string, import('vue').PublicProps, Readonly<import('./Chip/types').ChipProps> & Readonly<{
|
|
@@ -22984,98 +21728,11 @@ export declare const UnnnicToast: import('vue').DefineComponent<import('./Toast/
|
|
|
22984
21728
|
timeout: number;
|
|
22985
21729
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22986
21730
|
export declare const UnnnicToastManager: import('./Toast/types').ToastCall;
|
|
22987
|
-
export declare const
|
|
22988
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
22989
|
-
"onUpdate:
|
|
22990
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22991
|
-
"update:open": (value: boolean) => any;
|
|
22992
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
22993
|
-
P: {};
|
|
22994
|
-
B: {};
|
|
22995
|
-
D: {};
|
|
22996
|
-
C: {};
|
|
22997
|
-
M: {};
|
|
22998
|
-
Defaults: {};
|
|
22999
|
-
}, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
23000
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23001
|
-
}>, {}, {}, {}, {}, {}>;
|
|
23002
|
-
__isFragment?: never;
|
|
23003
|
-
__isTeleport?: never;
|
|
23004
|
-
__isSuspense?: never;
|
|
23005
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
23006
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23007
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23008
|
-
"update:open": (value: boolean) => any;
|
|
23009
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
23010
|
-
$slots: {
|
|
23011
|
-
default?(_: {}): any;
|
|
23012
|
-
};
|
|
23013
|
-
});
|
|
23014
|
-
export declare const UnnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
|
|
23015
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23016
|
-
size?: "small" | "medium" | "large";
|
|
23017
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23018
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
23019
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
23020
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
23021
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
23022
|
-
openAutoFocus: (event: Event) => any;
|
|
23023
|
-
closeAutoFocus: (event: Event) => any;
|
|
23024
|
-
}, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
|
|
23025
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23026
|
-
size?: "small" | "medium" | "large";
|
|
23027
|
-
}> & Readonly<{
|
|
23028
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23029
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
23030
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23031
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23032
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
23033
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
23034
|
-
}>, {
|
|
23035
|
-
size: "small" | "medium" | "large";
|
|
23036
|
-
class: import('vue').HTMLAttributes["class"];
|
|
23037
|
-
sideOffset: number;
|
|
23038
|
-
align: "start" | "end" | "center";
|
|
23039
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23040
|
-
export declare const UnnnicPopoverTrigger: {
|
|
23041
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23042
|
-
P: {};
|
|
23043
|
-
B: {};
|
|
23044
|
-
D: {};
|
|
23045
|
-
C: {};
|
|
23046
|
-
M: {};
|
|
23047
|
-
Defaults: {};
|
|
23048
|
-
}, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23049
|
-
__isFragment?: never;
|
|
23050
|
-
__isTeleport?: never;
|
|
23051
|
-
__isSuspense?: never;
|
|
23052
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & 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 () => {
|
|
23053
|
-
$slots: {
|
|
23054
|
-
default?(_: {}): any;
|
|
23055
|
-
};
|
|
23056
|
-
});
|
|
23057
|
-
export declare const UnnnicPopoverFooter: {
|
|
23058
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
23059
|
-
P: {};
|
|
23060
|
-
B: {};
|
|
23061
|
-
D: {};
|
|
23062
|
-
C: {};
|
|
23063
|
-
M: {};
|
|
23064
|
-
Defaults: {};
|
|
23065
|
-
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23066
|
-
__isFragment?: never;
|
|
23067
|
-
__isTeleport?: never;
|
|
23068
|
-
__isSuspense?: never;
|
|
23069
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
23070
|
-
$slots: {
|
|
23071
|
-
default?(_: {}): any;
|
|
23072
|
-
};
|
|
23073
|
-
});
|
|
23074
|
-
export declare const UnnnicDialog: {
|
|
23075
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
|
|
23076
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
21731
|
+
export declare const UnnnicTabs: {
|
|
21732
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
|
|
21733
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
23077
21734
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23078
|
-
"update:
|
|
21735
|
+
"update:modelValue": (payload: string | number) => any;
|
|
23079
21736
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23080
21737
|
P: {};
|
|
23081
21738
|
B: {};
|
|
@@ -23083,175 +21740,69 @@ export declare const UnnnicDialog: {
|
|
|
23083
21740
|
C: {};
|
|
23084
21741
|
M: {};
|
|
23085
21742
|
Defaults: {};
|
|
23086
|
-
}, Readonly<import('reka-ui').
|
|
23087
|
-
"onUpdate:
|
|
21743
|
+
}, Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
|
|
21744
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
23088
21745
|
}>, {}, {}, {}, {}, {}>;
|
|
23089
21746
|
__isFragment?: never;
|
|
23090
21747
|
__isTeleport?: never;
|
|
23091
21748
|
__isSuspense?: never;
|
|
23092
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
23093
|
-
"onUpdate:
|
|
21749
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
|
|
21750
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
23094
21751
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23095
|
-
"update:
|
|
21752
|
+
"update:modelValue": (payload: string | number) => any;
|
|
23096
21753
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
23097
21754
|
$slots: {
|
|
23098
21755
|
default?(_: {}): any;
|
|
23099
21756
|
};
|
|
23100
21757
|
});
|
|
23101
|
-
export declare const
|
|
23102
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
23103
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
23104
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23105
|
-
size?: "small" | "medium" | "large";
|
|
23106
|
-
}> & Readonly<{
|
|
23107
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23108
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
23109
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23110
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23111
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
23112
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
23113
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23114
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
23115
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
23116
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
23117
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
23118
|
-
openAutoFocus: (event: Event) => any;
|
|
23119
|
-
closeAutoFocus: (event: Event) => any;
|
|
23120
|
-
}, import('vue').PublicProps, {
|
|
23121
|
-
size: "small" | "medium" | "large";
|
|
23122
|
-
class: import('vue').HTMLAttributes["class"];
|
|
23123
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
23124
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23125
|
-
P: {};
|
|
23126
|
-
B: {};
|
|
23127
|
-
D: {};
|
|
23128
|
-
C: {};
|
|
23129
|
-
M: {};
|
|
23130
|
-
Defaults: {};
|
|
23131
|
-
}, Readonly<import('reka-ui').DialogContentProps & {
|
|
23132
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
23133
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23134
|
-
size?: "small" | "medium" | "large";
|
|
23135
|
-
}> & Readonly<{
|
|
23136
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23137
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
23138
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23139
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23140
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
23141
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
23142
|
-
}>, {}, {}, {}, {}, {
|
|
23143
|
-
size: "small" | "medium" | "large";
|
|
23144
|
-
class: import('vue').HTMLAttributes["class"];
|
|
23145
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
23146
|
-
}>;
|
|
23147
|
-
__isFragment?: never;
|
|
23148
|
-
__isTeleport?: never;
|
|
23149
|
-
__isSuspense?: never;
|
|
23150
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
|
|
23151
|
-
parentClass?: import('vue').HTMLAttributes["class"];
|
|
23152
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23153
|
-
size?: "small" | "medium" | "large";
|
|
23154
|
-
}> & Readonly<{
|
|
23155
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23156
|
-
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
23157
|
-
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23158
|
-
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
23159
|
-
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
23160
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
23161
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23162
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
23163
|
-
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
23164
|
-
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
23165
|
-
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
23166
|
-
openAutoFocus: (event: Event) => any;
|
|
23167
|
-
closeAutoFocus: (event: Event) => any;
|
|
23168
|
-
}, string, {
|
|
23169
|
-
size: "small" | "medium" | "large";
|
|
23170
|
-
class: import('vue').HTMLAttributes["class"];
|
|
23171
|
-
parentClass: import('vue').HTMLAttributes["class"];
|
|
23172
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
23173
|
-
$slots: {
|
|
23174
|
-
default?(_: {}): any;
|
|
23175
|
-
};
|
|
23176
|
-
});
|
|
23177
|
-
export declare const UnnnicDialogFooter: {
|
|
23178
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
21758
|
+
export declare const UnnnicTabsList: {
|
|
21759
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsListProps & {
|
|
23179
21760
|
class?: import('vue').HTMLAttributes["class"];
|
|
23180
|
-
|
|
23181
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
23182
|
-
divider: boolean;
|
|
23183
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
21761
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23184
21762
|
P: {};
|
|
23185
21763
|
B: {};
|
|
23186
21764
|
D: {};
|
|
23187
21765
|
C: {};
|
|
23188
21766
|
M: {};
|
|
23189
21767
|
Defaults: {};
|
|
23190
|
-
}, Readonly<{
|
|
21768
|
+
}, Readonly<import('reka-ui').TabsListProps & {
|
|
23191
21769
|
class?: import('vue').HTMLAttributes["class"];
|
|
23192
|
-
|
|
23193
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
23194
|
-
divider: boolean;
|
|
23195
|
-
}>;
|
|
21770
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23196
21771
|
__isFragment?: never;
|
|
23197
21772
|
__isTeleport?: never;
|
|
23198
21773
|
__isSuspense?: never;
|
|
23199
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
21774
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
|
|
23200
21775
|
class?: import('vue').HTMLAttributes["class"];
|
|
23201
|
-
|
|
23202
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
23203
|
-
divider: boolean;
|
|
23204
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
21776
|
+
}> & 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 () => {
|
|
23205
21777
|
$slots: {
|
|
23206
21778
|
default?(_: {}): any;
|
|
23207
21779
|
};
|
|
23208
21780
|
});
|
|
23209
|
-
export declare const
|
|
23210
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
21781
|
+
export declare const UnnnicTabsTrigger: {
|
|
21782
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsTriggerProps & {
|
|
23211
21783
|
class?: import('vue').HTMLAttributes["class"];
|
|
23212
|
-
|
|
23213
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
23214
|
-
closeButton?: boolean;
|
|
23215
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
23216
|
-
type: "default" | "success" | "warning" | "attention";
|
|
23217
|
-
divider: boolean;
|
|
23218
|
-
closeButton: boolean;
|
|
23219
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
21784
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23220
21785
|
P: {};
|
|
23221
21786
|
B: {};
|
|
23222
21787
|
D: {};
|
|
23223
21788
|
C: {};
|
|
23224
21789
|
M: {};
|
|
23225
21790
|
Defaults: {};
|
|
23226
|
-
}, Readonly<{
|
|
21791
|
+
}, Readonly<import('reka-ui').TabsTriggerProps & {
|
|
23227
21792
|
class?: import('vue').HTMLAttributes["class"];
|
|
23228
|
-
|
|
23229
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
23230
|
-
closeButton?: boolean;
|
|
23231
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
23232
|
-
type: "default" | "success" | "warning" | "attention";
|
|
23233
|
-
divider: boolean;
|
|
23234
|
-
closeButton: boolean;
|
|
23235
|
-
}>;
|
|
21793
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23236
21794
|
__isFragment?: never;
|
|
23237
21795
|
__isTeleport?: never;
|
|
23238
21796
|
__isSuspense?: never;
|
|
23239
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
21797
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsTriggerProps & {
|
|
23240
21798
|
class?: import('vue').HTMLAttributes["class"];
|
|
23241
|
-
|
|
23242
|
-
type?: "default" | "success" | "warning" | "attention";
|
|
23243
|
-
closeButton?: boolean;
|
|
23244
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
23245
|
-
type: "default" | "success" | "warning" | "attention";
|
|
23246
|
-
divider: boolean;
|
|
23247
|
-
closeButton: boolean;
|
|
23248
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
21799
|
+
}> & 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 () => {
|
|
23249
21800
|
$slots: {
|
|
23250
21801
|
default?(_: {}): any;
|
|
23251
21802
|
};
|
|
23252
21803
|
});
|
|
23253
|
-
export declare const
|
|
23254
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
21804
|
+
export declare const UnnnicTabsContent: {
|
|
21805
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsContentProps & {
|
|
23255
21806
|
class?: import('vue').HTMLAttributes["class"];
|
|
23256
21807
|
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23257
21808
|
P: {};
|
|
@@ -23260,58 +21811,24 @@ export declare const UnnnicDialogTitle: {
|
|
|
23260
21811
|
C: {};
|
|
23261
21812
|
M: {};
|
|
23262
21813
|
Defaults: {};
|
|
23263
|
-
}, Readonly<import('reka-ui').
|
|
21814
|
+
}, Readonly<import('reka-ui').TabsContentProps & {
|
|
23264
21815
|
class?: import('vue').HTMLAttributes["class"];
|
|
23265
21816
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23266
21817
|
__isFragment?: never;
|
|
23267
21818
|
__isTeleport?: never;
|
|
23268
21819
|
__isSuspense?: never;
|
|
23269
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
21820
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsContentProps & {
|
|
23270
21821
|
class?: import('vue').HTMLAttributes["class"];
|
|
23271
21822
|
}> & 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 () => {
|
|
23272
21823
|
$slots: {
|
|
23273
21824
|
default?(_: {}): any;
|
|
23274
21825
|
};
|
|
23275
21826
|
});
|
|
23276
|
-
export declare const
|
|
23277
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').
|
|
23278
|
-
|
|
23279
|
-
B: {};
|
|
23280
|
-
D: {};
|
|
23281
|
-
C: {};
|
|
23282
|
-
M: {};
|
|
23283
|
-
Defaults: {};
|
|
23284
|
-
}, Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23285
|
-
__isFragment?: never;
|
|
23286
|
-
__isTeleport?: never;
|
|
23287
|
-
__isSuspense?: never;
|
|
23288
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTriggerProps> & 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 () => {
|
|
23289
|
-
$slots: {
|
|
23290
|
-
default?(_: {}): any;
|
|
23291
|
-
};
|
|
23292
|
-
});
|
|
23293
|
-
export declare const UnnnicDialogClose: {
|
|
23294
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23295
|
-
P: {};
|
|
23296
|
-
B: {};
|
|
23297
|
-
D: {};
|
|
23298
|
-
C: {};
|
|
23299
|
-
M: {};
|
|
23300
|
-
Defaults: {};
|
|
23301
|
-
}, Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23302
|
-
__isFragment?: never;
|
|
23303
|
-
__isTeleport?: never;
|
|
23304
|
-
__isSuspense?: never;
|
|
23305
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogCloseProps> & 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 () => {
|
|
23306
|
-
$slots: {
|
|
23307
|
-
default?(_: {}): any;
|
|
23308
|
-
};
|
|
23309
|
-
});
|
|
23310
|
-
export declare const UnnnicTabs: {
|
|
23311
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
|
|
23312
|
-
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
21827
|
+
export declare const UnnnicPopover: {
|
|
21828
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
21829
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23313
21830
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23314
|
-
"update:
|
|
21831
|
+
"update:open": (value: boolean) => any;
|
|
23315
21832
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23316
21833
|
P: {};
|
|
23317
21834
|
B: {};
|
|
@@ -23319,127 +21836,82 @@ export declare const UnnnicTabs: {
|
|
|
23319
21836
|
C: {};
|
|
23320
21837
|
M: {};
|
|
23321
21838
|
Defaults: {};
|
|
23322
|
-
}, Readonly<import('reka-ui').
|
|
23323
|
-
"onUpdate:
|
|
21839
|
+
}, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
21840
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23324
21841
|
}>, {}, {}, {}, {}, {}>;
|
|
23325
21842
|
__isFragment?: never;
|
|
23326
21843
|
__isTeleport?: never;
|
|
23327
21844
|
__isSuspense?: never;
|
|
23328
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
23329
|
-
"onUpdate:
|
|
21845
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
|
|
21846
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23330
21847
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23331
|
-
"update:
|
|
21848
|
+
"update:open": (value: boolean) => any;
|
|
23332
21849
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
23333
21850
|
$slots: {
|
|
23334
21851
|
default?(_: {}): any;
|
|
23335
21852
|
};
|
|
23336
21853
|
});
|
|
23337
|
-
export declare const
|
|
23338
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsListProps & {
|
|
23339
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23340
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23341
|
-
P: {};
|
|
23342
|
-
B: {};
|
|
23343
|
-
D: {};
|
|
23344
|
-
C: {};
|
|
23345
|
-
M: {};
|
|
23346
|
-
Defaults: {};
|
|
23347
|
-
}, Readonly<import('reka-ui').TabsListProps & {
|
|
23348
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23349
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23350
|
-
__isFragment?: never;
|
|
23351
|
-
__isTeleport?: never;
|
|
23352
|
-
__isSuspense?: never;
|
|
23353
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
|
|
21854
|
+
export declare const UnnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
|
|
23354
21855
|
class?: import('vue').HTMLAttributes["class"];
|
|
23355
|
-
|
|
23356
|
-
|
|
23357
|
-
|
|
23358
|
-
|
|
23359
|
-
|
|
23360
|
-
|
|
23361
|
-
|
|
23362
|
-
|
|
23363
|
-
|
|
23364
|
-
P: {};
|
|
23365
|
-
B: {};
|
|
23366
|
-
D: {};
|
|
23367
|
-
C: {};
|
|
23368
|
-
M: {};
|
|
23369
|
-
Defaults: {};
|
|
23370
|
-
}, Readonly<import('reka-ui').TabsTriggerProps & {
|
|
23371
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23372
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23373
|
-
__isFragment?: never;
|
|
23374
|
-
__isTeleport?: never;
|
|
23375
|
-
__isSuspense?: never;
|
|
23376
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsTriggerProps & {
|
|
21856
|
+
size?: "small" | "medium" | "large";
|
|
21857
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21858
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
21859
|
+
pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
|
|
21860
|
+
focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
|
|
21861
|
+
interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
|
|
21862
|
+
openAutoFocus: (event: Event) => any;
|
|
21863
|
+
closeAutoFocus: (event: Event) => any;
|
|
21864
|
+
}, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
|
|
23377
21865
|
class?: import('vue').HTMLAttributes["class"];
|
|
23378
|
-
|
|
23379
|
-
|
|
23380
|
-
|
|
23381
|
-
|
|
23382
|
-
|
|
23383
|
-
|
|
23384
|
-
|
|
23385
|
-
|
|
23386
|
-
|
|
21866
|
+
size?: "small" | "medium" | "large";
|
|
21867
|
+
}> & Readonly<{
|
|
21868
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
21869
|
+
onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
|
|
21870
|
+
onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
21871
|
+
onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
|
|
21872
|
+
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
21873
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
21874
|
+
}>, {
|
|
21875
|
+
size: "small" | "medium" | "large";
|
|
21876
|
+
class: import('vue').HTMLAttributes["class"];
|
|
21877
|
+
sideOffset: number;
|
|
21878
|
+
align: "start" | "end" | "center";
|
|
21879
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21880
|
+
export declare const UnnnicPopoverTrigger: {
|
|
21881
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
23387
21882
|
P: {};
|
|
23388
21883
|
B: {};
|
|
23389
21884
|
D: {};
|
|
23390
21885
|
C: {};
|
|
23391
21886
|
M: {};
|
|
23392
21887
|
Defaults: {};
|
|
23393
|
-
}, Readonly<import('reka-ui').
|
|
23394
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23395
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
21888
|
+
}, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23396
21889
|
__isFragment?: never;
|
|
23397
21890
|
__isTeleport?: never;
|
|
23398
21891
|
__isSuspense?: never;
|
|
23399
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').
|
|
23400
|
-
class?: import('vue').HTMLAttributes["class"];
|
|
23401
|
-
}> & 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 () => {
|
|
21892
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & 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 () => {
|
|
23402
21893
|
$slots: {
|
|
23403
21894
|
default?(_: {}): any;
|
|
23404
21895
|
};
|
|
23405
21896
|
});
|
|
23406
|
-
export declare const
|
|
23407
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
23408
|
-
onBack?: (() => any) | undefined;
|
|
23409
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
23410
|
-
back: () => any;
|
|
23411
|
-
}, import('vue').PublicProps, {
|
|
23412
|
-
description: string;
|
|
23413
|
-
hasBackButton: boolean;
|
|
23414
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
21897
|
+
export declare const UnnnicPopoverFooter: {
|
|
21898
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
23415
21899
|
P: {};
|
|
23416
21900
|
B: {};
|
|
23417
21901
|
D: {};
|
|
23418
21902
|
C: {};
|
|
23419
21903
|
M: {};
|
|
23420
21904
|
Defaults: {};
|
|
23421
|
-
}, Readonly<
|
|
23422
|
-
onBack?: (() => any) | undefined;
|
|
23423
|
-
}>, {}, {}, {}, {}, {
|
|
23424
|
-
description: string;
|
|
23425
|
-
hasBackButton: boolean;
|
|
23426
|
-
}>;
|
|
21905
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
23427
21906
|
__isFragment?: never;
|
|
23428
21907
|
__isTeleport?: never;
|
|
23429
21908
|
__isSuspense?: never;
|
|
23430
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
23431
|
-
onBack?: (() => any) | undefined;
|
|
23432
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
23433
|
-
back: () => any;
|
|
23434
|
-
}, string, {
|
|
23435
|
-
description: string;
|
|
23436
|
-
hasBackButton: boolean;
|
|
23437
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
21909
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
23438
21910
|
$slots: {
|
|
23439
|
-
|
|
23440
|
-
actions?(_: {}): any;
|
|
23441
|
-
tabs?(_: {}): any;
|
|
21911
|
+
default?(_: {}): any;
|
|
23442
21912
|
};
|
|
23443
21913
|
});
|
|
21914
|
+
export declare const UnnnicTemplatePreview: VueComponent;
|
|
21915
|
+
export declare const UnnnicTemplatePreviewModal: VueComponent;
|
|
23444
21916
|
export {};
|
|
23445
21917
|
//# sourceMappingURL=index.d.ts.map
|