@weni/unnnic-system 3.9.1-alpha.1 → 3.9.1-alpha.3

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 (83) 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 -203
  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/index.d.ts +116 -1568
  18. package/dist/components/index.d.ts.map +1 -1
  19. package/dist/{es-de156c12.mjs → es-4ab705d8.mjs} +1 -1
  20. package/dist/{index-21cbba5d.mjs → index-fca1e425.mjs} +10495 -11246
  21. package/dist/locales/en.json.d.ts +1 -2
  22. package/dist/locales/es.json.d.ts +1 -2
  23. package/dist/locales/pt_br.json.d.ts +1 -2
  24. package/dist/{pt-br-5fa49a3e.mjs → pt-br-b286b97c.mjs} +1 -1
  25. package/dist/style.css +1 -1
  26. package/dist/unnnic.mjs +180 -194
  27. package/dist/unnnic.umd.js +35 -39
  28. package/package.json +1 -1
  29. package/src/assets/scss/tailwind.scss +0 -8
  30. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
  31. package/src/components/Button/Button.vue +0 -1
  32. package/src/components/Input/BaseInput.vue +2 -21
  33. package/src/components/Input/Input.scss +3 -3
  34. package/src/components/Input/Input.vue +1 -19
  35. package/src/components/Input/TextInput.vue +21 -62
  36. package/src/components/ModalDialog/ModalDialog.vue +148 -62
  37. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  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/index.ts +8 -36
  41. package/src/locales/en.json +1 -2
  42. package/src/locales/es.json +1 -2
  43. package/src/locales/pt_br.json +1 -2
  44. package/src/stories/ModalDialog.mdx +0 -3
  45. package/src/stories/ModalDialog.stories.js +1 -1
  46. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
  47. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
  48. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -19
  49. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
  50. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
  51. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
  52. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
  53. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
  54. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
  55. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
  56. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
  57. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
  58. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
  59. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
  60. package/dist/components/ui/dialog/index.d.ts +0 -8
  61. package/dist/components/ui/dialog/index.d.ts.map +0 -1
  62. package/src/components/Alert/SIMPLE_MIGRATION_GUIDE.md +0 -152
  63. package/src/components/Popover/__tests__/Popover.spec.js +0 -147
  64. package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
  65. package/src/components/Popover/index.vue +0 -146
  66. package/src/components/Select/SelectOption.vue +0 -65
  67. package/src/components/Select/__tests__/Select.spec.js +0 -412
  68. package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
  69. package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
  70. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
  71. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
  72. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
  73. package/src/components/Select/index.vue +0 -245
  74. package/src/components/ui/dialog/Dialog.vue +0 -15
  75. package/src/components/ui/dialog/DialogClose.vue +0 -25
  76. package/src/components/ui/dialog/DialogContent.vue +0 -133
  77. package/src/components/ui/dialog/DialogFooter.vue +0 -46
  78. package/src/components/ui/dialog/DialogHeader.vue +0 -79
  79. package/src/components/ui/dialog/DialogTitle.vue +0 -34
  80. package/src/components/ui/dialog/DialogTrigger.vue +0 -12
  81. package/src/components/ui/dialog/index.ts +0 -7
  82. package/src/stories/Dialog.stories.js +0 -832
  83. 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,208 +4040,6 @@ export declare const unnnicModalDialog: import('vue').DefineComponent<import('vu
4170
4040
  default?(_: {}): any;
4171
4041
  };
4172
4042
  });
4173
- UnnnicDialog: {
4174
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
4175
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
4176
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4177
- "update:open": (value: boolean) => any;
4178
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4179
- P: {};
4180
- B: {};
4181
- D: {};
4182
- C: {};
4183
- M: {};
4184
- Defaults: {};
4185
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
4186
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
4187
- }>, {}, {}, {}, {}, {}>;
4188
- __isFragment?: never;
4189
- __isTeleport?: never;
4190
- __isSuspense?: never;
4191
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
4192
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
4193
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4194
- "update:open": (value: boolean) => any;
4195
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4196
- $slots: {
4197
- default?(_: {}): any;
4198
- };
4199
- });
4200
- UnnnicDialogContent: {
4201
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
4202
- parentClass?: import('vue').HTMLAttributes["class"];
4203
- class?: import('vue').HTMLAttributes["class"];
4204
- size?: "small" | "medium" | "large";
4205
- }> & Readonly<{
4206
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
4207
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
4208
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
4209
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
4210
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
4211
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
4212
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4213
- escapeKeyDown: (event: KeyboardEvent) => any;
4214
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
4215
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
4216
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
4217
- openAutoFocus: (event: Event) => any;
4218
- closeAutoFocus: (event: Event) => any;
4219
- }, import('vue').PublicProps, {
4220
- size: "small" | "medium" | "large";
4221
- class: import('vue').HTMLAttributes["class"];
4222
- parentClass: import('vue').HTMLAttributes["class"];
4223
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4224
- P: {};
4225
- B: {};
4226
- D: {};
4227
- C: {};
4228
- M: {};
4229
- Defaults: {};
4230
- }, Readonly<import('reka-ui').DialogContentProps & {
4231
- parentClass?: import('vue').HTMLAttributes["class"];
4232
- class?: import('vue').HTMLAttributes["class"];
4233
- size?: "small" | "medium" | "large";
4234
- }> & Readonly<{
4235
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
4236
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
4237
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
4238
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
4239
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
4240
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
4241
- }>, {}, {}, {}, {}, {
4242
- size: "small" | "medium" | "large";
4243
- class: import('vue').HTMLAttributes["class"];
4244
- parentClass: import('vue').HTMLAttributes["class"];
4245
- }>;
4246
- __isFragment?: never;
4247
- __isTeleport?: never;
4248
- __isSuspense?: never;
4249
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
4250
- parentClass?: import('vue').HTMLAttributes["class"];
4251
- class?: import('vue').HTMLAttributes["class"];
4252
- size?: "small" | "medium" | "large";
4253
- }> & Readonly<{
4254
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
4255
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
4256
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
4257
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
4258
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
4259
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
4260
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4261
- escapeKeyDown: (event: KeyboardEvent) => any;
4262
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
4263
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
4264
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
4265
- openAutoFocus: (event: Event) => any;
4266
- closeAutoFocus: (event: Event) => any;
4267
- }, string, {
4268
- size: "small" | "medium" | "large";
4269
- class: import('vue').HTMLAttributes["class"];
4270
- parentClass: import('vue').HTMLAttributes["class"];
4271
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4272
- $slots: {
4273
- default?(_: {}): any;
4274
- };
4275
- });
4276
- UnnnicDialogHeader: {
4277
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4278
- class?: import('vue').HTMLAttributes["class"];
4279
- divider?: boolean;
4280
- type?: "default" | "success" | "warning" | "attention";
4281
- closeButton?: boolean;
4282
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
4283
- type: "default" | "success" | "warning" | "attention";
4284
- divider: boolean;
4285
- closeButton: boolean;
4286
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
4287
- P: {};
4288
- B: {};
4289
- D: {};
4290
- C: {};
4291
- M: {};
4292
- Defaults: {};
4293
- }, Readonly<{
4294
- class?: import('vue').HTMLAttributes["class"];
4295
- divider?: boolean;
4296
- type?: "default" | "success" | "warning" | "attention";
4297
- closeButton?: boolean;
4298
- }> & Readonly<{}>, {}, {}, {}, {}, {
4299
- type: "default" | "success" | "warning" | "attention";
4300
- divider: boolean;
4301
- closeButton: boolean;
4302
- }>;
4303
- __isFragment?: never;
4304
- __isTeleport?: never;
4305
- __isSuspense?: never;
4306
- } & import('vue').ComponentOptionsBase<Readonly<{
4307
- class?: import('vue').HTMLAttributes["class"];
4308
- divider?: boolean;
4309
- type?: "default" | "success" | "warning" | "attention";
4310
- closeButton?: boolean;
4311
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
4312
- type: "default" | "success" | "warning" | "attention";
4313
- divider: boolean;
4314
- closeButton: boolean;
4315
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4316
- $slots: {
4317
- default?(_: {}): any;
4318
- };
4319
- });
4320
- UnnnicDialogTitle: {
4321
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
4322
- class?: import('vue').HTMLAttributes["class"];
4323
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4324
- P: {};
4325
- B: {};
4326
- D: {};
4327
- C: {};
4328
- M: {};
4329
- Defaults: {};
4330
- }, Readonly<import('reka-ui').DialogTitleProps & {
4331
- class?: import('vue').HTMLAttributes["class"];
4332
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
4333
- __isFragment?: never;
4334
- __isTeleport?: never;
4335
- __isSuspense?: never;
4336
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
4337
- class?: import('vue').HTMLAttributes["class"];
4338
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4339
- $slots: {
4340
- default?(_: {}): any;
4341
- };
4342
- });
4343
- UnnnicDialogFooter: {
4344
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4345
- class?: import('vue').HTMLAttributes["class"];
4346
- divider?: boolean;
4347
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
4348
- divider: boolean;
4349
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
4350
- P: {};
4351
- B: {};
4352
- D: {};
4353
- C: {};
4354
- M: {};
4355
- Defaults: {};
4356
- }, Readonly<{
4357
- class?: import('vue').HTMLAttributes["class"];
4358
- divider?: boolean;
4359
- }> & Readonly<{}>, {}, {}, {}, {}, {
4360
- divider: boolean;
4361
- }>;
4362
- __isFragment?: never;
4363
- __isTeleport?: never;
4364
- __isSuspense?: never;
4365
- } & import('vue').ComponentOptionsBase<Readonly<{
4366
- class?: import('vue').HTMLAttributes["class"];
4367
- divider?: boolean;
4368
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
4369
- divider: boolean;
4370
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4371
- $slots: {
4372
- default?(_: {}): any;
4373
- };
4374
- });
4375
4043
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4376
4044
  export declare const unnnicModalNext: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4377
