iv-npm 1.6.92 → 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 +1 -1
- package/packages/ui/dist/business-ui/component/IVMeterageSelector.d.ts +11 -2
- package/packages/ui/dist/index.cjs.js +1 -1
- package/packages/ui/dist/index.cjs.js.map +1 -1
- package/packages/ui/dist/index.esm.js +1 -1
- package/packages/ui/dist/index.esm.js.map +1 -1
- package/packages/ui/dist/index.umd.js +1 -1
- package/packages/ui/dist/index.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -94,7 +94,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
94
|
};
|
|
95
95
|
isMultipleCheckEmptyGetData: {
|
|
96
96
|
type: BooleanConstructor;
|
|
97
|
-
required:
|
|
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:
|
|
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;
|