iv-npm 1.6.89 → 1.6.90
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 +8 -0
- 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 +5 -5
- package/packages/ui/dist/index.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -92,6 +92,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
type: NumberConstructor;
|
|
93
93
|
required: true;
|
|
94
94
|
};
|
|
95
|
+
isMultipleCheckEmptyGetData: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
required: true;
|
|
98
|
+
};
|
|
95
99
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
96
100
|
[key: string]: any;
|
|
97
101
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "getItem")[], "update:show" | "getItem", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -185,6 +189,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
189
|
type: NumberConstructor;
|
|
186
190
|
required: true;
|
|
187
191
|
};
|
|
192
|
+
isMultipleCheckEmptyGetData: {
|
|
193
|
+
type: BooleanConstructor;
|
|
194
|
+
required: true;
|
|
195
|
+
};
|
|
188
196
|
}>> & {
|
|
189
197
|
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
190
198
|
onGetItem?: ((...args: any[]) => any) | undefined;
|