command-center-v3-common 0.0.24 → 0.0.26
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: () => [] },
|
@@ -41944,6 +41945,7 @@ const HZ = { class: "rounded gap-x-0 flex flex-col w-full h-full" }, zZ = { clas
|
|
41944
41945
|
searchKey: {},
|
41945
41946
|
selectKey: { default: "id" },
|
41946
41947
|
paginationLayout: { default: "sizes, prev, pager, next, jumper" },
|
41948
|
+
pagerCount: { default: 7 },
|
41947
41949
|
treeProps: { default: () => ({}) }
|
41948
41950
|
},
|
41949
41951
|
emits: ["getTotal", "selectionChange", "onRowcClick"],
|
@@ -42124,6 +42126,7 @@ const HZ = { class: "rounded gap-x-0 flex flex-col w-full h-full" }, zZ = { clas
|
|
42124
42126
|
}, C.childrenProps, {
|
42125
42127
|
"highlight-current-row": "",
|
42126
42128
|
height: C.height,
|
42129
|
+
"show-header": C.showHeader,
|
42127
42130
|
data: i(l).content,
|
42128
42131
|
"cell-style": () => C.cellStyle,
|
42129
42132
|
"header-cell-style": () => C.headerCellStyle,
|
@@ -42200,7 +42203,7 @@ const HZ = { class: "rounded gap-x-0 flex flex-col w-full h-full" }, zZ = { clas
|
|
42200
42203
|
]), 1040, ["label", "header-align", "align", "width"]))), 128))
|
42201
42204
|
]),
|
42202
42205
|
_: 3
|
42203
|
-
}, 16, ["height", "data", "cell-style", "header-cell-style", "row-key", "tree-props", "row-class-name"]))
|
42206
|
+
}, 16, ["height", "show-header", "data", "cell-style", "header-cell-style", "row-key", "tree-props", "row-class-name"]))
|
42204
42207
|
], 2),
|
42205
42208
|
F("div", GZ, [
|
42206
42209
|
F("div", null, [
|
@@ -42228,13 +42231,14 @@ const HZ = { class: "rounded gap-x-0 flex flex-col w-full h-full" }, zZ = { clas
|
|
42228
42231
|
"page-size": i(r).size,
|
42229
42232
|
"onUpdate:pageSize": N[5] || (N[5] = (x) => i(r).size = x),
|
42230
42233
|
class: "h-[50px]",
|
42234
|
+
"pager-count": C.pagerCount,
|
42231
42235
|
"hide-on-single-page": !0,
|
42232
42236
|
"page-sizes": [15, 30, 50, 100],
|
42233
42237
|
layout: C.paginationLayout,
|
42234
42238
|
total: i(l).totalElements,
|
42235
42239
|
onSizeChange: g,
|
42236
42240
|
onCurrentChange: y
|
42237
|
-
}, null, 8, ["current-page", "page-size", "layout", "total"])
|
42241
|
+
}, null, 8, ["current-page", "page-size", "pager-count", "layout", "total"])
|
42238
42242
|
])
|
42239
42243
|
])) : ee("", !0)
|
42240
42244
|
]);
|