4045
  type: {
@@ -4526,25 +4194,13 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4526
4194
  type: BooleanConstructor;
4527
4195
  default: boolean;
4528
4196
  };
4529
- readonly: {
4530
- type: BooleanConstructor;
4531
- default: boolean;
4532
- };
4533
- forceActiveStatus: {
4534
- type: BooleanConstructor;
4535
- default: boolean;
4536
- };
4537
- showClear: {
4538
- type: BooleanConstructor;
4539
- default: boolean;
4540
- };
4541
4197
  }>, {}, {
4542
4198
  val: string;
4543
4199
  }, {
4544
4200
  computedError(): string | boolean;
4545
4201
  }, {
4546
4202
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
4547
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("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<{
4548
4204
  placeholder: {
4549
4205
  type: StringConstructor;
4550
4206
  default: string;
@@ -4622,21 +4278,8 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4622
4278
  type: BooleanConstructor;
4623
4279
  default: boolean;
4624
4280
  };
4625
- readonly: {
4626
- type: BooleanConstructor;
4627
- default: boolean;
4628
- };
4629
- forceActiveStatus: {
4630
- type: BooleanConstructor;
4631
- default: boolean;
4632
- };
4633
- showClear: {
4634
- type: BooleanConstructor;
4635
- default: boolean;
4636
- };
4637
4281
  }>> & Readonly<{
4638
4282
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4639
- onClear?: ((...args: any[]) => any) | undefined;
4640
4283
  }>, {
4641
4284
  type: string;
4642
4285
  size: string;
@@ -4649,14 +4292,11 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4649
4292
  modelValue: string;
4650
4293
  nativeType: string;
4651
4294
  maxlength: number | null;
4652
- readonly: boolean;
4653
- forceActiveStatus: boolean;
4654
4295
  iconLeft: string;
4655
4296
  iconRight: string;
4656
4297
  iconLeftClickable: boolean;
4657
4298
  iconRightClickable: boolean;
4658
4299
  allowTogglePassword: boolean;
4659
- showClear: boolean;
4660
4300
  errors: string | unknown[];
4661
4301
  hasCloudyColor: boolean;
4662
4302
  showMaxlengthCounter: boolean;
@@ -4711,34 +4351,21 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4711
4351
  type: BooleanConstructor;
4712
4352
  default: boolean;
4713
4353
  };
4714
- readonly: {
4715
- type: BooleanConstructor;
4716
- default: boolean;
4717
- };
4718
- forceActiveStatus: {
4719
- type: BooleanConstructor;
4720
- default: boolean;
4721
- };
4722
- showClear: {
4723
- type: BooleanConstructor;
4724
- default: boolean;
4725
- };
4726
4354
  }>, {}, {
4727
4355
  isFocused: boolean;
4728
4356
  showPassword: boolean;
4729
4357
  }, {
4730
4358
  isDisabled(): {};
4731
4359
  iconRightSvg(): string;
4732
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
4360
+ iconScheme(): "fg-base" | "fg-muted";
4733
4361
  attributes(): any;
4734
4362
  }, {
4735
4363
  focus(): void;
4736
4364
  onFocus(): void;
4737
4365
  onBlur(): void;
4738
4366
  onIconLeftClick(): void;
4739
- onClearClick(): void;
4740
4367
  onIconRightClick(): void;
4741
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("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<{
4742
4369
  placeholder: {
4743
4370
  type: StringConstructor;
4744
4371
  default: null;
@@ -4788,20 +4415,7 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4788
4415
  type: BooleanConstructor;
4789
4416
  default: boolean;
4790
4417
  };
4791
- readonly: {
4792
- type: BooleanConstructor;
4793
- default: boolean;
4794
- };
4795
- forceActiveStatus: {
4796
- type: BooleanConstructor;
4797
- default: boolean;
4798
- };
4799
- showClear: {
4800
- type: BooleanConstructor;
4801
- default: boolean;
4802
- };
4803
4418
  }>> & Readonly<{
4804
- onClear?: ((...args: any[]) => any) | undefined;
4805
4419
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
4806
4420
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
4807
4421
  }>, {
@@ -4812,14 +4426,11 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4812
4426
  modelValue: string;
4813
4427
  nativeType: string;
4814
4428
  maxlength: number;
4815
- readonly: boolean;
4816
- forceActiveStatus: boolean;
4817
4429
  iconLeft: string;
4818
4430
  iconRight: string;
4819
4431
  iconLeftClickable: boolean;
4820
4432
  iconRightClickable: boolean;
4821
4433
  allowTogglePassword: boolean;
4822
- showClear: boolean;
4823
4434
  }, {}, {
4824
4435
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4825
4436
  type: {
@@ -4845,25 +4456,15 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4845
4456
  };
4846
4457
  hasIconLeft: BooleanConstructor;
4847
4458
  hasIconRight: BooleanConstructor;
4848
- hasClearIcon: BooleanConstructor;
4849
4459
  maxlength: {
4850
4460
  type: NumberConstructor;
4851
4461
  default: null;
4852
4462
  };
4853
- readonly: {
4854
- type: BooleanConstructor;
4855
- default: boolean;
4856
- };
4857
- forceActiveStatus: {
4858
- type: BooleanConstructor;
4859
- default: boolean;
4860
- };
4861
4463
  }>, {}, {}, {
4862
4464
  attributes(): any;
4863
4465
  classes(): (string | {
4864
4466
  'input--has-icon-left': boolean;
4865
4467
  'input--has-icon-right': boolean;
4866
- 'input--has-clear-icon': boolean;
4867
4468
  })[];
4868
4469
  }, {
4869
4470
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -4891,19 +4492,10 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4891
4492
  };
4892
4493
  hasIconLeft: BooleanConstructor;
4893
4494
  hasIconRight: BooleanConstructor;
4894
- hasClearIcon: BooleanConstructor;
4895
4495
  maxlength: {
4896
4496
  type: NumberConstructor;
4897
4497
  default: null;
4898
4498
  };
4899
- readonly: {
4900
- type: BooleanConstructor;
4901
- default: boolean;
4902
- };
4903
- forceActiveStatus: {
4904
- type: BooleanConstructor;
4905
- default: boolean;
4906
- };
4907
4499
  }>> & Readonly<{
4908
4500
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
4909
4501
  }>, {
@@ -4912,12 +4504,9 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
4912
4504
  mask: string | unknown[];
4913
4505
  hasIconLeft: boolean;
4914
4506
  hasIconRight: boolean;
4915
- hasClearIcon: boolean;
4916
4507
  modelValue: string;
4917
4508
  nativeType: string;
4918
4509
  maxlength: number;
4919
- readonly: boolean;
4920
- forceActiveStatus: boolean;
4921
4510
  }, {}, {}, {
4922
4511
  mask: any;
4923
4512
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -8031,25 +7620,13 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8031
7620
  type: BooleanConstructor;
8032
7621
  default: boolean;
8033
7622
  };
