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