UNPKG

@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
/** * @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 = { [H]: "Expand detail row", [J]: "Collapse detail row", [z]: "Expand group", [V]: "Collapse Group", [K]: "Clear grouping", [j]: "Done", [e]: "No records available", [m]: "Drag a column header and drop it here to group by that column", [b]: "Apply", [f]: "Clear", [A]: "Clear all filters", [B]: "Reset", [P]: "Filter", [x]: "Filter", [T]: "Sort Ascending", [I]: "Sort Descending", [y]: "Clear sorting", [v]: "Done", [R]: "Sortable", [ge]: "Sort by", [de]: "Group by", [ce]: "Sort", [pe]: "AI Assistant", [he]: "Apply", [ue]: `Operation is successful. Data is: `, [me]: "Generated with AI", [Ce]: "Group", [Se]: "Filter", [be]: "Columns", [fe]: "Filter", [h]: "Group Column", [C]: "Ungroup Column", [S]: "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}", [c]: "Type a page number", [p]: "Enter ArrowRight ArrowLeft", [u]: "More pages", [L]: "Search", [O]: "Search...", [D]: "Export PDF", [M]: "Export CSV", [F]: "Check All", [N]: "Edit Dialog", [k]: "Save", [q]: "Cancel", [E]: "Choose Operator", [w]: "selected items", [G]: "Select All", [U]: "Filter", [W]: "Group panel", [we]: "Group", [X]: "Table", [Y]: "Drag row", [Z]: "Pin row", [_]: "Pin row to top", [$]: "Pin row to bottom", [ee]: "Unpin", [Q]: "Select Row", [te]: "Columns Chooser", [re]: "Filter by", [ie]: "Columns Chooser", [ae]: "Selected fields are visible", [ne]: "Filter by", [oe]: "Selected items", [le]: "Apply", [se]: "Reset", [Ae]: "Search", [Be]: "Semantic Search", [Pe]: "Sort, filter, or group with AI", [xe]: "Suggested prompts", [Te]: "Previously searched", [Ie]: "Previously asked", [ye]: "No previous searches", [ve]: "No previous prompts", [Le]: "Clear", [Oe]: "Submit prompt", [De]: "Speech to text", [Me]: "Search", [Fe]: "Looks for exact word matches across your data.", [Ee]: "Semantic Search", [Ge]: "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 };