iv-npm 1.7.53 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.7.53",
3
+ "version": "1.7.54",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -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;