zzz-pc-view 0.0.64 → 0.0.66
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/package.json +1 -1
- package/src/index.es.js +6 -2
- package/src/index.umd.js +1 -1
- package/src/webUtils/useSkeletonRow.d.ts +10 -0
- package/src/zzz-frame.css +1 -1
package/package.json
CHANGED
package/src/index.es.js
CHANGED
|
@@ -2726,6 +2726,10 @@ const useSkeletonRow = (skeletonHeight, gap) => {
|
|
|
2726
2726
|
});
|
|
2727
2727
|
return {
|
|
2728
2728
|
setSkeletonContainer,
|
|
2729
|
+
/**
|
|
2730
|
+
* 获取计算得到的行数
|
|
2731
|
+
* @returns {number} - 行数
|
|
2732
|
+
*/
|
|
2729
2733
|
get rows() {
|
|
2730
2734
|
return rowsRef.value;
|
|
2731
2735
|
}
|
|
@@ -11638,7 +11642,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
11638
11642
|
], 10, _hoisted_1$4)) : (openBlock(), createBlock(_component_el_sub_menu, {
|
|
11639
11643
|
key: 1,
|
|
11640
11644
|
index: nav.id,
|
|
11641
|
-
class: "flex center"
|
|
11645
|
+
class: normalizeClass(_ctx.onlyShowRoot ? "" : "flex valign-center")
|
|
11642
11646
|
}, {
|
|
11643
11647
|
title: withCtx(() => [
|
|
11644
11648
|
nav.icon ? (openBlock(), createBlock(resolveDynamicComponent(nav.icon), {
|
|
@@ -11653,7 +11657,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
11653
11657
|
}, null, 8, ["navs"])
|
|
11654
11658
|
]),
|
|
11655
11659
|
_: 2
|
|
11656
|
-
}, 1032, ["index"]))
|
|
11660
|
+
}, 1032, ["index", "class"]))
|
|
11657
11661
|
], 64)) : nav instanceof unref(ZWebUtils).ZNavLink ? (openBlock(), createBlock(_component_el_menu_item, {
|
|
11658
11662
|
key: 1,
|
|
11659
11663
|
index: nav.outLink
|