UNPKG

@progress/kendo-vue-grid

Version:
212 lines (211 loc) 8.66 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.selectAllRows", t = "grid.pagerInfo", o = "grid.pagerFirstPage", l = "grid.pagerPreviousPage", i = "grid.pagerNextPage", a = "grid.pagerLastPage", n = "grid.pagerItemsPerPage", s = "grid.pagerPage", g = "grid.pagerPageSelection", d = "grid.pagerOf", p = "grid.pagerTotalPages", c = "grid.groupPanelEmpty", u = "grid.groupColumn", C = "grid.ungroupColumn", b = "grid.columnMenu", A = "grid.filterApplyButton", m = "grid.filterClearButton", f = "grid.filterClearAllButton", h = "grid.filterResetButton", L = "grid.filterSubmitButton", P = "grid.filterTitle", S = "grid.sortAscending", T = "grid.sortDescending", I = "grid.sortClearButton", B = "grid.sortApplyButton", F = "grid.searchPlaceholder", x = "grid.searchboxPlaceholder", D = "grid.exportPDF", O = "grid.exportCSV", y = "grid.filterCheckAll", w = "grid.filterChooseOperator", E = "grid.filterSelectAll", R = "grid.filterSelectedItems", G = "grid.sortAriaLabel", v = "grid.sortableColumnAriaLabel", M = "grid.sortableColumnAscendingAriaLabel", q = "grid.sortableColumnDescendingAriaLabel", N = "grid.editDialogTitle", k = "grid.editDialogSaveButtonTitle", U = "grid.editDialogCancelButtonTitle", W = "grid.filterAriaLabel", H = "grid.numericFilterAriaLabel", V = "grid.groupPanelAriaLabel", z = "grid.groupExpand", j = "grid.groupCollapse", J = "grid.groupClearButton", K = "grid.groupApplyButton", Q = "grid.detailExpand", X = "grid.detailCollapse", Y = "grid.selectRow", Z = "grid.gridAriaLabel", _ = "grid.gridRowReorderAriaLabel", $ = "grid.gridPinCellAriaLabel", ee = "grid.gridPinToTop", re = "grid.gridPinToBottom", te = "grid.gridUnpin", oe = "grid.gridAdaptiveColumnMenuFilterTitle", le = "grid.columnMenuColumnChooserTitle", ie = "grid.columnMenuColumnChooserSelectedItems", ae = "grid.adaptiveColumnMenuChooserTitle", ne = "grid.adaptiveColumnMenuChooserSubTitle", se = "grid.columnChooserApplyButton", ge = "grid.columnChooserResetButton", de = "grid.adaptiveColumnMenuCheckboxFilterTitle", pe = "grid.adaptiveToolbarSortTitle", ce = "grid.adaptiveToolbarGroupTitle", ue = "grid.toolbarSort", Ce = "grid.dateFilterAriaLabel", be = "grid.textFilterAriaLabel", Ae = "grid.booleanFilterAriaLabel", me = "grid.groupHeaderAriaLabel", fe = "grid.groupCaretAriaLabelCollapse", he = "grid.groupCaretAriaLabelExpand", Le = "grid.expandDetailTemplateAriaLabel", Pe = "grid.collapseDetailTemplateAriaLabel", Se = "grid.toolbarAI", Te = "grid.aIResponseData", Ie = "grid.generatedWithAI", Be = "grid.toolbarAIApply", Fe = "grid.toolbarGroup", xe = "grid.toolbarFilter", De = "grid.toolbarColumnsChooser", Oe = "grid.toolbarCheckboxFilter", ye = "grid.headerGroupSpacerAccessibleLabel", we = "grid.pinnedTopRows", Ee = "grid.pinnedBottomRows", Re = { [Q]: "Expand detail row", [X]: "Collapse detail row", [z]: "Expand group", [j]: "Collapse Group", [J]: "Clear grouping", [K]: "Done", [e]: "No records available", [r]: "Select all rows", [c]: "Drag a column header and drop it here to group by that column", [A]: "Apply", [m]: "Clear", [f]: "Clear all filters", [h]: "Reset", [L]: "Filter", [P]: "Filter", [S]: "Sort Ascending", [T]: "Sort Descending", [I]: "Clear sorting", [B]: "Done", [G]: "Sortable", [pe]: "Sort by", [ce]: "Group by", [ue]: "Sort", [Se]: "AI Assistant", [Be]: "Apply", [Te]: `Operation is successful. Data is: `, [Ie]: "Generated with AI", [Fe]: "Group", [xe]: "Filter", [De]: "Columns", [Oe]: "Filter", [u]: "Group Column", [C]: "Ungroup Column", [ye]: "Group", [b]: "Column menu", [n]: "items per page", [t]: "{0} - {1} of {2} items", [o]: "Go to the first page", [l]: "Go to the previous page", [i]: "Go to the next page", [a]: "Go to the last page", [s]: "Page", [g]: "Page size", [d]: "of", [p]: "{0}", [F]: "Search", [x]: "Search...", [D]: "Export PDF", [O]: "Export CSV", [y]: "Check All", [N]: "Edit Dialog", [k]: "Save", [U]: "Cancel", [w]: "Choose Operator", [R]: "selected items", [E]: "Select All", [v]: "Sortable Column", [M]: "Sorted in ascending order", [q]: "Sorted in descending order", [W]: "Filter", [H]: "Numeric Filter", [Ce]: "Date Filter", [be]: "Text Filter", [Ae]: "Boolean Filter", [me]: "Group Header", [fe]: "Collapse Group", [he]: "Expand Group", [Le]: "Expand Details", [Pe]: "Collapse Details", [V]: "Group panel", [Z]: "Table", [_]: "Drag row", [$]: "Pin row", [ee]: "Pin row to top", [re]: "Pin row to bottom", [te]: "Unpin", [we]: "Pinned top rows", [Ee]: "Pinned bottom rows", [Y]: "Select Row", [le]: "Columns Chooser", [oe]: "Filter by", [ae]: "Columns Chooser", [ne]: "Selected fields are visible", [de]: "Filter by", [ie]: "Selected items", [se]: "Apply", [ge]: "Reset", // Filter operators "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 { Te as aIResponseData, de as adaptiveColumnMenuCheckboxFilterTitle, ne as adaptiveColumnMenuChooserSubTitle, ae as adaptiveColumnMenuChooserTitle, oe as adaptiveColumnMenuFilterTitle, ce as adaptiveToolbarGroupTitle, pe as adaptiveToolbarSortTitle, Ae as booleanFilterAriaLabel, Pe as collapseDetailAriaLabel, se as columnChooserApplyButton, ge as columnChooserResetButton, b as columnMenu, ie as columnMenuColumnChooserSelectedItems, le as columnMenuColumnChooserTitle, Ce as dateFilterAriaLabel, X as detailCollapse, Q as detailExpand, U as editDialogCancelButtonTitle, k as editDialogSaveButtonTitle, N as editDialogTitle, Le as expandDetailAriaLabel, O as exportCSV, D as exportPDF, A as filterApplyButton, W as filterAriaLabel, y as filterCheckAll, w as filterChooseOperator, f as filterClearAllButton, m as filterClearButton, h as filterResetButton, E as filterSelectAll, R as filterSelectedItems, L as filterSubmitButton, P as filterTitle, Ie as generatedWithAI, Z as gridAriaLabel, $ as gridPinCellAriaLabel, re as gridPinToBottom, ee as gridPinToTop, _ as gridRowReorderAriaLabel, te as gridUnpin, K as groupApplyButton, fe as groupCaretAriaLabelCollapse, he as groupCaretAriaLabelExpand, J as groupClearButton, j as groupCollapse, u as groupColumn, z as groupExpand, me as groupHeaderAriaLabel, V as groupPanelAriaLabel, c as groupPanelEmpty, ye as headerGroupSpacerAccessibleLabel, Re as messages, e as noRecords, H as numericFilterAriaLabel, o as pagerFirstPage, t as pagerInfo, n as pagerItemPerPage, a as pagerLastPage, i as pagerNextPage, d as pagerOf, s as pagerPage, g as pagerPageSelection, l as pagerPreviousPage, p as pagerTotalPages, Ee as pinnedBottomRowsAriaLabel, we as pinnedTopRowsAriaLabel, F as searchPlaceholder, x as searchboxPlaceholder, r as selectAllRows, Y as selectRow, B as sortApplyButton, G as sortAriaLabel, S as sortAscending, I as sortClearButton, T as sortDescending, v as sortableColumnAriaLabel, M as sortableColumnAscendingAriaLabel, q as sortableColumnDescendingAriaLabel, be as textFilterAriaLabel, Se as toolbarAI, Be as toolbarAIApply, Oe as toolbarCheckboxFilter, De as toolbarColumnsChooser, xe as toolbarFilter, Fe as toolbarGroup, ue as toolbarSort, C as ungroupColumn };