@weni/unnnic-system 3.9.1-alpha.0 → 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.
Files changed (94) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  3. package/dist/components/DateFilter/DateFilter.vue.d.ts +3 -82
  4. package/dist/components/Input/BaseInput.vue.d.ts +0 -22
  5. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  6. package/dist/components/Input/Input.vue.d.ts +3 -82
  7. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  8. package/dist/components/Input/TextInput.vue.d.ts +2 -53
  9. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  10. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +4 -83
  11. package/dist/components/InputNext/InputNext.vue.d.ts +1 -1
  12. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +29 -194
  13. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  14. package/dist/components/ModalNext/ModalNext.vue.d.ts +3 -82
  15. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -53
  16. package/dist/components/SelectTime/index.vue.d.ts +2 -53
  17. package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
  18. package/dist/components/index.d.ts +236 -1728
  19. package/dist/components/index.d.ts.map +1 -1
  20. package/dist/{es-ed9b7d22.mjs → es-d456f02a.mjs} +1 -1
  21. package/dist/{index-bbfce723.mjs → index-120e037a.mjs} +11411 -12212
  22. package/dist/locales/en.json.d.ts +1 -2
  23. package/dist/locales/es.json.d.ts +1 -2
  24. package/dist/locales/pt_br.json.d.ts +1 -2
  25. package/dist/{pt-br-8c45d7e7.mjs → pt-br-b627c074.mjs} +1 -1
  26. package/dist/style.css +1 -1
  27. package/dist/unnnic.mjs +179 -195
  28. package/dist/unnnic.umd.js +34 -41
  29. package/package.json +1 -1
  30. package/src/assets/scss/tailwind.scss +0 -8
  31. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
  32. package/src/components/Button/Button.vue +0 -1
  33. package/src/components/Input/BaseInput.vue +2 -21
  34. package/src/components/Input/Input.scss +3 -3
  35. package/src/components/Input/Input.vue +1 -19
  36. package/src/components/Input/TextInput.vue +21 -62
  37. package/src/components/ModalDialog/ModalDialog.vue +146 -60
  38. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  39. package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +1 -0
  40. package/src/components/Tag/DefaultTag.vue +0 -5
  41. package/src/components/index.ts +23 -55
  42. package/src/locales/en.json +1 -2
  43. package/src/locales/es.json +1 -2
  44. package/src/locales/pt_br.json +1 -2
  45. package/src/stories/ModalDialog.mdx +0 -3
  46. package/src/stories/ModalDialog.stories.js +1 -1
  47. package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
  48. package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
  49. package/dist/components/PageHeader/index.d.ts +0 -3
  50. package/dist/components/PageHeader/index.d.ts.map +0 -1
  51. package/dist/components/PageHeader/types.d.ts +0 -9
  52. package/dist/components/PageHeader/types.d.ts.map +0 -1
  53. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
  54. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
  55. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -19
  56. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
  57. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -40
  58. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
  59. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
  60. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
  61. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
  62. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
  63. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
  64. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
  65. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
  66. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
  67. package/dist/components/ui/dialog/index.d.ts +0 -8
  68. package/dist/components/ui/dialog/index.d.ts.map +0 -1
  69. package/src/components/Alert/SIMPLE_MIGRATION_GUIDE.md +0 -152
  70. package/src/components/PageHeader/PageHeader.vue +0 -154
  71. package/src/components/PageHeader/index.ts +0 -2
  72. package/src/components/PageHeader/types.ts +0 -10
  73. package/src/components/Popover/__tests__/Popover.spec.js +0 -147
  74. package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
  75. package/src/components/Popover/index.vue +0 -146
  76. package/src/components/Select/SelectOption.vue +0 -65
  77. package/src/components/Select/__tests__/Select.spec.js +0 -412
  78. package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
  79. package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
  80. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
  81. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
  82. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
  83. package/src/components/Select/index.vue +0 -245
  84. package/src/components/ui/dialog/Dialog.vue +0 -15
  85. package/src/components/ui/dialog/DialogClose.vue +0 -25
  86. package/src/components/ui/dialog/DialogContent.vue +0 -114
  87. package/src/components/ui/dialog/DialogFooter.vue +0 -46
  88. package/src/components/ui/dialog/DialogHeader.vue +0 -79
  89. package/src/components/ui/dialog/DialogTitle.vue +0 -34
  90. package/src/components/ui/dialog/DialogTrigger.vue +0 -12
  91. package/src/components/ui/dialog/index.ts +0 -7
  92. package/src/stories/Dialog.stories.js +0 -832
  93. package/src/stories/PageHeader.stories.js +0 -330
  94. 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, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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" | "color-gray-700";
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, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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" | "color-gray-700";
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, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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,199 +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
- class?: import('vue').HTMLAttributes["class"];
4203
- size?: "small" | "medium" | "large";
4204
- }> & Readonly<{
4205
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
4206
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
4207
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
4208
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
4209
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
4210
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
4211
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4212
- escapeKeyDown: (event: KeyboardEvent) => any;
4213
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
4214
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
4215
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
4216
- openAutoFocus: (event: Event) => any;
4217
- closeAutoFocus: (event: Event) => any;
4218
- }, import('vue').PublicProps, {
4219
- size: "small" | "medium" | "large";
4220
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4221
- P: {};
4222
- B: {};
4223
- D: {};
4224
- C: {};
4225
- M: {};
4226
- Defaults: {};
4227
- }, Readonly<import('reka-ui').DialogContentProps & {
4228
- class?: import('vue').HTMLAttributes["class"];
4229
- size?: "small" | "medium" | "large";
4230
- }> & Readonly<{
4231
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
4232
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
4233
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
4234
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
4235
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
4236
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
4237
- }>, {}, {}, {}, {}, {
4238
- size: "small" | "medium" | "large";
4239
- }>;
4240
- __isFragment?: never;
4241
- __isTeleport?: never;
4242
- __isSuspense?: never;
4243
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
4244
- class?: import('vue').HTMLAttributes["class"];
4245
- size?: "small" | "medium" | "large";
4246
- }> & Readonly<{
4247
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
4248
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
4249
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
4250
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
4251
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
4252
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
4253
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4254
- escapeKeyDown: (event: KeyboardEvent) => any;
4255
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
4256
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
4257
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
4258
- openAutoFocus: (event: Event) => any;
4259
- closeAutoFocus: (event: Event) => any;
4260
- }, string, {
4261
- size: "small" | "medium" | "large";
4262
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4263
- $slots: {
4264
- default?(_: {}): any;
4265
- };
4266
- });
4267
- UnnnicDialogHeader: {
4268
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4269
- class?: import('vue').HTMLAttributes["class"];
4270
- divider?: boolean;
4271
- type?: "default" | "success" | "warning" | "attention";
4272
- closeButton?: boolean;
4273
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
4274
- type: "default" | "success" | "warning" | "attention";
4275
- divider: boolean;
4276
- closeButton: boolean;
4277
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
4278
- P: {};
4279
- B: {};
4280
- D: {};
4281
- C: {};
4282
- M: {};
4283
- Defaults: {};
4284
- }, Readonly<{
4285
- class?: import('vue').HTMLAttributes["class"];
4286
- divider?: boolean;
4287
- type?: "default" | "success" | "warning" | "attention";
4288
- closeButton?: boolean;
4289
- }> & Readonly<{}>, {}, {}, {}, {}, {
4290
- type: "default" | "success" | "warning" | "attention";
4291
- divider: boolean;
4292
- closeButton: boolean;
4293
- }>;
4294
- __isFragment?: never;
4295
- __isTeleport?: never;
4296
- __isSuspense?: never;
4297
- } & import('vue').ComponentOptionsBase<Readonly<{
4298
- class?: import('vue').HTMLAttributes["class"];
4299
- divider?: boolean;
4300
- type?: "default" | "success" | "warning" | "attention";
4301
- closeButton?: boolean;
4302
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
4303
- type: "default" | "success" | "warning" | "attention";
4304
- divider: boolean;
4305
- closeButton: boolean;
4306
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4307
- $slots: {
4308
- default?(_: {}): any;
4309
- };
4310
- });
4311
- UnnnicDialogTitle: {
4312
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
4313
- class?: import('vue').HTMLAttributes["class"];
4314
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4315
- P: {};
4316
- B: {};
4317
- D: {};
4318
- C: {};
4319
- M: {};
4320
- Defaults: {};
4321
- }, Readonly<import('reka-ui').DialogTitleProps & {
4322
- class?: import('vue').HTMLAttributes["class"];
4323
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
4324
- __isFragment?: never;
4325
- __isTeleport?: never;
4326
- __isSuspense?: never;
4327
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
4328
- class?: import('vue').HTMLAttributes["class"];
4329
- }> & 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 () => {
4330
- $slots: {
4331
- default?(_: {}): any;
4332
- };
4333
- });
4334
- UnnnicDialogFooter: {
4335
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4336
- class?: import('vue').HTMLAttributes["class"];
4337
- divider?: boolean;
4338
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
4339
- divider: boolean;
4340
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
4341
- P: {};
4342
- B: {};
4343
- D: {};
4344
- C: {};
4345
- M: {};
4346
- Defaults: {};
4347
- }, Readonly<{
4348
- class?: import('vue').HTMLAttributes["class"];
4349
- divider?: boolean;
4350
- }> & Readonly<{}>, {}, {}, {}, {}, {
4351
- divider: boolean;
4352
- }>;
4353
- __isFragment?: never;
4354
- __isTeleport?: never;
4355
- __isSuspense?: never;
4356
- } & import('vue').ComponentOptionsBase<Readonly<{
4357
- class?: import('vue').HTMLAttributes["class"];
4358
- divider?: boolean;
4359
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
4360
- divider: boolean;
4361
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4362
- $slots: {
4363
- default?(_: {}): any;
4364
- };
4365
- });
4366
4043
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4367
4044
  export declare const unnnicModalNext: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4368
4045
  type: {
@@ -4517,25 +4194,13 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4517
4194
  type: BooleanConstructor;
4518
4195
  default: boolean;
4519
4196
  };
4520
- readonly: {
4521
- type: BooleanConstructor;
4522
- default: boolean;
4523
- };
4524
- forceActiveStatus: {
4525
- type: BooleanConstructor;
4526
- default: boolean;
4527
- };
4528
- showClear: {
4529
- type: BooleanConstructor;
4530
- default: boolean;
4531
- };
4532
4197
  }>, {}, {
4533
4198
  val: string;
4534
4199
  }, {
4535
4200
  computedError(): string | boolean;
4536
4201
  }, {
4537
4202
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
4538
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4203
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4539
4204
  placeholder: {
4540
4205
  type: StringConstructor;
4541
4206
  default: string;
@@ -4613,21 +4278,8 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4613
4278
  type: BooleanConstructor;
4614
4279
  default: boolean;
4615
4280
  };
4616
- readonly: {
4617
- type: BooleanConstructor;
4618
- default: boolean;
4619
- };
4620
- forceActiveStatus: {
4621
- type: BooleanConstructor;
4622
- default: boolean;
4623
- };
4624
- showClear: {
4625
- type: BooleanConstructor;
4626
- default: boolean;
4627
- };
4628
4281
  }>> & Readonly<{
4629
4282
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4630
- onClear?: ((...args: any[]) => any) | undefined;
4631
4283
  }>, {
4632
4284
  type: string;
4633
4285
  size: string;
@@ -4640,14 +4292,11 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4640
4292
  modelValue: string;
4641
4293
  nativeType: string;
4642
4294
  maxlength: number | null;
4643
- readonly: boolean;
4644
- forceActiveStatus: boolean;
4645
4295
  iconLeft: string;
4646
4296
  iconRight: string;
4647
4297
  iconLeftClickable: boolean;
4648
4298
  iconRightClickable: boolean;
4649
4299
  allowTogglePassword: boolean;
4650
- showClear: boolean;
4651
4300
  errors: string | unknown[];
4652
4301
  hasCloudyColor: boolean;
4653
4302
  showMaxlengthCounter: boolean;
@@ -4702,34 +4351,21 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4702
4351
  type: BooleanConstructor;
4703
4352
  default: boolean;
4704
4353
  };
