@factoringplus/pl-components-pack-v3 1.9.4-pre-03 → 1.9.5-pre-01-tooltip
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-8f872ee3.js → crypto-pro-84050865.js} +1 -1
- package/dist/{crypto-pro-5cbefe3e.cjs → crypto-pro-ca01304b.cjs} +1 -1
- package/dist/{entry-e540d85e.js → entry-17f6ec32.js} +9875 -9980
- package/dist/entry-aa8e860e.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-scrollbar/pl-scrollbar.vue.d.ts +2 -10
- 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 +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
- 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 +193 -193
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -4
- 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 +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/entry-32036274.cjs +0 -115
@@ -99,29 +99,29 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
99
99
|
leftIcon: import('../../components').TIcon;
|
100
100
|
rightIcon: import('../../components').TIcon;
|
101
101
|
prop: string;
|
102
|
-
helpertext: string;
|
103
|
-
optional: string;
|
104
|
-
tooltip: string;
|
105
|
-
clearable: boolean;
|
106
102
|
containerClass: string;
|
107
103
|
round: boolean;
|
108
|
-
|
104
|
+
tooltip: string;
|
105
|
+
clearable: boolean;
|
106
|
+
inputClass: string;
|
109
107
|
password: boolean;
|
110
|
-
|
111
|
-
|
112
|
-
currentPassword: boolean;
|
113
|
-
newPassword: boolean;
|
114
|
-
iconPointer: boolean;
|
115
|
-
customBlur: boolean;
|
108
|
+
helpertext: string;
|
109
|
+
optional: string;
|
116
110
|
focusOnReset: boolean;
|
111
|
+
customBlur: boolean;
|
117
112
|
disableTrim: boolean;
|
118
|
-
|
119
|
-
autosize: boolean;
|
120
|
-
minRows: number;
|
121
|
-
maxRows: number;
|
113
|
+
iconPointer: boolean;
|
122
114
|
valueRange: {
|
123
115
|
min: number;
|
124
116
|
};
|
117
|
+
currentPassword: boolean;
|
118
|
+
newPassword: boolean;
|
119
|
+
showWordLimit: boolean;
|
120
|
+
maxlength: number;
|
121
|
+
autosize: boolean;
|
122
|
+
minRows: number;
|
123
|
+
maxRows: number;
|
124
|
+
'show-word-limit': boolean;
|
125
125
|
}, {}>, {
|
126
126
|
"tooltip-text"?(_: {}): any;
|
127
127
|
}>;
|
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
46
46
|
focus: boolean;
|
47
47
|
prop: string;
|
48
48
|
clearable: boolean;
|
49
|
-
showDescription: string | boolean;
|
50
49
|
showError: number;
|
50
|
+
showDescription: string | boolean;
|
51
51
|
}, {}>;
|
52
52
|
export default _default;
|
53
53
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -20,7 +20,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
20
20
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
21
21
|
reset: (...args: any[]) => void;
|
22
22
|
"update:modelValue": (...args: any[]) => void;
|
23
|
-
blur: (...args: any[]) => void;
|
24
23
|
change: (...args: any[]) => void;
|
25
24
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
|
26
25
|
modelValue: () => any[];
|
@@ -40,7 +39,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
40
39
|
teleport: boolean;
|
41
40
|
selectAll: boolean;
|
42
41
|
}>>> & {
|
43
|
-
onBlur?: (...args: any[]) => any;
|
44
42
|
onChange?: (...args: any[]) => any;
|
45
43
|
onReset?: (...args: any[]) => any;
|
46
44
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
@@ -54,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
54
52
|
leftIcon: import('../../components').TIcon;
|
55
53
|
teleport: boolean;
|
56
54
|
prop: string;
|
57
|
-
helpertext: string;
|
58
|
-
optional: string;
|
59
55
|
tooltip: string;
|
60
56
|
clearable: boolean;
|
57
|
+
helpertext: string;
|
58
|
+
optional: string;
|
61
59
|
buttons: boolean;
|
62
60
|
selectAll: boolean;
|
63
61
|
}, {}>, {
|
@@ -47,8 +47,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
47
47
|
focus: boolean;
|
48
48
|
prop: string;
|
49
49
|
clearable: boolean;
|
50
|
-
showDescription: string | boolean;
|
51
50
|
showError: number;
|
51
|
+
showDescription: string | boolean;
|
52
52
|
}, {}>;
|
53
53
|
export default _default;
|
54
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
51
51
|
rightIcon: import('../../components').TIcon;
|
52
52
|
teleport: boolean;
|
53
53
|
prop: string;
|
54
|
-
helpertext: string;
|
55
|
-
optional: string;
|
56
54
|
tooltip: string;
|
57
55
|
clearable: boolean;
|
56
|
+
helpertext: string;
|
57
|
+
optional: string;
|
58
58
|
showDescription: boolean;
|
59
59
|
account: boolean;
|
60
60
|
}, {}>, {
|
@@ -88,10 +88,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
88
88
|
multiple: boolean;
|
89
89
|
description: string;
|
90
90
|
prop: string;
|
91
|
-
optional: string;
|
92
91
|
tooltip: string;
|
93
92
|
fileSize: number;
|
94
93
|
limit: number;
|
94
|
+
optional: string;
|
95
95
|
maxHeightScroll: number;
|
96
96
|
helperText: string;
|
97
97
|
viewMode: boolean;
|