zartui 3.1.2 → 3.1.3
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/cascader/index.css +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/lib/cascader/index.css +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +1 -1
- package/lib/zartui.es.js +1 -1
- package/lib/zartui.js +1 -1
- package/lib/zartui.min.js +1 -1
- package/package.json +6 -6
package/lib/zartui.cjs.js
CHANGED
|
@@ -18171,7 +18171,7 @@ const Lazyload = {
|
|
|
18171
18171
|
});
|
|
18172
18172
|
}
|
|
18173
18173
|
};
|
|
18174
|
-
const version = "3.1.
|
|
18174
|
+
const version = "3.1.3";
|
|
18175
18175
|
function install(app) {
|
|
18176
18176
|
const components = [
|
|
18177
18177
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -18169,7 +18169,7 @@ const Lazyload = {
|
|
|
18169
18169
|
});
|
|
18170
18170
|
}
|
|
18171
18171
|
};
|
|
18172
|
-
const version = "3.1.
|
|
18172
|
+
const version = "3.1.3";
|
|
18173
18173
|
function install(app) {
|
|
18174
18174
|
const components = [
|
|
18175
18175
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -19789,7 +19789,7 @@
|
|
|
19789
19789
|
});
|
|
19790
19790
|
}
|
|
19791
19791
|
};
|
|
19792
|
-
const version = "3.1.
|
|
19792
|
+
const version = "3.1.3";
|
|
19793
19793
|
function install(app) {
|
|
19794
19794
|
const components = [
|
|
19795
19795
|
ActionSheet,
|