zhytech-ui 1.0.6 → 1.0.7

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/README.md CHANGED
@@ -26,6 +26,7 @@ import { dynamicFormData,dynamicFilter } from "zhytech-ui"
26
26
  2)、全局引入:在项目内任何页面都不需要单独引入
27
27
  ```ts
28
28
  import zhytechUI from "zhytech-ui";
29
+ import "../node_modules/zhytech-ui/dist/style.css";
29
30
  createApp(app).use(zhytechUI)
30
31
  ```
31
32
 
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -25,16 +25,16 @@ export declare function useUtils(): {
25
25
  stringifyJson: (jsonObject: object) => string;
26
26
  /**
27
27
  * @description: 克隆对象
28
- * @param jsonObject
28
+ * @param value
29
29
  * @return
30
30
  */
31
- clone(jsonObject: any): any;
31
+ clone: <T>(value: T) => T;
32
32
  /**
33
33
  * @description: 判断参数是否为空
34
34
  * @param T param
35
35
  * @return
36
36
  */
37
- isEmpty: <T>(param: T) => boolean;
37
+ isEmpty: <T_1>(param: T_1) => boolean;
38
38
  /**
39
39
  * @description: 判断参数是否为空
40
40
  * @param T obj
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;