UNPKG

@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
/** * @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 = { [U]: "Expand detail row", [j]: "Collapse detail row", [q]: "Expand group", [W]: "Collapse Group", [z]: "Clear grouping", [V]: "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", [x]: "Filter", [A]: "Sort Ascending", [P]: "Sort Descending", [b]: "Clear sorting", [I]: "Done", [L]: "Sortable", [re]: "Sort by", [oe]: "Group by", [ae]: "Sort", [ie]: "AI Assistant", [ne]: "Apply", [le]: `Operation is successful. Data is: `, [se]: "Generated with AI", [ge]: "Group", [de]: "Filter", [ce]: "Columns", [pe]: "Filter", [p]: "Group Column", [u]: "Ungroup Column", [m]: "Column menu", [l]: "items per page", [t]: "{0} - {1} of {2} items", [r]: "Go to the first page", [o]: "Go to the previous page", [a]: "Go to the next page", [i]: "Go to the last page", [s]: "Page", [n]: "Page size", [g]: "of", [d]: "{0}", [T]: "Search", [v]: "Search...", [y]: "Export PDF", [O]: "Export CSV", [D]: "Check All", [R]: "Edit Dialog", [G]: "Save", [N]: "Cancel", [M]: "Choose Operator", [E]: "selected items", [F]: "Select All", [w]: "Filter", [k]: "Group panel", [J]: "Table", [K]: "Drag row", [H]: "Select Row", [X]: "Columns Chooser", [Q]: "Filter by", [Z]: "Columns Chooser", [_]: "Selected fields are visible", [te]: "Filter by", [Y]: "Selected items", [$]: "Apply", [ee]: "Reset", [ue]: "Search", [me]: "Semantic Search", [he]: "Sort, filter, or group with AI", [Ce]: "Suggested prompts", [Se]: "Previously searched", [fe]: "Previously asked", [Be]: "No previous searches", [xe]: "No previous prompts", [Ae]: "Clear", [Pe]: "Submit prompt", [be]: "Speech to text", [Ie]: "Search", [Te]: "Looks for exact word matches across your data.", [ve]: "Semantic Search", [ye]: "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 };