zartui 3.1.23-beta.2 → 3.1.23
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/README.md +4 -0
- 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/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 +4 -4
package/lib/zartui.cjs.js
CHANGED
|
@@ -20487,7 +20487,7 @@ const Lazyload = {
|
|
|
20487
20487
|
});
|
|
20488
20488
|
}
|
|
20489
20489
|
};
|
|
20490
|
-
const version = "3.1.23
|
|
20490
|
+
const version = "3.1.23";
|
|
20491
20491
|
function install(app) {
|
|
20492
20492
|
const components = [
|
|
20493
20493
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -20485,7 +20485,7 @@ const Lazyload = {
|
|
|
20485
20485
|
});
|
|
20486
20486
|
}
|
|
20487
20487
|
};
|
|
20488
|
-
const version = "3.1.23
|
|
20488
|
+
const version = "3.1.23";
|
|
20489
20489
|
function install(app) {
|
|
20490
20490
|
const components = [
|
|
20491
20491
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -24482,7 +24482,7 @@
|
|
|
24482
24482
|
});
|
|
24483
24483
|
}
|
|
24484
24484
|
};
|
|
24485
|
-
const version = "3.1.23
|
|
24485
|
+
const version = "3.1.23";
|
|
24486
24486
|
function install(app) {
|
|
24487
24487
|
const components = [
|
|
24488
24488
|
ActionSheet,
|