iv-npm 1.6.73 → 1.6.75
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 -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 +1 -1
- package/packages/ui/dist/index.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -67,6 +67,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
required: false;
|
|
68
68
|
default: boolean;
|
|
69
69
|
};
|
|
70
|
+
isEntry: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
required: false;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
70
75
|
meterages: {
|
|
71
76
|
type: ArrayConstructor;
|
|
72
77
|
required: false;
|
|
@@ -143,6 +148,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
148
|
required: false;
|
|
144
149
|
default: boolean;
|
|
145
150
|
};
|
|
151
|
+
isEntry: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
required: false;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
146
156
|
meterages: {
|
|
147
157
|
type: ArrayConstructor;
|
|
148
158
|
required: false;
|
|
@@ -156,5 +166,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
166
|
onGetItem?: ((...args: any[]) => any) | undefined;
|
|
157
167
|
}, {
|
|
158
168
|
multiple: boolean;
|
|
169
|
+
isEntry: boolean;
|
|
159
170
|
}>;
|
|
160
171
|
export default _default;
|