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/lib/zartui.cjs.js
CHANGED
|
@@ -14538,16 +14538,16 @@ var stdin_default$B = vue.defineComponent({
|
|
|
14538
14538
|
"gutter": "4",
|
|
14539
14539
|
"class": bem$t("grid")
|
|
14540
14540
|
}, {
|
|
14541
|
-
default: () => [
|
|
14542
|
-
}), [[vue.vShow,
|
|
14541
|
+
default: () => [renderMediaList()]
|
|
14542
|
+
}), [[vue.vShow, props.mediaList.length]]), vue.withDirectives(vue.createVNode(stdin_default$W, {
|
|
14543
14543
|
"column-num": "3",
|
|
14544
14544
|
"border": false,
|
|
14545
14545
|
"square": true,
|
|
14546
14546
|
"gutter": "4",
|
|
14547
14547
|
"class": bem$t("grid")
|
|
14548
14548
|
}, {
|
|
14549
|
-
default: () => [
|
|
14550
|
-
}), [[vue.vShow,
|
|
14549
|
+
default: () => [renderMediaListPlaceholder()]
|
|
14550
|
+
}), [[vue.vShow, mediaListPlaceholder.value.length]])]);
|
|
14551
14551
|
};
|
|
14552
14552
|
}
|
|
14553
14553
|
});
|
|
@@ -20658,7 +20658,7 @@ const Lazyload = {
|
|
|
20658
20658
|
});
|
|
20659
20659
|
}
|
|
20660
20660
|
};
|
|
20661
|
-
const version = "3.1.
|
|
20661
|
+
const version = "3.1.44";
|
|
20662
20662
|
function install(app) {
|
|
20663
20663
|
const components = [
|
|
20664
20664
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -14536,16 +14536,16 @@ var stdin_default$B = defineComponent({
|
|
|
14536
14536
|
"gutter": "4",
|
|
14537
14537
|
"class": bem$t("grid")
|
|
14538
14538
|
}, {
|
|
14539
|
-
default: () => [
|
|
14540
|
-
}), [[vShow,
|
|
14539
|
+
default: () => [renderMediaList()]
|
|
14540
|
+
}), [[vShow, props.mediaList.length]]), withDirectives(createVNode(stdin_default$W, {
|
|
14541
14541
|
"column-num": "3",
|
|
14542
14542
|
"border": false,
|
|
14543
14543
|
"square": true,
|
|
14544
14544
|
"gutter": "4",
|
|
14545
14545
|
"class": bem$t("grid")
|
|
14546
14546
|
}, {
|
|
14547
|
-
default: () => [
|
|
14548
|
-
}), [[vShow,
|
|
14547
|
+
default: () => [renderMediaListPlaceholder()]
|
|
14548
|
+
}), [[vShow, mediaListPlaceholder.value.length]])]);
|
|
14549
14549
|
};
|
|
14550
14550
|
}
|
|
14551
14551
|
});
|
|
@@ -20656,7 +20656,7 @@ const Lazyload = {
|
|
|
20656
20656
|
});
|
|
20657
20657
|
}
|
|
20658
20658
|
};
|
|
20659
|
-
const version = "3.1.
|
|
20659
|
+
const version = "3.1.44";
|
|
20660
20660
|
function install(app) {
|
|
20661
20661
|
const components = [
|
|
20662
20662
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -16314,16 +16314,16 @@
|
|
|
16314
16314
|
"gutter": "4",
|
|
16315
16315
|
"class": bem$t("grid")
|
|
16316
16316
|
}, {
|
|
16317
|
-
default: () => [
|
|
16318
|
-
}), [[vue.vShow,
|
|
16317
|
+
default: () => [renderMediaList()]
|
|
16318
|
+
}), [[vue.vShow, props.mediaList.length]]), vue.withDirectives(vue.createVNode(stdin_default$W, {
|
|
16319
16319
|
"column-num": "3",
|
|
16320
16320
|
"border": false,
|
|
16321
16321
|
"square": true,
|
|
16322
16322
|
"gutter": "4",
|
|
16323
16323
|
"class": bem$t("grid")
|
|
16324
16324
|
}, {
|
|
16325
|
-
default: () => [
|
|
16326
|
-
}), [[vue.vShow,
|
|
16325
|
+
default: () => [renderMediaListPlaceholder()]
|
|
16326
|
+
}), [[vue.vShow, mediaListPlaceholder.value.length]])]);
|
|
16327
16327
|
};
|
|
16328
16328
|
}
|
|
16329
16329
|
});
|
|
@@ -24718,7 +24718,7 @@
|
|
|
24718
24718
|
});
|
|
24719
24719
|
}
|
|
24720
24720
|
};
|
|
24721
|
-
const version = "3.1.
|
|
24721
|
+
const version = "3.1.44";
|
|
24722
24722
|
function install(app) {
|
|
24723
24723
|
const components = [
|
|
24724
24724
|
ActionSheet,
|