@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
10 lines (9 loc) • 2.41 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
*-------------------------------------------------------------------------------------------
*/
"use client";
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./PivotGrid.js"),o=require("./components/Column.js"),d=require("./components/Row.js"),a=require("./components/Cell.js"),n=require("./components/HeaderCell.js"),u=require("./components/Container.js"),v=require("./components/Configurator.js"),P=require("./components/ConfiguratorEditor.js"),s=require("./components/ConfiguratorButton.js"),g=require("./components/FieldsEditor.js"),l=require("./components/AxesEditor.js"),c=require("./components/AxisEditor.js"),G=require("./components/AxisFilterFieldsEditor.js"),i=require("./hooks/usePivotOLAPService.js"),r=require("./hooks/usePivotLocalDataService.js"),C=require("./utils/index.js"),e=require("@progress/kendo-pivotgrid-common");exports.PivotGrid=t.PivotGrid;exports.PivotGridColumn=o.PivotGridColumn;exports.PivotGridRow=d.PivotGridRow;exports.PivotGridCell=a.PivotGridCell;exports.PivotGridHeaderCell=n.PivotGridHeaderCell;exports.PivotGridContainer=u.PivotGridContainer;exports.PivotGridConfigurator=v.PivotGridConfigurator;exports.PivotGridConfiguratorEditor=P.PivotGridConfiguratorEditor;exports.PivotGridConfiguratorButton=s.PivotGridConfiguratorButton;exports.PivotGridFieldsEditor=g.PivotGridFieldsEditor;exports.PivotGridAxesEditor=l.PivotGridAxesEditor;exports.PivotGridAxisEditor=c.PivotGridAxisEditor;exports.PivotGridAxisFilterFieldsEditor=G.PivotGridAxisFilterFieldsEditor;exports.PivotOLAPService=i.PivotOLAPService;exports.usePivotOLAPService=i.usePivotOLAPService;exports.PivotLocalDataService=r.PivotLocalDataService;exports.usePivotLocalDataService=r.usePivotLocalDataService;exports.dataCells=C.dataCells;Object.defineProperty(exports,"averageAggregate",{enumerable:!0,get:()=>e.averageAggregate});Object.defineProperty(exports,"maxAggregate",{enumerable:!0,get:()=>e.maxAggregate});Object.defineProperty(exports,"minAggregate",{enumerable:!0,get:()=>e.minAggregate});Object.defineProperty(exports,"sumAggregate",{enumerable:!0,get:()=>e.sumAggregate});