@progress/kendo-react-pivotgrid
Version:
React PivotGrid (also called Pivot Table) can be data-bound to an OLAP service and customized extensively. KendoReact PivotGrid package
39 lines (38 loc) • 1.63 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const o = "pivotgrid.emptyCellAriaLabel", t = "pivotgrid.fieldMenuReset", i = "pivotgrid.fieldMenuApply", r = "pivotgrid.configuratorTitle", e = "pivotgrid.configuratorCancel", n = "pivotgrid.configuratorApply", c = "pivotgrid.configuratorColumnsTitle", s = "pivotgrid.configuratorRowsTitle", a = "pivotgrid.configuratorMeasuresTitle", l = "pivotgrid.configuratorEditorSearchTitle", g = "pivotgrid.configuratorEditorSearchPlaceholder", u = "pivotgrid.configuratorMissingFields", p = "pivotgrid.configuratorButtonLabel", d = {
[]: "PivotGrid component. Use the arrow keys to navigate.",
[]: "Reset",
[]: "Apply",
[]: "Cancel",
[]: "Apply",
[]: "Settings",
[]: "Fields",
[]: "Search...",
[]: "Columns",
[]: "Rows",
[]: "Values",
[]: "Change settings",
[]: "Select some fields to begin setup"
};
export {
n as configuratorApply,
p as configuratorButtonLabel,
e as configuratorCancel,
c as configuratorColumnsTitle,
g as configuratorEditorSearchPlaceholder,
l as configuratorEditorSearchTitle,
a as configuratorMeasuresTitle,
u as configuratorMissingFields,
s as configuratorRowsTitle,
r as configuratorTitle,
o as emptyCellAriaLabel,
i as fieldMenuApply,
t as fieldMenuReset,
d as messages
};