vant 3.6.7 → 3.6.8
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 +2762 -2762
- package/package.json +2 -2
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
@@ -84,7 +84,7 @@ import { Tag } from "./tag/index.mjs";
|
|
84
84
|
import { Toast } from "./toast/index.mjs";
|
85
85
|
import { TreeSelect } from "./tree-select/index.mjs";
|
86
86
|
import { Uploader } from "./uploader/index.mjs";
|
87
|
-
const version = "3.6.
|
87
|
+
const version = "3.6.8";
|
88
88
|
function install(app) {
|
89
89
|
const components = [
|
90
90
|
ActionBar,
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
@@ -196,7 +196,7 @@ __reExport(stdin_exports, require("./tag"), module.exports);
|
|
196
196
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
197
197
|
__reExport(stdin_exports, require("./tree-select"), module.exports);
|
198
198
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
199
|
-
const version = "3.6.
|
199
|
+
const version = "3.6.8";
|
200
200
|
function install(app) {
|
201
201
|
const components = [
|
202
202
|
import_action_bar.ActionBar,
|
package/lib/vant.cjs.js
CHANGED
@@ -14961,7 +14961,7 @@ const Lazyload = {
|
|
14961
14961
|
});
|
14962
14962
|
}
|
14963
14963
|
};
|
14964
|
-
const version = "3.6.
|
14964
|
+
const version = "3.6.8";
|
14965
14965
|
function install(app) {
|
14966
14966
|
const components = [
|
14967
14967
|
ActionBar,
|
package/lib/vant.es.js
CHANGED
@@ -14959,7 +14959,7 @@ const Lazyload = {
|
|
14959
14959
|
});
|
14960
14960
|
}
|
14961
14961
|
};
|
14962
|
-
const version = "3.6.
|
14962
|
+
const version = "3.6.8";
|
14963
14963
|
function install(app) {
|
14964
14964
|
const components = [
|
14965
14965
|
ActionBar,
|
package/lib/vant.js
CHANGED
@@ -16158,7 +16158,7 @@
|
|
16158
16158
|
});
|
16159
16159
|
}
|
16160
16160
|
};
|
16161
|
-
const version = "3.6.
|
16161
|
+
const version = "3.6.8";
|
16162
16162
|
function install(app) {
|
16163
16163
|
const components = [
|
16164
16164
|
ActionBar,
|