vant 4.6.4-beta.1 → 4.6.4-beta.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/es/index.d.ts CHANGED
@@ -105,4 +105,4 @@ declare namespace _default {
105
105
  }
106
106
  export default _default;
107
107
  export function install(app: any): void;
108
- export const version: "4.6.4-beta.1";
108
+ export const version: "4.6.4-beta.2";
package/es/index.mjs CHANGED
@@ -98,7 +98,7 @@ import { Toast } from "./toast/index.mjs";
98
98
  import { TreeSelect } from "./tree-select/index.mjs";
99
99
  import { Uploader } from "./uploader/index.mjs";
100
100
  import { Watermark } from "./watermark/index.mjs";
101
- const version = "4.6.4-beta.1";
101
+ const version = "4.6.4-beta.2";
102
102
  function install(app) {
103
103
  const components = [
104
104
  ActionBar,
package/lib/index.d.ts CHANGED
@@ -105,4 +105,4 @@ declare namespace _default {
105
105
  }
106
106
  export default _default;
107
107
  export function install(app: any): void;
108
- export const version: "4.6.4-beta.1";
108
+ export const version: "4.6.4-beta.2";
package/lib/index.js CHANGED
@@ -224,7 +224,7 @@ __reExport(stdin_exports, require("./toast"), module.exports);
224
224
  __reExport(stdin_exports, require("./tree-select"), module.exports);
225
225
  __reExport(stdin_exports, require("./uploader"), module.exports);
226
226
  __reExport(stdin_exports, require("./watermark"), module.exports);
227
- const version = "4.6.4-beta.1";
227
+ const version = "4.6.4-beta.2";
228
228
  function install(app) {
229
229
  const components = [
230
230
  import_action_bar.ActionBar,
package/lib/vant.cjs.js CHANGED
@@ -16387,7 +16387,7 @@ const Lazyload = {
16387
16387
  });
16388
16388
  }
16389
16389
  };
16390
- const version = "4.6.4-beta.1";
16390
+ const version = "4.6.4-beta.2";
16391
16391
  function install(app) {
16392
16392
  const components = [
16393
16393
  ActionBar,
package/lib/vant.es.js CHANGED
@@ -16385,7 +16385,7 @@ const Lazyload = {
16385
16385
  });
16386
16386
  }
16387
16387
  };
16388
- const version = "4.6.4-beta.1";
16388
+ const version = "4.6.4-beta.2";
16389
16389
  function install(app) {
16390
16390
  const components = [
16391
16391
  ActionBar,
package/lib/vant.js CHANGED
@@ -17597,7 +17597,7 @@
17597
17597
  });
17598
17598
  }
17599
17599
  };
17600
- const version = "4.6.4-beta.1";
17600
+ const version = "4.6.4-beta.2";
17601
17601
  function install(app) {
17602
17602
  const components = [
17603
17603
  ActionBar,