8034
- readonly: {
8035
- type: BooleanConstructor;
8036
- default: boolean;
8037
- };
8038
- forceActiveStatus: {
8039
- type: BooleanConstructor;
8040
- default: boolean;
8041
- };
8042
- showClear: {
8043
- type: BooleanConstructor;
8044
- default: boolean;
8045
- };
8046
7623
  }>, {}, {
8047
7624
  val: string;
8048
7625
  }, {
8049
7626
  computedError(): string | boolean;
8050
7627
  }, {
8051
7628
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
8052
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("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<{
8053
7630
  placeholder: {
8054
7631
  type: StringConstructor;
8055
7632
  default: string;
@@ -8127,21 +7704,8 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8127
7704
  type: BooleanConstructor;
8128
7705
  default: boolean;
8129
7706
  };
8130
- readonly: {
8131
- type: BooleanConstructor;
8132
- default: boolean;
8133
- };
8134
- forceActiveStatus: {
8135
- type: BooleanConstructor;
8136
- default: boolean;
8137
- };
8138
- showClear: {
8139
- type: BooleanConstructor;
8140
- default: boolean;
8141
- };
8142
7707
  }>> & Readonly<{
8143
7708
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8144
- onClear?: ((...args: any[]) => any) | undefined;
8145
7709
  }>, {
8146
7710
  type: string;
8147
7711
  size: string;
@@ -8154,14 +7718,11 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8154
7718
  modelValue: string;
8155
7719
  nativeType: string;
8156
7720
  maxlength: number | null;
8157
- readonly: boolean;
8158
- forceActiveStatus: boolean;
8159
7721
  iconLeft: string;
8160
7722
  iconRight: string;
8161
7723
  iconLeftClickable: boolean;
8162
7724
  iconRightClickable: boolean;
8163
7725
  allowTogglePassword: boolean;
8164
- showClear: boolean;
8165
7726
  errors: string | unknown[];
8166
7727
  hasCloudyColor: boolean;
8167
7728
  showMaxlengthCounter: boolean;
@@ -8216,34 +7777,21 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8216
7777
  type: BooleanConstructor;
8217
7778
  default: boolean;
8218
7779
  };
8219
- readonly: {
8220
- type: BooleanConstructor;
8221
- default: boolean;
8222
- };
8223
- forceActiveStatus: {
8224
- type: BooleanConstructor;
8225
- default: boolean;
8226
- };
8227
- showClear: {
8228
- type: BooleanConstructor;
8229
- default: boolean;
8230
- };
8231
7780
  }>, {}, {
8232
7781
  isFocused: boolean;
8233
7782
  showPassword: boolean;
8234
7783
  }, {
8235
7784
  isDisabled(): {};
8236
7785
  iconRightSvg(): string;
8237
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
7786
+ iconScheme(): "fg-base" | "fg-muted";
8238
7787
  attributes(): any;
8239
7788
  }, {
8240
7789
  focus(): void;
8241
7790
  onFocus(): void;
8242
7791
  onBlur(): void;
8243
7792
  onIconLeftClick(): void;
8244
- onClearClick(): void;
8245
7793
  onIconRightClick(): void;
8246
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("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<{
8247
7795
  placeholder: {
8248
7796
  type: StringConstructor;
8249
7797
  default: null;
@@ -8293,20 +7841,7 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8293
7841
  type: BooleanConstructor;
8294
7842
  default: boolean;
8295
7843
  };
8296
- readonly: {
8297
- type: BooleanConstructor;
8298
- default: boolean;
8299
- };
8300
- forceActiveStatus: {
8301
- type: BooleanConstructor;
8302
- default: boolean;
8303
- };
8304
- showClear: {
8305
- type: BooleanConstructor;
8306
- default: boolean;
8307
- };
8308
7844
  }>> & Readonly<{
8309
- onClear?: ((...args: any[]) => any) | undefined;
8310
7845
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
8311
7846
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
8312
7847
  }>, {
@@ -8317,14 +7852,11 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8317
7852
  modelValue: string;
8318
7853
  nativeType: string;
8319
7854
  maxlength: number;
8320
- readonly: boolean;
8321
- forceActiveStatus: boolean;
8322
7855
  iconLeft: string;
8323
7856
  iconRight: string;
8324
7857
  iconLeftClickable: boolean;
8325
7858
  iconRightClickable: boolean;
8326
7859
  allowTogglePassword: boolean;
8327
- showClear: boolean;
8328
7860
  }, {}, {
8329
7861
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
8330
7862
  type: {
@@ -8350,25 +7882,15 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8350
7882
  };
8351
7883
  hasIconLeft: BooleanConstructor;
8352
7884
  hasIconRight: BooleanConstructor;
8353
- hasClearIcon: BooleanConstructor;
8354
7885
  maxlength: {
8355
7886
  type: NumberConstructor;
8356
7887
  default: null;
8357
7888
  };
8358
- readonly: {
8359
- type: BooleanConstructor;
8360
- default: boolean;
8361
- };
8362
- forceActiveStatus: {
8363
- type: BooleanConstructor;
8364
- default: boolean;
8365
- };
8366
7889
  }>, {}, {}, {
8367
7890
  attributes(): any;
8368
7891
  classes(): (string | {
8369
7892
  'input--has-icon-left': boolean;
8370
7893
  'input--has-icon-right': boolean;
8371
- 'input--has-clear-icon': boolean;
8372
7894
  })[];
8373
7895
  }, {
8374
7896
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -8396,19 +7918,10 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8396
7918
  };
8397
7919
  hasIconLeft: BooleanConstructor;
8398
7920
  hasIconRight: BooleanConstructor;
8399
- hasClearIcon: BooleanConstructor;
8400
7921
  maxlength: {
8401
7922
  type: NumberConstructor;
8402
7923
  default: null;
8403
7924
  };
8404
- readonly: {
8405
- type: BooleanConstructor;
8406
- default: boolean;
8407
- };
8408
- forceActiveStatus: {
8409
- type: BooleanConstructor;
8410
- default: boolean;
8411
- };
8412
7925
  }>> & Readonly<{
8413
7926
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
8414
7927
  }>, {
@@ -8417,12 +7930,9 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
8417
7930
  mask: string | unknown[];
8418
7931
  hasIconLeft: boolean;
8419
7932
  hasIconRight: boolean;
8420
- hasClearIcon: boolean;
8421
7933
  modelValue: string;
8422
7934
  nativeType: string;
8423
7935
  maxlength: number;
8424
- readonly: boolean;
8425
- forceActiveStatus: boolean;
8426
7936
  }, {}, {}, {
8427
7937
  mask: any;
8428
7938
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -11281,10 +10791,8 @@ export declare const unnnicNavigator: import('vue').DefineComponent<import('vue'
11281
10791
  required: true;
11282
10792
  };
11283
10793
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11284
- export declare const unnnicSelectTime: VueComponent;
11285
- export declare const unnnicTemplatePreview: VueComponent;
11286
- export declare const unnnicTemplatePreviewModal: VueComponent;
11287
10794
  export declare const unnnicDataTable: VueComponent;
10795
+ export declare const unnnicSelectTime: VueComponent;
11288
10796
  export declare const unnnicChip: import('vue').DefineComponent<import('./Chip/types').ChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11289
10797
  click: (event: Event) => any;
11290
10798
  }, string, import('vue').PublicProps, Readonly<import('./Chip/types').ChipProps> & Readonly<{
@@ -11391,242 +10899,8 @@ export declare const unnnicPopoverFooter: {
11391
10899
  default?(_: {}): any;
11392
10900
  };
11393
10901
  });
11394
- export declare const unnnicDialog: {
11395
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
11396
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
11397
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11398
- "update:open": (value: boolean) => any;
11399
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11400
- P: {};
11401
- B: {};
11402
- D: {};
11403
- C: {};
11404
- M: {};
11405
- Defaults: {};
11406
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
11407
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
11408
- }>, {}, {}, {}, {}, {}>;
11409
- __isFragment?: never;
11410
- __isTeleport?: never;
11411
- __isSuspense?: never;
11412
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
11413
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
11414
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11415
- "update:open": (value: boolean) => any;
11416
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11417
- $slots: {
11418
- default?(_: {}): any;
11419
- };
11420
- });
11421
- export declare const unnnicDialogContent: {
11422
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
11423
- parentClass?: import('vue').HTMLAttributes["class"];
11424
- class?: import('vue').HTMLAttributes["class"];
11425
- size?: "small" | "medium" | "large";
11426
- }> & Readonly<{
11427
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11428
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
11429
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
11430
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
11431
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
11432
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
11433
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11434
- escapeKeyDown: (event: KeyboardEvent) => any;
11435
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
11436
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
11437
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
11438
- openAutoFocus: (event: Event) => any;
11439
- closeAutoFocus: (event: Event) => any;
11440
- }, import('vue').PublicProps, {
11441
- size: "small" | "medium" | "large";
11442
- class: import('vue').HTMLAttributes["class"];
11443
- parentClass: import('vue').HTMLAttributes["class"];
11444
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11445
- P: {};
11446
- B: {};
11447
- D: {};
11448
- C: {};
11449
- M: {};
11450
- Defaults: {};
11451
- }, Readonly<import('reka-ui').DialogContentProps & {
11452
- parentClass?: import('vue').HTMLAttributes["class"];
11453
- class?: import('vue').HTMLAttributes["class"];
11454
- size?: "small" | "medium" | "large";
11455
- }> & Readonly<{
11456
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11457
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
11458
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
11459
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
11460
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
11461
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
11462
- }>, {}, {}, {}, {}, {
11463
- size: "small" | "medium" | "large";
11464
- class: import('vue').HTMLAttributes["class"];
11465
- parentClass: import('vue').HTMLAttributes["class"];
11466
- }>;
11467
- __isFragment?: never;
11468
- __isTeleport?: never;
11469
- __isSuspense?: never;
11470
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
11471
- parentClass?: import('vue').HTMLAttributes["class"];
11472
- class?: import('vue').HTMLAttributes["class"];
11473
- size?: "small" | "medium" | "large";
11474
- }> & Readonly<{
11475
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
11476
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
11477
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
11478
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
11479
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
11480
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
11481
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11482
- escapeKeyDown: (event: KeyboardEvent) => any;
11483
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
11484
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
11485
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
11486
- openAutoFocus: (event: Event) => any;
11487
- closeAutoFocus: (event: Event) => any;
11488
- }, string, {
11489
- size: "small" | "medium" | "large";
11490
- class: import('vue').HTMLAttributes["class"];
11491
- parentClass: import('vue').HTMLAttributes["class"];
11492
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11493
- $slots: {
11494
- default?(_: {}): any;
11495
- };
11496
- });
11497
- export declare const unnnicDialogFooter: {
11498
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
11499
- class?: import('vue').HTMLAttributes["class"];
11500
- divider?: boolean;
11501
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
11502
- divider: boolean;
11503
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
11504
- P: {};
11505
- B: {};
11506
- D: {};
11507
- C: {};
11508
- M: {};
11509
- Defaults: {};
11510
- }, Readonly<{
11511
- class?: import('vue').HTMLAttributes["class"];
11512
- divider?: boolean;
11513
- }> & Readonly<{}>, {}, {}, {}, {}, {
11514
- divider: boolean;
11515
- }>;
11516
- __isFragment?: never;
11517
- __isTeleport?: never;
11518
- __isSuspense?: never;
11519
- } & import('vue').ComponentOptionsBase<Readonly<{
11520
- class?: import('vue').HTMLAttributes["class"];
11521
- divider?: boolean;
11522
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
11523
- divider: boolean;
11524
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11525
- $slots: {
11526
- default?(_: {}): any;
11527
- };
11528
- });
11529
- export declare const unnnicDialogHeader: {
11530
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
11531
- class?: import('vue').HTMLAttributes["class"];
11532
- divider?: boolean;
11533
- type?: "default" | "success" | "warning" | "attention";
11534
- closeButton?: boolean;
11535
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
11536
- type: "default" | "success" | "warning" | "attention";
11537
- divider: boolean;
11538
- closeButton: boolean;
11539
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
11540
- P: {};
11541
- B: {};
11542
- D: {};
11543
- C: {};
11544
- M: {};
11545
- Defaults: {};
11546
- }, Readonly<{
11547
- class?: import('vue').HTMLAttributes["class"];
11548
- divider?: boolean;
11549
- type?: "default" | "success" | "warning" | "attention";
11550
- closeButton?: boolean;
11551
- }> & Readonly<{}>, {}, {}, {}, {}, {
11552
- type: "default" | "success" | "warning" | "attention";
11553
- divider: boolean;
11554
- closeButton: boolean;
11555
- }>;
11556
- __isFragment?: never;
11557
- __isTeleport?: never;
11558
- __isSuspense?: never;
11559
- } & import('vue').ComponentOptionsBase<Readonly<{
11560
- class?: import('vue').HTMLAttributes["class"];
11561
- divider?: boolean;
11562
- type?: "default" | "success" | "warning" | "attention";
11563
- closeButton?: boolean;
11564
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
11565
- type: "default" | "success" | "warning" | "attention";
11566
- divider: boolean;
11567
- closeButton: boolean;
11568
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11569
- $slots: {
11570
- default?(_: {}): any;
11571
- };
11572
- });
11573
- export declare const unnnicDialogTitle: {
11574
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
11575
- class?: import('vue').HTMLAttributes["class"];
11576
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
11577
- P: {};
11578
- B: {};
11579
- D: {};
11580
- C: {};
11581
- M: {};
11582
- Defaults: {};
11583
- }, Readonly<import('reka-ui').DialogTitleProps & {
11584
- class?: import('vue').HTMLAttributes["class"];
11585
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
11586
- __isFragment?: never;
11587
- __isTeleport?: never;
11588
- __isSuspense?: never;
11589
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
11590
- class?: import('vue').HTMLAttributes["class"];
11591
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11592
- $slots: {
11593
- default?(_: {}): any;
11594
- };
11595
- });
11596
- export declare const unnnicDialogTrigger: {
11597
- 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, {
11598
- P: {};
11599
- B: {};
11600
- D: {};
11601
- C: {};
11602
- M: {};
11603
- Defaults: {};
11604
- }, Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
11605
- __isFragment?: never;
11606
- __isTeleport?: never;
11607
- __isSuspense?: never;
11608
- } & 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 () => {
11609
- $slots: {
11610
- default?(_: {}): any;
11611
- };
11612
- });
11613
- export declare const unnnicDialogClose: {
11614
- 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, {
11615
- P: {};
11616
- B: {};
11617
- D: {};
11618
- C: {};
11619
- M: {};
11620
- Defaults: {};
11621
- }, Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
11622
- __isFragment?: never;
11623
- __isTeleport?: never;
11624
- __isSuspense?: never;
11625
- } & 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 () => {
11626
- $slots: {
11627
- default?(_: {}): any;
11628
- };
11629
- });
10902
+ export declare const unnnicTemplatePreview: VueComponent;
10903
+ export declare const unnnicTemplatePreviewModal: VueComponent;
11630
10904
  export declare const unnnicTabs: {
11631
10905
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
11632
10906
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
@@ -11840,25 +11114,13 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
11840
11114
  type: BooleanConstructor;
11841
11115
  default: boolean;
11842
11116
  };
