voiptime-components 1.19.3 → 1.19.4

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
@@ -38,7 +38,15 @@ declare const __VLS_component_10: DefineComponent<CollapseProps, {}, {}, {}, {},
38
38
  accordion: boolean;
39
39
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
40
40
 
41
- declare const __VLS_component_11: DefineComponent<VTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
41
+ declare const __VLS_component_11: DefineComponent<CollapseItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
42
+ toggle: (name: string) => any;
43
+ }, string, PublicProps, Readonly<CollapseItemProps> & Readonly<{
44
+ onToggle?: ((name: string) => any) | undefined;
45
+ }>, {
46
+ disabled: boolean;
47
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
48
+
49
+ declare const __VLS_component_12: DefineComponent<VTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
42
50
  "update:modelValue": (value: string) => any;
43
51
  "tab-change": (value: string) => any;
44
52
  "tab-remove": (name: string) => any;
@@ -55,7 +63,7 @@ declare const __VLS_component_11: DefineComponent<VTabsProps, {}, {}, {}, {}, Co
55
63
  scrollableRef: HTMLDivElement;
56
64
  }, HTMLDivElement>;
57
65
 
58
- declare const __VLS_component_12: DefineComponent<ExtractPropTypes<{
66
+ declare const __VLS_component_13: DefineComponent<ExtractPropTypes<{
59
67
  name: {
60
68
  type: (StringConstructor | NumberConstructor)[];
61
69
  required: true;
@@ -87,7 +95,7 @@ declare const __VLS_component_12: DefineComponent<ExtractPropTypes<{
87
95
  forceRender: boolean;
88
96
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
89
97
 
90
- declare const __VLS_component_13: DefineComponent<VAuthentificationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
98
+ declare const __VLS_component_14: DefineComponent<VAuthentificationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
91
99
  auth: (payload: VAuthentificationData) => any;
92
100
  }, string, PublicProps, Readonly<VAuthentificationProps> & Readonly<{
93
101
  onAuth?: ((payload: VAuthentificationData) => any) | undefined;
@@ -97,14 +105,14 @@ declare const __VLS_component_13: DefineComponent<VAuthentificationProps, {}, {}
97
105
  forgotPasswordUrl: string;
98
106
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
99
107
 
100
- declare const __VLS_component_14: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
108
+ declare const __VLS_component_15: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
101
109
  dynamicFilterRef: HTMLDivElement;
102
110
  dropdownTriggerRef: HTMLDivElement;
103
111
  actionsRef: HTMLDivElement;
104
112
  measurementContainer: HTMLDivElement;
105
113
  }, HTMLDivElement>;
106
114
 
107
- declare const __VLS_component_15: DefineComponent<VInfoBoxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VInfoBoxProps> & Readonly<{}>, {
115
+ declare const __VLS_component_16: DefineComponent<VInfoBoxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VInfoBoxProps> & Readonly<{}>, {
108
116
  title: string;
109
117
  type: VInfoBoxType;
110
118
  message: string;
@@ -486,6 +494,19 @@ declare function __VLS_template_10(): {
486
494
  };
487
495
 
488
496
  declare function __VLS_template_11(): {
497
+ attrs: Partial<{}>;
498
+ slots: {
499
+ title?(_: {
500
+ isActive: boolean;
501
+ title: string | undefined;
502
+ }): any;
503
+ default?(_: {}): any;
504
+ };
505
+ refs: {};
506
+ rootEl: HTMLDivElement;
507
+ };
508
+
509
+ declare function __VLS_template_12(): {
489
510
  attrs: Partial<{}>;
490
511
  slots: {
491
512
  default?(_: {}): any;
@@ -497,7 +518,7 @@ declare function __VLS_template_11(): {
497
518
  rootEl: HTMLDivElement;
498
519
  };
499
520
 
500
- declare function __VLS_template_12(): {
521
+ declare function __VLS_template_13(): {
501
522
  attrs: Partial<{}>;
502
523
  slots: {
503
524
  default?(_: {}): any;
@@ -506,7 +527,7 @@ declare function __VLS_template_12(): {
506
527
  rootEl: any;
507
528
  };
508
529
 
509
- declare function __VLS_template_13(): {
530
+ declare function __VLS_template_14(): {
510
531
  attrs: Partial<{}>;
511
532
  slots: {
512
533
  logo?(_: {}): any;
@@ -517,7 +538,7 @@ declare function __VLS_template_13(): {
517
538
  rootEl: HTMLDivElement;
518
539
  };
519
540
 
520
- declare function __VLS_template_14(): {
541
+ declare function __VLS_template_15(): {
521
542
  attrs: Partial<{}>;
522
543
  slots: Readonly<{
523
544
  default?: () => any[];
@@ -535,7 +556,7 @@ declare function __VLS_template_14(): {
535
556
  rootEl: HTMLDivElement;
536
557
  };
537
558
 
538
- declare function __VLS_template_15(): {
559
+ declare function __VLS_template_16(): {
539
560
  attrs: Partial<{}>;
540
561
  slots: {
541
562
  default?(_: {}): any;
@@ -742,6 +763,8 @@ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
742
763
 
743
764
  declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
744
765
 
766
+ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
767
+
745
768
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
746
769
 
747
770
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
@@ -800,6 +823,12 @@ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
800
823
  };
801
824
  };
802
825
 
826
+ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
827
+ new (): {
828
+ $slots: S;
829
+ };
830
+ };
831
+
803
832
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
804
833
  new (): {
805
834
  $slots: S;
@@ -1623,13 +1652,7 @@ export declare interface VCheckboxSlots {
1623
1652
 
1624
1653
  export declare const VCollapse: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1625
1654
 
1626
- export declare const VCollapseItem: DefineComponent<CollapseItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1627
- toggle: (name: string) => any;
1628
- }, string, PublicProps, Readonly<CollapseItemProps> & Readonly<{
1629
- onToggle?: ((name: string) => any) | undefined;
1630
- }>, {
1631
- disabled: boolean;
1632
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1655
+ export declare const VCollapseItem: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1633
1656
 
1634
1657
  export declare const VDatePicker: DefineComponent<VDatePickerProps, {
1635
1658
  focus: () => void;
@@ -1892,13 +1915,13 @@ export declare const VDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component
1892
1915
 
1893
1916
  export declare const VDropdownItem: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1894
1917
 
1895
- export declare const VDynamicFilter: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1918
+ export declare const VDynamicFilter: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1896
1919
 
1897
1920
  export declare const VIcon: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {
1898
1921
  color: string;
1899
1922
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1900
1923
 
1901
- export declare const VInfoBox: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
1924
+ export declare const VInfoBox: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
1902
1925
 
1903
1926
  export declare interface VInfoBoxProps {
1904
1927
  type?: VInfoBoxType;
@@ -1990,7 +2013,7 @@ export declare interface VLocaleSelectProps {
1990
2013
  languages?: VLocale[];
1991
2014
  }
1992
2015
 
1993
- export declare const VLogin: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
2016
+ export declare const VLogin: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
1994
2017
 
1995
2018
  export declare const VLoginLogo: DefineComponent<VLoginLogoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VLoginLogoProps> & Readonly<{}>, {
1996
2019
  x: number;
@@ -2248,7 +2271,7 @@ export declare interface VSliderProps {
2248
2271
  marks?: SliderMarks;
2249
2272
  }
2250
2273
 
2251
- export declare const VTabItem: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
2274
+ export declare const VTabItem: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
2252
2275
 
2253
2276
  export declare interface VTabItemProps {
2254
2277
  label?: string;
@@ -2386,7 +2409,7 @@ export declare interface VTableStyleConfig {
2386
2409
  [key: string]: string;
2387
2410
  }
2388
2411
 
2389
- export declare const VTabs: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
2412
+ export declare const VTabs: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
2390
2413
 
2391
2414
  export declare type VTabsEmits = {
2392
2415
  (e: 'update:modelValue', value: string): void;