4705
- readonly: {
4706
- type: BooleanConstructor;
4707
- default: boolean;
4708
- };
4709
- forceActiveStatus: {
4710
- type: BooleanConstructor;
4711
- default: boolean;
4712
- };
4713
- showClear: {
4714
- type: BooleanConstructor;
4715
- default: boolean;
4716
- };
4717
4354
  }>, {}, {
4718
4355
  isFocused: boolean;
4719
4356
  showPassword: boolean;
4720
4357
  }, {
4721
4358
  isDisabled(): {};
4722
4359
  iconRightSvg(): string;
4723
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
4360
+ iconScheme(): "fg-base" | "fg-muted";
4724
4361
  attributes(): any;
4725
4362
  }, {
4726
4363
  focus(): void;
4727
4364
  onFocus(): void;
4728
4365
  onBlur(): void;
4729
4366
  onIconLeftClick(): void;
4730
- onClearClick(): void;
4731
4367
  onIconRightClick(): void;
4732
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
4733
4369
  placeholder: {
4734
4370
  type: StringConstructor;
4735
4371
  default: null;
@@ -4779,20 +4415,7 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4779
4415
  type: BooleanConstructor;
4780
4416
  default: boolean;
4781
4417
  };
4782
- readonly: {
4783
- type: BooleanConstructor;
4784
- default: boolean;
4785
- };
4786
- forceActiveStatus: {
4787
- type: BooleanConstructor;
4788
- default: boolean;
4789
- };
4790
- showClear: {
4791
- type: BooleanConstructor;
4792
- default: boolean;
4793
- };
4794
4418
  }>> & Readonly<{
4795
- onClear?: ((...args: any[]) => any) | undefined;
4796
4419
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
4797
4420
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
4798
4421
  }>, {
@@ -4803,14 +4426,11 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4803
4426
  modelValue: string;
4804
4427
  nativeType: string;
4805
4428
  maxlength: number;
4806
- readonly: boolean;
4807
- forceActiveStatus: boolean;
4808
4429
  iconLeft: string;
4809
4430
  iconRight: string;
4810
4431
  iconLeftClickable: boolean;
4811
4432
  iconRightClickable: boolean;
4812
4433
  allowTogglePassword: boolean;
4813
- showClear: boolean;
4814
4434
  }, {}, {
4815
4435
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4816
4436
  type: {
@@ -4836,25 +4456,15 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4836
4456
  };
4837
4457
  hasIconLeft: BooleanConstructor;
4838
4458
  hasIconRight: BooleanConstructor;
4839
- hasClearIcon: BooleanConstructor;
4840
4459
  maxlength: {
4841
4460
  type: NumberConstructor;
4842
4461
  default: null;
4843
4462
  };
4844
- readonly: {
4845
- type: BooleanConstructor;
4846
- default: boolean;
4847
- };
4848
- forceActiveStatus: {
4849
- type: BooleanConstructor;
4850
- default: boolean;
4851
- };
4852
4463
  }>, {}, {}, {
4853
4464
  attributes(): any;
4854
4465
  classes(): (string | {
4855
4466
  'input--has-icon-left': boolean;
4856
4467
  'input--has-icon-right': boolean;
4857
- 'input--has-clear-icon': boolean;
4858
4468
  })[];
4859
4469
  }, {
4860
4470
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -4882,19 +4492,10 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4882
4492
  };
4883
4493
  hasIconLeft: BooleanConstructor;
4884
4494
  hasIconRight: BooleanConstructor;
4885
- hasClearIcon: BooleanConstructor;
4886
4495
  maxlength: {
4887
4496
  type: NumberConstructor;
4888
4497
  default: null;
4889
4498
  };
4890
- readonly: {
4891
- type: BooleanConstructor;
4892
- default: boolean;
4893
- };
4894
- forceActiveStatus: {
4895
- type: BooleanConstructor;
4896
- default: boolean;
4897
- };
4898
4499
  }>> & Readonly<{
4899
4500
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4900
4501
  }>, {
@@ -4903,12 +4504,9 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4903
4504
  mask: string | unknown[];
4904
4505
  hasIconLeft: boolean;
4905
4506
  hasIconRight: boolean;
4906
- hasClearIcon: boolean;
4907
4507
  modelValue: string;
4908
4508
  nativeType: string;
4909
4509
  maxlength: number;
4910
- readonly: boolean;
4911
- forceActiveStatus: boolean;
4912
4510
  }, {}, {}, {
4913
4511
  mask: any;
4914
4512
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -8022,25 +7620,13 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8022
7620
  type: BooleanConstructor;
8023
7621
  default: boolean;
8024
7622
  };
8025
- readonly: {
8026
- type: BooleanConstructor;
8027
- default: boolean;
8028
- };
8029
- forceActiveStatus: {
8030
- type: BooleanConstructor;
8031
- default: boolean;
8032
- };
8033
- showClear: {
8034
- type: BooleanConstructor;
8035
- default: boolean;
8036
- };
8037
7623
  }>, {}, {
8038
7624
  val: string;
8039
7625
  }, {
8040
7626
  computedError(): string | boolean;
8041
7627
  }, {
8042
7628
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
8043
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7629
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8044
7630
  placeholder: {
8045
7631
  type: StringConstructor;
8046
7632
  default: string;
@@ -8118,21 +7704,8 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8118
7704
  type: BooleanConstructor;
8119
7705
  default: boolean;
8120
7706
  };
8121
- readonly: {
8122
- type: BooleanConstructor;
8123
- default: boolean;
8124
- };
8125
- forceActiveStatus: {
8126
- type: BooleanConstructor;
8127
- default: boolean;
8128
- };
8129
- showClear: {
8130
- type: BooleanConstructor;
8131
- default: boolean;
8132
- };
8133
7707
  }>> & Readonly<{
8134
7708
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8135
- onClear?: ((...args: any[]) => any) | undefined;
8136
7709
  }>, {
8137
7710
  type: string;
8138
7711
  size: string;
@@ -8145,14 +7718,11 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8145
7718
  modelValue: string;
8146
7719
  nativeType: string;
8147
7720
  maxlength: number | null;
8148
- readonly: boolean;
8149
- forceActiveStatus: boolean;
8150
7721
  iconLeft: string;
8151
7722
  iconRight: string;
8152
7723
  iconLeftClickable: boolean;
8153
7724
  iconRightClickable: boolean;
8154
7725
  allowTogglePassword: boolean;
8155
- showClear: boolean;
8156
7726
  errors: string | unknown[];
8157
7727
  hasCloudyColor: boolean;
8158
7728
  showMaxlengthCounter: boolean;
@@ -8207,34 +7777,21 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8207
7777
  type: BooleanConstructor;
8208
7778
  default: boolean;
8209
7779
  };
8210
- readonly: {
8211
- type: BooleanConstructor;
8212
- default: boolean;
8213
- };
8214
- forceActiveStatus: {
8215
- type: BooleanConstructor;
8216
- default: boolean;
8217
- };
8218
- showClear: {
8219
- type: BooleanConstructor;
8220
- default: boolean;
8221
- };
8222
7780
  }>, {}, {
8223
7781
  isFocused: boolean;
8224
7782
  showPassword: boolean;
8225
7783
  }, {
8226
7784
  isDisabled(): {};
8227
7785
  iconRightSvg(): string;
8228
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
7786
+ iconScheme(): "fg-base" | "fg-muted";
8229
7787
  attributes(): any;
8230
7788
  }, {
8231
7789
  focus(): void;
8232
7790
  onFocus(): void;
8233
7791
  onBlur(): void;
8234
7792
  onIconLeftClick(): void;
8235
- onClearClick(): void;
8236
7793
  onIconRightClick(): void;
8237
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
8238
7795
  placeholder: {
8239
7796
  type: StringConstructor;
8240
7797
  default: null;
@@ -8284,20 +7841,7 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8284
7841
  type: BooleanConstructor;
8285
7842
  default: boolean;
8286
7843
  };
8287
- readonly: {
8288
- type: BooleanConstructor;
8289
- default: boolean;
8290
- };
8291
- forceActiveStatus: {
8292
- type: BooleanConstructor;
8293
- default: boolean;
8294
- };
8295
- showClear: {
8296
- type: BooleanConstructor;
8297
- default: boolean;
8298
- };
8299
7844
  }>> & Readonly<{
8300
- onClear?: ((...args: any[]) => any) | undefined;
8301
7845
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
8302
7846
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
8303
7847
  }>, {
@@ -8308,14 +7852,11 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8308
7852
  modelValue: string;
8309
7853
  nativeType: string;
8310
7854
  maxlength: number;
8311
- readonly: boolean;
8312
- forceActiveStatus: boolean;
8313
7855
  iconLeft: string;
8314
7856
  iconRight: string;
8315
7857
  iconLeftClickable: boolean;
8316
7858
  iconRightClickable: boolean;
8317
7859
  allowTogglePassword: boolean;
8318
- showClear: boolean;
8319
7860
  }, {}, {
8320
7861
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8321
7862
  type: {
@@ -8341,25 +7882,15 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8341
7882
  };
8342
7883
  hasIconLeft: BooleanConstructor;
8343
7884
  hasIconRight: BooleanConstructor;
8344
- hasClearIcon: BooleanConstructor;
8345
7885
  maxlength: {
8346
7886
  type: NumberConstructor;
8347
7887
  default: null;
8348
7888
  };
8349
- readonly: {
8350
- type: BooleanConstructor;
8351
- default: boolean;
8352
- };
8353
- forceActiveStatus: {
8354
- type: BooleanConstructor;
8355
- default: boolean;
8356
- };
8357
7889
  }>, {}, {}, {
8358
7890
  attributes(): any;
8359
7891
  classes(): (string | {
8360
7892
  'input--has-icon-left': boolean;
8361
7893
  'input--has-icon-right': boolean;
8362
- 'input--has-clear-icon': boolean;
8363
7894
  })[];
8364
7895
  }, {
8365
7896
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -8387,19 +7918,10 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8387
7918
  };
8388
7919
  hasIconLeft: BooleanConstructor;
8389
7920
  hasIconRight: BooleanConstructor;
8390
- hasClearIcon: BooleanConstructor;
8391
7921
  maxlength: {
8392
7922
  type: NumberConstructor;
8393
7923
  default: null;
8394
7924
  };
