voiptime-components 1.13.21 → 1.13.22

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
@@ -63,6 +63,29 @@ declare const __VLS_component_12: DefineComponent<VTabsProps, {}, {}, {}, {}, Co
63
63
  scrollableRef: HTMLDivElement;
64
64
  }, HTMLDivElement>;
65
65
 
66
+ declare const __VLS_component_13: DefineComponent<ExtractPropTypes<{
67
+ name: {
68
+ type: StringConstructor;
69
+ required: true;
70
+ };
71
+ label: StringConstructor;
72
+ disabled: BooleanConstructor;
73
+ closable: BooleanConstructor;
74
+ icon: StringConstructor;
75
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
76
+ name: {
77
+ type: StringConstructor;
78
+ required: true;
79
+ };
80
+ label: StringConstructor;
81
+ disabled: BooleanConstructor;
82
+ closable: BooleanConstructor;
83
+ icon: StringConstructor;
84
+ }>> & Readonly<{}>, {
85
+ disabled: boolean;
86
+ closable: boolean;
87
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
88
+
66
89
  declare const __VLS_component_2: DefineComponent<VModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
67
90
  close: () => any;
68
91
  "update:modelValue": (value: boolean) => any;
@@ -444,6 +467,15 @@ declare function __VLS_template_12(): {
444
467
  rootEl: HTMLDivElement;
445
468
  };
446
469
 
470
+ declare function __VLS_template_13(): {
471
+ attrs: Partial<{}>;
472
+ slots: {
473
+ default?(_: {}): any;
474
+ };
475
+ refs: {};
476
+ rootEl: any;
477
+ };
478
+
447
479
  declare function __VLS_template_2(): {
448
480
  attrs: Partial<{}>;
449
481
  slots: {
@@ -633,6 +665,8 @@ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
633
665
 
634
666
  declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
635
667
 
668
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
669
+
636
670
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
637
671
 
638
672
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
@@ -673,6 +707,12 @@ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
673
707
  };
674
708
  };
675
709
 
710
+ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
711
+ new (): {
712
+ $slots: S;
713
+ };
714
+ };
715
+
676
716
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
677
717
  new (): {
678
718
  $slots: S;
@@ -1841,28 +1881,7 @@ export declare const VSidebar: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, Co
1841
1881
  "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
1842
1882
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
1843
1883
 
1844
- export declare const VTabItem: DefineComponent<ExtractPropTypes<{
1845
- name: {
1846
- type: StringConstructor;
1847
- required: true;
1848
- };
1849
- label: StringConstructor;
1850
- disabled: BooleanConstructor;
1851
- closable: BooleanConstructor;
1852
- icon: StringConstructor;
1853
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
1854
- name: {
1855
- type: StringConstructor;
1856
- required: true;
1857
- };
1858
- label: StringConstructor;
1859
- disabled: BooleanConstructor;
1860
- closable: BooleanConstructor;
1861
- icon: StringConstructor;
1862
- }>> & Readonly<{}>, {
1863
- disabled: boolean;
1864
- closable: boolean;
1865
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1884
+ export declare const VTabItem: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1866
1885
 
1867
1886
  export declare interface VTabItemProps {
1868
1887
  label?: string;