zartui 3.0.8 → 3.0.9
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/es/table/index.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/table/index.d.ts +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 +1 -1
package/lib/zartui.cjs.js
CHANGED
|
@@ -18132,7 +18132,7 @@ const Lazyload = {
|
|
|
18132
18132
|
});
|
|
18133
18133
|
}
|
|
18134
18134
|
};
|
|
18135
|
-
const version = "3.0.
|
|
18135
|
+
const version = "3.0.9";
|
|
18136
18136
|
function install(app) {
|
|
18137
18137
|
const components = [
|
|
18138
18138
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -18130,7 +18130,7 @@ const Lazyload = {
|
|
|
18130
18130
|
});
|
|
18131
18131
|
}
|
|
18132
18132
|
};
|
|
18133
|
-
const version = "3.0.
|
|
18133
|
+
const version = "3.0.9";
|
|
18134
18134
|
function install(app) {
|
|
18135
18135
|
const components = [
|
|
18136
18136
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -19847,7 +19847,7 @@
|
|
|
19847
19847
|
});
|
|
19848
19848
|
}
|
|
19849
19849
|
};
|
|
19850
|
-
const version = "3.0.
|
|
19850
|
+
const version = "3.0.9";
|
|
19851
19851
|
function install(app) {
|
|
19852
19852
|
const components = [
|
|
19853
19853
|
ActionSheet,
|