8395
- readonly: {
8396
- type: BooleanConstructor;
8397
- default: boolean;
8398
- };
8399
- forceActiveStatus: {
8400
- type: BooleanConstructor;
8401
- default: boolean;
8402
- };
8403
7925
  }>> & Readonly<{
8404
7926
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8405
7927
  }>, {
@@ -8408,12 +7930,9 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8408
7930
  mask: string | unknown[];
8409
7931
  hasIconLeft: boolean;
8410
7932
  hasIconRight: boolean;
8411
- hasClearIcon: boolean;
8412
7933
  modelValue: string;
8413
7934
  nativeType: string;
8414
7935
  maxlength: number;
8415
- readonly: boolean;
8416
- forceActiveStatus: boolean;
8417
7936
  }, {}, {}, {
8418
7937
  mask: any;
8419
7938
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -11272,10 +10791,8 @@ export declare const unnnicNavigator: import('vue').DefineComponent<import('vue'
11272
10791
  required: true;
11273
10792
  };
11274
10793
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11275
- export declare const unnnicSelectTime: VueComponent;
11276
- export declare const unnnicTemplatePreview: VueComponent;
11277
- export declare const unnnicTemplatePreviewModal: VueComponent;
11278
10794
  export declare const unnnicDataTable: VueComponent;
10795
+ export declare const unnnicSelectTime: VueComponent;
11279
10796
  export declare const unnnicChip: import('vue').DefineComponent<import('./Chip/types').ChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11280
10797
  click: (event: Event) => any;
11281
10798
  }, string, import('vue').PublicProps, Readonly<import('./Chip/types').ChipProps> & Readonly<{
@@ -11295,98 +10812,11 @@ export declare const unnnicToast: import('vue').DefineComponent<import('./Toast/
11295
10812
  timeout: number;
11296
10813
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11297
10814
  export declare const unnnicToastManager: import('./Toast/types').ToastCall;
11298
- export declare const unnnicPopover: {
11299
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
11300
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
11301
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11302
- "update:open": (value: boolean) => any;
11303
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11304
- P: {};
11305
- B: {};
11306
- D: {};
11307
- C: {};
11308
- M: {};
11309
- Defaults: {};
11310
- }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
11311
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
11312
- }>, {}, {}, {}, {}, {}>;
11313
- __isFragment?: never;
11314
- __isTeleport?: never;
11315
- __isSuspense?: never;
11316
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
11317
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
11318
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11319
- "update:open": (value: boolean) => any;
11320
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11321
- $slots: {
11322
- default?(_: {}): any;
11323
- };
11324
- });
11325
- export declare const unnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
11326
- class?: import('vue').HTMLAttributes["class"];
11327
- size?: "small" | "medium" | "large";
11328
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11329
- escapeKeyDown: (event: KeyboardEvent) => any;
11330
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
11331
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
11332
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
11333
- openAutoFocus: (event: Event) => any;
11334
- closeAutoFocus: (event: Event) => any;
11335
- }, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
11336
- class?: import('vue').HTMLAttributes["class"];
11337
- size?: "small" | "medium" | "large";
11338
- }> & Readonly<{
11339
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11340
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
11341
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
11342
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
11343
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
11344
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
11345
- }>, {
11346
- size: "small" | "medium" | "large";
11347
- class: import('vue').HTMLAttributes["class"];
11348
- sideOffset: number;
11349
- align: "start" | "end" | "center";
11350
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11351
- export declare const unnnicPopoverTrigger: {
11352
- 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, {
11353
- P: {};
11354
- B: {};
11355
- D: {};
11356
- C: {};
11357
- M: {};
11358
- Defaults: {};
11359
- }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
11360
- __isFragment?: never;
11361
- __isTeleport?: never;
11362
- __isSuspense?: never;
11363
- } & 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 () => {
11364
- $slots: {
11365
- default?(_: {}): any;
11366
- };
11367
- });
11368
- export declare const unnnicPopoverFooter: {
11369
- 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, {
11370
- P: {};
11371
- B: {};
11372
- D: {};
11373
- C: {};
11374
- M: {};
11375
- Defaults: {};
11376
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
11377
- __isFragment?: never;
11378
- __isTeleport?: never;
11379
- __isSuspense?: never;
11380
- } & 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 () => {
11381
- $slots: {
11382
- default?(_: {}): any;
11383
- };
11384
- });
11385
- export declare const unnnicDialog: {
11386
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
11387
- "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;
11388
10818
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11389
- "update:open": (value: boolean) => any;
10819
+ "update:modelValue": (payload: string | number) => any;
11390
10820
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11391
10821
  P: {};
11392
10822
  B: {};
@@ -11394,166 +10824,69 @@ export declare const unnnicDialog: {
11394
10824
  C: {};
11395
10825
  M: {};
11396
10826
  Defaults: {};
11397
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
11398
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
10827
+ }, Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
10828
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
11399
10829
  }>, {}, {}, {}, {}, {}>;
11400
10830
  __isFragment?: never;
11401
10831
  __isTeleport?: never;
11402
10832
  __isSuspense?: never;
11403
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
11404
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
10833
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
10834
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
11405
10835
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11406
- "update:open": (value: boolean) => any;
10836
+ "update:modelValue": (payload: string | number) => any;
11407
10837
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11408
10838
  $slots: {
11409
10839
  default?(_: {}): any;
11410
10840
  };
11411
10841
  });
11412
- export declare const unnnicDialogContent: {
11413
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
11414
- class?: import('vue').HTMLAttributes["class"];
11415
- size?: "small" | "medium" | "large";
11416
- }> & Readonly<{
11417
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11418
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
11419
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
11420
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
11421
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
11422
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
11423
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11424
- escapeKeyDown: (event: KeyboardEvent) => any;
11425
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
11426
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
11427
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
11428
- openAutoFocus: (event: Event) => any;
11429
- closeAutoFocus: (event: Event) => any;
11430
- }, import('vue').PublicProps, {
11431
- size: "small" | "medium" | "large";
11432
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11433
- P: {};
11434
- B: {};
11435
- D: {};
11436
- C: {};
11437
- M: {};
11438
- Defaults: {};
11439
- }, Readonly<import('reka-ui').DialogContentProps & {
11440
- class?: import('vue').HTMLAttributes["class"];
11441
- size?: "small" | "medium" | "large";
11442
- }> & Readonly<{
11443
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11444
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
11445
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
11446
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
11447
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
11448
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
11449
- }>, {}, {}, {}, {}, {
11450
- size: "small" | "medium" | "large";
11451
- }>;
11452
- __isFragment?: never;
11453
- __isTeleport?: never;
11454
- __isSuspense?: never;
11455
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
11456
- class?: import('vue').HTMLAttributes["class"];
11457
- size?: "small" | "medium" | "large";
11458
- }> & Readonly<{
11459
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11460
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
11461
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
11462
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
11463
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
11464
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
11465
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11466
- escapeKeyDown: (event: KeyboardEvent) => any;
11467
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
11468
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
11469
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
11470
- openAutoFocus: (event: Event) => any;
11471
- closeAutoFocus: (event: Event) => any;
11472
- }, string, {
11473
- size: "small" | "medium" | "large";
11474
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11475
- $slots: {
11476
- default?(_: {}): any;
11477
- };
11478
- });
11479
- export declare const unnnicDialogFooter: {
11480
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
10842
+ export declare const unnnicTabsList: {
10843
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsListProps & {
11481
10844
  class?: import('vue').HTMLAttributes["class"];
11482
- divider?: boolean;
11483
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
11484
- divider: boolean;
11485
- }, 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, {
11486
10846
  P: {};
11487
10847
  B: {};
11488
10848
  D: {};
11489
10849
  C: {};
11490
10850
  M: {};
11491
10851
  Defaults: {};
11492
- }, Readonly<{
10852
+ }, Readonly<import('reka-ui').TabsListProps & {
11493
10853
  class?: import('vue').HTMLAttributes["class"];
11494
- divider?: boolean;
11495
- }> & Readonly<{}>, {}, {}, {}, {}, {
11496
- divider: boolean;
11497
- }>;
10854
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
11498
10855
  __isFragment?: never;
11499
10856
  __isTeleport?: never;
11500
10857
  __isSuspense?: never;
11501
- } & import('vue').ComponentOptionsBase<Readonly<{
10858
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
11502
10859
  class?: import('vue').HTMLAttributes["class"];
11503
- divider?: boolean;
11504
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
11505
- divider: boolean;
11506
- }, {}, 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 () => {
11507
10861
  $slots: {
11508
10862
  default?(_: {}): any;
11509
10863
  };
11510
10864
  });
11511
- export declare const unnnicDialogHeader: {
11512
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
10865
+ export declare const unnnicTabsTrigger: {
10866
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsTriggerProps & {
11513
10867
  class?: import('vue').HTMLAttributes["class"];
11514
- divider?: boolean;
11515
- type?: "default" | "success" | "warning" | "attention";
11516
- closeButton?: boolean;
11517
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
11518
- type: "default" | "success" | "warning" | "attention";
11519
- divider: boolean;
11520
- closeButton: boolean;
11521
- }, 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, {
11522
10869
  P: {};
11523
10870
  B: {};
11524
10871
  D: {};
11525
10872
  C: {};
11526
10873
  M: {};
11527
10874
  Defaults: {};
11528
- }, Readonly<{
10875
+ }, Readonly<import('reka-ui').TabsTriggerProps & {
11529
10876
  class?: import('vue').HTMLAttributes["class"];
11530
- divider?: boolean;
11531
- type?: "default" | "success" | "warning" | "attention";
11532
- closeButton?: boolean;
11533
- }> & Readonly<{}>, {}, {}, {}, {}, {
11534
- type: "default" | "success" | "warning" | "attention";
11535
- divider: boolean;
11536
- closeButton: boolean;
11537
- }>;
10877
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
11538
10878
  __isFragment?: never;
11539
10879
  __isTeleport?: never;
11540
10880
  __isSuspense?: never;
11541
- } & import('vue').ComponentOptionsBase<Readonly<{
10881
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsTriggerProps & {
11542
10882
  class?: import('vue').HTMLAttributes["class"];
11543
- divider?: boolean;
11544
- type?: "default" | "success" | "warning" | "attention";
11545
- closeButton?: boolean;
11546
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
11547
- type: "default" | "success" | "warning" | "attention";
11548
- divider: boolean;
11549
- closeButton: boolean;
11550
- }, {}, 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 () => {
11551
10884
  $slots: {
11552
10885
  default?(_: {}): any;
11553
10886
  };
11554
10887
  });
11555
- export declare const unnnicDialogTitle: {
11556
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
10888
+ export declare const unnnicTabsContent: {
10889
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsContentProps & {
11557
10890
  class?: import('vue').HTMLAttributes["class"];
11558
10891
  }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11559
10892
  P: {};
@@ -11562,187 +10895,108 @@ export declare const unnnicDialogTitle: {
11562
10895
  C: {};
11563
10896
  M: {};
11564
10897
  Defaults: {};
11565
- }, Readonly<import('reka-ui').DialogTitleProps & {
10898
+ }, Readonly<import('reka-ui').TabsContentProps & {
11566
10899
  class?: import('vue').HTMLAttributes["class"];
11567
10900
  }> & Readonly<{}>, {}, {}, {}, {}, {}>;
11568
10901
  __isFragment?: never;
11569
10902
  __isTeleport?: never;
11570
10903
  __isSuspense?: never;
11571
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
10904
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsContentProps & {
11572
10905
  class?: import('vue').HTMLAttributes["class"];
11573
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 () => {
11574
10907
  $slots: {
11575
10908
  default?(_: {}): any;
11576
10909
  };
11577
10910
  });
11578
- export declare const unnnicDialogTrigger: {
11579
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
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, {
11580
10917
  P: {};
11581
10918
  B: {};
11582
10919
  D: {};
11583
10920
  C: {};
11584
10921
  M: {};
11585
10922
  Defaults: {};
11586
- }, Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
10923
+ }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
10924
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
10925
+ }>, {}, {}, {}, {}, {}>;
11587
10926
  __isFragment?: never;
11588
10927
  __isTeleport?: never;
11589
10928
  __isSuspense?: never;
11590
- } & 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 () => {
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 () => {
11591
10934
  $slots: {
11592
10935
  default?(_: {}): any;
11593
10936
  };
11594
10937
  });
11595
- export declare const unnnicDialogClose: {
11596
- 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, {
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, {
11597
10966
  P: {};
11598
10967
  B: {};
11599
10968
  D: {};
11600
10969
  C: {};
11601
10970
  M: {};
11602
10971
  Defaults: {};
11603
- }, Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
10972
+ }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
11604
10973
  __isFragment?: never;
11605
10974
  __isTeleport?: never;
11606
10975
  __isSuspense?: never;
11607
- } & 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 () => {
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 () => {
11608
10977
  $slots: {
11609
10978
  default?(_: {}): any;
11610
10979
  };
11611
10980
  });
11612
- export declare const unnnicTabs: {
11613
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
11614
- "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
11615
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11616
- "update:modelValue": (payload: string | number) => any;
11617
- }, 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, {
11618
10983
  P: {};
11619
10984
  B: {};
11620
10985
  D: {};
11621
10986
  C: {};
11622
10987
  M: {};
11623
10988
  Defaults: {};
11624
- }, Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
11625
- "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
11626
- }>, {}, {}, {}, {}, {}>;
10989
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
11627
10990
  __isFragment?: never;
