@namba_one/ui-kit-2 1.0.115 → 1.0.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -31,13 +31,19 @@ import { WatchStopHandle } from 'vue';
31
31
 
32
32
  declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
33
33
 
34
- declare const __VLS_component_10: DefineComponent<ResponseBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
34
+ declare const __VLS_component_10: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
35
+ click: () => any;
36
+ }, string, PublicProps, Readonly<LinkProps> & Readonly<{
37
+ onClick?: (() => any) | undefined;
38
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
39
+
40
+ declare const __VLS_component_11: DefineComponent<ResponseBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
35
41
 
36
- declare const __VLS_component_11: DefineComponent<EmptyResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
42
+ declare const __VLS_component_12: DefineComponent<EmptyResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
37
43
 
38
- declare const __VLS_component_12: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
44
+ declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
39
45
 
40
- declare const __VLS_component_13: DefineComponent<SelectBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
46
+ declare const __VLS_component_14: DefineComponent<SelectBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
41
47
  close: () => any;
42
48
  clickField: () => any;
43
49
  clickOutside: () => any;
@@ -53,15 +59,15 @@ wrapperRef: HTMLDivElement;
53
59
  dropdownRef: HTMLDivElement;
54
60
  }, HTMLDivElement>;
55
61
 
56
- declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
57
-
58
- declare const __VLS_component_15: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
62
+ declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
59
63
 
60
- declare const __VLS_component_16: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
64
+ declare const __VLS_component_16: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
61
65
 
62
66
  declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
63
67
 
64
- declare const __VLS_component_18: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
68
+ declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
69
+
70
+ declare const __VLS_component_19: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
65
71
  "update:isShowDropdown": (value: boolean) => any;
66
72
  }, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
67
73
  "onUpdate:isShowDropdown"?: ((value: boolean) => any) | undefined;
@@ -69,30 +75,32 @@ declare const __VLS_component_18: DefineComponent<__VLS_PublicProps_11, {}, {},
69
75
  fixedElementRef: HTMLDivElement;
70
76
  }, any>;
71
77
 
72
- declare const __VLS_component_19: DefineComponent<VerificationInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VerificationInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
78
+ declare const __VLS_component_2: DefineComponent<TheImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
79
+ image: HTMLImageElement;
80
+ }, HTMLDivElement>;
73
81
 
74
- declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
82
+ declare const __VLS_component_20: DefineComponent<VerificationInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VerificationInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
75
83
 
76
- declare const __VLS_component_20: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
84
+ declare const __VLS_component_21: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
77
85
  rootRef: HTMLDivElement;
78
86
  toastersRef: HTMLDivElement[];
79
87
  }, any>;
80
88
 
81
- declare const __VLS_component_21: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
89
+ declare const __VLS_component_22: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
82
90
 
83
- declare const __VLS_component_22: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
91
+ declare const __VLS_component_23: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
84
92
  containerRef: HTMLDivElement;
85
93
  }, HTMLDivElement>;
86
94
 
87
- declare const __VLS_component_23: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
95
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
88
96
  apply: (value: string[] | null) => any;
89
97
  }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
90
98
  onApply?: ((value: string[] | null) => any) | undefined;
91
99
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
92
100
 
93
- declare const __VLS_component_24: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
101
+ declare const __VLS_component_25: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
94
102
 
95
- declare const __VLS_component_25: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
103
+ declare const __VLS_component_26: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
96
104
  "update:values": (value: FilterValue[]) => any;
97
105
  }, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
98
106
  "onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
@@ -160,15 +168,17 @@ default?(_: {}): any;
160
168
  triggerElementRef: HTMLDivElement;
161
169
  }, HTMLDivElement>;
162
170
 
163
- declare const __VLS_component_3: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
171
+ declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
172
+
173
+ declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
164
174
 
165
- declare const __VLS_component_4: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
175
+ declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
166
176
  click: (e: Event) => any;
167
177
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
168
178
  onClick?: ((e: Event) => any) | undefined;
169
179
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
170
180
 
