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_hlui1_8", n = "_table-wrapper_hlui1_22", e = "_selectable_hlui1_40", a = "_paginated_hlui1_44", i = "_has-caption_hlui1_48", o = "_data-table_hlui1_53", l = "_table-cell_hlui1_54", _ = "_table-header_hlui1_63", c = "_table-footer_hlui1_69", r = "_pinned_hlui1_83", h = "_pinned-header_hlui1_88", s = "_left_hlui1_92", p = "_right_hlui1_96", u = "_highlighted_hlui1_100", g = "_pagination-wrapper_hlui1_105", d = "_pagination-label_hlui1_122", b = "_pagination-input_hlui1_128", w = "_error_hlui1_149", C = "_pagination-fieldset_hlui1_159", S = "_pagination-button_hlui1_165", f = "_icon_hlui1_168", D = "_row-selection_hlui1_189", W = "_row-selection-actions_hlui1_202", x = "_row-selection-button_hlui1_210", B = "_row-selection-text_hlui1_220", F = "_table-caption_hlui1_227", H = "_no-data-row_hlui1_247", T = "_no-data-cell_hlui1_249", A = "_no-data-warning_hlui1_260", I = {
heightContainer: t,
tableWrapper: n,
selectable: e,
paginated: a,
hasCaption: i,
dataTable: o,
tableCell: l,
tableHeader: _,
tableFooter: c,
pinned: r,
pinnedHeader: h,
left: s,
right: p,
highlighted: u,
paginationWrapper: g,
paginationLabel: d,
paginationInput: b,
error: w,
paginationFieldset: C,
paginationButton: S,
icon: f,
rowSelection: D,
rowSelectionActions: W,
rowSelectionButton: x,
rowSelectionText: B,
tableCaption: F,
noDataRow: H,
noDataCell: T,
noDataWarning: A
};
export {
o as dataTable,
I as default,
w as error,
i as hasCaption,
t as heightContainer,
u as highlighted,
f as icon,
s as left,
T as noDataCell,
H as noDataRow,
A as noDataWarning,
a as paginated,
S as paginationButton,
C as paginationFieldset,
b as paginationInput,
d as paginationLabel,
g as paginationWrapper,
r as pinned,
h as pinnedHeader,
p as right,
D as rowSelection,
W as rowSelectionActions,
x as rowSelectionButton,
B as rowSelectionText,
e as selectable,
F as tableCaption,
l as tableCell,
c as tableFooter,
_ as tableHeader,
n as tableWrapper
};
//# sourceMappingURL=DataTable.module.css.js.map