@uf_lee/leeui 1.0.73 → 1.0.77

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.
@@ -14,6 +14,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
14
  type: PropType<Recordable>;
15
15
  default: () => {};
16
16
  };
17
+ componentProps: {
18
+ type: PropType<Recordable>;
19
+ default: () => {};
20
+ };
17
21
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
22
  data: {
19
23
  type: PropType<ComData>;
@@ -27,11 +31,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
31
  type: PropType<Recordable>;
28
32
  default: () => {};
29
33
  };
34
+ componentProps: {
35
+ type: PropType<Recordable>;
36
+ default: () => {};
37
+ };
30
38
  }>> & Readonly<{
31
39
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
32
40
  }>, {
33
41
  modelValue: any;
34
42
  data: ComData;
35
43
  formModel: Recordable;
44
+ componentProps: Recordable;
36
45
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
46
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uf_lee/leeui",
3
- "version": "1.0.73",
3
+ "version": "1.0.77",
4
4
  "description": "自己的组件库",
5
5
  "main": "dist/leeui.umd.js",
6
6
  "module": "dist/leeui.es.js",