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.
- package/es/fonts/meri-mobile-icon.ttf +0 -0
- package/es/fonts/meri-mobile-icon.woff +0 -0
- package/es/fonts/meri-mobile-icon.woff2 +0 -0
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/lib/fonts/meri-mobile-icon.ttf +0 -0
- package/lib/fonts/meri-mobile-icon.woff +0 -0
- package/lib/fonts/meri-mobile-icon.woff2 +0 -0
- 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 +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.d.ts
CHANGED
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.
|
|
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
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.
|
|
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.
|
|
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.
|
|
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.
|
|
22706
|
+
const version = "0.0.24";
|
|
22707
22707
|
function install(app) {
|
|
22708
22708
|
const components = [
|
|
22709
22709
|
ActionBar,
|