@creatorsn/vfluent3 0.3.49 → 0.3.52

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.
@@ -31,6 +31,7 @@ export declare const FvVerifyBox: import("../../types/plugins/component-plugin")
31
31
  valueFormat(): void;
32
32
  handleKeyDown(event: any, idx: any): void;
33
33
  handlePaste(event: any): void;
34
+ pasteProcess(data: any): void;
34
35
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
35
36
  P: {};
36
37
  B: {};
@@ -69,6 +70,7 @@ export declare const FvVerifyBox: import("../../types/plugins/component-plugin")
69
70
  valueFormat(): void;
70
71
  handleKeyDown(event: any, idx: any): void;
71
72
  handlePaste(event: any): void;
73
+ pasteProcess(data: any): void;
72
74
  }, {}>;
73
75
  __isFragment?: undefined;
74
76
  __isTeleport?: undefined;
@@ -104,6 +106,7 @@ export declare const FvVerifyBox: import("../../types/plugins/component-plugin")
104
106
  valueFormat(): void;
105
107
  handleKeyDown(event: any, idx: any): void;
106
108
  handlePaste(event: any): void;
109
+ pasteProcess(data: any): void;
107
110
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
108
111
  $slots: {};
109
112
  })>;
@@ -30,6 +30,7 @@ declare const _default: {
30
30
  valueFormat(): void;
31
31
  handleKeyDown(event: any, idx: any): void;
32
32
  handlePaste(event: any): void;
33
+ pasteProcess(data: any): void;
33
34
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
34
35
  P: {};
35
36
  B: {};
@@ -68,6 +69,7 @@ declare const _default: {
68
69
  valueFormat(): void;
69
70
  handleKeyDown(event: any, idx: any): void;
70
71
  handlePaste(event: any): void;
72
+ pasteProcess(data: any): void;
71
73
  }, {}>;
72
74
  __isFragment?: undefined;
73
75
  __isTeleport?: undefined;
@@ -103,6 +105,7 @@ declare const _default: {
103
105
  valueFormat(): void;
104
106
  handleKeyDown(event: any, idx: any): void;
105
107
  handlePaste(event: any): void;
108
+ pasteProcess(data: any): void;
106
109
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
107
110
  $slots: {};
108
111
  });