@factoringplus/pl-components-pack-v3 1.9.5-pre-01-tooltip → 1.9.5-pre-02-tooltip-picker
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-ca01304b.cjs → crypto-pro-88c5b2d5.cjs} +1 -1
- package/dist/{crypto-pro-84050865.js → crypto-pro-ad37e352.js} +1 -1
- package/dist/{entry-17f6ec32.js → entry-4087184e.js} +5469 -5475
- package/dist/entry-5dc33ffe.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 -2
- 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 +4 -4
- 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 +127 -61
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +149 -63
- 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 -2
- 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-aa8e860e.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
|
-
|
103
|
-
|
102
|
+
helpertext: string;
|
103
|
+
optional: string;
|
104
104
|
tooltip: string;
|
105
105
|
clearable: boolean;
|
106
|
-
|
106
|
+
containerClass: string;
|
107
|
+
round: boolean;
|
108
|
+
showWordLimit: boolean;
|
107
109
|
password: boolean;
|
108
|
-
|
109
|
-
|
110
|
-
focusOnReset: boolean;
|
111
|
-
customBlur: boolean;
|
112
|
-
disableTrim: boolean;
|
113
|
-
iconPointer: boolean;
|
114
|
-
valueRange: {
|
115
|
-
min: number;
|
116
|
-
};
|
110
|
+
'show-word-limit': boolean;
|
111
|
+
maxlength: number;
|
117
112
|
currentPassword: boolean;
|
118
113
|
newPassword: boolean;
|
119
|
-
|
120
|
-
|
114
|
+
iconPointer: boolean;
|
115
|
+
customBlur: boolean;
|
116
|
+
focusOnReset: boolean;
|
117
|
+
disableTrim: boolean;
|
118
|
+
inputClass: string;
|
121
119
|
autosize: boolean;
|
122
120
|
minRows: number;
|
123
121
|
maxRows: number;
|
124
|
-
|
122
|
+
valueRange: {
|
123
|
+
min: number;
|
124
|
+
};
|
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
|
-
showError: number;
|
50
49
|
showDescription: string | boolean;
|
50
|
+
showError: number;
|
51
51
|
}, {}>;
|
52
52
|
export default _default;
|
53
53
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -52,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
52
52
|
leftIcon: import('../../components').TIcon;
|
53
53
|
teleport: boolean;
|
54
54
|
prop: string;
|
55
|
-
tooltip: string;
|
56
|
-
clearable: boolean;
|
57
55
|
helpertext: string;
|
58
56
|
optional: string;
|
57
|
+
tooltip: string;
|
58
|
+
clearable: boolean;
|
59
59
|
buttons: boolean;
|
60
60
|
selectAll: boolean;
|
61
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
|
-
showError: number;
|
51
50
|
showDescription: string | boolean;
|
51
|
+
showError: number;
|
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
|
-
tooltip: string;
|
55
|
-
clearable: boolean;
|
56
54
|
helpertext: string;
|
57
55
|
optional: string;
|
56
|
+
tooltip: string;
|
57
|
+
clearable: boolean;
|
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;
|
91
92
|
tooltip: string;
|
92
93
|
fileSize: number;
|
93
94
|
limit: number;
|
94
|
-
optional: string;
|
95
95
|
maxHeightScroll: number;
|
96
96
|
helperText: string;
|
97
97
|
viewMode: boolean;
|