vant 4.9.14 → 4.9.15
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 +23 -24
- package/lib/utils/support.js +0 -1
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.15";
|
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.15";
|
230
230
|
function install(app) {
|
231
231
|
const components = [
|
232
232
|
import_action_bar.ActionBar,
|
package/lib/vant.cjs.js
CHANGED
@@ -17069,7 +17069,7 @@ const Lazyload = {
|
|
17069
17069
|
});
|
17070
17070
|
}
|
17071
17071
|
};
|
17072
|
-
const version = "4.9.
|
17072
|
+
const version = "4.9.15";
|
17073
17073
|
function install(app) {
|
17074
17074
|
const components = [
|
17075
17075
|
ActionBar,
|
package/lib/vant.es.js
CHANGED
@@ -17067,7 +17067,7 @@ const Lazyload = {
|
|
17067
17067
|
});
|
17068
17068
|
}
|
17069
17069
|
};
|
17070
|
-
const version = "4.9.
|
17070
|
+
const version = "4.9.15";
|
17071
17071
|
function install(app) {
|
17072
17072
|
const components = [
|
17073
17073
|
ActionBar,
|
package/lib/vant.js
CHANGED
@@ -18222,7 +18222,7 @@
|
|
18222
18222
|
});
|
18223
18223
|
}
|
18224
18224
|
};
|
18225
|
-
const version = "4.9.
|
18225
|
+
const version = "4.9.15";
|
18226
18226
|
function install(app) {
|
18227
18227
|
const components = [
|
18228
18228
|
ActionBar,
|