11843
- readonly: {
11844
- type: BooleanConstructor;
11845
- default: boolean;
11846
- };
11847
- forceActiveStatus: {
11848
- type: BooleanConstructor;
11849
- default: boolean;
11850
- };
11851
- showClear: {
11852
- type: BooleanConstructor;
11853
- default: boolean;
11854
- };
11855
11117
  }>, {}, {
11856
11118
  val: string;
11857
11119
  }, {
11858
11120
  computedError(): string | boolean;
11859
11121
  }, {
11860
11122
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
11861
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11123
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11862
11124
  placeholder: {
11863
11125
  type: StringConstructor;
11864
11126
  default: string;
@@ -11936,21 +11198,8 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
11936
11198
  type: BooleanConstructor;
11937
11199
  default: boolean;
11938
11200
  };
11939
- readonly: {
11940
- type: BooleanConstructor;
11941
- default: boolean;
11942
- };
11943
- forceActiveStatus: {
11944
- type: BooleanConstructor;
11945
- default: boolean;
11946
- };
11947
- showClear: {
11948
- type: BooleanConstructor;
11949
- default: boolean;
11950
- };
11951
11201
  }>> & Readonly<{
11952
11202
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11953
- onClear?: ((...args: any[]) => any) | undefined;
11954
11203
  }>, {
11955
11204
  type: string;
11956
11205
  size: string;
@@ -11963,14 +11212,11 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
11963
11212
  modelValue: string;
11964
11213
  nativeType: string;
11965
11214
  maxlength: number | null;
11966
- readonly: boolean;
11967
- forceActiveStatus: boolean;
11968
11215
  iconLeft: string;
11969
11216
  iconRight: string;
11970
11217
  iconLeftClickable: boolean;
11971
11218
  iconRightClickable: boolean;
11972
11219
  allowTogglePassword: boolean;
11973
- showClear: boolean;
11974
11220
  errors: string | unknown[];
11975
11221
  hasCloudyColor: boolean;
11976
11222
  showMaxlengthCounter: boolean;
@@ -12025,34 +11271,21 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12025
11271
  type: BooleanConstructor;
12026
11272
  default: boolean;
12027
11273
  };
12028
- readonly: {
12029
- type: BooleanConstructor;
12030
- default: boolean;
12031
- };
12032
- forceActiveStatus: {
12033
- type: BooleanConstructor;
12034
- default: boolean;
12035
- };
12036
- showClear: {
12037
- type: BooleanConstructor;
12038
- default: boolean;
12039
- };
12040
11274
  }>, {}, {
12041
11275
  isFocused: boolean;
12042
11276
  showPassword: boolean;
12043
11277
  }, {
12044
11278
  isDisabled(): {};
12045
11279
  iconRightSvg(): string;
12046
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
11280
+ iconScheme(): "fg-base" | "fg-muted";
12047
11281
  attributes(): any;
12048
11282
  }, {
12049
11283
  focus(): void;
12050
11284
  onFocus(): void;
12051
11285
  onBlur(): void;
12052
11286
  onIconLeftClick(): void;
12053
- onClearClick(): void;
12054
11287
  onIconRightClick(): void;
12055
- }, 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<{
11288
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12056
11289
  placeholder: {
12057
11290
  type: StringConstructor;
12058
11291
  default: null;
@@ -12102,20 +11335,7 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12102
11335
  type: BooleanConstructor;
12103
11336
  default: boolean;
12104
11337
  };
12105
- readonly: {
12106
- type: BooleanConstructor;
12107
- default: boolean;
12108
- };
12109
- forceActiveStatus: {
12110
- type: BooleanConstructor;
12111
- default: boolean;
12112
- };
12113
- showClear: {
12114
- type: BooleanConstructor;
12115
- default: boolean;
12116
- };
12117
11338
  }>> & Readonly<{
12118
- onClear?: ((...args: any[]) => any) | undefined;
12119
11339
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
12120
11340
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
12121
11341
  }>, {
@@ -12126,14 +11346,11 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12126
11346
  modelValue: string;
12127
11347
  nativeType: string;
12128
11348
  maxlength: number;
12129
- readonly: boolean;
12130
- forceActiveStatus: boolean;
12131
11349
  iconLeft: string;
12132
11350
  iconRight: string;
12133
11351
  iconLeftClickable: boolean;
12134
11352
  iconRightClickable: boolean;
12135
11353
  allowTogglePassword: boolean;
12136
- showClear: boolean;
12137
11354
  }, {}, {
12138
11355
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12139
11356
  type: {
@@ -12159,25 +11376,15 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12159
11376
  };
12160
11377
  hasIconLeft: BooleanConstructor;
12161
11378
  hasIconRight: BooleanConstructor;
12162
- hasClearIcon: BooleanConstructor;
12163
11379
  maxlength: {
12164
11380
  type: NumberConstructor;
12165
11381
  default: null;
12166
11382
  };
12167
- readonly: {
12168
- type: BooleanConstructor;
12169
- default: boolean;
12170
- };
12171
- forceActiveStatus: {
12172
- type: BooleanConstructor;
12173
- default: boolean;
12174
- };
12175
11383
  }>, {}, {}, {
12176
11384
  attributes(): any;
12177
11385
  classes(): (string | {
12178
11386
  'input--has-icon-left': boolean;
12179
11387
  'input--has-icon-right': boolean;
12180
- 'input--has-clear-icon': boolean;
12181
11388
  })[];
12182
11389
  }, {
12183
11390
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -12205,19 +11412,10 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12205
11412
  };
12206
11413
  hasIconLeft: BooleanConstructor;
12207
11414
  hasIconRight: BooleanConstructor;
12208
- hasClearIcon: BooleanConstructor;
12209
11415
  maxlength: {
12210
11416
  type: NumberConstructor;
12211
11417
  default: null;
12212
11418
  };
