@progress/kendo-angular-pivotgrid 16.0.0-develop.1 → 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
|
import { __awaiter } from 'tslib';
|
36
36
|
|
@@ -41,8 +41,8 @@ const packageMetadata = {
|
|
41
41
|
name: '@progress/kendo-angular-pivotgrid',
|
42
42
|
productName: 'Kendo UI for Angular',
|
43
43
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
44
|
-
publishDate:
|
45
|
-
version: '16.0.0-develop.
|
44
|
+
publishDate: 1714109761,
|
45
|
+
version: '16.0.0-develop.4',
|
46
46
|
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'
|
47
47
|
};
|
48
48
|
|
@@ -287,9 +287,9 @@ class PivotGridDataService {
|
|
287
287
|
}
|
288
288
|
}
|
289
289
|
}
|
290
|
-
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
291
|
-
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
290
|
+
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
291
|
+
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService });
|
292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService, decorators: [{
|
293
293
|
type: Injectable
|
294
294
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { expandedStateChange: [{
|
295
295
|
type: Output
|
@@ -315,9 +315,9 @@ class PivotLocalizationService {
|
|
315
315
|
return this.localization.rtl;
|
316
316
|
}
|
317
317
|
}
|
318
|
-
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
319
|
-
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
318
|
+
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
319
|
+
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService });
|
320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService, decorators: [{
|
321
321
|
type: Injectable
|
322
322
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
323
323
|
|
@@ -348,9 +348,9 @@ class CellTemplateDirective {
|
|
348
348
|
this.templateRef = templateRef;
|
349
349
|
}
|
350
350
|
}
|
351
|
-
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
352
|
-
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
351
|
+
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
352
|
+
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CellTemplateDirective, selector: "[kendoPivotGridCellTemplate]", ngImport: i0 });
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
354
354
|
type: Directive,
|
355
355
|
args: [{
|
356
356
|
selector: '[kendoPivotGridCellTemplate]'
|
@@ -383,9 +383,9 @@ class ValueCellTemplateDirective {
|
|
383
383
|
this.templateRef = templateRef;
|
384
384
|
}
|
385
385
|
}
|
386
|
-
ValueCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
387
|
-
ValueCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
386
|
+
ValueCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
387
|
+
ValueCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ValueCellTemplateDirective, selector: "[kendoPivotGridValueCellTemplate]", ngImport: i0 });
|
388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ValueCellTemplateDirective, decorators: [{
|
389
389
|
type: Directive,
|
390
390
|
args: [{
|
391
391
|
selector: '[kendoPivotGridValueCellTemplate]'
|
@@ -419,9 +419,9 @@ class RowHeaderCellTemplateDirective {
|
|
419
419
|
this.templateRef = templateRef;
|
420
420
|
}
|
421
421
|
}
|
422
|
-
RowHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
423
|
-
RowHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
422
|
+
RowHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowHeaderCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
423
|
+
RowHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RowHeaderCellTemplateDirective, selector: "[kendoPivotGridRowHeaderCellTemplate]", ngImport: i0 });
|
424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowHeaderCellTemplateDirective, decorators: [{
|
425
425
|
type: Directive,
|
426
426
|
args: [{
|
427
427
|
selector: '[kendoPivotGridRowHeaderCellTemplate]'
|
@@ -455,9 +455,9 @@ class ColumnHeaderCellTemplateDirective {
|
|
455
455
|
this.templateRef = templateRef;
|
456
456
|
}
|
457
457
|
}
|
458
|
-
ColumnHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
459
|
-
ColumnHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
458
|
+
ColumnHeaderCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnHeaderCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
459
|
+
ColumnHeaderCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ColumnHeaderCellTemplateDirective, selector: "[kendoPivotGridColumnHeaderCellTemplate]", ngImport: i0 });
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColumnHeaderCellTemplateDirective, decorators: [{
|
461
461
|
type: Directive,
|
462
462
|
args: [{
|
463
463
|
selector: '[kendoPivotGridColumnHeaderCellTemplate]'
|
@@ -512,8 +512,8 @@ class PivotGridCellDirective {
|
|
512
512
|
}
|
513
513
|
}
|
514
514
|
}
|
515
|
-
PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
516
|
-
PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
515
|
+
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 });
|
516
|
+
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: `
|
517
517
|
<kendo-icon-wrapper
|
518
518
|
*ngIf="kendoPivotGridCell.hasChildren && !kendoPivotGridCell.total"
|
519
519
|
aria-hidden="true"
|
@@ -573,8 +573,8 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
573
573
|
<span *ngIf="!customCellTemplate && isNotProvidedCellTemplatePerType">
|
574
574
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}
|
575
575
|
</span>
|
576
|
-
`, isInline: true,
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
576
|
+
`, 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"] }] });
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridCellDirective, decorators: [{
|
578
578
|
type: Component,
|
579
579
|
args: [{
|
580
580
|
// eslint-disable-next-line @angular-eslint/component-selector
|
@@ -683,8 +683,8 @@ class PivotGridTableComponent {
|
|
683
683
|
this.dataChangeSubs.unsubscribe();
|
684
684
|
}
|
685
685
|
}
|
686
|
-
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
687
|
-
PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
686
|
+
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridTableComponent, deps: [{ token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
|
687
|
+
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: `
|
688
688
|
<table
|
689
689
|
class="k-pivotgrid-table"
|
690
690
|
role="presentation">
|
@@ -724,8 +724,8 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
724
724
|
</tr>
|
725
725
|
</tbody>
|
726
726
|
</table>
|
727
|
-
`, isInline: true,
|
728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
727
|
+
`, 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"] }] });
|
728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridTableComponent, decorators: [{
|
729
729
|
type: Component,
|
730
730
|
args: [{
|
731
731
|
selector: 'kendo-pivotgrid-table',
|
@@ -825,9 +825,9 @@ class ConfiguratorService {
|
|
825
825
|
this.configuratorStateChange.emit(this.state);
|
826
826
|
}
|
827
827
|
}
|
828
|
-
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
829
|
-
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
828
|
+
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService, deps: [{ token: PivotGridDataService }], target: i0.ɵɵFactoryTarget.Injectable });
|
829
|
+
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService });
|
830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService, decorators: [{
|
831
831
|
type: Injectable
|
832
832
|
}], ctorParameters: function () { return [{ type: PivotGridDataService }]; }, propDecorators: { configuratorStateChange: [{
|
833
833
|
type: Output
|
@@ -896,9 +896,9 @@ class DropCueService {
|
|
896
896
|
this.dom.style.display = '';
|
897
897
|
}
|
898
898
|
}
|
899
|
-
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
900
|
-
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
899
|
+
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
900
|
+
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService });
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, decorators: [{
|
902
902
|
type: Injectable
|
903
903
|
}] });
|
904
904
|
|
@@ -1010,9 +1010,9 @@ class SinglePopupService {
|
|
1010
1010
|
});
|
1011
1011
|
}
|
1012
1012
|
}
|
1013
|
-
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1014
|
-
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1013
|
+
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 });
|
1014
|
+
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService });
|
1015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService, decorators: [{
|
1016
1016
|
type: Injectable
|
1017
1017
|
}], ctorParameters: function () { return [{ type: i1$2.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: PivotLocalizationService }]; } });
|
1018
1018
|
|
@@ -1024,9 +1024,9 @@ class MenuTabbingService {
|
|
1024
1024
|
this.isPopupOpen = false;
|
1025
1025
|
}
|
1026
1026
|
}
|
1027
|
-
MenuTabbingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1028
|
-
MenuTabbingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1027
|
+
MenuTabbingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MenuTabbingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
1028
|
+
MenuTabbingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MenuTabbingService });
|
1029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MenuTabbingService, decorators: [{
|
1030
1030
|
type: Injectable
|
1031
1031
|
}] });
|
1032
1032
|
|
@@ -1052,131 +1052,12 @@ class ChipMenuService {
|
|
1052
1052
|
this.sub.unsubscribe();
|
1053
1053
|
}
|
1054
1054
|
}
|
1055
|
-
ChipMenuService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1056
|
-
ChipMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1055
|
+
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 });
|
1056
|
+
ChipMenuService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuService });
|
1057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuService, decorators: [{
|
1058
1058
|
type: Injectable
|
1059
1059
|
}], ctorParameters: function () { return [{ type: MenuTabbingService }, { type: ConfiguratorService }]; } });
|
1060
1060
|
|
1061
|
-
/**
|
1062
|
-
* @hidden
|
1063
|
-
*/
|
1064
|
-
class ChipMenuItemDirective {
|
1065
|
-
constructor(hostElement, renderer, ngZone) {
|
1066
|
-
this.hostElement = hostElement;
|
1067
|
-
this.renderer = renderer;
|
1068
|
-
this.ngZone = ngZone;
|
1069
|
-
this._isFirst = false;
|
1070
|
-
this._isLast = false;
|
1071
|
-
this.subs = new Subscription();
|
1072
|
-
this.onTab = (e) => {
|
1073
|
-
if (e.keyCode !== Keys.Tab) {
|
1074
|
-
return;
|
1075
|
-
}
|
1076
|
-
if (this.isFirst && e.shiftKey && e.target === this.chipMenuItems[0]) {
|
1077
|
-
e.preventDefault();
|
1078
|
-
this.menuItemComponent.service.menuTabbingService.lastFocusable.focus();
|
1079
|
-
}
|
1080
|
-
if (this.isLast && !e.shiftKey) {
|
1081
|
-
const lastColumnMenuItem = this.getLastColumnMenuItem();
|
1082
|
-
const isExpanded = this.menuItemComponent.expanded;
|
1083
|
-
if (lastColumnMenuItem === e.target && !isExpanded) {
|
1084
|
-
e.preventDefault();
|
1085
|
-
this.menuItemComponent.service.menuTabbingService.firstFocusable.focus();
|
1086
|
-
}
|
1087
|
-
}
|
1088
|
-
};
|
1089
|
-
}
|
1090
|
-
set isFirst(value) {
|
1091
|
-
if (value) {
|
1092
|
-
const focusableElement = this.chipMenuItems[0];
|
1093
|
-
this.menuItemComponent.service.menuTabbingService.firstFocusable = focusableElement;
|
1094
|
-
this.ngZone.runOutsideAngular(() => {
|
1095
|
-
const firstItemKeydownSub = this.renderer.listen(focusableElement, 'keydown', this.onTab);
|
1096
|
-
this.subs.add(firstItemKeydownSub);
|
1097
|
-
});
|
1098
|
-
}
|
1099
|
-
this._isFirst = value;
|
1100
|
-
}
|
1101
|
-
get isFirst() {
|
1102
|
-
return this._isFirst;
|
1103
|
-
}
|
1104
|
-
set isLast(value) {
|
1105
|
-
if (!this.chipMenuItems) {
|
1106
|
-
return;
|
1107
|
-
}
|
1108
|
-
if (value) {
|
1109
|
-
const lastFocusableElement = this.getLastColumnMenuItem();
|
1110
|
-
this.menuItemComponent.service.menuTabbingService.lastFocusable = lastFocusableElement;
|
1111
|
-
this.ngZone.runOutsideAngular(() => {
|
1112
|
-
const lastItemKeydownSub = this.renderer.listen(lastFocusableElement, 'keydown', this.onTab);
|
1113
|
-
this.subs.add(lastItemKeydownSub);
|
1114
|
-
});
|
1115
|
-
}
|
1116
|
-
this._isLast = value;
|
1117
|
-
}
|
1118
|
-
get isLast() {
|
1119
|
-
return this._isLast;
|
1120
|
-
}
|
1121
|
-
ngAfterViewInit() {
|
1122
|
-
this.chipMenuItems = this.hostElement.nativeElement.querySelectorAll('.k-columnmenu-item');
|
1123
|
-
this.chipMenuItems.forEach(el => this.renderer.setAttribute(el, 'tabindex', '0'));
|
1124
|
-
}
|
1125
|
-
ngOnDestroy() {
|
1126
|
-
this.subs.unsubscribe();
|
1127
|
-
}
|
1128
|
-
getLastColumnMenuItem() {
|
1129
|
-
return this.chipMenuItems[this.chipMenuItems.length - 1];
|
1130
|
-
}
|
1131
|
-
}
|
1132
|
-
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 });
|
1133
|
-
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: { menuItemComponent: ["kendoPivotChipMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuItemDirective, decorators: [{
|
1135
|
-
type: Directive,
|
1136
|
-
args: [{ selector: '[kendoPivotChipMenuItem]' }]
|
1137
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { menuItemComponent: [{
|
1138
|
-
type: Input,
|
1139
|
-
args: ['kendoPivotChipMenuItem']
|
1140
|
-
}] } });
|
1141
|
-
|
1142
|
-
/**
|
1143
|
-
* @hidden
|
1144
|
-
*/
|
1145
|
-
class ChipMenuContainerComponent {
|
1146
|
-
constructor(service, ngZone) {
|
1147
|
-
this.service = service;
|
1148
|
-
this.ngZone = ngZone;
|
1149
|
-
this.hostClass = true;
|
1150
|
-
}
|
1151
|
-
ngAfterViewInit() {
|
1152
|
-
if (!this.chipMenuItems.length) {
|
1153
|
-
return;
|
1154
|
-
}
|
1155
|
-
this.chipMenuItems.first.isFirst = true;
|
1156
|
-
this.chipMenuItems.last.isLast = true;
|
1157
|
-
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.service.menuTabbingService.firstFocusable.focus());
|
1158
|
-
}
|
1159
|
-
}
|
1160
|
-
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 });
|
1161
|
-
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: `
|
1162
|
-
<ng-content></ng-content>
|
1163
|
-
`, isInline: true });
|
1164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuContainerComponent, decorators: [{
|
1165
|
-
type: Component,
|
1166
|
-
args: [{
|
1167
|
-
selector: 'kendo-pivot-chipmenu-container',
|
1168
|
-
template: `
|
1169
|
-
<ng-content></ng-content>
|
1170
|
-
`
|
1171
|
-
}]
|
1172
|
-
}], ctorParameters: function () { return [{ type: ChipMenuService }, { type: i0.NgZone }]; }, propDecorators: { chipMenuItems: [{
|
1173
|
-
type: ContentChildren,
|
1174
|
-
args: [ChipMenuItemDirective, { descendants: true }]
|
1175
|
-
}], hostClass: [{
|
1176
|
-
type: HostBinding,
|
1177
|
-
args: ['class.k-grid-columnmenu-popup']
|
1178
|
-
}] } });
|
1179
|
-
|
1180
1061
|
/**
|
1181
1062
|
* @hidden
|
1182
1063
|
*/
|
@@ -1193,9 +1074,9 @@ class ChipMenuItemBase {
|
|
1193
1074
|
this.service.close();
|
1194
1075
|
}
|
1195
1076
|
}
|
1196
|
-
ChipMenuItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1197
|
-
ChipMenuItemBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1077
|
+
ChipMenuItemBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
1078
|
+
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 });
|
1079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemBase, decorators: [{
|
1199
1080
|
type: Component,
|
1200
1081
|
args: [{
|
1201
1082
|
selector: 'kendo-pivot-chip-menu-item-base',
|
@@ -1219,9 +1100,9 @@ class ChipMenuItemContentTemplateDirective {
|
|
1219
1100
|
this.templateRef = templateRef;
|
1220
1101
|
}
|
1221
1102
|
}
|
1222
|
-
ChipMenuItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1223
|
-
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
1224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1103
|
+
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 });
|
1104
|
+
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuItemContentTemplateDirective, selector: "[kendoPivotChipMenuItemContentTemplate]", ngImport: i0 });
|
1105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemContentTemplateDirective, decorators: [{
|
1225
1106
|
type: Directive,
|
1226
1107
|
args: [{
|
1227
1108
|
selector: '[kendoPivotChipMenuItemContentTemplate]'
|
@@ -1278,8 +1159,8 @@ class ChipMenuItemComponent {
|
|
1278
1159
|
this.contentState = this.expanded ? 'expanded' : 'collapsed';
|
1279
1160
|
}
|
1280
1161
|
}
|
1281
|
-
ChipMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1282
|
-
ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1162
|
+
ChipMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
1163
|
+
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: `
|
1283
1164
|
<div
|
1284
1165
|
class="k-columnmenu-item"
|
1285
1166
|
(click)="onClick($event)"
|
@@ -1300,7 +1181,7 @@ ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
1300
1181
|
<div *ngIf="contentTemplate" [@state]="contentState" [style.overflow]="'hidden'" class="k-columnmenu-item-content">
|
1301
1182
|
<ng-container [ngTemplateOutlet]="contentTemplate.templateRef"></ng-container>
|
1302
1183
|
<div>
|
1303
|
-
`, isInline: true,
|
1184
|
+
`, 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: [
|
1304
1185
|
trigger('state', [
|
1305
1186
|
state('collapsed', style({ display: 'none' })),
|
1306
1187
|
state('expanded', style({ display: 'block' })),
|
@@ -1323,7 +1204,7 @@ ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
1323
1204
|
])
|
1324
1205
|
])
|
1325
1206
|
] });
|
1326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemComponent, decorators: [{
|
1327
1208
|
type: Component,
|
1328
1209
|
args: [{
|
1329
1210
|
animations: [
|
@@ -1439,8 +1320,8 @@ class ChipMenuSortComponent extends ChipMenuItemBase {
|
|
1439
1320
|
return [].concat(this.configuratorService.state.sort || []).find(s => s.field === this.chip.name.toString());
|
1440
1321
|
}
|
1441
1322
|
}
|
1442
|
-
ChipMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1443
|
-
ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1323
|
+
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 });
|
1324
|
+
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: `
|
1444
1325
|
<kendo-pivot-chipmenu-item
|
1445
1326
|
[text]="messageFor('fieldMenuSortAscendingItemLabel')"
|
1446
1327
|
icon="sort-asc-small"
|
@@ -1455,8 +1336,8 @@ ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
1455
1336
|
(itemClick)="toggleSort('desc')"
|
1456
1337
|
[selected]="sortedDesc">
|
1457
1338
|
</kendo-pivot-chipmenu-item>
|
1458
|
-
`, isInline: true,
|
1459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1339
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "expanded", "disabled"], outputs: ["itemClick", "expand", "collapse"] }] });
|
1340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuSortComponent, decorators: [{
|
1460
1341
|
type: Component,
|
1461
1342
|
args: [{
|
1462
1343
|
selector: 'kendo-pivot-chipmenu-sort',
|
@@ -1503,9 +1384,9 @@ class FilterMenuDropDownListDirective {
|
|
1503
1384
|
this.host.wrapper.nativeElement.removeEventListener('keydown', this.keydownHandler);
|
1504
1385
|
}
|
1505
1386
|
}
|
1506
|
-
FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1507
|
-
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
1508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1387
|
+
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 });
|
1388
|
+
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
1389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
|
1509
1390
|
type: Directive,
|
1510
1391
|
args: [{ selector: '[kendoFilterMenuDropDown]' }]
|
1511
1392
|
}], ctorParameters: function () { return [{ type: i1$3.DropDownListComponent }]; }, propDecorators: { filterMenuDropDownLabel: [{
|
@@ -1577,8 +1458,8 @@ class StringFilterMenuComponent {
|
|
1577
1458
|
this.subscription.unsubscribe();
|
1578
1459
|
}
|
1579
1460
|
}
|
1580
|
-
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1581
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1461
|
+
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 });
|
1462
|
+
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: [{
|
1582
1463
|
provide: NG_VALUE_ACCESSOR,
|
1583
1464
|
useExisting: forwardRef(() => StringFilterMenuComponent),
|
1584
1465
|
multi: true
|
@@ -1598,8 +1479,8 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
1598
1479
|
formControlName="value"
|
1599
1480
|
/>
|
1600
1481
|
</ng-container>
|
1601
|
-
`, isInline: true,
|
1602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1482
|
+
`, 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"] }] });
|
1483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
1603
1484
|
type: Component,
|
1604
1485
|
args: [{
|
1605
1486
|
selector: 'kendo-pivot-string-filter-menu',
|
@@ -1697,8 +1578,8 @@ class FilterMenuContainerComponent {
|
|
1697
1578
|
return this.localization.get(localizationToken);
|
1698
1579
|
}
|
1699
1580
|
}
|
1700
|
-
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1701
|
-
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1581
|
+
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 });
|
1582
|
+
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: [
|
1702
1583
|
MenuTabbingService
|
1703
1584
|
], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
|
1704
1585
|
<form (submit)="submit()" (reset)="reset()"
|
@@ -1726,8 +1607,8 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
1726
1607
|
</div>
|
1727
1608
|
</div>
|
1728
1609
|
</form>
|
1729
|
-
`, isInline: true,
|
1730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1610
|
+
`, 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"] }] });
|
1611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
1731
1612
|
type: Component,
|
1732
1613
|
args: [{
|
1733
1614
|
providers: [
|
@@ -1835,8 +1716,8 @@ class ChipMenuFilterComponent extends ChipMenuItemBase {
|
|
1835
1716
|
return this.localization.get(localizationToken);
|
1836
1717
|
}
|
1837
1718
|
}
|
1838
|
-
ChipMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1839
|
-
ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1719
|
+
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 });
|
1720
|
+
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: `
|
1840
1721
|
<kendo-pivot-chipmenu-item
|
1841
1722
|
classs="k-widget k-expander"
|
1842
1723
|
[text]="messageFor('fieldMenuFilterItemLabel')"
|
@@ -1857,8 +1738,8 @@ ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
1857
1738
|
</kendo-pivot-filter-menu-container>
|
1858
1739
|
</ng-template>
|
1859
1740
|
</kendo-pivot-chipmenu-item>
|
1860
|
-
`, isInline: true,
|
1861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1741
|
+
`, 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"] }] });
|
1742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuFilterComponent, decorators: [{
|
1862
1743
|
type: Component,
|
1863
1744
|
args: [{
|
1864
1745
|
selector: 'kendo-pivot-chipmenu-filter',
|
@@ -1897,6 +1778,125 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
1897
1778
|
type: Input
|
1898
1779
|
}] } });
|
1899
1780
|
|
1781
|
+
/**
|
1782
|
+
* @hidden
|
1783
|
+
*/
|
1784
|
+
class ChipMenuItemDirective {
|
1785
|
+
constructor(hostElement, renderer, ngZone) {
|
1786
|
+
this.hostElement = hostElement;
|
1787
|
+
this.renderer = renderer;
|
1788
|
+
this.ngZone = ngZone;
|
1789
|
+
this._isFirst = false;
|
1790
|
+
this._isLast = false;
|
1791
|
+
this.subs = new Subscription();
|
1792
|
+
this.onTab = (e) => {
|
1793
|
+
if (e.keyCode !== Keys.Tab) {
|
1794
|
+
return;
|
1795
|
+
}
|
1796
|
+
if (this.isFirst && e.shiftKey && e.target === this.chipMenuItems[0]) {
|
1797
|
+
e.preventDefault();
|
1798
|
+
this.menuItemComponent.service.menuTabbingService.lastFocusable.focus();
|
1799
|
+
}
|
1800
|
+
if (this.isLast && !e.shiftKey) {
|
1801
|
+
const lastColumnMenuItem = this.getLastColumnMenuItem();
|
1802
|
+
const isExpanded = this.menuItemComponent.expanded;
|
1803
|
+
if (lastColumnMenuItem === e.target && !isExpanded) {
|
1804
|
+
e.preventDefault();
|
1805
|
+
this.menuItemComponent.service.menuTabbingService.firstFocusable.focus();
|
1806
|
+
}
|
1807
|
+
}
|
1808
|
+
};
|
1809
|
+
}
|
1810
|
+
set isFirst(value) {
|
1811
|
+
if (value) {
|
1812
|
+
const focusableElement = this.chipMenuItems[0];
|
1813
|
+
this.menuItemComponent.service.menuTabbingService.firstFocusable = focusableElement;
|
1814
|
+
this.ngZone.runOutsideAngular(() => {
|
1815
|
+
const firstItemKeydownSub = this.renderer.listen(focusableElement, 'keydown', this.onTab);
|
1816
|
+
this.subs.add(firstItemKeydownSub);
|
1817
|
+
});
|
1818
|
+
}
|
1819
|
+
this._isFirst = value;
|
1820
|
+
}
|
1821
|
+
get isFirst() {
|
1822
|
+
return this._isFirst;
|
1823
|
+
}
|
1824
|
+
set isLast(value) {
|
1825
|
+
if (!this.chipMenuItems) {
|
1826
|
+
return;
|
1827
|
+
}
|
1828
|
+
if (value) {
|
1829
|
+
const lastFocusableElement = this.getLastColumnMenuItem();
|
1830
|
+
this.menuItemComponent.service.menuTabbingService.lastFocusable = lastFocusableElement;
|
1831
|
+
this.ngZone.runOutsideAngular(() => {
|
1832
|
+
const lastItemKeydownSub = this.renderer.listen(lastFocusableElement, 'keydown', this.onTab);
|
1833
|
+
this.subs.add(lastItemKeydownSub);
|
1834
|
+
});
|
1835
|
+
}
|
1836
|
+
this._isLast = value;
|
1837
|
+
}
|
1838
|
+
get isLast() {
|
1839
|
+
return this._isLast;
|
1840
|
+
}
|
1841
|
+
ngAfterViewInit() {
|
1842
|
+
this.chipMenuItems = this.hostElement.nativeElement.querySelectorAll('.k-columnmenu-item');
|
1843
|
+
this.chipMenuItems.forEach(el => this.renderer.setAttribute(el, 'tabindex', '0'));
|
1844
|
+
}
|
1845
|
+
ngOnDestroy() {
|
1846
|
+
this.subs.unsubscribe();
|
1847
|
+
}
|
1848
|
+
getLastColumnMenuItem() {
|
1849
|
+
return this.chipMenuItems[this.chipMenuItems.length - 1];
|
1850
|
+
}
|
1851
|
+
}
|
1852
|
+
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 });
|
1853
|
+
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: { menuItemComponent: ["kendoPivotChipMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
1854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuItemDirective, decorators: [{
|
1855
|
+
type: Directive,
|
1856
|
+
args: [{ selector: '[kendoPivotChipMenuItem]' }]
|
1857
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { menuItemComponent: [{
|
1858
|
+
type: Input,
|
1859
|
+
args: ['kendoPivotChipMenuItem']
|
1860
|
+
}] } });
|
1861
|
+
|
1862
|
+
/**
|
1863
|
+
* @hidden
|
1864
|
+
*/
|
1865
|
+
class ChipMenuContainerComponent {
|
1866
|
+
constructor(service, ngZone) {
|
1867
|
+
this.service = service;
|
1868
|
+
this.ngZone = ngZone;
|
1869
|
+
this.hostClass = true;
|
1870
|
+
}
|
1871
|
+
ngAfterViewInit() {
|
1872
|
+
if (!this.chipMenuItems.length) {
|
1873
|
+
return;
|
1874
|
+
}
|
1875
|
+
this.chipMenuItems.first.isFirst = true;
|
1876
|
+
this.chipMenuItems.last.isLast = true;
|
1877
|
+
this.ngZone.onStable.pipe(take(1)).subscribe(() => this.service.menuTabbingService.firstFocusable.focus());
|
1878
|
+
}
|
1879
|
+
}
|
1880
|
+
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 });
|
1881
|
+
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: `
|
1882
|
+
<ng-content></ng-content>
|
1883
|
+
`, isInline: true });
|
1884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuContainerComponent, decorators: [{
|
1885
|
+
type: Component,
|
1886
|
+
args: [{
|
1887
|
+
selector: 'kendo-pivot-chipmenu-container',
|
1888
|
+
template: `
|
1889
|
+
<ng-content></ng-content>
|
1890
|
+
`
|
1891
|
+
}]
|
1892
|
+
}], ctorParameters: function () { return [{ type: ChipMenuService }, { type: i0.NgZone }]; }, propDecorators: { chipMenuItems: [{
|
1893
|
+
type: ContentChildren,
|
1894
|
+
args: [ChipMenuItemDirective, { descendants: true }]
|
1895
|
+
}], hostClass: [{
|
1896
|
+
type: HostBinding,
|
1897
|
+
args: ['class.k-grid-columnmenu-popup']
|
1898
|
+
}] } });
|
1899
|
+
|
1900
1900
|
/**
|
1901
1901
|
* @hidden
|
1902
1902
|
*
|
@@ -1992,8 +1992,8 @@ class ChipMenuReorderComponent extends ChipMenuItemBase {
|
|
1992
1992
|
this.close();
|
1993
1993
|
}
|
1994
1994
|
}
|
1995
|
-
ChipMenuReorderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1996
|
-
ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
1995
|
+
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 });
|
1996
|
+
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: `
|
1997
1997
|
<kendo-pivot-chipmenu-item
|
1998
1998
|
*ngIf="!isMeasureField"
|
1999
1999
|
[disabled]="isColumnsField"
|
@@ -2024,8 +2024,8 @@ ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
2024
2024
|
[svgIcon]="rtl ? arrowLeftIcon : arrowRightIcon"
|
2025
2025
|
(itemClick)="move($event, 'next')">
|
2026
2026
|
</kendo-pivot-chipmenu-item>
|
2027
|
-
`, isInline: true,
|
2028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2027
|
+
`, 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"] }] });
|
2028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuReorderComponent, decorators: [{
|
2029
2029
|
type: Component,
|
2030
2030
|
args: [{
|
2031
2031
|
selector: 'kendo-pivot-chipmenu-reorder',
|
@@ -2111,8 +2111,8 @@ class ChipMenuComponent {
|
|
2111
2111
|
return replaceMessagePlaceholder(localizationMsg, 'fieldName', chipName);
|
2112
2112
|
}
|
2113
2113
|
}
|
2114
|
-
ChipMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2115
|
-
ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
2114
|
+
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 });
|
2115
|
+
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: [
|
2116
2116
|
ChipMenuService,
|
2117
2117
|
MenuTabbingService
|
2118
2118
|
], viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `
|
@@ -2153,8 +2153,8 @@ ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
2153
2153
|
[service]="service"></kendo-pivot-chipmenu-reorder>
|
2154
2154
|
</kendo-pivot-chipmenu-container>
|
2155
2155
|
</ng-template>
|
2156
|
-
`, isInline: true,
|
2157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2156
|
+
`, 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"] }] });
|
2157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuComponent, decorators: [{
|
2158
2158
|
type: Component,
|
2159
2159
|
args: [{
|
2160
2160
|
providers: [
|
@@ -2213,6 +2213,118 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
2213
2213
|
args: ['anchor', { static: true, read: ElementRef }]
|
2214
2214
|
}] } });
|
2215
2215
|
|
2216
|
+
/**
|
2217
|
+
* @hidden
|
2218
|
+
*/
|
2219
|
+
class DraggableChipDirective {
|
2220
|
+
constructor(draggable, element, zone, service, cue, renderer, cdr) {
|
2221
|
+
this.draggable = draggable;
|
2222
|
+
this.element = element;
|
2223
|
+
this.zone = zone;
|
2224
|
+
this.service = service;
|
2225
|
+
this.cue = cue;
|
2226
|
+
this.renderer = renderer;
|
2227
|
+
this.cdr = cdr;
|
2228
|
+
this.touchActions = 'none';
|
2229
|
+
this.initialX = {};
|
2230
|
+
this.initialY = {};
|
2231
|
+
this.invalidTarget = false;
|
2232
|
+
this.subs = new Subscription();
|
2233
|
+
}
|
2234
|
+
get pointerEvents() {
|
2235
|
+
return this.drag ? 'none' : undefined;
|
2236
|
+
}
|
2237
|
+
ngOnInit() {
|
2238
|
+
this.subs.add(this.draggable.kendoPress
|
2239
|
+
.pipe(tap((e) => {
|
2240
|
+
this.service.closeMenu.emit();
|
2241
|
+
if (e.originalEvent.target.closest('.k-icon-wrapper-host')) {
|
2242
|
+
this.invalidTarget = true;
|
2243
|
+
}
|
2244
|
+
})).subscribe((event) => {
|
2245
|
+
this.zone.runOutsideAngular(() => {
|
2246
|
+
if (isDocumentAvailable() && !this.invalidTarget) {
|
2247
|
+
this.initialX.current = event.clientX;
|
2248
|
+
this.initialY.current = event.clientY;
|
2249
|
+
const element = this.element.nativeElement;
|
2250
|
+
this.renderer.setStyle(element, 'z-index', 1);
|
2251
|
+
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.setDragItem, payload: this.item });
|
2252
|
+
this.service.draggedElement = {
|
2253
|
+
element,
|
2254
|
+
fromSection: element.closest('.k-chip-list').getAttribute('axes').split('Axes')[0]
|
2255
|
+
};
|
2256
|
+
}
|
2257
|
+
});
|
2258
|
+
}));
|
2259
|
+
this.subs.add(this.draggable.kendoDrag
|
2260
|
+
.subscribe((event) => {
|
2261
|
+
this.zone.runOutsideAngular(() => {
|
2262
|
+
var _a;
|
2263
|
+
if (isDocumentAvailable() && !this.invalidTarget) {
|
2264
|
+
const isDragging = Math.abs(this.initialX.current - event.clientX) > 5 ||
|
2265
|
+
Math.abs(this.initialY.current - event.clientY) > 5;
|
2266
|
+
if (!isDragging) {
|
2267
|
+
return;
|
2268
|
+
}
|
2269
|
+
this.drag = true;
|
2270
|
+
if (!((_a = document.elementFromPoint(event.clientX, event.clientY)) === null || _a === void 0 ? void 0 : _a.closest('.k-pivotgrid-configurator'))) {
|
2271
|
+
return;
|
2272
|
+
}
|
2273
|
+
this.renderer.setStyle(this.element.nativeElement, 'transform', `translate(${event.clientX - this.initialX.current}px, ${event.clientY - this.initialY.current}px)`);
|
2274
|
+
}
|
2275
|
+
});
|
2276
|
+
}));
|
2277
|
+
this.subs.add(this.draggable.kendoRelease
|
2278
|
+
.subscribe(() => {
|
2279
|
+
this.zone.runOutsideAngular(() => {
|
2280
|
+
this.drag = false;
|
2281
|
+
this.invalidTarget = false;
|
2282
|
+
if (this.service.state.dragItem) {
|
2283
|
+
const element = this.element.nativeElement;
|
2284
|
+
if (isDocumentAvailable()) {
|
2285
|
+
this.renderer.removeStyle(element, 'transform');
|
2286
|
+
this.cue.remove(this.service.cueContainer);
|
2287
|
+
}
|
2288
|
+
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.drop, payload: this.item });
|
2289
|
+
this.service.state.dragItem = null;
|
2290
|
+
this.service.state.dropDirection = null;
|
2291
|
+
this.service.state.dropTarget = null;
|
2292
|
+
this.service.state.dropZone = null;
|
2293
|
+
this.renderer.removeStyle(element, 'z-index');
|
2294
|
+
this.service.draggedElement = null;
|
2295
|
+
if (this.service.dropTargetElement) {
|
2296
|
+
this.renderer.removeStyle(this.service.dropTargetElement, 'cursor');
|
2297
|
+
this.service.dropTargetElement = null;
|
2298
|
+
}
|
2299
|
+
}
|
2300
|
+
});
|
2301
|
+
}));
|
2302
|
+
}
|
2303
|
+
ngOnDestroy() {
|
2304
|
+
this.subs.unsubscribe();
|
2305
|
+
}
|
2306
|
+
}
|
2307
|
+
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 });
|
2308
|
+
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 });
|
2309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DraggableChipDirective, decorators: [{
|
2310
|
+
type: Directive,
|
2311
|
+
args: [{
|
2312
|
+
selector: '[kendoChipDraggable]'
|
2313
|
+
}]
|
2314
|
+
}], ctorParameters: function () {
|
2315
|
+
return [{ type: i1$1.DraggableDirective, decorators: [{
|
2316
|
+
type: Optional
|
2317
|
+
}] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: ConfiguratorService }, { type: DropCueService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }];
|
2318
|
+
}, propDecorators: { pointerEvents: [{
|
2319
|
+
type: HostBinding,
|
2320
|
+
args: ['style.pointerEvents']
|
2321
|
+
}], touchActions: [{
|
2322
|
+
type: HostBinding,
|
2323
|
+
args: ['style.touch-action']
|
2324
|
+
}], item: [{
|
2325
|
+
type: Input
|
2326
|
+
}] } });
|
2327
|
+
|
2216
2328
|
/**
|
2217
2329
|
* @hidden
|
2218
2330
|
*/
|
@@ -2368,9 +2480,9 @@ class DropTargetDirective {
|
|
2368
2480
|
}
|
2369
2481
|
}
|
2370
2482
|
}
|
2371
|
-
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2372
|
-
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
2373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2483
|
+
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 });
|
2484
|
+
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { item: "item", axes: "axes" }, ngImport: i0 });
|
2485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropTargetDirective, decorators: [{
|
2374
2486
|
type: Directive,
|
2375
2487
|
args: [{
|
2376
2488
|
selector: '[kendoDropTarget]'
|
@@ -2381,118 +2493,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
2381
2493
|
type: Input
|
2382
2494
|
}] } });
|
2383
2495
|
|
2384
|
-
/**
|
2385
|
-
* @hidden
|
2386
|
-
*/
|
2387
|
-
class DraggableChipDirective {
|
2388
|
-
constructor(draggable, element, zone, service, cue, renderer, cdr) {
|
2389
|
-
this.draggable = draggable;
|
2390
|
-
this.element = element;
|
2391
|
-
this.zone = zone;
|
2392
|
-
this.service = service;
|
2393
|
-
this.cue = cue;
|
2394
|
-
this.renderer = renderer;
|
2395
|
-
this.cdr = cdr;
|
2396
|
-
this.touchActions = 'none';
|
2397
|
-
this.initialX = {};
|
2398
|
-
this.initialY = {};
|
2399
|
-
this.invalidTarget = false;
|
2400
|
-
this.subs = new Subscription();
|
2401
|
-
}
|
2402
|
-
get pointerEvents() {
|
2403
|
-
return this.drag ? 'none' : undefined;
|
2404
|
-
}
|
2405
|
-
ngOnInit() {
|
2406
|
-
this.subs.add(this.draggable.kendoPress
|
2407
|
-
.pipe(tap((e) => {
|
2408
|
-
this.service.closeMenu.emit();
|
2409
|
-
if (e.originalEvent.target.closest('.k-icon-wrapper-host')) {
|
2410
|
-
this.invalidTarget = true;
|
2411
|
-
}
|
2412
|
-
})).subscribe((event) => {
|
2413
|
-
this.zone.runOutsideAngular(() => {
|
2414
|
-
if (isDocumentAvailable() && !this.invalidTarget) {
|
2415
|
-
this.initialX.current = event.clientX;
|
2416
|
-
this.initialY.current = event.clientY;
|
2417
|
-
const element = this.element.nativeElement;
|
2418
|
-
this.renderer.setStyle(element, 'z-index', 1);
|
2419
|
-
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.setDragItem, payload: this.item });
|
2420
|
-
this.service.draggedElement = {
|
2421
|
-
element,
|
2422
|
-
fromSection: element.closest('.k-chip-list').getAttribute('axes').split('Axes')[0]
|
2423
|
-
};
|
2424
|
-
}
|
2425
|
-
});
|
2426
|
-
}));
|
2427
|
-
this.subs.add(this.draggable.kendoDrag
|
2428
|
-
.subscribe((event) => {
|
2429
|
-
this.zone.runOutsideAngular(() => {
|
2430
|
-
var _a;
|
2431
|
-
if (isDocumentAvailable() && !this.invalidTarget) {
|
2432
|
-
const isDragging = Math.abs(this.initialX.current - event.clientX) > 5 ||
|
2433
|
-
Math.abs(this.initialY.current - event.clientY) > 5;
|
2434
|
-
if (!isDragging) {
|
2435
|
-
return;
|
2436
|
-
}
|
2437
|
-
this.drag = true;
|
2438
|
-
if (!((_a = document.elementFromPoint(event.clientX, event.clientY)) === null || _a === void 0 ? void 0 : _a.closest('.k-pivotgrid-configurator'))) {
|
2439
|
-
return;
|
2440
|
-
}
|
2441
|
-
this.renderer.setStyle(this.element.nativeElement, 'transform', `translate(${event.clientX - this.initialX.current}px, ${event.clientY - this.initialY.current}px)`);
|
2442
|
-
}
|
2443
|
-
});
|
2444
|
-
}));
|
2445
|
-
this.subs.add(this.draggable.kendoRelease
|
2446
|
-
.subscribe(() => {
|
2447
|
-
this.zone.runOutsideAngular(() => {
|
2448
|
-
this.drag = false;
|
2449
|
-
this.invalidTarget = false;
|
2450
|
-
if (this.service.state.dragItem) {
|
2451
|
-
const element = this.element.nativeElement;
|
2452
|
-
if (isDocumentAvailable()) {
|
2453
|
-
this.renderer.removeStyle(element, 'transform');
|
2454
|
-
this.cue.remove(this.service.cueContainer);
|
2455
|
-
}
|
2456
|
-
this.service.parseConfiguratorState({ type: PIVOT_CONFIGURATOR_ACTION.drop, payload: this.item });
|
2457
|
-
this.service.state.dragItem = null;
|
2458
|
-
this.service.state.dropDirection = null;
|
2459
|
-
this.service.state.dropTarget = null;
|
2460
|
-
this.service.state.dropZone = null;
|
2461
|
-
this.renderer.removeStyle(element, 'z-index');
|
2462
|
-
this.service.draggedElement = null;
|
2463
|
-
if (this.service.dropTargetElement) {
|
2464
|
-
this.renderer.removeStyle(this.service.dropTargetElement, 'cursor');
|
2465
|
-
this.service.dropTargetElement = null;
|
2466
|
-
}
|
2467
|
-
}
|
2468
|
-
});
|
2469
|
-
}));
|
2470
|
-
}
|
2471
|
-
ngOnDestroy() {
|
2472
|
-
this.subs.unsubscribe();
|
2473
|
-
}
|
2474
|
-
}
|
2475
|
-
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 });
|
2476
|
-
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 });
|
2477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DraggableChipDirective, decorators: [{
|
2478
|
-
type: Directive,
|
2479
|
-
args: [{
|
2480
|
-
selector: '[kendoChipDraggable]'
|
2481
|
-
}]
|
2482
|
-
}], ctorParameters: function () {
|
2483
|
-
return [{ type: i1$1.DraggableDirective, decorators: [{
|
2484
|
-
type: Optional
|
2485
|
-
}] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: ConfiguratorService }, { type: DropCueService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }];
|
2486
|
-
}, propDecorators: { pointerEvents: [{
|
2487
|
-
type: HostBinding,
|
2488
|
-
args: ['style.pointerEvents']
|
2489
|
-
}], touchActions: [{
|
2490
|
-
type: HostBinding,
|
2491
|
-
args: ['style.touch-action']
|
2492
|
-
}], item: [{
|
2493
|
-
type: Input
|
2494
|
-
}] } });
|
2495
|
-
|
2496
2496
|
/**
|
2497
2497
|
* @hidden
|
2498
2498
|
*/
|
@@ -2537,12 +2537,12 @@ class ChipKeyboardNavigationDirective {
|
|
2537
2537
|
this.keydownSub.unsubscribe();
|
2538
2538
|
}
|
2539
2539
|
}
|
2540
|
-
ChipKeyboardNavigationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2541
|
-
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
2542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2540
|
+
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 });
|
2541
|
+
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: { reorder: "reorder" }, ngImport: i0 });
|
2542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipKeyboardNavigationDirective, decorators: [{
|
2543
2543
|
type: Directive,
|
2544
2544
|
args: [{ selector: '[kendoChipKeyboardNavigation]' }]
|
2545
|
-
}], ctorParameters: function () { return [{ type:
|
2545
|
+
}], ctorParameters: function () { return [{ type: i9.ChipComponent }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { reorder: [{
|
2546
2546
|
type: Output
|
2547
2547
|
}] } });
|
2548
2548
|
|
@@ -2680,21 +2680,18 @@ class PivotGridConfiguratorComponent {
|
|
2680
2680
|
get columnHierarchies() {
|
2681
2681
|
return this.extractDefaultFields(this.dataService.state.columnAxes);
|
2682
2682
|
}
|
2683
|
-
;
|
2684
2683
|
/**
|
2685
2684
|
* Retrieves the 'Rows' section item names
|
2686
2685
|
*/
|
2687
2686
|
get rowHierarchies() {
|
2688
2687
|
return this.extractDefaultFields(this.dataService.state.rowAxes);
|
2689
2688
|
}
|
2690
|
-
;
|
2691
2689
|
/**
|
2692
2690
|
* Retrieves the 'Value' section item names
|
2693
2691
|
*/
|
2694
2692
|
get measureHierarchies() {
|
2695
2693
|
return this.extractDefaultFields(this.dataService.state.measureAxes);
|
2696
2694
|
}
|
2697
|
-
;
|
2698
2695
|
/**
|
2699
2696
|
* Updates the respective axis configuration of the current state
|
2700
2697
|
* when a chip is deleted from the UI
|
@@ -2710,7 +2707,6 @@ class PivotGridConfiguratorComponent {
|
|
2710
2707
|
if (!this.navigation) {
|
2711
2708
|
return;
|
2712
2709
|
}
|
2713
|
-
;
|
2714
2710
|
this.zone.runOutsideAngular(() => setTimeout(() => this.navigation.focusElement(this.navigation.elements[targetIndex - 1], this.navigation.elements[targetIndex])));
|
2715
2711
|
}
|
2716
2712
|
/**
|
@@ -2815,7 +2811,6 @@ class PivotGridConfiguratorComponent {
|
|
2815
2811
|
});
|
2816
2812
|
return Array.from(result);
|
2817
2813
|
}
|
2818
|
-
;
|
2819
2814
|
/**
|
2820
2815
|
* Swaps chips within the same ChipList
|
2821
2816
|
*/
|
@@ -2844,8 +2839,8 @@ class PivotGridConfiguratorComponent {
|
|
2844
2839
|
(_a = this[`${targetCollectionName}sList`]) === null || _a === void 0 ? void 0 : _a.chips.last.focus();
|
2845
2840
|
}
|
2846
2841
|
}
|
2847
|
-
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2848
|
-
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
2842
|
+
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 });
|
2843
|
+
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: [
|
2849
2844
|
ConfiguratorService,
|
2850
2845
|
DropCueService,
|
2851
2846
|
SinglePopupService
|
@@ -3032,8 +3027,8 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3032
3027
|
<button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
|
3033
3028
|
</div>
|
3034
3029
|
</div>
|
3035
|
-
`, isInline: true,
|
3036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3030
|
+
`, 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"] }] });
|
3031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridConfiguratorComponent, decorators: [{
|
3037
3032
|
type: Component,
|
3038
3033
|
args: [{
|
3039
3034
|
selector: 'kendo-pivotgrid-configurator',
|
@@ -3262,9 +3257,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
3262
3257
|
*/
|
3263
3258
|
class PivotGridMessages extends ComponentMessages {
|
3264
3259
|
}
|
3265
|
-
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
3266
|
-
PivotGridMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
3267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3260
|
+
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
3261
|
+
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 });
|
3262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridMessages, decorators: [{
|
3268
3263
|
type: Directive
|
3269
3264
|
}], propDecorators: { fieldMenuFilterItemLabel: [{
|
3270
3265
|
type: Input
|
@@ -3347,14 +3342,14 @@ class LocalizedMessagesDirective extends PivotGridMessages {
|
|
3347
3342
|
this.service = service;
|
3348
3343
|
}
|
3349
3344
|
}
|
3350
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
3351
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
3345
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
3346
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]", providers: [
|
3352
3347
|
{
|
3353
3348
|
provide: PivotGridMessages,
|
3354
3349
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
3355
3350
|
}
|
3356
3351
|
], usesInheritance: true, ngImport: i0 });
|
3357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
3358
3353
|
type: Directive,
|
3359
3354
|
args: [{
|
3360
3355
|
providers: [
|
@@ -3465,7 +3460,6 @@ class PivotGridComponent {
|
|
3465
3460
|
set loaderSettings(settings) {
|
3466
3461
|
this._loaderSettings = Object.assign({}, DEFAULT_LOADER_SETTINGS, settings);
|
3467
3462
|
}
|
3468
|
-
;
|
3469
3463
|
get loaderSettings() {
|
3470
3464
|
return this._loaderSettings;
|
3471
3465
|
}
|
@@ -3547,7 +3541,6 @@ class PivotGridComponent {
|
|
3547
3541
|
setTimeout(() => this.navigation.focusElement(el, null));
|
3548
3542
|
});
|
3549
3543
|
}
|
3550
|
-
;
|
3551
3544
|
}
|
3552
3545
|
}
|
3553
3546
|
initNavigation() {
|
@@ -3590,8 +3583,8 @@ class PivotGridComponent {
|
|
3590
3583
|
}
|
3591
3584
|
}
|
3592
3585
|
}
|
3593
|
-
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
3594
|
-
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
3586
|
+
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 });
|
3587
|
+
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: [
|
3595
3588
|
PivotGridDataService,
|
3596
3589
|
LocalizationService,
|
3597
3590
|
PivotLocalizationService,
|
@@ -3756,8 +3749,8 @@ PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
3756
3749
|
<span>{{messageFor('configuratorButtonText')}}<kendo-icon-wrapper name="gear" innerCssClass="k-color-inherit" [svgIcon]="gearSVGIcon"></kendo-icon-wrapper>
|
3757
3750
|
</span>
|
3758
3751
|
</div>
|
3759
|
-
`, isInline: true,
|
3760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
3752
|
+
`, 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]" }] });
|
3753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridComponent, decorators: [{
|
3761
3754
|
type: Component,
|
3762
3755
|
args: [{
|
3763
3756
|
selector: 'kendo-pivotgrid',
|
@@ -3999,7 +3992,6 @@ class ExpandChangeEvent extends PreventableEvent {
|
|
3999
3992
|
Object.assign(this, args);
|
4000
3993
|
}
|
4001
3994
|
}
|
4002
|
-
;
|
4003
3995
|
|
4004
3996
|
/**
|
4005
3997
|
* The event data for the ConfigurationChangeEvent
|
@@ -4013,7 +4005,6 @@ class ConfigurationChangeEvent extends PreventableEvent {
|
|
4013
4005
|
Object.assign(this, args);
|
4014
4006
|
}
|
4015
4007
|
}
|
4016
|
-
;
|
4017
4008
|
|
4018
4009
|
/**
|
4019
4010
|
* @hidden
|
@@ -4127,11 +4118,10 @@ class PivotBaseBindingDirective {
|
|
4127
4118
|
this[axes] = newHeaders;
|
4128
4119
|
this.loadData(this.dataService.state);
|
4129
4120
|
}
|
4130
|
-
;
|
4131
4121
|
}
|
4132
|
-
PivotBaseBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4133
|
-
PivotBaseBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4122
|
+
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 });
|
4123
|
+
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 });
|
4124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotBaseBindingDirective, decorators: [{
|
4135
4125
|
type: Directive,
|
4136
4126
|
args: [{
|
4137
4127
|
selector: 'kendo-base-binding-directive'
|
@@ -4206,9 +4196,9 @@ class PivotLocalBindingDirective extends PivotBaseBindingDirective {
|
|
4206
4196
|
return Array.from(rootFields(axes).keys()).join(stringSeparator);
|
4207
4197
|
}
|
4208
4198
|
}
|
4209
|
-
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4210
|
-
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4199
|
+
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 });
|
4200
|
+
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 });
|
4201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalBindingDirective, decorators: [{
|
4212
4202
|
type: Directive,
|
4213
4203
|
args: [{
|
4214
4204
|
selector: '[kendoPivotLocalBinding]',
|
@@ -4309,7 +4299,6 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4309
4299
|
}
|
4310
4300
|
return data;
|
4311
4301
|
}
|
4312
|
-
;
|
4313
4302
|
getField(nodes = [], target) {
|
4314
4303
|
for (let i = 0; i < nodes.length; i++) {
|
4315
4304
|
const node = nodes[i];
|
@@ -4323,7 +4312,6 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4323
4312
|
}
|
4324
4313
|
return null;
|
4325
4314
|
}
|
4326
|
-
;
|
4327
4315
|
loadKPIs() {
|
4328
4316
|
return __awaiter(this, void 0, void 0, function* () {
|
4329
4317
|
const options = {
|
@@ -4340,7 +4328,6 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4340
4328
|
return fetchDiscover({ url: this.url }, options);
|
4341
4329
|
});
|
4342
4330
|
}
|
4343
|
-
;
|
4344
4331
|
loadAvailableFields(field) {
|
4345
4332
|
return __awaiter(this, void 0, void 0, function* () {
|
4346
4333
|
let command;
|
@@ -4379,11 +4366,10 @@ class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
4379
4366
|
return fetchDiscover({ url: this.url }, options);
|
4380
4367
|
});
|
4381
4368
|
}
|
4382
|
-
;
|
4383
4369
|
}
|
4384
|
-
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4385
|
-
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4370
|
+
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 });
|
4371
|
+
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 });
|
4372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotOLAPBindingDirective, decorators: [{
|
4387
4373
|
type: Directive,
|
4388
4374
|
args: [{
|
4389
4375
|
selector: '[kendoPivotOLAPBinding]',
|
@@ -4410,14 +4396,14 @@ class CustomMessagesComponent extends PivotGridMessages {
|
|
4410
4396
|
return true;
|
4411
4397
|
}
|
4412
4398
|
}
|
4413
|
-
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4414
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
4399
|
+
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
4400
|
+
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CustomMessagesComponent, selector: "kendo-pivotgrid-messages", providers: [
|
4415
4401
|
{
|
4416
4402
|
provide: PivotGridMessages,
|
4417
4403
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
4418
4404
|
}
|
4419
4405
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
4420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
4421
4407
|
type: Component,
|
4422
4408
|
args: [{
|
4423
4409
|
providers: [
|
@@ -4443,8 +4429,8 @@ const MODULES = [
|
|
4443
4429
|
*/
|
4444
4430
|
class SharedModule {
|
4445
4431
|
}
|
4446
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4447
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
4432
|
+
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
4433
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, imports: [CommonModule,
|
4448
4434
|
DropDownsModule,
|
4449
4435
|
InputsModule,
|
4450
4436
|
IconsModule,
|
@@ -4453,12 +4439,12 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
4453
4439
|
InputsModule,
|
4454
4440
|
IconsModule,
|
4455
4441
|
ButtonsModule] });
|
4456
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
4442
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, imports: [MODULES, CommonModule,
|
4457
4443
|
DropDownsModule,
|
4458
4444
|
InputsModule,
|
4459
4445
|
IconsModule,
|
4460
4446
|
ButtonsModule] });
|
4461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
|
4462
4448
|
type: NgModule,
|
4463
4449
|
args: [{
|
4464
4450
|
imports: [MODULES],
|
@@ -4494,8 +4480,8 @@ class ChipMenuModule {
|
|
4494
4480
|
];
|
4495
4481
|
}
|
4496
4482
|
}
|
4497
|
-
ChipMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4498
|
-
ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
4483
|
+
ChipMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
4484
|
+
ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, declarations: [ChipMenuItemComponent,
|
4499
4485
|
ChipMenuSortComponent,
|
4500
4486
|
ChipMenuComponent,
|
4501
4487
|
ChipMenuFilterComponent,
|
@@ -4518,12 +4504,10 @@ ChipMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
4518
4504
|
ChipMenuContainerComponent,
|
4519
4505
|
ChipMenuItemDirective,
|
4520
4506
|
ChipMenuReorderComponent] });
|
4521
|
-
ChipMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
4522
|
-
|
4523
|
-
|
4524
|
-
|
4525
|
-
]] });
|
4526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChipMenuModule, decorators: [{
|
4507
|
+
ChipMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, imports: [SharedModule,
|
4508
|
+
ReactiveFormsModule,
|
4509
|
+
FormsModule] });
|
4510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ChipMenuModule, decorators: [{
|
4527
4511
|
type: NgModule,
|
4528
4512
|
args: [{
|
4529
4513
|
declarations: [COMPONENTS],
|
@@ -4579,8 +4563,8 @@ const EXPORTS = [
|
|
4579
4563
|
*/
|
4580
4564
|
class PivotGridModule {
|
4581
4565
|
}
|
4582
|
-
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
4583
|
-
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
4566
|
+
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
4567
|
+
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, declarations: [PivotGridComponent,
|
4584
4568
|
PivotGridTableComponent,
|
4585
4569
|
PivotGridConfiguratorComponent,
|
4586
4570
|
PivotGridCellDirective,
|
@@ -4610,8 +4594,8 @@ PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
4610
4594
|
ValueCellTemplateDirective,
|
4611
4595
|
RowHeaderCellTemplateDirective,
|
4612
4596
|
ColumnHeaderCellTemplateDirective] });
|
4613
|
-
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
4614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
4597
|
+
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, imports: [IMPORTED_MODULES] });
|
4598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, decorators: [{
|
4615
4599
|
type: NgModule,
|
4616
4600
|
args: [{
|
4617
4601
|
imports: [...IMPORTED_MODULES],
|