koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
66 lines (65 loc) • 2.13 kB
JavaScript
"use client";
const t = "_height-container_k75f0_8", n = "_table-wrapper_k75f0_22", e = "_selectable_k75f0_40", a = "_paginated_k75f0_44", o = "_has-caption_k75f0_48", _ = "_data-table_k75f0_53", i = "_table-cell_k75f0_54", l = "_table-header_k75f0_63", c = "_table-footer_k75f0_69", r = "_pinned_k75f0_83", s = "_pinned-header_k75f0_88", p = "_left_k75f0_92", f = "_right_k75f0_96", g = "_highlighted_k75f0_100", k = "_pagination-wrapper_k75f0_105", d = "_pagination-label_k75f0_122", b = "_pagination-input_k75f0_128", h = "_error_k75f0_149", w = "_pagination-fieldset_k75f0_159", u = "_pagination-button_k75f0_165", C = "_icon_k75f0_168", S = "_row-selection_k75f0_189", D = "_row-selection-actions_k75f0_202", W = "_row-selection-button_k75f0_210", x = "_row-selection-text_k75f0_220", B = "_table-caption_k75f0_227", F = "_no-data-row_k75f0_247", H = "_no-data-cell_k75f0_249", T = "_no-data-warning_k75f0_260", A = {
heightContainer: t,
tableWrapper: n,
selectable: e,
paginated: a,
hasCaption: o,
dataTable: _,
tableCell: i,
tableHeader: l,
tableFooter: c,
pinned: r,
pinnedHeader: s,
left: p,
right: f,
highlighted: g,
paginationWrapper: k,
paginationLabel: d,
paginationInput: b,
error: h,
paginationFieldset: w,
paginationButton: u,
icon: C,
rowSelection: S,
rowSelectionActions: D,
rowSelectionButton: W,
rowSelectionText: x,
tableCaption: B,
noDataRow: F,
noDataCell: H,
noDataWarning: T
};
export {
_ as dataTable,
A as default,
h as error,
o as hasCaption,
t as heightContainer,
g as highlighted,
C as icon,
p as left,
H as noDataCell,
F as noDataRow,
T as noDataWarning,
a as paginated,
u as paginationButton,
w as paginationFieldset,
b as paginationInput,
d as paginationLabel,
k as paginationWrapper,
r as pinned,
s as pinnedHeader,
f as right,
S as rowSelection,
D as rowSelectionActions,
W as rowSelectionButton,
x as rowSelectionText,
e as selectable,
B as tableCaption,
i as tableCell,
c as tableFooter,
l as tableHeader,
n as tableWrapper
};
//# sourceMappingURL=DataTable.module.css.js.map