@mescius/wijmo.react.olap 5.20241.10-nightly.d20240501.t020145 → 5.20241.10-nightly.d20240503.t020156

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240501.t020145
3
+ * Wijmo Library 5.20241.10-nightly.d20240503.t020156
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -11,4 +11,4 @@
11
11
  *
12
12
  */
13
13
 
14
- "use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjGrid=__importStar(require("@mescius/wijmo.react.grid")),wjcOlap=__importStar(require("@mescius/wijmo.olap"));exports.PivotGridMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"],events:[...wjGrid.FlexGridMeta.events]};function PivotGrid(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.PivotGridMeta.inputs,events:exports.PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}exports.PivotGrid=PivotGrid;exports.PivotChartMeta={inputs:[...wijmo_react_base_1.ControlBaseMeta.inputs,"chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"],events:[...wijmo_react_base_1.ControlBaseMeta.events]};function PivotChart(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.PivotChartMeta.inputs,events:exports.PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}exports.PivotChart=PivotChart;exports.PivotPanelMeta={inputs:[...wijmo_react_base_1.ControlBaseMeta.inputs,"autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"],events:[...wijmo_react_base_1.ControlBaseMeta.events,"deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"]};function PivotPanel(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.PivotPanelMeta.inputs,events:exports.PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}exports.PivotPanel=PivotPanel;exports.SlicerMeta={inputs:[...wijmo_react_base_1.ControlBaseMeta.inputs,"field","header","multiSelect","showCheckboxes","showHeader"],events:[...wijmo_react_base_1.ControlBaseMeta.events]};function Slicer(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.SlicerMeta.inputs,events:exports.SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}exports.Slicer=Slicer;
14
+ "use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const react_1=require("react"),wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjGrid=__importStar(require("@mescius/wijmo.react.grid")),wjcOlap=__importStar(require("@mescius/wijmo.olap"));exports.PivotGridMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"],events:[...wjGrid.FlexGridMeta.events]};exports.PivotGrid=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.PivotGridMeta.inputs,events:exports.PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}));exports.PivotChartMeta={inputs:[...wijmo_react_base_1.ControlBaseMeta.inputs,"chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"],events:[...wijmo_react_base_1.ControlBaseMeta.events]};exports.PivotChart=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.PivotChartMeta.inputs,events:exports.PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}));exports.PivotPanelMeta={inputs:[...wijmo_react_base_1.ControlBaseMeta.inputs,"autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"],events:[...wijmo_react_base_1.ControlBaseMeta.events,"deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"]};exports.PivotPanel=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.PivotPanelMeta.inputs,events:exports.PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}));exports.SlicerMeta={inputs:[...wijmo_react_base_1.ControlBaseMeta.inputs,"field","header","multiSelect","showCheckboxes","showHeader"],events:[...wijmo_react_base_1.ControlBaseMeta.events]};exports.Slicer=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.SlicerMeta.inputs,events:exports.SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}));
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240501.t020145
3
+ * Wijmo Library 5.20241.10-nightly.d20240503.t020156
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -11,4 +11,4 @@
11
11
  *
12
12
  */
13
13
 
14
- import{ControlBaseMeta,useWjComponentBase}from"@mescius/wijmo.react.base";import*as wjGrid from"@mescius/wijmo.react.grid";import*as wjcOlap from"@mescius/wijmo.olap";export const PivotGridMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"],events:[...wjGrid.FlexGridMeta.events]};export function PivotGrid(e){return useWjComponentBase({properties:PivotGridMeta.inputs,events:PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}export const PivotChartMeta={inputs:[...ControlBaseMeta.inputs,"chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"],events:[...ControlBaseMeta.events]};export function PivotChart(e){return useWjComponentBase({properties:PivotChartMeta.inputs,events:PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}export const PivotPanelMeta={inputs:[...ControlBaseMeta.inputs,"autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"],events:[...ControlBaseMeta.events,"deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"]};export function PivotPanel(e){return useWjComponentBase({properties:PivotPanelMeta.inputs,events:PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}export const SlicerMeta={inputs:[...ControlBaseMeta.inputs,"field","header","multiSelect","showCheckboxes","showHeader"],events:[...ControlBaseMeta.events]};export function Slicer(e){return useWjComponentBase({properties:SlicerMeta.inputs,events:SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}
14
+ import{forwardRef}from"react";import{ControlBaseMeta,useWjComponentBase}from"@mescius/wijmo.react.base";import*as wjGrid from"@mescius/wijmo.react.grid";import*as wjcOlap from"@mescius/wijmo.olap";export const PivotGridMeta={inputs:[...wjGrid.FlexGridMeta.inputs,"centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"],events:[...wjGrid.FlexGridMeta.events]};export const PivotGrid=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:PivotGridMeta.inputs,events:PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}));export const PivotChartMeta={inputs:[...ControlBaseMeta.inputs,"chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"],events:[...ControlBaseMeta.events]};export const PivotChart=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:PivotChartMeta.inputs,events:PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}));export const PivotPanelMeta={inputs:[...ControlBaseMeta.inputs,"autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"],events:[...ControlBaseMeta.events,"deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"]};export const PivotPanel=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:PivotPanelMeta.inputs,events:PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}));export const SlicerMeta={inputs:[...ControlBaseMeta.inputs,"field","header","multiSelect","showCheckboxes","showHeader"],events:[...ControlBaseMeta.events]};export const Slicer=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:SlicerMeta.inputs,events:SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}));
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240501.t020145
3
+ * Wijmo Library 5.20241.10-nightly.d20240503.t020156
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -11,4 +11,4 @@
11
11
  *
