@dolusoft/vue3-datatable 1.8.23 → 1.8.24
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/vue3-datatable.cjs
CHANGED
|
@@ -4651,11 +4651,11 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
4651
4651
|
], 6)) : vue.createCommentVNode("", true),
|
|
4652
4652
|
props.hasRightPanel ? (vue.openBlock(), vue.createElementBlock("td", {
|
|
4653
4653
|
key: 1,
|
|
4654
|
-
style: vue.normalizeStyle({
|
|
4654
|
+
style: vue.normalizeStyle([{
|
|
4655
4655
|
width: props.rightPanelColumnWidth + " !important",
|
|
4656
4656
|
minWidth: props.rightPanelColumnWidth + " !important",
|
|
4657
4657
|
padding: "0px !important"
|
|
4658
|
-
}),
|
|
4658
|
+
}, { "align-items": "center !important", "justify-content": "center !important" }]),
|
|
4659
4659
|
class: vue.normalizeClass({
|
|
4660
4660
|
"bh-sticky bh-left-0 bh-bg-blue-light": props.stickyFirstColumn
|
|
4661
4661
|
})
|
package/dist/vue3-datatable.js
CHANGED
|
@@ -4650,11 +4650,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4650
4650
|
], 6)) : createCommentVNode("", true),
|
|
4651
4651
|
props.hasRightPanel ? (openBlock(), createElementBlock("td", {
|
|
4652
4652
|
key: 1,
|
|
4653
|
-
style: normalizeStyle({
|
|
4653
|
+
style: normalizeStyle([{
|
|
4654
4654
|
width: props.rightPanelColumnWidth + " !important",
|
|
4655
4655
|
minWidth: props.rightPanelColumnWidth + " !important",
|
|
4656
4656
|
padding: "0px !important"
|
|
4657
|
-
}),
|
|
4657
|
+
}, { "align-items": "center !important", "justify-content": "center !important" }]),
|
|
4658
4658
|
class: normalizeClass({
|
|
4659
4659
|
"bh-sticky bh-left-0 bh-bg-blue-light": props.stickyFirstColumn
|
|
4660
4660
|
})
|