voiptime-components 1.13.18 → 1.13.20

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
@@ -5,6 +5,7 @@ import { ComponentProvideOptions } from 'vue';
5
5
  import { ComputedRef } from 'vue';
6
6
  import { CreateComponentPublicInstanceWithMixins } from 'vue';
7
7
  import { DefineComponent } from 'vue';
8
+ import { ExtractPropTypes } from 'vue';
8
9
  import { GlobalComponents } from 'vue';
9
10
  import { GlobalDirectives } from 'vue';
10
11
  import { InjectionKey } from 'vue';
@@ -62,13 +63,28 @@ declare const __VLS_component_12: DefineComponent<VTabsProps, {}, {}, {}, {}, Co
62
63
  scrollableRef: HTMLDivElement;
63
64
  }, HTMLDivElement>;
64
65
 
65
- declare const __VLS_component_13: DefineComponent<VTabItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VTabItemProps> & Readonly<{}>, {
66
- label: string;
67
- name: string;
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<{}>, {
68
85
  disabled: boolean;
69
- icon: IconName;
70
86
  closable: boolean;
71
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
87
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
72
88
 
73
89
  declare const __VLS_component_2: DefineComponent<VModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
74
90
  close: () => any;
@@ -457,7 +473,7 @@ declare function __VLS_template_13(): {
457
473
  default?(_: {}): any;
458
474
  };
459
475
  refs: {};
460
- rootEl: HTMLDivElement;
476
+ rootEl: any;
461
477
  };
462
478
 
463
479
  declare function __VLS_template_2(): {