command-center-v3-common 0.0.24 → 0.0.25
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.
@@ -41730,11 +41730,11 @@ const PZ = LZ({
|
|
41730
41730
|
// name: 'hy-test',
|
41731
41731
|
// component: () => import('@/views/hy-test/hy-test.vue'),
|
41732
41732
|
// },
|
41733
|
-
|
41734
|
-
|
41735
|
-
|
41736
|
-
|
41737
|
-
|
41733
|
+
{
|
41734
|
+
path: "/hy-table-demo",
|
41735
|
+
name: "hy-table-demo",
|
41736
|
+
component: () => import("./hy-table-demo-CjCvB5tb.js")
|
41737
|
+
}
|
41738
41738
|
// {
|
41739
41739
|
// path: '/button-demo',
|
41740
41740
|
// name: 'button-demo',
|
@@ -41937,6 +41937,7 @@ const HZ = { class: "rounded gap-x-0 flex flex-col w-full h-full" }, zZ = { clas
|
|
41937
41937
|
showFooter: { type: Boolean, default: !0 },
|
41938
41938
|
reqUrl: { default: "/api/data" },
|
41939
41939
|
customUrl: { default: null },
|
41940
|
+
showHeader: { type: Boolean, default: () => !0 },
|
41940
41941
|
cellStyle: { type: Function, default: () => ({}) },
|
41941
41942
|
headerCellStyle: { type: Function, default: () => ({}) },
|
41942
41943
|
disableIds: { default: () => [] },
|
@@ -42124,6 +42125,7 @@ const HZ = { class: "rounded gap-x-0 flex flex-col w-full h-full" }, zZ = { clas
|
|
42124
42125
|
}, C.childrenProps, {
|
42125
42126
|
"highlight-current-row": "",
|
42126
42127
|
height: C.height,
|
42128
|
+
"show-header": C.showHeader,
|
42127
42129
|
data: i(l).content,
|
42128
42130
|
"cell-style": () => C.cellStyle,
|
42129
42131
|
"header-cell-style": () => C.headerCellStyle,
|
@@ -42200,7 +42202,7 @@ const HZ = { class: "rounded gap-x-0 flex flex-col w-full h-full" }, zZ = { clas
|
|
42200
42202
|
]), 1040, ["label", "header-align", "align", "width"]))), 128))
|
42201
42203
|
]),
|
42202
42204
|
_: 3
|
42203
|
-
}, 16, ["height", "data", "cell-style", "header-cell-style", "row-key", "tree-props", "row-class-name"]))
|
42205
|
+
}, 16, ["height", "show-header", "data", "cell-style", "header-cell-style", "row-key", "tree-props", "row-class-name"]))
|
42204
42206
|
], 2),
|
42205
42207
|
F("div", GZ, [
|
42206
42208
|
F("div", null, [
|