@factoringplus/pl-components-pack-v3 1.1.8-pre-07 → 1.1.8-pre-08
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/pl-autocomplete/pl-autocompete.vue.d.ts +1 -1
- package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
- package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
- package/dist/components/pl-dialog/pl-dialog-plus.stories.d.ts +19 -19
- package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +1 -1
- package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
- package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/pl-components-pack-v3.es.js +10 -10
- package/dist/pl-components-pack-v3.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -53,7 +53,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
53
53
|
label: string;
|
|
54
54
|
disabled: boolean;
|
|
55
55
|
modelValue: IOption;
|
|
56
|
-
tooltip: string;
|
|
57
56
|
prop: string;
|
|
58
57
|
placeholder: string;
|
|
59
58
|
clearable: boolean;
|
|
@@ -69,6 +68,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
69
68
|
defaultDropText: string;
|
|
70
69
|
noData: string;
|
|
71
70
|
optional: string;
|
|
71
|
+
tooltip: string;
|
|
72
72
|
teleport: boolean;
|
|
73
73
|
}, {}>;
|
|
74
74
|
export default _default;
|
package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts
CHANGED
|
@@ -60,13 +60,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
60
60
|
label: string;
|
|
61
61
|
disabled: boolean;
|
|
62
62
|
modelValue: string;
|
|
63
|
-
tooltip: string;
|
|
64
63
|
prop: string;
|
|
65
64
|
placeholder: string;
|
|
66
65
|
clearable: boolean;
|
|
67
66
|
width: string;
|
|
68
67
|
helpertext: string;
|
|
69
68
|
optional: string;
|
|
69
|
+
tooltip: string;
|
|
70
70
|
monthSwitch: boolean;
|
|
71
71
|
yearSwitch: boolean;
|
|
72
72
|
disabledDate: Function;
|
|
@@ -67,13 +67,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
67
67
|
label: string;
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
modelValue: string[];
|
|
70
|
-
tooltip: string;
|
|
71
70
|
prop: string;
|
|
72
71
|
placeholder: string;
|
|
73
72
|
clearable: boolean;
|
|
74
73
|
width: string;
|
|
75
74
|
helpertext: string;
|
|
76
75
|
optional: string;
|
|
76
|
+
tooltip: string;
|
|
77
77
|
periods: boolean;
|
|
78
78
|
monthSwitch: boolean;
|
|
79
79
|
yearSwitch: boolean;
|
|
@@ -24,10 +24,6 @@ declare const _default: {
|
|
|
24
24
|
type: import("vue").PropType<string>;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
|
-
beforeClose: {
|
|
28
|
-
type: import("vue").PropType<Function>;
|
|
29
|
-
default: () => void;
|
|
30
|
-
};
|
|
31
27
|
showHeader: {
|
|
32
28
|
type: import("vue").PropType<boolean>;
|
|
33
29
|
default: boolean;
|
|
@@ -44,6 +40,10 @@ declare const _default: {
|
|
|
44
40
|
type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
45
41
|
default: string;
|
|
46
42
|
};
|
|
43
|
+
beforeClose: {
|
|
44
|
+
type: import("vue").PropType<Function>;
|
|
45
|
+
default: () => void;
|
|
46
|
+
};
|
|
47
47
|
closeOnOverlay: {
|
|
48
48
|
type: import("vue").PropType<boolean>;
|
|
49
49
|
default: boolean;
|
|
@@ -84,10 +84,6 @@ declare const _default: {
|
|
|
84
84
|
type: import("vue").PropType<string>;
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
87
|
-
beforeClose: {
|
|
88
|
-
type: import("vue").PropType<Function>;
|
|
89
|
-
default: () => void;
|
|
90
|
-
};
|
|
91
87
|
showHeader: {
|
|
92
88
|
type: import("vue").PropType<boolean>;
|
|
93
89
|
default: boolean;
|
|
@@ -104,6 +100,10 @@ declare const _default: {
|
|
|
104
100
|
type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
105
101
|
default: string;
|
|
106
102
|
};
|
|
103
|
+
beforeClose: {
|
|
104
|
+
type: import("vue").PropType<Function>;
|
|
105
|
+
default: () => void;
|
|
106
|
+
};
|
|
107
107
|
closeOnOverlay: {
|
|
108
108
|
type: import("vue").PropType<boolean>;
|
|
109
109
|
default: boolean;
|
|
@@ -123,11 +123,11 @@ declare const _default: {
|
|
|
123
123
|
icon: import("../pl-icon").TIcon;
|
|
124
124
|
modelValue: boolean;
|
|
125
125
|
width: string;
|
|
126
|
-
beforeClose: Function;
|
|
127
126
|
showHeader: boolean;
|
|
128
127
|
showClose: boolean;
|
|
129
128
|
disabledTeleport: boolean;
|
|
130
129
|
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
130
|
+
beforeClose: Function;
|
|
131
131
|
closeOnOverlay: boolean;
|
|
132
132
|
innerScroll: boolean;
|
|
133
133
|
}, true, {}, {}, {
|
|
@@ -158,10 +158,6 @@ declare const _default: {
|
|
|
158
158
|
type: import("vue").PropType<string>;
|
|
159
159
|
default: string;
|
|
160
160
|
};
|
|
161
|
-
beforeClose: {
|
|
162
|
-
type: import("vue").PropType<Function>;
|
|
163
|
-
default: () => void;
|
|
164
|
-
};
|
|
165
161
|
showHeader: {
|
|
166
162
|
type: import("vue").PropType<boolean>;
|
|
167
163
|
default: boolean;
|
|
@@ -178,6 +174,10 @@ declare const _default: {
|
|
|
178
174
|
type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
179
175
|
default: string;
|
|
180
176
|
};
|
|
177
|
+
beforeClose: {
|
|
178
|
+
type: import("vue").PropType<Function>;
|
|
179
|
+
default: () => void;
|
|
180
|
+
};
|
|
181
181
|
closeOnOverlay: {
|
|
182
182
|
type: import("vue").PropType<boolean>;
|
|
183
183
|
default: boolean;
|
|
@@ -199,11 +199,11 @@ declare const _default: {
|
|
|
199
199
|
icon: import("../pl-icon").TIcon;
|
|
200
200
|
modelValue: boolean;
|
|
201
201
|
width: string;
|
|
202
|
-
beforeClose: Function;
|
|
203
202
|
showHeader: boolean;
|
|
204
203
|
showClose: boolean;
|
|
205
204
|
disabledTeleport: boolean;
|
|
206
205
|
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
206
|
+
beforeClose: Function;
|
|
207
207
|
closeOnOverlay: boolean;
|
|
208
208
|
innerScroll: boolean;
|
|
209
209
|
}>;
|
|
@@ -231,10 +231,6 @@ declare const _default: {
|
|
|
231
231
|
type: import("vue").PropType<string>;
|
|
232
232
|
default: string;
|
|
233
233
|
};
|
|
234
|
-
beforeClose: {
|
|
235
|
-
type: import("vue").PropType<Function>;
|
|
236
|
-
default: () => void;
|
|
237
|
-
};
|
|
238
234
|
showHeader: {
|
|
239
235
|
type: import("vue").PropType<boolean>;
|
|
240
236
|
default: boolean;
|
|
@@ -251,6 +247,10 @@ declare const _default: {
|
|
|
251
247
|
type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
|
|
252
248
|
default: string;
|
|
253
249
|
};
|
|
250
|
+
beforeClose: {
|
|
251
|
+
type: import("vue").PropType<Function>;
|
|
252
|
+
default: () => void;
|
|
253
|
+
};
|
|
254
254
|
closeOnOverlay: {
|
|
255
255
|
type: import("vue").PropType<boolean>;
|
|
256
256
|
default: boolean;
|
|
@@ -275,11 +275,11 @@ declare const _default: {
|
|
|
275
275
|
icon: import("../pl-icon").TIcon;
|
|
276
276
|
modelValue: boolean;
|
|
277
277
|
width: string;
|
|
278
|
-
beforeClose: Function;
|
|
279
278
|
showHeader: boolean;
|
|
280
279
|
showClose: boolean;
|
|
281
280
|
disabledTeleport: boolean;
|
|
282
281
|
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
282
|
+
beforeClose: Function;
|
|
283
283
|
closeOnOverlay: boolean;
|
|
284
284
|
innerScroll: boolean;
|
|
285
285
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -51,11 +51,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
51
|
icon: TIcon;
|
|
52
52
|
modelValue: boolean;
|
|
53
53
|
width: string;
|
|
54
|
-
beforeClose: Function;
|
|
55
54
|
showHeader: boolean;
|
|
56
55
|
showClose: boolean;
|
|
57
56
|
disabledTeleport: boolean;
|
|
58
57
|
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
|
58
|
+
beforeClose: Function;
|
|
59
59
|
closeOnOverlay: boolean;
|
|
60
60
|
innerScroll: boolean;
|
|
61
61
|
}, {}>, {
|
|
@@ -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;
|
|
@@ -43,7 +43,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
label: string;
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
modelValue: string | number | IOption;
|
|
46
|
-
tooltip: string;
|
|
47
46
|
prop: string;
|
|
48
47
|
placeholder: string;
|
|
49
48
|
clearable: boolean;
|
|
@@ -52,6 +51,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
52
51
|
width: string;
|
|
53
52
|
helpertext: string;
|
|
54
53
|
optional: string;
|
|
54
|
+
tooltip: string;
|
|
55
55
|
teleport: boolean;
|
|
56
56
|
options: IOption[];
|
|
57
57
|
showDescription: boolean;
|
|
@@ -65,10 +65,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
65
65
|
title: string;
|
|
66
66
|
disabled: boolean;
|
|
67
67
|
modelValue: (File | TUnloadedFile)[];
|
|
68
|
-
tooltip: string;
|
|
69
68
|
prop: string;
|
|
70
69
|
description: string;
|
|
71
70
|
optional: string;
|
|
71
|
+
tooltip: string;
|
|
72
72
|
accept: string;
|
|
73
73
|
multiple: boolean;
|
|
74
74
|
fileSize: number;
|
|
@@ -25626,7 +25626,7 @@ const GF = { class: "date-picker" }, qF = { class: "date-picker__wrapper" }, KF
|
|
|
25626
25626
|
disabled: n.disabled,
|
|
25627
25627
|
placeholder: n.placeholder,
|
|
25628
25628
|
prop: n.prop,
|
|
25629
|
-
"data-testid": d.$attrs
|
|
25629
|
+
"data-testid": d.$attrs["data-testid"],
|
|
25630
25630
|
onBlur: v[1] || (v[1] = () => {
|
|
25631
25631
|
u("blur");
|
|
25632
25632
|
})
|
|
@@ -25702,7 +25702,7 @@ const GF = { class: "date-picker" }, qF = { class: "date-picker__wrapper" }, KF
|
|
|
25702
25702
|
placeholder: n.placeholder,
|
|
25703
25703
|
prop: n.prop,
|
|
25704
25704
|
autocomplete: c.value,
|
|
25705
|
-
"data-testid": d.$attrs
|
|
25705
|
+
"data-testid": d.$attrs["data-testid"],
|
|
25706
25706
|
onInput: u,
|
|
25707
25707
|
onBlur: v[0] || (v[0] = () => {
|
|
25708
25708
|
r("blur");
|
|
@@ -25784,7 +25784,7 @@ const GF = { class: "date-picker" }, qF = { class: "date-picker__wrapper" }, KF
|
|
|
25784
25784
|
maxlength: n.maxlength,
|
|
25785
25785
|
placeholder: n.placeholder,
|
|
25786
25786
|
prop: n.prop,
|
|
25787
|
-
"data-testid": s.$attrs
|
|
25787
|
+
"data-testid": s.$attrs["data-testid"]
|
|
25788
25788
|
}, null, 10, f9), [
|
|
25789
25789
|
[yu, o.value]
|
|
25790
25790
|
]),
|
|
@@ -25900,7 +25900,7 @@ const GF = { class: "date-picker" }, qF = { class: "date-picker__wrapper" }, KF
|
|
|
25900
25900
|
maxlength: n.maxlength,
|
|
25901
25901
|
placeholder: n.placeholder,
|
|
25902
25902
|
prop: n.prop,
|
|
25903
|
-
"data-testid": c.$attrs
|
|
25903
|
+
"data-testid": c.$attrs["data-testid"],
|
|
25904
25904
|
onBlur: s,
|
|
25905
25905
|
onKeydown: Gt(u, ["tab"]),
|
|
25906
25906
|
onTouchstart: d[1] || (d[1] = () => {
|
|
@@ -26063,7 +26063,7 @@ const _9 = {
|
|
|
26063
26063
|
emits: ["update:modelValue", "resetValue", "touchstart", "blur"],
|
|
26064
26064
|
setup(e, { expose: t, emit: n }) {
|
|
26065
26065
|
ya((m) => ({
|
|
26066
|
-
"
|
|
26066
|
+
"26c49de8": r.width
|
|
26067
26067
|
}));
|
|
26068
26068
|
const r = e, o = `id-${Rr()}`, s = E([]);
|
|
26069
26069
|
if (r.prop) {
|
|
@@ -26164,7 +26164,7 @@ const _9 = {
|
|
|
26164
26164
|
"currency-input-options": r.currencyInputOptions,
|
|
26165
26165
|
"left-icon": r.leftIcon,
|
|
26166
26166
|
class: Y(m.$attrs.class),
|
|
26167
|
-
"data-testid": m.$attrs
|
|
26167
|
+
"data-testid": m.$attrs["data-testid"],
|
|
26168
26168
|
"right-icon": r.rightIcon,
|
|
26169
26169
|
prop: r.prop,
|
|
26170
26170
|
onBlur: M[2] || (M[2] = (N) => i("blur"))
|
|
@@ -26179,7 +26179,7 @@ const _9 = {
|
|
|
26179
26179
|
"right-icon": r.rightIcon,
|
|
26180
26180
|
prop: r.prop,
|
|
26181
26181
|
class: Y(m.$attrs.class),
|
|
26182
|
-
"data-testid": m.$attrs
|
|
26182
|
+
"data-testid": m.$attrs["data-testid"],
|
|
26183
26183
|
"current-password": r.currentPassword,
|
|
26184
26184
|
"new-password": r.newPassword,
|
|
26185
26185
|
onBlur: c
|
|
@@ -26193,7 +26193,7 @@ const _9 = {
|
|
|
26193
26193
|
prop: r.prop,
|
|
26194
26194
|
"show-word-limit": r.showWordLimit,
|
|
26195
26195
|
class: Y(m.$attrs.class),
|
|
26196
|
-
"data-testid": m.$attrs
|
|
26196
|
+
"data-testid": m.$attrs["data-testid"],
|
|
26197
26197
|
maxlength: r.maxlength,
|
|
26198
26198
|
onBlur: c
|
|
26199
26199
|
}, null, 8, ["modelValue", "placeholder", "disabled", "prop", "show-word-limit", "class", "data-testid", "maxlength"])) : (I(), ce(w9, {
|
|
@@ -26213,7 +26213,7 @@ const _9 = {
|
|
|
26213
26213
|
"custom-blur": r.customBlur,
|
|
26214
26214
|
clearable: r.clearable,
|
|
26215
26215
|
class: Y(m.$attrs.class),
|
|
26216
|
-
"data-testid": m.$attrs
|
|
26216
|
+
"data-testid": m.$attrs["data-testid"],
|
|
26217
26217
|
onBlur: c,
|
|
26218
26218
|
onResetValue: v,
|
|
26219
26219
|
onTouchstart: M[6] || (M[6] = () => i("touchstart"))
|
|
@@ -26227,7 +26227,7 @@ const _9 = {
|
|
|
26227
26227
|
], 32);
|
|
26228
26228
|
};
|
|
26229
26229
|
}
|
|
26230
|
-
}, Yu = /* @__PURE__ */ xn(S9, [["__scopeId", "data-v-
|
|
26230
|
+
}, Yu = /* @__PURE__ */ xn(S9, [["__scopeId", "data-v-02ff4da9"]]);
|
|
26231
26231
|
var o4 = { exports: {} };
|
|
26232
26232
|
(function(e, t) {
|
|
26233
26233
|
(function(n, r) {
|