@factoringplus/pl-components-pack-v3 1.2.21 → 1.2.22-pre-01
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 +19 -19
- package/dist/components/button/pl-button.vue.d.ts +6 -6
- package/dist/components/components.d.ts +12 -11
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
- package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
- package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +6 -6
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
- package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +7 -7
- package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +8 -8
- package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +15 -15
- package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +8 -11
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +6 -9
- package/dist/components/pl-date-picker-plus/common/types/index.d.ts +2 -2
- package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +2 -2
- package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +12 -12
- package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +12 -12
- package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +8 -11
- package/dist/components/pl-form/pl-form.vue.d.ts +5 -5
- package/dist/components/pl-icon/pl-icon.vue.d.ts +2 -2
- package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +5 -5
- package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +11 -11
- package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +6 -6
- package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +6 -6
- package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +13 -13
- package/dist/components/pl-input-plus/types/index.d.ts +2 -2
- package/dist/components/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/components/pl-link/pl-link.vue.d.ts +5 -5
- package/dist/components/pl-mark-text/index.d.ts +15 -1
- package/dist/components/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
- package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +8 -8
- package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +6 -6
- package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +8 -8
- package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +5 -5
- package/dist/components/pl-multitab/pl-multitab.vue.d.ts +4 -4
- package/dist/components/pl-option/pl-option.vue.d.ts +3 -3
- package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +6 -6
- package/dist/components/pl-select-plus/components/pl-account.vue.d.ts +68 -0
- package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +8 -8
- package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +6 -6
- package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +10 -10
- package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +4 -4
- package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +5 -11
- package/dist/components/pl-snackbar/types.d.ts +12 -8
- package/dist/components/pl-stepper/pl-stepper.vue.d.ts +57 -0
- package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +5 -5
- package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +6 -6
- package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +8 -8
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +1 -1
- package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +4 -4
- package/dist/components/pl-tabs/pl-tabs.vue.d.ts +4 -4
- package/dist/components/pl-tags/pl-tags.vue.d.ts +5 -5
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-system.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +1 -1
- package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +7 -7
- package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +9 -9
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -1
- package/dist/install-function/index.d.ts +2 -2
- package/dist/pl-components-pack-v3.d.ts +0 -2
- package/dist/pl-components-pack-v3.es.js +14066 -14040
- package/dist/pl-components-pack-v3.umd.js +29 -29
- package/dist/plugins/filters.d.ts +3 -2
- package/dist/plugins/loading/loading.d.ts +3 -1
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/deepSet.d.ts +3 -2
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +4 -1
- package/package.json +66 -80
- package/dist/components/entry.d.ts +0 -82
- package/dist/mockServiceWorker.js +0 -364
- /package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +0 -0
- /package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +0 -0
- /package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +0 -0
- /package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +0 -0
- /package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +0 -0
- /package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +0 -0
- /package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +0 -0
- /package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +0 -0
- /package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +0 -0
- /package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +0 -0
- /package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
searchValue: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
searchValue: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>>, {}, {}>;
|
|
16
|
+
export default _default;
|
|
@@ -39,19 +39,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
39
39
|
onReset?: (...args: any[]) => any;
|
|
40
40
|
"onUpdate:focus"?: (...args: any[]) => any;
|
|
41
41
|
}, {
|
|
42
|
-
id: string;
|
|
43
42
|
disabled: boolean;
|
|
44
|
-
|
|
43
|
+
id: string;
|
|
45
44
|
placeholder: string;
|
|
46
|
-
|
|
47
|
-
showError: number;
|
|
45
|
+
prop: string;
|
|
48
46
|
leftIcon: TIcon;
|
|
47
|
+
clearable: boolean;
|
|
49
48
|
focus: boolean;
|
|
49
|
+
showError: number;
|
|
50
50
|
showDescription: string | boolean;
|
|
51
51
|
}, {}>;
|
|
52
52
|
export default _default;
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
55
55
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
56
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
57
|
} : {
|
|
@@ -59,11 +59,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
59
59
|
required: true;
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
|
-
|
|
62
|
+
type __VLS_WithDefaults<P, D> = {
|
|
63
63
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
64
64
|
default: D[K];
|
|
65
65
|
}> : P[K];
|
|
66
66
|
};
|
|
67
|
-
|
|
67
|
+
type __VLS_Prettify<T> = {
|
|
68
68
|
[K in keyof T]: T[K];
|
|
69
69
|
} & {};
|
|
@@ -24,15 +24,15 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
24
24
|
onCloseSave?: (...args: any[]) => any;
|
|
25
25
|
}, {
|
|
26
26
|
id: string;
|
|
27
|
-
focus: boolean;
|
|
28
27
|
helpertext: string;
|
|
28
|
+
focus: boolean;
|
|
29
|
+
options: IOption[];
|
|
29
30
|
errors: import('async-validator').ValidateError[];
|
|
30
31
|
offsets: string;
|
|
31
|
-
options: IOption[];
|
|
32
32
|
}, {}>;
|
|
33
33
|
export default _default;
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
36
36
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
37
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
38
|
} : {
|
|
@@ -40,11 +40,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
40
40
|
required: true;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
|
-
|
|
43
|
+
type __VLS_WithDefaults<P, D> = {
|
|
44
44
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
45
45
|
default: D[K];
|
|
46
46
|
}> : P[K];
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
type __VLS_Prettify<T> = {
|
|
49
49
|
[K in keyof T]: T[K];
|
|
50
50
|
} & {};
|
|
@@ -42,20 +42,20 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
42
42
|
label: string;
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
modelValue: IOption[];
|
|
45
|
-
prop: string;
|
|
46
|
-
placeholder: string;
|
|
47
|
-
clearable: boolean;
|
|
48
|
-
leftIcon: import('../pl-icon').TIcon;
|
|
49
45
|
width: string;
|
|
46
|
+
placeholder: string;
|
|
47
|
+
prop: string;
|
|
50
48
|
helpertext: string;
|
|
51
49
|
optional: string;
|
|
52
50
|
tooltip: string;
|
|
51
|
+
leftIcon: import('../pl-icon').TIcon;
|
|
52
|
+
clearable: boolean;
|
|
53
53
|
buttons: boolean;
|
|
54
54
|
options: IOption[];
|
|
55
55
|
}, {}>;
|
|
56
56
|
export default _default;
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
58
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
59
59
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
60
60
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
61
61
|
} : {
|
|
@@ -63,11 +63,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
63
63
|
required: true;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
|
-
|
|
66
|
+
type __VLS_WithDefaults<P, D> = {
|
|
67
67
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
68
68
|
default: D[K];
|
|
69
69
|
}> : P[K];
|
|
70
70
|
};
|
|
71
|
-
|
|
71
|
+
type __VLS_Prettify<T> = {
|
|
72
72
|
[K in keyof T]: T[K];
|
|
73
73
|
} & {};
|
|
@@ -16,12 +16,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
16
16
|
label: string;
|
|
17
17
|
disabled: boolean;
|
|
18
18
|
icon: import('../../pl-icon').TIcon;
|
|
19
|
-
active: boolean;
|
|
20
19
|
width: string;
|
|
20
|
+
active: boolean;
|
|
21
21
|
}, {}>;
|
|
22
22
|
export default _default;
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
25
25
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
26
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
27
|
} : {
|
|
@@ -29,11 +29,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
29
29
|
required: true;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
|
-
|
|
32
|
+
type __VLS_WithDefaults<P, D> = {
|
|
33
33
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
34
|
default: D[K];
|
|
35
35
|
}> : P[K];
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
type __VLS_Prettify<T> = {
|
|
38
38
|
[K in keyof T]: T[K];
|
|
39
39
|
} & {};
|
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
tabWidth: string;
|
|
22
22
|
}, {}>;
|
|
23
23
|
export default _default;
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
26
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
27
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
28
|
} : {
|
|
@@ -30,11 +30,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
30
30
|
required: true;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
|
|
33
|
+
type __VLS_WithDefaults<P, D> = {
|
|
34
34
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
35
|
default: D[K];
|
|
36
36
|
}> : P[K];
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
type __VLS_Prettify<T> = {
|
|
39
39
|
[K in keyof T]: T[K];
|
|
40
40
|
} & {};
|
|
@@ -107,16 +107,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
107
107
|
}>>, {
|
|
108
108
|
label: string;
|
|
109
109
|
disabled: boolean;
|
|
110
|
+
width: string;
|
|
110
111
|
leftIcon: string;
|
|
111
|
-
leftIconColor: string;
|
|
112
112
|
rightIcon: string;
|
|
113
|
+
searchValue: string;
|
|
114
|
+
leftIconColor: string;
|
|
113
115
|
rightIconColor: string;
|
|
114
116
|
description: string;
|
|
115
117
|
descriptionColor: string;
|
|
116
118
|
summ: number;
|
|
117
119
|
active: boolean;
|
|
118
|
-
width: string;
|
|
119
|
-
searchValue: string;
|
|
120
120
|
disableMarkerBottom: boolean;
|
|
121
121
|
}, {}>;
|
|
122
122
|
export default _default;
|
|
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
31
31
|
onScroll?: (...args: any[]) => any;
|
|
32
32
|
onWheel?: (...args: any[]) => any;
|
|
33
33
|
}, {
|
|
34
|
-
height: string | number;
|
|
35
34
|
maxHeight: string | number;
|
|
35
|
+
height: string | number;
|
|
36
36
|
wrapClass: string;
|
|
37
37
|
viewClass: string;
|
|
38
38
|
hideScrollThumb: boolean;
|
|
@@ -41,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
41
41
|
default?(_: {}): any;
|
|
42
42
|
}>;
|
|
43
43
|
export default _default;
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
46
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
47
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
48
|
} : {
|
|
@@ -50,15 +50,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
50
50
|
required: true;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
54
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
55
|
default: D[K];
|
|
56
56
|
}> : P[K];
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
59
|
[K in keyof T]: T[K];
|
|
60
60
|
} & {};
|
|
61
|
-
|
|
61
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
62
|
new (): {
|
|
63
63
|
$slots: S;
|
|
64
64
|
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
prop: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
disabled: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
focus: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
id: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
};
|
|
20
|
+
placeholder: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
showError: {
|
|
25
|
+
type: NumberConstructor;
|
|
26
|
+
default: number;
|
|
27
|
+
};
|
|
28
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
+
reset: (...args: any[]) => void;
|
|
30
|
+
"update:focus": (...args: any[]) => void;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
+
prop: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
modelValue: {
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
disabled: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
focus: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
id: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
};
|
|
50
|
+
placeholder: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
showError: {
|
|
55
|
+
type: NumberConstructor;
|
|
56
|
+
default: number;
|
|
57
|
+
};
|
|
58
|
+
}>> & {
|
|
59
|
+
onReset?: (...args: any[]) => any;
|
|
60
|
+
"onUpdate:focus"?: (...args: any[]) => any;
|
|
61
|
+
}, {
|
|
62
|
+
disabled: boolean;
|
|
63
|
+
placeholder: string;
|
|
64
|
+
prop: string;
|
|
65
|
+
focus: boolean;
|
|
66
|
+
showError: number;
|
|
67
|
+
}, {}>;
|
|
68
|
+
export default _default;
|
|
@@ -40,19 +40,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
40
40
|
onReset?: (...args: any[]) => any;
|
|
41
41
|
"onUpdate:focus"?: (...args: any[]) => any;
|
|
42
42
|
}, {
|
|
43
|
-
id: string;
|
|
44
43
|
disabled: boolean;
|
|
45
|
-
|
|
44
|
+
id: string;
|
|
46
45
|
placeholder: string;
|
|
47
|
-
|
|
48
|
-
showError: number;
|
|
46
|
+
prop: string;
|
|
49
47
|
leftIcon: TIcon;
|
|
48
|
+
clearable: boolean;
|
|
50
49
|
focus: boolean;
|
|
50
|
+
showError: number;
|
|
51
51
|
showDescription: string | boolean;
|
|
52
52
|
}, {}>;
|
|
53
53
|
export default _default;
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
55
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
56
56
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
57
57
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
58
58
|
} : {
|
|
@@ -60,11 +60,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
60
60
|
required: true;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
|
-
|
|
63
|
+
type __VLS_WithDefaults<P, D> = {
|
|
64
64
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
65
65
|
default: D[K];
|
|
66
66
|
}> : P[K];
|
|
67
67
|
};
|
|
68
|
-
|
|
68
|
+
type __VLS_Prettify<T> = {
|
|
69
69
|
[K in keyof T]: T[K];
|
|
70
70
|
} & {};
|
|
@@ -20,15 +20,15 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
"onSelect-value"?: (...args: any[]) => any;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
focus: boolean;
|
|
24
23
|
helpertext: string;
|
|
24
|
+
focus: boolean;
|
|
25
|
+
options: IOption[];
|
|
25
26
|
errors: import('async-validator').ValidateError[];
|
|
26
27
|
offsets: string;
|
|
27
|
-
options: IOption[];
|
|
28
28
|
}, {}>;
|
|
29
29
|
export default _default;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
32
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
33
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
34
|
} : {
|
|
@@ -36,11 +36,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
36
36
|
required: true;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
40
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
41
|
default: D[K];
|
|
42
42
|
}> : P[K];
|
|
43
43
|
};
|
|
44
|
-
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
45
|
[K in keyof T]: T[K];
|
|
46
46
|
} & {};
|
|
@@ -44,23 +44,23 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
44
44
|
label: string;
|
|
45
45
|
disabled: boolean;
|
|
46
46
|
modelValue: string | number;
|
|
47
|
-
prop: string;
|
|
48
|
-
placeholder: string;
|
|
49
|
-
clearable: boolean;
|
|
50
|
-
leftIcon: import('../pl-icon').TIcon;
|
|
51
|
-
rightIcon: import('../pl-icon').TIcon;
|
|
52
47
|
width: string;
|
|
48
|
+
placeholder: string;
|
|
49
|
+
teleport: boolean;
|
|
50
|
+
prop: string;
|
|
53
51
|
helpertext: string;
|
|
54
52
|
optional: string;
|
|
55
53
|
tooltip: string;
|
|
56
|
-
|
|
54
|
+
leftIcon: import('../pl-icon').TIcon;
|
|
55
|
+
rightIcon: import('../pl-icon').TIcon;
|
|
56
|
+
clearable: boolean;
|
|
57
57
|
options: IOption[];
|
|
58
58
|
showDescription: boolean;
|
|
59
59
|
account: boolean;
|
|
60
60
|
}, {}>;
|
|
61
61
|
export default _default;
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
63
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
64
64
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
65
65
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
66
66
|
} : {
|
|
@@ -68,11 +68,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
68
68
|
required: true;
|
|
69
69
|
};
|
|
70
70
|
};
|
|
71
|
-
|
|
71
|
+
type __VLS_WithDefaults<P, D> = {
|
|
72
72
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
73
73
|
default: D[K];
|
|
74
74
|
}> : P[K];
|
|
75
75
|
};
|
|
76
|
-
|
|
76
|
+
type __VLS_Prettify<T> = {
|
|
77
77
|
[K in keyof T]: T[K];
|
|
78
78
|
} & {};
|
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
variant: string;
|
|
22
22
|
}, {}>;
|
|
23
23
|
export default _default;
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
26
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
27
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
28
|
} : {
|
|
@@ -30,11 +30,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
30
30
|
required: true;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
|
|
33
|
+
type __VLS_WithDefaults<P, D> = {
|
|
34
34
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
35
|
default: D[K];
|
|
36
36
|
}> : P[K];
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
type __VLS_Prettify<T> = {
|
|
39
39
|
[K in keyof T]: T[K];
|
|
40
40
|
} & {};
|
|
@@ -7,8 +7,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
7
7
|
title: string;
|
|
8
8
|
button: string;
|
|
9
9
|
buttonAdd: string;
|
|
10
|
-
action: () => void;
|
|
11
|
-
actionAdd: () => void;
|
|
12
10
|
message: string;
|
|
13
11
|
blockHide: boolean;
|
|
14
12
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
@@ -18,25 +16,21 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
16
|
title: string;
|
|
19
17
|
button: string;
|
|
20
18
|
buttonAdd: string;
|
|
21
|
-
action: () => void;
|
|
22
|
-
actionAdd: () => void;
|
|
23
19
|
message: string;
|
|
24
20
|
blockHide: boolean;
|
|
25
21
|
}>>>, {
|
|
26
22
|
color: string;
|
|
27
23
|
button: string;
|
|
28
24
|
title: string;
|
|
29
|
-
id: number;
|
|
30
25
|
icon: import('../pl-icon').TIcon;
|
|
26
|
+
id: number;
|
|
31
27
|
message: string;
|
|
32
28
|
buttonAdd: string;
|
|
33
|
-
action: Function;
|
|
34
|
-
actionAdd: Function;
|
|
35
29
|
blockHide: boolean;
|
|
36
30
|
}, {}>;
|
|
37
31
|
export default _default;
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
34
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
35
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
36
|
} : {
|
|
@@ -44,11 +38,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
44
38
|
required: true;
|
|
45
39
|
};
|
|
46
40
|
};
|
|
47
|
-
|
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
|
48
42
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
49
43
|
default: D[K];
|
|
50
44
|
}> : P[K];
|
|
51
45
|
};
|
|
52
|
-
|
|
46
|
+
type __VLS_Prettify<T> = {
|
|
53
47
|
[K in keyof T]: T[K];
|
|
54
48
|
} & {};
|
|
@@ -7,16 +7,20 @@ export interface IProps {
|
|
|
7
7
|
title: string;
|
|
8
8
|
button: string;
|
|
9
9
|
buttonAdd: string;
|
|
10
|
-
action
|
|
11
|
-
actionAdd
|
|
10
|
+
action?: any;
|
|
11
|
+
actionAdd?: any;
|
|
12
12
|
message: string;
|
|
13
13
|
blockHide: boolean;
|
|
14
14
|
}
|
|
15
|
+
export interface IRenderSnackbar {
|
|
16
|
+
id: string;
|
|
17
|
+
close: () => void;
|
|
18
|
+
}
|
|
15
19
|
export interface IPlNotification {
|
|
16
|
-
success:
|
|
17
|
-
error:
|
|
18
|
-
warning:
|
|
19
|
-
info:
|
|
20
|
-
custom:
|
|
21
|
-
closeAll:
|
|
20
|
+
success: (options: IProps) => IRenderSnackbar;
|
|
21
|
+
error: (options: IProps) => IRenderSnackbar;
|
|
22
|
+
warning: (options: IProps) => IRenderSnackbar;
|
|
23
|
+
info: (options: IProps) => IRenderSnackbar;
|
|
24
|
+
custom: (options: IProps) => IRenderSnackbar;
|
|
25
|
+
closeAll: () => void;
|
|
22
26
|
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
displayType: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
steps: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
stepName: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
stepCountName: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
currentCount: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
remainOnFooter: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
displayType: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
steps: {
|
|
32
|
+
type: ArrayConstructor;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
stepName: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
stepCountName: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
currentCount: {
|
|
44
|
+
type: NumberConstructor;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
remainOnFooter: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
}>>, {
|
|
52
|
+
displayType: string;
|
|
53
|
+
stepName: string;
|
|
54
|
+
stepCountName: string;
|
|
55
|
+
remainOnFooter: boolean;
|
|
56
|
+
}, {}>;
|
|
57
|
+
export default _default;
|
|
@@ -22,8 +22,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
22
22
|
default?(_: {}): any;
|
|
23
23
|
}>;
|
|
24
24
|
export default _default;
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
27
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
28
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
29
|
} : {
|
|
@@ -31,15 +31,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
31
31
|
required: true;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
type __VLS_WithDefaults<P, D> = {
|
|
35
35
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
36
|
default: D[K];
|
|
37
37
|
}> : P[K];
|
|
38
38
|
};
|
|
39
|
-
|
|
39
|
+
type __VLS_Prettify<T> = {
|
|
40
40
|
[K in keyof T]: T[K];
|
|
41
41
|
} & {};
|
|
42
|
-
|
|
42
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
43
|
new (): {
|
|
44
44
|
$slots: S;
|
|
45
45
|
};
|
|
@@ -22,19 +22,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
22
|
mobileTop: boolean;
|
|
23
23
|
mobileBottom: boolean;
|
|
24
24
|
}>>>, {
|
|
25
|
-
isSelectable: boolean;
|
|
26
|
-
tableStyle: Record<string, string>;
|
|
27
25
|
headers: {
|
|
28
26
|
label: string;
|
|
29
27
|
key: string;
|
|
30
28
|
maxWidthContent?: string;
|
|
31
29
|
}[];
|
|
30
|
+
isSelectable: boolean;
|
|
31
|
+
tableStyle: Record<string, string>;
|
|
32
32
|
mobileTop: any;
|
|
33
33
|
mobileBottom: any;
|
|
34
34
|
}, {}>;
|
|
35
35
|
export default _default;
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
38
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
39
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
40
|
} : {
|
|
@@ -42,11 +42,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
42
42
|
required: true;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
|
-
|
|
45
|
+
type __VLS_WithDefaults<P, D> = {
|
|
46
46
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
47
47
|
default: D[K];
|
|
48
48
|
}> : P[K];
|
|
49
49
|
};
|
|
50
|
-
|
|
50
|
+
type __VLS_Prettify<T> = {
|
|
51
51
|
[K in keyof T]: T[K];
|
|
52
52
|
} & {};
|