UNPKG

@progress/kendo-react-grid

Version:

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

152 lines (151 loc) 6.09 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 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", l = "grid.pagerNextPage", i = "grid.pagerLastPage", a = "grid.pagerItemsPerPage", n = "grid.pagerPage", s = "grid.pagerPageSizeAriaLabel", g = "grid.pagerOf", d = "grid.pagerTotalPages", c = "grid.groupPanelEmpty", p = "grid.groupColumn", u = "grid.ungroupColumn", C = "grid.columnMenu", f = "grid.filterApplyButton", m = "grid.filterClearButton", h = "grid.filterClearAllButton", b = "grid.filterResetButton", A = "grid.filterSubmitButton", P = "grid.filterTitle", S = "grid.sortAscending", I = "grid.sortDescending", O = "grid.sortClearButton", T = "grid.sortApplyButton", B = "grid.searchPlaceholder", F = "grid.searchboxPlaceholder", x = "grid.exportPDF", v = "grid.filterCheckAll", y = "grid.filterChooseOperator", E = "grid.filterSelectAll", L = "grid.filterSelectedItems", D = "grid.sortAriaLabel", R = "grid.editDialogTitle", M = "grid.editDialogSaveButtonTitle", q = "grid.editDialogCancelButtonTitle", w = "grid.filterAriaLabel", G = "grid.groupPanelAriaLabel", N = "grid.groupExpand", k = "grid.groupCollapse", z = "grid.detailExpand", W = "grid.detailCollapse", U = "grid.selectRow", j = "grid.gridAriaLabel", H = "grid.gridRowReorderAriaLabel", J = "grid.gridAdaptiveColumnMenuFilterTitle", K = "grid.columnMenuColumnChooserTitle", Q = "grid.columnMenuColumnChooserSelectedItems", V = "grid.adaptiveColumnMenuChooserTitle", X = "grid.adaptiveColumnMenuChooserSubTitle", Y = "grid.columnChooserApplyButton", Z = "grid.columnChooserResetButton", _ = "grid.adaptiveColumnMenuCheckboxFilterTitle", $ = "grid.adaptiveToolbarSortTitle", ee = "grid.toolbarSort", te = "grid.toolbarFilter", re = "grid.toolbarColumnsChooser", oe = "grid.toolbarCheckboxFilter", le = { [z]: "Expand detail row", [W]: "Collapse detail row", [N]: "Expand group", [k]: "Collapse Group", [e]: "No records available", [c]: "Drag a column header and drop it here to group by that column", [f]: "Apply", [m]: "Clear", [h]: "Clear all filters", [b]: "Reset", [A]: "Filter", [P]: "Filter", [S]: "Sort Ascending", [I]: "Sort Descending", [O]: "Clear sorting", [T]: "Done", [D]: "Sortable", [$]: "Sort by", [ee]: "Sort", [te]: "Filter", [re]: "Columns", [oe]: "Filter", [p]: "Group Column", [u]: "Ungroup Column", [C]: "Column menu", [a]: "items per page", [t]: "{0} - {1} of {2} items", [r]: "Go to the first page", [o]: "Go to the previous page", [l]: "Go to the next page", [i]: "Go to the last page", [n]: "Page", [s]: "Page size", [g]: "of", [d]: "{0}", [B]: "Search", [F]: "Search...", [x]: "Export PDF", [v]: "Check All", [R]: "Edit Dialog", [M]: "Save", [q]: "Cancel", [y]: "Choose Operator", [L]: "selected items", [E]: "Select All", [w]: "Filter", [G]: "Group panel", [j]: "Table", [H]: "Drag row", [U]: "Select Row", [K]: "Columns Chooser", [J]: "Filter by", [V]: "Columns Chooser", [X]: "Selected fields are visible", [_]: "Filter by", [Q]: "Selected items", [Y]: "Apply", [Z]: "Reset", "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 { _ as adaptiveColumnMenuCheckboxFilterTitle, X as adaptiveColumnMenuChooserSubTitle, V as adaptiveColumnMenuChooserTitle, J as adaptiveColumnMenuFilterTitle, $ as adaptiveToolbarSortTitle, Y as columnChooserApplyButton, Z as columnChooserResetButton, C as columnMenu, Q as columnMenuColumnChooserSelectedItems, K as columnMenuColumnChooserTitle, W as detailCollapse, z as detailExpand, q as editDialogCancelButtonTitle, M as editDialogSaveButtonTitle, R as editDialogTitle, x as exportPDF, f as filterApplyButton, w as filterAriaLabel, v as filterCheckAll, y as filterChooseOperator, h as filterClearAllButton, m as filterClearButton, b as filterResetButton, E as filterSelectAll, L as filterSelectedItems, A as filterSubmitButton, P as filterTitle, j as gridAriaLabel, H as gridRowReorderAriaLabel, k as groupCollapse, p as groupColumn, N as groupExpand, G as groupPanelAriaLabel, c as groupPanelEmpty, le as messages, e as noRecords, r as pagerFirstPage, t as pagerInfo, a as pagerItemPerPage, i as pagerLastPage, l as pagerNextPage, g as pagerOf, n as pagerPage, s as pagerPageSizeAriaLabel, o as pagerPreviousPage, d as pagerTotalPages, B as searchPlaceholder, F as searchboxPlaceholder, U as selectRow, T as sortApplyButton, D as sortAriaLabel, S as sortAscending, O as sortClearButton, I as sortDescending, oe as toolbarCheckboxFilter, re as toolbarColumnsChooser, te as toolbarFilter, ee as toolbarSort, u as ungroupColumn };