@factoringplus/pl-components-pack-v3 1.9.10 → 1.9.11
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/{crypto-pro-actual-cades-plugin-bdd399c6.js → crypto-pro-actual-cades-plugin-397a27f4.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-e03c85c8.cjs → crypto-pro-actual-cades-plugin-a6d7e4c9.cjs} +1 -1
- package/dist/{entry-17e24350.js → entry-10caef48.js} +12027 -12123
- package/dist/entry-94362f7c.cjs +115 -0
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
- package/dist/src/components/data/pl-banner/index.d.ts +17 -17
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +2 -2
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +72 -51
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +56 -36
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +130 -64
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +152 -66
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
- package/dist/src/components/form/pl-input-plus/index.d.ts +243 -243
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
- package/dist/src/components/form/pl-radio/index.d.ts +16 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/entry-270fe86c.cjs +0 -115
|
@@ -1,65 +1,168 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
modelValue: import('vue').PropType<string[]>;
|
|
3
|
+
label: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
disabled: {
|
|
8
|
+
type: import('vue').PropType<boolean>;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
width: {
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
placeholder: {
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
prop: {
|
|
20
|
+
type: import('vue').PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
showInput: {
|
|
24
|
+
type: import('vue').PropType<boolean>;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
tooltip: {
|
|
28
|
+
type: import('vue').PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
clearable: {
|
|
32
|
+
type: import('vue').PropType<boolean>;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
helpertext: {
|
|
36
|
+
type: import('vue').PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
optional: {
|
|
40
|
+
type: import('vue').PropType<string>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
tooltipWidth: {
|
|
44
|
+
type: import('vue').PropType<string>;
|
|
45
|
+
};
|
|
46
|
+
focusOnReset: {
|
|
47
|
+
type: import('vue').PropType<boolean>;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
periods: {
|
|
51
|
+
type: import('vue').PropType<boolean>;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
periodOptions: {
|
|
55
|
+
type: import('vue').PropType<string[]>;
|
|
56
|
+
default: () => any[];
|
|
57
|
+
};
|
|
58
|
+
monthSwitch: {
|
|
59
|
+
type: import('vue').PropType<boolean>;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
yearSwitch: {
|
|
63
|
+
type: import('vue').PropType<boolean>;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
disabledDate: {
|
|
67
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
|
68
|
+
default: () => false;
|
|
69
|
+
};
|
|
70
|
+
disableTeleport: {
|
|
71
|
+
type: import('vue').PropType<boolean>;
|
|
72
|
+
};
|
|
73
|
+
}, {
|
|
22
74
|
openPopup: () => void;
|
|
23
75
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
-
"update:modelValue": (...args: any[]) => void;
|
|
25
|
-
change: (...args: any[]) => void;
|
|
26
76
|
blur: (...args: any[]) => void;
|
|
77
|
+
change: (...args: any[]) => void;
|
|
27
78
|
changeOpen: (...args: any[]) => void;
|
|
28
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<
|
|
29
|
-
modelValue: ()
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
79
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
80
|
+
modelValue: import('vue').PropType<string[]>;
|
|
81
|
+
label: {
|
|
82
|
+
type: import('vue').PropType<string>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
disabled: {
|
|
86
|
+
type: import('vue').PropType<boolean>;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
width: {
|
|
90
|
+
type: import('vue').PropType<string>;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
placeholder: {
|
|
94
|
+
type: import('vue').PropType<string>;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
prop: {
|
|
98
|
+
type: import('vue').PropType<string>;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
|
+
showInput: {
|
|
102
|
+
type: import('vue').PropType<boolean>;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
tooltip: {
|
|
106
|
+
type: import('vue').PropType<string>;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
clearable: {
|
|
110
|
+
type: import('vue').PropType<boolean>;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
helpertext: {
|
|
114
|
+
type: import('vue').PropType<string>;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
optional: {
|
|
118
|
+
type: import('vue').PropType<string>;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
|
+
tooltipWidth: {
|
|
122
|
+
type: import('vue').PropType<string>;
|
|
123
|
+
};
|
|
124
|
+
focusOnReset: {
|
|
125
|
+
type: import('vue').PropType<boolean>;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
periods: {
|
|
129
|
+
type: import('vue').PropType<boolean>;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
periodOptions: {
|
|
133
|
+
type: import('vue').PropType<string[]>;
|
|
134
|
+
default: () => any[];
|
|
135
|
+
};
|
|
136
|
+
monthSwitch: {
|
|
137
|
+
type: import('vue').PropType<boolean>;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
140
|
+
yearSwitch: {
|
|
141
|
+
type: import('vue').PropType<boolean>;
|
|
142
|
+
default: boolean;
|
|
143
|
+
};
|
|
144
|
+
disabledDate: {
|
|
145
|
+
type: import('vue').PropType<(date: string) => boolean>;
|
|
146
|
+
default: () => false;
|
|
147
|
+
};
|
|
148
|
+
disableTeleport: {
|
|
149
|
+
type: import('vue').PropType<boolean>;
|
|
150
|
+
};
|
|
151
|
+
}>> & {
|
|
49
152
|
onBlur?: (...args: any[]) => any;
|
|
153
|
+
onChange?: (...args: any[]) => any;
|
|
50
154
|
onChangeOpen?: (...args: any[]) => any;
|
|
51
155
|
}, {
|
|
52
|
-
disabled: boolean;
|
|
53
|
-
modelValue: string[];
|
|
54
156
|
label: string;
|
|
157
|
+
disabled: boolean;
|
|
55
158
|
width: string;
|
|
56
159
|
placeholder: string;
|
|
57
160
|
prop: string;
|
|
58
|
-
|
|
59
|
-
optional: string;
|
|
161
|
+
showInput: boolean;
|
|
60
162
|
tooltip: string;
|
|
61
163
|
clearable: boolean;
|
|
62
|
-
|
|
164
|
+
helpertext: string;
|
|
165
|
+
optional: string;
|
|
63
166
|
focusOnReset: boolean;
|
|
64
167
|
periods: boolean;
|
|
65
168
|
periodOptions: string[];
|
|
@@ -70,23 +173,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
70
173
|
"tooltip-text"?(_: {}): any;
|
|
71
174
|
}>;
|
|
72
175
|
export default _default;
|
|
73
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
74
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
75
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
76
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
77
|
-
} : {
|
|
78
|
-
type: import('vue').PropType<T[K]>;
|
|
79
|
-
required: true;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
type __VLS_WithDefaults<P, D> = {
|
|
83
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
84
|
-
default: D[K];
|
|
85
|
-
}> : P[K];
|
|
86
|
-
};
|
|
87
|
-
type __VLS_Prettify<T> = {
|
|
88
|
-
[K in keyof T]: T[K];
|
|
89
|
-
} & {};
|
|
90
176
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
91
177
|
new (): {
|
|
92
178
|
$slots: S;
|
|
@@ -9,8 +9,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
9
9
|
inputClass: string;
|
|
10
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
11
|
"update:modelValue": (...args: any[]) => void;
|
|
12
|
-
change: (...args: any[]) => void;
|
|
13
12
|
blur: (...args: any[]) => void;
|
|
13
|
+
change: (...args: any[]) => void;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
|
|
15
15
|
prop: string;
|
|
16
16
|
placeholder: string;
|
|
@@ -19,9 +19,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
19
19
|
round: boolean;
|
|
20
20
|
inputClass: string;
|
|
21
21
|
}>>> & {
|
|
22
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23
|
-
onChange?: (...args: any[]) => any;
|
|
24
22
|
onBlur?: (...args: any[]) => any;
|
|
23
|
+
onChange?: (...args: any[]) => any;
|
|
24
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
25
25
|
}, {
|
|
26
26
|
disabled: boolean;
|
|
27
27
|
placeholder: string;
|
|
@@ -19,8 +19,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
19
19
|
touchstart: (...args: any[]) => void;
|
|
20
20
|
blur: (...args: any[]) => void;
|
|
21
21
|
resetValue: (...args: any[]) => void;
|
|
22
|
-
"custom-blur": (...args: any[]) => void;
|
|
23
22
|
tabHandler: (...args: any[]) => void;
|
|
23
|
+
"custom-blur": (...args: any[]) => void;
|
|
24
24
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
|
|
25
25
|
leftIcon: string;
|
|
26
26
|
rightIcon: string;
|
|
@@ -35,13 +35,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
35
35
|
clearable: boolean;
|
|
36
36
|
inputClass: string;
|
|
37
37
|
}>>> & {
|
|
38
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
39
38
|
onBlur?: (...args: any[]) => any;
|
|
40
39
|
onMousedown?: (...args: any[]) => any;
|
|
41
40
|
onTouchstart?: (...args: any[]) => any;
|
|
41
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
42
42
|
onResetValue?: (...args: any[]) => any;
|
|
43
|
-
"onCustom-blur"?: (...args: any[]) => any;
|
|
44
43
|
onTabHandler?: (...args: any[]) => any;
|
|
44
|
+
"onCustom-blur"?: (...args: any[]) => any;
|
|
45
45
|
}, {
|
|
46
46
|
disabled: boolean;
|
|
47
47
|
id: string;
|
|
@@ -50,11 +50,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
50
50
|
rightIcon: import('../../../components').TIcon;
|
|
51
51
|
prop: string;
|
|
52
52
|
clearable: boolean;
|
|
53
|
+
inputClass: string;
|
|
54
|
+
customBlur: boolean;
|
|
55
|
+
iconPointer: boolean;
|
|
53
56
|
showWordLimit: boolean;
|
|
54
57
|
maxlength: number;
|
|
55
|
-
iconPointer: boolean;
|
|
56
|
-
customBlur: boolean;
|
|
57
|
-
inputClass: string;
|
|
58
58
|
}, {}>;
|
|
59
59
|
export default _default;
|
|
60
60
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -20,16 +20,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
newPassword: boolean;
|
|
21
21
|
inputClass: string;
|
|
22
22
|
}>>> & {
|
|
23
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24
23
|
onBlur?: (...args: any[]) => any;
|
|
24
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
25
25
|
}, {
|
|
26
26
|
disabled: boolean;
|
|
27
27
|
id: string;
|
|
28
28
|
placeholder: string;
|
|
29
29
|
prop: string;
|
|
30
|
+
inputClass: string;
|
|
30
31
|
currentPassword: boolean;
|
|
31
32
|
newPassword: boolean;
|
|
32
|
-
inputClass: string;
|
|
33
33
|
}, {}>;
|
|
34
34
|
export default _default;
|
|
35
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -20,6 +20,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
20
20
|
containerClass: {
|
|
21
21
|
type: import('vue').PropType<string>;
|
|
22
22
|
};
|
|
23
|
+
inputClass: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
23
27
|
showWordLimit: {
|
|
24
28
|
type: import('vue').PropType<boolean>;
|
|
25
29
|
default: boolean;
|
|
@@ -28,10 +32,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
28
32
|
type: import('vue').PropType<number>;
|
|
29
33
|
default: any;
|
|
30
34
|
};
|
|
31
|
-
inputClass: {
|
|
32
|
-
type: import('vue').PropType<string>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
35
|
autosize: {
|
|
36
36
|
type: import('vue').PropType<boolean>;
|
|
37
37
|
default: boolean;
|
|
@@ -66,6 +66,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
66
66
|
containerClass: {
|
|
67
67
|
type: import('vue').PropType<string>;
|
|
68
68
|
};
|
|
69
|
+
inputClass: {
|
|
70
|
+
type: import('vue').PropType<string>;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
69
73
|
showWordLimit: {
|
|
70
74
|
type: import('vue').PropType<boolean>;
|
|
71
75
|
default: boolean;
|
|
@@ -74,10 +78,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
74
78
|
type: import('vue').PropType<number>;
|
|
75
79
|
default: any;
|
|
76
80
|
};
|
|
77
|
-
inputClass: {
|
|
78
|
-
type: import('vue').PropType<string>;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
81
|
autosize: {
|
|
82
82
|
type: import('vue').PropType<boolean>;
|
|
83
83
|
default: boolean;
|
|
@@ -95,9 +95,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
95
95
|
id: string;
|
|
96
96
|
placeholder: string;
|
|
97
97
|
prop: string;
|
|
98
|
+
inputClass: string;
|
|
98
99
|
showWordLimit: boolean;
|
|
99
100
|
maxlength: number;
|
|
100
|
-
inputClass: string;
|
|
101
101
|
autosize: boolean;
|
|
102
102
|
minRows: number;
|
|
103
103
|
maxRows: number;
|