iv-npm 1.6.91 → 1.6.93

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.6.91",
3
+ "version": "1.6.93",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -94,7 +94,11 @@ declare const _default: import("vue").DefineComponent<{
94
94
  };
95
95
  isMultipleCheckEmptyGetData: {
96
96
  type: BooleanConstructor;
97
- required: true;
97
+ required: false;
98
+ };
99
+ multipleFormData: {
100
+ type: null;
101
+ required: false;
98
102
  };
99
103
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
100
104
  [key: string]: any;
@@ -191,7 +195,11 @@ declare const _default: import("vue").DefineComponent<{
191
195
  };
192
196
  isMultipleCheckEmptyGetData: {
193
197
  type: BooleanConstructor;
194
- required: true;
198
+ required: false;
199
+ };
200
+ multipleFormData: {
201
+ type: null;
202
+ required: false;
195
203
  };
196
204
  }>> & {
197
205
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -199,5 +207,6 @@ declare const _default: import("vue").DefineComponent<{
199
207
  }, {
200
208
  multiple: boolean;
201
209
  isEntry: boolean;
210
+ isMultipleCheckEmptyGetData: boolean;
202
211
  }>;
203
212
  export default _default;