UNPKG

@progress/kendo-react-grid

Version:

React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package

211 lines (210 loc) 8.83 kB
/** * @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.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", P = "grid.filterTitle", A = "grid.sortAscending", b = "grid.sortDescending", x = "grid.sortClearButton", T = "grid.sortApplyButton", I = "grid.searchPlaceholder", v = "grid.searchboxPlaceholder", y = "grid.exportPDF", O = "grid.exportCSV", D = "grid.filterCheckAll", L = "grid.filterChooseOperator", M = "grid.filterSelectAll", F = "grid.filterSelectedItems", E = "grid.sortAriaLabel", G = "grid.editDialogTitle", R = "grid.editDialogSaveButtonTitle", w = "grid.editDialogCancelButtonTitle", N = "grid.filterAriaLabel", k = "grid.groupPanelAriaLabel", q = "grid.groupExpand", U = "grid.groupCollapse", W = "grid.groupClearButton", z = "grid.groupApplyButton", V = "grid.detailExpand", j = "grid.detailCollapse", H = "grid.selectRow", J = "grid.gridAriaLabel", K = "grid.gridRowReorderAriaLabel", Q = "grid.gridPinCellAriaLabel", X = "grid.gridPinToTop", Y = "grid.gridPinToBottom", Z = "grid.gridUnpin", _ = "grid.gridAdaptiveColumnMenuFilterTitle", $ = "grid.columnMenuColumnChooserTitle", ee = "grid.columnMenuColumnChooserSelectedItems", re = "grid.adaptiveColumnMenuChooserTitle", te = "grid.adaptiveColumnMenuChooserSubTitle", oe = "grid.columnChooserApplyButton", ie = "grid.columnChooserResetButton", ae = "grid.adaptiveColumnMenuCheckboxFilterTitle", le = "grid.adaptiveToolbarSortTitle", se = "grid.adaptiveToolbarGroupTitle", ne = "grid.toolbarSort", ge = "grid.toolbarAI", de = "grid.aIResponseData", ce = "grid.generatedWithAI", pe = "grid.toolbarAIApply", ue = "grid.toolbarGroup", me = "grid.toolbarFilter", he = "grid.toolbarColumnsChooser", Ce = "grid.toolbarCheckboxFilter", Se = "grid.smartBoxSearchPlaceholder", fe = "grid.smartBoxSemanticSearchPlaceholder", Be = "grid.smartBoxAIAssistantPlaceholder", Pe = "grid.smartBoxSuggestedPrompts", Ae = "grid.smartBoxPreviouslySearched", be = "grid.smartBoxPreviouslyAsked", xe = "grid.smartBoxNoPreviousSearches", Te = "grid.smartBoxNoPreviousPrompts", Ie = "grid.smartBoxClearTitle", ve = "grid.smartBoxSubmitPromptButton", ye = "grid.smartBoxSpeechToTextButton", Oe = "grid.smartBoxSearchModeText", De = "grid.smartBoxSearchModeDescription", Le = "grid.smartBoxSemanticSearchModeText", Me = "grid.smartBoxSemanticSearchModeDescription", Fe = "grid.headerGroupSpacerAccessibleLabel", Ee = { [V]: "Expand detail row", [j]: "Collapse detail row", [q]: "Expand group", [U]: "Collapse Group", [W]: "Clear grouping", [z]: "Done", [e]: "No records available", [c]: "Drag a column header and drop it here to group by that column", [h]: "Apply", [C]: "Clear", [S]: "Clear all filters", [f]: "Reset", [B]: "Filter", [P]: "Filter", [A]: "Sort Ascending", [b]: "Sort Descending", [x]: "Clear sorting", [T]: "Done", [E]: "Sortable", [le]: "Sort by", [se]: "Group by", [ne]: "Sort", [ge]: "AI Assistant", [pe]: "Apply", [de]: `Operation is successful. Data is: `, [ce]: "Generated with AI", [ue]: "Group", [me]: "Filter", [he]: "Columns", [Ce]: "Filter", [p]: "Group Column", [u]: "Ungroup Column", [m]: "Column menu", [l]: "items per page", [r]: "{0} - {1} of {2} items", [t]: "Go to the first page", [o]: "Go to the previous page", [i]: "Go to the next page", [a]: "Go to the last page", [s]: "Page", [n]: "Page size", [g]: "of", [d]: "{0}", [I]: "Search", [v]: "Search...", [y]: "Export PDF", [O]: "Export CSV", [D]: "Check All", [G]: "Edit Dialog", [R]: "Save", [w]: "Cancel", [L]: "Choose Operator", [F]: "selected items", [M]: "Select All", [N]: "Filter", [k]: "Group panel", [Fe]: "Group", [J]: "Table", [K]: "Drag row", [Q]: "Pin row", [X]: "Pin row to top", [Y]: "Pin row to bottom", [Z]: "Unpin", [H]: "Select Row", [$]: "Columns Chooser", [_]: "Filter by", [re]: "Columns Chooser", [te]: "Selected fields are visible", [ae]: "Filter by", [ee]: "Selected items", [oe]: "Apply", [ie]: "Reset", [Se]: "Search", [fe]: "Semantic Search", [Be]: "Sort, filter, or group with AI", [Pe]: "Suggested prompts", [Ae]: "Previously searched", [be]: "Previously asked", [xe]: "No previous searches", [Te]: "No previous prompts", [Ie]: "Clear", [ve]: "Submit prompt", [ye]: "Speech to text", [Oe]: "Search", [De]: "Looks for exact word matches across your data.", [Le]: "Semantic Search", [Me]: "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 { de as aIResponseData, ae as adaptiveColumnMenuCheckboxFilterTitle, te as adaptiveColumnMenuChooserSubTitle, re as adaptiveColumnMenuChooserTitle, _ as adaptiveColumnMenuFilterTitle, se as adaptiveToolbarGroupTitle, le as adaptiveToolbarSortTitle, oe as columnChooserApplyButton, ie as columnChooserResetButton, m as columnMenu, ee as columnMenuColumnChooserSelectedItems, $ as columnMenuColumnChooserTitle, j as detailCollapse, V as detailExpand, w as editDialogCancelButtonTitle, R as editDialogSaveButtonTitle, G as editDialogTitle, O as exportCSV, y as exportPDF, h as filterApplyButton, N as filterAriaLabel, D as filterCheckAll, L as filterChooseOperator, S as filterClearAllButton, C as filterClearButton, f as filterResetButton, M as filterSelectAll, F as filterSelectedItems, B as filterSubmitButton, P as filterTitle, ce as generatedWithAI, J as gridAriaLabel, Q as gridPinCellAriaLabel, Y as gridPinToBottom, X as gridPinToTop, K as gridRowReorderAriaLabel, Z as gridUnpin, z as groupApplyButton, W as groupClearButton, U as groupCollapse, p as groupColumn, q as groupExpand, k as groupPanelAriaLabel, c as groupPanelEmpty, Fe as headerGroupSpacerAccessibleLabel, Ee as messages, e as noRecords, t as pagerFirstPage, r as pagerInfo, l as pagerItemPerPage, a as pagerLastPage, i as pagerNextPage, g as pagerOf, s as pagerPage, n as pagerPageSizeAriaLabel, o as pagerPreviousPage, d as pagerTotalPages, I as searchPlaceholder, v as searchboxPlaceholder, H as selectRow, Be as smartBoxAIAssistantPlaceholder, Ie as smartBoxClearTitle, Te as smartBoxNoPreviousPrompts, xe as smartBoxNoPreviousSearches, be as smartBoxPreviouslyAsked, Ae as smartBoxPreviouslySearched, De as smartBoxSearchModeDescription, Oe as smartBoxSearchModeText, Se as smartBoxSearchPlaceholder, Me as smartBoxSemanticSearchModeDescription, Le as smartBoxSemanticSearchModeText, fe as smartBoxSemanticSearchPlaceholder, ye as smartBoxSpeechToTextButton, ve as smartBoxSubmitPromptButton, Pe as smartBoxSuggestedPrompts, T as sortApplyButton, E as sortAriaLabel, A as sortAscending, x as sortClearButton, b as sortDescending, ge as toolbarAI, pe as toolbarAIApply, Ce as toolbarCheckboxFilter, he as toolbarColumnsChooser, me as toolbarFilter, ue as toolbarGroup, ne as toolbarSort, u as ungroupColumn };