zartui 3.1.53 → 3.1.54
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/media-picker/MediaPicker.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/MediaPicker.js +1 -1
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +2 -2
- package/lib/zartui.es.js +2 -2
- package/lib/zartui.js +2 -2
- package/lib/zartui.min.js +1 -1
- package/package.json +5 -5
package/lib/zartui.cjs.js
CHANGED
|
@@ -14542,7 +14542,7 @@ var stdin_default$C = vue.defineComponent({
|
|
|
14542
14542
|
"onSelect": selectAction
|
|
14543
14543
|
}, null), vue.withDirectives(vue.createVNode("div", {
|
|
14544
14544
|
"class": bem$u("line")
|
|
14545
|
-
}, [renderButtons()]), [[vue.vShow, showButtons]]), vue.withDirectives(vue.createVNode(stdin_default$X, {
|
|
14545
|
+
}, [renderButtons(), slots["extend"] ? slots.extend() : ""]), [[vue.vShow, showButtons]]), vue.withDirectives(vue.createVNode(stdin_default$X, {
|
|
14546
14546
|
"column-num": "3",
|
|
14547
14547
|
"border": false,
|
|
14548
14548
|
"square": true,
|
|
@@ -20940,7 +20940,7 @@ const Lazyload = {
|
|
|
20940
20940
|
});
|
|
20941
20941
|
}
|
|
20942
20942
|
};
|
|
20943
|
-
const version = "3.1.
|
|
20943
|
+
const version = "3.1.53";
|
|
20944
20944
|
function install(app) {
|
|
20945
20945
|
const components = [
|
|
20946
20946
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -14540,7 +14540,7 @@ var stdin_default$C = defineComponent({
|
|
|
14540
14540
|
"onSelect": selectAction
|
|
14541
14541
|
}, null), withDirectives(createVNode("div", {
|
|
14542
14542
|
"class": bem$u("line")
|
|
14543
|
-
}, [renderButtons()]), [[vShow, showButtons]]), withDirectives(createVNode(stdin_default$X, {
|
|
14543
|
+
}, [renderButtons(), slots["extend"] ? slots.extend() : ""]), [[vShow, showButtons]]), withDirectives(createVNode(stdin_default$X, {
|
|
14544
14544
|
"column-num": "3",
|
|
14545
14545
|
"border": false,
|
|
14546
14546
|
"square": true,
|
|
@@ -20938,7 +20938,7 @@ const Lazyload = {
|
|
|
20938
20938
|
});
|
|
20939
20939
|
}
|
|
20940
20940
|
};
|
|
20941
|
-
const version = "3.1.
|
|
20941
|
+
const version = "3.1.53";
|
|
20942
20942
|
function install(app) {
|
|
20943
20943
|
const components = [
|
|
20944
20944
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -16318,7 +16318,7 @@
|
|
|
16318
16318
|
"onSelect": selectAction
|
|
16319
16319
|
}, null), vue.withDirectives(vue.createVNode("div", {
|
|
16320
16320
|
"class": bem$u("line")
|
|
16321
|
-
}, [renderButtons()]), [[vue.vShow, showButtons]]), vue.withDirectives(vue.createVNode(stdin_default$X, {
|
|
16321
|
+
}, [renderButtons(), slots["extend"] ? slots.extend() : ""]), [[vue.vShow, showButtons]]), vue.withDirectives(vue.createVNode(stdin_default$X, {
|
|
16322
16322
|
"column-num": "3",
|
|
16323
16323
|
"border": false,
|
|
16324
16324
|
"square": true,
|
|
@@ -25000,7 +25000,7 @@
|
|
|
25000
25000
|
});
|
|
25001
25001
|
}
|
|
25002
25002
|
};
|
|
25003
|
-
const version = "3.1.
|
|
25003
|
+
const version = "3.1.53";
|
|
25004
25004
|
function install(app) {
|
|
25005
25005
|
const components = [
|
|
25006
25006
|
ActionSheet,
|