11628
10991
  __isTeleport?: never;
11629
10992
  __isSuspense?: never;
11630
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
11631
- "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
11632
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11633
- "update:modelValue": (payload: string | number) => any;
11634
- }, 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 () => {
11635
10994
  $slots: {
11636
10995
  default?(_: {}): any;
11637
10996
  };
11638
10997
  });
11639
- export declare const unnnicTabsList: {
11640
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsListProps & {
11641
- class?: import('vue').HTMLAttributes["class"];
11642
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11643
- P: {};
11644
- B: {};
11645
- D: {};
11646
- C: {};
11647
- M: {};
11648
- Defaults: {};
11649
- }, Readonly<import('reka-ui').TabsListProps & {
11650
- class?: import('vue').HTMLAttributes["class"];
11651
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
11652
- __isFragment?: never;
11653
- __isTeleport?: never;
11654
- __isSuspense?: never;
11655
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
11656
- class?: import('vue').HTMLAttributes["class"];
11657
- }> & 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 () => {
11658
- $slots: {
11659
- default?(_: {}): any;
11660
- };
11661
- });
11662
- export declare const unnnicTabsTrigger: {
11663
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsTriggerProps & {
11664
- class?: import('vue').HTMLAttributes["class"];
11665
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11666
- P: {};
11667
- B: {};
11668
- D: {};
11669
- C: {};
11670
- M: {};
11671
- Defaults: {};
11672
- }, Readonly<import('reka-ui').TabsTriggerProps & {
11673
- class?: import('vue').HTMLAttributes["class"];
11674
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
11675
- __isFragment?: never;
11676
- __isTeleport?: never;
11677
- __isSuspense?: never;
11678
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsTriggerProps & {
11679
- class?: import('vue').HTMLAttributes["class"];
11680
- }> & 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 () => {
11681
- $slots: {
11682
- default?(_: {}): any;
11683
- };
11684
- });
11685
- export declare const unnnicTabsContent: {
11686
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsContentProps & {
11687
- class?: import('vue').HTMLAttributes["class"];
11688
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11689
- P: {};
11690
- B: {};
11691
- D: {};
11692
- C: {};
11693
- M: {};
11694
- Defaults: {};
11695
- }, Readonly<import('reka-ui').TabsContentProps & {
11696
- class?: import('vue').HTMLAttributes["class"];
11697
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
11698
- __isFragment?: never;
11699
- __isTeleport?: never;
11700
- __isSuspense?: never;
11701
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsContentProps & {
11702
- class?: import('vue').HTMLAttributes["class"];
11703
- }> & 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 () => {
11704
- $slots: {
11705
- default?(_: {}): any;
11706
- };
11707
- });
11708
- export declare const unnnicPageHeader: {
11709
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
11710
- onBack?: (() => any) | undefined;
11711
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11712
- back: () => any;
11713
- }, import('vue').PublicProps, {
11714
- description: string;
11715
- hasBackButton: boolean;
11716
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
11717
- P: {};
11718
- B: {};
11719
- D: {};
11720
- C: {};
11721
- M: {};
11722
- Defaults: {};
11723
- }, Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
11724
- onBack?: (() => any) | undefined;
11725
- }>, {}, {}, {}, {}, {
11726
- description: string;
11727
- hasBackButton: boolean;
11728
- }>;
11729
- __isFragment?: never;
11730
- __isTeleport?: never;
11731
- __isSuspense?: never;
11732
- } & import('vue').ComponentOptionsBase<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
11733
- onBack?: (() => any) | undefined;
11734
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11735
- back: () => any;
11736
- }, string, {
11737
- description: string;
11738
- hasBackButton: boolean;
11739
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11740
- $slots: {
11741
- tag?(_: {}): any;
11742
- actions?(_: {}): any;
11743
- tabs?(_: {}): any;
11744
- };
11745
- });
10998
+ export declare const unnnicTemplatePreview: VueComponent;
10999
+ export declare const unnnicTemplatePreviewModal: VueComponent;
11746
11000
  export declare const UnnnicFontSize = 16;
11747
11001
  export declare const UnnnicInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11748
11002
  placeholder: {
@@ -11822,25 +11076,13 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
11822
11076
  type: BooleanConstructor;
11823
11077
  default: boolean;
11824
11078
  };
11825
- readonly: {
11826
- type: BooleanConstructor;
11827
- default: boolean;
11828
- };
11829
- forceActiveStatus: {
11830
- type: BooleanConstructor;
11831
- default: boolean;
11832
- };
11833
- showClear: {
11834
- type: BooleanConstructor;
11835
- default: boolean;
11836
- };
11837
11079
  }>, {}, {
11838
11080
  val: string;
11839
11081
  }, {
11840
11082
  computedError(): string | boolean;
11841
11083
  }, {
11842
11084
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
11843
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11085
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11844
11086
  placeholder: {
11845
11087
  type: StringConstructor;
11846
11088
  default: string;
@@ -11918,21 +11160,8 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
11918
11160
  type: BooleanConstructor;
11919
11161
  default: boolean;
11920
11162
  };
11921
- readonly: {
11922
- type: BooleanConstructor;
11923
- default: boolean;
11924
- };
11925
- forceActiveStatus: {
11926
- type: BooleanConstructor;
11927
- default: boolean;
11928
- };
11929
- showClear: {
11930
- type: BooleanConstructor;
11931
- default: boolean;
11932
- };
11933
11163
  }>> & Readonly<{
11934
11164
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11935
- onClear?: ((...args: any[]) => any) | undefined;
11936
11165
  }>, {
11937
11166
  type: string;
11938
11167
  size: string;
@@ -11945,14 +11174,11 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
11945
11174
  modelValue: string;
11946
11175
  nativeType: string;
11947
11176
  maxlength: number | null;
11948
- readonly: boolean;
11949
- forceActiveStatus: boolean;
11950
11177
  iconLeft: string;
11951
11178
  iconRight: string;
11952
11179
  iconLeftClickable: boolean;
11953
11180
  iconRightClickable: boolean;
11954
11181
  allowTogglePassword: boolean;
11955
- showClear: boolean;
11956
11182
  errors: string | unknown[];
11957
11183
  hasCloudyColor: boolean;
11958
11184
  showMaxlengthCounter: boolean;
@@ -12007,34 +11233,21 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12007
11233
  type: BooleanConstructor;
12008
11234
  default: boolean;
12009
11235
  };
12010
- readonly: {
12011
- type: BooleanConstructor;
12012
- default: boolean;
12013
- };
12014
- forceActiveStatus: {
12015
- type: BooleanConstructor;
12016
- default: boolean;
12017
- };
12018
- showClear: {
12019
- type: BooleanConstructor;
12020
- default: boolean;
12021
- };
12022
11236
  }>, {}, {
12023
11237
  isFocused: boolean;
12024
11238
  showPassword: boolean;
12025
11239
  }, {
12026
11240
  isDisabled(): {};
12027
11241
  iconRightSvg(): string;
12028
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
11242
+ iconScheme(): "fg-base" | "fg-muted";
12029
11243
  attributes(): any;
12030
11244
  }, {
12031
11245
  focus(): void;
12032
11246
  onFocus(): void;
12033
11247
  onBlur(): void;
12034
11248
  onIconLeftClick(): void;
12035
- onClearClick(): void;
12036
11249
  onIconRightClick(): void;
12037
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
12038
11251
  placeholder: {
12039
11252
  type: StringConstructor;
12040
11253
  default: null;
@@ -12084,20 +11297,7 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12084
11297
  type: BooleanConstructor;
12085
11298
  default: boolean;
12086
11299
  };
12087
- readonly: {
12088
- type: BooleanConstructor;
12089
- default: boolean;
12090
- };
12091
- forceActiveStatus: {
12092
- type: BooleanConstructor;
12093
- default: boolean;
12094
- };
12095
- showClear: {
12096
- type: BooleanConstructor;
12097
- default: boolean;
12098
- };
12099
11300
  }>> & Readonly<{
12100
- onClear?: ((...args: any[]) => any) | undefined;
12101
11301
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
12102
11302
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
12103
11303
  }>, {
@@ -12108,14 +11308,11 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12108
11308
  modelValue: string;
12109
11309
  nativeType: string;
12110
11310
  maxlength: number;
12111
- readonly: boolean;
12112
- forceActiveStatus: boolean;
12113
11311
  iconLeft: string;
12114
11312
  iconRight: string;
12115
11313
  iconLeftClickable: boolean;
12116
11314
  iconRightClickable: boolean;
12117
11315
  allowTogglePassword: boolean;
12118
- showClear: boolean;
12119
11316
  }, {}, {
12120
11317
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12121
11318
  type: {
@@ -12141,25 +11338,15 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12141
11338
  };
12142
11339
  hasIconLeft: BooleanConstructor;
12143
11340
  hasIconRight: BooleanConstructor;
12144
- hasClearIcon: BooleanConstructor;
12145
11341
  maxlength: {
12146
11342
  type: NumberConstructor;
12147
11343
  default: null;
12148
11344
  };
12149
- readonly: {
12150
- type: BooleanConstructor;
12151
- default: boolean;
12152
- };
12153
- forceActiveStatus: {
12154
- type: BooleanConstructor;
12155
- default: boolean;
12156
- };
12157
11345
  }>, {}, {}, {
12158
11346
  attributes(): any;
12159
11347
  classes(): (string | {
12160
11348
  'input--has-icon-left': boolean;
12161
11349
  'input--has-icon-right': boolean;
12162
- 'input--has-clear-icon': boolean;
12163
11350
  })[];
12164
11351
  }, {
12165
11352
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -12187,19 +11374,10 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12187
11374
  };
12188
11375
  hasIconLeft: BooleanConstructor;
12189
11376
  hasIconRight: BooleanConstructor;
12190
- hasClearIcon: BooleanConstructor;
12191
11377
  maxlength: {
12192
11378
  type: NumberConstructor;
12193
11379
  default: null;
12194
11380
  };
