@jctrans-materials/comps-vue2 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.
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<{
25
25
  onCarrierChange: (value: string | number) => void;
26
26
  lang: string;
27
27
  showApplyData: boolean;
28
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply")[], string, Readonly<import('vue').ExtractPropTypes<{
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply" | "focus" | "blur" | "remove-tag")[], string, Readonly<import('vue').ExtractPropTypes<{
29
29
  value: {
30
30
  type: (StringConstructor | NumberConstructor)[];
31
31
  default: string;
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<{
25
25
  onCarrierChange: (value: string | number) => void;
26
26
  lang: string;
27
27
  showApplyData: boolean;
28
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply")[], string, Readonly<import('vue').ExtractPropTypes<{
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply" | "focus" | "blur" | "remove-tag")[], string, Readonly<import('vue').ExtractPropTypes<{
29
29
  value: {
30
30
  type: (StringConstructor | NumberConstructor)[];
31
31
  default: string;
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<{
25
25
  onCarrierChange: (value: string | number) => void;
26
26
  lang: string;
27
27
  showApplyData: boolean;
28
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply")[], string, Readonly<import('vue').ExtractPropTypes<{
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply" | "focus" | "blur" | "remove-tag")[], string, Readonly<import('vue').ExtractPropTypes<{
29
29
  value: {
30
30
  type: (StringConstructor | NumberConstructor)[];
31
31
  default: string;
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<{
25
25
  onCarrierChange: (value: string | number) => void;
26
26
  lang: string;
27
27
  showApplyData: boolean;
28
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply")[], string, Readonly<import('vue').ExtractPropTypes<{
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply" | "focus" | "blur" | "remove-tag")[], string, Readonly<import('vue').ExtractPropTypes<{
29
29
  value: {
30
30
  type: (StringConstructor | NumberConstructor)[];
31
31
  default: string;
@@ -67,11 +67,12 @@ declare const _default: import('vue').DefineComponent<{
67
67
  handleClear: () => void;
68
68
  handleChange: (val: any) => void;
69
69
  handleApply: () => void;
70
+ handleRemoveTag: (tag: any) => void;
70
71
  ICON_MORE: string;
71
72
  showApplyData: boolean;
72
73
  normalizeOptionValue: (id: any) => any;
73
74
  multiple: boolean;
74
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply")[], string, Readonly<import('vue').ExtractPropTypes<{
75
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "update:value" | "change" | "apply" | "focus" | "blur" | "remove-tag")[], string, Readonly<import('vue').ExtractPropTypes<{
75
76
  value: {
76
77
  type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
77
78
  default: undefined;