@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
217 lines (216 loc) • 9.11 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o = "grid.pagerPreviousPage", i = "grid.pagerNextPage", a = "grid.pagerLastPage", l = "grid.pagerItemsPerPage", s = "grid.pagerPage", n = "grid.pagerPageSizeAriaLabel", g = "grid.pagerOf", d = "grid.pagerTotalPages", c = "grid.pagerPageNumberLabel", p = "grid.pagerAriaKeyshortcuts", u = "grid.pagerMoreButtonLabel", m = "grid.groupPanelEmpty", h = "grid.groupColumn", C = "grid.ungroupColumn", S = "grid.columnMenu", b = "grid.filterApplyButton", f = "grid.filterClearButton", A = "grid.filterClearAllButton", B = "grid.filterResetButton", P = "grid.filterSubmitButton", x = "grid.filterTitle", T = "grid.sortAscending", I = "grid.sortDescending", y = "grid.sortClearButton", v = "grid.sortApplyButton", L = "grid.searchPlaceholder", O = "grid.searchboxPlaceholder", D = "grid.exportPDF", M = "grid.exportCSV", F = "grid.filterCheckAll", E = "grid.filterChooseOperator", G = "grid.filterSelectAll", w = "grid.filterSelectedItems", R = "grid.sortAriaLabel", N = "grid.editDialogTitle", k = "grid.editDialogSaveButtonTitle", q = "grid.editDialogCancelButtonTitle", U = "grid.filterAriaLabel", W = "grid.groupPanelAriaLabel", z = "grid.groupExpand", V = "grid.groupCollapse", K = "grid.groupClearButton", j = "grid.groupApplyButton", H = "grid.detailExpand", J = "grid.detailCollapse", Q = "grid.selectRow", X = "grid.gridAriaLabel", Y = "grid.gridRowReorderAriaLabel", Z = "grid.gridPinCellAriaLabel", _ = "grid.gridPinToTop", $ = "grid.gridPinToBottom", ee = "grid.gridUnpin", re = "grid.gridAdaptiveColumnMenuFilterTitle", te = "grid.columnMenuColumnChooserTitle", oe = "grid.columnMenuColumnChooserSelectedItems", ie = "grid.adaptiveColumnMenuChooserTitle", ae = "grid.adaptiveColumnMenuChooserSubTitle", le = "grid.columnChooserApplyButton", se = "grid.columnChooserResetButton", ne = "grid.adaptiveColumnMenuCheckboxFilterTitle", ge = "grid.adaptiveToolbarSortTitle", de = "grid.adaptiveToolbarGroupTitle", ce = "grid.toolbarSort", pe = "grid.toolbarAI", ue = "grid.aIResponseData", me = "grid.generatedWithAI", he = "grid.toolbarAIApply", Ce = "grid.toolbarGroup", Se = "grid.toolbarFilter", be = "grid.toolbarColumnsChooser", fe = "grid.toolbarCheckboxFilter", Ae = "grid.smartBoxSearchPlaceholder", Be = "grid.smartBoxSemanticSearchPlaceholder", Pe = "grid.smartBoxAIAssistantPlaceholder", xe = "grid.smartBoxSuggestedPrompts", Te = "grid.smartBoxPreviouslySearched", Ie = "grid.smartBoxPreviouslyAsked", ye = "grid.smartBoxNoPreviousSearches", ve = "grid.smartBoxNoPreviousPrompts", Le = "grid.smartBoxClearTitle", Oe = "grid.smartBoxSubmitPromptButton", De = "grid.smartBoxSpeechToTextButton", Me = "grid.smartBoxSearchModeText", Fe = "grid.smartBoxSearchModeDescription", Ee = "grid.smartBoxSemanticSearchModeText", Ge = "grid.smartBoxSemanticSearchModeDescription", we = "grid.headerGroupSpacerAccessibleLabel", Re = {
[]: "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}",
[]: "Type a page number",
[]: "Enter ArrowRight ArrowLeft",
[]: "More pages",
[]: "Search",
[]: "Search...",
[]: "Export PDF",
[]: "Export CSV",
[]: "Check All",
[]: "Edit Dialog",
[]: "Save",
[]: "Cancel",
[]: "Choose Operator",
[]: "selected items",
[]: "Select All",
[]: "Filter",
[]: "Group panel",
[]: "Group",
[]: "Table",
[]: "Drag row",
[]: "Pin row",
[]: "Pin row to top",
[$]: "Pin row to bottom",
[]: "Unpin",
[]: "Select Row",
[]: "Columns Chooser",
[]: "Filter by",
[]: "Columns Chooser",
[]: "Selected fields are visible",
[]: "Filter by",
[]: "Selected items",
[]: "Apply",
[]: "Reset",
[]: "Search",
[]: "Semantic Search",
[]: "Sort, filter, or group with AI",
[]: "Suggested prompts",
[]: "Previously searched",
[]: "Previously asked",
[]: "No previous searches",
[]: "No previous prompts",
[]: "Clear",
[]: "Submit prompt",
[]: "Speech to text",
[]: "Search",
[]: "Looks for exact word matches across your data.",
[]: "Semantic Search",
[]: "Understands context to surface the most relevant results.",
"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 {
ue as aIResponseData,
ne as adaptiveColumnMenuCheckboxFilterTitle,
ae as adaptiveColumnMenuChooserSubTitle,
ie as adaptiveColumnMenuChooserTitle,
re as adaptiveColumnMenuFilterTitle,
de as adaptiveToolbarGroupTitle,
ge as adaptiveToolbarSortTitle,
le as columnChooserApplyButton,
se as columnChooserResetButton,
S as columnMenu,
oe as columnMenuColumnChooserSelectedItems,
te as columnMenuColumnChooserTitle,
J as detailCollapse,
H as detailExpand,
q as editDialogCancelButtonTitle,
k as editDialogSaveButtonTitle,
N as editDialogTitle,
M as exportCSV,
D as exportPDF,
b as filterApplyButton,
U as filterAriaLabel,
F as filterCheckAll,
E as filterChooseOperator,
A as filterClearAllButton,
f as filterClearButton,
B as filterResetButton,
G as filterSelectAll,
w as filterSelectedItems,
P as filterSubmitButton,
x as filterTitle,
me as generatedWithAI,
X as gridAriaLabel,
Z as gridPinCellAriaLabel,
$ as gridPinToBottom,
_ as gridPinToTop,
Y as gridRowReorderAriaLabel,
ee as gridUnpin,
j as groupApplyButton,
K as groupClearButton,
V as groupCollapse,
h as groupColumn,
z as groupExpand,
W as groupPanelAriaLabel,
m as groupPanelEmpty,
we as headerGroupSpacerAccessibleLabel,
Re as messages,
e as noRecords,
p as pagerAriaKeyshortcuts,
t as pagerFirstPage,
r as pagerInfo,
l as pagerItemPerPage,
a as pagerLastPage,
u as pagerMoreButtonLabel,
i as pagerNextPage,
g as pagerOf,
s as pagerPage,
c as pagerPageNumberLabel,
n as pagerPageSizeAriaLabel,
o as pagerPreviousPage,
d as pagerTotalPages,
L as searchPlaceholder,
O as searchboxPlaceholder,
Q as selectRow,
Pe as smartBoxAIAssistantPlaceholder,
Le as smartBoxClearTitle,
ve as smartBoxNoPreviousPrompts,
ye as smartBoxNoPreviousSearches,
Ie as smartBoxPreviouslyAsked,
Te as smartBoxPreviouslySearched,
Fe as smartBoxSearchModeDescription,
Me as smartBoxSearchModeText,
Ae as smartBoxSearchPlaceholder,
Ge as smartBoxSemanticSearchModeDescription,
Ee as smartBoxSemanticSearchModeText,
Be as smartBoxSemanticSearchPlaceholder,
De as smartBoxSpeechToTextButton,
Oe as smartBoxSubmitPromptButton,
xe as smartBoxSuggestedPrompts,
v as sortApplyButton,
R as sortAriaLabel,
T as sortAscending,
y as sortClearButton,
I as sortDescending,
pe as toolbarAI,
he as toolbarAIApply,
fe as toolbarCheckboxFilter,
be as toolbarColumnsChooser,
Se as toolbarFilter,
Ce as toolbarGroup,
ce as toolbarSort,
C as ungroupColumn
};