@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
201 lines (200 loc) • 8.42 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", t = "grid.pagerInfo", r = "grid.pagerFirstPage", o = "grid.pagerPreviousPage", a = "grid.pagerNextPage", i = "grid.pagerLastPage", l = "grid.pagerItemsPerPage", s = "grid.pagerPage", n = "grid.pagerPageSizeAriaLabel", g = "grid.pagerOf", d = "grid.pagerTotalPages", c = "grid.groupPanelEmpty", p = "grid.groupColumn", u = "grid.ungroupColumn", m = "grid.columnMenu", h = "grid.filterApplyButton", C = "grid.filterClearButton", S = "grid.filterClearAllButton", f = "grid.filterResetButton", B = "grid.filterSubmitButton", x = "grid.filterTitle", A = "grid.sortAscending", P = "grid.sortDescending", b = "grid.sortClearButton", I = "grid.sortApplyButton", T = "grid.searchPlaceholder", v = "grid.searchboxPlaceholder", y = "grid.exportPDF", O = "grid.exportCSV", D = "grid.filterCheckAll", M = "grid.filterChooseOperator", F = "grid.filterSelectAll", E = "grid.filterSelectedItems", L = "grid.sortAriaLabel", R = "grid.editDialogTitle", G = "grid.editDialogSaveButtonTitle", N = "grid.editDialogCancelButtonTitle", w = "grid.filterAriaLabel", k = "grid.groupPanelAriaLabel", q = "grid.groupExpand", W = "grid.groupCollapse", z = "grid.groupClearButton", V = "grid.groupApplyButton", U = "grid.detailExpand", j = "grid.detailCollapse", H = "grid.selectRow", J = "grid.gridAriaLabel", K = "grid.gridRowReorderAriaLabel", Q = "grid.gridAdaptiveColumnMenuFilterTitle", X = "grid.columnMenuColumnChooserTitle", Y = "grid.columnMenuColumnChooserSelectedItems", Z = "grid.adaptiveColumnMenuChooserTitle", _ = "grid.adaptiveColumnMenuChooserSubTitle", $ = "grid.columnChooserApplyButton", ee = "grid.columnChooserResetButton", te = "grid.adaptiveColumnMenuCheckboxFilterTitle", re = "grid.adaptiveToolbarSortTitle", oe = "grid.adaptiveToolbarGroupTitle", ae = "grid.toolbarSort", ie = "grid.toolbarAI", le = "grid.aIResponseData", se = "grid.generatedWithAI", ne = "grid.toolbarAIApply", ge = "grid.toolbarGroup", de = "grid.toolbarFilter", ce = "grid.toolbarColumnsChooser", pe = "grid.toolbarCheckboxFilter", ue = "grid.smartBoxSearchPlaceholder", me = "grid.smartBoxSemanticSearchPlaceholder", he = "grid.smartBoxAIAssistantPlaceholder", Ce = "grid.smartBoxSuggestedPrompts", Se = "grid.smartBoxPreviouslySearched", fe = "grid.smartBoxPreviouslyAsked", Be = "grid.smartBoxNoPreviousSearches", xe = "grid.smartBoxNoPreviousPrompts", Ae = "grid.smartBoxClearTitle", Pe = "grid.smartBoxSubmitPromptButton", be = "grid.smartBoxSpeechToTextButton", Ie = "grid.smartBoxSearchModeText", Te = "grid.smartBoxSearchModeDescription", ve = "grid.smartBoxSemanticSearchModeText", ye = "grid.smartBoxSemanticSearchModeDescription", Oe = {
[]: "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",
[]: "Export CSV",
[]: "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",
[]: "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 {
le as aIResponseData,
te as adaptiveColumnMenuCheckboxFilterTitle,
_ as adaptiveColumnMenuChooserSubTitle,
Z as adaptiveColumnMenuChooserTitle,
Q as adaptiveColumnMenuFilterTitle,
oe as adaptiveToolbarGroupTitle,
re as adaptiveToolbarSortTitle,
$ as columnChooserApplyButton,
ee as columnChooserResetButton,
m as columnMenu,
Y as columnMenuColumnChooserSelectedItems,
X as columnMenuColumnChooserTitle,
j as detailCollapse,
U as detailExpand,
N as editDialogCancelButtonTitle,
G as editDialogSaveButtonTitle,
R as editDialogTitle,
O as exportCSV,
y as exportPDF,
h as filterApplyButton,
w as filterAriaLabel,
D as filterCheckAll,
M as filterChooseOperator,
S as filterClearAllButton,
C as filterClearButton,
f as filterResetButton,
F as filterSelectAll,
E as filterSelectedItems,
B as filterSubmitButton,
x as filterTitle,
se as generatedWithAI,
J as gridAriaLabel,
K as gridRowReorderAriaLabel,
V as groupApplyButton,
z as groupClearButton,
W as groupCollapse,
p as groupColumn,
q as groupExpand,
k as groupPanelAriaLabel,
c as groupPanelEmpty,
Oe as messages,
e as noRecords,
r as pagerFirstPage,
t as pagerInfo,
l as pagerItemPerPage,
i as pagerLastPage,
a as pagerNextPage,
g as pagerOf,
s as pagerPage,
n as pagerPageSizeAriaLabel,
o as pagerPreviousPage,
d as pagerTotalPages,
T as searchPlaceholder,
v as searchboxPlaceholder,
H as selectRow,
he as smartBoxAIAssistantPlaceholder,
Ae as smartBoxClearTitle,
xe as smartBoxNoPreviousPrompts,
Be as smartBoxNoPreviousSearches,
fe as smartBoxPreviouslyAsked,
Se as smartBoxPreviouslySearched,
Te as smartBoxSearchModeDescription,
Ie as smartBoxSearchModeText,
ue as smartBoxSearchPlaceholder,
ye as smartBoxSemanticSearchModeDescription,
ve as smartBoxSemanticSearchModeText,
me as smartBoxSemanticSearchPlaceholder,
be as smartBoxSpeechToTextButton,
Pe as smartBoxSubmitPromptButton,
Ce as smartBoxSuggestedPrompts,
I as sortApplyButton,
L as sortAriaLabel,
A as sortAscending,
b as sortClearButton,
P as sortDescending,
ie as toolbarAI,
ne as toolbarAIApply,
pe as toolbarCheckboxFilter,
ce as toolbarColumnsChooser,
de as toolbarFilter,
ge as toolbarGroup,
ae as toolbarSort,
u as ungroupColumn
};