12
12
  */
13
13
 
14
- import{ControlBaseMeta,useWjComponentBase}from"@mescius/wijmo.react.base";import*as wjGrid from"@mescius/wijmo.react.grid";import*as wjcOlap from"@mescius/wijmo.olap";export var PivotGridMeta={inputs:wjGrid.FlexGridMeta.inputs.concat(["centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"]),events:wjGrid.FlexGridMeta.events.slice()};export function PivotGrid(e){return useWjComponentBase({properties:PivotGridMeta.inputs,events:PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}export var PivotChartMeta={inputs:ControlBaseMeta.inputs.concat(["chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"]),events:ControlBaseMeta.events.slice()};export function PivotChart(e){return useWjComponentBase({properties:PivotChartMeta.inputs,events:PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}export var PivotPanelMeta={inputs:ControlBaseMeta.inputs.concat(["autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"]),events:ControlBaseMeta.events.concat(["deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"])};export function PivotPanel(e){return useWjComponentBase({properties:PivotPanelMeta.inputs,events:PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}export var SlicerMeta={inputs:ControlBaseMeta.inputs.concat(["field","header","multiSelect","showCheckboxes","showHeader"]),events:ControlBaseMeta.events.slice()};export function Slicer(e){return useWjComponentBase({properties:SlicerMeta.inputs,events:SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}
14
+ import{forwardRef}from"react";import{ControlBaseMeta,useWjComponentBase}from"@mescius/wijmo.react.base";import*as wjGrid from"@mescius/wijmo.react.grid";import*as wjcOlap from"@mescius/wijmo.olap";export var PivotGridMeta={inputs:wjGrid.FlexGridMeta.inputs.concat(["centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"]),events:wjGrid.FlexGridMeta.events.slice()};export var PivotGrid=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:PivotGridMeta.inputs,events:PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}));export var PivotChartMeta={inputs:ControlBaseMeta.inputs.concat(["chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"]),events:ControlBaseMeta.events.slice()};export var PivotChart=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:PivotChartMeta.inputs,events:PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}));export var PivotPanelMeta={inputs:ControlBaseMeta.inputs.concat(["autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"]),events:ControlBaseMeta.events.concat(["deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"])};export var PivotPanel=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:PivotPanelMeta.inputs,events:PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}));export var SlicerMeta={inputs:ControlBaseMeta.inputs.concat(["field","header","multiSelect","showCheckboxes","showHeader"]),events:ControlBaseMeta.events.slice()};export var Slicer=forwardRef((function(e,t){return useWjComponentBase({ref:t,properties:SlicerMeta.inputs,events:SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}));
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240501.t020145
3
+ * Wijmo Library 5.20241.10-nightly.d20240503.t020156
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -20,6 +20,7 @@
20
20
  export declare var ___keepComment: any;
21
21
  import { ControlBaseEvents, ControlBaseProps } from '@mescius/wijmo.react.base';
22
22
  import { Position, Stacking } from '@mescius/wijmo.chart';
23
+ import * as React from 'react';
23
24
  import * as wjcCore from '@mescius/wijmo';
24
25
  import * as wjGrid from '@mescius/wijmo.react.grid';
25
26
  import * as wjcOlap from '@mescius/wijmo.olap';
@@ -48,22 +49,22 @@ export declare const PivotGridMeta: {
48
49
  * You can use this event to perform further initialization in addition to setting properties in JSX.
49
50
  * The signature of the handler function is the same as any other Wijmo event handlers.
50
51
  */
51
- export declare function PivotGrid(props: PivotGridProps & PivotGridEvents<wjcOlap.PivotGrid>): any;
52
+ export declare const PivotGrid: React.ForwardRefExoticComponent<PivotGridProps & PivotGridEvents<wjcOlap.PivotGrid>>;
52
53
  export declare type PivotChartProps = ControlBaseProps & {
53
- chartType?: wjcOlap.PivotChartType;
54
+ chartType?: wjcOlap.PivotChartType | string;
54
55
  footer?: string;
55
56
  footerStyle?: any;
56
57
  header?: string;
57
58
  headerStyle?: any;
58
59
  itemsSource?: any;
59
- legendPosition?: Position;
60
+ legendPosition?: Position | string;
60
61
  maxPoints?: number;
61
62
  maxSeries?: number;
62
63
  showHierarchicalAxes?: boolean;
63
- showLegend?: wjcOlap.LegendVisibility;
64
+ showLegend?: wjcOlap.LegendVisibility | string;
64
65
  showTitle?: boolean;
65
66
  showTotals?: boolean;
66
- stacking?: Stacking;
67
+ stacking?: Stacking | string;
67
68
  };
68
69
  export declare type PivotChartEvents<T> = ControlBaseEvents<T> & {};
69
70
  export declare const PivotChartMeta: {
@@ -79,7 +80,7 @@ export declare const PivotChartMeta: {
79
80
  * You can use this event to perform further initialization in addition to setting properties in JSX.
80
81
  * The signature of the handler function is the same as any other Wijmo event handlers.
81
82
  */
82
- export declare function PivotChart(props: PivotChartProps & PivotChartEvents<wjcOlap.PivotChart>): any;
83
+ export declare const PivotChart: React.ForwardRefExoticComponent<PivotChartProps & PivotChartEvents<wjcOlap.PivotChart>>;
83
84
  export declare type PivotPanelProps = ControlBaseProps & {
84
85
  autoGenerateFields?: boolean;
85
86
  deferredUpdate?: boolean;
@@ -109,7 +110,7 @@ export declare const PivotPanelMeta: {
109
110
  * You can use this event to perform further initialization in addition to setting properties in JSX.
110
111
  * The signature of the handler function is the same as any other Wijmo event handlers.
111
112
  */
112
- export declare function PivotPanel(props: PivotPanelProps & PivotPanelEvents<wjcOlap.PivotPanel>): any;
113
+ export declare const PivotPanel: React.ForwardRefExoticComponent<PivotPanelProps & PivotPanelEvents<wjcOlap.PivotPanel>>;
113
114
  export declare type SlicerProps = ControlBaseProps & {
114
115
  field?: wjcOlap.PivotField;
115
116
  header?: string | null;
@@ -131,4 +132,4 @@ export declare const SlicerMeta: {
131
132
  * You can use this event to perform further initialization in addition to setting properties in JSX.
132
133
  * The signature of the handler function is the same as any other Wijmo event handlers.
133
134
  */
134
- export declare function Slicer(props: SlicerProps & SlicerEvents<wjcOlap.Slicer>): any;
135
+ export declare const Slicer: React.ForwardRefExoticComponent<SlicerProps & SlicerEvents<wjcOlap.Slicer>>;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240501.t020145
3
+ * Wijmo Library 5.20241.10-nightly.d20240503.t020156
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -11,4 +11,4 @@
11
11
  *
12
12
  */
13
13
 
14
- "use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjGrid=__importStar(require("@mescius/wijmo.react.grid")),wjcOlap=__importStar(require("@mescius/wijmo.olap"));exports.PivotGridMeta={inputs:wjGrid.FlexGridMeta.inputs.concat(["centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"]),events:wjGrid.FlexGridMeta.events.slice()};function PivotGrid(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.PivotGridMeta.inputs,events:exports.PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}exports.PivotGrid=PivotGrid;exports.PivotChartMeta={inputs:wijmo_react_base_1.ControlBaseMeta.inputs.concat(["chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"]),events:wijmo_react_base_1.ControlBaseMeta.events.slice()};function PivotChart(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.PivotChartMeta.inputs,events:exports.PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}exports.PivotChart=PivotChart;exports.PivotPanelMeta={inputs:wijmo_react_base_1.ControlBaseMeta.inputs.concat(["autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"]),events:wijmo_react_base_1.ControlBaseMeta.events.concat(["deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"])};function PivotPanel(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.PivotPanelMeta.inputs,events:exports.PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}exports.PivotPanel=PivotPanel;exports.SlicerMeta={inputs:wijmo_react_base_1.ControlBaseMeta.inputs.concat(["field","header","multiSelect","showCheckboxes","showHeader"]),events:wijmo_react_base_1.ControlBaseMeta.events.slice()};function Slicer(e){return wijmo_react_base_1.useWjComponentBase({properties:exports.SlicerMeta.inputs,events:exports.SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}exports.Slicer=Slicer;
14
+ "use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});var react_1=require("react"),wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjGrid=__importStar(require("@mescius/wijmo.react.grid")),wjcOlap=__importStar(require("@mescius/wijmo.olap"));exports.PivotGridMeta={inputs:wjGrid.FlexGridMeta.inputs.concat(["centerHeadersVertically","collapsibleSubtotals","customContextMenu","outlineMode","showColumnFieldHeaders","showDetailOnDoubleClick","showRowFieldHeaders","showRowFieldSort","showValueFieldHeaders"]),events:wjGrid.FlexGridMeta.events.slice()};exports.PivotGrid=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.PivotGridMeta.inputs,events:exports.PivotGridMeta.events,props:e,constructor:wjcOlap.PivotGrid}).renderResult}));exports.PivotChartMeta={inputs:wijmo_react_base_1.ControlBaseMeta.inputs.concat(["chartType","footer","footerStyle","header","headerStyle","itemsSource","legendPosition","maxPoints","maxSeries","showHierarchicalAxes","showLegend","showTitle","showTotals","stacking"]),events:wijmo_react_base_1.ControlBaseMeta.events.slice()};exports.PivotChart=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.PivotChartMeta.inputs,events:exports.PivotChartMeta.events,props:e,constructor:wjcOlap.PivotChart}).renderResult}));exports.PivotPanelMeta={inputs:wijmo_react_base_1.ControlBaseMeta.inputs.concat(["autoGenerateFields","deferredUpdate","engine","itemsSource","restrictDragging","showFieldIcons","viewDefinition"]),events:wijmo_react_base_1.ControlBaseMeta.events.concat(["deferredUpdateChanged","itemsSourceChanged","updatedView","updatingView","viewDefinitionChanged"])};exports.PivotPanel=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.PivotPanelMeta.inputs,events:exports.PivotPanelMeta.events,props:e,constructor:wjcOlap.PivotPanel}).renderResult}));exports.SlicerMeta={inputs:wijmo_react_base_1.ControlBaseMeta.inputs.concat(["field","header","multiSelect","showCheckboxes","showHeader"]),events:wijmo_react_base_1.ControlBaseMeta.events.slice()};exports.Slicer=react_1.forwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.SlicerMeta.inputs,events:exports.SlicerMeta.events,props:e,constructor:wjcOlap.Slicer}).renderResult}));
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.react.olap",
3
- "version": "5.20241.10-nightly.d20240501.t020145",
3
+ "version": "5.20241.10-nightly.d20240503.t020156",
4
4
  "description": "UI library for pure JS, Angular, React, Vue and more...",
5
5
  "author": "MESCIUS inc",
6
6
  "license": "Commercial",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "dependencies": {
10
- "@mescius/wijmo": "5.20241.10-nightly.d20240501.t020145",
11
- "@mescius/wijmo.olap": "5.20241.10-nightly.d20240501.t020145",
12
- "@mescius/wijmo.grid": "5.20241.10-nightly.d20240501.t020145",
13
- "@mescius/wijmo.chart": "5.20241.10-nightly.d20240501.t020145",
14
- "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240501.t020145",
15
- "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240501.t020145"
10
+ "@mescius/wijmo": "5.20241.10-nightly.d20240503.t020156",
11
+ "@mescius/wijmo.olap": "5.20241.10-nightly.d20240503.t020156",
12
+ "@mescius/wijmo.grid": "5.20241.10-nightly.d20240503.t020156",
13
+ "@mescius/wijmo.chart": "5.20241.10-nightly.d20240503.t020156",
14
+ "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240503.t020156",
15
+ "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240503.t020156"
16
16
  },
17
17
  "homepage": "https://developer.mescius.com/wijmo",
18
18
  "bugs": {