@jctrans-materials/comps-vue3 1.0.37-beta.2 → 1.0.37-beta.4

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.
@@ -11,9 +11,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
11
11
  default: boolean;
12
12
  };
13
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ blur: (...args: any[]) => void;
14
15
  change: (...args: any[]) => void;
16
+ focus: (...args: any[]) => void;
15
17
  "update:modelValue": (...args: any[]) => void;
16
18
  apply: (...args: any[]) => void;
19
+ "remove-tag": (...args: any[]) => void;
17
20
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18
21
  modelValue: {
19
22
  required: true;
@@ -26,9 +29,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
26
29
  default: boolean;
27
30
  };
28
31
  }>> & Readonly<{
32
+ onBlur?: ((...args: any[]) => any) | undefined;
29
33
  onChange?: ((...args: any[]) => any) | undefined;
34
+ onFocus?: ((...args: any[]) => any) | undefined;
30
35
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
36
  onApply?: ((...args: any[]) => any) | undefined;
37
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
32
38
  }>, {
33
39
  showApplyData: boolean;
34
40
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -11,9 +11,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
11
11
  default: boolean;
12
12
  };
13
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ blur: (...args: any[]) => void;
14
15
  change: (...args: any[]) => void;
16
+ focus: (...args: any[]) => void;
15
17
  "update:modelValue": (...args: any[]) => void;
16
18
  apply: (...args: any[]) => void;
19
+ "remove-tag": (...args: any[]) => void;
17
20
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18
21
  modelValue: {
19
22
  required: true;
@@ -26,9 +29,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
26
29
  default: boolean;
27
30
  };
28
31
  }>> & Readonly<{
32
+ onBlur?: ((...args: any[]) => any) | undefined;
29
33
  onChange?: ((...args: any[]) => any) | undefined;
34
+ onFocus?: ((...args: any[]) => any) | undefined;
30
35
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
36
  onApply?: ((...args: any[]) => any) | undefined;
37
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
32
38
  }>, {
33
39
  showApplyData: boolean;
34
40
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -11,9 +11,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
11
11
  default: boolean;
12
12
  };
13
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ blur: (...args: any[]) => void;
14
15
  change: (...args: any[]) => void;
16
+ focus: (...args: any[]) => void;
15
17
  "update:modelValue": (...args: any[]) => void;
16
18
  apply: (...args: any[]) => void;
19
+ "remove-tag": (...args: any[]) => void;
17
20
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18
21
  modelValue: {
19
22
  required: true;
@@ -26,9 +29,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
26
29
  default: boolean;
27
30
  };
28
31
  }>> & Readonly<{
32
+ onBlur?: ((...args: any[]) => any) | undefined;
29
33
  onChange?: ((...args: any[]) => any) | undefined;
34
+ onFocus?: ((...args: any[]) => any) | undefined;
30
35
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
36
  onApply?: ((...args: any[]) => any) | undefined;
37
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
32
38
  }>, {
33
39
  showApplyData: boolean;
34
40
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -11,9 +11,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
11
11
  default: boolean;
12
12
  };
13
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ blur: (...args: any[]) => void;
14
15
  change: (...args: any[]) => void;
16
+ focus: (...args: any[]) => void;
15
17
  "update:modelValue": (...args: any[]) => void;
16
18
  apply: (...args: any[]) => void;
19
+ "remove-tag": (...args: any[]) => void;
17
20
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18
21
  modelValue: {
19
22
  required: true;
@@ -26,9 +29,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
26
29
  default: boolean;
27
30
  };
28
31
  }>> & Readonly<{
32
+ onBlur?: ((...args: any[]) => any) | undefined;
29
33
  onChange?: ((...args: any[]) => any) | undefined;
34
+ onFocus?: ((...args: any[]) => any) | undefined;
30
35
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
36
  onApply?: ((...args: any[]) => any) | undefined;
37
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
32
38
  }>, {
33
39
  showApplyData: boolean;
34
40
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -59,9 +59,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
59
59
  default: () => never[];
60
60
  };
61
61
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
+ blur: (...args: any[]) => void;
62
63
  change: (...args: any[]) => void;
64
+ focus: (...args: any[]) => void;
63
65
  "update:modelValue": (...args: any[]) => void;
64
66
  apply: (...args: any[]) => void;
67
+ "remove-tag": (...args: any[]) => void;
65
68
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
66
69
  modelValue: {
67
70
  type: PropType<string | number | Array<any> | null | undefined>;
@@ -96,9 +99,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
96
99
  default: () => never[];
97
100
  };
98
101
  }>> & Readonly<{
102
+ onBlur?: ((...args: any[]) => any) | undefined;
99
103
  onChange?: ((...args: any[]) => any) | undefined;
104
+ onFocus?: ((...args: any[]) => any) | undefined;
100
105
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
101
106
  onApply?: ((...args: any[]) => any) | undefined;
107
+ "onRemove-tag"?: ((...args: any[]) => any) | undefined;
102
108
  }>, {
103
109
  modelValue: string | number | any[] | null | undefined;
104
110
  placeholder: string;