12195
- readonly: {
12196
- type: BooleanConstructor;
12197
- default: boolean;
12198
- };
12199
- forceActiveStatus: {
12200
- type: BooleanConstructor;
12201
- default: boolean;
12202
- };
12203
11381
  }>> & Readonly<{
12204
11382
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12205
11383
  }>, {
@@ -12208,12 +11386,9 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12208
11386
  mask: string | unknown[];
12209
11387
  hasIconLeft: boolean;
12210
11388
  hasIconRight: boolean;
12211
- hasClearIcon: boolean;
12212
11389
  modelValue: string;
12213
11390
  nativeType: string;
12214
11391
  maxlength: number;
12215
- readonly: boolean;
12216
- forceActiveStatus: boolean;
12217
11392
  }, {}, {}, {
12218
11393
  mask: any;
12219
11394
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -12393,8 +11568,8 @@ export declare const UnnnicInputNext: import('vue').DefineComponent<import('vue'
12393
11568
  size: string;
12394
11569
  disabled: boolean;
12395
11570
  nativeType: string;
12396
- readonly: boolean;
12397
11571
  allowTogglePassword: boolean;
11572
+ readonly: boolean;
12398
11573
  }, {}, {
12399
11574
  UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12400
11575
  click: (event: Event) => any;
@@ -12569,7 +11744,6 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12569
11744
  }>, {
12570
11745
  type: string;
12571
11746
  size: string;
12572
- next: boolean;
12573
11747
  minDate: string;
12574
11748
  maxDate: string;
12575
11749
  months: unknown[];
@@ -12580,6 +11754,7 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12580
11754
  iconPosition: string;
12581
11755
  fillW: boolean;
12582
11756
  actionText: string;
11757
+ next: boolean;
12583
11758
  format: string;
12584
11759
  inputFormat: string;
12585
11760
  position: string;
@@ -12662,25 +11837,13 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12662
11837
  type: BooleanConstructor;
12663
11838
  default: boolean;
12664
11839
  };
12665
- readonly: {
12666
- type: BooleanConstructor;
12667
- default: boolean;
12668
- };
12669
- forceActiveStatus: {
12670
- type: BooleanConstructor;
12671
- default: boolean;
12672
- };
12673
- showClear: {
12674
- type: BooleanConstructor;
12675
- default: boolean;
12676
- };
12677
11840
  }>, {}, {
12678
11841
  val: string;
12679
11842
  }, {
12680
11843
  computedError(): string | boolean;
12681
11844
  }, {
12682
11845
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
12683
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11846
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12684
11847
  placeholder: {
12685
11848
  type: StringConstructor;
12686
11849
  default: string;
@@ -12758,21 +11921,8 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12758
11921
  type: BooleanConstructor;
12759
11922
  default: boolean;
12760
11923
  };
12761
- readonly: {
12762
- type: BooleanConstructor;
12763
- default: boolean;
12764
- };
12765
- forceActiveStatus: {
12766
- type: BooleanConstructor;
12767
- default: boolean;
12768
- };
12769
- showClear: {
12770
- type: BooleanConstructor;
12771
- default: boolean;
12772
- };
12773
11924
  }>> & Readonly<{
12774
11925
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12775
- onClear?: ((...args: any[]) => any) | undefined;
12776
11926
  }>, {
12777
11927
  type: string;
12778
11928
  size: string;
@@ -12785,14 +11935,11 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12785
11935
  modelValue: string;
12786
11936
  nativeType: string;
12787
11937
  maxlength: number | null;
12788
- readonly: boolean;
12789
- forceActiveStatus: boolean;
12790
11938
  iconLeft: string;
12791
11939
  iconRight: string;
12792
11940
  iconLeftClickable: boolean;
12793
11941
  iconRightClickable: boolean;
12794
11942
  allowTogglePassword: boolean;
12795
- showClear: boolean;
12796
11943
  errors: string | unknown[];
12797
11944
  hasCloudyColor: boolean;
12798
11945
  showMaxlengthCounter: boolean;
@@ -12847,34 +11994,21 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12847
11994
  type: BooleanConstructor;
12848
11995
  default: boolean;
12849
11996
  };
12850
- readonly: {
12851
- type: BooleanConstructor;
12852
- default: boolean;
12853
- };
12854
- forceActiveStatus: {
12855
- type: BooleanConstructor;
12856
- default: boolean;
12857
- };
12858
- showClear: {
12859
- type: BooleanConstructor;
12860
- default: boolean;
12861
- };
12862
11997
  }>, {}, {
12863
11998
  isFocused: boolean;
12864
11999
  showPassword: boolean;
12865
12000
  }, {
12866
12001
  isDisabled(): {};
12867
12002
  iconRightSvg(): string;
12868
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
12003
+ iconScheme(): "fg-base" | "fg-muted";
12869
12004
  attributes(): any;
12870
12005
  }, {
12871
12006
  focus(): void;
12872
12007
  onFocus(): void;
12873
12008
  onBlur(): void;
12874
12009
  onIconLeftClick(): void;
12875
- onClearClick(): void;
12876
12010
  onIconRightClick(): void;
12877
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
12878
12012
  placeholder: {
12879
12013
  type: StringConstructor;
12880
12014
  default: null;
@@ -12924,20 +12058,7 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12924
12058
  type: BooleanConstructor;
12925
12059
  default: boolean;
12926
12060
  };
12927
- readonly: {
12928
- type: BooleanConstructor;
12929
- default: boolean;
12930
- };
12931
- forceActiveStatus: {
12932
- type: BooleanConstructor;
12933
- default: boolean;
12934
- };
12935
- showClear: {
12936
- type: BooleanConstructor;
12937
- default: boolean;
12938
- };
12939
12061
  }>> & Readonly<{
12940
- onClear?: ((...args: any[]) => any) | undefined;
12941
12062
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
12942
12063
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
12943
12064
  }>, {
@@ -12948,14 +12069,11 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12948
12069
  modelValue: string;
12949
12070
  nativeType: string;
12950
12071
  maxlength: number;
12951
- readonly: boolean;
12952
- forceActiveStatus: boolean;
12953
12072
  iconLeft: string;
12954
12073
  iconRight: string;
12955
12074
  iconLeftClickable: boolean;
12956
12075
  iconRightClickable: boolean;
12957
12076
  allowTogglePassword: boolean;
12958
- showClear: boolean;
12959
12077
  }, {}, {
12960
12078
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12961
12079
  type: {
@@ -12981,25 +12099,15 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12981
12099
  };
12982
12100
  hasIconLeft: BooleanConstructor;
12983
12101
  hasIconRight: BooleanConstructor;
12984
- hasClearIcon: BooleanConstructor;
12985
12102
  maxlength: {
12986
12103
  type: NumberConstructor;
12987
12104
  default: null;
12988
12105
  };
12989
- readonly: {
12990
- type: BooleanConstructor;
12991
- default: boolean;
12992
- };
12993
- forceActiveStatus: {
12994
- type: BooleanConstructor;
12995
- default: boolean;
12996
- };
12997
12106
  }>, {}, {}, {
12998
12107
  attributes(): any;
12999
12108
  classes(): (string | {
13000
12109
  'input--has-icon-left': boolean;
13001
12110
  'input--has-icon-right': boolean;
13002
- 'input--has-clear-icon': boolean;
13003
12111
  })[];
13004
12112
  }, {
13005
12113
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -13027,19 +12135,10 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
13027
12135
  };
13028
12136
  hasIconLeft: BooleanConstructor;
13029
12137
  hasIconRight: BooleanConstructor;
13030
- hasClearIcon: BooleanConstructor;
13031
12138
  maxlength: {
13032
12139
  type: NumberConstructor;
13033
12140
  default: null;
13034
12141
  };
13035
- readonly: {
13036
- type: BooleanConstructor;
13037
- default: boolean;
13038
- };
13039
- forceActiveStatus: {
13040
- type: BooleanConstructor;
13041
- default: boolean;
13042
- };
13043
12142
  }>> & Readonly<{
13044
12143
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
13045
12144
  }>, {
@@ -13048,12 +12147,9 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
13048
12147
  mask: string | unknown[];
13049
12148
  hasIconLeft: boolean;
13050
12149
  hasIconRight: boolean;
13051
- hasClearIcon: boolean;
13052
12150
  modelValue: string;
13053
12151
  nativeType: string;
13054
12152
  maxlength: number;
13055
- readonly: boolean;
13056
- forceActiveStatus: boolean;
13057
12153
  }, {}, {}, {
13058
12154
  mask: any;
13059
12155
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -15693,6 +14789,20 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15693
14789
  es: string;
15694
14790
  };
