@factoringplus/pl-components-pack-v3 0.16.1-pre-2 → 0.16.1-pre-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/components/button/index.d.ts +5 -0
- package/dist/components/components.d.ts +3 -0
- package/dist/components/currency-input/index.d.ts +2 -0
- package/dist/components/entry.d.ts +8 -0
- package/dist/components/pl-autocomplete/index.d.ts +2 -0
- package/dist/components/pl-card/index.d.ts +2 -0
- package/dist/components/pl-checkbox/index.d.ts +2 -0
- package/dist/components/pl-checkbox-plus/index.d.ts +0 -4
- package/dist/components/pl-date-picker/index.d.ts +3 -0
- package/dist/components/pl-date-picker-legacy/index.d.ts +3 -0
- package/dist/components/pl-date-picker-plus/index.d.ts +3 -0
- package/dist/components/pl-dialog/index.d.ts +2 -0
- package/dist/components/pl-form/index.d.ts +5 -0
- package/dist/components/pl-form-item/index.d.ts +2 -0
- package/dist/components/pl-icon/index.d.ts +2 -0
- package/dist/components/pl-input/index.d.ts +2 -0
- package/dist/components/pl-input-native/index.d.ts +2 -0
- package/dist/components/pl-input-plus/index.d.ts +2 -0
- package/dist/components/pl-link/index.d.ts +2 -0
- package/dist/components/pl-multitab/index.d.ts +2 -0
- package/dist/components/pl-option/index.d.ts +2 -0
- package/dist/components/pl-radio/index.d.ts +0 -4
- package/dist/components/pl-scrollbar/index.d.ts +2 -0
- package/dist/components/pl-select/index.d.ts +2 -0
- package/dist/components/pl-select-plus/index.d.ts +2 -0
- package/dist/components/pl-skeleton/index.d.ts +2 -0
- package/dist/components/pl-snackbar/index.d.ts +2 -0
- package/dist/components/pl-stepper/index.d.ts +2 -0
- package/dist/components/pl-suggestions/index.d.ts +2 -0
- package/dist/components/pl-switch/index.d.ts +0 -4
- package/dist/components/pl-tab-pane/index.d.ts +2 -0
- package/dist/components/pl-table/index.d.ts +3 -0
- package/dist/components/pl-table-plus/index.d.ts +2 -0
- package/dist/components/pl-tabs/index.d.ts +2 -0
- package/dist/components/pl-text/index.d.ts +20 -0
- package/dist/components/pl-tooltip/index.d.ts +2 -0
- package/dist/components/pl-upload/index.d.ts +2 -0
- package/dist/components/pl-upload-plus/index.d.ts +2 -0
- package/dist/directives/index.d.ts +3 -3
- package/dist/pl-components-pack-v3.d.ts +3 -1
- package/dist/pl-components-pack-v3.es.js +867 -31387
- package/dist/pl-components-pack-v3.umd.js +5 -90
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +0 -65
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +0 -83
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +0 -69
- package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +0 -92
- package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +0 -102
- package/dist/components/pl-dialog/pl-dialog.vue.d.ts +0 -106
- package/dist/components/pl-form-item/pl-form-item.vue.d.ts +0 -9
- package/dist/components/pl-label/pl-label.vue.d.ts +0 -32
- package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +0 -50
- package/dist/components/pl-option/pl-option.vue.d.ts +0 -122
- package/dist/components/pl-radio/pl-radio.vue.d.ts +0 -69
- package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +0 -61
- package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +0 -38
- package/dist/components/pl-switch/pl-switch.vue.d.ts +0 -47
- package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +0 -52
- package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +0 -93
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
- package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +0 -50
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-system.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +0 -9
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +0 -9
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
disabled: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
leftIcon: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
leftIconColor: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
rightIcon: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
rightIconColor: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
description: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
descriptionColor: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
summ: {
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: null;
|
|
33
|
-
};
|
|
34
|
-
active: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
width: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
label: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
searchValue: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
disableMarkerBottom: {
|
|
51
|
-
type: BooleanConstructor;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
|
-
disabled: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
leftIcon: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
leftIconColor: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
rightIcon: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
|
-
rightIconColor: {
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
description: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
|
-
descriptionColor: {
|
|
80
|
-
type: StringConstructor;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
summ: {
|
|
84
|
-
type: NumberConstructor;
|
|
85
|
-
default: null;
|
|
86
|
-
};
|
|
87
|
-
active: {
|
|
88
|
-
type: BooleanConstructor;
|
|
89
|
-
default: boolean;
|
|
90
|
-
};
|
|
91
|
-
width: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
label: {
|
|
96
|
-
type: StringConstructor;
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
|
-
searchValue: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
disableMarkerBottom: {
|
|
104
|
-
type: BooleanConstructor;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
}>>, {
|
|
108
|
-
label: string;
|
|
109
|
-
description: string;
|
|
110
|
-
disabled: boolean;
|
|
111
|
-
width: string;
|
|
112
|
-
active: boolean;
|
|
113
|
-
leftIcon: string;
|
|
114
|
-
leftIconColor: string;
|
|
115
|
-
rightIcon: string;
|
|
116
|
-
rightIconColor: string;
|
|
117
|
-
descriptionColor: string;
|
|
118
|
-
summ: number;
|
|
119
|
-
searchValue: string;
|
|
120
|
-
disableMarkerBottom: boolean;
|
|
121
|
-
}, {}>;
|
|
122
|
-
export default _default;
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
interface RadioOption {
|
|
2
|
-
label: string;
|
|
3
|
-
value: string;
|
|
4
|
-
description: string;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<{
|
|
7
|
-
size: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
label: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
description: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
modelValue: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
disabled: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
options: {
|
|
28
|
-
type: () => RadioOption[];
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
|
-
"update:modelValue": (...args: any[]) => void;
|
|
33
|
-
change: (...args: any[]) => void;
|
|
34
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
-
size: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
label: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
description: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
disabled: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
options: {
|
|
56
|
-
type: () => RadioOption[];
|
|
57
|
-
required: true;
|
|
58
|
-
};
|
|
59
|
-
}>> & {
|
|
60
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
61
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
62
|
-
}, {
|
|
63
|
-
label: string;
|
|
64
|
-
description: string;
|
|
65
|
-
size: string;
|
|
66
|
-
modelValue: boolean;
|
|
67
|
-
disabled: boolean;
|
|
68
|
-
}, {}>;
|
|
69
|
-
export default _default;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
maxHeight?: string | number;
|
|
3
|
-
height?: string | number;
|
|
4
|
-
wrapClass?: string;
|
|
5
|
-
viewClass?: string;
|
|
6
|
-
hideScrollThumb?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
9
|
-
maxHeight: string;
|
|
10
|
-
height: string;
|
|
11
|
-
wrapClass: string;
|
|
12
|
-
viewClass: string;
|
|
13
|
-
hideScrollThumb: boolean;
|
|
14
|
-
}>, {
|
|
15
|
-
setScrollTop: (val: number) => void;
|
|
16
|
-
setScrollLeft: (val: number) => void;
|
|
17
|
-
scrollTo: (params: Record<string, number>) => void;
|
|
18
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
scroll: (...args: any[]) => void;
|
|
20
|
-
wheel: (...args: any[]) => void;
|
|
21
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
22
|
-
maxHeight: string;
|
|
23
|
-
height: string;
|
|
24
|
-
wrapClass: string;
|
|
25
|
-
viewClass: string;
|
|
26
|
-
hideScrollThumb: boolean;
|
|
27
|
-
}>>> & {
|
|
28
|
-
onScroll?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
onWheel?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}, {
|
|
31
|
-
height: string | number;
|
|
32
|
-
maxHeight: string | number;
|
|
33
|
-
wrapClass: string;
|
|
34
|
-
viewClass: string;
|
|
35
|
-
hideScrollThumb: boolean;
|
|
36
|
-
}, {}>, {
|
|
37
|
-
default?(_: {}): any;
|
|
38
|
-
}>;
|
|
39
|
-
export default _default;
|
|
40
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
declare type __VLS_WithDefaults<P, D> = {
|
|
50
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
51
|
-
default: D[K];
|
|
52
|
-
}> : P[K];
|
|
53
|
-
};
|
|
54
|
-
declare type __VLS_Prettify<T> = {
|
|
55
|
-
[K in keyof T]: T[K];
|
|
56
|
-
} & {};
|
|
57
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
-
new (): {
|
|
59
|
-
$slots: S;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
width?: string;
|
|
3
|
-
height?: string;
|
|
4
|
-
variant?: string;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
7
|
-
width: string;
|
|
8
|
-
height: string;
|
|
9
|
-
borderRadius: string;
|
|
10
|
-
variant: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
12
|
-
width: string;
|
|
13
|
-
height: string;
|
|
14
|
-
borderRadius: string;
|
|
15
|
-
variant: string;
|
|
16
|
-
}>>>, {
|
|
17
|
-
width: string;
|
|
18
|
-
height: string;
|
|
19
|
-
variant: string;
|
|
20
|
-
}, {}>;
|
|
21
|
-
export default _default;
|
|
22
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
declare type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
declare type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
disabled: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
label: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
description: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (...args: any[]) => void;
|
|
20
|
-
change: (...args: any[]) => void;
|
|
21
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
modelValue: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
disabled: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
label: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
description: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
}>> & {
|
|
39
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
41
|
-
}, {
|
|
42
|
-
label: string;
|
|
43
|
-
description: string;
|
|
44
|
-
modelValue: boolean;
|
|
45
|
-
disabled: boolean;
|
|
46
|
-
}, {}>;
|
|
47
|
-
export default _default;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
isSelectable: boolean;
|
|
3
|
-
tableStyle: Record<string, string> | null;
|
|
4
|
-
headers: {
|
|
5
|
-
label: string;
|
|
6
|
-
key: string;
|
|
7
|
-
maxWidthContent?: string;
|
|
8
|
-
}[];
|
|
9
|
-
mobileTop?: any;
|
|
10
|
-
mobileBottom?: any;
|
|
11
|
-
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
13
|
-
headers: () => never[];
|
|
14
|
-
isSelectable: boolean;
|
|
15
|
-
tableStyle: () => {};
|
|
16
|
-
mobileTop: boolean;
|
|
17
|
-
mobileBottom: boolean;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
19
|
-
headers: () => never[];
|
|
20
|
-
isSelectable: boolean;
|
|
21
|
-
tableStyle: () => {};
|
|
22
|
-
mobileTop: boolean;
|
|
23
|
-
mobileBottom: boolean;
|
|
24
|
-
}>>>, {
|
|
25
|
-
isSelectable: boolean;
|
|
26
|
-
tableStyle: Record<string, string> | null;
|
|
27
|
-
headers: {
|
|
28
|
-
label: string;
|
|
29
|
-
key: string;
|
|
30
|
-
maxWidthContent?: string | undefined;
|
|
31
|
-
}[];
|
|
32
|
-
mobileTop: any;
|
|
33
|
-
mobileBottom: any;
|
|
34
|
-
}, {}>;
|
|
35
|
-
export default _default;
|
|
36
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
|
-
} : {
|
|
41
|
-
type: import('vue').PropType<T[K]>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
declare type __VLS_WithDefaults<P, D> = {
|
|
46
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
47
|
-
default: D[K];
|
|
48
|
-
}> : P[K];
|
|
49
|
-
};
|
|
50
|
-
declare type __VLS_Prettify<T> = {
|
|
51
|
-
[K in keyof T]: T[K];
|
|
52
|
-
} & {};
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
interface IProps {
|
|
2
|
-
headers: {
|
|
3
|
-
label: string;
|
|
4
|
-
key: string;
|
|
5
|
-
width?: number;
|
|
6
|
-
maxWidthContent?: string;
|
|
7
|
-
}[];
|
|
8
|
-
hideHeadersOnMobile: string[];
|
|
9
|
-
rows: Record<string, string | number>[];
|
|
10
|
-
isLoading?: boolean;
|
|
11
|
-
withHover?: boolean;
|
|
12
|
-
isSelectable?: boolean;
|
|
13
|
-
selectedRows?: Record<string, string | number>[];
|
|
14
|
-
uniqKey: string | '';
|
|
15
|
-
defaultWrapperWidth?: number | null;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
18
|
-
headers: () => never[];
|
|
19
|
-
rows: () => never[];
|
|
20
|
-
isLoading: boolean;
|
|
21
|
-
isSelectable: boolean;
|
|
22
|
-
selectedRows: () => never[];
|
|
23
|
-
uniqKey: string;
|
|
24
|
-
hideHeadersOnMobile: () => never[];
|
|
25
|
-
defaultWrapperWidth: null;
|
|
26
|
-
}>, {
|
|
27
|
-
resetSelectedRows: () => void;
|
|
28
|
-
selectAllRows: () => void;
|
|
29
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
-
infiniteScroll: (...args: any[]) => void;
|
|
31
|
-
"update:selectedRows": (...args: any[]) => void;
|
|
32
|
-
rowClick: (...args: any[]) => void;
|
|
33
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
34
|
-
headers: () => never[];
|
|
35
|
-
rows: () => never[];
|
|
36
|
-
isLoading: boolean;
|
|
37
|
-
isSelectable: boolean;
|
|
38
|
-
selectedRows: () => never[];
|
|
39
|
-
uniqKey: string;
|
|
40
|
-
hideHeadersOnMobile: () => never[];
|
|
41
|
-
defaultWrapperWidth: null;
|
|
42
|
-
}>>> & {
|
|
43
|
-
onInfiniteScroll?: ((...args: any[]) => any) | undefined;
|
|
44
|
-
"onUpdate:selectedRows"?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
onRowClick?: ((...args: any[]) => any) | undefined;
|
|
46
|
-
}, {
|
|
47
|
-
isSelectable: boolean;
|
|
48
|
-
headers: {
|
|
49
|
-
label: string;
|
|
50
|
-
key: string;
|
|
51
|
-
width?: number | undefined;
|
|
52
|
-
maxWidthContent?: string | undefined;
|
|
53
|
-
}[];
|
|
54
|
-
hideHeadersOnMobile: string[];
|
|
55
|
-
rows: Record<string, string | number>[];
|
|
56
|
-
isLoading: boolean;
|
|
57
|
-
selectedRows: Record<string, string | number>[];
|
|
58
|
-
uniqKey: string;
|
|
59
|
-
defaultWrapperWidth: number | null;
|
|
60
|
-
}, {}>, Partial<Record<string, (_: {
|
|
61
|
-
row: Record<string, string | number>;
|
|
62
|
-
}) => any>> & {
|
|
63
|
-
noDataContainer?(_: {}): any;
|
|
64
|
-
mobileTop?(_: {
|
|
65
|
-
row: Record<string, string | number>;
|
|
66
|
-
}): any;
|
|
67
|
-
mobileBottom?(_: {
|
|
68
|
-
row: Record<string, string | number>;
|
|
69
|
-
}): any;
|
|
70
|
-
}>;
|
|
71
|
-
export default _default;
|
|
72
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
73
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
74
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
75
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
76
|
-
} : {
|
|
77
|
-
type: import('vue').PropType<T[K]>;
|
|
78
|
-
required: true;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
declare type __VLS_WithDefaults<P, D> = {
|
|
82
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
83
|
-
default: D[K];
|
|
84
|
-
}> : P[K];
|
|
85
|
-
};
|
|
86
|
-
declare type __VLS_Prettify<T> = {
|
|
87
|
-
[K in keyof T]: T[K];
|
|
88
|
-
} & {};
|
|
89
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
90
|
-
new (): {
|
|
91
|
-
$slots: S;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
active: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
active: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
12
|
-
active: boolean;
|
|
13
|
-
}, {}>, {
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
}>;
|
|
16
|
-
export default _default;
|
|
17
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
-
new (): {
|
|
19
|
-
$slots: S;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
label: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
active: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
disabled: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
icon: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
counter: {
|
|
19
|
-
type: NumberConstructor;
|
|
20
|
-
default: null;
|
|
21
|
-
};
|
|
22
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
label: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
active: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
disabled: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
icon: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
counter: {
|
|
40
|
-
type: NumberConstructor;
|
|
41
|
-
default: null;
|
|
42
|
-
};
|
|
43
|
-
}>>, {
|
|
44
|
-
label: string;
|
|
45
|
-
disabled: boolean;
|
|
46
|
-
icon: string;
|
|
47
|
-
active: boolean;
|
|
48
|
-
counter: number;
|
|
49
|
-
}, {}>;
|
|
50
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|