@grapecity/wijmo.olap 5.20241.7 → 5.20241.19
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/COMMERCIAL-LICENSE.html +5 -19
- package/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +12 -12
- package/index.js +1 -1
- package/package.json +6 -6
package/COMMERCIAL-LICENSE.html
CHANGED
|
@@ -143,28 +143,14 @@ other than You as a single Developer. By way of example, if a company has five
|
|
|
143
143
|
developers using the Software, the company needs to purchase five licenses,
|
|
144
144
|
irrespective of how the Software is accessed or how many installations are accessed
|
|
145
145
|
<br>
|
|
146
|
-
License to Distribute. You are licensed to distribute the SOFTWARE as an incorporated
|
|
147
|
-
part of your Applications on a royalty-free basis. Additionally, You are licensed to use
|
|
148
|
-
and to modify the source code of the SOFTWARE for use in Applications, and You ow n
|
|
149
|
-
any original work authored by you. MESCIUS retains all copyright and other intellectual
|
|
150
|
-
property rights in and to the SOFTWARE.
|
|
146
|
+
License to Distribute. You are licensed to distribute the SOFTWARE as an incorporated part of your Applications on a royalty-free basis. Additionally, You are licensed to use and to modify the source code of the SOFTWARE for use in Applications, and You own any original work authored by you. MESCIUS retains all copyright and other intellectual property rights in and to the SOFTWARE.
|
|
151
147
|
<br>
|
|
152
|
-
Limitations. You must purchase another separate license to the SOFTWARE for each
|
|
153
|
-
additional Developer. You are not licensed to move, remove, edit, or obscure any
|
|
154
|
-
copyright, trademark, attribution, warning or disclaimer notices in the SOFTWARE. You
|
|
155
|
-
may use the SOFTWARE only to create Applications that are significantly different than
|
|
156
|
-
and do not compete with the SOFTWARE. Users of your Applications are not permitted
|
|
157
|
-
to use the SOFTWARE for development purposes, unless they also purchase a separate
|
|
158
|
-
commercial license from MESCIUS for each of the users.
|
|
148
|
+
Limitations. You must purchase another separate license to the SOFTWARE for each additional Developer. You are not licensed to move, remove, edit, or obscure any copyright, trademark, attribution, warning or disclaimer notices in the SOFTWARE. You may use the SOFTWARE only to create Applications that are significantly different than and do not compete with the SOFTWARE. Users of your Applications are not permitted to use the SOFTWARE for development purposes, unless they also purchase a separate commercial license from MESCIUS for each of the users.
|
|
159
149
|
</li>
|
|
160
150
|
<li>
|
|
161
|
-
<strong>Deployment License.</strong> Subject to the terms and conditions of this EULA, You are granted
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
to be included in an encrypted distribution key. If you are unable or unwilling to specify
|
|
165
|
-
each hostname, You can pay an additional fee to obtain a key that does not require
|
|
166
|
-
hostnames. The license grant does not extend to other Company affiliates or
|
|
167
|
-
subsidiaries.
|
|
151
|
+
<strong>Deployment License.</strong> Subject to the terms and conditions of this EULA and the terms of your purchase, You are granted a Perpetual or Annual license to distribute or deploy the SOFTWARE as part of your Application. You are licensed to deploy the SOFTWARE up to the total number of hostnames, domains or desktop and mobile applications included in your purchase. The license grant does not extend to other Company affiliates or subsidiaries.
|
|
152
|
+
<br>
|
|
153
|
+
A Unique Deployment License Key(s) will be generated for your site(s) or application(s).
|
|
168
154
|
</li>
|
|
169
155
|
<li><strong>Source Code License.</strong> This section applies only to a Source Code License. Subject to the
|
|
170
156
|
terms and conditions of this EULA, if You separately acquire a Source Code License, You
|
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.
|
|
3
|
+
* Wijmo Library 5.20241.19
|
|
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 '@grapecity/wijmo';
|
|
35
|
+
import { FilterType, ValueFilter, ConditionFilter, ValueFilterEditor } from '@grapecity/wijmo.grid.filter';
|
|
36
|
+
import { Popup, Menu, ListBox } from '@grapecity/wijmo.input';
|
|
37
|
+
import { FlexGrid, FormatItemEventArgs, MergeManager, GridPanel, CellRange, Column, CellRangeEventArgs } from '@grapecity/wijmo.grid';
|
|
38
|
+
import { Stacking, FlexChart, FlexPie, Position, ImageFormat } from '@grapecity/wijmo.chart';
|
|
39
|
+
import * as selfModule from '@grapecity/wijmo.olap';
|
|
40
40
|
/**
|
|
41
41
|
* Generates MDX queries for the {@link _SqlServerConnection} class.
|
|
42
42
|
*/
|
|
@@ -1072,7 +1072,7 @@ export declare class PivotEngine<T = any> {
|
|
|
1072
1072
|
* For example:
|
|
1073
1073
|
*
|
|
1074
1074
|
* ```typescript
|
|
1075
|
-
* import { PivotEngine } from '@
|
|
1075
|
+
* import { PivotEngine } from '@grapecity/wijmo.olap';
|
|
1076
1076
|
* let ng = PivotEngine({
|
|
1077
1077
|
* itemsSource = getDataArray(1000);
|
|
1078
1078
|
* });
|
|
@@ -1088,7 +1088,7 @@ export declare class PivotEngine<T = any> {
|
|
|
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 '@grapecity/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<T = any> {
|
|
|
1120
1120
|
* For example:
|
|
1121
1121
|
*
|
|
1122
1122
|
* ```typescript
|
|
1123
|
-
* import { PivotEngine } from '@
|
|
1123
|
+
* import { PivotEngine } from '@grapecity/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
|
* });
|
|
@@ -1274,7 +1274,7 @@ export declare class PivotEngine<T = any> {
|
|
|
1274
1274
|
* {@link valueFields} lists.
|
|
1275
1275
|
*
|
|
1276
1276
|
* ```typescript
|
|
1277
|
-
* import { PivotEngine } from '@
|
|
1277
|
+
* import { PivotEngine } from '@grapecity/wijmo.olap';
|
|
1278
1278
|
|
|
1279
1279
|
* // create pivot engine
|
|
1280
1280
|
* let pe = new PivotEngine();
|
|
@@ -1969,7 +1969,7 @@ export declare class PivotGrid<T = any> extends FlexGrid {
|
|
|
1969
1969
|
* For example:
|
|
1970
1970
|
*
|
|
1971
1971
|
* ```typescript
|
|
1972
|
-
* import { PivotEngine, ShowTotals} from '@
|
|
1972
|
+
* import { PivotEngine, ShowTotals} from '@grapecity/wijmo.olap';
|
|
1973
1973
|
* let theEngine = new PivotEngine({
|
|
1974
1974
|
* showRowTotals: ShowTotals.Subtotals,
|
|
1975
1975
|
* totalsBeforeData: true,
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grapecity/wijmo.olap",
|
|
3
|
-
"version": "5.20241.
|
|
3
|
+
"version": "5.20241.19",
|
|
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
|
-
"@grapecity/wijmo": "5.20241.
|
|
11
|
-
"@grapecity/wijmo.input": "5.20241.
|
|
12
|
-
"@grapecity/wijmo.chart": "5.20241.
|
|
13
|
-
"@grapecity/wijmo.grid": "5.20241.
|
|
14
|
-
"@grapecity/wijmo.grid.filter": "5.20241.
|
|
10
|
+
"@grapecity/wijmo": "5.20241.19",
|
|
11
|
+
"@grapecity/wijmo.input": "5.20241.19",
|
|
12
|
+
"@grapecity/wijmo.chart": "5.20241.19",
|
|
13
|
+
"@grapecity/wijmo.grid": "5.20241.19",
|
|
14
|
+
"@grapecity/wijmo.grid.filter": "5.20241.19"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
17
17
|
"bugs": {
|