15695
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
+ };
15696
14806
  primaryButtonTypeMapper: {
15697
14807
  success: string;
15698
14808
  warning: string;
@@ -15701,7 +14811,6 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15701
14811
  }, {}, {
15702
14812
  close(): void;
15703
14813
  updateBodyOverflow(isHidden: any): void;
15704
- persistentHandler(event: any): void;
15705
14814
  }, {
15706
14815
  props: {
15707
14816
  locale: {
@@ -15782,6 +14891,21 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15782
14891
  hideSecondaryButton: boolean;
15783
14892
  secondaryButtonProps: Record<string, any>;
15784
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>;
15785
14909
  UnnnicButton: {
15786
14910
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15787
14911
  text: string;
@@ -15832,199 +14956,6 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15832
14956
  default?(_: {}): any;
15833
14957
  };
15834
14958
  });
15835
- UnnnicDialog: {
15836
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
15837
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
15838
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15839
- "update:open": (value: boolean) => any;
15840
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15841
- P: {};
15842
- B: {};
15843
- D: {};
15844
- C: {};
15845
- M: {};
15846
- Defaults: {};
15847
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
15848
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
15849
- }>, {}, {}, {}, {}, {}>;
15850
- __isFragment?: never;
15851
- __isTeleport?: never;
15852
- __isSuspense?: never;
15853
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
15854
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
15855
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15856
- "update:open": (value: boolean) => any;
15857
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15858
- $slots: {
15859
- default?(_: {}): any;
15860
- };
15861
- });
15862
- UnnnicDialogContent: {
15863
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
15864
- class?: import('vue').HTMLAttributes["class"];
15865
- size?: "small" | "medium" | "large";
15866
- }> & Readonly<{
15867
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15868
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
15869
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
15870
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
15871
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
15872
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
15873
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15874
- escapeKeyDown: (event: KeyboardEvent) => any;
15875
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
15876
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
15877
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
15878
- openAutoFocus: (event: Event) => any;
15879
- closeAutoFocus: (event: Event) => any;
15880
- }, import('vue').PublicProps, {
15881
- size: "small" | "medium" | "large";
15882
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15883
- P: {};
15884
- B: {};
15885
- D: {};
15886
- C: {};
15887
- M: {};
15888
- Defaults: {};
15889
- }, Readonly<import('reka-ui').DialogContentProps & {
15890
- class?: import('vue').HTMLAttributes["class"];
15891
- size?: "small" | "medium" | "large";
15892
- }> & Readonly<{
15893
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15894
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
15895
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
15896
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
15897
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
15898
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
15899
- }>, {}, {}, {}, {}, {
15900
- size: "small" | "medium" | "large";
15901
- }>;
15902
- __isFragment?: never;
15903
- __isTeleport?: never;
15904
- __isSuspense?: never;
15905
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
15906
- class?: import('vue').HTMLAttributes["class"];
15907
- size?: "small" | "medium" | "large";
15908
- }> & Readonly<{
15909
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15910
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
15911
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
15912
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
15913
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
15914
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
15915
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15916
- escapeKeyDown: (event: KeyboardEvent) => any;
15917
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
15918
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
15919
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
15920
- openAutoFocus: (event: Event) => any;
15921
- closeAutoFocus: (event: Event) => any;
15922
- }, string, {
15923
- size: "small" | "medium" | "large";
15924
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15925
- $slots: {
15926
- default?(_: {}): any;
15927
- };
15928
- });
15929
- UnnnicDialogHeader: {
15930
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
15931
- class?: import('vue').HTMLAttributes["class"];
15932
- divider?: boolean;
15933
- type?: "default" | "success" | "warning" | "attention";
15934
- closeButton?: boolean;
15935
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15936
- type: "default" | "success" | "warning" | "attention";
15937
- divider: boolean;
15938
- closeButton: boolean;
15939
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
15940
- P: {};
15941
- B: {};
15942
- D: {};
15943
- C: {};
15944
- M: {};
15945
- Defaults: {};
15946
- }, Readonly<{
15947
- class?: import('vue').HTMLAttributes["class"];
15948
- divider?: boolean;
15949
- type?: "default" | "success" | "warning" | "attention";
15950
- closeButton?: boolean;
15951
- }> & Readonly<{}>, {}, {}, {}, {}, {
15952
- type: "default" | "success" | "warning" | "attention";
15953
- divider: boolean;
15954
- closeButton: boolean;
15955
- }>;
15956
- __isFragment?: never;
15957
- __isTeleport?: never;
15958
- __isSuspense?: never;
15959
- } & import('vue').ComponentOptionsBase<Readonly<{
15960
- class?: import('vue').HTMLAttributes["class"];
15961
- divider?: boolean;
15962
- type?: "default" | "success" | "warning" | "attention";
15963
- closeButton?: boolean;
15964
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
15965
- type: "default" | "success" | "warning" | "attention";
15966
- divider: boolean;
15967
- closeButton: boolean;
15968
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15969
- $slots: {
15970
- default?(_: {}): any;
15971
- };
15972
- });
15973
- UnnnicDialogTitle: {
15974
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
15975
- class?: import('vue').HTMLAttributes["class"];
15976
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15977
- P: {};
15978
- B: {};
15979
- D: {};
15980
- C: {};
15981
- M: {};
15982
- Defaults: {};
15983
- }, Readonly<import('reka-ui').DialogTitleProps & {
15984
- class?: import('vue').HTMLAttributes["class"];
15985
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
15986
- __isFragment?: never;
15987
- __isTeleport?: never;
15988
- __isSuspense?: never;
15989
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
15990
- class?: import('vue').HTMLAttributes["class"];
15991
- }> & 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 () => {
15992
- $slots: {
15993
- default?(_: {}): any;
15994
- };
15995
- });
15996
- UnnnicDialogFooter: {
15997
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
15998
- class?: import('vue').HTMLAttributes["class"];
15999
- divider?: boolean;
16000
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
16001
- divider: boolean;
16002
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
16003
- P: {};
16004
- B: {};
16005
- D: {};
16006
- C: {};
16007
- M: {};
16008
- Defaults: {};
16009
- }, Readonly<{
16010
- class?: import('vue').HTMLAttributes["class"];
16011
- divider?: boolean;
16012
- }> & Readonly<{}>, {}, {}, {}, {}, {
16013
- divider: boolean;
16014
- }>;
16015
- __isFragment?: never;
16016
- __isTeleport?: never;
16017
- __isSuspense?: never;
16018
- } & import('vue').ComponentOptionsBase<Readonly<{
16019
- class?: import('vue').HTMLAttributes["class"];
16020
- divider?: boolean;
16021
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
16022
- divider: boolean;
16023
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
16024
- $slots: {
16025
- default?(_: {}): any;
16026
- };
16027
- });
16028
14959
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16029
14960
  export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
16030
14961
  type: {
@@ -16179,25 +15110,13 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16179
15110
  type: BooleanConstructor;
16180
15111
  default: boolean;
16181
15112
  };
16182
- readonly: {
16183
- type: BooleanConstructor;
16184
- default: boolean;
16185
- };
16186
- forceActiveStatus: {
16187
- type: BooleanConstructor;
16188
- default: boolean;
16189
- };
16190
- showClear: {
16191
- type: BooleanConstructor;
16192
- default: boolean;
16193
- };
16194
15113
  }>, {}, {
16195
15114
  val: string;
16196
15115
  }, {
16197
15116
  computedError(): string | boolean;
16198
15117
  }, {
16199
15118
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
16200
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15119
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16201
15120
  placeholder: {
16202
15121
  type: StringConstructor;
16203
15122
  default: string;
@@ -16275,21 +15194,8 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16275
15194
  type: BooleanConstructor;
16276
15195
  default: boolean;
16277
15196
  };
16278
- readonly: {
16279
- type: BooleanConstructor;
16280
- default: boolean;
16281
- };
16282
- forceActiveStatus: {
16283
- type: BooleanConstructor;
16284
- default: boolean;
16285
- };
16286
- showClear: {
16287
- type: BooleanConstructor;
16288
- default: boolean;
16289
- };
16290
15197
  }>> & Readonly<{
16291
15198
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16292
- onClear?: ((...args: any[]) => any) | undefined;
16293
15199
  }>, {
16294
15200
  type: string;
16295
15201
  size: string;
@@ -16302,14 +15208,11 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16302
15208
  modelValue: string;
16303
15209
  nativeType: string;
16304
15210
  maxlength: number | null;
16305
- readonly: boolean;
16306
- forceActiveStatus: boolean;
16307
15211
  iconLeft: string;
16308
15212
  iconRight: string;
16309
15213
  iconLeftClickable: boolean;
16310
15214
  iconRightClickable: boolean;
16311
15215
  allowTogglePassword: boolean;
16312
- showClear: boolean;
16313
15216
  errors: string | unknown[];
16314
15217
  hasCloudyColor: boolean;
16315
15218
  showMaxlengthCounter: boolean;
@@ -16364,34 +15267,21 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16364
15267
  type: BooleanConstructor;
16365
15268
  default: boolean;
16366
15269
  };
16367
- readonly: {
16368
- type: BooleanConstructor;
16369
- default: boolean;
16370
- };
16371
- forceActiveStatus: {
16372
- type: BooleanConstructor;
16373
- default: boolean;
16374
- };
16375
- showClear: {
16376
- type: BooleanConstructor;
16377
- default: boolean;
16378
- };
16379
15270
  }>, {}, {
16380
15271
  isFocused: boolean;
16381
15272
  showPassword: boolean;
16382
15273
  }, {
16383
15274
  isDisabled(): {};
16384
15275
  iconRightSvg(): string;
16385
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
15276
+ iconScheme(): "fg-base" | "fg-muted";
16386
15277
  attributes(): any;
16387
15278
  }, {
16388
15279
  focus(): void;
16389
15280
  onFocus(): void;
16390
15281
  onBlur(): void;
16391
15282
  onIconLeftClick(): void;
16392
- onClearClick(): void;
16393
15283
  onIconRightClick(): void;
16394
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
16395
15285
  placeholder: {
16396
15286
  type: StringConstructor;
16397
15287
  default: null;
@@ -16441,20 +15331,7 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16441
15331
  type: BooleanConstructor;
16442
15332
  default: boolean;
16443
15333
  };
16444
- readonly: {
16445
- type: BooleanConstructor;
16446
- default: boolean;
16447
- };
16448
- forceActiveStatus: {
16449
- type: BooleanConstructor;
16450
- default: boolean;
16451
- };
16452
- showClear: {
16453
- type: BooleanConstructor;
16454
- default: boolean;
16455
- };
16456
15334
  }>> & Readonly<{
16457
- onClear?: ((...args: any[]) => any) | undefined;
16458
15335
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
16459
15336
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
16460
15337
  }>, {
@@ -16465,14 +15342,11 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16465
15342
  modelValue: string;
16466
15343
  nativeType: string;
16467
15344
  maxlength: number;
16468
- readonly: boolean;
16469
- forceActiveStatus: boolean;
16470
15345
  iconLeft: string;
16471
15346
  iconRight: string;
16472
15347
  iconLeftClickable: boolean;
16473
15348
  iconRightClickable: boolean;
16474
15349
  allowTogglePassword: boolean;
16475
- showClear: boolean;
16476
15350
  }, {}, {
16477
15351
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
16478
15352
  type: {
@@ -16498,25 +15372,15 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16498
15372
  };
16499
15373
  hasIconLeft: BooleanConstructor;
16500
15374
  hasIconRight: BooleanConstructor;
16501
- hasClearIcon: BooleanConstructor;
16502
15375
  maxlength: {
16503
15376
  type: NumberConstructor;
16504
15377
  default: null;
16505
15378
  };
16506
- readonly: {
16507
- type: BooleanConstructor;
16508
- default: boolean;
16509
- };
16510
- forceActiveStatus: {
16511
- type: BooleanConstructor;
16512
- default: boolean;
16513
- };
16514
15379
  }>, {}, {}, {
16515
15380
  attributes(): any;
16516
15381
  classes(): (string | {
16517
15382
  'input--has-icon-left': boolean;
16518
15383
  'input--has-icon-right': boolean;
16519
- 'input--has-clear-icon': boolean;
16520
15384
  })[];
16521
15385
  }, {
16522
15386
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -16544,19 +15408,10 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16544
15408
  };
16545
15409
  hasIconLeft: BooleanConstructor;
16546
15410
  hasIconRight: BooleanConstructor;
16547
- hasClearIcon: BooleanConstructor;
16548
15411
  maxlength: {
16549
15412
  type: NumberConstructor;
16550
15413
  default: null;
16551
15414
  };
16552
- readonly: {
16553
- type: BooleanConstructor;
16554
- default: boolean;
16555
- };
16556
- forceActiveStatus: {
16557
- type: BooleanConstructor;
16558
- default: boolean;
16559
- };
16560
15415
  }>> & Readonly<{
16561
15416
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16562
15417
  }>, {
@@ -16565,12 +15420,9 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16565
15420
  mask: string | unknown[];
16566
15421
  hasIconLeft: boolean;
16567
15422
  hasIconRight: boolean;
16568
- hasClearIcon: boolean;
16569
15423
  modelValue: string;
16570
15424
  nativeType: string;
16571
15425
  maxlength: number;
16572
- readonly: boolean;
16573
- forceActiveStatus: boolean;
16574
15426
  }, {}, {}, {
16575
15427
  mask: any;
16576
15428
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -19684,25 +18536,13 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19684
18536
  type: BooleanConstructor;
19685
18537
  default: boolean;
19686
18538
  };