12213
- readonly: {
12214
- type: BooleanConstructor;
12215
- default: boolean;
12216
- };
12217
- forceActiveStatus: {
12218
- type: BooleanConstructor;
12219
- default: boolean;
12220
- };
12221
11419
  }>> & Readonly<{
12222
11420
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12223
11421
  }>, {
@@ -12226,12 +11424,9 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
12226
11424
  mask: string | unknown[];
12227
11425
  hasIconLeft: boolean;
12228
11426
  hasIconRight: boolean;
12229
- hasClearIcon: boolean;
12230
11427
  modelValue: string;
12231
11428
  nativeType: string;
12232
11429
  maxlength: number;
12233
- readonly: boolean;
12234
- forceActiveStatus: boolean;
12235
11430
  }, {}, {}, {
12236
11431
  mask: any;
12237
11432
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -12411,8 +11606,8 @@ export declare const UnnnicInputNext: import('vue').DefineComponent<import('vue'
12411
11606
  size: string;
12412
11607
  disabled: boolean;
12413
11608
  nativeType: string;
12414
- readonly: boolean;
12415
11609
  allowTogglePassword: boolean;
11610
+ readonly: boolean;
12416
11611
  }, {}, {
12417
11612
  UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12418
11613
  click: (event: Event) => any;
@@ -12587,7 +11782,6 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12587
11782
  }>, {
12588
11783
  type: string;
12589
11784
  size: string;
12590
- next: boolean;
12591
11785
  minDate: string;
12592
11786
  maxDate: string;
12593
11787
  months: unknown[];
@@ -12598,6 +11792,7 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12598
11792
  iconPosition: string;
12599
11793
  fillW: boolean;
12600
11794
  actionText: string;
11795
+ next: boolean;
12601
11796
  format: string;
12602
11797
  inputFormat: string;
12603
11798
  position: string;
@@ -12680,25 +11875,13 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12680
11875
  type: BooleanConstructor;
12681
11876
  default: boolean;
12682
11877
  };
12683
- readonly: {
12684
- type: BooleanConstructor;
12685
- default: boolean;
12686
- };
12687
- forceActiveStatus: {
12688
- type: BooleanConstructor;
12689
- default: boolean;
12690
- };
12691
- showClear: {
12692
- type: BooleanConstructor;
12693
- default: boolean;
12694
- };
12695
11878
  }>, {}, {
12696
11879
  val: string;
12697
11880
  }, {
12698
11881
  computedError(): string | boolean;
12699
11882
  }, {
12700
11883
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
12701
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11884
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12702
11885
  placeholder: {
12703
11886
  type: StringConstructor;
12704
11887
  default: string;
@@ -12776,21 +11959,8 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12776
11959
  type: BooleanConstructor;
12777
11960
  default: boolean;
12778
11961
  };
12779
- readonly: {
12780
- type: BooleanConstructor;
12781
- default: boolean;
12782
- };
12783
- forceActiveStatus: {
12784
- type: BooleanConstructor;
12785
- default: boolean;
12786
- };
12787
- showClear: {
12788
- type: BooleanConstructor;
12789
- default: boolean;
12790
- };
12791
11962
  }>> & Readonly<{
12792
11963
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12793
- onClear?: ((...args: any[]) => any) | undefined;
12794
11964
  }>, {
12795
11965
  type: string;
12796
11966
  size: string;
@@ -12803,14 +11973,11 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12803
11973
  modelValue: string;
12804
11974
  nativeType: string;
12805
11975
  maxlength: number | null;
12806
- readonly: boolean;
12807
- forceActiveStatus: boolean;
12808
11976
  iconLeft: string;
12809
11977
  iconRight: string;
12810
11978
  iconLeftClickable: boolean;
12811
11979
  iconRightClickable: boolean;
12812
11980
  allowTogglePassword: boolean;
12813
- showClear: boolean;
12814
11981
  errors: string | unknown[];
12815
11982
  hasCloudyColor: boolean;
12816
11983
  showMaxlengthCounter: boolean;
@@ -12865,34 +12032,21 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12865
12032
  type: BooleanConstructor;
12866
12033
  default: boolean;
12867
12034
  };
12868
- readonly: {
12869
- type: BooleanConstructor;
12870
- default: boolean;
12871
- };
12872
- forceActiveStatus: {
12873
- type: BooleanConstructor;
12874
- default: boolean;
12875
- };
12876
- showClear: {
12877
- type: BooleanConstructor;
12878
- default: boolean;
12879
- };
12880
12035
  }>, {}, {
12881
12036
  isFocused: boolean;
12882
12037
  showPassword: boolean;
12883
12038
  }, {
12884
12039
  isDisabled(): {};
12885
12040
  iconRightSvg(): string;
12886
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
12041
+ iconScheme(): "fg-base" | "fg-muted";
12887
12042
  attributes(): any;
12888
12043
  }, {
12889
12044
  focus(): void;
12890
12045
  onFocus(): void;
12891
12046
  onBlur(): void;
12892
12047
  onIconLeftClick(): void;
12893
- onClearClick(): void;
12894
12048
  onIconRightClick(): void;
12895
- }, 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<{
12049
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12896
12050
  placeholder: {
12897
12051
  type: StringConstructor;
12898
12052
  default: null;
@@ -12942,20 +12096,7 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12942
12096
  type: BooleanConstructor;
12943
12097
  default: boolean;
12944
12098
  };
12945
- readonly: {
12946
- type: BooleanConstructor;
12947
- default: boolean;
12948
- };
12949
- forceActiveStatus: {
12950
- type: BooleanConstructor;
12951
- default: boolean;
12952
- };
12953
- showClear: {
12954
- type: BooleanConstructor;
12955
- default: boolean;
12956
- };
12957
12099
  }>> & Readonly<{
12958
- onClear?: ((...args: any[]) => any) | undefined;
12959
12100
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
12960
12101
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
12961
12102
  }>, {
@@ -12966,14 +12107,11 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12966
12107
  modelValue: string;
12967
12108
  nativeType: string;
12968
12109
  maxlength: number;
12969
- readonly: boolean;
12970
- forceActiveStatus: boolean;
12971
12110
  iconLeft: string;
12972
12111
  iconRight: string;
12973
12112
  iconLeftClickable: boolean;
12974
12113
  iconRightClickable: boolean;
12975
12114
  allowTogglePassword: boolean;
12976
- showClear: boolean;
12977
12115
  }, {}, {
12978
12116
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12979
12117
  type: {
@@ -12999,25 +12137,15 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
12999
12137
  };
13000
12138
  hasIconLeft: BooleanConstructor;
13001
12139
  hasIconRight: BooleanConstructor;
13002
- hasClearIcon: BooleanConstructor;
13003
12140
  maxlength: {
13004
12141
  type: NumberConstructor;
13005
12142
  default: null;
13006
12143
  };
13007
- readonly: {
13008
- type: BooleanConstructor;
13009
- default: boolean;
13010
- };
13011
- forceActiveStatus: {
13012
- type: BooleanConstructor;
13013
- default: boolean;
13014
- };
13015
12144
  }>, {}, {}, {
13016
12145
  attributes(): any;
13017
12146
  classes(): (string | {
13018
12147
  'input--has-icon-left': boolean;
13019
12148
  'input--has-icon-right': boolean;
13020
- 'input--has-clear-icon': boolean;
13021
12149
  })[];
13022
12150
  }, {
13023
12151
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -13045,19 +12173,10 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
13045
12173
  };
13046
12174
  hasIconLeft: BooleanConstructor;
13047
12175
  hasIconRight: BooleanConstructor;
13048
- hasClearIcon: BooleanConstructor;
13049
12176
  maxlength: {
13050
12177
  type: NumberConstructor;
13051
12178
  default: null;
13052
12179
  };
13053
- readonly: {
13054
- type: BooleanConstructor;
13055
- default: boolean;
13056
- };
13057
- forceActiveStatus: {
13058
- type: BooleanConstructor;
13059
- default: boolean;
13060
- };
13061
12180
  }>> & Readonly<{
13062
12181
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
13063
12182
  }>, {
@@ -13066,12 +12185,9 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
13066
12185
  mask: string | unknown[];
13067
12186
  hasIconLeft: boolean;
13068
12187
  hasIconRight: boolean;
13069
- hasClearIcon: boolean;
13070
12188
  modelValue: string;
13071
12189
  nativeType: string;
13072
12190
  maxlength: number;
13073
- readonly: boolean;
13074
- forceActiveStatus: boolean;
13075
12191
  }, {}, {}, {
13076
12192
  mask: any;
13077
12193
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -15711,6 +14827,20 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15711
14827
  es: string;
15712
14828
  };
15713
14829
  };
