zartui 3.1.35 → 3.1.36
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 +7 -7
package/lib/zartui.cjs.js
CHANGED
|
@@ -20617,7 +20617,7 @@ const Lazyload = {
|
|
|
20617
20617
|
});
|
|
20618
20618
|
}
|
|
20619
20619
|
};
|
|
20620
|
-
const version = "3.1.
|
|
20620
|
+
const version = "3.1.36";
|
|
20621
20621
|
function install(app) {
|
|
20622
20622
|
const components = [
|
|
20623
20623
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -20615,7 +20615,7 @@ const Lazyload = {
|
|
|
20615
20615
|
});
|
|
20616
20616
|
}
|
|
20617
20617
|
};
|
|
20618
|
-
const version = "3.1.
|
|
20618
|
+
const version = "3.1.36";
|
|
20619
20619
|
function install(app) {
|
|
20620
20620
|
const components = [
|
|
20621
20621
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -24677,7 +24677,7 @@
|
|
|
24677
24677
|
});
|
|
24678
24678
|
}
|
|
24679
24679
|
};
|
|
24680
|
-
const version = "3.1.
|
|
24680
|
+
const version = "3.1.36";
|
|
24681
24681
|
function install(app) {
|
|
24682
24682
|
const components = [
|
|
24683
24683
|
ActionSheet,
|