@mescius/wijmo.react.olap 5.20241.10-nightly.d20240509.t020122 → 5.20241.10-nightly.d20240510.t020119
Sign up to get free protection for your applications and to get access to all the features.
- package/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +5 -4
- package/index.js +1 -1
- package/package.json +7 -7
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240510.t020119
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -18,13 +18,14 @@
|
|
18
18
|
*
|
19
19
|
*/
|
20
20
|
export declare var ___keepComment: any;
|
21
|
-
import { ControlBaseEvents, ControlBaseProps } from '@mescius/wijmo.react.base';
|
21
|
+
import { ControlBaseEvents, ControlBaseProps, Overwrite } 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 = wjGrid.FlexGridProps
|
27
|
+
export declare type PivotGridProps = Overwrite<wjGrid.FlexGridProps, {
|
28
|
+
itemsSource?: any[] | wjcCore.ICollectionView | wjcOlap.PivotEngine;
|
28
29
|
centerHeadersVertically?: boolean;
|
29
30
|
collapsibleSubtotals?: boolean;
|
30
31
|
customContextMenu?: boolean;
|
@@ -34,7 +35,7 @@ export declare type PivotGridProps = wjGrid.FlexGridProps & {
|
|
34
35
|
showRowFieldHeaders?: boolean;
|
35
36
|
showRowFieldSort?: boolean;
|
36
37
|
showValueFieldHeaders?: boolean;
|
37
|
-
}
|
38
|
+
}>;
|
38
39
|
export declare type PivotGridEvents<T> = wjGrid.FlexGridEvents<T> & {};
|
39
40
|
export declare const PivotGridMeta: {
|
40
41
|
inputs: string[];
|
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mescius/wijmo.react.olap",
|
3
|
-
"version": "5.20241.10-nightly.
|
3
|
+
"version": "5.20241.10-nightly.d20240510.t020119",
|
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.
|
11
|
-
"@mescius/wijmo.olap": "5.20241.10-nightly.
|
12
|
-
"@mescius/wijmo.grid": "5.20241.10-nightly.
|
13
|
-
"@mescius/wijmo.chart": "5.20241.10-nightly.
|
14
|
-
"@mescius/wijmo.react.base": "5.20241.10-nightly.
|
15
|
-
"@mescius/wijmo.react.grid": "5.20241.10-nightly.
|
10
|
+
"@mescius/wijmo": "5.20241.10-nightly.d20240510.t020119",
|
11
|
+
"@mescius/wijmo.olap": "5.20241.10-nightly.d20240510.t020119",
|
12
|
+
"@mescius/wijmo.grid": "5.20241.10-nightly.d20240510.t020119",
|
13
|
+
"@mescius/wijmo.chart": "5.20241.10-nightly.d20240510.t020119",
|
14
|
+
"@mescius/wijmo.react.base": "5.20241.10-nightly.d20240510.t020119",
|
15
|
+
"@mescius/wijmo.react.grid": "5.20241.10-nightly.d20240510.t020119"
|
16
16
|
},
|
17
17
|
"homepage": "https://developer.mescius.com/wijmo",
|
18
18
|
"bugs": {
|