UNPKG

@progress/kendo-vue-grid

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