@jctrans-materials/comps-vue2 1.0.12 → 1.0.14

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.
@@ -39,6 +39,10 @@ declare const _default: import('vue').DefineComponent<{
39
39
  type: BooleanConstructor;
40
40
  default: boolean;
41
41
  };
42
+ disabled: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
42
46
  }, {
43
47
  query: import('vue').Ref<string>;
44
48
  isSelected: import('vue').Ref<boolean>;
@@ -150,8 +154,13 @@ declare const _default: import('vue').DefineComponent<{
150
154
  type: BooleanConstructor;
151
155
  default: boolean;
152
156
  };
157
+ disabled: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
153
161
  }>>, {
154
162
  multiple: boolean;
163
+ disabled: boolean;
155
164
  value: Record<string, any> | unknown[];
156
165
  collapseTags: boolean;
157
166
  searchTypeList: unknown[];