yhz-ui-v3 1.3.5 → 1.3.6
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/dist/yhz-ui-v3.es.ts +16 -4
- package/dist/yhz-ui-v3.umd.ts +1 -1
- package/package.json +1 -1
package/dist/yhz-ui-v3.es.ts
CHANGED
|
@@ -27158,6 +27158,18 @@ const ID = ["innerHTML", "title"], AD = { key: 2 }, $D = {
|
|
|
27158
27158
|
totalCount: {
|
|
27159
27159
|
type: Number,
|
|
27160
27160
|
default: 0
|
|
27161
|
+
},
|
|
27162
|
+
headerCellConfig: {
|
|
27163
|
+
type: Object,
|
|
27164
|
+
default: () => ({ height: 26 })
|
|
27165
|
+
},
|
|
27166
|
+
cellConfig: {
|
|
27167
|
+
type: Object,
|
|
27168
|
+
default: () => ({ height: 26 })
|
|
27169
|
+
},
|
|
27170
|
+
headerCellStyle: {
|
|
27171
|
+
type: Object,
|
|
27172
|
+
default: () => ({ height: "26px" })
|
|
27161
27173
|
}
|
|
27162
27174
|
},
|
|
27163
27175
|
emits: ["dblclick", "current-change", "selection-change", "menu-click", "context-menu"],
|
|
@@ -27668,11 +27680,11 @@ const ID = ["innerHTML", "title"], AD = { key: 2 }, $D = {
|
|
|
27668
27680
|
class: "my-table",
|
|
27669
27681
|
height: e.height,
|
|
27670
27682
|
"max-height": e.height,
|
|
27671
|
-
"header-cell-config":
|
|
27672
|
-
"header-cell-style":
|
|
27683
|
+
"header-cell-config": e.headerCellConfig,
|
|
27684
|
+
"header-cell-style": e.headerCellStyle,
|
|
27673
27685
|
"row-config": e.rowConfig,
|
|
27674
27686
|
"auto-resize": "",
|
|
27675
|
-
"cell-config":
|
|
27687
|
+
"cell-config": e.cellConfig,
|
|
27676
27688
|
size: "mini",
|
|
27677
27689
|
"column-config": e.columnConfig,
|
|
27678
27690
|
data: e.data,
|
|
@@ -27745,7 +27757,7 @@ const ID = ["innerHTML", "title"], AD = { key: 2 }, $D = {
|
|
|
27745
27757
|
})
|
|
27746
27758
|
]),
|
|
27747
27759
|
_: 3
|
|
27748
|
-
}, 8, ["height", "max-height", "row-config", "column-config", "data", "menu-config", "stripe", "virtual-y-config", "virtual-x-config", "checkbox-config"])
|
|
27760
|
+
}, 8, ["height", "max-height", "header-cell-config", "header-cell-style", "row-config", "cell-config", "column-config", "data", "menu-config", "stripe", "virtual-y-config", "virtual-x-config", "checkbox-config"])
|
|
27749
27761
|
], 512),
|
|
27750
27762
|
e.isShowFooter ? (ye(), $e("div", {
|
|
27751
27763
|
key: 1,
|