171
- declare const __VLS_component_5: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
181
+ declare const __VLS_component_6: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
172
182
  click: () => any;
173
183
  delete: () => any;
174
184
  }, string, PublicProps, Readonly<ChipProps> & Readonly<{
@@ -176,13 +186,13 @@ onClick?: (() => any) | undefined;
176
186
  onDelete?: (() => any) | undefined;
177
187
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
178
188
 
179
- declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
189
+ declare const __VLS_component_7: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
180
190
  click: (isOpen: boolean) => any;
181
191
  }, string, PublicProps, Readonly<DropdownProps> & Readonly<{
182
192
  onClick?: ((isOpen: boolean) => any) | undefined;
183
193
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
184
194
 
185
- declare const __VLS_component_7: DefineComponent< {}, {
195
+ declare const __VLS_component_8: DefineComponent< {}, {
186
196
  close: typeof close_2;
187
197
  toggle: typeof toggle;
188
198
  open: typeof open_2;
@@ -192,7 +202,7 @@ close: () => any;
192
202
  onClose?: (() => any) | undefined;
193
203
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
194
204
 
195
- declare const __VLS_component_8: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
205
+ declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
196
206
  "update:value": (value: string | null | undefined) => any;
197
207
  } & {
198
208
  blur: () => any;
@@ -205,12 +215,6 @@ onBlur?: (() => any) | undefined;
205
215
  inputRef: any;
206
216
  }, HTMLDivElement>;
207
217
 
208
- declare const __VLS_component_9: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
209
- click: () => any;
210
- }, string, PublicProps, Readonly<LinkProps> & Readonly<{
211
- onClick?: (() => any) | undefined;
212
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
213
-
214
218
  declare type __VLS_PrettifyLocal<T> = {
215
219
  [K in keyof T]: T[K];
216
220
  } & {};
@@ -236,6 +240,7 @@ declare type __VLS_Props_13 = {
236
240
  declare type __VLS_Props_14 = {
237
241
  isHeight?: boolean;
238
242
  duration?: number | string;
243
+ delay?: number | string;
239
244
  };
240
245
 
241
246
  declare type __VLS_Props_15 = {
@@ -339,7 +344,7 @@ declare function __VLS_template_10(): {
339
344
  default?(_: {}): any;
340
345
  };
341
346
  refs: {};
342
- rootEl: HTMLDivElement;
347
+ rootEl: any;
343
348
  };
344
349
 
345
350
  declare function __VLS_template_11(): {
@@ -357,10 +362,19 @@ declare function __VLS_template_12(): {
357
362
  default?(_: {}): any;
358
363
  };
359
364
  refs: {};
360
- rootEl: HTMLElement;
365
+ rootEl: HTMLDivElement;
361
366
  };
362
367
 
363
368
  declare function __VLS_template_13(): {
369
+ attrs: Partial<{}>;
370
+ slots: {
371
+ default?(_: {}): any;
372
+ };
373
+ refs: {};
374
+ rootEl: HTMLElement;
375
+ };
376
+
377
+ declare function __VLS_template_14(): {
364
378
  attrs: Partial<{}>;
365
379
  slots: {
366
380
  field?(_: {}): any;
@@ -374,7 +388,7 @@ declare function __VLS_template_13(): {
374
388
  rootEl: HTMLDivElement;
375
389
  };
376
390
 
377
- declare function __VLS_template_14(): {
391
+ declare function __VLS_template_15(): {
378
392
  attrs: Partial<{}>;
379
393
  slots: {
380
394
  default?(_: {}): any;
@@ -383,7 +397,7 @@ declare function __VLS_template_14(): {
383
397
  rootEl: HTMLDivElement;
384
398
  };
385
399
 
386
- declare function __VLS_template_15(): {
400
+ declare function __VLS_template_16(): {
387
401
  attrs: Partial<{}>;
388
402
  slots: {
389
403
  default?(_: {}): any;
@@ -392,7 +406,7 @@ declare function __VLS_template_15(): {
392
406
  rootEl: HTMLDivElement;
393
407
  };
394
408
 
395
- declare function __VLS_template_16(): {
409
+ declare function __VLS_template_17(): {
396
410
  attrs: Partial<{}>;
397
411
  slots: {
398
412
  default?(_: {}): any;
@@ -401,7 +415,7 @@ declare function __VLS_template_16(): {
401
415
  rootEl: any;
402
416
  };
403
417
 
404
- declare function __VLS_template_17(): {
418
+ declare function __VLS_template_18(): {
405
419
  attrs: Partial<{}>;
406
420
  slots: {
407
421
  default?(_: {}): any;
@@ -410,7 +424,7 @@ declare function __VLS_template_17(): {
410
424
  rootEl: any;
411
425
  };
412
426
 
413
- declare function __VLS_template_18(): {
427
+ declare function __VLS_template_19(): {
414
428
  attrs: Partial<{}>;
415
429
  slots: {
416
430
  default?(_: {
@@ -426,25 +440,27 @@ declare function __VLS_template_18(): {
426
440
  rootEl: any;
427
441
  };
428
442
 
429
- declare function __VLS_template_19(): {
443
+ declare function __VLS_template_2(): {
430
444
  attrs: Partial<{}>;
431
445
  slots: {
432
- default?(_: {}): any;
446
+ fallback?(_: {}): any;
447
+ };
448
+ refs: {
449
+ image: HTMLImageElement;
433
450
  };
434
- refs: {};
435
451
  rootEl: HTMLDivElement;
436
452
  };
437
453
 
438
- declare function __VLS_template_2(): {
454
+ declare function __VLS_template_20(): {
439
455
  attrs: Partial<{}>;
440
456
  slots: {
441
457
  default?(_: {}): any;
442
458
  };
443
459
  refs: {};
444
- rootEl: any;
460
+ rootEl: HTMLDivElement;
445
461
  };
446
462
 
447
- declare function __VLS_template_20(): {
463
+ declare function __VLS_template_21(): {
448
464
  attrs: Partial<{}>;
449
465
  slots: {
450
466
  default?(_: {}): any;
@@ -456,7 +472,7 @@ declare function __VLS_template_20(): {
456
472
  rootEl: any;
457
473
  };
458
474
 
459
- declare function __VLS_template_21(): {
475
+ declare function __VLS_template_22(): {
460
476
  attrs: Partial<{}>;
461
477
  slots: {
462
478
  default?(_: {}): any;
@@ -465,7 +481,7 @@ declare function __VLS_template_21(): {
465
481
  rootEl: HTMLDivElement;
466
482
  };
467
483
 
468
- declare function __VLS_template_22(): {
484
+ declare function __VLS_template_23(): {
469
485
  attrs: Partial<{}>;
470
486
  slots: {
471
487
  default?(_: {}): any;
@@ -476,7 +492,7 @@ declare function __VLS_template_22(): {
476
492
  rootEl: HTMLDivElement;
477
493
  };
478
494
 
479
- declare function __VLS_template_23(): {
495
+ declare function __VLS_template_24(): {
480
496
  attrs: Partial<{}>;
481
497
  slots: {
482
498
  renderItem?(_: {
@@ -489,7 +505,7 @@ declare function __VLS_template_23(): {
489
505
  rootEl: HTMLDivElement;
490
506
  };
491
507
 
492
- declare function __VLS_template_24(): {
508
+ declare function __VLS_template_25(): {
493
509
  attrs: Partial<{}>;
494
510
  slots: {
495
511
  default?(_: {}): any;
@@ -498,7 +514,7 @@ declare function __VLS_template_24(): {
498
514
  rootEl: HTMLElement;
499
515
  };
500
516
 
501
- declare function __VLS_template_25(): {
517
+ declare function __VLS_template_26(): {
502
518
  attrs: Partial<{}>;
503
519
  slots: {
504
520
  before?(_: {}): any;
@@ -589,7 +605,7 @@ declare function __VLS_template_3(): {
589
605
  default?(_: {}): any;
590
606
  };
591
607
  refs: {};
592
- rootEl: HTMLDivElement;
608
+ rootEl: any;
593
609
  };
594
610
 
595
611
  declare function __VLS_template_4(): {
@@ -598,7 +614,7 @@ declare function __VLS_template_4(): {
598
614
  default?(_: {}): any;
599
615
  };
600
616
  refs: {};
601
- rootEl: any;
617
+ rootEl: HTMLDivElement;
602
618
  };
603
619
 
604
620
  declare function __VLS_template_5(): {
@@ -607,7 +623,7 @@ declare function __VLS_template_5(): {
607
623
  default?(_: {}): any;
608
624
  };
609
625
  refs: {};
610
- rootEl: HTMLButtonElement;
626
+ rootEl: any;
611
627
  };
612
628
 
613
629
  declare function __VLS_template_6(): {
@@ -616,7 +632,7 @@ declare function __VLS_template_6(): {
616
632
  default?(_: {}): any;
617
633
  };
618
634
  refs: {};
619
- rootEl: HTMLDivElement;
635
+ rootEl: HTMLButtonElement;
620
636
  };
621
637
 
622
638
  declare function __VLS_template_7(): {
@@ -625,7 +641,7 @@ declare function __VLS_template_7(): {
625
641
  default?(_: {}): any;
626
642
  };
627
643
  refs: {};
628
- rootEl: any;
644
+ rootEl: HTMLDivElement;
629
645
  };
630
646
 
631
647
  declare function __VLS_template_8(): {
@@ -633,10 +649,8 @@ declare function __VLS_template_8(): {
633
649
  slots: {
634
650
  default?(_: {}): any;
635
651
  };
636
- refs: {
637
- inputRef: any;
638
- };
639
- rootEl: HTMLDivElement;
652
+ refs: {};
653
+ rootEl: any;
640
654
  };
641
655
 
642
656
  declare function __VLS_template_9(): {
@@ -644,8 +658,10 @@ declare function __VLS_template_9(): {
644
658
  slots: {
645
659
  default?(_: {}): any;
646
660
  };
647
- refs: {};
648
- rootEl: any;
661
+ refs: {
662
+ inputRef: any;
663
+ };
664
+ rootEl: HTMLDivElement;
649
665
  };
650
666
 
651
667
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -684,6 +700,8 @@ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
684
700
 
685
701
  declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
686
702
 
703
+ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
704
+
687
705
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
688
706
 
689
707
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -806,6 +824,12 @@ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
806
824
  };
807
825
  };
808
826
 
827
+ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
828
+ new (): {
829
+ $slots: S;
830
+ };
831
+ };
832
+
809
833
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
810
834
  new (): {
811
835
  $slots: S;
@@ -852,17 +876,18 @@ declare const aligns: readonly ["left", "center", "right"];
852
876
 
853
877
  declare const allAcceptTypes: readonly string[];
854
878
 
855
- export declare const AnimationFadeBlur: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
879
+ export declare const AnimationFadeBlur: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
856
880
 
857
- export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
881
+ export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
858
882
 
859
883
  export declare type AvatarProps = {
860
884
  image?: string;
861
885
  initials?: string;
862
886
  size?: (typeof sizes_10)[number];
887
+ mode?: 'default' | 'initials';
863
888
  };
864
889
 
865
- export declare const Badge: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
890
+ export declare const Badge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
866
891
 
867
892
  export declare type BadgeProps = {
868
893
  view?: (typeof views)[number];
@@ -895,7 +920,7 @@ export declare type BreadcrumbsProps = {
895
920
  tag: 'a' | 'router-link';
896
921
  };
897
922
 
898
- export declare const Button: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
923
+ export declare const Button: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
899
924
 
900
925
  export declare type ButtonBaseEmits = {
901
926
  (event: 'click', e: Event): void;
@@ -1246,7 +1271,7 @@ export declare type CheckboxProps = {
1246
1271
  isDisabled?: boolean;
1247
1272
  };
1248
1273
 
1249
- export declare const Chip: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1274
+ export declare const Chip: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1250
1275
 
1251
1276
  export declare type ChipEmits = {
1252
1277
  (event: 'click'): void;
@@ -1276,7 +1301,7 @@ declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' |
1276
1301
 
1277
1302
  declare const colors: readonly ["text-common-base-primary-default", "text-common-base-secondary-default", "bg-common-base-primary-default", "bg-common-brand-primary-default", "bg-common-brand-secondary-default", "bg-common-base-secondary-default", "text-common-base-inverse-default", "bg-common-critical-primary-default", "bg-common-critical-secondary-default", "bg-common-success-primary-default", "bg-common-success-secondary-default", "text-common-primary-default", "text-common-critical-primary-default", "text-common-success-primary-default", "icon-common-base-primary-default", "icon-common-base-secondary-default", "icon-common-base-tertiary-default", "icon-common-brand-primary-default", "icon-common-critical-primary-default", "icon-common-success-primary-default", "border-common-base-primary", "border-common-brand-primary", "border-common-critical-primary", "border-common-success-primary", "bg-disable-default", "text-disable-default", "icon-disable-primary", "text-button-base-primary", "text-button-base-inverse", "text-button-brand-primary", "text-button-critical-primary", "text-button-success-primary", "bg-button-base-secondary-default", "bg-button-base-primary-default", "bg-button-brand-default", "bg-button-success-default", "bg-button-critical-default", "icon-button-base-primary", "icon-button-base-inverse", "icon-button-brand-primary", "icon-button-critical-primary", "icon-button-success-primary", "bg-input-base-primary-default", "text-input-base-primary", "icon-input-base-primary", "border-input-base-primary", "bg-common-base-tertiary-default", "text-input-base-secondary", "bg-button-base-inverse-default", "bg-common-base-inverse-default", "border-input-accent-critical", "bg-common-opacity-base-300", "bg-common-opacity-base-500", "background-layout-layout-2", "background-layout-layout-1", "text-common-base-base", "icon-common-base-base-500", "background-state-action-base-t-active", "text-common-base-base-500", "icon-common-base-base", "icon-common-base-base-600", "text-common-base-base-600", "border-common-base-base-1000-5", "background-surface-account-account-2", "background-surface-account-account-3", "background-surface-account-account-4", "background-surface-account-account-1", "background-surface-account-account-5", "background-surface-account-account-6", "background-surface-account-account-7", "background-surface-account-account-8", "background-surface-account-account-9", "foreground-surface-account-account-1-primary", "foreground-surface-account-account-2-primary", "foreground-surface-account-account-3-primary", "foreground-surface-account-account-4-primary", "foreground-surface-account-account-5-primary", "foreground-surface-account-account-6-primary", "foreground-surface-account-account-7-primary", "foreground-surface-account-account-8-primary", "foreground-surface-account-account-9-primary", "foreground-surface-account-account-8-secondary", "foreground-surface-account-account-7-secondary", "foreground-surface-account-account-3-secondary", "foreground-surface-account-account-5-secondary", "foreground-surface-account-account-4-secondary", "foreground-surface-account-account-6-secondary", "foreground-surface-account-account-2-secondary", "foreground-surface-account-product-9-secondary", "foreground-surface-account-account-1-secondary", "background-surface-layout-1-surface", "background-surface-popover-base", "foreground-layout-layout-1-primary", "foreground-layout-layout-2-primary", "foreground-layout-layout-2-secondary", "foreground-layout-layout-1-secondary", "background-surface-layout-1-surface-2", "foreground-surface-layout-1-surface-2-primary", "foreground-surface-layout-1-surface-2-critical", "foreground-layout-layout-1-success", "border-layout-layout-1-base", "interactive-base-surface-2", "interactive-text-base-surface-2", "interactive-text-base", "background-interactive-button-product-surface-primary", "foreground-interactive-button-product-surface-primary", "foreground-surface-layout-1-surface-primary", "foreground-surface-popover-base", "border-surface-popover-base", "foreground-surface-popover-base-secondary", "foreground-surface-popover-base-critical", "foreground-surface-layout-1-surface-2-secondary", "background-surface-account-account-1-t-0", "background-surface-account-account-8-t-0", "background-surface-account-account-5-t-0", "background-surface-account-account-7-t-0", "background-surface-account-account-6-t-0", "background-surface-account-account-9-t-0", "background-surface-account-account-3-t-0", "background-surface-account-account-4-t-0", "background-surface-account-account-2-t-0", "background-surface-layout-1-surface-3", "border-layout-layout-1-primary", "background-interactive-input-input-base", "foreground-interactive-input-base-primary", "foreground-interactive-input-base-placeholder", "foreground-interactive-input-base-secondary", "background-element-avatar-base-t", "foreground-layout-layout-1-critical", "border-input-base-primary-2", "border-input-base-primary-3", "border-interactive-input-base", "border-interactive-input-base-critical", "background-surface-account-account-4-contrast", "background-surface-account-account-2-contrast", "background-surface-account-account-1-contrast", "background-surface-account-account-8-contrast", "background-surface-account-account-3-contrast", "background-surface-account-account-7-contrast", "background-surface-account-account-5-contrast", "background-surface-account-account-6-contrast", "background-surface-account-account-9-contrast", "background-interactive-button-base", "foreground-interactive-button-base", "background-interactive-button-surface-primary", "foreground-interactive-button-surface-primary", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-base-primary", "foreground-interactive-button-base-primary", "background-surface-popover-base-t-0", "background-interactive-scroll-primary-t", "background-surface-layout-1-surface-2-t-0", "illustration-illustration-bg-critical", "background-surface-tooltip-primary", "foreground-element-tooltip-primary", "border-interactive-input-base-focus", "bg-input-base-primary-default-2", "foreground-element-avatar-base-t", "border-element-avatar-base-t", "foreground-interactive-button-base-flat", "bg-common-brand-primary-default-2", "foreground-interactive-input-focus-cursor-brand", "background-interactive-input-input-base-focus", "foreground-interactive-button-brand-flat", "illustration-illustration-bg-base-contrast", "illustration-illustration-border-base", "illustration-illustration-border-primary", "illustration-illustration-background", "illustration-illustration-border-base-contrast-primary", "background-on-primary-overlay", "background-element-badge-base-t", "foreground-element-badge-base-t", "background-surface-layout-1-surface-t-0", "foreground-layout-layout-1-brand", "background-surface-layout-1-succes", "background-surface-layout-1-critical", "background-surface-layout-1-succes-contrast", "background-surface-layout-1-critical-contrast", "foreground-surface-layout-1-critical-contrast-primary", "foreground-surface-layout-1-surface-success-contrast", "border-layout-layout-1-surface", "background-interactive-select-base-2", "foreground-interactive-select-base-2-placeholder", "foreground-interactive-select-base-2-primary", "border-interactive-select-select-base-critical", "border-interactive-select-base-focus", "border-interactive-select-base", "foreground-interactive-select-base-2-critical", "background-element-badge-success", "foreground-element-badge-succes", "background-element-badge-critical", "foreground-element-badge-critical", "background-element-badge-brand", "foreground-element-badge-brand", "border-layout-layout-1", "text-button-base-secondary", "icon-button-base-secondary", "background-interactive-button-critical-primary", "foreground-interactive-button-critical-primary", "bg-button-critical-default-2", "background-interactive-button-critical", "foreground-interactive-button-critical", "background-surface-layout-1-surface-4", "background-surface-layout-1-warning", "foreground-surface-layout-1-surface-2-warning", "background-interactive-button-critical-primary-disabled", "foreground-interactive-button-critical-primary-disabled", "background-interactive-button-base-disabled", "foreground-interactive-button-base-disabled", "background-interactive-button-surface-primary-disabled", "foreground-interactive-button-surface-primary-disabled", "background-interactive-button-product-surface-primary-disabled", "background-interactive-button-base-primary-disabled", "background-interactive-button-critical-disabled", "foreground-interactive-button-product-surface-primary-disabled", "foreground-interactive-button-base-flat-disabled", "foreground-interactive-button-base-primary-disabled", "foreground-interactive-button-brand-flat-disabled", "foreground-interactive-button-critical-disabled", "background-surface-layout-1-primary", "foreground-surface-layout-1-primary-primary", "foreground-interactive-link-brand", "background-interactive-select-select-base", "background-interactive-select-select-base-focus", "foreground-interactive-input-focus-cursor-brand-2", "foreground-interactive-select-base-secondary", "foreground-interactive-input-base-secondary-2", "foreground-interactive-select-base-primary", "foreground-interactive-input-base-primary-2", "foreground-interactive-select-base-placeholder", "foreground-interactive-input-base-placeholder-2", "foreground-element-badge-secondary", "background-element-badge-secondary", "foreground-interactive-link-base", "foreground-interactive-link-secondary", "foreground-layout-layout-1-surface", "background-interactive-button-base-secondary-disabled", "background-interactive-button-base-secondary", "foreground-interactive-button-base-secondary-disabled", "foreground-interactive-button-base-secondary", "background-state-action-critical-t-active", "background-interactive-button-success-primary", "background-interactive-button-success-primary-disabled-2", "foreground-interactive-button-success-primary", "foreground-interactive-button-success-primary-disabled", "background-surface-layout-1-surface-5-t-15", "background-state-action-base-secondary-t-active", "background-state-action-secondary-t-active"];
1278
1303
 
1279
- export declare const Container: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1304
+ export declare const Container: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1280
1305
 
1281
1306
  export declare type ContainerProps = {
1282
1307
  width?: string | number;
@@ -1620,7 +1645,7 @@ default?(_: {}): any;
1620
1645
  export { _default as DatepickerFilter }
1621
1646
  export { _default as DatepickerFilterView }
1622
1647
 
1623
- declare const _default_2: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1648
+ declare const _default_2: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1624
1649
  export { _default_2 as CheckboxGroupFilter }
1625
1650
  export { _default_2 as CheckboxGroupFilterView }
1626
1651
 
@@ -1631,9 +1656,9 @@ export declare type DividerProps = {
1631
1656
  opacity?: number | string;
1632
1657
  };
1633
1658
 
1634
- export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
1659
+ export declare const Dropdown: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1635
1660
 
1636
- export declare const DropdownElement: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
1661
+ export declare const DropdownElement: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1637
1662
 
1638
1663
  export declare type DropdownElementProps = {
1639
1664
  isShowDropdown: boolean;
@@ -1683,7 +1708,7 @@ export declare type DropzoneProps = {
1683
1708
 
1684
1709
  export declare const DYNAMIC_VISIBLE_AREA_PROVIDER_NAME: InjectionKey<string>;
1685
1710
 
1686
- export declare const DynamicVisibleArea: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1711
+ export declare const DynamicVisibleArea: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1687
1712
 
1688
1713
  export declare type DynamicVisibleAreaEmits = {
1689
1714
  (event: 'close'): void;
@@ -1691,7 +1716,7 @@ export declare type DynamicVisibleAreaEmits = {
1691
1716
 
1692
1717
  export declare type DynamicVisibleAreaProvider = () => void;
1693
1718
 
1694
- export declare const EmptyResponse: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1719
+ export declare const EmptyResponse: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1695
1720
 
1696
1721
  declare type EmptyResponseProps = ResponseBaseProps & {
1697
1722
  buttonIconLeft?: IconName;
@@ -1703,7 +1728,7 @@ declare type EmptyResponseProps = ResponseBaseProps & {
1703
1728
 
1704
1729
  export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
1705
1730
 
1706
- export declare const FilterHub: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1731
+ export declare const FilterHub: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1707
1732
 
1708
1733
  export declare type FilterHubProps = {
1709
1734
  list: Filter[];
@@ -1759,7 +1784,7 @@ export declare type ImageRowProps = {
1759
1784
 
1760
1785
  export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1761
1786
 
1762
- export declare const Input: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1787
+ export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1763
1788
 
1764
1789
  export declare type InputProps = {
1765
1790
  type?: 'text' | 'password';
@@ -1800,7 +1825,7 @@ export declare const isDatepickerFilterValue: (data: {
1800
1825
  value: DatepickerFilterValue;
1801
1826
  };
1802
1827
 
1803
- export declare const Link: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1828
+ export declare const Link: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1804
1829
 
1805
1830
  export declare type LinkEmits = {
1806
1831
  (e: 'click'): void;
@@ -2007,7 +2032,7 @@ declare function onDropFilter(value: FilterValue): void;
2007
2032
 
2008
2033
  declare function open_2(): void;
2009
2034
 
2010
- export declare const Popover: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
2035
+ export declare const Popover: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
2011
2036
 
2012
2037
  export declare type PopoverProps = {
2013
2038
  borderRadius?: string | number;
@@ -2023,7 +2048,7 @@ export declare type PriceProps = {
2023
2048
  isShowPlusSign?: boolean;
2024
2049
  };
2025
2050
 
2026
- export declare const ResponseBase: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
2051
+ export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
2027
2052
 
2028
2053
  declare type ResponseBaseProps = {
2029
2054
  img?: string;
@@ -2032,7 +2057,7 @@ declare type ResponseBaseProps = {
2032
2057
  description?: string;
2033
2058
  };
2034
2059
 
2035
- export declare const Section: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
2060
+ export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
2036
2061
 
2037
2062
  export declare const Select: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2038
2063
  "update:value": (value: Maybe<string | number>) => any;
@@ -2040,7 +2065,7 @@ export declare const Select: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}
2040
2065
  "onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
2041
2066
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2042
2067
 
2043
- export declare const SelectBase: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
2068
+ export declare const SelectBase: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
2044
2069
 
2045
2070
  export declare type SelectBaseEmits = {
2046
2071
  (event: 'clickField'): void;
@@ -2172,7 +2197,7 @@ export declare type TableProps<T> = {
2172
2197
  reRenderKey?: string;
2173
2198
  };
2174
2199
 
2175
- export declare const TableRow: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2200
+ export declare const TableRow: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2176
2201
 
2177
2202
  export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2178
2203
  "update:value": (value: Maybe<string | number> | undefined) => any;
@@ -2200,7 +2225,7 @@ declare const tags_2: readonly ["button", "a", "router-link", "div"];
2200
2225
 
2201
2226
  declare const tags_3: readonly ["a", "router-link", "button"];
2202
2227
 
2203
- export declare const TheImage: DefineComponent<TheImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2228
+ export declare const TheImage: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2204
2229
 
2205
2230
  export declare type TheImageProps = {
2206
2231
  src: string;
@@ -2230,7 +2255,7 @@ export declare type ThemePickerProps = {
2230
2255
 
2231
2256
  export declare const ThemePickerSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
2232
2257
 
2233
- export declare const TheText: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2258
+ export declare const TheText: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2234
2259
 
2235
2260
  export declare type TheTextProps = {
2236
2261
  tag?: (typeof tags)[number];
@@ -2274,7 +2299,7 @@ declare type ToasterContext = {
2274
2299
  showError(text?: string): void;
2275
2300
  };
2276
2301
 
2277
- export declare const ToasterProvider: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2302
+ export declare const ToasterProvider: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2278
2303
 
2279
2304
  export declare type ToastListItem = Toast & {
2280
2305
  id: number;
@@ -2403,11 +2428,11 @@ declare type TransitionFadeProps_2 = {
2403
2428
  duration?: number;
2404
2429
  };
2405
2430
 
2406
- export declare const TransitionHeight: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
2431
+ export declare const TransitionHeight: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
2407
2432
 
2408
- export declare const TransitionSlideDown: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2433
+ export declare const TransitionSlideDown: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2409
2434
 
2410
- export declare const TransitionSlideRight: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2435
+ export declare const TransitionSlideRight: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2411
2436
 
2412
2437
  export declare function useCopyToBuffer(options?: {
2413
2438
  toasterText: string;
@@ -2466,7 +2491,7 @@ export declare const useToaster: () => ToasterContext;
2466
2491
 
2467
2492
  declare type Value = ColorInput | undefined;
2468
2493
 
2469
- export declare const VerificationInfoCell: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
2494
+ export declare const VerificationInfoCell: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2470
2495
 
2471
2496
  export declare type VerificationInfoCellProps = {
2472
2497
  icon: IconName;