@jctrans-materials/comps-vue3 1.0.12 → 1.0.13

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.
@@ -13,6 +13,7 @@ interface Props {
13
13
  showApplyData?: boolean;
14
14
  parentId?: number | string | null;
15
15
  parentType?: "Country" | "City" | null;
16
+ disabled?: boolean;
16
17
  }
17
18
  declare function __VLS_template(): {
18
19
  prefix?(_: {}): any;
@@ -57,6 +58,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
57
58
  showApplyData: boolean;
58
59
  parentId: null;
59
60
  parentType: null;
61
+ disabled: boolean;
60
62
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
61
63
  blur: (...args: any[]) => void;
62
64
  change: (...args: any[]) => void;
@@ -77,6 +79,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
77
79
  showApplyData: boolean;
78
80
  parentId: null;
79
81
  parentType: null;
82
+ disabled: boolean;
80
83
  }>>> & Readonly<{
81
84
  onBlur?: ((...args: any[]) => any) | undefined;
82
85
  onChange?: ((...args: any[]) => any) | undefined;
@@ -86,6 +89,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
86
89
  onRemove?: ((...args: any[]) => any) | undefined;
87
90
  "onApply-data"?: ((...args: any[]) => any) | undefined;
88
91
  }>, {
92
+ disabled: boolean;
89
93
  modelValue: SearchItem | SearchItem[] | null;
90
94
  multiple: boolean;
91
95
  lang: "" | "en" | "cn" | "en-US" | "zh-CN";