@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
169 lines (168 loc) • 6.72 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const e = "grid.noRecords", t = "grid.pagerInfo", r = "grid.pagerFirstPage", o = "grid.pagerPreviousPage", l = "grid.pagerNextPage", i = "grid.pagerLastPage", a = "grid.pagerItemsPerPage", n = "grid.pagerPage", s = "grid.pagerPageSizeAriaLabel", g = "grid.pagerOf", d = "grid.pagerTotalPages", p = "grid.groupPanelEmpty", u = "grid.groupColumn", c = "grid.ungroupColumn", C = "grid.columnMenu", f = "grid.filterApplyButton", m = "grid.filterClearButton", h = "grid.filterClearAllButton", A = "grid.filterResetButton", b = "grid.filterSubmitButton", I = "grid.filterTitle", P = "grid.sortAscending", S = "grid.sortDescending", T = "grid.sortClearButton", B = "grid.sortApplyButton", O = "grid.searchPlaceholder", y = "grid.searchboxPlaceholder", D = "grid.exportPDF", F = "grid.filterCheckAll", v = "grid.filterChooseOperator", x = "grid.filterSelectAll", E = "grid.filterSelectedItems", L = "grid.sortAriaLabel", R = "grid.editDialogTitle", G = "grid.editDialogSaveButtonTitle", M = "grid.editDialogCancelButtonTitle", w = "grid.filterAriaLabel", q = "grid.groupPanelAriaLabel", N = "grid.groupExpand", k = "grid.groupCollapse", W = "grid.groupClearButton", z = "grid.groupApplyButton", U = "grid.detailExpand", j = "grid.detailCollapse", H = "grid.selectRow", J = "grid.gridAriaLabel", K = "grid.gridRowReorderAriaLabel", Q = "grid.gridAdaptiveColumnMenuFilterTitle", V = "grid.columnMenuColumnChooserTitle", X = "grid.columnMenuColumnChooserSelectedItems", Y = "grid.adaptiveColumnMenuChooserTitle", Z = "grid.adaptiveColumnMenuChooserSubTitle", _ = "grid.columnChooserApplyButton", $ = "grid.columnChooserResetButton", ee = "grid.adaptiveColumnMenuCheckboxFilterTitle", te = "grid.adaptiveToolbarSortTitle", re = "grid.adaptiveToolbarGroupTitle", oe = "grid.toolbarSort", le = "grid.toolbarAI", ie = "grid.aIResponseData", ae = "grid.generatedWithAI", ne = "grid.toolbarAIApply", se = "grid.toolbarGroup", ge = "grid.toolbarFilter", de = "grid.toolbarColumnsChooser", pe = "grid.toolbarCheckboxFilter", ue = {
[]: "Expand detail row",
[]: "Collapse detail row",
[]: "Expand group",
[]: "Collapse Group",
[]: "Clear grouping",
[]: "Done",
[]: "No records available",
[]: "Drag a column header and drop it here to group by that column",
[]: "Apply",
[]: "Clear",
[]: "Clear all filters",
[]: "Reset",
[]: "Filter",
[]: "Filter",
[]: "Sort Ascending",
[]: "Sort Descending",
[]: "Clear sorting",
[]: "Done",
[]: "Sortable",
[]: "Sort by",
[]: "Group by",
[]: "Sort",
[]: "AI Assistant",
[]: "Apply",
[]: `Operation is successful. Data is:
`,
[]: "Generated with AI",
[]: "Group",
[]: "Filter",
[]: "Columns",
[]: "Filter",
[]: "Group Column",
[]: "Ungroup Column",
[]: "Column menu",
[]: "items per page",
[]: "{0} - {1} of {2} items",
[]: "Go to the first page",
[]: "Go to the previous page",
[]: "Go to the next page",
[]: "Go to the last page",
[]: "Page",
[]: "Page size",
[]: "of",
[]: "{0}",
[]: "Search",
[]: "Search...",
[]: "Export PDF",
[]: "Check All",
[]: "Edit Dialog",
[]: "Save",
[]: "Cancel",
[]: "Choose Operator",
[]: "selected items",
[]: "Select All",
[]: "Filter",
[]: "Group panel",
[]: "Table",
[]: "Drag row",
[]: "Select Row",
[]: "Columns Chooser",
[]: "Filter by",
[]: "Columns Chooser",
[]: "Selected fields are visible",
[]: "Filter by",
[]: "Selected items",
[]: "Apply",
[$]: "Reset",
"grid.filterEqOperator": "Is equal to",
"grid.filterNotEqOperator": "Is not equal to",
"grid.filterIsNullOperator": "Is null",
"grid.filterIsNotNullOperator": "Is not null",
"grid.filterIsEmptyOperator": "Is empty",
"grid.filterIsNotEmptyOperator": "Is not empty",
"grid.filterStartsWithOperator": "Starts with",
"grid.filterContainsOperator": "Contains",
"grid.filterNotContainsOperator": "Does not contain",
"grid.filterEndsWithOperator": "Ends with",
"grid.filterGteOperator": "Is greater than or equal to",
"grid.filterGtOperator": "Is greater than",
"grid.filterLteOperator": "Is less than or equal to",
"grid.filterLtOperator": "Is less than",
"grid.filterIsTrue": "Is true",
"grid.filterIsFalse": "Is false",
"grid.filterBooleanAll": "(All)",
"grid.filterAfterOrEqualOperator": "Is after or equal to",
"grid.filterAfterOperator": "Is after",
"grid.filterBeforeOperator": "Is before",
"grid.filterBeforeOrEqualOperator": "Is before or equal to",
"grid.filterAndLogic": "And",
"grid.filterOrLogic": "Or"
};
export {
ie as aIResponseData,
ee as adaptiveColumnMenuCheckboxFilterTitle,
Z as adaptiveColumnMenuChooserSubTitle,
Y as adaptiveColumnMenuChooserTitle,
Q as adaptiveColumnMenuFilterTitle,
re as adaptiveToolbarGroupTitle,
te as adaptiveToolbarSortTitle,
_ as columnChooserApplyButton,
$ as columnChooserResetButton,
C as columnMenu,
X as columnMenuColumnChooserSelectedItems,
V as columnMenuColumnChooserTitle,
j as detailCollapse,
U as detailExpand,
M as editDialogCancelButtonTitle,
G as editDialogSaveButtonTitle,
R as editDialogTitle,
D as exportPDF,
f as filterApplyButton,
w as filterAriaLabel,
F as filterCheckAll,
v as filterChooseOperator,
h as filterClearAllButton,
m as filterClearButton,
A as filterResetButton,
x as filterSelectAll,
E as filterSelectedItems,
b as filterSubmitButton,
I as filterTitle,
ae as generatedWithAI,
J as gridAriaLabel,
K as gridRowReorderAriaLabel,
z as groupApplyButton,
W as groupClearButton,
k as groupCollapse,
u as groupColumn,
N as groupExpand,
q as groupPanelAriaLabel,
p as groupPanelEmpty,
ue as messages,
e as noRecords,
r as pagerFirstPage,
t as pagerInfo,
a as pagerItemPerPage,
i as pagerLastPage,
l as pagerNextPage,
g as pagerOf,
n as pagerPage,
s as pagerPageSizeAriaLabel,
o as pagerPreviousPage,
d as pagerTotalPages,
O as searchPlaceholder,
y as searchboxPlaceholder,
H as selectRow,
B as sortApplyButton,
L as sortAriaLabel,
P as sortAscending,
T as sortClearButton,
S as sortDescending,
le as toolbarAI,
ne as toolbarAIApply,
pe as toolbarCheckboxFilter,
de as toolbarColumnsChooser,
ge as toolbarFilter,
se as toolbarGroup,
oe as toolbarSort,
c as ungroupColumn
};