14830
+ iconsMapper: {
14831
+ success: {
14832
+ icon: string;
14833
+ scheme: string;
14834
+ };
14835
+ warning: {
14836
+ icon: string;
14837
+ scheme: string;
14838
+ };
14839
+ attention: {
14840
+ icon: string;
14841
+ scheme: string;
14842
+ };
14843
+ };
15714
14844
  primaryButtonTypeMapper: {
15715
14845
  success: string;
15716
14846
  warning: string;
@@ -15719,7 +14849,6 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15719
14849
  }, {}, {
15720
14850
  close(): void;
15721
14851
  updateBodyOverflow(isHidden: any): void;
15722
- persistentHandler(event: any): void;
15723
14852
  }, {
15724
14853
  props: {
15725
14854
  locale: {
@@ -15800,6 +14929,21 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15800
14929
  hideSecondaryButton: boolean;
15801
14930
  secondaryButtonProps: Record<string, any>;
15802
14931
  }, {}, {
14932
+ UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14933
+ click: (event: Event) => any;
14934
+ mousedown: (event: Event) => any;
14935
+ mouseup: (event: Event) => any;
14936
+ }, string, import('vue').PublicProps, Readonly<import('./Icon.vue').IconProps> & Readonly<{
14937
+ onClick?: ((event: Event) => any) | undefined;
14938
+ onMousedown?: ((event: Event) => any) | undefined;
14939
+ onMouseup?: ((event: Event) => any) | undefined;
14940
+ }>, {
14941
+ size: import('./Icon.vue').IconSize;
14942
+ filled: boolean;
14943
+ icon: string | null;
14944
+ clickable: boolean;
14945
+ scheme: import('./Icon.vue').SchemeColor;
14946
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15803
14947
  UnnnicButton: {
15804
14948
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15805
14949
  text: string;
@@ -15811,242 +14955,40 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
15811
14955
  float: boolean;
15812
14956
  iconCenter: string;
15813
14957
  iconsFilled: boolean;
15814
- loading: boolean;
15815
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
15816
- P: {};
15817
- B: {};
15818
- D: {};
15819
- C: {};
15820
- M: {};
15821
- Defaults: {};
15822
- }, Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
15823
- text: string;
15824
- type: import('./Button/types').ButtonType;
15825
- size: import('./Button/types').ButtonSize;
15826
- disabled: boolean;
15827
- iconLeft: string;
15828
- iconRight: string;
15829
- float: boolean;
15830
- iconCenter: string;
15831
- iconsFilled: boolean;
15832
- loading: boolean;
15833
- }>;
15834
- __isFragment?: never;
15835
- __isTeleport?: never;
15836
- __isSuspense?: never;
15837
- } & import('vue').ComponentOptionsBase<Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
15838
- text: string;
15839
- type: import('./Button/types').ButtonType;
15840
- size: import('./Button/types').ButtonSize;
15841
- disabled: boolean;
15842
- iconLeft: string;
15843
- iconRight: string;
15844
- float: boolean;
15845
- iconCenter: string;
15846
- iconsFilled: boolean;
15847
- loading: boolean;
15848
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15849
- $slots: {
15850
- default?(_: {}): any;
15851
- };
15852
- });
15853
- UnnnicDialog: {
15854
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
15855
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
15856
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15857
- "update:open": (value: boolean) => any;
15858
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15859
- P: {};
15860
- B: {};
15861
- D: {};
15862
- C: {};
15863
- M: {};
15864
- Defaults: {};
15865
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
15866
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
15867
- }>, {}, {}, {}, {}, {}>;
15868
- __isFragment?: never;
15869
- __isTeleport?: never;
15870
- __isSuspense?: never;
15871
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
15872
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
15873
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15874
- "update:open": (value: boolean) => any;
15875
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15876
- $slots: {
15877
- default?(_: {}): any;
15878
- };
15879
- });
15880
- UnnnicDialogContent: {
15881
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
15882
- parentClass?: import('vue').HTMLAttributes["class"];
15883
- class?: import('vue').HTMLAttributes["class"];
15884
- size?: "small" | "medium" | "large";
15885
- }> & Readonly<{
15886
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15887
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
15888
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
15889
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
15890
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
15891
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
15892
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15893
- escapeKeyDown: (event: KeyboardEvent) => any;
15894
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
15895
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
15896
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
15897
- openAutoFocus: (event: Event) => any;
15898
- closeAutoFocus: (event: Event) => any;
15899
- }, import('vue').PublicProps, {
15900
- size: "small" | "medium" | "large";
15901
- class: import('vue').HTMLAttributes["class"];
15902
- parentClass: import('vue').HTMLAttributes["class"];
15903
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
15904
- P: {};
15905
- B: {};
15906
- D: {};
15907
- C: {};
15908
- M: {};
15909
- Defaults: {};
15910
- }, Readonly<import('reka-ui').DialogContentProps & {
15911
- parentClass?: import('vue').HTMLAttributes["class"];
15912
- class?: import('vue').HTMLAttributes["class"];
15913
- size?: "small" | "medium" | "large";
15914
- }> & Readonly<{
15915
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15916
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
15917
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
15918
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
15919
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
15920
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
15921
- }>, {}, {}, {}, {}, {
15922
- size: "small" | "medium" | "large";
15923
- class: import('vue').HTMLAttributes["class"];
15924
- parentClass: import('vue').HTMLAttributes["class"];
15925
- }>;
15926
- __isFragment?: never;
15927
- __isTeleport?: never;
15928
- __isSuspense?: never;
15929
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
15930
- parentClass?: import('vue').HTMLAttributes["class"];
15931
- class?: import('vue').HTMLAttributes["class"];
15932
- size?: "small" | "medium" | "large";
15933
- }> & Readonly<{
15934
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15935
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
15936
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
15937
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
15938
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
15939
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
15940
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15941
- escapeKeyDown: (event: KeyboardEvent) => any;
15942
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
15943
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
15944
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
15945
- openAutoFocus: (event: Event) => any;
15946
- closeAutoFocus: (event: Event) => any;
15947
- }, string, {
15948
- size: "small" | "medium" | "large";
15949
- class: import('vue').HTMLAttributes["class"];
15950
- parentClass: import('vue').HTMLAttributes["class"];
15951
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15952
- $slots: {
15953
- default?(_: {}): any;
15954
- };
15955
- });
15956
- UnnnicDialogHeader: {
15957
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
15958
- class?: import('vue').HTMLAttributes["class"];
15959
- divider?: boolean;
15960
- type?: "default" | "success" | "warning" | "attention";
15961
- closeButton?: boolean;
15962
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15963
- type: "default" | "success" | "warning" | "attention";
15964
- divider: boolean;
15965
- closeButton: boolean;
15966
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
15967
- P: {};
15968
- B: {};
15969
- D: {};
15970
- C: {};
15971
- M: {};
15972
- Defaults: {};
15973
- }, Readonly<{
15974
- class?: import('vue').HTMLAttributes["class"];
15975
- divider?: boolean;
15976
- type?: "default" | "success" | "warning" | "attention";
15977
- closeButton?: boolean;
15978
- }> & Readonly<{}>, {}, {}, {}, {}, {
15979
- type: "default" | "success" | "warning" | "attention";
15980
- divider: boolean;
15981
- closeButton: boolean;
15982
- }>;
15983
- __isFragment?: never;
15984
- __isTeleport?: never;
15985
- __isSuspense?: never;
15986
- } & import('vue').ComponentOptionsBase<Readonly<{
15987
- class?: import('vue').HTMLAttributes["class"];
15988
- divider?: boolean;
15989
- type?: "default" | "success" | "warning" | "attention";
15990
- closeButton?: boolean;
15991
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
15992
- type: "default" | "success" | "warning" | "attention";
15993
- divider: boolean;
15994
- closeButton: boolean;
15995
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15996
- $slots: {
15997
- default?(_: {}): any;
15998
- };
15999
- });
16000
- UnnnicDialogTitle: {
16001
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
16002
- class?: import('vue').HTMLAttributes["class"];
16003
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
16004
- P: {};
16005
- B: {};
16006
- D: {};
16007
- C: {};
16008
- M: {};
16009
- Defaults: {};
16010
- }, Readonly<import('reka-ui').DialogTitleProps & {
16011
- class?: import('vue').HTMLAttributes["class"];
16012
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
16013
- __isFragment?: never;
16014
- __isTeleport?: never;
16015
- __isSuspense?: never;
16016
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
16017
- class?: import('vue').HTMLAttributes["class"];
16018
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
16019
- $slots: {
16020
- default?(_: {}): any;
16021
- };
16022
- });
16023
- UnnnicDialogFooter: {
16024
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
16025
- class?: import('vue').HTMLAttributes["class"];
16026
- divider?: boolean;
16027
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
16028
- divider: boolean;
16029
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
14958
+ loading: boolean;
14959
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
16030
14960
  P: {};
16031
14961
  B: {};
16032
14962
  D: {};
16033
14963
  C: {};
16034
14964
  M: {};
16035
14965
  Defaults: {};
16036
- }, Readonly<{
16037
- class?: import('vue').HTMLAttributes["class"];
16038
- divider?: boolean;
16039
- }> & Readonly<{}>, {}, {}, {}, {}, {
16040
- divider: boolean;
14966
+ }, Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
14967
+ text: string;
14968
+ type: import('./Button/types').ButtonType;
14969
+ size: import('./Button/types').ButtonSize;
14970
+ disabled: boolean;
14971
+ iconLeft: string;
14972
+ iconRight: string;
14973
+ float: boolean;
14974
+ iconCenter: string;
14975
+ iconsFilled: boolean;
14976
+ loading: boolean;
16041
14977
  }>;
16042
14978
  __isFragment?: never;
16043
14979
  __isTeleport?: never;
16044
14980
  __isSuspense?: never;
16045
- } & import('vue').ComponentOptionsBase<Readonly<{
16046
- class?: import('vue').HTMLAttributes["class"];
16047
- divider?: boolean;
16048
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
16049
- divider: boolean;
14981
+ } & import('vue').ComponentOptionsBase<Readonly<import('./Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
14982
+ text: string;
14983
+ type: import('./Button/types').ButtonType;
14984
+ size: import('./Button/types').ButtonSize;
14985
+ disabled: boolean;
14986
+ iconLeft: string;
14987
+ iconRight: string;
14988
+ float: boolean;
14989
+ iconCenter: string;
14990
+ iconsFilled: boolean;
14991
+ loading: boolean;
16050
14992
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
16051
14993
  $slots: {
16052
14994
  default?(_: {}): any;
@@ -16206,25 +15148,13 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16206
15148
  type: BooleanConstructor;
16207
15149
  default: boolean;
16208
15150
  };
16209
- readonly: {
16210
- type: BooleanConstructor;
16211
- default: boolean;
16212
- };
16213
- forceActiveStatus: {
16214
- type: BooleanConstructor;
16215
- default: boolean;
16216
- };
16217
- showClear: {
16218
- type: BooleanConstructor;
16219
- default: boolean;
16220
- };
16221
15151
  }>, {}, {
16222
15152
  val: string;
16223
15153
  }, {
16224
15154
  computedError(): string | boolean;
16225
15155
  }, {
16226
15156
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
16227
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15157
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16228
15158
  placeholder: {
16229
15159
  type: StringConstructor;
16230
15160
  default: string;
@@ -16302,21 +15232,8 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16302
15232
  type: BooleanConstructor;
16303
15233
  default: boolean;
16304
15234
  };
16305
- readonly: {
16306
- type: BooleanConstructor;
16307
- default: boolean;
16308
- };
16309
- forceActiveStatus: {
16310
- type: BooleanConstructor;
16311
- default: boolean;
16312
- };
16313
- showClear: {
16314
- type: BooleanConstructor;
16315
- default: boolean;
16316
- };
16317
15235
  }>> & Readonly<{
16318
15236
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16319
- onClear?: ((...args: any[]) => any) | undefined;
16320
15237
  }>, {
16321
15238
  type: string;
16322
15239
  size: string;
@@ -16329,14 +15246,11 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16329
15246
  modelValue: string;
16330
15247
  nativeType: string;
16331
15248
  maxlength: number | null;
16332
- readonly: boolean;
16333
- forceActiveStatus: boolean;
16334
15249
  iconLeft: string;
16335
15250
  iconRight: string;
16336
15251
  iconLeftClickable: boolean;
16337
15252
  iconRightClickable: boolean;
16338
15253
  allowTogglePassword: boolean;
16339
- showClear: boolean;
16340
15254
  errors: string | unknown[];
16341
15255
  hasCloudyColor: boolean;
16342
15256
  showMaxlengthCounter: boolean;
@@ -16391,34 +15305,21 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16391
15305
  type: BooleanConstructor;
16392
15306
  default: boolean;
16393
15307
  };
