yhz-ui-v3 1.2.2 → 1.2.4
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
|
@@ -26346,6 +26346,18 @@ const Ik = ["innerHTML", "title"], Ak = { key: 2 }, $k = {
|
|
|
26346
26346
|
totalCount: {
|
|
26347
26347
|
type: Number,
|
|
26348
26348
|
default: 0
|
|
26349
|
+
},
|
|
26350
|
+
headerCellConfig: {
|
|
26351
|
+
type: Object,
|
|
26352
|
+
default: () => ({ height: 26 })
|
|
26353
|
+
},
|
|
26354
|
+
cellConfig: {
|
|
26355
|
+
type: Object,
|
|
26356
|
+
default: () => ({ height: 26 })
|
|
26357
|
+
},
|
|
26358
|
+
headerCellStyle: {
|
|
26359
|
+
type: Object,
|
|
26360
|
+
default: () => ({ height: "26px" })
|
|
26349
26361
|
}
|
|
26350
26362
|
},
|
|
26351
26363
|
emits: ["dblclick", "current-change", "selection-change", "menu-click", "context-menu"],
|
|
@@ -26912,11 +26924,11 @@ const Ik = ["innerHTML", "title"], Ak = { key: 2 }, $k = {
|
|
|
26912
26924
|
class: "my-table",
|
|
26913
26925
|
height: e.height,
|
|
26914
26926
|
"max-height": e.height,
|
|
26915
|
-
"header-cell-config":
|
|
26916
|
-
"header-cell-style":
|
|
26927
|
+
"header-cell-config": e.headerCellConfig,
|
|
26928
|
+
"header-cell-style": e.headerCellStyle,
|
|
26917
26929
|
"row-config": e.rowConfig,
|
|
26918
26930
|
"auto-resize": "",
|
|
26919
|
-
"cell-config":
|
|
26931
|
+
"cell-config": e.cellConfig,
|
|
26920
26932
|
size: "mini",
|
|
26921
26933
|
"column-config": e.columnConfig,
|
|
26922
26934
|
data: e.data,
|
|
@@ -26989,7 +27001,7 @@ const Ik = ["innerHTML", "title"], Ak = { key: 2 }, $k = {
|
|
|
26989
27001
|
})
|
|
26990
27002
|
]),
|
|
26991
27003
|
_: 3
|
|
26992
|
-
}, 8, ["height", "max-height", "row-config", "column-config", "data", "menu-config", "stripe", "virtual-y-config", "virtual-x-config", "checkbox-config"])
|
|
27004
|
+
}, 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"])
|
|
26993
27005
|
], 512),
|
|
26994
27006
|
e.isShowFooter ? (Ee(), _e("div", {
|
|
26995
27007
|
key: 1,
|