zartui 3.1.24 → 3.1.25
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/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 +27 -27
package/lib/zartui.cjs.js
CHANGED
|
@@ -20501,7 +20501,7 @@ const Lazyload = {
|
|
|
20501
20501
|
});
|
|
20502
20502
|
}
|
|
20503
20503
|
};
|
|
20504
|
-
const version = "3.1.
|
|
20504
|
+
const version = "3.1.25";
|
|
20505
20505
|
function install(app) {
|
|
20506
20506
|
const components = [
|
|
20507
20507
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -20499,7 +20499,7 @@ const Lazyload = {
|
|
|
20499
20499
|
});
|
|
20500
20500
|
}
|
|
20501
20501
|
};
|
|
20502
|
-
const version = "3.1.
|
|
20502
|
+
const version = "3.1.25";
|
|
20503
20503
|
function install(app) {
|
|
20504
20504
|
const components = [
|
|
20505
20505
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -24499,7 +24499,7 @@
|
|
|
24499
24499
|
});
|
|
24500
24500
|
}
|
|
24501
24501
|
};
|
|
24502
|
-
const version = "3.1.
|
|
24502
|
+
const version = "3.1.25";
|
|
24503
24503
|
function install(app) {
|
|
24504
24504
|
const components = [
|
|
24505
24505
|
ActionSheet,
|