16394
- readonly: {
16395
- type: BooleanConstructor;
16396
- default: boolean;
16397
- };
16398
- forceActiveStatus: {
16399
- type: BooleanConstructor;
16400
- default: boolean;
16401
- };
16402
- showClear: {
16403
- type: BooleanConstructor;
16404
- default: boolean;
16405
- };
16406
15308
  }>, {}, {
16407
15309
  isFocused: boolean;
16408
15310
  showPassword: boolean;
16409
15311
  }, {
16410
15312
  isDisabled(): {};
16411
15313
  iconRightSvg(): string;
16412
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
15314
+ iconScheme(): "fg-base" | "fg-muted";
16413
15315
  attributes(): any;
16414
15316
  }, {
16415
15317
  focus(): void;
16416
15318
  onFocus(): void;
16417
15319
  onBlur(): void;
16418
15320
  onIconLeftClick(): void;
16419
- onClearClick(): void;
16420
15321
  onIconRightClick(): void;
16421
- }, 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<{
15322
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16422
15323
  placeholder: {
16423
15324
  type: StringConstructor;
16424
15325
  default: null;
@@ -16468,20 +15369,7 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16468
15369
  type: BooleanConstructor;
16469
15370
  default: boolean;
16470
15371
  };
16471
- readonly: {
16472
- type: BooleanConstructor;
16473
- default: boolean;
16474
- };
16475
- forceActiveStatus: {
16476
- type: BooleanConstructor;
16477
- default: boolean;
16478
- };
16479
- showClear: {
16480
- type: BooleanConstructor;
16481
- default: boolean;
16482
- };
16483
15372
  }>> & Readonly<{
16484
- onClear?: ((...args: any[]) => any) | undefined;
16485
15373
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
16486
15374
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
16487
15375
  }>, {
@@ -16492,14 +15380,11 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16492
15380
  modelValue: string;
16493
15381
  nativeType: string;
16494
15382
  maxlength: number;
16495
- readonly: boolean;
16496
- forceActiveStatus: boolean;
16497
15383
  iconLeft: string;
16498
15384
  iconRight: string;
16499
15385
  iconLeftClickable: boolean;
16500
15386
  iconRightClickable: boolean;
16501
15387
  allowTogglePassword: boolean;
16502
- showClear: boolean;
16503
15388
  }, {}, {
16504
15389
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
16505
15390
  type: {
@@ -16525,25 +15410,15 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16525
15410
  };
16526
15411
  hasIconLeft: BooleanConstructor;
16527
15412
  hasIconRight: BooleanConstructor;
16528
- hasClearIcon: BooleanConstructor;
16529
15413
  maxlength: {
16530
15414
  type: NumberConstructor;
16531
15415
  default: null;
16532
15416
  };
16533
- readonly: {
16534
- type: BooleanConstructor;
16535
- default: boolean;
16536
- };
16537
- forceActiveStatus: {
16538
- type: BooleanConstructor;
16539
- default: boolean;
16540
- };
16541
15417
  }>, {}, {}, {
16542
15418
  attributes(): any;
16543
15419
  classes(): (string | {
16544
15420
  'input--has-icon-left': boolean;
16545
15421
  'input--has-icon-right': boolean;
16546
- 'input--has-clear-icon': boolean;
16547
15422
  })[];
16548
15423
  }, {
16549
15424
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -16571,19 +15446,10 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16571
15446
  };
16572
15447
  hasIconLeft: BooleanConstructor;
16573
15448
  hasIconRight: BooleanConstructor;
16574
- hasClearIcon: BooleanConstructor;
16575
15449
  maxlength: {
16576
15450
  type: NumberConstructor;
16577
15451
  default: null;
16578
15452
  };
16579
- readonly: {
16580
- type: BooleanConstructor;
16581
- default: boolean;
16582
- };
16583
- forceActiveStatus: {
16584
- type: BooleanConstructor;
16585
- default: boolean;
16586
- };
16587
15453
  }>> & Readonly<{
16588
15454
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16589
15455
  }>, {
@@ -16592,12 +15458,9 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
16592
15458
  mask: string | unknown[];
16593
15459
  hasIconLeft: boolean;
16594
15460
  hasIconRight: boolean;
16595
- hasClearIcon: boolean;
16596
15461
  modelValue: string;
16597
15462
  nativeType: string;
16598
15463
  maxlength: number;
16599
- readonly: boolean;
16600
- forceActiveStatus: boolean;
16601
15464
  }, {}, {}, {
16602
15465
  mask: any;
16603
15466
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -19711,25 +18574,13 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19711
18574
  type: BooleanConstructor;
19712
18575
  default: boolean;
19713
18576
  };
19714
- readonly: {
19715
- type: BooleanConstructor;
19716
- default: boolean;
19717
- };
19718
- forceActiveStatus: {
19719
- type: BooleanConstructor;
19720
- default: boolean;
19721
- };
19722
- showClear: {
19723
- type: BooleanConstructor;
19724
- default: boolean;
19725
- };
19726
18577
  }>, {}, {
19727
18578
  val: string;
19728
18579
  }, {
19729
18580
  computedError(): string | boolean;
19730
18581
  }, {
19731
18582
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
19732
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18583
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19733
18584
  placeholder: {
19734
18585
  type: StringConstructor;
19735
18586
  default: string;
@@ -19807,21 +18658,8 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19807
18658
  type: BooleanConstructor;
19808
18659
  default: boolean;
19809
18660
  };
19810
- readonly: {
19811
- type: BooleanConstructor;
19812
- default: boolean;
19813
- };
19814
- forceActiveStatus: {
19815
- type: BooleanConstructor;
19816
- default: boolean;
19817
- };
19818
- showClear: {
19819
- type: BooleanConstructor;
19820
- default: boolean;
19821
- };
19822
18661
  }>> & Readonly<{
19823
18662
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19824
- onClear?: ((...args: any[]) => any) | undefined;
19825
18663
  }>, {
19826
18664
  type: string;
19827
18665
  size: string;
@@ -19834,14 +18672,11 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19834
18672
  modelValue: string;
19835
18673
  nativeType: string;
19836
18674
  maxlength: number | null;
19837
- readonly: boolean;
19838
- forceActiveStatus: boolean;
19839
18675
  iconLeft: string;
19840
18676
  iconRight: string;
19841
18677
  iconLeftClickable: boolean;
19842
18678
  iconRightClickable: boolean;
19843
18679
  allowTogglePassword: boolean;
19844
- showClear: boolean;
19845
18680
  errors: string | unknown[];
19846
18681
  hasCloudyColor: boolean;
19847
18682
  showMaxlengthCounter: boolean;
@@ -19896,34 +18731,21 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19896
18731
  type: BooleanConstructor;
19897
18732
  default: boolean;
19898
18733
  };
19899
- readonly: {
19900
- type: BooleanConstructor;
19901
- default: boolean;
19902
- };
19903
- forceActiveStatus: {
19904
- type: BooleanConstructor;
19905
- default: boolean;
19906
- };
19907
- showClear: {
19908
- type: BooleanConstructor;
19909
- default: boolean;
19910
- };
19911
18734
  }>, {}, {
19912
18735
  isFocused: boolean;
19913
18736
  showPassword: boolean;
19914
18737
  }, {
19915
18738
  isDisabled(): {};
19916
18739
  iconRightSvg(): string;
19917
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
18740
+ iconScheme(): "fg-base" | "fg-muted";
19918
18741
  attributes(): any;
19919
18742
  }, {
19920
18743
  focus(): void;
19921
18744
  onFocus(): void;
19922
18745
  onBlur(): void;
19923
18746
  onIconLeftClick(): void;
19924
- onClearClick(): void;
19925
18747
  onIconRightClick(): void;
19926
- }, 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<{
18748
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
19927
18749
  placeholder: {
19928
18750
  type: StringConstructor;
19929
18751
  default: null;
@@ -19973,20 +18795,7 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19973
18795
  type: BooleanConstructor;
19974
18796
  default: boolean;
19975
18797
  };
19976
- readonly: {
19977
- type: BooleanConstructor;
19978
- default: boolean;
19979
- };
19980
- forceActiveStatus: {
19981
- type: BooleanConstructor;
19982
- default: boolean;
19983
- };
19984
- showClear: {
19985
- type: BooleanConstructor;
19986
- default: boolean;
19987
- };
19988
18798
  }>> & Readonly<{
19989
- onClear?: ((...args: any[]) => any) | undefined;
19990
18799
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
19991
18800
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
19992
18801
  }>, {
@@ -19997,14 +18806,11 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
19997
18806
  modelValue: string;
19998
18807
  nativeType: string;
19999
18808
  maxlength: number;
20000
- readonly: boolean;
20001
- forceActiveStatus: boolean;
20002
18809
  iconLeft: string;
20003
18810
  iconRight: string;
20004
18811
  iconLeftClickable: boolean;
20005
18812
  iconRightClickable: boolean;
20006
18813
  allowTogglePassword: boolean;
20007
- showClear: boolean;
20008
18814
  }, {}, {
20009
18815
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
20010
18816
  type: {
@@ -20030,25 +18836,15 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
20030
18836
  };
20031
18837
  hasIconLeft: BooleanConstructor;
20032
18838
  hasIconRight: BooleanConstructor;
20033
- hasClearIcon: BooleanConstructor;
20034
18839
  maxlength: {
20035
18840
  type: NumberConstructor;
20036
18841
  default: null;
20037
18842
  };
20038
- readonly: {
20039
- type: BooleanConstructor;
20040
- default: boolean;
20041
- };
20042
- forceActiveStatus: {
20043
- type: BooleanConstructor;
20044
- default: boolean;
20045
- };
20046
18843
  }>, {}, {}, {
20047
18844
  attributes(): any;
20048
18845
  classes(): (string | {
20049
18846
  'input--has-icon-left': boolean;
20050
18847
  'input--has-icon-right': boolean;
20051
- 'input--has-clear-icon': boolean;
20052
18848
  })[];
20053
18849
  }, {
20054
18850
  fullySanitize: typeof import('../utils/sanitize').fullySanitize;
@@ -20076,19 +18872,10 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
20076
18872
  };
