@factoringplus/pl-components-pack-v3 1.8.11 → 1.8.12-pre-02
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.
@@ -131,6 +131,7 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
131
131
|
blur: (...args: any[]) => void;
|
132
132
|
resetValue: (...args: any[]) => void;
|
133
133
|
"custom-blur": (...args: any[]) => void;
|
134
|
+
"tooltip-mouseenter": (...args: any[]) => void;
|
134
135
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
135
136
|
label: {
|
136
137
|
type: import('vue').PropType<string>;
|
@@ -259,6 +260,7 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
259
260
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
260
261
|
onResetValue?: (...args: any[]) => any;
|
261
262
|
"onCustom-blur"?: (...args: any[]) => any;
|
263
|
+
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
262
264
|
}, {
|
263
265
|
label: string;
|
264
266
|
textarea: boolean;
|
@@ -41,6 +41,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
41
41
|
blur: (...args: any[]) => void;
|
42
42
|
resetValue: (...args: any[]) => void;
|
43
43
|
"custom-blur": (...args: any[]) => void;
|
44
|
+
"tooltip-mouseenter": (...args: any[]) => void;
|
44
45
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
|
45
46
|
prop: string;
|
46
47
|
modelValue: string;
|
@@ -78,6 +79,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
78
79
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
79
80
|
onResetValue?: (...args: any[]) => any;
|
80
81
|
"onCustom-blur"?: (...args: any[]) => any;
|
82
|
+
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
81
83
|
}, {
|
82
84
|
label: string;
|
83
85
|
textarea: boolean;
|