19687
- readonly: {
19688
- type: BooleanConstructor;
19689
- default: boolean;
19690
- };
19691
- forceActiveStatus: {
19692
- type: BooleanConstructor;
19693
- default: boolean;
19694
- };
19695
- showClear: {
19696
- type: BooleanConstructor;
19697
- default: boolean;
19698
- };
19699
18539
  }>, {}, {
19700
18540
  val: string;
19701
18541
  }, {
19702
18542
  computedError(): string | boolean;
19703
18543
  }, {
19704
18544
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
19705
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18545
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19706
18546
  placeholder: {
19707
18547
  type: StringConstructor;
19708
18548
  default: string;
@@ -19780,21 +18620,8 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19780
18620
  type: BooleanConstructor;
19781
18621
  default: boolean;
19782
18622
  };
19783
- readonly: {
19784
- type: BooleanConstructor;
19785
- default: boolean;
19786
- };
19787
- forceActiveStatus: {
19788
- type: BooleanConstructor;
19789
- default: boolean;
19790
- };
19791
- showClear: {
19792
- type: BooleanConstructor;
19793
- default: boolean;
19794
- };
19795
18623
  }>> & Readonly<{
19796
18624
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19797
- onClear?: ((...args: any[]) => any) | undefined;
19798
18625
  }>, {
19799
18626
  type: string;
19800
18627
  size: string;
@@ -19807,14 +18634,11 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19807
18634
  modelValue: string;
19808
18635
  nativeType: string;
19809
18636
  maxlength: number | null;
19810
- readonly: boolean;
19811
- forceActiveStatus: boolean;
19812
18637
  iconLeft: string;
19813
18638
  iconRight: string;
19814
18639
  iconLeftClickable: boolean;
19815
18640
  iconRightClickable: boolean;
19816
18641
  allowTogglePassword: boolean;
19817
- showClear: boolean;
19818
18642
  errors: string | unknown[];
19819
18643
  hasCloudyColor: boolean;
19820
18644
  showMaxlengthCounter: boolean;
@@ -19869,34 +18693,21 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19869
18693
  type: BooleanConstructor;
19870
18694
  default: boolean;
19871
18695
  };
19872
- readonly: {
19873
- type: BooleanConstructor;
19874
- default: boolean;
19875
- };
19876
- forceActiveStatus: {
19877
- type: BooleanConstructor;
19878
- default: boolean;
19879
- };
19880
- showClear: {
19881
- type: BooleanConstructor;
19882
- default: boolean;
19883
- };
19884
18696
  }>, {}, {
19885
18697
  isFocused: boolean;
19886
18698
  showPassword: boolean;
19887
18699
  }, {
19888
18700
  isDisabled(): {};
19889
18701
  iconRightSvg(): string;
19890
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
18702
+ iconScheme(): "fg-base" | "fg-muted";
19891
18703
  attributes(): any;
19892
18704
  }, {
19893
18705
  focus(): void;
19894
18706
  onFocus(): void;
19895
18707
  onBlur(): void;
19896
18708
  onIconLeftClick(): void;
19897
- onClearClick(): void;
19898
18709
  onIconRightClick(): void;
19899
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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<{
19900
18711
  placeholder: {
19901
18712
  type: StringConstructor;
19902
18713
  default: null;
@@ -19946,20 +18757,7 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19946
18757
  type: BooleanConstructor;
19947
18758
  default: boolean;
19948
18759
  };
19949
- readonly: {
19950
- type: BooleanConstructor;
19951
- default: boolean;
19952
- };
19953
- forceActiveStatus: {
19954
- type: BooleanConstructor;
19955
- default: boolean;
19956
- };
19957
- showClear: {
19958
- type: BooleanConstructor;
19959
- default: boolean;
19960
- };
19961
18760
  }>> & Readonly<{
19962
- onClear?: ((...args: any[]) => any) | undefined;
19963
18761
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
19964
18762
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
19965
18763
  }>, {
@@ -19970,14 +18768,11 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19970
18768
  modelValue: string;
19971
18769
  nativeType: string;
19972
18770
  maxlength: number;
19973
- readonly: boolean;
19974
- forceActiveStatus: boolean;
19975
18771
  iconLeft: string;
19976
18772
  iconRight: string;
19977
18773
  iconLeftClickable: boolean;
19978
18774
  iconRightClickable: boolean;
19979
18775
  allowTogglePassword: boolean;
19980
- showClear: boolean;
19981
18776
  }, {}, {
19982
18777
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
19983
18778
  type: {
@@ -20003,25 +18798,15 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
20003
18798
  };
20004
18799
  hasIconLeft: BooleanConstructor;
20005
18800
  hasIconRight: BooleanConstructor;
20006
- hasClearIcon: BooleanConstructor;
20007
18801
  maxlength: {
20008
18802
  type: NumberConstructor;
20009
18803
  default: null;
20010
18804
  };
20011
- readonly: {
20012
- type: BooleanConstructor;
20013
- default: boolean;
20014
- };
20015
- forceActiveStatus: {
20016
- type: BooleanConstructor;
20017
- default: boolean;
20018
- };
20019
18805
  }>, {}, {}, {
20020
18806
  attributes(): any;
20021
18807
  classes(): (string | {
20022
18808
  'input--has-icon-left': boolean;
20023
18809
  'input--has-icon-right': boolean;
20024
- 'input--has-clear-icon': boolean;
20025
18810
  })[];
20026
18811
  }, {
20027
18812
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -20049,19 +18834,10 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
20049
18834
  };
20050
18835
  hasIconLeft: BooleanConstructor;
20051
18836
  hasIconRight: BooleanConstructor;
20052
- hasClearIcon: BooleanConstructor;
20053
18837
  maxlength: {
20054
18838
  type: NumberConstructor;
20055
18839
  default: null;
20056
18840
  };
20057
- readonly: {
20058
- type: BooleanConstructor;
20059
- default: boolean;
20060
- };
20061
- forceActiveStatus: {
20062
- type: BooleanConstructor;
20063
- default: boolean;
20064
- };
20065
18841
  }>> & Readonly<{
20066
18842
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
20067
18843
  }>, {
@@ -20070,12 +18846,9 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
20070
18846
  mask: string | unknown[];
20071
18847
  hasIconLeft: boolean;
20072
18848
  hasIconRight: boolean;
20073
- hasClearIcon: boolean;
20074
18849
  modelValue: string;
20075
18850
  nativeType: string;
20076
18851
  maxlength: number;
20077
- readonly: boolean;
20078
- forceActiveStatus: boolean;
20079
18852
  }, {}, {}, {
20080
18853
  mask: any;
20081
18854
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -22934,10 +21707,8 @@ export declare const UnnnicNavigator: import('vue').DefineComponent<import('vue'
22934
21707
  required: true;
22935
21708
  };
22936
21709
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22937
- export declare const UnnnicSelectTime: VueComponent;
22938
- export declare const UnnnicTemplatePreview: VueComponent;
22939
- export declare const UnnnicTemplatePreviewModal: VueComponent;
22940
21710
  export declare const UnnnicDataTable: VueComponent;
21711
+ export declare const UnnnicSelectTime: VueComponent;
22941
21712
  export declare const UnnnicChip: import('vue').DefineComponent<import('./Chip/types').ChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22942
21713
  click: (event: Event) => any;
22943
21714
  }, string, import('vue').PublicProps, Readonly<import('./Chip/types').ChipProps> & Readonly<{
@@ -22957,98 +21728,11 @@ export declare const UnnnicToast: import('vue').DefineComponent<import('./Toast/
22957
21728
  timeout: number;
22958
21729
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22959
21730
  export declare const UnnnicToastManager: import('./Toast/types').ToastCall;
22960
- export declare const UnnnicPopover: {
22961
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
22962
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
22963
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22964
- "update:open": (value: boolean) => any;
22965
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
22966
- P: {};
22967
- B: {};
22968
- D: {};
22969
- C: {};
22970
- M: {};
22971
- Defaults: {};
22972
- }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
22973
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
22974
- }>, {}, {}, {}, {}, {}>;
22975
- __isFragment?: never;
22976
- __isTeleport?: never;
22977
- __isSuspense?: never;
22978
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
22979
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
22980
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22981
- "update:open": (value: boolean) => any;
22982
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
22983
- $slots: {
22984
- default?(_: {}): any;
22985
- };
22986
- });
22987
- export declare const UnnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
22988
- class?: import('vue').HTMLAttributes["class"];
22989
- size?: "small" | "medium" | "large";
22990
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22991
- escapeKeyDown: (event: KeyboardEvent) => any;
22992
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
22993
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
22994
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
22995
- openAutoFocus: (event: Event) => any;
22996
- closeAutoFocus: (event: Event) => any;
22997
- }, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
22998
- class?: import('vue').HTMLAttributes["class"];
22999
- size?: "small" | "medium" | "large";
23000
- }> & Readonly<{
23001
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23002
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23003
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
23004
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23005
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23006
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
23007
- }>, {
23008
- size: "small" | "medium" | "large";
23009
- class: import('vue').HTMLAttributes["class"];
23010
- sideOffset: number;
23011
- align: "start" | "end" | "center";
23012
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23013
- export declare const UnnnicPopoverTrigger: {
23014
- 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, {
23015
- P: {};
23016
- B: {};
23017
- D: {};
23018
- C: {};
23019
- M: {};
23020
- Defaults: {};
23021
- }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
23022
- __isFragment?: never;
23023
- __isTeleport?: never;
23024
- __isSuspense?: never;
23025
- } & 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 () => {
23026
- $slots: {
23027
- default?(_: {}): any;
23028
- };
23029
- });
23030
- export declare const UnnnicPopoverFooter: {
23031
- 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, {
23032
- P: {};
23033
- B: {};
23034
- D: {};
23035
- C: {};
23036
- M: {};
23037
- Defaults: {};
23038
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
23039
- __isFragment?: never;
23040
- __isTeleport?: never;
23041
- __isSuspense?: never;
23042
- } & 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 () => {
23043
- $slots: {
23044
- default?(_: {}): any;
23045
- };
23046
- });
23047
- export declare const UnnnicDialog: {
23048
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
23049
- "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;
23050
21734
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23051
- "update:open": (value: boolean) => any;
21735
+ "update:modelValue": (payload: string | number) => any;
23052
21736
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23053
21737
  P: {};
23054
21738
  B: {};
@@ -23056,166 +21740,69 @@ export declare const UnnnicDialog: {
23056
21740
  C: {};
23057
21741
  M: {};
23058
21742
  Defaults: {};
23059
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
23060
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
21743
+ }, Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
21744
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
23061
21745
  }>, {}, {}, {}, {}, {}>;
23062
21746
  __isFragment?: never;
23063
21747
  __isTeleport?: never;
23064
21748
  __isSuspense?: never;
23065
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
23066
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
21749
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
21750
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
23067
21751
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23068
- "update:open": (value: boolean) => any;
21752
+ "update:modelValue": (payload: string | number) => any;
23069
21753
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23070
21754
  $slots: {
23071
21755
  default?(_: {}): any;
23072
21756
  };
23073
21757
  });
