iv-npm 1.7.17 → 1.7.18
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 +11 -0
- package/packages/ui/dist/index.cjs.js +5 -5
- package/packages/ui/dist/index.cjs.js.map +1 -1
- package/packages/ui/dist/index.esm.js +6 -6
- 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
|
@@ -74,6 +74,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
required: false;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
|
+
isSetOfBookId: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
required: false;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
77
82
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
78
83
|
[key: string]: any;
|
|
79
84
|
}>, 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<{
|
|
@@ -149,6 +154,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
154
|
required: false;
|
|
150
155
|
default: string;
|
|
151
156
|
};
|
|
157
|
+
isSetOfBookId: {
|
|
158
|
+
type: BooleanConstructor;
|
|
159
|
+
required: false;
|
|
160
|
+
default: boolean;
|
|
161
|
+
};
|
|
152
162
|
}>> & {
|
|
153
163
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
154
164
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -161,5 +171,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
171
|
isTitle: boolean;
|
|
162
172
|
placeholder: string;
|
|
163
173
|
title: string;
|
|
174
|
+
isSetOfBookId: boolean;
|
|
164
175
|
}>;
|
|
165
176
|
export default _default;
|