20077
18873
  hasIconLeft: BooleanConstructor;
20078
18874
  hasIconRight: BooleanConstructor;
20079
- hasClearIcon: BooleanConstructor;
20080
18875
  maxlength: {
20081
18876
  type: NumberConstructor;
20082
18877
  default: null;
20083
18878
  };
20084
- readonly: {
20085
- type: BooleanConstructor;
20086
- default: boolean;
20087
- };
20088
- forceActiveStatus: {
20089
- type: BooleanConstructor;
20090
- default: boolean;
20091
- };
20092
18879
  }>> & Readonly<{
20093
18880
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
20094
18881
  }>, {
@@ -20097,12 +18884,9 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
20097
18884
  mask: string | unknown[];
20098
18885
  hasIconLeft: boolean;
20099
18886
  hasIconRight: boolean;
20100
- hasClearIcon: boolean;
20101
18887
  modelValue: string;
20102
18888
  nativeType: string;
20103
18889
  maxlength: number;
20104
- readonly: boolean;
20105
- forceActiveStatus: boolean;
20106
18890
  }, {}, {}, {
20107
18891
  mask: any;
20108
18892
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -22961,10 +21745,8 @@ export declare const UnnnicNavigator: import('vue').DefineComponent<import('vue'
22961
21745
  required: true;
22962
21746
  };
22963
21747
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22964
- export declare const UnnnicSelectTime: VueComponent;
22965
- export declare const UnnnicTemplatePreview: VueComponent;
22966
- export declare const UnnnicTemplatePreviewModal: VueComponent;
22967
21748
  export declare const UnnnicDataTable: VueComponent;
21749
+ export declare const UnnnicSelectTime: VueComponent;
22968
21750
  export declare const UnnnicChip: import('vue').DefineComponent<import('./Chip/types').ChipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22969
21751
  click: (event: Event) => any;
22970
21752
  }, string, import('vue').PublicProps, Readonly<import('./Chip/types').ChipProps> & Readonly<{
@@ -23071,242 +21853,8 @@ export declare const UnnnicPopoverFooter: {
23071
21853
  default?(_: {}): any;
23072
21854
  };
23073
21855
  });
23074
- export declare const UnnnicDialog: {
23075
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
23076
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
23077
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23078
- "update:open": (value: boolean) => any;
23079
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23080
- P: {};
23081
- B: {};
23082
- D: {};
23083
- C: {};
23084
- M: {};
23085
- Defaults: {};
23086
- }, Readonly<import('reka-ui').DialogRootProps> & Readonly<{
23087
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
23088
- }>, {}, {}, {}, {}, {}>;
23089
- __isFragment?: never;
23090
- __isTeleport?: never;
23091
- __isSuspense?: never;
23092
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogRootProps> & Readonly<{
23093
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
23094
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23095
- "update:open": (value: boolean) => any;
23096
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23097
- $slots: {
23098
- default?(_: {}): any;
23099
- };
23100
- });
23101
- export declare const UnnnicDialogContent: {
23102
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogContentProps & {
23103
- parentClass?: import('vue').HTMLAttributes["class"];
23104
- class?: import('vue').HTMLAttributes["class"];
23105
- size?: "small" | "medium" | "large";
23106
- }> & Readonly<{
23107
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23108
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23109
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
23110
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23111
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23112
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
23113
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23114
- escapeKeyDown: (event: KeyboardEvent) => any;
23115
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
23116
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
23117
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
23118
- openAutoFocus: (event: Event) => any;
23119
- closeAutoFocus: (event: Event) => any;
23120
- }, import('vue').PublicProps, {
23121
- size: "small" | "medium" | "large";
23122
- class: import('vue').HTMLAttributes["class"];
23123
- parentClass: import('vue').HTMLAttributes["class"];
23124
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23125
- P: {};
23126
- B: {};
23127
- D: {};
23128
- C: {};
23129
- M: {};
23130
- Defaults: {};
23131
- }, Readonly<import('reka-ui').DialogContentProps & {
23132
- parentClass?: import('vue').HTMLAttributes["class"];
23133
- class?: import('vue').HTMLAttributes["class"];
23134
- size?: "small" | "medium" | "large";
23135
- }> & Readonly<{
23136
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23137
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23138
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
23139
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23140
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23141
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
23142
- }>, {}, {}, {}, {}, {
23143
- size: "small" | "medium" | "large";
23144
- class: import('vue').HTMLAttributes["class"];
23145
- parentClass: import('vue').HTMLAttributes["class"];
23146
- }>;
23147
- __isFragment?: never;
23148
- __isTeleport?: never;
23149
- __isSuspense?: never;
23150
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogContentProps & {
23151
- parentClass?: import('vue').HTMLAttributes["class"];
23152
- class?: import('vue').HTMLAttributes["class"];
23153
- size?: "small" | "medium" | "large";
23154
- }> & Readonly<{
23155
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
23156
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
23157
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
23158
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
23159
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23160
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
23161
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23162
- escapeKeyDown: (event: KeyboardEvent) => any;
23163
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
23164
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
23165
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
23166
- openAutoFocus: (event: Event) => any;
23167
- closeAutoFocus: (event: Event) => any;
23168
- }, string, {
23169
- size: "small" | "medium" | "large";
23170
- class: import('vue').HTMLAttributes["class"];
23171
- parentClass: import('vue').HTMLAttributes["class"];
23172
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23173
- $slots: {
23174
- default?(_: {}): any;
23175
- };
23176
- });
23177
- export declare const UnnnicDialogFooter: {
23178
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
23179
- class?: import('vue').HTMLAttributes["class"];
23180
- divider?: boolean;
23181
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
23182
- divider: boolean;
23183
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
23184
- P: {};
23185
- B: {};
23186
- D: {};
23187
- C: {};
23188
- M: {};
23189
- Defaults: {};
23190
- }, Readonly<{
23191
- class?: import('vue').HTMLAttributes["class"];
23192
- divider?: boolean;
23193
- }> & Readonly<{}>, {}, {}, {}, {}, {
23194
- divider: boolean;
23195
- }>;
23196
- __isFragment?: never;
23197
- __isTeleport?: never;
23198
- __isSuspense?: never;
23199
- } & import('vue').ComponentOptionsBase<Readonly<{
23200
- class?: import('vue').HTMLAttributes["class"];
23201
- divider?: boolean;
23202
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
23203
- divider: boolean;
23204
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23205
- $slots: {
23206
- default?(_: {}): any;
23207
- };
23208
- });
23209
- export declare const UnnnicDialogHeader: {
23210
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
23211
- class?: import('vue').HTMLAttributes["class"];
23212
- divider?: boolean;
23213
- type?: "default" | "success" | "warning" | "attention";
23214
- closeButton?: boolean;
23215
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
23216
- type: "default" | "success" | "warning" | "attention";
23217
- divider: boolean;
23218
- closeButton: boolean;
23219
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
23220
- P: {};
23221
- B: {};
23222
- D: {};
23223
- C: {};
23224
- M: {};
23225
- Defaults: {};
23226
- }, Readonly<{
23227
- class?: import('vue').HTMLAttributes["class"];
23228
- divider?: boolean;
23229
- type?: "default" | "success" | "warning" | "attention";
23230
- closeButton?: boolean;
23231
- }> & Readonly<{}>, {}, {}, {}, {}, {
23232
- type: "default" | "success" | "warning" | "attention";
23233
- divider: boolean;
23234
- closeButton: boolean;
23235
- }>;
23236
- __isFragment?: never;
23237
- __isTeleport?: never;
23238
- __isSuspense?: never;
23239
- } & import('vue').ComponentOptionsBase<Readonly<{
23240
- class?: import('vue').HTMLAttributes["class"];
23241
- divider?: boolean;
23242
- type?: "default" | "success" | "warning" | "attention";
23243
- closeButton?: boolean;
23244
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
23245
- type: "default" | "success" | "warning" | "attention";
23246
- divider: boolean;
23247
- closeButton: boolean;
23248
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23249
- $slots: {
23250
- default?(_: {}): any;
23251
- };
23252
- });
23253
- export declare const UnnnicDialogTitle: {
23254
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogTitleProps & {
23255
- class?: import('vue').HTMLAttributes["class"];
23256
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23257
- P: {};
23258
- B: {};
23259
- D: {};
23260
- C: {};
23261
- M: {};
23262
- Defaults: {};
23263
- }, Readonly<import('reka-ui').DialogTitleProps & {
23264
- class?: import('vue').HTMLAttributes["class"];
23265
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
23266
- __isFragment?: never;
23267
- __isTeleport?: never;
23268
- __isSuspense?: never;
23269
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTitleProps & {
23270
- class?: import('vue').HTMLAttributes["class"];
23271
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23272
- $slots: {
23273
- default?(_: {}): any;
23274
- };
23275
- });
23276
- export declare const UnnnicDialogTrigger: {
23277
- 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, {
23278
- P: {};
23279
- B: {};
23280
- D: {};
23281
- C: {};
23282
- M: {};
23283
- Defaults: {};
23284
- }, Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
23285
- __isFragment?: never;
23286
- __isTeleport?: never;
23287
- __isSuspense?: never;
23288
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23289
- $slots: {
23290
- default?(_: {}): any;
23291
- };
23292
- });
23293
- export declare const UnnnicDialogClose: {
23294
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
23295
- P: {};
23296
- B: {};
23297
- D: {};
23298
- C: {};
23299
- M: {};
23300
- Defaults: {};
23301
- }, Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
23302
- __isFragment?: never;
23303
- __isTeleport?: never;
23304
- __isSuspense?: never;
23305
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
23306
- $slots: {
23307
- default?(_: {}): any;
23308
- };
23309
- });
21856
+ export declare const UnnnicTemplatePreview: VueComponent;
21857
+ export declare const UnnnicTemplatePreviewModal: VueComponent;
23310
21858
  export declare const UnnnicTabs: {
23311
21859
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
23312
21860
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;