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