zartui 3.1.43 → 3.1.44
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 +4 -4
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/MediaPicker.js +4 -4
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +5 -5
- package/lib/zartui.es.js +5 -5
- package/lib/zartui.js +5 -5
- package/lib/zartui.min.js +1 -1
- package/package.json +5 -5
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -76,7 +76,7 @@ import { Timeline } from "./timeline/index.mjs";
|
|
|
76
76
|
import { Toast } from "./toast/index.mjs";
|
|
77
77
|
import { Uploader } from "./uploader/index.mjs";
|
|
78
78
|
import { Video } from "./video/index.mjs";
|
|
79
|
-
const version = "3.1.
|
|
79
|
+
const version = "3.1.44";
|
|
80
80
|
function install(app) {
|
|
81
81
|
const components = [
|
|
82
82
|
ActionSheet,
|
|
@@ -824,16 +824,16 @@ var stdin_default = defineComponent({
|
|
|
824
824
|
"gutter": "4",
|
|
825
825
|
"class": bem("grid")
|
|
826
826
|
}, {
|
|
827
|
-
default: () => [
|
|
828
|
-
}), [[_vShow,
|
|
827
|
+
default: () => [renderMediaList()]
|
|
828
|
+
}), [[_vShow, props.mediaList.length]]), _withDirectives(_createVNode(ZtGrid, {
|
|
829
829
|
"column-num": "3",
|
|
830
830
|
"border": false,
|
|
831
831
|
"square": true,
|
|
832
832
|
"gutter": "4",
|
|
833
833
|
"class": bem("grid")
|
|
834
834
|
}, {
|
|
835
|
-
default: () => [
|
|
836
|
-
}), [[_vShow,
|
|
835
|
+
default: () => [renderMediaListPlaceholder()]
|
|
836
|
+
}), [[_vShow, mediaListPlaceholder.value.length]])]);
|
|
837
837
|
};
|
|
838
838
|
}
|
|
839
839
|
});
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -180,7 +180,7 @@ __reExport(stdin_exports, require("./timeline"), module.exports);
|
|
|
180
180
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
|
181
181
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
182
182
|
__reExport(stdin_exports, require("./video"), module.exports);
|
|
183
|
-
const version = "3.1.
|
|
183
|
+
const version = "3.1.44";
|
|
184
184
|
function install(app) {
|
|
185
185
|
const components = [
|
|
186
186
|
import_action_sheet.ActionSheet,
|
|
@@ -856,16 +856,16 @@ var stdin_default = (0, import_vue2.defineComponent)({
|
|
|
856
856
|
"gutter": "4",
|
|
857
857
|
"class": bem("grid")
|
|
858
858
|
}, {
|
|
859
|
-
default: () => [
|
|
860
|
-
}), [[import_vue.vShow,
|
|
859
|
+
default: () => [renderMediaList()]
|
|
860
|
+
}), [[import_vue.vShow, props.mediaList.length]]), (0, import_vue.withDirectives)((0, import_vue.createVNode)(import_grid.default, {
|
|
861
861
|
"column-num": "3",
|
|
862
862
|
"border": false,
|
|
863
863
|
"square": true,
|
|
864
864
|
"gutter": "4",
|
|
865
865
|
"class": bem("grid")
|
|
866
866
|
}, {
|
|
867
|
-
default: () => [
|
|
868
|
-
}), [[import_vue.vShow,
|
|
867
|
+
default: () => [renderMediaListPlaceholder()]
|
|
868
|
+
}), [[import_vue.vShow, mediaListPlaceholder.value.length]])]);
|
|
869
869
|
};
|
|
870
870
|
}
|
|
871
871
|
});
|