z-ui-pc 0.5.1 → 0.5.2

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/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ ///<reference path="./components.d.ts" />
1
2
  import { AllowedComponentProps } from 'vue';
2
3
  import { App } from 'vue';
3
4
  import { AsyncComponentLoader } from 'vue';
package/dist/index.js CHANGED
@@ -4884,7 +4884,7 @@ const st = (t) => typeof t == "boolean" ? t ? "left" : void 0 : t, dl = (t) => {
4884
4884
  }, Ql = (t) => ({
4885
4885
  ...Ul,
4886
4886
  ...t ?? {}
4887
- }), Yl = "0.5.1", zl = {
4887
+ }), Yl = "0.5.2", zl = {
4888
4888
  version: Yl
4889
4889
  };
4890
4890
  function cr(t, e, o) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-ui-pc",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "适用于pc端的前端组件库",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",