@mescius/wijmo.react.olap 5.20241.10-nightly.d20240612.t020401 → 5.20241.10-nightly.d20240613.t051638

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.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -18,13 +18,13 @@
18
18
  *
19
19
  */
20
20
  export declare var ___keepComment: any;
21
- import { ControlBaseEvents, ControlBaseProps, Overwrite } from '@mescius/wijmo.react.base';
21
+ import { ControlBaseEvents, ControlBaseInputs, Overwrite, WjRef } from '@mescius/wijmo.react.base';
22
22
  import { Position, Stacking } from '@mescius/wijmo.chart';
23
23
  import * as React from 'react';
24
24
  import * as wjcCore from '@mescius/wijmo';
25
25
  import * as wjGrid from '@mescius/wijmo.react.grid';
26
26
  import * as wjcOlap from '@mescius/wijmo.olap';
27
- export declare type PivotGridProps = Overwrite<wjGrid.FlexGridProps, {
27
+ export declare type PivotGridInputs = Overwrite<wjGrid.FlexGridInputs, {
28
28
  itemsSource?: any[] | wjcCore.ICollectionView | wjcOlap.PivotEngine;
29
29
  centerHeadersVertically?: boolean;
30
30
  collapsibleSubtotals?: boolean;
@@ -41,6 +41,8 @@ export declare const PivotGridMeta: {
41
41
  inputs: string[];
42
42
  events: string[];
43
43
  };
44
+ export declare type PivotGridProps = PivotGridInputs & PivotGridEvents<wjcOlap.PivotGrid>;
45
+ export declare type PivotGridRef = WjRef<wjcOlap.PivotGrid>;
44
46
  /**
45
47
  * React component for the {@link wijmo.olap.PivotGrid} control.
46
48
  *
@@ -50,8 +52,8 @@ export declare const PivotGridMeta: {
50
52
  * You can use this event to perform further initialization in addition to setting properties in JSX.
51
53
  * The signature of the handler function is the same as any other Wijmo event handlers.
52
54
  */
53
- export declare const PivotGrid: React.ForwardRefExoticComponent<React.PropsWithChildren<PivotGridProps & PivotGridEvents<wjcOlap.PivotGrid>>>;
54
- export declare type PivotChartProps = ControlBaseProps & {
55
+ export declare const PivotGrid: React.ForwardRefExoticComponent<PivotGridProps>;
56
+ export declare type PivotChartInputs = ControlBaseInputs & {
55
57
  chartType?: wjcOlap.PivotChartType | string;
56
58
  footer?: string;
57
59
  footerStyle?: any;
@@ -72,6 +74,8 @@ export declare const PivotChartMeta: {
72
74
  inputs: string[];
73
75
  events: string[];
74
76
  };
77
+ export declare type PivotChartProps = PivotChartInputs & PivotChartEvents<wjcOlap.PivotChart>;
78
+ export declare type PivotChartRef = WjRef<wjcOlap.PivotChart>;
75
79
  /**
76
80
  * React component for the {@link wijmo.olap.PivotChart} control.
77
81
  *
@@ -81,8 +85,8 @@ export declare const PivotChartMeta: {
81
85
  * You can use this event to perform further initialization in addition to setting properties in JSX.
82
86
  * The signature of the handler function is the same as any other Wijmo event handlers.
83
87
  */
84
- export declare const PivotChart: React.ForwardRefExoticComponent<React.PropsWithChildren<PivotChartProps & PivotChartEvents<wjcOlap.PivotChart>>>;
85
- export declare type PivotPanelProps = ControlBaseProps & {
88
+ export declare const PivotChart: React.ForwardRefExoticComponent<PivotChartProps>;
89
+ export declare type PivotPanelInputs = ControlBaseInputs & {
86
90
  autoGenerateFields?: boolean;
87
91
  deferredUpdate?: boolean;
88
92
  engine?: wjcOlap.PivotEngine;
@@ -102,6 +106,8 @@ export declare const PivotPanelMeta: {
102
106
  inputs: string[];
103
107
  events: string[];
104
108
  };
109
+ export declare type PivotPanelProps = PivotPanelInputs & PivotPanelEvents<wjcOlap.PivotPanel>;
110
+ export declare type PivotPanelRef = WjRef<wjcOlap.PivotPanel>;
105
111
  /**
106
112
  * React component for the {@link wijmo.olap.PivotPanel} control.
107
113
  *
@@ -111,8 +117,8 @@ export declare const PivotPanelMeta: {
111
117
  * You can use this event to perform further initialization in addition to setting properties in JSX.
112
118
  * The signature of the handler function is the same as any other Wijmo event handlers.
113
119
  */
114
- export declare const PivotPanel: React.ForwardRefExoticComponent<React.PropsWithChildren<PivotPanelProps & PivotPanelEvents<wjcOlap.PivotPanel>>>;
115
- export declare type SlicerProps = ControlBaseProps & {
120
+ export declare const PivotPanel: React.ForwardRefExoticComponent<PivotPanelProps>;
121
+ export declare type SlicerInputs = ControlBaseInputs & {
116
122
  field?: wjcOlap.PivotField;
117
123
  header?: string | null;
118
124
  multiSelect?: boolean;
@@ -124,6 +130,8 @@ export declare const SlicerMeta: {
124
130
  inputs: string[];
125
131
  events: string[];
126
132
  };
133
+ export declare type SlicerProps = SlicerInputs & SlicerEvents<wjcOlap.Slicer>;
134
+ export declare type SlicerRef = WjRef<wjcOlap.Slicer>;
127
135
  /**
128
136
  * React component for the {@link wijmo.olap.Slicer} control.
129
137
  *
@@ -133,4 +141,4 @@ export declare const SlicerMeta: {
133
141
  * You can use this event to perform further initialization in addition to setting properties in JSX.
134
142
  * The signature of the handler function is the same as any other Wijmo event handlers.
135
143
  */
136
- export declare const Slicer: React.ForwardRefExoticComponent<React.PropsWithChildren<SlicerProps & SlicerEvents<wjcOlap.Slicer>>>;
144
+ export declare const Slicer: React.ForwardRefExoticComponent<SlicerProps>;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240612.t020401
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.react.olap",
3
- "version": "5.20241.10-nightly.d20240612.t020401",
3
+ "version": "5.20241.10-nightly.d20240613.t051638",
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.d20240612.t020401",
11
- "@mescius/wijmo.olap": "5.20241.10-nightly.d20240612.t020401",
12
- "@mescius/wijmo.grid": "5.20241.10-nightly.d20240612.t020401",
13
- "@mescius/wijmo.chart": "5.20241.10-nightly.d20240612.t020401",
14
- "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240612.t020401",
15
- "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240612.t020401"
10
+ "@mescius/wijmo": "5.20241.10-nightly.d20240613.t051638",
11
+ "@mescius/wijmo.olap": "5.20241.10-nightly.d20240613.t051638",
12
+ "@mescius/wijmo.grid": "5.20241.10-nightly.d20240613.t051638",
13
+ "@mescius/wijmo.chart": "5.20241.10-nightly.d20240613.t051638",
14
+ "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240613.t051638",
15
+ "@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240613.t051638"
16
16
  },
17
17
  "homepage": "https://developer.mescius.com/wijmo",
18
18
  "bugs": {