@factoringplus/pl-components-pack-v3 1.1.21-pre-02 → 1.1.22
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/pl-button.vue.d.ts +1 -1
- 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-input-plus/pl-input-plus.vue.d.ts +1 -1
- package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
- package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/components/pl-tooltip/pl-tooltip.vue.d.ts +6 -6
- package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +2 -2
- package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/pl-components-pack-v3.es.js +5572 -5558
- package/dist/pl-components-pack-v3.umd.js +26 -26
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -30,9 +30,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
}, {
|
|
31
31
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
32
32
|
size: "small" | "large" | "medium";
|
|
33
|
-
icon: import("../pl-icon").TIcon;
|
|
34
33
|
fullWidth: boolean;
|
|
35
34
|
disabled: boolean;
|
|
35
|
+
icon: import("../pl-icon").TIcon;
|
|
36
36
|
iconColor: string;
|
|
37
37
|
iconPosition: "left" | "right";
|
|
38
38
|
nativeType: "button" | "submit" | "reset";
|
|
@@ -57,6 +57,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
57
57
|
label: string;
|
|
58
58
|
disabled: boolean;
|
|
59
59
|
modelValue: IOption;
|
|
60
|
+
tooltip: string;
|
|
60
61
|
prop: string;
|
|
61
62
|
placeholder: string;
|
|
62
63
|
clearable: boolean;
|
|
@@ -72,7 +73,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
72
73
|
defaultDropText: string;
|
|
73
74
|
noData: string;
|
|
74
75
|
optional: string;
|
|
75
|
-
tooltip: string;
|
|
76
76
|
teleport: boolean;
|
|
77
77
|
}, {}>;
|
|
78
78
|
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;
|
|
63
64
|
prop: string;
|
|
64
65
|
placeholder: string;
|
|
65
66
|
clearable: boolean;
|
|
66
67
|
width: string;
|
|
67
68
|
helpertext: string;
|
|
68
69
|
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;
|
|
70
71
|
prop: string;
|
|
71
72
|
placeholder: string;
|
|
72
73
|
clearable: boolean;
|
|
73
74
|
width: string;
|
|
74
75
|
helpertext: string;
|
|
75
76
|
optional: string;
|
|
76
|
-
tooltip: string;
|
|
77
77
|
periods: boolean;
|
|
78
78
|
monthSwitch: boolean;
|
|
79
79
|
yearSwitch: boolean;
|
|
@@ -76,6 +76,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
76
76
|
textarea: boolean;
|
|
77
77
|
disabled: boolean;
|
|
78
78
|
modelValue: import("./types").TInputModelValue;
|
|
79
|
+
tooltip: string;
|
|
79
80
|
prop: string;
|
|
80
81
|
placeholder: string;
|
|
81
82
|
clearable: boolean;
|
|
@@ -85,7 +86,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
85
86
|
width: string;
|
|
86
87
|
helpertext: string;
|
|
87
88
|
optional: string;
|
|
88
|
-
tooltip: string;
|
|
89
89
|
showWordLimit: boolean;
|
|
90
90
|
currency: boolean;
|
|
91
91
|
round: boolean;
|
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
13
13
|
width: string;
|
|
14
14
|
}>>>, {
|
|
15
15
|
label: string;
|
|
16
|
-
icon: import("../../pl-icon").TIcon;
|
|
17
16
|
disabled: boolean;
|
|
17
|
+
icon: import("../../pl-icon").TIcon;
|
|
18
18
|
active: boolean;
|
|
19
19
|
width: string;
|
|
20
20
|
}, {}>;
|
|
@@ -41,12 +41,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
41
41
|
}, {
|
|
42
42
|
id: string;
|
|
43
43
|
disabled: boolean;
|
|
44
|
+
focus: boolean;
|
|
44
45
|
prop: string;
|
|
45
46
|
placeholder: string;
|
|
46
47
|
clearable: boolean;
|
|
47
48
|
showError: number;
|
|
48
49
|
leftIcon: TIcon;
|
|
49
|
-
focus: boolean;
|
|
50
50
|
showDescription: string | boolean;
|
|
51
51
|
}, {}>;
|
|
52
52
|
export default _default;
|
|
@@ -43,6 +43,7 @@ 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;
|
|
46
47
|
prop: string;
|
|
47
48
|
placeholder: string;
|
|
48
49
|
clearable: boolean;
|
|
@@ -51,7 +52,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
51
52
|
width: string;
|
|
52
53
|
helpertext: string;
|
|
53
54
|
optional: string;
|
|
54
|
-
tooltip: string;
|
|
55
55
|
teleport: boolean;
|
|
56
56
|
options: IOption[];
|
|
57
57
|
showDescription: boolean;
|
|
@@ -14,8 +14,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
14
14
|
}>>>, {
|
|
15
15
|
name: string;
|
|
16
16
|
label: string;
|
|
17
|
-
icon: import("../pl-icon").TIcon;
|
|
18
17
|
disabled: boolean;
|
|
18
|
+
icon: import("../pl-icon").TIcon;
|
|
19
19
|
counter: number;
|
|
20
20
|
}, {}>, {
|
|
21
21
|
default?(_: {}): any;
|
|
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
4
4
|
required: false;
|
|
5
5
|
};
|
|
6
6
|
position: {
|
|
7
|
-
type: () => "left" | "right" | "top" | "
|
|
7
|
+
type: () => "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
customClass: {
|
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
trigger: {
|
|
15
|
-
type: () => "click" | "
|
|
15
|
+
type: () => "click" | "hover" | "focus" | "contextmenu";
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
hideAfter: {
|
|
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
25
25
|
required: false;
|
|
26
26
|
};
|
|
27
27
|
position: {
|
|
28
|
-
type: () => "left" | "right" | "top" | "
|
|
28
|
+
type: () => "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
customClass: {
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
trigger: {
|
|
36
|
-
type: () => "click" | "
|
|
36
|
+
type: () => "click" | "hover" | "focus" | "contextmenu";
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
39
|
hideAfter: {
|
|
@@ -41,9 +41,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
41
41
|
default: number;
|
|
42
42
|
};
|
|
43
43
|
}>>, {
|
|
44
|
+
position: "left" | "right" | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
44
45
|
customClass: string;
|
|
45
|
-
trigger: "click" | "
|
|
46
|
-
position: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
46
|
+
trigger: "click" | "hover" | "focus" | "contextmenu";
|
|
47
47
|
hideAfter: number;
|
|
48
48
|
}, {}>, {
|
|
49
49
|
default?(_: {}): any;
|
|
@@ -20,10 +20,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
}>>>, {
|
|
22
22
|
disabled: boolean;
|
|
23
|
-
|
|
23
|
+
trigger: "click" | "hover";
|
|
24
|
+
placement: "left" | "right" | "top" | "bottom" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom-right" | "left-bottom" | "left-top";
|
|
24
25
|
delay: boolean;
|
|
25
26
|
truncated: boolean;
|
|
26
|
-
trigger: "click" | "hover";
|
|
27
27
|
}, {}>, {
|
|
28
28
|
default?(_: {}): any;
|
|
29
29
|
"tooltip-text"?(_: {}): any;
|
|
@@ -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;
|
|
68
69
|
prop: string;
|
|
69
70
|
description: string;
|
|
70
71
|
optional: string;
|
|
71
|
-
tooltip: string;
|
|
72
72
|
accept: string;
|
|
73
73
|
multiple: boolean;
|
|
74
74
|
fileSize: number;
|