@mescius/wijmo.react.olap 5.20241.10-nightly.d20240427.t020122 → 5.20241.10-nightly.d20240501.t020145
Sign up to get free protection for your applications and to get access to all the features.
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +79 -215
- package/index.js +2 -2
- package/package.json +7 -4
package/es2015-commonjs.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240501.t020145
|
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"),wjcOlap=__importStar(require("@mescius/wijmo.olap"));
|
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;
|
package/es2015-esm.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240501.t020145
|
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{
|
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}
|
package/es5-esm.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240501.t020145
|
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
|
-
|
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}
|
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.d20240501.t020145
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -18,7 +18,27 @@
|
|
18
18
|
*
|
19
19
|
*/
|
20
20
|
export declare var ___keepComment: any;
|
21
|
-
import {
|
21
|
+
import { ControlBaseEvents, ControlBaseProps } from '@mescius/wijmo.react.base';
|
22
|
+
import { Position, Stacking } from '@mescius/wijmo.chart';
|
23
|
+
import * as wjcCore from '@mescius/wijmo';
|
24
|
+
import * as wjGrid from '@mescius/wijmo.react.grid';
|
25
|
+
import * as wjcOlap from '@mescius/wijmo.olap';
|
26
|
+
export declare type PivotGridProps = wjGrid.FlexGridProps & {
|
27
|
+
centerHeadersVertically?: boolean;
|
28
|
+
collapsibleSubtotals?: boolean;
|
29
|
+
customContextMenu?: boolean;
|
30
|
+
outlineMode?: boolean;
|
31
|
+
showColumnFieldHeaders?: boolean;
|
32
|
+
showDetailOnDoubleClick?: boolean;
|
33
|
+
showRowFieldHeaders?: boolean;
|
34
|
+
showRowFieldSort?: boolean;
|
35
|
+
showValueFieldHeaders?: boolean;
|
36
|
+
};
|
37
|
+
export declare type PivotGridEvents<T> = wjGrid.FlexGridEvents<T> & {};
|
38
|
+
export declare const PivotGridMeta: {
|
39
|
+
inputs: string[];
|
40
|
+
events: string[];
|
41
|
+
};
|
22
42
|
/**
|
23
43
|
* React component for the {@link wijmo.olap.PivotGrid} control.
|
24
44
|
*
|
@@ -28,141 +48,28 @@ import { ComponentBase } from '@mescius/wijmo.react.base';
|
|
28
48
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
29
49
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
30
50
|
*/
|
31
|
-
export declare
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
childItemsPath?: any;
|
54
|
-
groupHeaderFormat?: any;
|
55
|
-
headersVisibility?: any;
|
56
|
-
showSelectedHeaders?: any;
|
57
|
-
showMarquee?: any;
|
58
|
-
showPlaceholders?: any;
|
59
|
-
itemFormatter?: any;
|
60
|
-
isReadOnly?: any;
|
61
|
-
imeEnabled?: any;
|
62
|
-
mergeManager?: any;
|
63
|
-
selectionMode?: any;
|
64
|
-
showGroups?: any;
|
65
|
-
showSort?: any;
|
66
|
-
showDropDown?: any;
|
67
|
-
showAlternatingRows?: any;
|
68
|
-
showErrors?: any;
|
69
|
-
alternatingRowStep?: any;
|
70
|
-
itemValidator?: any;
|
71
|
-
validateEdits?: any;
|
72
|
-
treeIndent?: any;
|
73
|
-
itemsSource?: any;
|
74
|
-
autoClipboard?: any;
|
75
|
-
expandSelectionOnCopyPaste?: any;
|
76
|
-
frozenRows?: any;
|
77
|
-
frozenColumns?: any;
|
78
|
-
cloneFrozenCells?: any;
|
79
|
-
deferResizing?: any;
|
80
|
-
sortRowIndex?: any;
|
81
|
-
editColumnIndex?: any;
|
82
|
-
stickyHeaders?: any;
|
83
|
-
preserveSelectedState?: any;
|
84
|
-
preserveOutlineState?: any;
|
85
|
-
preserveWhiteSpace?: any;
|
86
|
-
keyActionTab?: any;
|
87
|
-
keyActionEnter?: any;
|
88
|
-
rowHeaderPath?: any;
|
89
|
-
virtualizationThreshold?: any;
|
90
|
-
anchorCursor?: any;
|
91
|
-
lazyRender?: any;
|
92
|
-
refreshOnEdit?: any;
|
93
|
-
copyHeaders?: any;
|
94
|
-
columnGroups?: any;
|
95
|
-
showDetailOnDoubleClick?: any;
|
96
|
-
customContextMenu?: any;
|
97
|
-
collapsibleSubtotals?: any;
|
98
|
-
centerHeadersVertically?: any;
|
99
|
-
showColumnFieldHeaders?: any;
|
100
|
-
showRowFieldHeaders?: any;
|
101
|
-
showValueFieldHeaders?: any;
|
102
|
-
outlineMode?: any;
|
103
|
-
initialized?: any;
|
104
|
-
gotFocus?: any;
|
105
|
-
lostFocus?: any;
|
106
|
-
refreshing?: any;
|
107
|
-
refreshed?: any;
|
108
|
-
invalidInput?: any;
|
109
|
-
beginningEdit?: any;
|
110
|
-
cellEditEnded?: any;
|
111
|
-
cellEditEnding?: any;
|
112
|
-
prepareCellForEdit?: any;
|
113
|
-
formatItem?: any;
|
114
|
-
resizingColumn?: any;
|
115
|
-
resizedColumn?: any;
|
116
|
-
autoSizingColumn?: any;
|
117
|
-
autoSizedColumn?: any;
|
118
|
-
draggingColumn?: any;
|
119
|
-
draggingColumnOver?: any;
|
120
|
-
draggedColumn?: any;
|
121
|
-
sortingColumn?: any;
|
122
|
-
sortedColumn?: any;
|
123
|
-
pinningColumn?: any;
|
124
|
-
pinnedColumn?: any;
|
125
|
-
resizingRow?: any;
|
126
|
-
resizedRow?: any;
|
127
|
-
autoSizingRow?: any;
|
128
|
-
autoSizedRow?: any;
|
129
|
-
draggingRow?: any;
|
130
|
-
draggingRowOver?: any;
|
131
|
-
draggedRow?: any;
|
132
|
-
deletingRow?: any;
|
133
|
-
deletedRow?: any;
|
134
|
-
loadingRows?: any;
|
135
|
-
loadedRows?: any;
|
136
|
-
rowEditStarting?: any;
|
137
|
-
rowEditStarted?: any;
|
138
|
-
rowEditEnding?: any;
|
139
|
-
rowEditEnded?: any;
|
140
|
-
rowAdded?: any;
|
141
|
-
groupCollapsedChanging?: any;
|
142
|
-
groupCollapsedChanged?: any;
|
143
|
-
columnGroupCollapsedChanging?: any;
|
144
|
-
columnGroupCollapsedChanged?: any;
|
145
|
-
itemsSourceChanging?: any;
|
146
|
-
itemsSourceChanged?: any;
|
147
|
-
selectionChanging?: any;
|
148
|
-
selectionChanged?: any;
|
149
|
-
scrollPositionChanged?: any;
|
150
|
-
updatingView?: any;
|
151
|
-
updatedView?: any;
|
152
|
-
updatingLayout?: any;
|
153
|
-
updatedLayout?: any;
|
154
|
-
pasting?: any;
|
155
|
-
pasted?: any;
|
156
|
-
pastingCell?: any;
|
157
|
-
pastedCell?: any;
|
158
|
-
copying?: any;
|
159
|
-
copied?: any;
|
160
|
-
commitEmptyEdits?: any;
|
161
|
-
headersFocusability?: any;
|
162
|
-
[key: string]: any;
|
163
|
-
};
|
164
|
-
constructor(props: any);
|
165
|
-
}
|
51
|
+
export declare function PivotGrid(props: PivotGridProps & PivotGridEvents<wjcOlap.PivotGrid>): any;
|
52
|
+
export declare type PivotChartProps = ControlBaseProps & {
|
53
|
+
chartType?: wjcOlap.PivotChartType;
|
54
|
+
footer?: string;
|
55
|
+
footerStyle?: any;
|
56
|
+
header?: string;
|
57
|
+
headerStyle?: any;
|
58
|
+
itemsSource?: any;
|
59
|
+
legendPosition?: Position;
|
60
|
+
maxPoints?: number;
|
61
|
+
maxSeries?: number;
|
62
|
+
showHierarchicalAxes?: boolean;
|
63
|
+
showLegend?: wjcOlap.LegendVisibility;
|
64
|
+
showTitle?: boolean;
|
65
|
+
showTotals?: boolean;
|
66
|
+
stacking?: Stacking;
|
67
|
+
};
|
68
|
+
export declare type PivotChartEvents<T> = ControlBaseEvents<T> & {};
|
69
|
+
export declare const PivotChartMeta: {
|
70
|
+
inputs: string[];
|
71
|
+
events: string[];
|
72
|
+
};
|
166
73
|
/**
|
167
74
|
* React component for the {@link wijmo.olap.PivotChart} control.
|
168
75
|
*
|
@@ -172,36 +79,27 @@ export declare class PivotGrid extends ComponentBase {
|
|
172
79
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
173
80
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
174
81
|
*/
|
175
|
-
export declare
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
gotFocus?: any;
|
197
|
-
lostFocus?: any;
|
198
|
-
refreshing?: any;
|
199
|
-
refreshed?: any;
|
200
|
-
invalidInput?: any;
|
201
|
-
[key: string]: any;
|
202
|
-
};
|
203
|
-
constructor(props: any);
|
204
|
-
}
|
82
|
+
export declare function PivotChart(props: PivotChartProps & PivotChartEvents<wjcOlap.PivotChart>): any;
|
83
|
+
export declare type PivotPanelProps = ControlBaseProps & {
|
84
|
+
autoGenerateFields?: boolean;
|
85
|
+
deferredUpdate?: boolean;
|
86
|
+
engine?: wjcOlap.PivotEngine;
|
87
|
+
itemsSource?: any;
|
88
|
+
restrictDragging?: boolean | null;
|
89
|
+
showFieldIcons?: boolean;
|
90
|
+
viewDefinition?: string;
|
91
|
+
};
|
92
|
+
export declare type PivotPanelEvents<T> = ControlBaseEvents<T> & {
|
93
|
+
deferredUpdateChanged?: wjcCore.IEventHandler<T, wjcCore.EventArgs>;
|
94
|
+
itemsSourceChanged?: wjcCore.IEventHandler<T, wjcCore.EventArgs>;
|
95
|
+
updatedView?: wjcCore.IEventHandler<T, wjcCore.EventArgs>;
|
96
|
+
updatingView?: wjcCore.IEventHandler<T, wjcCore.EventArgs>;
|
97
|
+
viewDefinitionChanged?: wjcCore.IEventHandler<T, wjcCore.EventArgs>;
|
98
|
+
};
|
99
|
+
export declare const PivotPanelMeta: {
|
100
|
+
inputs: string[];
|
101
|
+
events: string[];
|
102
|
+
};
|
205
103
|
/**
|
206
104
|
* React component for the {@link wijmo.olap.PivotPanel} control.
|
207
105
|
*
|
@@ -211,33 +109,19 @@ export declare class PivotChart extends ComponentBase {
|
|
211
109
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
212
110
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
213
111
|
*/
|
214
|
-
export declare
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
initialized?: any;
|
228
|
-
gotFocus?: any;
|
229
|
-
lostFocus?: any;
|
230
|
-
refreshing?: any;
|
231
|
-
refreshed?: any;
|
232
|
-
invalidInput?: any;
|
233
|
-
itemsSourceChanged?: any;
|
234
|
-
viewDefinitionChanged?: any;
|
235
|
-
updatingView?: any;
|
236
|
-
updatedView?: any;
|
237
|
-
[key: string]: any;
|
238
|
-
};
|
239
|
-
constructor(props: any);
|
240
|
-
}
|
112
|
+
export declare function PivotPanel(props: PivotPanelProps & PivotPanelEvents<wjcOlap.PivotPanel>): any;
|
113
|
+
export declare type SlicerProps = ControlBaseProps & {
|
114
|
+
field?: wjcOlap.PivotField;
|
115
|
+
header?: string | null;
|
116
|
+
multiSelect?: boolean;
|
117
|
+
showCheckboxes?: boolean;
|
118
|
+
showHeader?: boolean;
|
119
|
+
};
|
120
|
+
export declare type SlicerEvents<T> = ControlBaseEvents<T> & {};
|
121
|
+
export declare const SlicerMeta: {
|
122
|
+
inputs: string[];
|
123
|
+
events: string[];
|
124
|
+
};
|
241
125
|
/**
|
242
126
|
* React component for the {@link wijmo.olap.Slicer} control.
|
243
127
|
*
|
@@ -247,24 +131,4 @@ export declare class PivotPanel extends ComponentBase {
|
|
247
131
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
248
132
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
249
133
|
*/
|
250
|
-
export declare
|
251
|
-
props: {
|
252
|
-
template?: any;
|
253
|
-
children?: any;
|
254
|
-
isDisabled?: any;
|
255
|
-
tabOrder?: any;
|
256
|
-
field?: any;
|
257
|
-
showHeader?: any;
|
258
|
-
header?: any;
|
259
|
-
showCheckboxes?: any;
|
260
|
-
multiSelect?: any;
|
261
|
-
initialized?: any;
|
262
|
-
gotFocus?: any;
|
263
|
-
lostFocus?: any;
|
264
|
-
refreshing?: any;
|
265
|
-
refreshed?: any;
|
266
|
-
invalidInput?: any;
|
267
|
-
[key: string]: any;
|
268
|
-
};
|
269
|
-
constructor(props: any);
|
270
|
-
}
|
134
|
+
export declare function Slicer(props: SlicerProps & SlicerEvents<wjcOlap.Slicer>): any;
|
package/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240501.t020145
|
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
|
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;
|
package/package.json
CHANGED
@@ -1,15 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mescius/wijmo.react.olap",
|
3
|
-
"version": "5.20241.10-nightly.
|
3
|
+
"version": "5.20241.10-nightly.d20240501.t020145",
|
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.
|
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"
|
13
16
|
},
|
14
17
|
"homepage": "https://developer.mescius.com/wijmo",
|
15
18
|
"bugs": {
|