persagy-vant 0.0.23 → 0.0.24

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.
Binary file
Binary file
Binary file
package/es/index.d.ts CHANGED
@@ -102,4 +102,4 @@ declare namespace _default {
102
102
  }
103
103
  export default _default;
104
104
  export function install(app: any): void;
105
- export const version: "0.0.22";
105
+ export const version: "0.0.24";
package/es/index.mjs CHANGED
@@ -95,7 +95,7 @@ import { TreeSelect } from "./tree-select/index.mjs";
95
95
  import { Uploader } from "./uploader/index.mjs";
96
96
  import { VideoPreview } from "./video-preview/index.mjs";
97
97
  import { WorkOrderFilter } from "./work-order-filter/index.mjs";
98
- const version = "0.0.22";
98
+ const version = "0.0.24";
99
99
  function install(app) {
100
100
  const components = [
101
101
  ActionBar,
Binary file
Binary file
Binary file
package/lib/index.d.ts CHANGED
@@ -102,4 +102,4 @@ declare namespace _default {
102
102
  }
103
103
  export default _default;
104
104
  export function install(app: any): void;
105
- export const version: "0.0.22";
105
+ export const version: "0.0.24";
package/lib/index.js CHANGED
@@ -218,7 +218,7 @@ __reExport(stdin_exports, require("./tree-select"), module.exports);
218
218
  __reExport(stdin_exports, require("./uploader"), module.exports);
219
219
  __reExport(stdin_exports, require("./video-preview"), module.exports);
220
220
  __reExport(stdin_exports, require("./work-order-filter"), module.exports);
221
- const version = "0.0.22";
221
+ const version = "0.0.24";
222
222
  function install(app) {
223
223
  const components = [
224
224
  import_action_bar.ActionBar,
package/lib/vant.cjs.js CHANGED
@@ -19116,7 +19116,7 @@ const Lazyload = {
19116
19116
  });
19117
19117
  }
19118
19118
  };
19119
- const version = "0.0.22";
19119
+ const version = "0.0.24";
19120
19120
  function install(app) {
19121
19121
  const components = [
19122
19122
  ActionBar,
package/lib/vant.es.js CHANGED
@@ -19114,7 +19114,7 @@ const Lazyload = {
19114
19114
  });
19115
19115
  }
19116
19116
  };
19117
- const version = "0.0.22";
19117
+ const version = "0.0.24";
19118
19118
  function install(app) {
19119
19119
  const components = [
19120
19120
  ActionBar,
package/lib/vant.js CHANGED
@@ -22703,7 +22703,7 @@
22703
22703
  });
22704
22704
  }
22705
22705
  };
22706
- const version = "0.0.22";
22706
+ const version = "0.0.24";
22707
22707
  function install(app) {
22708
22708
  const components = [
22709
22709
  ActionBar,