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