@syncfusion/ej2-angular-pivotview 25.2.3-ngcc → 25.2.4-ngcc
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Pivot Table
|
|
6
|
+
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I583180` - The member editor dialog will now be properly closed without any script errors when the cancel button is clicked.
|
|
10
|
+
- `#F187973` - The pivot table will now be properly rendered while dynamically updating the data source with the grouping bar enabled.
|
|
11
|
+
- `#I588151` - Value sorting will now work properly after disabling the "enableSorting" property with an OLAP data source.
|
|
12
|
+
|
|
5
13
|
## 25.1.42 (2024-04-30)
|
|
6
14
|
|
|
7
15
|
### Pivot Table
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-pivotview.umd.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -40,20 +40,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
40
40
|
var inputs = ['aggregateTypes', 'allowCalculatedField', 'allowConditionalFormatting', 'allowDataCompression', 'allowDeferLayoutUpdate', 'allowDrillThrough', 'allowExcelExport', 'allowGrouping', 'allowNumberFormatting', 'allowPdfExport', 'cellTemplate', 'chartSettings', 'chartTypes', 'cssClass', 'dataSourceSettings', 'displayOption', 'editSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePaging', 'enablePersistence', 'enableRtl', 'enableValueSorting', 'enableVirtualization', 'exportAllPages', 'gridSettings', 'groupingBarSettings', 'height', 'hyperlinkSettings', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'maxRowsInDrillThrough', 'pageSettings', 'pagerSettings', 'pivotValues', 'showFieldList', 'showGroupingBar', 'showToolbar', 'showTooltip', 'showValuesButton', 'spinnerTemplate', 'toolbar', 'toolbarTemplate', 'tooltipTemplate', 'virtualScrollSettings', 'width'];
|
|
41
41
|
var outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'afterServiceInvoke', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeExport', 'beforeServiceInvoke', 'beginDrillThrough', 'calculatedFieldCreate', 'cellClick', 'cellSelected', 'cellSelecting', 'chartSeriesCreated', 'conditionalFormatting', 'created', 'dataBound', 'destroyed', 'drill', 'drillThrough', 'editCompleted', 'enginePopulated', 'enginePopulating', 'exportComplete', 'fetchReport', 'fieldDragStart', 'fieldDrop', 'fieldListRefreshed', 'fieldRemove', 'hyperlinkCellClick', 'load', 'loadReport', 'memberEditorOpen', 'memberFiltering', 'newReport', 'numberFormatting', 'onFieldDropped', 'onHeadersSort', 'onPdfCellRender', 'removeReport', 'renameReport', 'saveReport', 'toolbarClick', 'toolbarRender'];
|
|
42
42
|
var twoWays = [];
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
* ```html
|
|
46
|
-
* <ej-pivotview></ej-pivotview>
|
|
47
|
-
* ```
|
|
48
|
-
*/
|
|
49
|
-
exports.PivotViewComponent = /** @class */ (function (_super) {
|
|
43
|
+
|
|
44
|
+
exports.PivotViewComponent = (function (_super) {
|
|
50
45
|
__extends(PivotViewComponent, _super);
|
|
51
|
-
|
|
52
|
-
* @param {?} ngEle
|
|
53
|
-
* @param {?} srenderer
|
|
54
|
-
* @param {?} viewContainerRef
|
|
55
|
-
* @param {?} injector
|
|
56
|
-
*/
|
|
46
|
+
|
|
57
47
|
function PivotViewComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
58
48
|
var _this = _super.call(this) || this;
|
|
59
49
|
_this.ngEle = ngEle;
|
|
@@ -159,27 +149,19 @@ exports.PivotViewComponent = /** @class */ (function (_super) {
|
|
|
159
149
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
160
150
|
return _this;
|
|
161
151
|
}
|
|
162
|
-
|
|
163
|
-
* @return {?}
|
|
164
|
-
*/
|
|
152
|
+
|
|
165
153
|
PivotViewComponent.prototype.ngOnInit = function () {
|
|
166
154
|
this.context.ngOnInit(this);
|
|
167
155
|
};
|
|
168
|
-
|
|
169
|
-
* @return {?}
|
|
170
|
-
*/
|
|
156
|
+
|
|
171
157
|
PivotViewComponent.prototype.ngAfterViewInit = function () {
|
|
172
158
|
this.context.ngAfterViewInit(this);
|
|
173
159
|
};
|
|
174
|
-
|
|
175
|
-
* @return {?}
|
|
176
|
-
*/
|
|
160
|
+
|
|
177
161
|
PivotViewComponent.prototype.ngOnDestroy = function () {
|
|
178
162
|
this.context.ngOnDestroy(this);
|
|
179
163
|
};
|
|
180
|
-
|
|
181
|
-
* @return {?}
|
|
182
|
-
*/
|
|
164
|
+
|
|
183
165
|
PivotViewComponent.prototype.ngAfterContentChecked = function () {
|
|
184
166
|
this.context.ngAfterContentChecked(this);
|
|
185
167
|
};
|
|
@@ -195,9 +177,7 @@ exports.PivotViewComponent.decorators = [
|
|
|
195
177
|
queries: {}
|
|
196
178
|
},] },
|
|
197
179
|
];
|
|
198
|
-
|
|
199
|
-
* @nocollapse
|
|
200
|
-
*/
|
|
180
|
+
|
|
201
181
|
exports.PivotViewComponent.ctorParameters = function () { return [
|
|
202
182
|
{ type: core.ElementRef, },
|
|
203
183
|
{ type: core.Renderer2, },
|
|
@@ -223,10 +203,8 @@ exports.PivotViewComponent = __decorate([
|
|
|
223
203
|
core.ViewContainerRef,
|
|
224
204
|
core.Injector])
|
|
225
205
|
], exports.PivotViewComponent);
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
*/
|
|
229
|
-
var PivotViewModule = /** @class */ (function () {
|
|
206
|
+
|
|
207
|
+
var PivotViewModule = (function () {
|
|
230
208
|
function PivotViewModule() {
|
|
231
209
|
}
|
|
232
210
|
return PivotViewModule;
|
|
@@ -242,9 +220,7 @@ PivotViewModule.decorators = [
|
|
|
242
220
|
]
|
|
243
221
|
},] },
|
|
244
222
|
];
|
|
245
|
-
|
|
246
|
-
* @nocollapse
|
|
247
|
-
*/
|
|
223
|
+
|
|
248
224
|
PivotViewModule.ctorParameters = function () { return []; };
|
|
249
225
|
var GroupingBarService = { provide: 'PivotViewGroupingBar', useValue: ej2Pivotview.GroupingBar };
|
|
250
226
|
var FieldListService = { provide: 'PivotViewFieldList', useValue: ej2Pivotview.FieldList };
|
|
@@ -259,10 +235,8 @@ var ExcelExportService = { provide: 'PivotViewExcelExport', useValue: ej2Pivotvi
|
|
|
259
235
|
var NumberFormattingService = { provide: 'PivotViewNumberFormatting', useValue: ej2Pivotview.NumberFormatting };
|
|
260
236
|
var GroupingService = { provide: 'PivotViewGrouping', useValue: ej2Pivotview.Grouping };
|
|
261
237
|
var PagerService = { provide: 'PivotViewPager', useValue: ej2Pivotview.Pager };
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
*/
|
|
265
|
-
var PivotViewAllModule = /** @class */ (function () {
|
|
238
|
+
|
|
239
|
+
var PivotViewAllModule = (function () {
|
|
266
240
|
function PivotViewAllModule() {
|
|
267
241
|
}
|
|
268
242
|
return PivotViewAllModule;
|
|
@@ -290,9 +264,7 @@ PivotViewAllModule.decorators = [
|
|
|
290
264
|
]
|
|
291
265
|
},] },
|
|
292
266
|
];
|
|
293
|
-
|
|
294
|
-
* @nocollapse
|
|
295
|
-
*/
|
|
267
|
+
|
|
296
268
|
PivotViewAllModule.ctorParameters = function () { return []; };
|
|
297
269
|
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
298
270
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -311,20 +283,10 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
311
283
|
var inputs$1 = ['aggregateTypes', 'allowCalculatedField', 'allowDeferLayoutUpdate', 'cssClass', 'currencyCode', 'dataSourceSettings', 'enableFieldSearching', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'loadOnDemandInMemberEditor', 'locale', 'maxNodeLimitInMemberEditor', 'renderMode', 'showValuesButton', 'spinnerTemplate', 'target'];
|
|
312
284
|
var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'afterServiceInvoke', 'aggregateCellInfo', 'aggregateMenuOpen', 'beforeServiceInvoke', 'calculatedFieldCreate', 'created', 'dataBound', 'destroyed', 'enginePopulated', 'enginePopulating', 'fieldDragStart', 'fieldDrop', 'fieldRemove', 'load', 'memberEditorOpen', 'memberFiltering', 'onFieldDropped', 'onHeadersSort'];
|
|
313
285
|
var twoWays$1 = [];
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
* ```html
|
|
317
|
-
* <ej-pivotfieldlist></ej-pivotfieldlist>
|
|
318
|
-
* ```
|
|
319
|
-
*/
|
|
320
|
-
exports.PivotFieldListComponent = /** @class */ (function (_super) {
|
|
286
|
+
|
|
287
|
+
exports.PivotFieldListComponent = (function (_super) {
|
|
321
288
|
__extends(PivotFieldListComponent, _super);
|
|
322
|
-
|
|
323
|
-
* @param {?} ngEle
|
|
324
|
-
* @param {?} srenderer
|
|
325
|
-
* @param {?} viewContainerRef
|
|
326
|
-
* @param {?} injector
|
|
327
|
-
*/
|
|
289
|
+
|
|
328
290
|
function PivotFieldListComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
329
291
|
var _this = _super.call(this) || this;
|
|
330
292
|
_this.ngEle = ngEle;
|
|
@@ -346,27 +308,19 @@ exports.PivotFieldListComponent = /** @class */ (function (_super) {
|
|
|
346
308
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
347
309
|
return _this;
|
|
348
310
|
}
|
|
349
|
-
|
|
350
|
-
* @return {?}
|
|
351
|
-
*/
|
|
311
|
+
|
|
352
312
|
PivotFieldListComponent.prototype.ngOnInit = function () {
|
|
353
313
|
this.context.ngOnInit(this);
|
|
354
314
|
};
|
|
355
|
-
|
|
356
|
-
* @return {?}
|
|
357
|
-
*/
|
|
315
|
+
|
|
358
316
|
PivotFieldListComponent.prototype.ngAfterViewInit = function () {
|
|
359
317
|
this.context.ngAfterViewInit(this);
|
|
360
318
|
};
|
|
361
|
-
|
|
362
|
-
* @return {?}
|
|
363
|
-
*/
|
|
319
|
+
|
|
364
320
|
PivotFieldListComponent.prototype.ngOnDestroy = function () {
|
|
365
321
|
this.context.ngOnDestroy(this);
|
|
366
322
|
};
|
|
367
|
-
|
|
368
|
-
* @return {?}
|
|
369
|
-
*/
|
|
323
|
+
|
|
370
324
|
PivotFieldListComponent.prototype.ngAfterContentChecked = function () {
|
|
371
325
|
this.context.ngAfterContentChecked(this);
|
|
372
326
|
};
|
|
@@ -382,9 +336,7 @@ exports.PivotFieldListComponent.decorators = [
|
|
|
382
336
|
queries: {}
|
|
383
337
|
},] },
|
|
384
338
|
];
|
|
385
|
-
|
|
386
|
-
* @nocollapse
|
|
387
|
-
*/
|
|
339
|
+
|
|
388
340
|
exports.PivotFieldListComponent.ctorParameters = function () { return [
|
|
389
341
|
{ type: core.ElementRef, },
|
|
390
342
|
{ type: core.Renderer2, },
|
|
@@ -398,10 +350,8 @@ exports.PivotFieldListComponent = __decorate$1([
|
|
|
398
350
|
core.ViewContainerRef,
|
|
399
351
|
core.Injector])
|
|
400
352
|
], exports.PivotFieldListComponent);
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
*/
|
|
404
|
-
var PivotFieldListModule = /** @class */ (function () {
|
|
353
|
+
|
|
354
|
+
var PivotFieldListModule = (function () {
|
|
405
355
|
function PivotFieldListModule() {
|
|
406
356
|
}
|
|
407
357
|
return PivotFieldListModule;
|
|
@@ -417,14 +367,10 @@ PivotFieldListModule.decorators = [
|
|
|
417
367
|
]
|
|
418
368
|
},] },
|
|
419
369
|
];
|
|
420
|
-
|
|
421
|
-
* @nocollapse
|
|
422
|
-
*/
|
|
370
|
+
|
|
423
371
|
PivotFieldListModule.ctorParameters = function () { return []; };
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
*/
|
|
427
|
-
var PivotFieldListAllModule = /** @class */ (function () {
|
|
372
|
+
|
|
373
|
+
var PivotFieldListAllModule = (function () {
|
|
428
374
|
function PivotFieldListAllModule() {
|
|
429
375
|
}
|
|
430
376
|
return PivotFieldListAllModule;
|
|
@@ -438,9 +384,7 @@ PivotFieldListAllModule.decorators = [
|
|
|
438
384
|
providers: []
|
|
439
385
|
},] },
|
|
440
386
|
];
|
|
441
|
-
|
|
442
|
-
* @nocollapse
|
|
443
|
-
*/
|
|
387
|
+
|
|
444
388
|
PivotFieldListAllModule.ctorParameters = function () { return []; };
|
|
445
389
|
|
|
446
390
|
exports.PivotViewModule = PivotViewModule;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-pivotview.umd.min.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-pivotview@25.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-pivotview@25.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-vXaLMjgMngS2LueBa4Z2MBaYM8t9gFEjkEQImigQdQVZbzDn7iC692f2vUJ7SOiesr8eZR/nkY76pIEp+ZcMHg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-25.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-25.2.3.tgz",
|
|
23
|
+
"_shasum": "fa17aa2b5ea3879647d12183f2a95542f4648c3f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~25.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~25.2.4",
|
|
35
35
|
"@syncfusion/ej2-base": "~25.2.3",
|
|
36
|
-
"@syncfusion/ej2-pivotview": "25.2.
|
|
36
|
+
"@syncfusion/ej2-pivotview": "25.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"schematics": "./schematics/collection.json",
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"typings": "ej2-angular-pivotview.d.ts",
|
|
59
|
-
"version": "25.2.
|
|
59
|
+
"version": "25.2.4-ngcc"
|
|
60
60
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
|
|
2
|
-
export declare const pkgVer = "^25.
|
|
2
|
+
export declare const pkgVer = "^25.2.3";
|
|
3
3
|
export declare const moduleName = "PivotViewModule, PivotFieldListModule";
|
|
4
|
-
export declare const themeVer = "~25.
|
|
4
|
+
export declare const themeVer = "~25.2.3";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
4
|
-
exports.pkgVer = '^25.2.
|
|
4
|
+
exports.pkgVer = '^25.2.4';
|
|
5
5
|
exports.moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
6
|
-
exports.themeVer = '~25.2.
|
|
6
|
+
exports.themeVer = '~25.2.4';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-pivotview';
|
|
2
|
-
export const pkgVer = '^25.2.
|
|
2
|
+
export const pkgVer = '^25.2.4';
|
|
3
3
|
export const moduleName = 'PivotViewModule, PivotFieldListModule';
|
|
4
|
-
export const themeVer = '~25.2.
|
|
4
|
+
export const themeVer = '~25.2.4';
|