@progress/kendo-angular-pivotgrid 16.0.0-develop.2 → 16.0.0-develop.4
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/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-reorder.component.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/filtering/filter-menu-container.component.d.ts +1 -1
- package/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.d.ts +1 -1
- package/configurator/chip-menu/filtering/string-filter-menu.component.d.ts +1 -1
- package/configurator/configurator.component.d.ts +1 -1
- package/configurator/draggable.directive.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/esm2020/configurator/chip-kb-nav.directive.mjs +3 -3
- package/esm2020/configurator/chip-menu/chip-menu-container.component.mjs +3 -3
- package/esm2020/configurator/chip-menu/chip-menu-filter.component.mjs +6 -6
- package/esm2020/configurator/chip-menu/chip-menu-item-base.mjs +3 -3
- package/esm2020/configurator/chip-menu/chip-menu-item-content-template.directive.mjs +3 -3
- package/esm2020/configurator/chip-menu/chip-menu-item.component.mjs +6 -6
- package/esm2020/configurator/chip-menu/chip-menu-item.directive.mjs +3 -3
- package/esm2020/configurator/chip-menu/chip-menu-reorder.component.mjs +6 -6
- package/esm2020/configurator/chip-menu/chip-menu-sort.component.mjs +4 -4
- package/esm2020/configurator/chip-menu/chip-menu.component.mjs +9 -9
- package/esm2020/configurator/chip-menu/chip-menu.module.mjs +6 -8
- package/esm2020/configurator/chip-menu/chip-menu.service.mjs +3 -3
- package/esm2020/configurator/chip-menu/filtering/filter-menu-container.component.mjs +6 -6
- package/esm2020/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.mjs +3 -3
- package/esm2020/configurator/chip-menu/filtering/menu-tabbing.service.mjs +3 -3
- package/esm2020/configurator/chip-menu/filtering/string-filter-menu.component.mjs +6 -6
- package/esm2020/configurator/chip-menu/single-popup.service.mjs +3 -3
- package/esm2020/configurator/configurator.component.mjs +7 -12
- package/esm2020/configurator/configurator.service.mjs +3 -3
- package/esm2020/configurator/draggable.directive.mjs +3 -3
- package/esm2020/configurator/drop-cue.service.mjs +3 -3
- package/esm2020/configurator/drop-target.directive.mjs +3 -3
- package/esm2020/data-binding/base-binding-directive.mjs +3 -4
- package/esm2020/data-binding/local-binding.directive.mjs +3 -3
- package/esm2020/data-binding/olap-binding.directive.mjs +3 -7
- package/esm2020/data-binding/pivotgrid-data.service.mjs +3 -3
- package/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/localization/pivot-localization.service.mjs +3 -3
- package/esm2020/models/configuration-change-event.mjs +0 -1
- package/esm2020/models/data-row-item.mjs +0 -1
- package/esm2020/models/expanded-change-event.mjs +0 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pivotgrid.component.mjs +10 -12
- package/esm2020/pivotgrid.module.mjs +4 -4
- package/esm2020/rendering/pivotgrid-cell.directive.mjs +6 -6
- package/esm2020/rendering/pivotgrid-table.component.mjs +6 -6
- package/esm2020/rendering/templates/pivotgrid-cell-template.directive.mjs +3 -3
- package/esm2020/rendering/templates/pivotgrid-column-header-cell-template.directive.mjs +3 -3
- package/esm2020/rendering/templates/pivotgrid-row-header-cell-template.directive.mjs +3 -3
- package/esm2020/rendering/templates/pivotgrid-value-cell-template.directive.mjs +3 -3
- package/esm2020/shared.module.mjs +4 -4
- package/fesm2015/progress-kendo-angular-pivotgrid.mjs +366 -382
- package/fesm2020/progress-kendo-angular-pivotgrid.mjs +363 -379
- 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/package.json +19 -19
- package/pivotgrid.component.d.ts +1 -1
- package/rendering/pivotgrid-cell.directive.d.ts +1 -1
- package/rendering/pivotgrid-table.component.d.ts +1 -1
- package/rendering/templates/pivotgrid-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-column-header-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-row-header-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-value-cell-template.directive.d.ts +1 -1
- package/schematics/ngAdd/index.js +1 -1
- package/progress-kendo-angular-pivotgrid.d.ts +0 -9
@@ -3,7 +3,7 @@
|
|
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';
|
6
|
-
import { EventEmitter, Injectable, Output, Directive, Component, HostBinding, Input,
|
6
|
+
import { EventEmitter, Injectable, Output, Directive, Component, HostBinding, Input, isDevMode, Optional, ContentChild, forwardRef, ViewChild, ContentChildren, ElementRef, NgModule } from '@angular/core';
|
7
7
|
import { validatePackage } from '@progress/kendo-licensing';
|
8
8
|
import * as i1$1 from '@progress/kendo-angular-common';
|
9
9
|
import { isDocumentAvailable, PreventableEvent, Keys, isChanged, hasObservers, anyChanged, EventsModule, DraggableModule } from '@progress/kendo-angular-common';
|
@@ -14,15 +14,15 @@ import { take, tap, mergeMap, merge } from 'rxjs/operators';
|
|
14
14
|
import * as i1 from '@progress/kendo-angular-l10n';
|
15
15
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
16
16
|
import { chevronUpIcon, chevronDownIcon, sortAscSmallIcon, sortDescSmallIcon, filterIcon, columnsIcon, rowsIcon, arrowLeftIcon, arrowRightIcon, moreVerticalIcon, gearIcon } from '@progress/kendo-svg-icons';
|
17
|
-
import * as
|
18
|
-
import {
|
17
|
+
import * as i4$2 from '@progress/kendo-angular-indicators';
|
18
|
+
import { IndicatorsModule } from '@progress/kendo-angular-indicators';
|
19
19
|
import * as i7 from '@angular/common';
|
20
20
|
import { CommonModule } from '@angular/common';
|
21
|
-
import * as
|
21
|
+
import * as i4 from '@progress/kendo-angular-icons';
|
22
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
23
|
+
import * as i9 from '@progress/kendo-angular-buttons';
|
22
24
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
23
|
-
import * as
|
24
|
-
import { IndicatorsModule } from '@progress/kendo-angular-indicators';
|
25
|
-
import * as i4 from '@progress/kendo-angular-treeview';
|
25
|
+
import * as i4$1 from '@progress/kendo-angular-treeview';
|
26
26
|
import { TreeViewComponent, TreeViewModule } from '@progress/kendo-angular-treeview';
|
27
27
|
import * as i1$2 from '@progress/kendo-angular-popup';
|
28
28
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
@@ -30,7 +30,7 @@ import * as i3 from '@angular/forms';
|
|
30
30
|
import { NG_VALUE_ACCESSOR, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
31
31
|
import * as i1$3 from '@progress/kendo-angular-dropdowns';
|
32
32
|
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
33
|
-
import * as
|
33
|
+
import * as i5 from '@progress/kendo-angular-inputs';
|
34
34
|
import { InputsModule } from '@progress/kendo-angular-inputs';
|
35
35
|
|
36
36
|
/**
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
40
40
|
name: '@progress/kendo-angular-pivotgrid',
|
41
41
|
productName: 'Kendo UI for Angular',
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
43
|
-
publishDate:
|
44
|
-
version: '16.0.0-develop.
|
43
|
+
publishDate: 1714109761,
|
44
|
+
version: '16.0.0-develop.4',
|
45
45
|
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'
|
46
46
|
};
|
47
47
|
|
@@ -285,9 +285,9 @@ class PivotGridDataService {
|
|
285
285
|
}
|
286
286
|
}
|
287
287
|
}
|
288
|
-
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
289
|
-
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
288
|
+
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
289
|
+
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService });
|
290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService, decorators: [{
|
291
291
|
type: Injectable
|
292
292
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { expandedStateChange: [{
|
293
293
|
type: Output
|
@@ -313,9 +313,9 @@ class PivotLocalizationService {
|
|
313
313
|
return this.localization.rtl;
|
314
314
|
}
|
315
315
|
}
|
316
|
-
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
317
|
-
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
316
|
+
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
317
|
+
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService });
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService, decorators: [{
|
319
319
|
type: Injectable
|
320
320
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
321
321
|
|
@@ -346,9 +346,9 @@ class CellTemplateDirective {
|
|
346
346
|
this.templateRef = templateRef;
|
347
347
|
}
|
348
348
|
}
|
349
|
-
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
350
|
-
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
349
|
+
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
350
|
+
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CellTemplateDirective, selector: "[kendoPivotGridCellTemplate]", ngImport: i0 });
|
351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
352
352
|
type: Directive,
|
353
353
|
args: [{
|
354
354
|
selector: '[kendoPivotGridCellTemplate]'
|
@@ -381,9 +381,9 @@ class ValueCellTemplateDirective {
|
|
381
381
|
this.templateRef = templateRef;
|
382
382
|
}
|
383
383
|
}
|
384
|
-
ValueCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
385
|
-
ValueCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
384
|
+
ValueCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
385
|
+
ValueCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ValueCellTemplateDirective, selector: "[kendoPivotGridValueCellTemplate]", ngImport: i0 });
|
386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueCellTemplateDirective, decorators: [{
|
387
387
|
type: Directive,
|
388
388
|
args: [{
|
389
389
|
selector: '[kendoPivotGridValueCellTemplate]'
|
@@ -417,9 +417,9 @@ class RowHeaderCellTemplateDirective {
|
|
417
417
|
this.templateRef = templateRef;
|
418
418
|
}
|
419
419
|
}
|
420
|
-
RowHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
421
|
-
RowHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
420
|
+
RowHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowHeaderCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
421
|
+
RowHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RowHeaderCellTemplateDirective, selector: "[kendoPivotGridRowHeaderCellTemplate]", ngImport: i0 });
|
422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowHeaderCellTemplateDirective, decorators: [{
|
423
423
|
type: Directive,
|
424
424
|
args: [{
|
425
425
|
selector: '[kendoPivotGridRowHeaderCellTemplate]'
|
@@ -453,9 +453,9 @@ class ColumnHeaderCellTemplateDirective {
|
|
453
453
|
this.templateRef = templateRef;
|
454
454
|
}
|
455
455
|
}
|
456
|
-
ColumnHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
457
|
-
ColumnHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
456
|
+
ColumnHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnHeaderCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
457
|
+
ColumnHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ColumnHeaderCellTemplateDirective, selector: "[kendoPivotGridColumnHeaderCellTemplate]", ngImport: i0 });
|
458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnHeaderCellTemplateDirective, decorators: [{
|
459
459
|
type: Directive,
|
460
460
|
args: [{
|
461
461
|
selector: '[kendoPivotGridColumnHeaderCellTemplate]'
|
@@ -508,8 +508,8 @@ class PivotGridCellDirective {
|
|
508
508
|
}
|
509
509
|
}
|
510
510
|
}
|
511
|
-
PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
512
|
-
PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
511
|
+
PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridCellDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
|
512
|
+
PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: { kendoPivotGridCell: "kendoPivotGridCell", tableType: "tableType", rowIndex: "rowIndex", colIndex: "colIndex", customCellTemplate: "customCellTemplate", valueCellTemplate: "valueCellTemplate", rowHeaderCellTemplate: "rowHeaderCellTemplate", columnHeaderCellTemplate: "columnHeaderCellTemplate" }, host: { properties: { "class.k-pivotgrid-cell": "this.cellClass" } }, ngImport: i0, template: `
|
513
513
|
<kendo-icon-wrapper
|
514
514
|
*ngIf="kendoPivotGridCell.hasChildren && !kendoPivotGridCell.total"
|
515
515
|
aria-hidden="true"
|
@@ -569,8 +569,8 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
569
569
|
<span *ngIf="!customCellTemplate && isNotProvidedCellTemplatePerType">
|
570
570
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}
|
571
571
|
</span>
|
572
|
-
`, isInline: true,
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
572
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: i9.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
|
573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridCellDirective, decorators: [{
|
574
574
|
type: Component,
|
575
575
|
args: [{
|
576
576
|
// eslint-disable-next-line @angular-eslint/component-selector
|
@@ -679,8 +679,8 @@ class PivotGridTableComponent {
|
|
679
679
|
this.dataChangeSubs.unsubscribe();
|
680
680
|
}
|
681
681
|
}
|
682
|
-
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
683
|
-
PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
682
|
+
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridTableComponent, deps: [{ token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
|
683
|
+
PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: { tableType: "tableType", colWidth: "colWidth", customCellTemplate: "customCellTemplate", valueCellTemplate: "valueCellTemplate", rowHeaderCellTemplate: "rowHeaderCellTemplate", columnHeaderCellTemplate: "columnHeaderCellTemplate" }, ngImport: i0, template: `
|
684
684
|
<table
|
685
685
|
class="k-pivotgrid-table"
|
686
686
|
role="presentation">
|
@@ -720,8 +720,8 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
720
720
|
</tr>
|
721
721
|
</tbody>
|
722
722
|
</table>
|
723
|
-
`, isInline: true,
|
724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
723
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: ["kendoPivotGridCell", "tableType", "rowIndex", "colIndex", "customCellTemplate", "valueCellTemplate", "rowHeaderCellTemplate", "columnHeaderCellTemplate"] }] });
|
724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridTableComponent, decorators: [{
|
725
725
|
type: Component,
|
726
726
|
args: [{
|
727
727
|
selector: 'kendo-pivotgrid-table',
|
@@ -821,9 +821,9 @@ class ConfiguratorService {
|
|
821
821
|
this.configuratorStateChange.emit(this.state);
|
822
822
|
}
|
823
823
|
}
|
824
|
-
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
825
|
-
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
824
|
+
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService, deps: [{ token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Injectable });
|
825
|
+
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService });
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService, decorators: [{
|
827
827
|
type: Injectable
|
828
828
|
}], ctorParameters: function () { return [{ type: PivotGridDataService }]; }, propDecorators: { configuratorStateChange: [{
|
829
829
|
type: Output
|
@@ -892,9 +892,9 @@ class DropCueService {
|
|
892
892
|
this.dom.style.display = '';
|
893
893
|
}
|
894
894
|
}
|
895
|
-
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
896
|
-
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
895
|
+
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
896
|
+
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService });
|
897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, decorators: [{
|
898
898
|
type: Injectable
|
899
899
|
}] });
|
900
900
|
|
@@ -1005,9 +1005,9 @@ class SinglePopupService {
|
|
1005
1005
|
});
|
1006
1006
|
}
|
1007
1007
|
}
|
1008
|
-
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1009
|
-
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1008
|
+
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService, deps: [{ token: i1$2.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: PivotLocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1009
|
+
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService });
|
1010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService, decorators: [{
|
1011
1011
|
type: Injectable
|
1012
1012
|
}], ctorParameters: function () { return [{ type: i1$2.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: PivotLocalizationService }]; } });
|
1013
1013
|
|
@@ -1019,9 +1019,9 @@ class MenuTabbingService {
|
|
1019
1019
|
this.isPopupOpen = false;
|
1020
1020
|
}
|
1021
1021
|
}
|
1022
|
-
MenuTabbingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1023
|
-
MenuTabbingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1022
|
+
MenuTabbingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MenuTabbingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1023
|
+
MenuTabbingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MenuTabbingService });
|
1024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MenuTabbingService, decorators: [{
|
1025
1025
|
type: Injectable
|
1026
1026
|
}] });
|
1027
1027
|
|
@@ -1047,131 +1047,12 @@ class ChipMenuService {
|
|
1047
1047
|
this.sub.unsubscribe();
|
1048
1048
|
}
|
1049
1049
|
}
|
1050
|
-
ChipMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1051
|
-
ChipMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1050
|
+
ChipMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuService, deps: [{ token: MenuTabbingService }, { token: ConfiguratorService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1051
|
+
ChipMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuService });
|
1052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuService, decorators: [{
|
1053
1053
|
type: Injectable
|
1054
1054
|
}], ctorParameters: function () { return [{ type: MenuTabbingService }, { type: ConfiguratorService }]; } });
|
1055
1055
|
|
1056
|
-
/**
|
1057
|
-
* @hidden
|
1058
|
-
*/
|
1059
|
-
class ChipMenuItemDirective {
|
1060
|
-
constructor(hostElement, renderer, ngZone) {
|
1061
|
-
this.hostElement = hostElement;
|
1062
|
-
this.renderer = renderer;
|
1063
|
-
this.ngZone = ngZone;
|
1064
|
-
this._isFirst = false;
|
1065
|
-
this._isLast = false;
|
1066
|
-
this.subs = new Subscription();
|
1067
|
-
this.onTab = (e) => {
|
1068
|
-
if (e.keyCode !== Keys.Tab) {
|
1069
|
-
return;
|
1070
|
-
}
|
1071
|
-
if (this.isFirst && e.shiftKey && e.target === this.chipMenuItems[0]) {
|
1072
|
-
e.preventDefault();
|
1073
|
-
this.menuItemComponent.service.menuTabbingService.lastFocusable.focus();
|
1074
|
-
}
|
1075
|
-
if (this.isLast && !e.shiftKey) {
|
1076
|
-
const lastColumnMenuItem = this.getLastColumnMenuItem();
|
1077
|
-
const isExpanded = this.menuItemComponent.expanded;
|
1078
|
-
if (lastColumnMenuItem === e.target && !isExpanded) {
|
1079
|
-
e.preventDefault();
|
1080
|
-
this.menuItemComponent.service.menuTabbingService.firstFocusable.focus();
|
1081
|
-
}
|
1082
|
-
}
|
1083
|
-
};
|
1084
|
-
}
|
1085
|
-
set isFirst(value) {
|
1086
|
-
if (value) {
|
1087
|
-
const focusableElement = this.chipMenuItems[0];
|
1088
|
-
this.menuItemComponent.service.menuTabbingService.firstFocusable = focusableElement;
|
1089
|
-
this.ngZone.runOutsideAngular(() => {
|
1090
|
-
const firstItemKeydownSub = this.renderer.listen(focusableElement, 'keydown', this.onTab);
|
1091
|
-
this.subs.add(firstItemKeydownSub);
|
1092
|
-
});
|
1093
|
-
}
|
1094
|
-
this._isFirst = value;
|
1095
|
-
}
|
1096
|
-
get isFirst() {
|
1097
|
-
return this._isFirst;
|
1098
|
-
}
|
1099
|
-
set isLast(value) {
|
1100
|
-
if (!this.chipMenuItems) {
|
1101
|
-
return;
|
1102
|
-
}
|
1103
|
-
if (value) {
|
1104
|
-
const lastFocusableElement = this.getLastColumnMenuItem();
|
1105
|
-
this.menuItemComponent.service.menuTabbingService.lastFocusable = lastFocusableElement;
|
1106
|
-
this.ngZone.runOutsideAngular(() => {
|
1107
|
-
const lastItemKeydownSub = this.renderer.listen(lastFocusableElement, 'keydown', this.onTab);
|
1108
|
-
this.subs.add(lastItemKeydownSub);
|
1109
|
-
});
|
1110
|
-
}
|
1111
|
-
this._isLast = value;
|
1112
|
-
}
|
1113
|
-
get isLast() {
|
1114
|
-
return this._isLast;
|
1115
|
-
}
|
1116
|
-
ngAfterViewInit() {
|
1117
|
-
this.chipMenuItems = this.hostElement.nativeElement.querySelectorAll('.k-columnmenu-item');
|
1118
|
-
this.chipMenuItems.forEach(el => this.renderer.setAttribute(el, 'tabindex', '0'));
|
1119
|
-
}
|
1120
|
-
ngOnDestroy() {
|
1121
|
-
this.subs.unsubscribe();
|
1122
|
-
}
|
1123
|
-
getLastColumnMenuItem() {
|
1124
|
-
return this.chipMenuItems[this.chipMenuItems.length - 1];
|
1125
|
-
}
|
1126
|
-
}
|
1127
|
-
ChipMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
1128
|
-
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: { menuItemComponent: ["kendoPivotChipMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
1129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuItemDirective, decorators: [{
|
1130
|
-
type: Directive,
|
1131
|
-
args: [{ selector: '[kendoPivotChipMenuItem]' }]
|
1132
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { menuItemComponent: [{
|
1133
|
-
type: Input,
|
1134
|
-
args: ['kendoPivotChipMenuItem']
|
1135
|
-
}] } });
|
1136
|
-
|
1137
|
-
/**
|
1138
|
-
* @hidden
|
1139
|
-
*/
|
1140
|
-
class ChipMenuContainerComponent {
|
1141
|
-
constructor(service, ngZone) {
|
1142
|
-
this.service = service;
|
1143
|
-
this.ngZone = ngZone;
|
1144
|
-
this.hostClass = true;
|
1145
|
-
}
|
1146
|
-
ngAfterViewInit() {
|
1147
|
-
if (!this.chipMenuItems.length) {
|
1148
|
-
return;
|
1149
|
-
}
|
1150
|
-
this.chipMenuItems.first.isFirst = true;
|
1151
|
-
this.chipMenuItems.last.isLast = true;
|
1152
|
-
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.service.menuTabbingService.firstFocusable.focus());
|
1153
|
-
}
|
1154
|
-
}
|
1155
|
-
ChipMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuContainerComponent, deps: [{ token: ChipMenuService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
1156
|
-
ChipMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: `
|
1157
|
-
<ng-content></ng-content>
|
1158
|
-
`, isInline: true });
|
1159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuContainerComponent, decorators: [{
|
1160
|
-
type: Component,
|
1161
|
-
args: [{
|
1162
|
-
selector: 'kendo-pivot-chipmenu-container',
|
1163
|
-
template: `
|
1164
|
-
<ng-content></ng-content>
|
1165
|
-
`
|
1166
|
-
}]
|
1167
|
-
}], ctorParameters: function () { return [{ type: ChipMenuService }, { type: i0.NgZone }]; }, propDecorators: { chipMenuItems: [{
|
1168
|
-
type: ContentChildren,
|
1169
|
-
args: [ChipMenuItemDirective, { descendants: true }]
|
1170
|
-
}], hostClass: [{
|
1171
|
-
type: HostBinding,
|
1172
|
-
args: ['class.k-grid-columnmenu-popup']
|
1173
|
-
}] } });
|
1174
|
-
|
1175
1056
|
/**
|
1176
1057
|
* @hidden
|
1177
1058
|
*/
|
@@ -1188,9 +1069,9 @@ class ChipMenuItemBase {
|
|
1188
1069
|
this.service.close();
|
1189
1070
|
}
|
1190
1071
|
}
|
1191
|
-
ChipMenuItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1192
|
-
ChipMenuItemBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1072
|
+
ChipMenuItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
1073
|
+
ChipMenuItemBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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 });
|
1074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemBase, decorators: [{
|
1194
1075
|
type: Component,
|
1195
1076
|
args: [{
|
1196
1077
|
selector: 'kendo-pivot-chip-menu-item-base',
|
@@ -1214,9 +1095,9 @@ class ChipMenuItemContentTemplateDirective {
|
|
1214
1095
|
this.templateRef = templateRef;
|
1215
1096
|
}
|
1216
1097
|
}
|
1217
|
-
ChipMenuItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1218
|
-
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
1219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1098
|
+
ChipMenuItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
1099
|
+
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuItemContentTemplateDirective, selector: "[kendoPivotChipMenuItemContentTemplate]", ngImport: i0 });
|
1100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemContentTemplateDirective, decorators: [{
|
1220
1101
|
type: Directive,
|
1221
1102
|
args: [{
|
1222
1103
|
selector: '[kendoPivotChipMenuItemContentTemplate]'
|
@@ -1271,8 +1152,8 @@ class ChipMenuItemComponent {
|
|
1271
1152
|
this.contentState = this.expanded ? 'expanded' : 'collapsed';
|
1272
1153
|
}
|
1273
1154
|
}
|
1274
|
-
ChipMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1275
|
-
ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1155
|
+
ChipMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
1156
|
+
ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", expanded: "expanded", disabled: "disabled" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ChipMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
1276
1157
|
<div
|
1277
1158
|
class="k-columnmenu-item"
|
1278
1159
|
(click)="onClick($event)"
|
@@ -1293,7 +1174,7 @@ ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
1293
1174
|
<div *ngIf="contentTemplate" [@state]="contentState" [style.overflow]="'hidden'" class="k-columnmenu-item-content">
|
1294
1175
|
<ng-container [ngTemplateOutlet]="contentTemplate.templateRef"></ng-container>
|
1295
1176
|
<div>
|
1296
|
-
`, isInline: true,
|
1177
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], animations: [
|
1297
1178
|
trigger('state', [
|
1298
1179
|
state('collapsed', style({ display: 'none' })),
|
1299
1180
|
state('expanded', style({ display: 'block' })),
|
@@ -1316,7 +1197,7 @@ ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
1316
1197
|
])
|
1317
1198
|
])
|
1318
1199
|
] });
|
1319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemComponent, decorators: [{
|
1320
1201
|
type: Component,
|
1321
1202
|
args: [{
|
1322
1203
|
animations: [
|
@@ -1432,8 +1313,8 @@ class ChipMenuSortComponent extends ChipMenuItemBase {
|
|
1432
1313
|
return [].concat(this.configuratorService.state.sort || []).find(s => s.field === this.chip.name.toString());
|
1433
1314
|
}
|
1434
1315
|
}
|
1435
|
-
ChipMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1436
|
-
ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1316
|
+
ChipMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuSortComponent, deps: [{ token: PivotLocalizationService }, { token: i0.Renderer2 }, { token: ConfiguratorService }], target: i0.ɵɵFactoryTarget.Component });
|
1317
|
+
ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuSortComponent, selector: "kendo-pivot-chipmenu-sort", inputs: { chip: "chip" }, usesInheritance: true, ngImport: i0, template: `
|
1437
1318
|
<kendo-pivot-chipmenu-item
|
1438
1319
|
[text]="messageFor('fieldMenuSortAscendingItemLabel')"
|
1439
1320
|
icon="sort-asc-small"
|
@@ -1448,8 +1329,8 @@ ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
1448
1329
|
(itemClick)="toggleSort('desc')"
|
1449
1330
|
[selected]="sortedDesc">
|
1450
1331
|
</kendo-pivot-chipmenu-item>
|
1451
|
-
`, isInline: true,
|
1452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1332
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "expanded", "disabled"], outputs: ["itemClick", "expand", "collapse"] }] });
|
1333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuSortComponent, decorators: [{
|
1453
1334
|
type: Component,
|
1454
1335
|
args: [{
|
1455
1336
|
selector: 'kendo-pivot-chipmenu-sort',
|
@@ -1496,9 +1377,9 @@ class FilterMenuDropDownListDirective {
|
|
1496
1377
|
this.host.wrapper.nativeElement.removeEventListener('keydown', this.keydownHandler);
|
1497
1378
|
}
|
1498
1379
|
}
|
1499
|
-
FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1500
|
-
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
1501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1380
|
+
FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1$3.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
1381
|
+
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
1382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
|
1502
1383
|
type: Directive,
|
1503
1384
|
args: [{ selector: '[kendoFilterMenuDropDown]' }]
|
1504
1385
|
}], ctorParameters: function () { return [{ type: i1$3.DropDownListComponent }]; }, propDecorators: { filterMenuDropDownLabel: [{
|
@@ -1569,8 +1450,8 @@ class StringFilterMenuComponent {
|
|
1569
1450
|
this.subscription.unsubscribe();
|
1570
1451
|
}
|
1571
1452
|
}
|
1572
|
-
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1573
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1453
|
+
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: PivotLocalizationService }, { token: ConfiguratorService }, { token: i3.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
1454
|
+
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: StringFilterMenuComponent, selector: "kendo-pivot-string-filter-menu", inputs: { chip: "chip", menuTabbingService: "menuTabbingService" }, providers: [{
|
1574
1455
|
provide: NG_VALUE_ACCESSOR,
|
1575
1456
|
useExisting: forwardRef(() => StringFilterMenuComponent),
|
1576
1457
|
multi: true
|
@@ -1590,8 +1471,8 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
1590
1471
|
formControlName="value"
|
1591
1472
|
/>
|
1592
1473
|
</ng-container>
|
1593
|
-
`, isInline: true,
|
1594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1474
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1$3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: i5.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
1475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
1595
1476
|
type: Component,
|
1596
1477
|
args: [{
|
1597
1478
|
selector: 'kendo-pivot-string-filter-menu',
|
@@ -1692,8 +1573,8 @@ class FilterMenuContainerComponent {
|
|
1692
1573
|
return this.localization.get(localizationToken);
|
1693
1574
|
}
|
1694
1575
|
}
|
1695
|
-
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1696
|
-
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1576
|
+
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: PivotLocalizationService }, { token: i0.ChangeDetectorRef }, { token: MenuTabbingService }, { token: ConfiguratorService }], target: i0.ɵɵFactoryTarget.Component });
|
1577
|
+
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FilterMenuContainerComponent, selector: "kendo-pivot-filter-menu-container", inputs: { chip: "chip", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
1697
1578
|
MenuTabbingService
|
1698
1579
|
], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
|
1699
1580
|
<form (submit)="submit()" (reset)="reset()"
|
@@ -1721,8 +1602,8 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
1721
1602
|
</div>
|
1722
1603
|
</div>
|
1723
1604
|
</form>
|
1724
|
-
`, isInline: true,
|
1725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1605
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i9.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: StringFilterMenuComponent, selector: "kendo-pivot-string-filter-menu", inputs: ["chip", "menuTabbingService"] }] });
|
1606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
1726
1607
|
type: Component,
|
1727
1608
|
args: [{
|
1728
1609
|
providers: [
|
@@ -1830,8 +1711,8 @@ class ChipMenuFilterComponent extends ChipMenuItemBase {
|
|
1830
1711
|
return this.localization.get(localizationToken);
|
1831
1712
|
}
|
1832
1713
|
}
|
1833
|
-
ChipMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1834
|
-
ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1714
|
+
ChipMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuFilterComponent, deps: [{ token: PivotLocalizationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
1715
|
+
ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuFilterComponent, selector: "kendo-pivot-chipmenu-filter", inputs: { chip: "chip", expanded: "expanded", isLast: "isLast" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
1835
1716
|
<kendo-pivot-chipmenu-item
|
1836
1717
|
classs="k-widget k-expander"
|
1837
1718
|
[text]="messageFor('fieldMenuFilterItemLabel')"
|
@@ -1852,8 +1733,8 @@ ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
1852
1733
|
</kendo-pivot-filter-menu-container>
|
1853
1734
|
</ng-template>
|
1854
1735
|
</kendo-pivot-chipmenu-item>
|
1855
|
-
`, isInline: true,
|
1856
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1736
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "expanded", "disabled"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: ChipMenuItemContentTemplateDirective, selector: "[kendoPivotChipMenuItemContentTemplate]" }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-pivot-filter-menu-container", inputs: ["chip", "isLast", "isExpanded", "menuTabbingService", "actionsClass"], outputs: ["close"] }] });
|
1737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuFilterComponent, decorators: [{
|
1857
1738
|
type: Component,
|
1858
1739
|
args: [{
|
1859
1740
|
selector: 'kendo-pivot-chipmenu-filter',
|
@@ -1892,6 +1773,125 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
1892
1773
|
type: Input
|
1893
1774
|
}] } });
|
1894
1775
|
|
1776
|
+
/**
|
1777
|
+
* @hidden
|
1778
|
+
*/
|
1779
|
+
class ChipMenuItemDirective {
|
1780
|
+
constructor(hostElement, renderer, ngZone) {
|
1781
|
+
this.hostElement = hostElement;
|
1782
|
+
this.renderer = renderer;
|
1783
|
+
this.ngZone = ngZone;
|
1784
|
+
this._isFirst = false;
|
1785
|
+
this._isLast = false;
|
1786
|
+
this.subs = new Subscription();
|
1787
|
+
this.onTab = (e) => {
|
1788
|
+
if (e.keyCode !== Keys.Tab) {
|
1789
|
+
return;
|
1790
|
+
}
|
1791
|
+
if (this.isFirst && e.shiftKey && e.target === this.chipMenuItems[0]) {
|
1792
|
+
e.preventDefault();
|
1793
|
+
this.menuItemComponent.service.menuTabbingService.lastFocusable.focus();
|
1794
|
+
}
|
1795
|
+
if (this.isLast && !e.shiftKey) {
|
1796
|
+
const lastColumnMenuItem = this.getLastColumnMenuItem();
|
1797
|
+
const isExpanded = this.menuItemComponent.expanded;
|
1798
|
+
if (lastColumnMenuItem === e.target && !isExpanded) {
|
1799
|
+
e.preventDefault();
|
1800
|
+
this.menuItemComponent.service.menuTabbingService.firstFocusable.focus();
|
1801
|
+
}
|
1802
|
+
}
|
1803
|
+
};
|
1804
|
+
}
|
1805
|
+
set isFirst(value) {
|
1806
|
+
if (value) {
|
1807
|
+
const focusableElement = this.chipMenuItems[0];
|
1808
|
+
this.menuItemComponent.service.menuTabbingService.firstFocusable = focusableElement;
|
1809
|
+
this.ngZone.runOutsideAngular(() => {
|
1810
|
+
const firstItemKeydownSub = this.renderer.listen(focusableElement, 'keydown', this.onTab);
|
1811
|
+
this.subs.add(firstItemKeydownSub);
|
1812
|
+
});
|
1813
|
+
}
|
1814
|
+
this._isFirst = value;
|
1815
|
+
}
|
1816
|
+
get isFirst() {
|
1817
|
+
return this._isFirst;
|
1818
|
+
}
|
1819
|
+
set isLast(value) {
|
1820
|
+
if (!this.chipMenuItems) {
|
1821
|
+
return;
|
1822
|
+
}
|
1823
|
+
if (value) {
|
1824
|
+
const lastFocusableElement = this.getLastColumnMenuItem();
|
1825
|
+
this.menuItemComponent.service.menuTabbingService.lastFocusable = lastFocusableElement;
|
1826
|
+
this.ngZone.runOutsideAngular(() => {
|
1827
|
+
const lastItemKeydownSub = this.renderer.listen(lastFocusableElement, 'keydown', this.onTab);
|
1828
|
+
this.subs.add(lastItemKeydownSub);
|
1829
|
+
});
|
1830
|
+
}
|
1831
|
+
this._isLast = value;
|
1832
|
+
}
|
1833
|
+
get isLast() {
|
1834
|
+
return this._isLast;
|
1835
|
+
}
|
1836
|
+
ngAfterViewInit() {
|
1837
|
+
this.chipMenuItems = this.hostElement.nativeElement.querySelectorAll('.k-columnmenu-item');
|
1838
|
+
this.chipMenuItems.forEach(el => this.renderer.setAttribute(el, 'tabindex', '0'));
|
1839
|
+
}
|
1840
|
+
ngOnDestroy() {
|
1841
|
+
this.subs.unsubscribe();
|
1842
|
+
}
|
1843
|
+
getLastColumnMenuItem() {
|
1844
|
+
return this.chipMenuItems[this.chipMenuItems.length - 1];
|
1845
|
+
}
|
1846
|
+
}
|
1847
|
+
ChipMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
1848
|
+
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: { menuItemComponent: ["kendoPivotChipMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
1849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemDirective, decorators: [{
|
1850
|
+
type: Directive,
|
1851
|
+
args: [{ selector: '[kendoPivotChipMenuItem]' }]
|
1852
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { menuItemComponent: [{
|
1853
|
+
type: Input,
|
1854
|
+
args: ['kendoPivotChipMenuItem']
|
1855
|
+
}] } });
|
1856
|
+
|
1857
|
+
/**
|
1858
|
+
* @hidden
|
1859
|
+
*/
|
1860
|
+
class ChipMenuContainerComponent {
|
1861
|
+
constructor(service, ngZone) {
|
1862
|
+
this.service = service;
|
1863
|
+
this.ngZone = ngZone;
|
1864
|
+
this.hostClass = true;
|
1865
|
+
}
|
1866
|
+
ngAfterViewInit() {
|
1867
|
+
if (!this.chipMenuItems.length) {
|
1868
|
+
return;
|
1869
|
+
}
|
1870
|
+
this.chipMenuItems.first.isFirst = true;
|
1871
|
+
this.chipMenuItems.last.isLast = true;
|
1872
|
+
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.service.menuTabbingService.firstFocusable.focus());
|
1873
|
+
}
|
1874
|
+
}
|
1875
|
+
ChipMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuContainerComponent, deps: [{ token: ChipMenuService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
1876
|
+
ChipMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: `
|
1877
|
+
<ng-content></ng-content>
|
1878
|
+
`, isInline: true });
|
1879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuContainerComponent, decorators: [{
|
1880
|
+
type: Component,
|
1881
|
+
args: [{
|
1882
|
+
selector: 'kendo-pivot-chipmenu-container',
|
1883
|
+
template: `
|
1884
|
+
<ng-content></ng-content>
|
1885
|
+
`
|
1886
|
+
}]
|
1887
|
+
}], ctorParameters: function () { return [{ type: ChipMenuService }, { type: i0.NgZone }]; }, propDecorators: { chipMenuItems: [{
|
1888
|
+
type: ContentChildren,
|
1889
|
+
args: [ChipMenuItemDirective, { descendants: true }]
|
1890
|
+
}], hostClass: [{
|
1891
|
+
type: HostBinding,
|
1892
|
+
args: ['class.k-grid-columnmenu-popup']
|
1893
|
+
}] } });
|
1894
|
+
|
1895
1895
|
/**
|
1896
1896
|
* @hidden
|
1897
1897
|
*
|
@@ -1987,8 +1987,8 @@ class ChipMenuReorderComponent extends ChipMenuItemBase {
|
|
1987
1987
|
this.close();
|
1988
1988
|
}
|
1989
1989
|
}
|
1990
|
-
ChipMenuReorderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1991
|
-
ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1990
|
+
ChipMenuReorderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuReorderComponent, deps: [{ token: PivotLocalizationService }, { token: i0.Renderer2 }, { token: ConfiguratorService }, { token: PivotGridDataService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
1991
|
+
ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuReorderComponent, selector: "kendo-pivot-chipmenu-reorder", inputs: { chip: "chip" }, usesInheritance: true, ngImport: i0, template: `
|
1992
1992
|
<kendo-pivot-chipmenu-item
|
1993
1993
|
*ngIf="!isMeasureField"
|
1994
1994
|
[disabled]="isColumnsField"
|
@@ -2019,8 +2019,8 @@ ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
2019
2019
|
[svgIcon]="rtl ? arrowLeftIcon : arrowRightIcon"
|
2020
2020
|
(itemClick)="move($event, 'next')">
|
2021
2021
|
</kendo-pivot-chipmenu-item>
|
2022
|
-
`, isInline: true,
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2022
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "expanded", "disabled"], outputs: ["itemClick", "expand", "collapse"] }] });
|
2023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuReorderComponent, decorators: [{
|
2024
2024
|
type: Component,
|
2025
2025
|
args: [{
|
2026
2026
|
selector: 'kendo-pivot-chipmenu-reorder',
|
@@ -2106,8 +2106,8 @@ class ChipMenuComponent {
|
|
2106
2106
|
return replaceMessagePlaceholder(localizationMsg, 'fieldName', chipName);
|
2107
2107
|
}
|
2108
2108
|
}
|
2109
|
-
ChipMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2110
|
-
ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
2109
|
+
ChipMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuComponent, deps: [{ token: SinglePopupService }, { token: PivotLocalizationService }, { token: ChipMenuService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
2110
|
+
ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuComponent, selector: "kendo-pivot-chip-menu", inputs: { chip: "chip", tabIndex: "tabIndex", isMeasureField: "isMeasureField" }, providers: [
|
2111
2111
|
ChipMenuService,
|
2112
2112
|
MenuTabbingService
|
2113
2113
|
], viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `
|
@@ -2148,8 +2148,8 @@ ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
2148
2148
|
[service]="service"></kendo-pivot-chipmenu-reorder>
|
2149
2149
|
</kendo-pivot-chipmenu-container>
|
2150
2150
|
</ng-template>
|
2151
|
-
`, isInline: true,
|
2152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2151
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ChipMenuSortComponent, selector: "kendo-pivot-chipmenu-sort", inputs: ["chip"] }, { kind: "component", type: ChipMenuFilterComponent, selector: "kendo-pivot-chipmenu-filter", inputs: ["chip", "expanded", "isLast"], outputs: ["expand", "collapse"] }, { kind: "component", type: ChipMenuContainerComponent, selector: "kendo-pivot-chipmenu-container" }, { kind: "directive", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: ["kendoPivotChipMenuItem"] }, { kind: "component", type: ChipMenuReorderComponent, selector: "kendo-pivot-chipmenu-reorder", inputs: ["chip"] }] });
|
2152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuComponent, decorators: [{
|
2153
2153
|
type: Component,
|
2154
2154
|
args: [{
|
2155
2155
|
providers: [
|
@@ -2208,6 +2208,115 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
2208
2208
|
args: ['anchor', { static: true, read: ElementRef }]
|
2209
2209
|
}] } });
|
2210
2210
|
|
2211
|
+
/**
|
2212
|
+
* @hidden
|
2213
|
+
*/
|
2214
|
+
class DraggableChipDirective {
|
2215
|
+
constructor(draggable, element, zone, service, cue, renderer, cdr) {
|
2216
|
+
this.draggable = draggable;
|
2217
|
+
this.element = element;
|
2218
|
+
this.zone = zone;
|
2219
|
+
this.service = service;
|
2220
|
+
this.cue = cue;
|
2221
|
+
this.renderer = renderer;
|
2222
|
+
this.cdr = cdr;
|
2223
|
+
this.touchActions = 'none';
|
2224
|
+
this.initialX = {};
|
2225
|
+
this.initialY = {};
|
2226
|
+
this.invalidTarget = false;
|
2227
|
+
this.subs = new Subscription();
|
2228
|
+
}
|
2229
|
+
get pointerEvents() {
|
2230
|
+
return this.drag ? 'none' : undefined;
|
2231
|
+
}
|
2232
|
+
ngOnInit() {
|
2233
|
+
this.subs.add(this.draggable.kendoPress
|
2234
|
+
.pipe(tap((e) => {
|
2235
|
+
this.service.closeMenu.emit();
|
2236
|
+
if (e.originalEvent.target.closest('.k-icon-wrapper-host')) {
|
2237
|
+
this.invalidTarget = true;
|
2238
|
+
}
|
2239
|
+
})).subscribe((event) => {
|
2240
|
+
this.zone.runOutsideAngular(() => {
|
2241
|
+
if (isDocumentAvailable() && !this.invalidTarget) {
|
2242
|
+
this.initialX.current = event.clientX;
|
2243
|
+
this.initialY.current = event.clientY;
|
2244
|
+
const element = this.element.nativeElement;
|
2245
|
+
this.renderer.setStyle(element, 'z-index', 1);
|
2246
|
+
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.setDragItem, payload: this.item });
|
2247
|
+
this.service.draggedElement = {
|
2248
|
+
element,
|
2249
|
+
fromSection: element.closest('.k-chip-list').getAttribute('axes').split('Axes')[0]
|
2250
|
+
};
|
2251
|
+
}
|
2252
|
+
});
|
2253
|
+
}));
|
2254
|
+
this.subs.add(this.draggable.kendoDrag
|
2255
|
+
.subscribe((event) => {
|
2256
|
+
this.zone.runOutsideAngular(() => {
|
2257
|
+
if (isDocumentAvailable() && !this.invalidTarget) {
|
2258
|
+
const isDragging = Math.abs(this.initialX.current - event.clientX) > 5 ||
|
2259
|
+
Math.abs(this.initialY.current - event.clientY) > 5;
|
2260
|
+
if (!isDragging) {
|
2261
|
+
return;
|
2262
|
+
}
|
2263
|
+
this.drag = true;
|
2264
|
+
if (!document.elementFromPoint(event.clientX, event.clientY)?.closest('.k-pivotgrid-configurator')) {
|
2265
|
+
return;
|
2266
|
+
}
|
2267
|
+
this.renderer.setStyle(this.element.nativeElement, 'transform', `translate(${event.clientX - this.initialX.current}px, ${event.clientY - this.initialY.current}px)`);
|
2268
|
+
}
|
2269
|
+
});
|
2270
|
+
}));
|
2271
|
+
this.subs.add(this.draggable.kendoRelease
|
2272
|
+
.subscribe(() => {
|
2273
|
+
this.zone.runOutsideAngular(() => {
|
2274
|
+
this.drag = false;
|
2275
|
+
this.invalidTarget = false;
|
2276
|
+
if (this.service.state.dragItem) {
|
2277
|
+
const element = this.element.nativeElement;
|
2278
|
+
if (isDocumentAvailable()) {
|
2279
|
+
this.renderer.removeStyle(element, 'transform');
|
2280
|
+
this.cue.remove(this.service.cueContainer);
|
2281
|
+
}
|
2282
|
+
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.drop, payload: this.item });
|
2283
|
+
this.service.state.dragItem = null;
|
2284
|
+
this.service.state.dropDirection = null;
|
2285
|
+
this.service.state.dropTarget = null;
|
2286
|
+
this.service.state.dropZone = null;
|
2287
|
+
this.renderer.removeStyle(element, 'z-index');
|
2288
|
+
this.service.draggedElement = null;
|
2289
|
+
if (this.service.dropTargetElement) {
|
2290
|
+
this.renderer.removeStyle(this.service.dropTargetElement, 'cursor');
|
2291
|
+
this.service.dropTargetElement = null;
|
2292
|
+
}
|
2293
|
+
}
|
2294
|
+
});
|
2295
|
+
}));
|
2296
|
+
}
|
2297
|
+
ngOnDestroy() {
|
2298
|
+
this.subs.unsubscribe();
|
2299
|
+
}
|
2300
|
+
}
|
2301
|
+
DraggableChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DraggableChipDirective, deps: [{ token: i1$1.DraggableDirective, optional: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: ConfiguratorService }, { token: DropCueService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
2302
|
+
DraggableChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: { item: "item" }, host: { properties: { "style.pointerEvents": "this.pointerEvents", "style.touch-action": "this.touchActions" } }, ngImport: i0 });
|
2303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DraggableChipDirective, decorators: [{
|
2304
|
+
type: Directive,
|
2305
|
+
args: [{
|
2306
|
+
selector: '[kendoChipDraggable]'
|
2307
|
+
}]
|
2308
|
+
}], ctorParameters: function () { return [{ type: i1$1.DraggableDirective, decorators: [{
|
2309
|
+
type: Optional
|
2310
|
+
}] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: ConfiguratorService }, { type: DropCueService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { pointerEvents: [{
|
2311
|
+
type: HostBinding,
|
2312
|
+
args: ['style.pointerEvents']
|
2313
|
+
}], touchActions: [{
|
2314
|
+
type: HostBinding,
|
2315
|
+
args: ['style.touch-action']
|
2316
|
+
}], item: [{
|
2317
|
+
type: Input
|
2318
|
+
}] } });
|
2319
|
+
|
2211
2320
|
/**
|
2212
2321
|
* @hidden
|
2213
2322
|
*/
|
@@ -2361,9 +2470,9 @@ class DropTargetDirective {
|
|
2361
2470
|
}
|
2362
2471
|
}
|
2363
2472
|
}
|
2364
|
-
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2365
|
-
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
2366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2473
|
+
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: ConfiguratorService }, { token: DropCueService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
2474
|
+
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { item: "item", axes: "axes" }, ngImport: i0 });
|
2475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropTargetDirective, decorators: [{
|
2367
2476
|
type: Directive,
|
2368
2477
|
args: [{
|
2369
2478
|
selector: '[kendoDropTarget]'
|
@@ -2374,115 +2483,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
2374
2483
|
type: Input
|
2375
2484
|
}] } });
|
2376
2485
|
|
2377
|
-
/**
|
2378
|
-
* @hidden
|
2379
|
-
*/
|
2380
|
-
class DraggableChipDirective {
|
2381
|
-
constructor(draggable, element, zone, service, cue, renderer, cdr) {
|
2382
|
-
this.draggable = draggable;
|
2383
|
-
this.element = element;
|
2384
|
-
this.zone = zone;
|
2385
|
-
this.service = service;
|
2386
|
-
this.cue = cue;
|
2387
|
-
this.renderer = renderer;
|
2388
|
-
this.cdr = cdr;
|
2389
|
-
this.touchActions = 'none';
|
2390
|
-
this.initialX = {};
|
2391
|
-
this.initialY = {};
|
2392
|
-
this.invalidTarget = false;
|
2393
|
-
this.subs = new Subscription();
|
2394
|
-
}
|
2395
|
-
get pointerEvents() {
|
2396
|
-
return this.drag ? 'none' : undefined;
|
2397
|
-
}
|
2398
|
-
ngOnInit() {
|
2399
|
-
this.subs.add(this.draggable.kendoPress
|
2400
|
-
.pipe(tap((e) => {
|
2401
|
-
this.service.closeMenu.emit();
|
2402
|
-
if (e.originalEvent.target.closest('.k-icon-wrapper-host')) {
|
2403
|
-
this.invalidTarget = true;
|
2404
|
-
}
|
2405
|
-
})).subscribe((event) => {
|
2406
|
-
this.zone.runOutsideAngular(() => {
|
2407
|
-
if (isDocumentAvailable() && !this.invalidTarget) {
|
2408
|
-
this.initialX.current = event.clientX;
|
2409
|
-
this.initialY.current = event.clientY;
|
2410
|
-
const element = this.element.nativeElement;
|
2411
|
-
this.renderer.setStyle(element, 'z-index', 1);
|
2412
|
-
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.setDragItem, payload: this.item });
|
2413
|
-
this.service.draggedElement = {
|
2414
|
-
element,
|
2415
|
-
fromSection: element.closest('.k-chip-list').getAttribute('axes').split('Axes')[0]
|
2416
|
-
};
|
2417
|
-
}
|
2418
|
-
});
|
2419
|
-
}));
|
2420
|
-
this.subs.add(this.draggable.kendoDrag
|
2421
|
-
.subscribe((event) => {
|
2422
|
-
this.zone.runOutsideAngular(() => {
|
2423
|
-
if (isDocumentAvailable() && !this.invalidTarget) {
|
2424
|
-
const isDragging = Math.abs(this.initialX.current - event.clientX) > 5 ||
|
2425
|
-
Math.abs(this.initialY.current - event.clientY) > 5;
|
2426
|
-
if (!isDragging) {
|
2427
|
-
return;
|
2428
|
-
}
|
2429
|
-
this.drag = true;
|
2430
|
-
if (!document.elementFromPoint(event.clientX, event.clientY)?.closest('.k-pivotgrid-configurator')) {
|
2431
|
-
return;
|
2432
|
-
}
|
2433
|
-
this.renderer.setStyle(this.element.nativeElement, 'transform', `translate(${event.clientX - this.initialX.current}px, ${event.clientY - this.initialY.current}px)`);
|
2434
|
-
}
|
2435
|
-
});
|
2436
|
-
}));
|
2437
|
-
this.subs.add(this.draggable.kendoRelease
|
2438
|
-
.subscribe(() => {
|
2439
|
-
this.zone.runOutsideAngular(() => {
|
2440
|
-
this.drag = false;
|
2441
|
-
this.invalidTarget = false;
|
2442
|
-
if (this.service.state.dragItem) {
|
2443
|
-
const element = this.element.nativeElement;
|
2444
|
-
if (isDocumentAvailable()) {
|
2445
|
-
this.renderer.removeStyle(element, 'transform');
|
2446
|
-
this.cue.remove(this.service.cueContainer);
|
2447
|
-
}
|
2448
|
-
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.drop, payload: this.item });
|
2449
|
-
this.service.state.dragItem = null;
|
2450
|
-
this.service.state.dropDirection = null;
|
2451
|
-
this.service.state.dropTarget = null;
|
2452
|
-
this.service.state.dropZone = null;
|
2453
|
-
this.renderer.removeStyle(element, 'z-index');
|
2454
|
-
this.service.draggedElement = null;
|
2455
|
-
if (this.service.dropTargetElement) {
|
2456
|
-
this.renderer.removeStyle(this.service.dropTargetElement, 'cursor');
|
2457
|
-
this.service.dropTargetElement = null;
|
2458
|
-
}
|
2459
|
-
}
|
2460
|
-
});
|
2461
|
-
}));
|
2462
|
-
}
|
2463
|
-
ngOnDestroy() {
|
2464
|
-
this.subs.unsubscribe();
|
2465
|
-
}
|
2466
|
-
}
|
2467
|
-
DraggableChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DraggableChipDirective, deps: [{ token: i1$1.DraggableDirective, optional: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: ConfiguratorService }, { token: DropCueService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
2468
|
-
DraggableChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: { item: "item" }, host: { properties: { "style.pointerEvents": "this.pointerEvents", "style.touch-action": "this.touchActions" } }, ngImport: i0 });
|
2469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DraggableChipDirective, decorators: [{
|
2470
|
-
type: Directive,
|
2471
|
-
args: [{
|
2472
|
-
selector: '[kendoChipDraggable]'
|
2473
|
-
}]
|
2474
|
-
}], ctorParameters: function () { return [{ type: i1$1.DraggableDirective, decorators: [{
|
2475
|
-
type: Optional
|
2476
|
-
}] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: ConfiguratorService }, { type: DropCueService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { pointerEvents: [{
|
2477
|
-
type: HostBinding,
|
2478
|
-
args: ['style.pointerEvents']
|
2479
|
-
}], touchActions: [{
|
2480
|
-
type: HostBinding,
|
2481
|
-
args: ['style.touch-action']
|
2482
|
-
}], item: [{
|
2483
|
-
type: Input
|
2484
|
-
}] } });
|
2485
|
-
|
2486
2486
|
/**
|
2487
2487
|
* @hidden
|
2488
2488
|
*/
|
@@ -2527,12 +2527,12 @@ class ChipKeyboardNavigationDirective {
|
|
2527
2527
|
this.keydownSub.unsubscribe();
|
2528
2528
|
}
|
2529
2529
|
}
|
2530
|
-
ChipKeyboardNavigationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2531
|
-
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
2532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2530
|
+
ChipKeyboardNavigationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipKeyboardNavigationDirective, deps: [{ token: i9.ChipComponent }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
2531
|
+
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: { reorder: "reorder" }, ngImport: i0 });
|
2532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipKeyboardNavigationDirective, decorators: [{
|
2533
2533
|
type: Directive,
|
2534
2534
|
args: [{ selector: '[kendoChipKeyboardNavigation]' }]
|
2535
|
-
}], ctorParameters: function () { return [{ type:
|
2535
|
+
}], ctorParameters: function () { return [{ type: i9.ChipComponent }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { reorder: [{
|
2536
2536
|
type: Output
|
2537
2537
|
}] } });
|
2538
2538
|
|
@@ -2670,21 +2670,18 @@ class PivotGridConfiguratorComponent {
|
|
2670
2670
|
get columnHierarchies() {
|
2671
2671
|
return this.extractDefaultFields(this.dataService.state.columnAxes);
|
2672
2672
|
}
|
2673
|
-
;
|
2674
2673
|
/**
|
2675
2674
|
* Retrieves the 'Rows' section item names
|
2676
2675
|
*/
|
2677
2676
|
get rowHierarchies() {
|
2678
2677
|
return this.extractDefaultFields(this.dataService.state.rowAxes);
|
2679
2678
|
}
|
2680
|
-
;
|
2681
2679
|
/**
|
2682
2680
|
* Retrieves the 'Value' section item names
|
2683
2681
|
*/
|
2684
2682
|
get measureHierarchies() {
|
2685
2683
|
return this.extractDefaultFields(this.dataService.state.measureAxes);
|
2686
2684
|
}
|
2687
|
-
;
|
2688
2685
|
/**
|
2689
2686
|
* Updates the respective axis configuration of the current state
|
2690
2687
|
* when a chip is deleted from the UI
|
@@ -2699,7 +2696,6 @@ class PivotGridConfiguratorComponent {
|
|
2699
2696
|
if (!this.navigation) {
|
2700
2697
|
return;
|
2701
2698
|
}
|
2702
|
-
;
|
2703
2699
|
this.zone.runOutsideAngular(() => setTimeout(() => this.navigation.focusElement(this.navigation.elements[targetIndex - 1], this.navigation.elements[targetIndex])));
|
2704
2700
|
}
|
2705
2701
|
/**
|
@@ -2802,7 +2798,6 @@ class PivotGridConfiguratorComponent {
|
|
2802
2798
|
});
|
2803
2799
|
return Array.from(result);
|
2804
2800
|
}
|
2805
|
-
;
|
2806
2801
|
/**
|
2807
2802
|
* Swaps chips within the same ChipList
|
2808
2803
|
*/
|
@@ -2830,8 +2825,8 @@ class PivotGridConfiguratorComponent {
|
|
2830
2825
|
this[`${targetCollectionName}sList`]?.chips.last.focus();
|
2831
2826
|
}
|
2832
2827
|
}
|
2833
|
-
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2834
|
-
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
2828
|
+
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridConfiguratorComponent, deps: [{ token: PivotGridDataService }, { token: i1.LocalizationService }, { token: ConfiguratorService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
2829
|
+
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
|
2835
2830
|
ConfiguratorService,
|
2836
2831
|
DropCueService,
|
2837
2832
|
SinglePopupService
|
@@ -3018,8 +3013,8 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3018
3013
|
<button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
|
3019
3014
|
</div>
|
3020
3015
|
</div>
|
3021
|
-
`, isInline: true,
|
3022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3016
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4$1.TreeViewComponent, selector: "kendo-treeview", inputs: ["filterInputPlaceholder", "expandDisabledNodes", "animate", "nodeTemplate", "loadMoreButtonTemplate", "trackBy", "nodes", "textField", "hasChildren", "isChecked", "isDisabled", "hasCheckbox", "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"] }, { kind: "directive", type: i4$1.NodeTemplateDirective, selector: "[kendoTreeViewNodeTemplate]" }, { kind: "directive", type: i4$1.ExpandDirective, selector: "[kendoTreeViewExpandable]", inputs: ["isExpanded", "expandBy", "expandOnFilter", "expandedKeys"], outputs: ["expandedKeysChange"] }, { kind: "directive", type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: ChipMenuComponent, selector: "kendo-pivot-chip-menu", inputs: ["chip", "tabIndex", "isMeasureField"] }, { kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i7.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i5.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "component", type: i9.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i9.ChipComponent, selector: "kendo-chip", inputs: ["label", "icon", "svgIcon", "iconClass", "avatarClass", "selected", "removable", "removeIcon", "removeSvgIcon", "hasMenu", "menuIcon", "menuSvgIcon", "disabled", "size", "rounded", "fillMode", "themeColor"], outputs: ["remove", "menuToggle", "contentClick"] }, { kind: "component", type: i9.ChipListComponent, selector: "kendo-chiplist, kendo-chip-list", inputs: ["selection", "size", "role", "navigable"], outputs: ["selectedChange", "remove"] }, { kind: "directive", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: ["item"] }, { kind: "directive", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["item", "axes"] }, { kind: "directive", type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: ["reorder"] }] });
|
3017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridConfiguratorComponent, decorators: [{
|
3023
3018
|
type: Component,
|
3024
3019
|
args: [{
|
3025
3020
|
selector: 'kendo-pivotgrid-configurator',
|
@@ -3248,9 +3243,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
3248
3243
|
*/
|
3249
3244
|
class PivotGridMessages extends ComponentMessages {
|
3250
3245
|
}
|
3251
|
-
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
3252
|
-
PivotGridMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
3253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3246
|
+
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
3247
|
+
PivotGridMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", 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", fieldMenuMoveToColumnsItem: "fieldMenuMoveToColumnsItem", fieldMenuMoveToRowsItem: "fieldMenuMoveToRowsItem", fieldMenuMovePreviousItem: "fieldMenuMovePreviousItem", fieldMenuMoveNextItem: "fieldMenuMoveNextItem", chipMenuIconTitle: "chipMenuIconTitle" }, usesInheritance: true, ngImport: i0 });
|
3248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridMessages, decorators: [{
|
3254
3249
|
type: Directive
|
3255
3250
|
}], propDecorators: { fieldMenuFilterItemLabel: [{
|
3256
3251
|
type: Input
|
@@ -3333,14 +3328,14 @@ class LocalizedMessagesDirective extends PivotGridMessages {
|
|
3333
3328
|
this.service = service;
|
3334
3329
|
}
|
3335
3330
|
}
|
3336
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
3337
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
3331
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
3332
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]", providers: [
|
3338
3333
|
{
|
3339
3334
|
provide: PivotGridMessages,
|
3340
3335
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
3341
3336
|
}
|
3342
3337
|
], usesInheritance: true, ngImport: i0 });
|
3343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
3344
3339
|
type: Directive,
|
3345
3340
|
args: [{
|
3346
3341
|
providers: [
|
@@ -3447,7 +3442,6 @@ class PivotGridComponent {
|
|
3447
3442
|
set loaderSettings(settings) {
|
3448
3443
|
this._loaderSettings = Object.assign({}, DEFAULT_LOADER_SETTINGS, settings);
|
3449
3444
|
}
|
3450
|
-
;
|
3451
3445
|
get loaderSettings() {
|
3452
3446
|
return this._loaderSettings;
|
3453
3447
|
}
|
@@ -3529,7 +3523,6 @@ class PivotGridComponent {
|
|
3529
3523
|
setTimeout(() => this.navigation.focusElement(el, null));
|
3530
3524
|
});
|
3531
3525
|
}
|
3532
|
-
;
|
3533
3526
|
}
|
3534
3527
|
}
|
3535
3528
|
initNavigation() {
|
@@ -3572,8 +3565,8 @@ class PivotGridComponent {
|
|
3572
3565
|
}
|
3573
3566
|
}
|
3574
3567
|
}
|
3575
|
-
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
3576
|
-
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
3568
|
+
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: PivotGridDataService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i1$1.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
3569
|
+
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", 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: [
|
3577
3570
|
PivotGridDataService,
|
3578
3571
|
LocalizationService,
|
3579
3572
|
PivotLocalizationService,
|
@@ -3738,8 +3731,8 @@ PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
3738
3731
|
<span>{{messageFor('configuratorButtonText')}}<kendo-icon-wrapper name="gear" innerCssClass="k-color-inherit" [svgIcon]="gearSVGIcon"></kendo-icon-wrapper>
|
3739
3732
|
</span>
|
3740
3733
|
</div>
|
3741
|
-
`, isInline: true,
|
3742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3734
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4$2.LoaderComponent, selector: "kendo-loader", inputs: ["type", "themeColor", "size"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: ["tableType", "colWidth", "customCellTemplate", "valueCellTemplate", "rowHeaderCellTemplate", "columnHeaderCellTemplate"] }, { kind: "component", type: PivotGridConfiguratorComponent, selector: "kendo-pivotgrid-configurator", inputs: ["orientation", "sort", "filter", "navigation"], outputs: ["close"] }, { kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]" }] });
|
3735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridComponent, decorators: [{
|
3743
3736
|
type: Component,
|
3744
3737
|
args: [{
|
3745
3738
|
selector: 'kendo-pivotgrid',
|
@@ -3981,7 +3974,6 @@ class ExpandChangeEvent extends PreventableEvent {
|
|
3981
3974
|
Object.assign(this, args);
|
3982
3975
|
}
|
3983
3976
|
}
|
3984
|
-
;
|
3985
3977
|
|
3986
3978
|
/**
|
3987
3979
|
* The event data for the ConfigurationChangeEvent
|
@@ -3995,7 +3987,6 @@ class ConfigurationChangeEvent extends PreventableEvent {
|
|
3995
3987
|
Object.assign(this, args);
|
3996
3988
|
}
|
3997
3989
|
}
|
3998
|
-
;
|
3999
3990
|
|
4000
3991
|
/**
|
4001
3992
|
* @hidden
|
@@ -4109,11 +4100,10 @@ class PivotBaseBindingDirective {
|
|
4109
4100
|
this[axes] = newHeaders;
|
4110
4101
|
this.loadData(this.dataService.state);
|
4111
4102
|
}
|
4112
|
-
;
|
4113
4103
|
}
|
4114
|
-
PivotBaseBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4115
|
-
PivotBaseBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4104
|
+
PivotBaseBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotBaseBindingDirective, deps: [{ token: PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
4105
|
+
PivotBaseBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", 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 });
|
4106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotBaseBindingDirective, decorators: [{
|
4117
4107
|
type: Directive,
|
4118
4108
|
args: [{
|
4119
4109
|
selector: 'kendo-base-binding-directive'
|
@@ -4188,9 +4178,9 @@ class PivotLocalBindingDirective extends PivotBaseBindingDirective {
|
|
4188
4178
|
return Array.from(rootFields(axes).keys()).join(stringSeparator);
|
4189
4179
|
}
|
4190
4180
|
}
|
4191
|
-
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4192
|
-
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4181
|
+
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalBindingDirective, deps: [{ token: PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
4182
|
+
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PivotLocalBindingDirective, selector: "[kendoPivotLocalBinding]", inputs: { data: ["kendoPivotLocalBinding", "data"], dimensions: "dimensions", measures: "measures" }, exportAs: ["kendoPivotLocalBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
4183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalBindingDirective, decorators: [{
|
4194
4184
|
type: Directive,
|
4195
4185
|
args: [{
|
4196
4186
|
selector: '[kendoPivotLocalBinding]',
|
@@ -4289,7 +4279,6 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4289
4279
|
}
|
4290
4280
|
return data;
|
4291
4281
|
}
|
4292
|
-
;
|
4293
4282
|
getField(nodes = [], target) {
|
4294
4283
|
for (let i = 0; i < nodes.length; i++) {
|
4295
4284
|
const node = nodes[i];
|
@@ -4303,7 +4292,6 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4303
4292
|
}
|
4304
4293
|
return null;
|
4305
4294
|
}
|
4306
|
-
;
|
4307
4295
|
async loadKPIs() {
|
4308
4296
|
const options = {
|
4309
4297
|
connection: {
|
@@ -4318,7 +4306,6 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4318
4306
|
};
|
4319
4307
|
return fetchDiscover({ url: this.url }, options);
|
4320
4308
|
}
|
4321
|
-
;
|
4322
4309
|
async loadAvailableFields(field) {
|
4323
4310
|
let command;
|
4324
4311
|
let dimensionUniqueName;
|
@@ -4355,11 +4342,10 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4355
4342
|
};
|
4356
4343
|
return fetchDiscover({ url: this.url }, options);
|
4357
4344
|
}
|
4358
|
-
;
|
4359
4345
|
}
|
4360
|
-
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4361
|
-
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4346
|
+
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotOLAPBindingDirective, deps: [{ token: PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
4347
|
+
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PivotOLAPBindingDirective, selector: "[kendoPivotOLAPBinding]", inputs: { url: "url", cube: "cube", catalog: "catalog" }, exportAs: ["kendoPivotOLAPBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
4348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotOLAPBindingDirective, decorators: [{
|
4363
4349
|
type: Directive,
|
4364
4350
|
args: [{
|
4365
4351
|
selector: '[kendoPivotOLAPBinding]',
|
@@ -4386,14 +4372,14 @@ class CustomMessagesComponent extends PivotGridMessages {
|
|
4386
4372
|
return true;
|
4387
4373
|
}
|
4388
4374
|
}
|
4389
|
-
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4390
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
4375
|
+
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
4376
|
+
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CustomMessagesComponent, selector: "kendo-pivotgrid-messages", providers: [
|
4391
4377
|
{
|
4392
4378
|
provide: PivotGridMessages,
|
4393
4379
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
4394
4380
|
}
|
4395
4381
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
4396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
4397
4383
|
type: Component,
|
4398
4384
|
args: [{
|
4399
4385
|
providers: [
|
@@ -4419,8 +4405,8 @@ const MODULES = [
|
|
4419
4405
|
*/
|
4420
4406
|
class SharedModule {
|
4421
4407
|
}
|
4422
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4423
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
4408
|
+
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
4409
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, imports: [CommonModule,
|
4424
4410
|
DropDownsModule,
|
4425
4411
|
InputsModule,
|
4426
4412
|
IconsModule,
|
@@ -4429,12 +4415,12 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
4429
4415
|
InputsModule,
|
4430
4416
|
IconsModule,
|
4431
4417
|
ButtonsModule] });
|
4432
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
4418
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, imports: [MODULES, CommonModule,
|
4433
4419
|
DropDownsModule,
|
4434
4420
|
InputsModule,
|
4435
4421
|
IconsModule,
|
4436
4422
|
ButtonsModule] });
|
4437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
|
4438
4424
|
type: NgModule,
|
4439
4425
|
args: [{
|
4440
4426
|
imports: [MODULES],
|
@@ -4470,8 +4456,8 @@ class ChipMenuModule {
|
|
4470
4456
|
];
|
4471
4457
|
}
|
4472
4458
|
}
|
4473
|
-
ChipMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4474
|
-
ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
4459
|
+
ChipMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
4460
|
+
ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, declarations: [ChipMenuItemComponent,
|
4475
4461
|
ChipMenuSortComponent,
|
4476
4462
|
ChipMenuComponent,
|
4477
4463
|
ChipMenuFilterComponent,
|
@@ -4494,12 +4480,10 @@ ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
4494
4480
|
ChipMenuContainerComponent,
|
4495
4481
|
ChipMenuItemDirective,
|
4496
4482
|
ChipMenuReorderComponent] });
|
4497
|
-
ChipMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
4498
|
-
|
4499
|
-
|
4500
|
-
|
4501
|
-
]] });
|
4502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuModule, decorators: [{
|
4483
|
+
ChipMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, imports: [SharedModule,
|
4484
|
+
ReactiveFormsModule,
|
4485
|
+
FormsModule] });
|
4486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, decorators: [{
|
4503
4487
|
type: NgModule,
|
4504
4488
|
args: [{
|
4505
4489
|
declarations: [COMPONENTS],
|
@@ -4555,8 +4539,8 @@ const EXPORTS = [
|
|
4555
4539
|
*/
|
4556
4540
|
class PivotGridModule {
|
4557
4541
|
}
|
4558
|
-
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4559
|
-
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
4542
|
+
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
4543
|
+
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, declarations: [PivotGridComponent,
|
4560
4544
|
PivotGridTableComponent,
|
4561
4545
|
PivotGridConfiguratorComponent,
|
4562
4546
|
PivotGridCellDirective,
|
@@ -4586,8 +4570,8 @@ PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
4586
4570
|
ValueCellTemplateDirective,
|
4587
4571
|
RowHeaderCellTemplateDirective,
|
4588
4572
|
ColumnHeaderCellTemplateDirective] });
|
4589
|
-
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
4590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4573
|
+
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, imports: [IMPORTED_MODULES] });
|
4574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, decorators: [{
|
4591
4575
|
type: NgModule,
|
4592
4576
|
args: [{
|
4593
4577
|
imports: [...IMPORTED_MODULES],
|