vant 4.9.23 → 4.9.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.
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/vant.cjs.js +1 -1
- package/lib/vant.es.js +1 -1
- package/lib/vant.js +1 -1
- package/lib/vant.min.js +1 -1
- package/lib/web-types.json +1 -1
- package/package.json +24 -24
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -99,7 +99,7 @@ import { Toast } from "./toast/index.mjs";
|
|
|
99
99
|
import { TreeSelect } from "./tree-select/index.mjs";
|
|
100
100
|
import { Uploader } from "./uploader/index.mjs";
|
|
101
101
|
import { Watermark } from "./watermark/index.mjs";
|
|
102
|
-
const version = "4.9.
|
|
102
|
+
const version = "4.9.24";
|
|
103
103
|
function install(app) {
|
|
104
104
|
const components = [
|
|
105
105
|
ActionBar,
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -226,7 +226,7 @@ __reExport(stdin_exports, require("./toast"), module.exports);
|
|
|
226
226
|
__reExport(stdin_exports, require("./tree-select"), module.exports);
|
|
227
227
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
228
228
|
__reExport(stdin_exports, require("./watermark"), module.exports);
|
|
229
|
-
const version = "4.9.
|
|
229
|
+
const version = "4.9.24";
|
|
230
230
|
function install(app) {
|
|
231
231
|
const components = [
|
|
232
232
|
import_action_bar.ActionBar,
|
package/lib/vant.cjs.js
CHANGED
|
@@ -17191,7 +17191,7 @@ const Lazyload = {
|
|
|
17191
17191
|
});
|
|
17192
17192
|
}
|
|
17193
17193
|
};
|
|
17194
|
-
const version = "4.9.
|
|
17194
|
+
const version = "4.9.24";
|
|
17195
17195
|
function install(app) {
|
|
17196
17196
|
const components = [
|
|
17197
17197
|
ActionBar,
|
package/lib/vant.es.js
CHANGED
|
@@ -17189,7 +17189,7 @@ const Lazyload = {
|
|
|
17189
17189
|
});
|
|
17190
17190
|
}
|
|
17191
17191
|
};
|
|
17192
|
-
const version = "4.9.
|
|
17192
|
+
const version = "4.9.24";
|
|
17193
17193
|
function install(app) {
|
|
17194
17194
|
const components = [
|
|
17195
17195
|
ActionBar,
|
package/lib/vant.js
CHANGED
|
@@ -18308,7 +18308,7 @@
|
|
|
18308
18308
|
});
|
|
18309
18309
|
}
|
|
18310
18310
|
};
|
|
18311
|
-
const version = "4.9.
|
|
18311
|
+
const version = "4.9.24";
|
|
18312
18312
|
function install(app) {
|
|
18313
18313
|
const components = [
|
|
18314
18314
|
ActionBar,
|