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/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -77,7 +77,7 @@ import { Timeline } from "./timeline/index.mjs";
|
|
|
77
77
|
import { Toast } from "./toast/index.mjs";
|
|
78
78
|
import { Uploader } from "./uploader/index.mjs";
|
|
79
79
|
import { Video } from "./video/index.mjs";
|
|
80
|
-
const version = "3.1.
|
|
80
|
+
const version = "3.1.53";
|
|
81
81
|
function install(app) {
|
|
82
82
|
const components = [
|
|
83
83
|
ActionSheet,
|
|
@@ -817,7 +817,7 @@ var stdin_default = defineComponent({
|
|
|
817
817
|
"onSelect": selectAction
|
|
818
818
|
}, null), _withDirectives(_createVNode("div", {
|
|
819
819
|
"class": bem("line")
|
|
820
|
-
}, [renderButtons()]), [[_vShow, showButtons]]), _withDirectives(_createVNode(ZtGrid, {
|
|
820
|
+
}, [renderButtons(), slots["extend"] ? slots.extend() : ""]), [[_vShow, showButtons]]), _withDirectives(_createVNode(ZtGrid, {
|
|
821
821
|
"column-num": "3",
|
|
822
822
|
"border": false,
|
|
823
823
|
"square": true,
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -182,7 +182,7 @@ __reExport(stdin_exports, require("./timeline"), module.exports);
|
|
|
182
182
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
|
183
183
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
184
184
|
__reExport(stdin_exports, require("./video"), module.exports);
|
|
185
|
-
const version = "3.1.
|
|
185
|
+
const version = "3.1.53";
|
|
186
186
|
function install(app) {
|
|
187
187
|
const components = [
|
|
188
188
|
import_action_sheet.ActionSheet,
|
|
@@ -849,7 +849,7 @@ var stdin_default = (0, import_vue2.defineComponent)({
|
|
|
849
849
|
"onSelect": selectAction
|
|
850
850
|
}, null), (0, import_vue.withDirectives)((0, import_vue.createVNode)("div", {
|
|
851
851
|
"class": bem("line")
|
|
852
|
-
}, [renderButtons()]), [[import_vue.vShow, showButtons]]), (0, import_vue.withDirectives)((0, import_vue.createVNode)(import_grid.default, {
|
|
852
|
+
}, [renderButtons(), slots["extend"] ? slots.extend() : ""]), [[import_vue.vShow, showButtons]]), (0, import_vue.withDirectives)((0, import_vue.createVNode)(import_grid.default, {
|
|
853
853
|
"column-num": "3",
|
|
854
854
|
"border": false,
|
|
855
855
|
"square": true,
|