@progress/kendo-angular-pivotgrid 1.1.2 → 11.0.0-develop.79
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/NOTICE.txt +3 -3
- package/configurator/chip-kb-nav.directive.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-container.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-filter.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-item-base.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-item-content-template.directive.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-item.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-item.directive.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-sort.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu.module.d.ts +1 -1
- package/configurator/chip-menu/chip-menu.service.d.ts +1 -1
- package/configurator/chip-menu/filtering/filter-menu-container.component.d.ts +4 -5
- package/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.d.ts +1 -1
- package/configurator/chip-menu/filtering/menu-tabbing.service.d.ts +1 -1
- package/configurator/chip-menu/filtering/string-filter-menu.component.d.ts +1 -1
- package/configurator/chip-menu/single-popup.service.d.ts +1 -1
- package/configurator/configurator.component.d.ts +1 -1
- package/configurator/configurator.service.d.ts +1 -1
- package/configurator/draggable.directive.d.ts +1 -1
- package/configurator/drop-cue.service.d.ts +1 -1
- package/configurator/drop-target.directive.d.ts +1 -1
- package/data-binding/base-binding-directive.d.ts +1 -1
- package/data-binding/local-binding.directive.d.ts +1 -1
- package/data-binding/olap-binding.directive.d.ts +1 -1
- package/data-binding/pivotgrid-data.service.d.ts +1 -1
- package/{esm2015/configurator/chip-kb-nav.directive.js → esm2020/configurator/chip-kb-nav.directive.mjs} +6 -5
- package/{esm2015/configurator/chip-menu/chip-menu-container.component.js → esm2020/configurator/chip-menu/chip-menu-container.component.mjs} +6 -5
- package/{esm2015/configurator/chip-menu/chip-menu-filter.component.js → esm2020/configurator/chip-menu/chip-menu-filter.component.mjs} +6 -5
- package/{esm2015/configurator/chip-menu/chip-menu-item-base.js → esm2020/configurator/chip-menu/chip-menu-item-base.mjs} +5 -4
- package/{esm2015/configurator/chip-menu/chip-menu-item-content-template.directive.js → esm2020/configurator/chip-menu/chip-menu-item-content-template.directive.mjs} +5 -5
- package/{esm2015/configurator/chip-menu/chip-menu-item.component.js → esm2020/configurator/chip-menu/chip-menu-item.component.mjs} +6 -6
- package/{esm2015/configurator/chip-menu/chip-menu-item.directive.js → esm2020/configurator/chip-menu/chip-menu-item.directive.mjs} +5 -5
- package/{esm2015/configurator/chip-menu/chip-menu-sort.component.js → esm2020/configurator/chip-menu/chip-menu-sort.component.mjs} +7 -5
- package/{esm2015/configurator/chip-menu/chip-menu.component.js → esm2020/configurator/chip-menu/chip-menu.component.mjs} +7 -5
- package/{esm2015/configurator/chip-menu/chip-menu.module.js → esm2020/configurator/chip-menu/chip-menu.module.mjs} +5 -5
- package/{esm2015/configurator/chip-menu/chip-menu.service.js → esm2020/configurator/chip-menu/chip-menu.service.mjs} +5 -4
- package/{esm2015/configurator/chip-menu/filtering/filter-menu-container.component.js → esm2020/configurator/chip-menu/filtering/filter-menu-container.component.mjs} +18 -21
- package/{esm2015/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.js → esm2020/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.mjs} +5 -4
- package/{esm2015/configurator/chip-menu/filtering/menu-tabbing.service.js → esm2020/configurator/chip-menu/filtering/menu-tabbing.service.mjs} +4 -4
- package/{esm2015/configurator/chip-menu/filtering/string-filter-menu.component.js → esm2020/configurator/chip-menu/filtering/string-filter-menu.component.mjs} +11 -8
- package/{esm2015/configurator/chip-menu/single-popup.service.js → esm2020/configurator/chip-menu/single-popup.service.mjs} +8 -7
- package/{esm2015/configurator/configurator.component.js → esm2020/configurator/configurator.component.mjs} +42 -56
- package/{esm2015/configurator/configurator.service.js → esm2020/configurator/configurator.service.mjs} +6 -5
- package/{esm2015/configurator/draggable.directive.js → esm2020/configurator/draggable.directive.mjs} +9 -8
- package/{esm2015/configurator/drop-cue.service.js → esm2020/configurator/drop-cue.service.mjs} +4 -4
- package/{esm2015/configurator/drop-target.directive.js → esm2020/configurator/drop-target.directive.mjs} +11 -10
- package/{esm2015/data-binding/base-binding-directive.js → esm2020/data-binding/base-binding-directive.mjs} +8 -7
- package/{esm2015/data-binding/local-binding.directive.js → esm2020/data-binding/local-binding.directive.mjs} +7 -6
- package/{esm2015/data-binding/olap-binding.directive.js → esm2020/data-binding/olap-binding.directive.mjs} +70 -76
- package/{esm2015/data-binding/pivotgrid-data.service.js → esm2020/data-binding/pivotgrid-data.service.mjs} +5 -5
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/{esm2015/localization/custom-messages.component.js → esm2020/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/localization/localized-messages.directive.js → esm2020/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/localization/messages.js → esm2020/localization/messages.mjs} +4 -4
- package/{esm2015/localization/pivot-localization.service.js → esm2020/localization/pivot-localization.service.mjs} +5 -4
- package/{esm2015/models/configuration-change-event.js → esm2020/models/configuration-change-event.mjs} +1 -1
- package/{esm2015/models/drop-section.js → esm2020/models/configurator-orientation.mjs} +1 -1
- package/{esm2015/models/drop-target.js → esm2020/models/configurator-position.mjs} +1 -1
- package/{esm2015/models/configurator-settings.js → esm2020/models/configurator-settings.mjs} +1 -1
- package/{esm2015/models/data-row-item.js → esm2020/models/data-row-item.mjs} +1 -1
- package/{esm2015/models/configurator-orientation.js → esm2020/models/drop-section.mjs} +1 -1
- package/{esm2015/models/configurator-position.js → esm2020/models/drop-target.mjs} +1 -1
- package/{esm2015/models/expanded-change-event.js → esm2020/models/expanded-change-event.mjs} +1 -1
- package/esm2020/models/expanded-state-action.mjs +5 -0
- package/esm2020/models/loader-settings.mjs +5 -0
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +2 -2
- package/{esm2015/pivotgrid.component.js → esm2020/pivotgrid.component.mjs} +16 -34
- package/{esm2015/pivotgrid.module.js → esm2020/pivotgrid.module.mjs} +5 -5
- package/{esm2015/kendo-angular-pivotgrid.js → esm2020/progress-kendo-angular-pivotgrid.mjs} +2 -2
- package/{esm2015/rendering/pivotgrid-cell.directive.js → esm2020/rendering/pivotgrid-cell.directive.mjs} +11 -12
- package/{esm2015/rendering/pivotgrid-table.component.js → esm2020/rendering/pivotgrid-table.component.mjs} +11 -10
- package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
- package/{esm2015/util.js → esm2020/util.mjs} +3 -3
- package/fesm2015/{kendo-angular-pivotgrid.js → progress-kendo-angular-pivotgrid.mjs} +169 -199
- package/fesm2020/progress-kendo-angular-pivotgrid.mjs +3952 -0
- package/{main.d.ts → index.d.ts} +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/localization/pivot-localization.service.d.ts +1 -1
- package/models/configuration-change-event.d.ts +1 -1
- package/models/configurator-orientation.d.ts +1 -1
- package/models/configurator-position.d.ts +1 -1
- package/models/configurator-settings.d.ts +1 -1
- package/models/data-row-item.d.ts +1 -1
- package/models/drop-section.d.ts +1 -1
- package/models/drop-target.d.ts +1 -1
- package/models/expanded-change-event.d.ts +1 -1
- package/models/expanded-state-action.d.ts +1 -1
- package/models/loader-settings.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +36 -65
- package/pivotgrid.component.d.ts +1 -2
- package/pivotgrid.module.d.ts +1 -1
- package/{kendo-angular-pivotgrid.d.ts → progress-kendo-angular-pivotgrid.d.ts} +2 -2
- package/rendering/pivotgrid-cell.directive.d.ts +1 -1
- package/rendering/pivotgrid-table.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +1 -5
- package/shared.module.d.ts +1 -1
- package/util.d.ts +1 -1
- package/bundles/kendo-angular-pivotgrid.umd.js +0 -5
- package/esm2015/models/expanded-state-action.js +0 -5
- package/esm2015/models/loader-settings.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
@@ -38,7 +38,7 @@ const packageMetadata = {
|
|
|
38
38
|
name: '@progress/kendo-angular-pivotgrid',
|
|
39
39
|
productName: 'Kendo UI for Angular',
|
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
41
|
-
publishDate:
|
|
41
|
+
publishDate: 1672320916,
|
|
42
42
|
version: '',
|
|
43
43
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
44
44
|
};
|
|
@@ -191,7 +191,7 @@ function clone(obj) {
|
|
|
191
191
|
* @hidden
|
|
192
192
|
*/
|
|
193
193
|
function cloneObject(obj, result) {
|
|
194
|
-
for (
|
|
194
|
+
for (const field in obj) {
|
|
195
195
|
if (obj.hasOwnProperty(field)) {
|
|
196
196
|
const value = obj[field];
|
|
197
197
|
result[field] = cloneValue(value, result[field]);
|
|
@@ -225,7 +225,7 @@ function cloneArray(array) {
|
|
|
225
225
|
* @hidden
|
|
226
226
|
*/
|
|
227
227
|
const swapItems = (arr, i1, i2) => {
|
|
228
|
-
|
|
228
|
+
const temp = arr[i1];
|
|
229
229
|
arr[i1] = arr[i2];
|
|
230
230
|
arr[i2] = temp;
|
|
231
231
|
};
|
|
@@ -274,9 +274,9 @@ class PivotGridDataService {
|
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
|
-
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
278
|
-
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
277
|
+
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridDataService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
278
|
+
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridDataService });
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridDataService, decorators: [{
|
|
280
280
|
type: Injectable
|
|
281
281
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { expandedStateChange: [{
|
|
282
282
|
type: Output
|
|
@@ -302,9 +302,9 @@ class PivotLocalizationService {
|
|
|
302
302
|
return this.localization.rtl;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
306
|
-
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
305
|
+
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotLocalizationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
306
|
+
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotLocalizationService });
|
|
307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotLocalizationService, decorators: [{
|
|
308
308
|
type: Injectable
|
|
309
309
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
310
310
|
|
|
@@ -342,15 +342,15 @@ class PivotGridCellDirective {
|
|
|
342
342
|
'k-pivotgrid-expanded': ((_c = this.kendoPivotGridCell) === null || _c === void 0 ? void 0 : _c.hasChildren) && this.kendoPivotGridCell.children.length,
|
|
343
343
|
'k-first': this.colIndex > 0
|
|
344
344
|
};
|
|
345
|
-
for (
|
|
345
|
+
for (const prop in classesToAdd) {
|
|
346
346
|
if (classesToAdd[prop]) {
|
|
347
347
|
this.renderer.addClass(nativeElement, prop);
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
|
-
PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
353
|
-
PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
352
|
+
PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridCellDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
|
|
353
|
+
PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: { kendoPivotGridCell: "kendoPivotGridCell", tableType: "tableType", rowIndex: "rowIndex", colIndex: "colIndex" }, host: { properties: { "class.k-pivotgrid-cell": "this.cellClass" } }, ngImport: i0, template: `
|
|
354
354
|
<span
|
|
355
355
|
*ngIf="kendoPivotGridCell.hasChildren && !kendoPivotGridCell.total"
|
|
356
356
|
class="k-icon"
|
|
@@ -362,7 +362,7 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
362
362
|
'k-i-arrow-chevron-up': expanded,
|
|
363
363
|
'k-i-arrow-chevron-down': !expanded
|
|
364
364
|
}"></span>{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}`, isInline: true, directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridCellDirective, decorators: [{
|
|
366
366
|
type: Component,
|
|
367
367
|
args: [{
|
|
368
368
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -414,8 +414,8 @@ class PivotGridTableComponent {
|
|
|
414
414
|
this.dataChangeSubs.unsubscribe();
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
418
|
-
PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
417
|
+
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridTableComponent, deps: [{ token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
|
|
418
|
+
PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: { tableType: "tableType", colWidth: "colWidth" }, ngImport: i0, template: `
|
|
419
419
|
<table
|
|
420
420
|
class="k-pivotgrid-table"
|
|
421
421
|
role="presentation">
|
|
@@ -424,10 +424,10 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
424
424
|
*ngFor="let item of headerItems;"
|
|
425
425
|
[style.width]="tableType !== 'rowHeader' ? colWidth >= 0 ? colWidth + 'px' : '200px' : undefined" />
|
|
426
426
|
</colgroup>
|
|
427
|
-
<tbody class="k-pivotgrid-tbody" role="rowgroup">
|
|
427
|
+
<tbody class="k-pivotgrid-tbody" [attr.role]="tableType === 'values' ? 'none' : 'rowgroup'">
|
|
428
428
|
<tr *ngFor="let row of rows; index as rowIndex"
|
|
429
429
|
class="k-pivotgrid-row"
|
|
430
|
-
role="row">
|
|
430
|
+
[attr.role]="tableType === 'values' ? 'none' : 'row'">
|
|
431
431
|
<ng-container *ngFor="let cell of row.cells; index as colIndex">
|
|
432
432
|
<th
|
|
433
433
|
*ngIf="cell && tableType !== 'values'"
|
|
@@ -436,7 +436,7 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
436
436
|
[colIndex]="colIndex"
|
|
437
437
|
[rowIndex]="rowIndex"
|
|
438
438
|
[attr.aria-expanded]="cell.hasChildren && cell.children.length ? 'true' : 'false'"
|
|
439
|
-
[attr.role]="tableType === 'columnHeader' ? 'columnheader' : 'rowheader'"
|
|
439
|
+
[attr.role]="tableType === 'columnHeader' ? 'columnheader' : tableType === 'rowHeader' ? 'rowheader' : 'none'"
|
|
440
440
|
[attr.id]="pivotGridId + (tableType === 'columnHeader' ? 'ch-' : 'rh-') + (rowIndex + 1) + '-' + (colIndex + 1)"></th>
|
|
441
441
|
<td
|
|
442
442
|
*ngIf="cell && tableType === 'values'"
|
|
@@ -451,7 +451,7 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
451
451
|
</tbody>
|
|
452
452
|
</table>
|
|
453
453
|
`, isInline: true, components: [{ type: PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: ["kendoPivotGridCell", "tableType", "rowIndex", "colIndex"] }], directives: [{ type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridTableComponent, decorators: [{
|
|
455
455
|
type: Component,
|
|
456
456
|
args: [{
|
|
457
457
|
selector: 'kendo-pivotgrid-table',
|
|
@@ -464,10 +464,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
464
464
|
*ngFor="let item of headerItems;"
|
|
465
465
|
[style.width]="tableType !== 'rowHeader' ? colWidth >= 0 ? colWidth + 'px' : '200px' : undefined" />
|
|
466
466
|
</colgroup>
|
|
467
|
-
<tbody class="k-pivotgrid-tbody" role="rowgroup">
|
|
467
|
+
<tbody class="k-pivotgrid-tbody" [attr.role]="tableType === 'values' ? 'none' : 'rowgroup'">
|
|
468
468
|
<tr *ngFor="let row of rows; index as rowIndex"
|
|
469
469
|
class="k-pivotgrid-row"
|
|
470
|
-
role="row">
|
|
470
|
+
[attr.role]="tableType === 'values' ? 'none' : 'row'">
|
|
471
471
|
<ng-container *ngFor="let cell of row.cells; index as colIndex">
|
|
472
472
|
<th
|
|
473
473
|
*ngIf="cell && tableType !== 'values'"
|
|
@@ -476,7 +476,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
476
476
|
[colIndex]="colIndex"
|
|
477
477
|
[rowIndex]="rowIndex"
|
|
478
478
|
[attr.aria-expanded]="cell.hasChildren && cell.children.length ? 'true' : 'false'"
|
|
479
|
-
[attr.role]="tableType === 'columnHeader' ? 'columnheader' : 'rowheader'"
|
|
479
|
+
[attr.role]="tableType === 'columnHeader' ? 'columnheader' : tableType === 'rowHeader' ? 'rowheader' : 'none'"
|
|
480
480
|
[attr.id]="pivotGridId + (tableType === 'columnHeader' ? 'ch-' : 'rh-') + (rowIndex + 1) + '-' + (colIndex + 1)"></th>
|
|
481
481
|
<td
|
|
482
482
|
*ngIf="cell && tableType === 'values'"
|
|
@@ -537,9 +537,9 @@ class ConfiguratorService {
|
|
|
537
537
|
this.configuratorStateChange.emit(this.state);
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
|
-
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
541
|
-
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
540
|
+
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfiguratorService, deps: [{ token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
541
|
+
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfiguratorService });
|
|
542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfiguratorService, decorators: [{
|
|
543
543
|
type: Injectable
|
|
544
544
|
}], ctorParameters: function () { return [{ type: PivotGridDataService }]; }, propDecorators: { configuratorStateChange: [{
|
|
545
545
|
type: Output
|
|
@@ -606,9 +606,9 @@ class DropCueService {
|
|
|
606
606
|
this.dom.style.display = '';
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
610
|
-
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
609
|
+
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
610
|
+
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropCueService });
|
|
611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropCueService, decorators: [{
|
|
612
612
|
type: Injectable
|
|
613
613
|
}] });
|
|
614
614
|
|
|
@@ -717,9 +717,9 @@ class SinglePopupService {
|
|
|
717
717
|
});
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
|
-
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
721
|
-
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
720
|
+
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SinglePopupService, deps: [{ token: i1$1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: PivotLocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
721
|
+
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SinglePopupService });
|
|
722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SinglePopupService, decorators: [{
|
|
723
723
|
type: Injectable
|
|
724
724
|
}], ctorParameters: function () { return [{ type: i1$1.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: PivotLocalizationService }]; } });
|
|
725
725
|
|
|
@@ -732,9 +732,9 @@ class MenuTabbingService {
|
|
|
732
732
|
this.isPopupOpen = false;
|
|
733
733
|
}
|
|
734
734
|
}
|
|
735
|
-
MenuTabbingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
736
|
-
MenuTabbingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
735
|
+
MenuTabbingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuTabbingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
736
|
+
MenuTabbingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuTabbingService });
|
|
737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MenuTabbingService, decorators: [{
|
|
738
738
|
type: Injectable
|
|
739
739
|
}] });
|
|
740
740
|
|
|
@@ -754,9 +754,9 @@ class ChipMenuService {
|
|
|
754
754
|
this.closeMenu.emit();
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
|
-
ChipMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
758
|
-
ChipMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
757
|
+
ChipMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuService, deps: [{ token: MenuTabbingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
758
|
+
ChipMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuService });
|
|
759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuService, decorators: [{
|
|
760
760
|
type: Injectable
|
|
761
761
|
}], ctorParameters: function () { return [{ type: MenuTabbingService }]; } });
|
|
762
762
|
|
|
@@ -831,9 +831,9 @@ class ChipMenuItemDirective {
|
|
|
831
831
|
return (this.chipMenuItems.length === 1 ? this.chipMenuItems[0] : this.chipMenuItems[1]);
|
|
832
832
|
}
|
|
833
833
|
}
|
|
834
|
-
ChipMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
835
|
-
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
834
|
+
ChipMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
835
|
+
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: { menuItemComponent: ["kendoPivotChipMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
|
836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemDirective, decorators: [{
|
|
837
837
|
type: Directive,
|
|
838
838
|
args: [{ selector: '[kendoPivotChipMenuItem]' }]
|
|
839
839
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { menuItemComponent: [{
|
|
@@ -859,11 +859,11 @@ class ChipMenuContainerComponent {
|
|
|
859
859
|
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.service.menuTabbingService.firstFocusable.focus());
|
|
860
860
|
}
|
|
861
861
|
}
|
|
862
|
-
ChipMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
863
|
-
ChipMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
862
|
+
ChipMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuContainerComponent, deps: [{ token: ChipMenuService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
863
|
+
ChipMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuContainerComponent, selector: "kendo-pivot-chipmenu-container", host: { properties: { "class.k-grid-columnmenu-popup": "this.hostClass" } }, queries: [{ propertyName: "chipMenuItems", predicate: ChipMenuItemDirective, descendants: true }], ngImport: i0, template: `
|
|
864
864
|
<ng-content></ng-content>
|
|
865
865
|
`, isInline: true });
|
|
866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuContainerComponent, decorators: [{
|
|
867
867
|
type: Component,
|
|
868
868
|
args: [{
|
|
869
869
|
selector: 'kendo-pivot-chipmenu-container',
|
|
@@ -895,9 +895,9 @@ class ChipMenuItemBase {
|
|
|
895
895
|
this.service.close();
|
|
896
896
|
}
|
|
897
897
|
}
|
|
898
|
-
ChipMenuItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
899
|
-
ChipMenuItemBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
898
|
+
ChipMenuItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
899
|
+
ChipMenuItemBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuItemBase, selector: "kendo-pivot-chip-menu-item-base", inputs: { service: "service" }, host: { properties: { "class.k-columnmenu-item-wrapper": "this.hostClass" } }, ngImport: i0, template: ``, isInline: true });
|
|
900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemBase, decorators: [{
|
|
901
901
|
type: Component,
|
|
902
902
|
args: [{
|
|
903
903
|
selector: 'kendo-pivot-chip-menu-item-base',
|
|
@@ -921,16 +921,18 @@ class ChipMenuItemContentTemplateDirective {
|
|
|
921
921
|
this.templateRef = templateRef;
|
|
922
922
|
}
|
|
923
923
|
}
|
|
924
|
-
ChipMenuItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
925
|
-
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
924
|
+
ChipMenuItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
925
|
+
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuItemContentTemplateDirective, selector: "[kendoPivotChipMenuItemContentTemplate]", ngImport: i0 });
|
|
926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemContentTemplateDirective, decorators: [{
|
|
927
927
|
type: Directive,
|
|
928
928
|
args: [{
|
|
929
929
|
selector: '[kendoPivotChipMenuItemContentTemplate]'
|
|
930
930
|
}]
|
|
931
|
-
}], ctorParameters: function () {
|
|
932
|
-
|
|
933
|
-
|
|
931
|
+
}], ctorParameters: function () {
|
|
932
|
+
return [{ type: i0.TemplateRef, decorators: [{
|
|
933
|
+
type: Optional
|
|
934
|
+
}] }];
|
|
935
|
+
} });
|
|
934
936
|
|
|
935
937
|
/**
|
|
936
938
|
* @hidden
|
|
@@ -977,8 +979,8 @@ class ChipMenuItemComponent {
|
|
|
977
979
|
this.contentState = this.expanded ? 'expanded' : 'collapsed';
|
|
978
980
|
}
|
|
979
981
|
}
|
|
980
|
-
ChipMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
981
|
-
ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
982
|
+
ChipMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
983
|
+
ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: { icon: "icon", text: "text", selected: "selected", expanded: "expanded" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ChipMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
982
984
|
<div
|
|
983
985
|
class="k-columnmenu-item"
|
|
984
986
|
(click)="onClick($event)"
|
|
@@ -990,7 +992,7 @@ ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
990
992
|
</span>
|
|
991
993
|
{{ text }}
|
|
992
994
|
</div>
|
|
993
|
-
<div *ngIf="contentTemplate" [@state]="contentState" style="
|
|
995
|
+
<div *ngIf="contentTemplate" [@state]="contentState" [style.overflow]="'hidden'" class="k-columnmenu-item-content">
|
|
994
996
|
<ng-container [ngTemplateOutlet]="contentTemplate.templateRef">
|
|
995
997
|
</ng-container>
|
|
996
998
|
<div>
|
|
@@ -1017,7 +1019,7 @@ ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1017
1019
|
])
|
|
1018
1020
|
])
|
|
1019
1021
|
] });
|
|
1020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuItemComponent, decorators: [{
|
|
1021
1023
|
type: Component,
|
|
1022
1024
|
args: [{
|
|
1023
1025
|
animations: [
|
|
@@ -1056,7 +1058,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1056
1058
|
</span>
|
|
1057
1059
|
{{ text }}
|
|
1058
1060
|
</div>
|
|
1059
|
-
<div *ngIf="contentTemplate" [@state]="contentState" style="
|
|
1061
|
+
<div *ngIf="contentTemplate" [@state]="contentState" [style.overflow]="'hidden'" class="k-columnmenu-item-content">
|
|
1060
1062
|
<ng-container [ngTemplateOutlet]="contentTemplate.templateRef">
|
|
1061
1063
|
</ng-container>
|
|
1062
1064
|
<div>
|
|
@@ -1122,8 +1124,8 @@ class ChipMenuSortComponent extends ChipMenuItemBase {
|
|
|
1122
1124
|
return [].concat(this.configuratorService.state.sort || []).find(s => s.field === this.chip.name.toString());
|
|
1123
1125
|
}
|
|
1124
1126
|
}
|
|
1125
|
-
ChipMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1126
|
-
ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1127
|
+
ChipMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuSortComponent, deps: [{ token: PivotLocalizationService }, { token: i0.Renderer2 }, { token: ConfiguratorService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1128
|
+
ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuSortComponent, selector: "kendo-pivot-chipmenu-sort", inputs: { chip: "chip" }, usesInheritance: true, ngImport: i0, template: `
|
|
1127
1129
|
<kendo-pivot-chipmenu-item
|
|
1128
1130
|
[text]="messageFor('fieldMenuSortAscendingItemLabel')"
|
|
1129
1131
|
icon="sort-asc-small"
|
|
@@ -1137,7 +1139,7 @@ ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1137
1139
|
[selected]="sortedDesc">
|
|
1138
1140
|
</kendo-pivot-chipmenu-item>
|
|
1139
1141
|
`, isInline: true, components: [{ type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "text", "selected", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
|
|
1140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuSortComponent, decorators: [{
|
|
1141
1143
|
type: Component,
|
|
1142
1144
|
args: [{
|
|
1143
1145
|
selector: 'kendo-pivot-chipmenu-sort',
|
|
@@ -1182,9 +1184,9 @@ class FilterMenuDropDownListDirective {
|
|
|
1182
1184
|
this.host.wrapper.nativeElement.removeEventListener('keydown', this.keydownHandler);
|
|
1183
1185
|
}
|
|
1184
1186
|
}
|
|
1185
|
-
FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1186
|
-
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1187
|
+
FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1$2.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1188
|
+
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
|
|
1188
1190
|
type: Directive,
|
|
1189
1191
|
args: [{ selector: '[kendoFilterMenuDropDown]' }]
|
|
1190
1192
|
}], ctorParameters: function () { return [{ type: i1$2.DropDownListComponent }]; }, propDecorators: { filterMenuDropDownLabel: [{
|
|
@@ -1221,6 +1223,7 @@ class StringFilterMenuComponent {
|
|
|
1221
1223
|
this.configuratorService = configuratorService;
|
|
1222
1224
|
this.fb = fb;
|
|
1223
1225
|
this.subscription = new Subscription();
|
|
1226
|
+
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
1224
1227
|
this.onTouched = () => { };
|
|
1225
1228
|
}
|
|
1226
1229
|
get currentFilter() {
|
|
@@ -1255,8 +1258,8 @@ class StringFilterMenuComponent {
|
|
|
1255
1258
|
this.subscription.unsubscribe();
|
|
1256
1259
|
}
|
|
1257
1260
|
}
|
|
1258
|
-
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1259
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1261
|
+
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: PivotLocalizationService }, { token: ConfiguratorService }, { token: i3$1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
1262
|
+
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: StringFilterMenuComponent, selector: "kendo-pivot-string-filter-menu", inputs: { chip: "chip", menuTabbingService: "menuTabbingService" }, providers: [{
|
|
1260
1263
|
provide: NG_VALUE_ACCESSOR,
|
|
1261
1264
|
useExisting: forwardRef(() => StringFilterMenuComponent),
|
|
1262
1265
|
multi: true
|
|
@@ -1276,8 +1279,8 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
1276
1279
|
formControlName="value"
|
|
1277
1280
|
/>
|
|
1278
1281
|
</ng-container>
|
|
1279
|
-
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i3$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.FormControlName, selector: "[formControlName]", inputs: ["
|
|
1280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1282
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i3$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i6.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i3$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }] });
|
|
1283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
|
1281
1284
|
type: Component,
|
|
1282
1285
|
args: [{
|
|
1283
1286
|
selector: 'kendo-pivot-string-filter-menu',
|
|
@@ -1327,8 +1330,6 @@ class FilterMenuContainerComponent {
|
|
|
1327
1330
|
this.actionsClass = 'k-action-buttons k-button-group';
|
|
1328
1331
|
this.menuTabbingService = menuTabbingService;
|
|
1329
1332
|
}
|
|
1330
|
-
ngOnInit() {
|
|
1331
|
-
}
|
|
1332
1333
|
ngAfterViewChecked() {
|
|
1333
1334
|
if (!this.menuTabbingService.isColumnMenu || (this.isLast && this.isExpanded)) {
|
|
1334
1335
|
this.menuTabbingService.lastFocusable = this.disabled ?
|
|
@@ -1377,14 +1378,15 @@ class FilterMenuContainerComponent {
|
|
|
1377
1378
|
return this.localization.get(localizationToken);
|
|
1378
1379
|
}
|
|
1379
1380
|
}
|
|
1380
|
-
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1381
|
-
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1381
|
+
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: PivotLocalizationService }, { token: i0.ChangeDetectorRef }, { token: MenuTabbingService }, { token: ConfiguratorService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1382
|
+
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: FilterMenuContainerComponent, selector: "kendo-pivot-filter-menu-container", inputs: { chip: "chip", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
|
1382
1383
|
MenuTabbingService
|
|
1383
1384
|
], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
|
|
1384
1385
|
<form (submit)="submit()" (reset)="reset()"
|
|
1385
1386
|
class="k-filter-menu k-group k-reset k-state-border-up">
|
|
1386
1387
|
<div class="k-filter-menu-container">
|
|
1387
1388
|
<kendo-pivot-string-filter-menu
|
|
1389
|
+
[style]="'display: flex; flex-flow: column nowrap; align-items: stretch; gap: 8px;'"
|
|
1388
1390
|
[(ngModel)]="filterDescriptorValue"
|
|
1389
1391
|
name="'filterDescriptorValue'"
|
|
1390
1392
|
[chip]="chip"
|
|
@@ -1405,8 +1407,8 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
1405
1407
|
</div>
|
|
1406
1408
|
</div>
|
|
1407
1409
|
</form>
|
|
1408
|
-
`, isInline: true,
|
|
1409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1410
|
+
`, isInline: true, components: [{ type: StringFilterMenuComponent, selector: "kendo-pivot-string-filter-menu", inputs: ["chip", "menuTabbingService"] }, { type: i5.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i3$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i3$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3$1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
|
1410
1412
|
type: Component,
|
|
1411
1413
|
args: [{
|
|
1412
1414
|
providers: [
|
|
@@ -1418,6 +1420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1418
1420
|
class="k-filter-menu k-group k-reset k-state-border-up">
|
|
1419
1421
|
<div class="k-filter-menu-container">
|
|
1420
1422
|
<kendo-pivot-string-filter-menu
|
|
1423
|
+
[style]="'display: flex; flex-flow: column nowrap; align-items: stretch; gap: 8px;'"
|
|
1421
1424
|
[(ngModel)]="filterDescriptorValue"
|
|
1422
1425
|
name="'filterDescriptorValue'"
|
|
1423
1426
|
[chip]="chip"
|
|
@@ -1438,15 +1441,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1438
1441
|
</div>
|
|
1439
1442
|
</div>
|
|
1440
1443
|
</form>
|
|
1441
|
-
|
|
1442
|
-
styles: [`
|
|
1443
|
-
kendo-pivot-string-filter-menu {
|
|
1444
|
-
display: flex;
|
|
1445
|
-
flex-flow: column nowrap;
|
|
1446
|
-
align-items: stretch;
|
|
1447
|
-
gap: 8px;
|
|
1448
|
-
}
|
|
1449
|
-
`]
|
|
1444
|
+
`
|
|
1450
1445
|
}]
|
|
1451
1446
|
}], ctorParameters: function () { return [{ type: PivotLocalizationService }, { type: i0.ChangeDetectorRef }, { type: MenuTabbingService }, { type: ConfiguratorService }]; }, propDecorators: { close: [{
|
|
1452
1447
|
type: Output
|
|
@@ -1510,8 +1505,8 @@ class ChipMenuFilterComponent extends ChipMenuItemBase {
|
|
|
1510
1505
|
return this.localization.get(localizationToken);
|
|
1511
1506
|
}
|
|
1512
1507
|
}
|
|
1513
|
-
ChipMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1514
|
-
ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1508
|
+
ChipMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuFilterComponent, deps: [{ token: PivotLocalizationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1509
|
+
ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuFilterComponent, selector: "kendo-pivot-chipmenu-filter", inputs: { chip: "chip", expanded: "expanded", isLast: "isLast" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
|
1515
1510
|
<kendo-pivot-chipmenu-item
|
|
1516
1511
|
classs="k-widget k-expander"
|
|
1517
1512
|
[text]="messageFor('fieldMenuFilterItemLabel')"
|
|
@@ -1532,7 +1527,7 @@ ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1532
1527
|
</ng-template>
|
|
1533
1528
|
</kendo-pivot-chipmenu-item>
|
|
1534
1529
|
`, isInline: true, components: [{ type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "text", "selected", "expanded"], outputs: ["itemClick", "expand", "collapse"] }, { type: FilterMenuContainerComponent, selector: "kendo-pivot-filter-menu-container", inputs: ["chip", "isLast", "isExpanded", "menuTabbingService", "actionsClass"], outputs: ["close"] }], directives: [{ type: ChipMenuItemContentTemplateDirective, selector: "[kendoPivotChipMenuItemContentTemplate]" }] });
|
|
1535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuFilterComponent, decorators: [{
|
|
1536
1531
|
type: Component,
|
|
1537
1532
|
args: [{
|
|
1538
1533
|
selector: 'kendo-pivot-chipmenu-filter',
|
|
@@ -1609,8 +1604,8 @@ class ChipMenuComponent {
|
|
|
1609
1604
|
return replaceMessagePlaceholder(localizationMsg, 'fieldName', chipName);
|
|
1610
1605
|
}
|
|
1611
1606
|
}
|
|
1612
|
-
ChipMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1613
|
-
ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
1607
|
+
ChipMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuComponent, deps: [{ token: SinglePopupService }, { token: PivotLocalizationService }, { token: ChipMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1608
|
+
ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ChipMenuComponent, selector: "kendo-pivot-chip-menu", inputs: { chip: "chip", tabIndex: "tabIndex" }, providers: [
|
|
1614
1609
|
ChipMenuService,
|
|
1615
1610
|
MenuTabbingService
|
|
1616
1611
|
], viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }], ngImport: i0, template: `
|
|
@@ -1640,7 +1635,7 @@ ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1640
1635
|
</kendo-pivot-chipmenu-container>
|
|
1641
1636
|
</ng-template>
|
|
1642
1637
|
`, isInline: true, components: [{ type: ChipMenuContainerComponent, selector: "kendo-pivot-chipmenu-container" }, { type: ChipMenuSortComponent, selector: "kendo-pivot-chipmenu-sort", inputs: ["chip"] }, { type: ChipMenuFilterComponent, selector: "kendo-pivot-chipmenu-filter", inputs: ["chip", "expanded", "isLast"], outputs: ["expand", "collapse"] }], directives: [{ type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: ["kendoPivotChipMenuItem"] }] });
|
|
1643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuComponent, decorators: [{
|
|
1644
1639
|
type: Component,
|
|
1645
1640
|
args: [{
|
|
1646
1641
|
providers: [
|
|
@@ -1742,7 +1737,7 @@ class DropTargetDirective {
|
|
|
1742
1737
|
return;
|
|
1743
1738
|
}
|
|
1744
1739
|
switch (this.elementType) {
|
|
1745
|
-
case 'chip':
|
|
1740
|
+
case 'chip': {
|
|
1746
1741
|
const rect = this.element.nativeElement.getBoundingClientRect();
|
|
1747
1742
|
const x = event.clientX - rect.left;
|
|
1748
1743
|
const direction = x < rect.width / 2 ? 'before' : 'after';
|
|
@@ -1751,6 +1746,7 @@ class DropTargetDirective {
|
|
|
1751
1746
|
this.configuratorService.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.setDropDirection, payload: direction });
|
|
1752
1747
|
}
|
|
1753
1748
|
break;
|
|
1749
|
+
}
|
|
1754
1750
|
case 'container':
|
|
1755
1751
|
case 'header':
|
|
1756
1752
|
if (singleOrNoChip && isInOwnContainer) {
|
|
@@ -1839,9 +1835,9 @@ class DropTargetDirective {
|
|
|
1839
1835
|
}
|
|
1840
1836
|
}
|
|
1841
1837
|
}
|
|
1842
|
-
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1843
|
-
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1838
|
+
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: ConfiguratorService }, { token: DropCueService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1839
|
+
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { item: "item", axes: "axes" }, ngImport: i0 });
|
|
1840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropTargetDirective, decorators: [{
|
|
1845
1841
|
type: Directive,
|
|
1846
1842
|
args: [{
|
|
1847
1843
|
selector: '[kendoDropTarget]'
|
|
@@ -1935,16 +1931,18 @@ class DraggableChipDirective {
|
|
|
1935
1931
|
this.subs.unsubscribe();
|
|
1936
1932
|
}
|
|
1937
1933
|
}
|
|
1938
|
-
DraggableChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1939
|
-
DraggableChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
1940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1934
|
+
DraggableChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DraggableChipDirective, deps: [{ token: i3.DraggableDirective, optional: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: ConfiguratorService }, { token: DropCueService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1935
|
+
DraggableChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: { item: "item" }, host: { properties: { "style.pointerEvents": "this.pointerEvents", "style.touch-action": "this.touchActions" } }, ngImport: i0 });
|
|
1936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DraggableChipDirective, decorators: [{
|
|
1941
1937
|
type: Directive,
|
|
1942
1938
|
args: [{
|
|
1943
1939
|
selector: '[kendoChipDraggable]'
|
|
1944
1940
|
}]
|
|
1945
|
-
}], ctorParameters: function () {
|
|
1946
|
-
|
|
1947
|
-
|
|
1941
|
+
}], ctorParameters: function () {
|
|
1942
|
+
return [{ type: i3.DraggableDirective, decorators: [{
|
|
1943
|
+
type: Optional
|
|
1944
|
+
}] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: ConfiguratorService }, { type: DropCueService }, { type: i0.Renderer2 }];
|
|
1945
|
+
}, propDecorators: { pointerEvents: [{
|
|
1948
1946
|
type: HostBinding,
|
|
1949
1947
|
args: ['style.pointerEvents']
|
|
1950
1948
|
}], touchActions: [{
|
|
@@ -1996,9 +1994,9 @@ class ChipKeyboardNavigationDirective {
|
|
|
1996
1994
|
this.keydownSub.unsubscribe();
|
|
1997
1995
|
}
|
|
1998
1996
|
}
|
|
1999
|
-
ChipKeyboardNavigationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2000
|
-
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1997
|
+
ChipKeyboardNavigationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipKeyboardNavigationDirective, deps: [{ token: i5.ChipComponent }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1998
|
+
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: { reorder: "reorder" }, ngImport: i0 });
|
|
1999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipKeyboardNavigationDirective, decorators: [{
|
|
2002
2000
|
type: Directive,
|
|
2003
2001
|
args: [{ selector: '[kendoChipKeyboardNavigation]' }]
|
|
2004
2002
|
}], ctorParameters: function () { return [{ type: i5.ChipComponent }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { reorder: [{
|
|
@@ -2076,7 +2074,7 @@ class PivotGridConfiguratorComponent {
|
|
|
2076
2074
|
this.subs.unsubscribe();
|
|
2077
2075
|
}
|
|
2078
2076
|
ngOnChanges(changes) {
|
|
2079
|
-
if (changes
|
|
2077
|
+
if (changes['orientation']) {
|
|
2080
2078
|
this.configuratorService.orientation = this.orientation;
|
|
2081
2079
|
}
|
|
2082
2080
|
}
|
|
@@ -2199,7 +2197,7 @@ class PivotGridConfiguratorComponent {
|
|
|
2199
2197
|
*/
|
|
2200
2198
|
isSelectable(node) {
|
|
2201
2199
|
const hasChildren = !('hierarchyUniqueName' in node) && !('aggregator' in node);
|
|
2202
|
-
return !
|
|
2200
|
+
return !((!hasChildren && !node.aggregator && !node.measure)
|
|
2203
2201
|
|| (node.type === 2)
|
|
2204
2202
|
|| node.uniqueName === '[KPIs]');
|
|
2205
2203
|
}
|
|
@@ -2300,8 +2298,8 @@ class PivotGridConfiguratorComponent {
|
|
|
2300
2298
|
(_a = this[`${targetCollectionName}sList`]) === null || _a === void 0 ? void 0 : _a.chips.last.focus();
|
|
2301
2299
|
}
|
|
2302
2300
|
}
|
|
2303
|
-
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2304
|
-
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
2301
|
+
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridConfiguratorComponent, deps: [{ token: PivotGridDataService }, { token: i1.LocalizationService }, { token: ConfiguratorService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2302
|
+
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PivotGridConfiguratorComponent, selector: "kendo-pivotgrid-configurator", inputs: { orientation: "orientation", sort: "sort", filter: "filter", navigation: "navigation" }, outputs: { close: "close" }, host: { properties: { "class.k-pivotgrid-configurator": "this.hostClass", "attr.role": "this.hostAriaRole", "attr.aria-labelledby": "this.headerTextId" } }, providers: [
|
|
2305
2303
|
ConfiguratorService,
|
|
2306
2304
|
DropCueService,
|
|
2307
2305
|
SinglePopupService
|
|
@@ -2321,11 +2319,11 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2321
2319
|
|
|
2322
2320
|
<div class="k-pivotgrid-configurator-content">
|
|
2323
2321
|
<div class="k-form" [class.k-form-horizontal]="isHorizontal">
|
|
2324
|
-
<div class="k-form-field-wrapper">
|
|
2325
|
-
<div class="k-form-field">
|
|
2322
|
+
<div class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null">
|
|
2323
|
+
<div class="k-form-field" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2326
2324
|
<span [id]="contentLabelId('fields')" class="k-label">{{messageFor('configuratorFieldsText')}}</span>
|
|
2327
2325
|
</div>
|
|
2328
|
-
<div class="k-form-field">
|
|
2326
|
+
<div class="k-form-field" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2329
2327
|
<div class="k-fields-list-wrapper">
|
|
2330
2328
|
<kendo-treeview
|
|
2331
2329
|
#treeview
|
|
@@ -2354,12 +2352,12 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2354
2352
|
</div>
|
|
2355
2353
|
</div>
|
|
2356
2354
|
|
|
2357
|
-
<div *ngIf="isHorizontal; else verticalTemplate" class="k-form-field-wrapper">
|
|
2355
|
+
<div *ngIf="isHorizontal; else verticalTemplate" class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null">
|
|
2358
2356
|
<ng-container *ngTemplateOutlet="verticalTemplate"></ng-container>
|
|
2359
2357
|
</div>
|
|
2360
2358
|
|
|
2361
2359
|
<ng-template #verticalTemplate>
|
|
2362
|
-
<div class="k-form-field" kendoDropTarget axes="columnAxes">
|
|
2360
|
+
<div class="k-form-field" kendoDropTarget axes="columnAxes" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2363
2361
|
<span [id]="contentLabelId('columns')" class="k-label">{{messageFor('configuratorColumnsText')}}</span>
|
|
2364
2362
|
</div>
|
|
2365
2363
|
|
|
@@ -2369,6 +2367,7 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2369
2367
|
kendoDropTarget
|
|
2370
2368
|
axes="columnAxes"
|
|
2371
2369
|
[attr.aria-labelledby]="headerTextId + ' ' + contentLabelId('columns')"
|
|
2370
|
+
[ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null"
|
|
2372
2371
|
>
|
|
2373
2372
|
<ng-container *ngFor="let item of state.columnAxes">
|
|
2374
2373
|
<kendo-chip *ngIf="item.name.length === 1"
|
|
@@ -2394,7 +2393,7 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2394
2393
|
<div class="k-settings-description" kendoDropTarget axes="columnAxes">{{messageFor('configuratorEmptyColumnsText')}}</div>
|
|
2395
2394
|
</ng-template>
|
|
2396
2395
|
|
|
2397
|
-
<div class="k-form-field" kendoDropTarget axes="rowAxes">
|
|
2396
|
+
<div class="k-form-field" kendoDropTarget axes="rowAxes" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2398
2397
|
<span [id]="contentLabelId('rows')" class="k-label">{{messageFor('configuratorRowsText')}}</span>
|
|
2399
2398
|
</div>
|
|
2400
2399
|
|
|
@@ -2404,6 +2403,7 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2404
2403
|
kendoDropTarget
|
|
2405
2404
|
axes="rowAxes"
|
|
2406
2405
|
[attr.aria-labelledby]="headerTextId + ' ' + contentLabelId('rows')"
|
|
2406
|
+
[ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null"
|
|
2407
2407
|
>
|
|
2408
2408
|
<ng-container *ngFor="let item of state.rowAxes">
|
|
2409
2409
|
<kendo-chip *ngIf="item.name.length === 1"
|
|
@@ -2432,12 +2432,12 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2432
2432
|
</ng-template>
|
|
2433
2433
|
</ng-template>
|
|
2434
2434
|
|
|
2435
|
-
<div *ngIf="isHorizontal; else verticalMeasuresTemplate" class="k-form-field-wrapper">
|
|
2435
|
+
<div *ngIf="isHorizontal; else verticalMeasuresTemplate" class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null" >
|
|
2436
2436
|
<ng-container *ngTemplateOutlet="verticalMeasuresTemplate"></ng-container>
|
|
2437
2437
|
</div>
|
|
2438
2438
|
|
|
2439
2439
|
<ng-template #verticalMeasuresTemplate>
|
|
2440
|
-
<div class="k-form-field" kendoDropTarget axes="measureAxes">
|
|
2440
|
+
<div class="k-form-field" kendoDropTarget axes="measureAxes" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2441
2441
|
<span [id]="contentLabelId('values')" class="k-label">{{messageFor('configuratorValuesText')}}</span>
|
|
2442
2442
|
</div>
|
|
2443
2443
|
|
|
@@ -2446,6 +2446,7 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2446
2446
|
kendoDropTarget
|
|
2447
2447
|
axes="measureAxes"
|
|
2448
2448
|
[attr.aria-labelledby]="headerTextId + ' ' + contentLabelId('values')"
|
|
2449
|
+
[ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null"
|
|
2449
2450
|
>
|
|
2450
2451
|
<kendo-chip *ngFor="let item of state.measureAxes"
|
|
2451
2452
|
kendoChipDraggable
|
|
@@ -2475,8 +2476,8 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
2475
2476
|
<button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
|
|
2476
2477
|
</div>
|
|
2477
2478
|
</div>
|
|
2478
|
-
`, isInline: true,
|
|
2479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2479
|
+
`, isInline: true, components: [{ type: i4.TreeViewComponent, selector: "kendo-treeview", inputs: ["filterInputPlaceholder", "expandDisabledNodes", "animate", "nodeTemplate", "loadMoreButtonTemplate", "trackBy", "nodes", "textField", "hasChildren", "isChecked", "isDisabled", "isExpanded", "isSelected", "isVisible", "navigable", "children", "loadOnDemand", "filterable", "filter", "size", "disableParentNodesOnly"], outputs: ["childrenLoaded", "blur", "focus", "expand", "collapse", "nodeDragStart", "nodeDrag", "filterStateChange", "nodeDrop", "nodeDragEnd", "addItem", "removeItem", "checkedChange", "selectionChange", "filterChange", "nodeClick", "nodeDblClick"], exportAs: ["kendoTreeView"] }, { type: i5.ChipListComponent, selector: "kendo-chiplist, kendo-chip-list", inputs: ["selection", "size"], outputs: ["selectedChange", "remove"] }, { type: i5.ChipComponent, selector: "kendo-chip", inputs: ["label", "icon", "svgIcon", "iconClass", "avatarClass", "selected", "removable", "removeIcon", "removeSvgIcon", "disabled", "size", "rounded", "fillMode", "themeColor"], outputs: ["remove", "contentClick"] }, { type: ChipMenuComponent, selector: "kendo-pivot-chip-menu", inputs: ["chip", "tabIndex"] }, { type: i5.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i7.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i4.ExpandDirective, selector: "[kendoTreeViewExpandable]", inputs: ["isExpanded", "expandBy", "expandOnFilter", "expandedKeys"], outputs: ["expandedKeysChange"] }, { type: i4.NodeTemplateDirective, selector: "[kendoTreeViewNodeTemplate]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["item", "axes"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: ["item"] }, { type: i3.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: ["reorder"] }] });
|
|
2480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridConfiguratorComponent, decorators: [{
|
|
2480
2481
|
type: Component,
|
|
2481
2482
|
args: [{
|
|
2482
2483
|
selector: 'kendo-pivotgrid-configurator',
|
|
@@ -2501,11 +2502,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2501
2502
|
|
|
2502
2503
|
<div class="k-pivotgrid-configurator-content">
|
|
2503
2504
|
<div class="k-form" [class.k-form-horizontal]="isHorizontal">
|
|
2504
|
-
<div class="k-form-field-wrapper">
|
|
2505
|
-
<div class="k-form-field">
|
|
2505
|
+
<div class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null">
|
|
2506
|
+
<div class="k-form-field" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2506
2507
|
<span [id]="contentLabelId('fields')" class="k-label">{{messageFor('configuratorFieldsText')}}</span>
|
|
2507
2508
|
</div>
|
|
2508
|
-
<div class="k-form-field">
|
|
2509
|
+
<div class="k-form-field" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2509
2510
|
<div class="k-fields-list-wrapper">
|
|
2510
2511
|
<kendo-treeview
|
|
2511
2512
|
#treeview
|
|
@@ -2534,12 +2535,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2534
2535
|
</div>
|
|
2535
2536
|
</div>
|
|
2536
2537
|
|
|
2537
|
-
<div *ngIf="isHorizontal; else verticalTemplate" class="k-form-field-wrapper">
|
|
2538
|
+
<div *ngIf="isHorizontal; else verticalTemplate" class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null">
|
|
2538
2539
|
<ng-container *ngTemplateOutlet="verticalTemplate"></ng-container>
|
|
2539
2540
|
</div>
|
|
2540
2541
|
|
|
2541
2542
|
<ng-template #verticalTemplate>
|
|
2542
|
-
<div class="k-form-field" kendoDropTarget axes="columnAxes">
|
|
2543
|
+
<div class="k-form-field" kendoDropTarget axes="columnAxes" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2543
2544
|
<span [id]="contentLabelId('columns')" class="k-label">{{messageFor('configuratorColumnsText')}}</span>
|
|
2544
2545
|
</div>
|
|
2545
2546
|
|
|
@@ -2549,6 +2550,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2549
2550
|
kendoDropTarget
|
|
2550
2551
|
axes="columnAxes"
|
|
2551
2552
|
[attr.aria-labelledby]="headerTextId + ' ' + contentLabelId('columns')"
|
|
2553
|
+
[ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null"
|
|
2552
2554
|
>
|
|
2553
2555
|
<ng-container *ngFor="let item of state.columnAxes">
|
|
2554
2556
|
<kendo-chip *ngIf="item.name.length === 1"
|
|
@@ -2574,7 +2576,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2574
2576
|
<div class="k-settings-description" kendoDropTarget axes="columnAxes">{{messageFor('configuratorEmptyColumnsText')}}</div>
|
|
2575
2577
|
</ng-template>
|
|
2576
2578
|
|
|
2577
|
-
<div class="k-form-field" kendoDropTarget axes="rowAxes">
|
|
2579
|
+
<div class="k-form-field" kendoDropTarget axes="rowAxes" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2578
2580
|
<span [id]="contentLabelId('rows')" class="k-label">{{messageFor('configuratorRowsText')}}</span>
|
|
2579
2581
|
</div>
|
|
2580
2582
|
|
|
@@ -2584,6 +2586,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2584
2586
|
kendoDropTarget
|
|
2585
2587
|
axes="rowAxes"
|
|
2586
2588
|
[attr.aria-labelledby]="headerTextId + ' ' + contentLabelId('rows')"
|
|
2589
|
+
[ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null"
|
|
2587
2590
|
>
|
|
2588
2591
|
<ng-container *ngFor="let item of state.rowAxes">
|
|
2589
2592
|
<kendo-chip *ngIf="item.name.length === 1"
|
|
@@ -2612,12 +2615,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2612
2615
|
</ng-template>
|
|
2613
2616
|
</ng-template>
|
|
2614
2617
|
|
|
2615
|
-
<div *ngIf="isHorizontal; else verticalMeasuresTemplate" class="k-form-field-wrapper">
|
|
2618
|
+
<div *ngIf="isHorizontal; else verticalMeasuresTemplate" class="k-form-field-wrapper" [ngStyle]="isHorizontal ? {'padding-left': 0 } : null" >
|
|
2616
2619
|
<ng-container *ngTemplateOutlet="verticalMeasuresTemplate"></ng-container>
|
|
2617
2620
|
</div>
|
|
2618
2621
|
|
|
2619
2622
|
<ng-template #verticalMeasuresTemplate>
|
|
2620
|
-
<div class="k-form-field" kendoDropTarget axes="measureAxes">
|
|
2623
|
+
<div class="k-form-field" kendoDropTarget axes="measureAxes" [style]="'padding-top: 1em; margin-top: 0;'" [ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null">
|
|
2621
2624
|
<span [id]="contentLabelId('values')" class="k-label">{{messageFor('configuratorValuesText')}}</span>
|
|
2622
2625
|
</div>
|
|
2623
2626
|
|
|
@@ -2626,6 +2629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2626
2629
|
kendoDropTarget
|
|
2627
2630
|
axes="measureAxes"
|
|
2628
2631
|
[attr.aria-labelledby]="headerTextId + ' ' + contentLabelId('values')"
|
|
2632
|
+
[ngStyle]="isHorizontal ? {'padding-top': 0, 'padding-left': '16px' } : null"
|
|
2629
2633
|
>
|
|
2630
2634
|
<kendo-chip *ngFor="let item of state.measureAxes"
|
|
2631
2635
|
kendoChipDraggable
|
|
@@ -2655,28 +2659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2655
2659
|
<button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
|
|
2656
2660
|
</div>
|
|
2657
2661
|
</div>
|
|
2658
|
-
|
|
2659
|
-
styles: [`
|
|
2660
|
-
.k-form .k-chip-list {
|
|
2661
|
-
width: 100%;
|
|
2662
|
-
}
|
|
2663
|
-
|
|
2664
|
-
.k-form .k-form-field,
|
|
2665
|
-
.k-form .k-settings-description {
|
|
2666
|
-
padding-top: 1em;
|
|
2667
|
-
margin-top: 0;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
|
-
.k-form.k-form-horizontal .k-form-field,
|
|
2671
|
-
.k-form.k-form-horizontal .k-chip-list {
|
|
2672
|
-
padding-top: 0;
|
|
2673
|
-
padding-left: 16px;
|
|
2674
|
-
}
|
|
2675
|
-
|
|
2676
|
-
.k-form.k-form-horizontal .k-form-field-wrapper {
|
|
2677
|
-
padding-left: 0;
|
|
2678
|
-
}
|
|
2679
|
-
`]
|
|
2662
|
+
`
|
|
2680
2663
|
}]
|
|
2681
2664
|
}], ctorParameters: function () { return [{ type: PivotGridDataService }, { type: i1.LocalizationService }, { type: ConfiguratorService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }]; }, propDecorators: { hostClass: [{
|
|
2682
2665
|
type: HostBinding,
|
|
@@ -2713,9 +2696,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
2713
2696
|
*/
|
|
2714
2697
|
class PivotGridMessages extends ComponentMessages {
|
|
2715
2698
|
}
|
|
2716
|
-
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2717
|
-
PivotGridMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2718
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2699
|
+
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2700
|
+
PivotGridMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PivotGridMessages, inputs: { fieldMenuFilterItemLabel: "fieldMenuFilterItemLabel", fieldMenuSortAscendingItemLabel: "fieldMenuSortAscendingItemLabel", fieldMenuSortDescendingItemLabel: "fieldMenuSortDescendingItemLabel", filterInputLabel: "filterInputLabel", filterOperatorsDropDownLabel: "filterOperatorsDropDownLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", loading: "loading", emptyCellLabel: "emptyCellLabel", configuratorButtonText: "configuratorButtonText", configuratorHeaderText: "configuratorHeaderText", configuratorFieldsText: "configuratorFieldsText", configuratorColumnsText: "configuratorColumnsText", configuratorRowsText: "configuratorRowsText", configuratorValuesText: "configuratorValuesText", configuratorCancelButtonText: "configuratorCancelButtonText", configuratorApplyButtonText: "configuratorApplyButtonText", configuratorEmptyRowsText: "configuratorEmptyRowsText", configuratorEmptyColumnsText: "configuratorEmptyColumnsText", configuratorEmptyMeasuresText: "configuratorEmptyMeasuresText", chipMenuIconTitle: "chipMenuIconTitle" }, usesInheritance: true, ngImport: i0 });
|
|
2701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridMessages, decorators: [{
|
|
2719
2702
|
type: Directive
|
|
2720
2703
|
}], propDecorators: { fieldMenuFilterItemLabel: [{
|
|
2721
2704
|
type: Input
|
|
@@ -2790,14 +2773,14 @@ class LocalizedMessagesDirective extends PivotGridMessages {
|
|
|
2790
2773
|
this.service = service;
|
|
2791
2774
|
}
|
|
2792
2775
|
}
|
|
2793
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2794
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
2776
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2777
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]", providers: [
|
|
2795
2778
|
{
|
|
2796
2779
|
provide: PivotGridMessages,
|
|
2797
2780
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2798
2781
|
}
|
|
2799
2782
|
], usesInheritance: true, ngImport: i0 });
|
|
2800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
2801
2784
|
type: Directive,
|
|
2802
2785
|
args: [{
|
|
2803
2786
|
providers: [
|
|
@@ -2830,7 +2813,6 @@ class PivotGridComponent {
|
|
|
2830
2813
|
this.localization = localization;
|
|
2831
2814
|
this.renderer = renderer;
|
|
2832
2815
|
this.hostClass = true;
|
|
2833
|
-
this.ariaRole = 'grid';
|
|
2834
2816
|
/**
|
|
2835
2817
|
* Specify the width of the column header and data cells. Value is treated as pixels [(see example)]({% slug appearance_pivotgrid %}#toc-column-headers-width).
|
|
2836
2818
|
*
|
|
@@ -3028,8 +3010,8 @@ class PivotGridComponent {
|
|
|
3028
3010
|
}
|
|
3029
3011
|
}
|
|
3030
3012
|
}
|
|
3031
|
-
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3032
|
-
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3013
|
+
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: PivotGridDataService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i3.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3014
|
+
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PivotGridComponent, selector: "kendo-pivotgrid", inputs: { loaderSettings: "loaderSettings", configurator: "configurator", columnHeadersWidth: "columnHeadersWidth", navigable: "navigable" }, host: { properties: { "class.k-d-flex": "this.hostClass", "class.k-pos-relative": "this.hostClass", "class.k-flex-row": "this.rightPositionClass", "class.k-flex-row-reverse": "this.leftPositionClass", "class.k-flex-column": "this.bottomPositionClass", "class.k-flex-column-reverse": "this.topPositionClass", "attr.dir": "this.dir" } }, providers: [
|
|
3033
3015
|
PivotGridDataService,
|
|
3034
3016
|
LocalizationService,
|
|
3035
3017
|
PivotLocalizationService,
|
|
@@ -3132,7 +3114,7 @@ PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
3132
3114
|
i18n-chipMenuIconTitle="kendo.grid.chipMenuIconTitle|The title of the field menu icon"
|
|
3133
3115
|
chipMenuIconTitle="{{ '{fieldName} Field Menu' }}"></ng-container>
|
|
3134
3116
|
|
|
3135
|
-
<div #table class="k-pivotgrid">
|
|
3117
|
+
<div #table class="k-pivotgrid" role="grid">
|
|
3136
3118
|
<span class="k-pivotgrid-empty-cell">
|
|
3137
3119
|
<span class="k-sr-only">{{messageFor('emptyCellLabel')}}</span>
|
|
3138
3120
|
</span>
|
|
@@ -3151,7 +3133,7 @@ PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
3151
3133
|
class="k-pivotgrid-values"
|
|
3152
3134
|
tableType="values"></kendo-pivotgrid-table>
|
|
3153
3135
|
|
|
3154
|
-
<div *ngIf="loading"
|
|
3136
|
+
<div *ngIf="loading" [style]="'position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);'">
|
|
3155
3137
|
<kendo-loader
|
|
3156
3138
|
[type]="loaderSettings?.type"
|
|
3157
3139
|
[themeColor]="loaderSettings?.themeColor"
|
|
@@ -3176,8 +3158,8 @@ PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
3176
3158
|
<span>{{messageFor('configuratorButtonText')}}<span class="k-icon k-i-gear k-color-inherit"></span>
|
|
3177
3159
|
</span>
|
|
3178
3160
|
</div>
|
|
3179
|
-
`, isInline: true,
|
|
3180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3161
|
+
`, isInline: true, components: [{ type: PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: ["tableType", "colWidth"] }, { type: i5$1.LoaderComponent, selector: "kendo-loader", inputs: ["type", "themeColor", "size"] }, { type: PivotGridConfiguratorComponent, selector: "kendo-pivotgrid-configurator", inputs: ["orientation", "sort", "filter", "navigation"], outputs: ["close"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridComponent, decorators: [{
|
|
3181
3163
|
type: Component,
|
|
3182
3164
|
args: [{
|
|
3183
3165
|
selector: 'kendo-pivotgrid',
|
|
@@ -3285,7 +3267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3285
3267
|
i18n-chipMenuIconTitle="kendo.grid.chipMenuIconTitle|The title of the field menu icon"
|
|
3286
3268
|
chipMenuIconTitle="{{ '{fieldName} Field Menu' }}"></ng-container>
|
|
3287
3269
|
|
|
3288
|
-
<div #table class="k-pivotgrid">
|
|
3270
|
+
<div #table class="k-pivotgrid" role="grid">
|
|
3289
3271
|
<span class="k-pivotgrid-empty-cell">
|
|
3290
3272
|
<span class="k-sr-only">{{messageFor('emptyCellLabel')}}</span>
|
|
3291
3273
|
</span>
|
|
@@ -3304,7 +3286,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3304
3286
|
class="k-pivotgrid-values"
|
|
3305
3287
|
tableType="values"></kendo-pivotgrid-table>
|
|
3306
3288
|
|
|
3307
|
-
<div *ngIf="loading"
|
|
3289
|
+
<div *ngIf="loading" [style]="'position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);'">
|
|
3308
3290
|
<kendo-loader
|
|
3309
3291
|
[type]="loaderSettings?.type"
|
|
3310
3292
|
[themeColor]="loaderSettings?.themeColor"
|
|
@@ -3329,16 +3311,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3329
3311
|
<span>{{messageFor('configuratorButtonText')}}<span class="k-icon k-i-gear k-color-inherit"></span>
|
|
3330
3312
|
</span>
|
|
3331
3313
|
</div>
|
|
3332
|
-
|
|
3333
|
-
styles: [`
|
|
3334
|
-
/** TODO: Remove if added to themes */
|
|
3335
|
-
div.k-loader {
|
|
3336
|
-
position: absolute;
|
|
3337
|
-
top: 50%;
|
|
3338
|
-
left: 50%;
|
|
3339
|
-
transform: translate(-50%, -50%);
|
|
3340
|
-
}
|
|
3341
|
-
`]
|
|
3314
|
+
`
|
|
3342
3315
|
}]
|
|
3343
3316
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: PivotGridDataService }, { type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i3.ScrollbarWidthService }]; }, propDecorators: { hostClass: [{
|
|
3344
3317
|
type: HostBinding,
|
|
@@ -3361,9 +3334,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3361
3334
|
}], dir: [{
|
|
3362
3335
|
type: HostBinding,
|
|
3363
3336
|
args: ['attr.dir']
|
|
3364
|
-
}], ariaRole: [{
|
|
3365
|
-
type: HostBinding,
|
|
3366
|
-
args: ['attr.role']
|
|
3367
3337
|
}], colHeadersTable: [{
|
|
3368
3338
|
type: ViewChild,
|
|
3369
3339
|
args: ['colHeadersTable', { read: ElementRef }]
|
|
@@ -3531,9 +3501,9 @@ class PivotBaseBindingDirective {
|
|
|
3531
3501
|
}
|
|
3532
3502
|
;
|
|
3533
3503
|
}
|
|
3534
|
-
PivotBaseBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3535
|
-
PivotBaseBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
3536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3504
|
+
PivotBaseBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotBaseBindingDirective, deps: [{ token: PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3505
|
+
PivotBaseBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PivotBaseBindingDirective, selector: "kendo-base-binding-directive", inputs: { columnAxes: "columnAxes", rowAxes: "rowAxes", measureAxes: "measureAxes", sort: "sort", filter: "filter" }, outputs: { expandChange: "expandChange", configurationChange: "configurationChange", dataLoaded: "dataLoaded" }, ngImport: i0 });
|
|
3506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotBaseBindingDirective, decorators: [{
|
|
3537
3507
|
type: Directive,
|
|
3538
3508
|
args: [{
|
|
3539
3509
|
selector: 'kendo-base-binding-directive'
|
|
@@ -3608,9 +3578,9 @@ class PivotLocalBindingDirective extends PivotBaseBindingDirective {
|
|
|
3608
3578
|
return Array.from(rootFields(axes).keys()).join(stringSeparator);
|
|
3609
3579
|
}
|
|
3610
3580
|
}
|
|
3611
|
-
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3612
|
-
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
3613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3581
|
+
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotLocalBindingDirective, deps: [{ token: PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3582
|
+
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PivotLocalBindingDirective, selector: "[kendoPivotLocalBinding]", inputs: { data: ["kendoPivotLocalBinding", "data"], dimensions: "dimensions", measures: "measures" }, exportAs: ["kendoPivotLocalBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
3583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotLocalBindingDirective, decorators: [{
|
|
3614
3584
|
type: Directive,
|
|
3615
3585
|
args: [{
|
|
3616
3586
|
selector: '[kendoPivotLocalBinding]',
|
|
@@ -3718,7 +3688,7 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
|
3718
3688
|
if (node.uniqueName === target.uniqueName) {
|
|
3719
3689
|
return node;
|
|
3720
3690
|
}
|
|
3721
|
-
|
|
3691
|
+
const result = this.getField(node.children, target);
|
|
3722
3692
|
if (result !== null) {
|
|
3723
3693
|
return result;
|
|
3724
3694
|
}
|
|
@@ -3783,9 +3753,9 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
|
3783
3753
|
}
|
|
3784
3754
|
;
|
|
3785
3755
|
}
|
|
3786
|
-
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3787
|
-
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
3788
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3756
|
+
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotOLAPBindingDirective, deps: [{ token: PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3757
|
+
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PivotOLAPBindingDirective, selector: "[kendoPivotOLAPBinding]", inputs: { url: "url", cube: "cube", catalog: "catalog" }, exportAs: ["kendoPivotOLAPBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
3758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotOLAPBindingDirective, decorators: [{
|
|
3789
3759
|
type: Directive,
|
|
3790
3760
|
args: [{
|
|
3791
3761
|
selector: '[kendoPivotOLAPBinding]',
|
|
@@ -3812,14 +3782,14 @@ class CustomMessagesComponent extends PivotGridMessages {
|
|
|
3812
3782
|
return true;
|
|
3813
3783
|
}
|
|
3814
3784
|
}
|
|
3815
|
-
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3816
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
3785
|
+
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3786
|
+
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CustomMessagesComponent, selector: "kendo-pivotgrid-messages", providers: [
|
|
3817
3787
|
{
|
|
3818
3788
|
provide: PivotGridMessages,
|
|
3819
3789
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
3820
3790
|
}
|
|
3821
3791
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
3822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
3823
3793
|
type: Component,
|
|
3824
3794
|
args: [{
|
|
3825
3795
|
providers: [
|
|
@@ -3844,19 +3814,19 @@ const MODULES = [
|
|
|
3844
3814
|
*/
|
|
3845
3815
|
class SharedModule {
|
|
3846
3816
|
}
|
|
3847
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3848
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
3817
|
+
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3818
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, imports: [CommonModule,
|
|
3849
3819
|
DropDownsModule,
|
|
3850
3820
|
InputsModule,
|
|
3851
3821
|
ButtonsModule], exports: [CommonModule,
|
|
3852
3822
|
DropDownsModule,
|
|
3853
3823
|
InputsModule,
|
|
3854
3824
|
ButtonsModule] });
|
|
3855
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3825
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, imports: [[MODULES], CommonModule,
|
|
3856
3826
|
DropDownsModule,
|
|
3857
3827
|
InputsModule,
|
|
3858
3828
|
ButtonsModule] });
|
|
3859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, decorators: [{
|
|
3860
3830
|
type: NgModule,
|
|
3861
3831
|
args: [{
|
|
3862
3832
|
imports: [MODULES],
|
|
@@ -3890,8 +3860,8 @@ class ChipMenuModule {
|
|
|
3890
3860
|
];
|
|
3891
3861
|
}
|
|
3892
3862
|
}
|
|
3893
|
-
ChipMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3894
|
-
ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
3863
|
+
ChipMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3864
|
+
ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuModule, declarations: [ChipMenuItemComponent,
|
|
3895
3865
|
ChipMenuSortComponent,
|
|
3896
3866
|
ChipMenuComponent,
|
|
3897
3867
|
ChipMenuFilterComponent,
|
|
@@ -3912,12 +3882,12 @@ ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
3912
3882
|
FilterMenuDropDownListDirective,
|
|
3913
3883
|
ChipMenuContainerComponent,
|
|
3914
3884
|
ChipMenuItemDirective] });
|
|
3915
|
-
ChipMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3885
|
+
ChipMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuModule, imports: [[
|
|
3916
3886
|
SharedModule,
|
|
3917
3887
|
ReactiveFormsModule,
|
|
3918
3888
|
FormsModule
|
|
3919
3889
|
]] });
|
|
3920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipMenuModule, decorators: [{
|
|
3921
3891
|
type: NgModule,
|
|
3922
3892
|
args: [{
|
|
3923
3893
|
declarations: [COMPONENTS],
|
|
@@ -3964,8 +3934,8 @@ const EXPORTS = [
|
|
|
3964
3934
|
*/
|
|
3965
3935
|
class PivotGridModule {
|
|
3966
3936
|
}
|
|
3967
|
-
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3968
|
-
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
3937
|
+
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3938
|
+
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridModule, declarations: [PivotGridComponent,
|
|
3969
3939
|
PivotGridTableComponent,
|
|
3970
3940
|
PivotGridConfiguratorComponent,
|
|
3971
3941
|
PivotGridCellDirective,
|
|
@@ -3986,8 +3956,8 @@ PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
3986
3956
|
PivotLocalBindingDirective,
|
|
3987
3957
|
PivotOLAPBindingDirective,
|
|
3988
3958
|
CustomMessagesComponent] });
|
|
3989
|
-
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3990
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3959
|
+
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridModule, imports: [[...IMPORTED_MODULES]] });
|
|
3960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PivotGridModule, decorators: [{
|
|
3991
3961
|
type: NgModule,
|
|
3992
3962
|
args: [{
|
|
3993
3963
|
imports: [...IMPORTED_MODULES],
|