23074
- export declare const UnnnicDialogContent: {
23075
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
23076
- class?: import('vue').HTMLAttributes["class"];
23077
- size?: "small" | "medium" | "large";
23078
- }> & Readonly<{
23079
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23080
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23081
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
23082
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23083
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23084
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
23085
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23086
- escapeKeyDown: (event: KeyboardEvent) => any;
23087
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
23088
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
23089
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
23090
- openAutoFocus: (event: Event) => any;
23091
- closeAutoFocus: (event: Event) => any;
23092
- }, import('vue').PublicProps, {
23093
- size: "small" | "medium" | "large";
23094
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23095
- P: {};
23096
- B: {};
23097
- D: {};
23098
- C: {};
23099
- M: {};
23100
- Defaults: {};
23101
- }, Readonly<import('reka-ui').DialogContentProps & {
23102
- class?: import('vue').HTMLAttributes["class"];
23103
- size?: "small" | "medium" | "large";
23104
- }> & Readonly<{
23105
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23106
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23107
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
23108
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23109
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23110
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
23111
- }>, {}, {}, {}, {}, {
23112
- size: "small" | "medium" | "large";
23113
- }>;
23114
- __isFragment?: never;
23115
- __isTeleport?: never;
23116
- __isSuspense?: never;
23117
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
23118
- class?: import('vue').HTMLAttributes["class"];
23119
- size?: "small" | "medium" | "large";
23120
- }> & Readonly<{
23121
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23122
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23123
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
23124
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23125
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23126
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
23127
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23128
- escapeKeyDown: (event: KeyboardEvent) => any;
23129
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
23130
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
23131
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
23132
- openAutoFocus: (event: Event) => any;
23133
- closeAutoFocus: (event: Event) => any;
23134
- }, string, {
23135
- size: "small" | "medium" | "large";
23136
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23137
- $slots: {
23138
- default?(_: {}): any;
23139
- };
23140
- });
23141
- export declare const UnnnicDialogFooter: {
23142
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
21758
+ export declare const UnnnicTabsList: {
21759
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsListProps & {
23143
21760
  class?: import('vue').HTMLAttributes["class"];
23144
- divider?: boolean;
23145
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
23146
- divider: boolean;
23147
- }, 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, {
23148
21762
  P: {};
23149
21763
  B: {};
23150
21764
  D: {};
23151
21765
  C: {};
23152
21766
  M: {};
23153
21767
  Defaults: {};
23154
- }, Readonly<{
21768
+ }, Readonly<import('reka-ui').TabsListProps & {
23155
21769
  class?: import('vue').HTMLAttributes["class"];
23156
- divider?: boolean;
23157
- }> & Readonly<{}>, {}, {}, {}, {}, {
23158
- divider: boolean;
23159
- }>;
21770
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
23160
21771
  __isFragment?: never;
23161
21772
  __isTeleport?: never;
23162
21773
  __isSuspense?: never;
23163
- } & import('vue').ComponentOptionsBase<Readonly<{
21774
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
23164
21775
  class?: import('vue').HTMLAttributes["class"];
23165
- divider?: boolean;
23166
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
23167
- divider: boolean;
23168
- }, {}, 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 () => {
23169
21777
  $slots: {
23170
21778
  default?(_: {}): any;
23171
21779
  };
23172
21780
  });
23173
- export declare const UnnnicDialogHeader: {
23174
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
21781
+ export declare const UnnnicTabsTrigger: {
21782
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsTriggerProps & {
23175
21783
  class?: import('vue').HTMLAttributes["class"];
23176
- divider?: boolean;
23177
- type?: "default" | "success" | "warning" | "attention";
23178
- closeButton?: boolean;
23179
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
23180
- type: "default" | "success" | "warning" | "attention";
23181
- divider: boolean;
23182
- closeButton: boolean;
23183
- }, 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, {
23184
21785
  P: {};
23185
21786
  B: {};
23186
21787
  D: {};
23187
21788
  C: {};
23188
21789
  M: {};
23189
21790
  Defaults: {};
23190
- }, Readonly<{
21791
+ }, Readonly<import('reka-ui').TabsTriggerProps & {
23191
21792
  class?: import('vue').HTMLAttributes["class"];
23192
- divider?: boolean;
23193
- type?: "default" | "success" | "warning" | "attention";
23194
- closeButton?: boolean;
23195
- }> & Readonly<{}>, {}, {}, {}, {}, {
23196
- type: "default" | "success" | "warning" | "attention";
23197
- divider: boolean;
23198
- closeButton: boolean;
23199
- }>;
21793
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
23200
21794
  __isFragment?: never;
23201
21795
  __isTeleport?: never;
23202
21796
  __isSuspense?: never;
23203
- } & import('vue').ComponentOptionsBase<Readonly<{
21797
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsTriggerProps & {
23204
21798
  class?: import('vue').HTMLAttributes["class"];
23205
- divider?: boolean;
23206
- type?: "default" | "success" | "warning" | "attention";
23207
- closeButton?: boolean;
23208
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
23209
- type: "default" | "success" | "warning" | "attention";
23210
- divider: boolean;
23211
- closeButton: boolean;
23212
- }, {}, 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 () => {
23213
21800
  $slots: {
23214
21801
  default?(_: {}): any;
23215
21802
  };
23216
21803
  });
23217
- export declare const UnnnicDialogTitle: {
23218
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
21804
+ export declare const UnnnicTabsContent: {
21805
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsContentProps & {
23219
21806
  class?: import('vue').HTMLAttributes["class"];
23220
21807
  }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23221
21808
  P: {};
@@ -23224,58 +21811,24 @@ export declare const UnnnicDialogTitle: {
23224
21811
  C: {};
23225
21812
  M: {};
23226
21813
  Defaults: {};
23227
- }, Readonly<import('reka-ui').DialogTitleProps & {
21814
+ }, Readonly<import('reka-ui').TabsContentProps & {
23228
21815
  class?: import('vue').HTMLAttributes["class"];
23229
21816
  }> & Readonly<{}>, {}, {}, {}, {}, {}>;
23230
21817
  __isFragment?: never;
23231
21818
  __isTeleport?: never;
23232
21819
  __isSuspense?: never;
23233
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
21820
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsContentProps & {
23234
21821
  class?: import('vue').HTMLAttributes["class"];
23235
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 () => {
23236
21823
  $slots: {
23237
21824
  default?(_: {}): any;
23238
21825
  };
23239
21826
  });
23240
- export declare const UnnnicDialogTrigger: {
23241
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23242
- P: {};
23243
- B: {};
23244
- D: {};
23245
- C: {};
23246
- M: {};
23247
- Defaults: {};
23248
- }, Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
23249
- __isFragment?: never;
23250
- __isTeleport?: never;
23251
- __isSuspense?: never;
23252
- } & 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 () => {
23253
- $slots: {
23254
- default?(_: {}): any;
23255
- };
23256
- });
23257
- export declare const UnnnicDialogClose: {
23258
- 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, {
23259
- P: {};
23260
- B: {};
23261
- D: {};
23262
- C: {};
23263
- M: {};
23264
- Defaults: {};
23265
- }, Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
23266
- __isFragment?: never;
23267
- __isTeleport?: never;
23268
- __isSuspense?: never;
23269
- } & 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 () => {
23270
- $slots: {
23271
- default?(_: {}): any;
23272
- };
23273
- });
23274
- export declare const UnnnicTabs: {
23275
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
23276
- "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;
23277
21830
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23278
- "update:modelValue": (payload: string | number) => any;
21831
+ "update:open": (value: boolean) => any;
23279
21832
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23280
21833
  P: {};
23281
21834
  B: {};
@@ -23283,127 +21836,82 @@ export declare const UnnnicTabs: {
23283
21836
  C: {};
23284
21837
  M: {};
23285
21838
  Defaults: {};
23286
- }, Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
23287
- "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
21839
+ }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21840
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
23288
21841
  }>, {}, {}, {}, {}, {}>;
23289
21842
  __isFragment?: never;
23290
21843
  __isTeleport?: never;
23291
21844
  __isSuspense?: never;
23292
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
23293
- "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
21845
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21846
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
23294
21847
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23295
- "update:modelValue": (payload: string | number) => any;
21848
+ "update:open": (value: boolean) => any;
23296
21849
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23297
21850
  $slots: {
23298
21851
  default?(_: {}): any;
23299
21852
  };
23300
21853
  });
23301
- export declare const UnnnicTabsList: {
23302
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsListProps & {
23303
- class?: import('vue').HTMLAttributes["class"];
23304
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23305
- P: {};
23306
- B: {};
23307
- D: {};
23308
- C: {};
23309
- M: {};
23310
- Defaults: {};
23311
- }, Readonly<import('reka-ui').TabsListProps & {
23312
- class?: import('vue').HTMLAttributes["class"];
23313
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
23314
- __isFragment?: never;
23315
- __isTeleport?: never;
23316
- __isSuspense?: never;
23317
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsListProps & {
21854
+ export declare const UnnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
23318
21855
  class?: import('vue').HTMLAttributes["class"];
23319
- }> & 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 () => {
23320
- $slots: {
23321
- default?(_: {}): any;
23322
- };
23323
- });
23324
- export declare const UnnnicTabsTrigger: {
23325
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsTriggerProps & {
23326
- class?: import('vue').HTMLAttributes["class"];
23327
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23328
- P: {};
23329
- B: {};
23330
- D: {};
23331
- C: {};
23332
- M: {};
23333
- Defaults: {};
23334
- }, Readonly<import('reka-ui').TabsTriggerProps & {
23335
- class?: import('vue').HTMLAttributes["class"];
23336
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
23337
- __isFragment?: never;
23338
- __isTeleport?: never;
23339
- __isSuspense?: never;
23340
- } & 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 & {
23341
21865
  class?: import('vue').HTMLAttributes["class"];
23342
- }> & 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 () => {
23343
- $slots: {
23344
- default?(_: {}): any;
23345
- };
23346
- });
23347
- export declare const UnnnicTabsContent: {
23348
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsContentProps & {
23349
- class?: import('vue').HTMLAttributes["class"];
23350
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
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, {
23351
21882
  P: {};
23352
21883
  B: {};
23353
21884
  D: {};
23354
21885
  C: {};
23355
21886
  M: {};
23356
21887
  Defaults: {};
23357
- }, Readonly<import('reka-ui').TabsContentProps & {
23358
- class?: import('vue').HTMLAttributes["class"];
23359
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
21888
+ }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
23360
21889
  __isFragment?: never;
23361
21890
  __isTeleport?: never;
23362
21891
  __isSuspense?: never;
23363
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TabsContentProps & {
23364
- class?: import('vue').HTMLAttributes["class"];
23365
- }> & 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 () => {
23366
21893
  $slots: {
23367
21894
  default?(_: {}): any;
23368
21895
  };
23369
21896
  });
23370
- export declare const UnnnicPageHeader: {
23371
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
23372
- onBack?: (() => any) | undefined;
23373
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
23374
- back: () => any;
23375
- }, import('vue').PublicProps, {
23376
- description: string;
23377
- hasBackButton: boolean;
23378
- }, 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, {
23379
21899
  P: {};
23380
21900
  B: {};
23381
21901
  D: {};
23382
21902
  C: {};
23383
21903
  M: {};
23384
21904
  Defaults: {};
23385
- }, Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
23386
- onBack?: (() => any) | undefined;
23387
- }>, {}, {}, {}, {}, {
23388
- description: string;
23389
- hasBackButton: boolean;
23390
- }>;
21905
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
23391
21906
  __isFragment?: never;
23392
21907
  __isTeleport?: never;
23393
21908
  __isSuspense?: never;
23394
- } & import('vue').ComponentOptionsBase<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
23395
- onBack?: (() => any) | undefined;
23396
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
23397
- back: () => any;
23398
- }, string, {
23399
- description: string;
23400
- hasBackButton: boolean;
23401
- }, {}, 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 () => {
23402
21910
  $slots: {
23403
- tag?(_: {}): any;
23404
- actions?(_: {}): any;
23405
- tabs?(_: {}): any;
21911
+ default?(_: {}): any;
23406
21912
  };
23407
21913
  });
21914
+ export declare const UnnnicTemplatePreview: VueComponent;
21915
+ export declare const UnnnicTemplatePreviewModal: VueComponent;
23408
21916
  export {};
23409
21917
  //# sourceMappingURL=index.d.ts.map