iv-npm 1.7.52 → 1.7.54
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/IVProdBaseDropdown.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 +1 -1
- package/packages/ui/dist/index.umd.js.map +1 -1
- package/packages/ui/dist/ui/src/business-ui/component/IVProdBaseDropdown.d.ts +184 -0
package/package.json
CHANGED
|
@@ -79,6 +79,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
required: false;
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
|
+
setOfBookId: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
required: false;
|
|
85
|
+
};
|
|
82
86
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
83
87
|
[key: string]: any;
|
|
84
88
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -159,6 +163,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
163
|
required: false;
|
|
160
164
|
default: boolean;
|
|
161
165
|
};
|
|
166
|
+
setOfBookId: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
required: false;
|
|
169
|
+
};
|
|
162
170
|
}>> & {
|
|
163
171
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
164
172
|
onChange?: ((...args: any[]) => any) | undefined;
|