@factoringplus/pl-components-pack-v3 1.8.12-pre-02 → 1.8.12-pre-03

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.
@@ -132,6 +132,7 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
132
132
  resetValue: (...args: any[]) => void;
133
133
  "custom-blur": (...args: any[]) => void;
134
134
  "tooltip-mouseenter": (...args: any[]) => void;
135
+ "tooltip-mouseleave": (...args: any[]) => void;
135
136
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
136
137
  label: {
137
138
  type: import('vue').PropType<string>;
@@ -261,6 +262,7 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
261
262
  onResetValue?: (...args: any[]) => any;
262
263
  "onCustom-blur"?: (...args: any[]) => any;
263
264
  "onTooltip-mouseenter"?: (...args: any[]) => any;
265
+ "onTooltip-mouseleave"?: (...args: any[]) => any;
264
266
  }, {
265
267
  label: string;
266
268
  textarea: boolean;
@@ -42,6 +42,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
42
42
  resetValue: (...args: any[]) => void;
43
43
  "custom-blur": (...args: any[]) => void;
44
44
  "tooltip-mouseenter": (...args: any[]) => void;
45
+ "tooltip-mouseleave": (...args: any[]) => void;
45
46
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
46
47
  prop: string;
47
48
  modelValue: string;
@@ -80,6 +81,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
80
81
  onResetValue?: (...args: any[]) => any;
81
82
  "onCustom-blur"?: (...args: any[]) => any;
82
83
  "onTooltip-mouseenter"?: (...args: any[]) => any;
84
+ "onTooltip-mouseleave"?: (...args: any[]) => any;
83
85
  }, {
84
86
  label: string;
85
87
  textarea: boolean;