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