@mescius/wijmo.olap 5.20232.939 → 5.20241.3-rc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -100
- package/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +39 -39
- package/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[English](#wijmo) | [日本語](#wijmo-jp) | [
|
|
1
|
+
[English](#wijmo) | [日本語](#wijmo-jp) | [한국어](#wijmo-kr)
|
|
2
2
|
|
|
3
3
|
# Wijmo
|
|
4
4
|
|
|
@@ -59,19 +59,19 @@ Sample source code available with our [Wijmo Developer Pack](https://developer.m
|
|
|
59
59
|
### To install latest release version:
|
|
60
60
|
|
|
61
61
|
```sh
|
|
62
|
-
npm install @
|
|
62
|
+
npm install @mescius/wijmo.all
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
### To install latest nightly build:
|
|
66
66
|
|
|
67
67
|
```sh
|
|
68
|
-
npm install @
|
|
68
|
+
npm install @mescius/wijmo.all@nightly
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
### To install latest RC build:
|
|
72
72
|
|
|
73
73
|
```sh
|
|
74
|
-
npm install @
|
|
74
|
+
npm install @mescius/wijmo.all@rc
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
## Documentation
|
|
@@ -159,99 +159,6 @@ Submit questions to our team of [Wijmo Experts](https://developer.mescius.com/fo
|
|
|
159
159
|
- [サポート&サービス](https://developer.mescius.jp/support)
|
|
160
160
|
- [サブスクリプションサービス利用規約](https://download.mescius.jp/license/other/componentone-subscriptionservice.pdf)
|
|
161
161
|
|
|
162
|
-
## Wijmo CN
|
|
163
|
-
|
|
164
|
-
Wijmo 是一套完整的企业级 JavaScript UI 开发组件。 它包括强大的表格、图表、数据透视、输入等组件,并且可以支持各类主流前端框架,包括 Angular、React 和 Vue。
|
|
165
|
-
|
|
166
|
-
Wijmo 的轻量级、高性能 JavaScript UI 组件可以将您的开发时间缩短一半。
|
|
167
|
-
|
|
168
|
-
查看我们 [FlexGrid 表格](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs) 组件.
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
---
|
|
172
|
-
|
|
173
|
-
## 从 NPM 获取您所缺少的开发包!
|
|
174
|
-
|
|
175
|
-
请务必下载 Wijmo 以获得完整的开发包。 NPM 仅包含我们的 JS 组件,但我们的开发包包含数百个示例,其中包含每个 JS 框架的源代码、实际参考应用程序等等!
|
|
176
|
-
|
|
177
|
-
**[下载 Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 以启动您的项目。**
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
|
-
## 示例
|
|
182
|
-
|
|
183
|
-
每种 JavaScript 框架中都提供超过 450 个功能示例
|
|
184
|
-
|
|
185
|
-
- [JavaScript 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs)
|
|
186
|
-
- [Vue 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/vue)
|
|
187
|
-
- [Angular 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/angular)
|
|
188
|
-
- [React 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/react)
|
|
189
|
-
|
|
190
|
-
我们还提供了 JavaScript 框架中可用的实际应用示例
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
- [Vue 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
|
194
|
-
- [Angular 参考应用](https://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/WealthHealth)
|
|
195
|
-
- [React 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
|
196
|
-
- [React Redux 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#CryptoCurrencyTracking)
|
|
197
|
-
|
|
198
|
-
[Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 中提供了示例源代码。
|
|
199
|
-
|
|
200
|
-
## 安装
|
|
201
|
-
|
|
202
|
-
### 安装最新版本:
|
|
203
|
-
|
|
204
|
-
```sh
|
|
205
|
-
npm install @grapecity/wijmo.all
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
### 安装最新的 nightly 版本:
|
|
209
|
-
```sh
|
|
210
|
-
npm install @grapecity/wijmo.all@nightly
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
### 安装最新的 RC 版本:
|
|
214
|
-
|
|
215
|
-
```sh
|
|
216
|
-
npm install @grapecity/wijmo.all@rc
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
## 文档
|
|
220
|
-
|
|
221
|
-
在线文档可在此处获取:
|
|
222
|
-
|
|
223
|
-
- [API Reference](https://demo.grapecity.com.cn/wijmo/api/)
|
|
224
|
-
- [Documentation Guides](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/Introduction)
|
|
225
|
-
|
|
226
|
-
## 许可
|
|
227
|
-
|
|
228
|
-
Wijmo授权由开发授权和部署授权组成
|
|
229
|
-
|
|
230
|
-
了解 [WijmoJS 价格与授权方式](https://www.grapecity.com.cn/developer/wijmojs#price).
|
|
231
|
-
|
|
232
|
-
## 资源
|
|
233
|
-
|
|
234
|
-
- [快速入门指南](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/QuickStart/QuickStart-PureJS)
|
|
235
|
-
- [Wijmo 产品介绍](https://www.grapecity.com.cn/developer/wijmojs)
|
|
236
|
-
- [博客](https://www.grapecity.com.cn/blogs/tags/wijmo)
|
|
237
|
-
- [论坛](https://gcdn.grapecity.com.cn/showforum-140-1.html)
|
|
238
|
-
|
|
239
|
-
Wijmo 开发包可以从 [这里](https://www.grapecity.com.cn/developer/wijmojs/download) 下载
|
|
240
|
-
|
|
241
|
-
## 支持
|
|
242
|
-
|
|
243
|
-
**Wijmo 随时为您提供支持**
|
|
244
|
-
|
|
245
|
-
提供多种售前支持方式。您可以通过电话热线、邮件、售前顾问、在线咨询、添加企业微信等方式获取获取售前咨询、产品解决方案、产品选型等1V1服务。帮您快速了解产品特性,助您POC验证成功,节省时间成本。
|
|
246
|
-
|
|
247
|
-
- [联系我们](https://www.grapecity.com.cn/support#goumaizixun)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
## 问题反馈
|
|
251
|
-
|
|
252
|
-
我们重视您的反馈并利用建议来帮助创建产品路线图。 告诉我们你的想法。
|
|
253
|
-
|
|
254
|
-
[提交您的问题和反馈建议](https://gcdn.grapecity.com.cn/showforum-173-1.html)
|
|
255
162
|
|
|
256
163
|
# Wijmo KR
|
|
257
164
|
|
|
@@ -302,19 +209,19 @@ Wijmo는 또한 NPM을 지원합니다. 이를 통해 최신 버전의 Wijmo 라
|
|
|
302
209
|
**[최신 정식 버전]**
|
|
303
210
|
|
|
304
211
|
```sh
|
|
305
|
-
npm install @
|
|
212
|
+
npm install @mescius/wijmo.all
|
|
306
213
|
```
|
|
307
214
|
|
|
308
215
|
**[Nightly 버전]**
|
|
309
216
|
|
|
310
217
|
```sh
|
|
311
|
-
npm install @
|
|
218
|
+
npm install @mescius/wijmo.all@nightly
|
|
312
219
|
```
|
|
313
220
|
|
|
314
221
|
**[RC 버전]**
|
|
315
222
|
|
|
316
223
|
```sh
|
|
317
|
-
npm install @
|
|
224
|
+
npm install @mescius/wijmo.all@rc
|
|
318
225
|
```
|
|
319
226
|
|
|
320
227
|
## 빠른시작 가이드
|
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.
|
|
3
|
+
* Wijmo Library 5.20241.3
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare var ___keepComment: any;
|
|
34
|
-
import { CollectionView, ObservableArray, Aggregate, DataType, RequestErrorEventArgs, PropertyChangedEventArgs, Control, CancelEventArgs, Event, ICollectionView, EventArgs, Binding } from '@
|
|
35
|
-
import { FilterType, ValueFilter, ConditionFilter, ValueFilterEditor } from '@
|
|
36
|
-
import { Popup, Menu, ListBox } from '@
|
|
37
|
-
import { FlexGrid, FormatItemEventArgs, MergeManager, GridPanel, CellRange, Column, CellRangeEventArgs } from '@
|
|
38
|
-
import { Stacking, FlexChart, FlexPie, Position, ImageFormat } from '@
|
|
39
|
-
import * as selfModule from '@
|
|
34
|
+
import { CollectionView, ObservableArray, Aggregate, DataType, RequestErrorEventArgs, PropertyChangedEventArgs, Control, CancelEventArgs, Event, ICollectionView, EventArgs, Binding } from '@mescius/wijmo';
|
|
35
|
+
import { FilterType, ValueFilter, ConditionFilter, ValueFilterEditor } from '@mescius/wijmo.grid.filter';
|
|
36
|
+
import { Popup, Menu, ListBox } from '@mescius/wijmo.input';
|
|
37
|
+
import { FlexGrid, FormatItemEventArgs, MergeManager, GridPanel, CellRange, Column, CellRangeEventArgs } from '@mescius/wijmo.grid';
|
|
38
|
+
import { Stacking, FlexChart, FlexPie, Position, ImageFormat } from '@mescius/wijmo.chart';
|
|
39
|
+
import * as selfModule from '@mescius/wijmo.olap';
|
|
40
40
|
/**
|
|
41
41
|
* Generates MDX queries for the {@link _SqlServerConnection} class.
|
|
42
42
|
*/
|
|
@@ -237,7 +237,7 @@ export declare class PivotCollectionView extends CollectionView {
|
|
|
237
237
|
/**
|
|
238
238
|
* Represents a property of the items in the wijmo.olap data source.
|
|
239
239
|
*/
|
|
240
|
-
export declare class PivotField {
|
|
240
|
+
export declare class PivotField<T = any> {
|
|
241
241
|
private _ng;
|
|
242
242
|
_header: string;
|
|
243
243
|
_binding: PivotFieldBinding;
|
|
@@ -523,7 +523,7 @@ export declare class PivotField {
|
|
|
523
523
|
/**
|
|
524
524
|
* Gets the {@link ICollectionView} bound to this field.
|
|
525
525
|
*/
|
|
526
|
-
readonly collectionView: ICollectionView
|
|
526
|
+
readonly collectionView: ICollectionView<T>;
|
|
527
527
|
/**
|
|
528
528
|
* Gets or sets a value that determines whether this field is
|
|
529
529
|
* currently being used in the view.
|
|
@@ -553,7 +553,7 @@ export declare class PivotField {
|
|
|
553
553
|
/**
|
|
554
554
|
* Occurs when the value of a property in this {@link Range} changes.
|
|
555
555
|
*/
|
|
556
|
-
readonly propertyChanged: Event<PivotField
|
|
556
|
+
readonly propertyChanged: Event<PivotField<any>, PropertyChangedEventArgs>;
|
|
557
557
|
/**
|
|
558
558
|
* Raises the {@link propertyChanged} event.
|
|
559
559
|
*
|
|
@@ -1011,7 +1011,7 @@ export declare enum ShowAs {
|
|
|
1011
1011
|
* Pivot tables group data into one or more dimensions. The dimensions are represented
|
|
1012
1012
|
* by rows and columns on a grid, and the data is stored in the grid cells.
|
|
1013
1013
|
*/
|
|
1014
|
-
export declare class PivotEngine {
|
|
1014
|
+
export declare class PivotEngine<T = any> {
|
|
1015
1015
|
private _items;
|
|
1016
1016
|
private _cv;
|
|
1017
1017
|
private _autoGenFields;
|
|
@@ -1072,7 +1072,7 @@ export declare class PivotEngine {
|
|
|
1072
1072
|
* For example:
|
|
1073
1073
|
*
|
|
1074
1074
|
* ```typescript
|
|
1075
|
-
* import { PivotEngine } from '@
|
|
1075
|
+
* import { PivotEngine } from '@mescius/wijmo.olap';
|
|
1076
1076
|
* let ng = PivotEngine({
|
|
1077
1077
|
* itemsSource = getDataArray(1000);
|
|
1078
1078
|
* });
|
|
@@ -1088,7 +1088,7 @@ export declare class PivotEngine {
|
|
|
1088
1088
|
* that specifies how the component should access the service. For example:
|
|
1089
1089
|
*
|
|
1090
1090
|
* ```typescript
|
|
1091
|
-
* import { PivotEngine } from '@
|
|
1091
|
+
* import { PivotEngine } from '@mescius/wijmo.olap';
|
|
1092
1092
|
* let ng = PivotEngine({
|
|
1093
1093
|
* itemsSource: {
|
|
1094
1094
|
* url: 'http://ssrs.componentone.com/OLAP/msmdpump.dll',
|
|
@@ -1120,7 +1120,7 @@ export declare class PivotEngine {
|
|
|
1120
1120
|
* For example:
|
|
1121
1121
|
*
|
|
1122
1122
|
* ```typescript
|
|
1123
|
-
* import { PivotEngine } from '@
|
|
1123
|
+
* import { PivotEngine } from '@mescius/wijmo.olap';
|
|
1124
1124
|
* let ng = new wijmo.olap.PivotEngine({
|
|
1125
1125
|
* itemsSource: 'http://demos.componentone.com/ASPNET/c1webapi/4.5.20193.222/api/dataengine/cube'
|
|
1126
1126
|
* });
|
|
@@ -1149,11 +1149,11 @@ export declare class PivotEngine {
|
|
|
1149
1149
|
/**
|
|
1150
1150
|
* Gets the {@link ICollectionView} that contains the raw data.
|
|
1151
1151
|
*/
|
|
1152
|
-
readonly collectionView: ICollectionView
|
|
1152
|
+
readonly collectionView: ICollectionView<T>;
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Gets the {@link ICollectionView} containing the output pivot view.
|
|
1155
1155
|
*/
|
|
1156
|
-
readonly pivotView: ICollectionView
|
|
1156
|
+
readonly pivotView: ICollectionView<T>;
|
|
1157
1157
|
/**
|
|
1158
1158
|
* Gets or sets a value that determines whether the output {@link pivotView}
|
|
1159
1159
|
* should include rows containing subtotals or grand totals.
|
|
@@ -1274,7 +1274,7 @@ export declare class PivotEngine {
|
|
|
1274
1274
|
* {@link valueFields} lists.
|
|
1275
1275
|
*
|
|
1276
1276
|
* ```typescript
|
|
1277
|
-
* import { PivotEngine } from '@
|
|
1277
|
+
* import { PivotEngine } from '@mescius/wijmo.olap';
|
|
1278
1278
|
|
|
1279
1279
|
* // create pivot engine
|
|
1280
1280
|
* let pe = new PivotEngine();
|
|
@@ -1451,7 +1451,7 @@ export declare class PivotEngine {
|
|
|
1451
1451
|
* @param item Data item in the {@link pivotView} list.
|
|
1452
1452
|
* @param binding Name of the property being summarized.
|
|
1453
1453
|
*/
|
|
1454
|
-
getDetailView(item: any, binding: string): ICollectionView
|
|
1454
|
+
getDetailView(item: any, binding: string): ICollectionView<T>;
|
|
1455
1455
|
/**
|
|
1456
1456
|
* Gets an object with information about a property in the {@link pivotView} list.
|
|
1457
1457
|
*
|
|
@@ -1499,7 +1499,7 @@ export declare class PivotEngine {
|
|
|
1499
1499
|
/**
|
|
1500
1500
|
* Occurs after the value of the {@link itemsSource} property changes.
|
|
1501
1501
|
*/
|
|
1502
|
-
readonly itemsSourceChanged: Event<PivotEngine
|
|
1502
|
+
readonly itemsSourceChanged: Event<PivotEngine<any>, EventArgs>;
|
|
1503
1503
|
/**
|
|
1504
1504
|
* Raises the {@link itemsSourceChanged} event.
|
|
1505
1505
|
*/
|
|
@@ -1507,7 +1507,7 @@ export declare class PivotEngine {
|
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Occurs after the view definition changes.
|
|
1509
1509
|
*/
|
|
1510
|
-
readonly viewDefinitionChanged: Event<PivotEngine
|
|
1510
|
+
readonly viewDefinitionChanged: Event<PivotEngine<any>, EventArgs>;
|
|
1511
1511
|
/**
|
|
1512
1512
|
* Raises the {@link viewDefinitionChanged} event.
|
|
1513
1513
|
*/
|
|
@@ -1515,7 +1515,7 @@ export declare class PivotEngine {
|
|
|
1515
1515
|
/**
|
|
1516
1516
|
* Occurs when the engine starts updating the {@link pivotView} list.
|
|
1517
1517
|
*/
|
|
1518
|
-
readonly updatingView: Event<PivotEngine
|
|
1518
|
+
readonly updatingView: Event<PivotEngine<any>, ProgressEventArgs>;
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Raises the {@link updatingView} event.
|
|
1521
1521
|
*
|
|
@@ -1525,7 +1525,7 @@ export declare class PivotEngine {
|
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Occurs after the engine has finished updating the {@link pivotView} list.
|
|
1527
1527
|
*/
|
|
1528
|
-
readonly updatedView: Event<PivotEngine
|
|
1528
|
+
readonly updatedView: Event<PivotEngine<any>, EventArgs>;
|
|
1529
1529
|
/**
|
|
1530
1530
|
* Raises the {@link updatedView} event.
|
|
1531
1531
|
*/
|
|
@@ -1533,16 +1533,16 @@ export declare class PivotEngine {
|
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Occurs when there is an error getting data from the server.
|
|
1535
1535
|
*/
|
|
1536
|
-
readonly error: Event<PivotEngine
|
|
1536
|
+
readonly error: Event<PivotEngine<any>, RequestErrorEventArgs>;
|
|
1537
1537
|
/**
|
|
1538
1538
|
* Raises the {@link error} event.
|
|
1539
1539
|
*
|
|
1540
1540
|
* @param e {@link RequestErrorEventArgs} that contains information about the error.
|
|
1541
1541
|
*/
|
|
1542
1542
|
onError(e: RequestErrorEventArgs): boolean;
|
|
1543
|
-
readonly _isUpdatingChanged: Event<PivotEngine
|
|
1543
|
+
readonly _isUpdatingChanged: Event<PivotEngine<any>, EventArgs>;
|
|
1544
1544
|
_onIsUpdatingChanged(e?: EventArgs): void;
|
|
1545
|
-
readonly _hasDeferredUpdatesChanged: Event<PivotEngine
|
|
1545
|
+
readonly _hasDeferredUpdatesChanged: Event<PivotEngine<any>, EventArgs>;
|
|
1546
1546
|
_onHasDeferredUpdatesChanged(e?: EventArgs): void;
|
|
1547
1547
|
_copy(key: string, value: any): boolean;
|
|
1548
1548
|
_getKey(keyString: string): _PivotKey;
|
|
@@ -1629,7 +1629,7 @@ export declare class _ListContextMenu extends Menu {
|
|
|
1629
1629
|
* Use the {@link itemsSource} property to set the source data, and the {@link pivotView}
|
|
1630
1630
|
* property to get the output table containing the summarized data.
|
|
1631
1631
|
*/
|
|
1632
|
-
export declare class PivotPanel extends Control {
|
|
1632
|
+
export declare class PivotPanel<T = any> extends Control {
|
|
1633
1633
|
private _ng;
|
|
1634
1634
|
private _dFields;
|
|
1635
1635
|
private _dFilters;
|
|
@@ -1683,11 +1683,11 @@ export declare class PivotPanel extends Control {
|
|
|
1683
1683
|
/**
|
|
1684
1684
|
* Gets the {@link ICollectionView} that contains the raw data.
|
|
1685
1685
|
*/
|
|
1686
|
-
readonly collectionView: ICollectionView
|
|
1686
|
+
readonly collectionView: ICollectionView<T>;
|
|
1687
1687
|
/**
|
|
1688
1688
|
* Gets the {@link ICollectionView} containing the output pivot view.
|
|
1689
1689
|
*/
|
|
1690
|
-
readonly pivotView: ICollectionView
|
|
1690
|
+
readonly pivotView: ICollectionView<T>;
|
|
1691
1691
|
/**
|
|
1692
1692
|
* Gets or sets a value that determines whether the engine should populate
|
|
1693
1693
|
* the {@link fields} collection automatically based on the {@link itemsSource}.
|
|
@@ -1771,7 +1771,7 @@ export declare class PivotPanel extends Control {
|
|
|
1771
1771
|
/**
|
|
1772
1772
|
* Occurs after the value of the {@link deferredUpdate} property changes.
|
|
1773
1773
|
*/
|
|
1774
|
-
readonly deferredUpdateChanged: Event<PivotPanel
|
|
1774
|
+
readonly deferredUpdateChanged: Event<PivotPanel<any>, EventArgs>;
|
|
1775
1775
|
/**
|
|
1776
1776
|
* Raises the {@link deferredUpdateChanged} event.
|
|
1777
1777
|
*/
|
|
@@ -1779,7 +1779,7 @@ export declare class PivotPanel extends Control {
|
|
|
1779
1779
|
/**
|
|
1780
1780
|
* Occurs after the value of the {@link itemsSource} property changes.
|
|
1781
1781
|
*/
|
|
1782
|
-
readonly itemsSourceChanged: Event<PivotPanel
|
|
1782
|
+
readonly itemsSourceChanged: Event<PivotPanel<any>, EventArgs>;
|
|
1783
1783
|
/**
|
|
1784
1784
|
* Raises the {@link itemsSourceChanged} event.
|
|
1785
1785
|
*/
|
|
@@ -1787,7 +1787,7 @@ export declare class PivotPanel extends Control {
|
|
|
1787
1787
|
/**
|
|
1788
1788
|
* Occurs after the view definition changes.
|
|
1789
1789
|
*/
|
|
1790
|
-
readonly viewDefinitionChanged: Event<PivotPanel
|
|
1790
|
+
readonly viewDefinitionChanged: Event<PivotPanel<any>, EventArgs>;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Raises the {@link viewDefinitionChanged} event.
|
|
1793
1793
|
*/
|
|
@@ -1795,7 +1795,7 @@ export declare class PivotPanel extends Control {
|
|
|
1795
1795
|
/**
|
|
1796
1796
|
* Occurs when the engine starts updating the {@link pivotView} list.
|
|
1797
1797
|
*/
|
|
1798
|
-
readonly updatingView: Event<PivotPanel
|
|
1798
|
+
readonly updatingView: Event<PivotPanel<any>, EventArgs>;
|
|
1799
1799
|
/**
|
|
1800
1800
|
* Raises the {@link updatingView} event.
|
|
1801
1801
|
*
|
|
@@ -1805,7 +1805,7 @@ export declare class PivotPanel extends Control {
|
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Occurs after the engine has finished updating the {@link pivotView} list.
|
|
1807
1807
|
*/
|
|
1808
|
-
readonly updatedView: Event<PivotPanel
|
|
1808
|
+
readonly updatedView: Event<PivotPanel<any>, EventArgs>;
|
|
1809
1809
|
/**
|
|
1810
1810
|
* Raises the {@link updatedView} event.
|
|
1811
1811
|
*/
|
|
@@ -1837,7 +1837,7 @@ export declare class PivotPanel extends Control {
|
|
|
1837
1837
|
* To use this control, set its {@link itemsSource} property to an instance of a
|
|
1838
1838
|
* {@link PivotPanel} control or to a {@link PivotEngine}.
|
|
1839
1839
|
*/
|
|
1840
|
-
export declare class PivotGrid extends FlexGrid {
|
|
1840
|
+
export declare class PivotGrid<T = any> extends FlexGrid {
|
|
1841
1841
|
private _ng;
|
|
1842
1842
|
private _htDown;
|
|
1843
1843
|
private _showDetailOnDoubleClick;
|
|
@@ -1854,7 +1854,7 @@ export declare class PivotGrid extends FlexGrid {
|
|
|
1854
1854
|
private _dlgDetail;
|
|
1855
1855
|
private _outlineMode;
|
|
1856
1856
|
private _ignoreClick;
|
|
1857
|
-
_colRowFields: Map<Column, PivotField
|
|
1857
|
+
_colRowFields: Map<Column, PivotField<any>>;
|
|
1858
1858
|
private _prevCulture;
|
|
1859
1859
|
static _WJC_COLLAPSE: string;
|
|
1860
1860
|
static _WJC_DISABLED: string;
|
|
@@ -1887,7 +1887,7 @@ export declare class PivotGrid extends FlexGrid {
|
|
|
1887
1887
|
* control. For example, this code disables the default animations used when
|
|
1888
1888
|
* showing and hiding the detail dialog:
|
|
1889
1889
|
*
|
|
1890
|
-
* ```
|
|
1890
|
+
* ```typescript
|
|
1891
1891
|
* let dlg = thePivotGrid.detailDialog;
|
|
1892
1892
|
* dlg.fadeIn = false;
|
|
1893
1893
|
* dlg.fadeOut = false;
|
|
@@ -1969,7 +1969,7 @@ export declare class PivotGrid extends FlexGrid {
|
|
|
1969
1969
|
* For example:
|
|
1970
1970
|
*
|
|
1971
1971
|
* ```typescript
|
|
1972
|
-
* import { PivotEngine, ShowTotals} from '@
|
|
1972
|
+
* import { PivotEngine, ShowTotals} from '@mescius/wijmo.olap';
|
|
1973
1973
|
* let theEngine = new PivotEngine({
|
|
1974
1974
|
* showRowTotals: ShowTotals.Subtotals,
|
|
1975
1975
|
* totalsBeforeData: true,
|
|
@@ -2006,7 +2006,7 @@ export declare class PivotGrid extends FlexGrid {
|
|
|
2006
2006
|
* @param row Index of the row that contains the cell.
|
|
2007
2007
|
* @param col Index of the column that contains the cell.
|
|
2008
2008
|
*/
|
|
2009
|
-
getDetailView(row: number, col: number): ICollectionView
|
|
2009
|
+
getDetailView(row: number, col: number): ICollectionView<T>;
|
|
2010
2010
|
/**
|
|
2011
2011
|
* Shows a dialog containing details for a given grid cell.
|
|
2012
2012
|
*
|
|
@@ -2032,7 +2032,7 @@ export declare class PivotGrid extends FlexGrid {
|
|
|
2032
2032
|
collapseColumnsToLevel(level: number): void;
|
|
2033
2033
|
_getQuickAutoSize(): boolean;
|
|
2034
2034
|
_bindGrid(full: boolean): void;
|
|
2035
|
-
protected _getCollectionView(value: any): ICollectionView
|
|
2035
|
+
protected _getCollectionView(value: any): ICollectionView<T>;
|
|
2036
2036
|
refresh(fullUpdate?: boolean): void;
|
|
2037
2037
|
onItemsSourceChanged(e?: EventArgs): void;
|
|
2038
2038
|
onResizedColumn(e: CellRangeEventArgs): void;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.olap",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.20241.3-rc",
|
|
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.
|
|
11
|
-
"@mescius/wijmo.input": "5.
|
|
12
|
-
"@mescius/wijmo.chart": "5.
|
|
13
|
-
"@mescius/wijmo.grid": "5.
|
|
14
|
-
"@mescius/wijmo.grid.filter": "5.
|
|
10
|
+
"@mescius/wijmo": "5.20241.3-rc",
|
|
11
|
+
"@mescius/wijmo.input": "5.20241.3-rc",
|
|
12
|
+
"@mescius/wijmo.chart": "5.20241.3-rc",
|
|
13
|
+
"@mescius/wijmo.grid": "5.20241.3-rc",
|
|
14
|
+
"@mescius/wijmo.grid.filter": "5.20241.3-rc"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
17
17
|
"bugs": {
|