karsten-design-system 1.2.63 → 1.2.64
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4805,7 +4805,7 @@ function Table({ columns, data, totalRecords, actions = [], isOrdered = true, ac
|
|
|
4805
4805
|
: 'pi pi-filter') }) }) }))] }))] })] }, String(column.dataIndex)))), actions.length > 0 && (jsx("th", { scope: "col", className: clsx('bg-primary rounded-se-lg font-bold text-light-500 text-sm uppercase p-3 pb-1 text-left pr-4', actionsHeaderClassName), style: { verticalAlign: 'top', position: 'relative' }, children: jsxs("div", { className: "flex flex-col items-center w-full", children: [jsx("span", { children: actionLabel }), isShowCustomizeColumns && (jsx("button", { ref: columnButtonRef, onClick: handleOpenColumnModal, "aria-label": "Abrir modal de colunas", children: jsx("i", { className: "pi pi-plus-circle text-sm cursor-pointer" }) })), showColumnModal && (jsxs("div", { style: {
|
|
4806
4806
|
position: 'absolute',
|
|
4807
4807
|
top: '100%',
|
|
4808
|
-
|
|
4808
|
+
right: 0,
|
|
4809
4809
|
zIndex: 20,
|
|
4810
4810
|
width: 276,
|
|
4811
4811
|
borderRadius: 8,
|