@zyui/components 0.0.144 → 0.0.145

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.
@@ -7,10 +7,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: ObjectConstructor;
8
8
  default: () => {};
9
9
  };
10
- detailValue: {
11
- type: ObjectConstructor;
12
- default: () => {};
13
- };
14
10
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
11
  displayType: {
16
12
  type: StringConstructor;
@@ -20,13 +16,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
20
16
  type: ObjectConstructor;
21
17
  default: () => {};
22
18
  };
23
- detailValue: {
24
- type: ObjectConstructor;
25
- default: () => {};
26
- };
27
19
  }>> & Readonly<{}>, {
28
20
  value: Record<string, any>;
29
21
  displayType: string;
30
- detailValue: Record<string, any>;
31
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
23
  export default _default;
@@ -7,10 +7,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7
7
  type: ObjectConstructor;
8
8
  default: () => {};
9
9
  };
10
- detailValue: {
11
- type: ObjectConstructor;
12
- default: () => {};
13
- };
14
10
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
11
  displayType: {
16
12
  type: StringConstructor;
@@ -20,13 +16,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
20
16
  type: ObjectConstructor;
21
17
  default: () => {};
22
18
  };
23
- detailValue: {
24
- type: ObjectConstructor;
25
- default: () => {};
26
- };
27
19
  }>> & Readonly<{}>, {
28
20
  value: Record<string, any>;
29
21
  displayType: string;
30
- detailValue: Record<string, any>;
31
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
23
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",