@progress/kendo-angular-pivotgrid 16.5.0 → 16.6.0-develop.2
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-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/local-binding.directive.d.ts +1 -1
- package/data-binding/olap-binding.directive.d.ts +1 -1
- package/directives.d.ts +42 -0
- package/esm2020/configurator/chip-kb-nav.directive.mjs +5 -2
- package/esm2020/configurator/chip-menu/chip-menu-container.component.mjs +3 -2
- package/esm2020/configurator/chip-menu/chip-menu-filter.component.mjs +8 -6
- package/esm2020/configurator/chip-menu/chip-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/configurator/chip-menu/chip-menu-item.component.mjs +7 -5
- package/esm2020/configurator/chip-menu/chip-menu-item.directive.mjs +5 -2
- package/esm2020/configurator/chip-menu/chip-menu-reorder.component.mjs +7 -5
- package/esm2020/configurator/chip-menu/chip-menu-sort.component.mjs +6 -4
- package/esm2020/configurator/chip-menu/chip-menu.component.mjs +12 -10
- package/esm2020/configurator/chip-menu/filtering/filter-menu-container.component.mjs +10 -7
- package/esm2020/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.mjs +5 -2
- package/esm2020/configurator/chip-menu/filtering/string-filter-menu.component.mjs +9 -7
- package/esm2020/configurator/configurator.component.mjs +18 -14
- package/esm2020/configurator/draggable.directive.mjs +3 -2
- package/esm2020/configurator/drop-target.directive.mjs +3 -2
- package/esm2020/data-binding/local-binding.directive.mjs +3 -2
- package/esm2020/data-binding/olap-binding.directive.mjs +3 -2
- package/esm2020/directives.mjs +81 -0
- package/esm2020/index.mjs +1 -0
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pivotgrid.component.mjs +11 -9
- package/esm2020/pivotgrid.module.mjs +83 -94
- package/esm2020/rendering/pivotgrid-cell.directive.mjs +78 -77
- package/esm2020/rendering/pivotgrid-table.component.mjs +7 -5
- package/esm2020/rendering/templates/pivotgrid-cell-template.directive.mjs +3 -2
- package/esm2020/rendering/templates/pivotgrid-column-header-cell-template.directive.mjs +3 -2
- package/esm2020/rendering/templates/pivotgrid-row-header-cell-template.directive.mjs +3 -2
- package/esm2020/rendering/templates/pivotgrid-value-cell-template.directive.mjs +3 -2
- package/fesm2015/progress-kendo-angular-pivotgrid.mjs +2703 -2732
- package/fesm2020/progress-kendo-angular-pivotgrid.mjs +3129 -3158
- package/index.d.ts +1 -0
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/package.json +12 -12
- package/pivotgrid.component.d.ts +1 -1
- package/pivotgrid.module.d.ts +57 -23
- 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 +2 -2
- package/configurator/chip-menu/chip-menu.module.d.ts +0 -27
- package/esm2020/configurator/chip-menu/chip-menu.module.mjs +0 -86
- package/esm2020/shared.module.mjs +0 -45
- package/shared.module.d.ts +0 -18
@@ -5,17 +5,17 @@
|
|
5
5
|
import { MenuTabbingService } from './menu-tabbing.service';
|
6
6
|
import { Component, Input, forwardRef } from '@angular/core';
|
7
7
|
import { PivotLocalizationService } from '../../../localization/pivot-localization.service';
|
8
|
-
import { FormBuilder, NG_VALUE_ACCESSOR } from '@angular/forms';
|
8
|
+
import { FormBuilder, NG_VALUE_ACCESSOR, ReactiveFormsModule } from '@angular/forms';
|
9
9
|
import { ConfiguratorService } from '../../configurator.service';
|
10
10
|
import { Subscription } from 'rxjs';
|
11
11
|
import { replaceMessagePlaceholder } from '../../../util';
|
12
|
+
import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
|
13
|
+
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
14
|
+
import { TextBoxDirective } from '@progress/kendo-angular-inputs';
|
12
15
|
import * as i0 from "@angular/core";
|
13
16
|
import * as i1 from "../../../localization/pivot-localization.service";
|
14
17
|
import * as i2 from "../../configurator.service";
|
15
18
|
import * as i3 from "@angular/forms";
|
16
|
-
import * as i4 from "@progress/kendo-angular-dropdowns";
|
17
|
-
import * as i5 from "@progress/kendo-angular-inputs";
|
18
|
-
import * as i6 from "./filter-menu-dropdownlist.directive";
|
19
19
|
/**
|
20
20
|
* @hidden
|
21
21
|
*/
|
@@ -81,7 +81,7 @@ export class StringFilterMenuComponent {
|
|
81
81
|
}
|
82
82
|
}
|
83
83
|
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.PivotLocalizationService }, { token: i2.ConfiguratorService }, { token: i3.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
84
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, selector: "kendo-pivot-string-filter-menu", inputs: { chip: "chip", menuTabbingService: "menuTabbingService" }, providers: [{
|
84
|
+
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-pivot-string-filter-menu", inputs: { chip: "chip", menuTabbingService: "menuTabbingService" }, providers: [{
|
85
85
|
provide: NG_VALUE_ACCESSOR,
|
86
86
|
useExisting: forwardRef(() => StringFilterMenuComponent),
|
87
87
|
multi: true
|
@@ -101,7 +101,7 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
101
101
|
formControlName="value"
|
102
102
|
/>
|
103
103
|
</ng-container>
|
104
|
-
`, isInline: true, dependencies: [{ kind: "
|
104
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { 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: "component", type: 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: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }] });
|
105
105
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
106
106
|
type: Component,
|
107
107
|
args: [{
|
@@ -127,7 +127,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
127
127
|
formControlName="value"
|
128
128
|
/>
|
129
129
|
</ng-container>
|
130
|
-
|
130
|
+
`,
|
131
|
+
standalone: true,
|
132
|
+
imports: [ReactiveFormsModule, DropDownListComponent, FilterMenuDropDownListDirective, TextBoxDirective]
|
131
133
|
}]
|
132
134
|
}], ctorParameters: function () { return [{ type: i1.PivotLocalizationService }, { type: i2.ConfiguratorService }, { type: i3.FormBuilder }]; }, propDecorators: { chip: [{
|
133
135
|
type: Input
|
@@ -4,7 +4,7 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ChangeDetectorRef, Component, EventEmitter, HostBinding, Input, NgZone, Output, ViewChild } from '@angular/core';
|
6
6
|
import { ConfiguratorNavigation } from '@progress/kendo-pivotgrid-common';
|
7
|
-
import { TreeViewComponent } from '@progress/kendo-angular-treeview';
|
7
|
+
import { ExpandDirective, NodeTemplateDirective, TreeViewComponent } from '@progress/kendo-angular-treeview';
|
8
8
|
import { PivotGridDataService } from '../data-binding/pivotgrid-data.service';
|
9
9
|
import { ConfiguratorService } from './configurator.service';
|
10
10
|
import { DropCueService } from './drop-cue.service';
|
@@ -13,20 +13,18 @@ import { mergeMap } from 'rxjs/operators';
|
|
13
13
|
import { clone, swapItems } from '../util';
|
14
14
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
15
15
|
import { SinglePopupService } from './chip-menu/single-popup.service';
|
16
|
-
import { ChipListComponent } from '@progress/kendo-angular-buttons';
|
16
|
+
import { ButtonComponent, ChipComponent, ChipListComponent } from '@progress/kendo-angular-buttons';
|
17
|
+
import { ChipMenuComponent } from './chip-menu/chip-menu.component';
|
18
|
+
import { ChipKeyboardNavigationDirective } from './chip-kb-nav.directive';
|
19
|
+
import { DraggableChipDirective } from './draggable.directive';
|
20
|
+
import { DropTargetDirective } from './drop-target.directive';
|
21
|
+
import { NgClass, NgStyle, NgIf, NgTemplateOutlet, NgFor } from '@angular/common';
|
22
|
+
import { DraggableDirective } from '@progress/kendo-angular-common';
|
23
|
+
import { CheckBoxDirective } from '@progress/kendo-angular-inputs';
|
17
24
|
import * as i0 from "@angular/core";
|
18
25
|
import * as i1 from "../data-binding/pivotgrid-data.service";
|
19
26
|
import * as i2 from "@progress/kendo-angular-l10n";
|
20
27
|
import * as i3 from "./configurator.service";
|
21
|
-
import * as i4 from "@progress/kendo-angular-treeview";
|
22
|
-
import * as i5 from "@progress/kendo-angular-common";
|
23
|
-
import * as i6 from "./chip-menu/chip-menu.component";
|
24
|
-
import * as i7 from "@angular/common";
|
25
|
-
import * as i8 from "@progress/kendo-angular-inputs";
|
26
|
-
import * as i9 from "@progress/kendo-angular-buttons";
|
27
|
-
import * as i10 from "./draggable.directive";
|
28
|
-
import * as i11 from "./drop-target.directive";
|
29
|
-
import * as i12 from "./chip-kb-nav.directive";
|
30
28
|
/**
|
31
29
|
* @hidden
|
32
30
|
* Represents the Kendo UI PivotGrid Configurator component for Angular.
|
@@ -317,7 +315,7 @@ export class PivotGridConfiguratorComponent {
|
|
317
315
|
}
|
318
316
|
}
|
319
317
|
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotGridConfiguratorComponent, deps: [{ token: i1.PivotGridDataService }, { token: i2.LocalizationService }, { token: i3.ConfiguratorService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
320
|
-
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
318
|
+
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PivotGridConfiguratorComponent, isStandalone: true, 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: [
|
321
319
|
ConfiguratorService,
|
322
320
|
DropCueService,
|
323
321
|
SinglePopupService
|
@@ -504,7 +502,7 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
504
502
|
<button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
|
505
503
|
</div>
|
506
504
|
</div>
|
507
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
505
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: 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: ExpandDirective, selector: "[kendoTreeViewExpandable]", inputs: ["isExpanded", "expandBy", "expandOnFilter", "expandedKeys"], outputs: ["expandedKeysChange"] }, { kind: "directive", type: NodeTemplateDirective, selector: "[kendoTreeViewNodeTemplate]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["item", "axes"] }, { kind: "component", type: ChipListComponent, selector: "kendo-chiplist, kendo-chip-list", inputs: ["selection", "size", "role", "navigable"], outputs: ["selectedChange", "remove"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: 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: "directive", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: ["item"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: ["reorder"] }, { kind: "component", type: ChipMenuComponent, selector: "kendo-pivot-chip-menu", inputs: ["chip", "tabIndex", "isMeasureField"] }, { kind: "component", type: 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"] }] });
|
508
506
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotGridConfiguratorComponent, decorators: [{
|
509
507
|
type: Component,
|
510
508
|
args: [{
|
@@ -697,7 +695,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
697
695
|
<button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
|
698
696
|
</div>
|
699
697
|
</div>
|
700
|
-
|
698
|
+
`,
|
699
|
+
standalone: true,
|
700
|
+
imports: [
|
701
|
+
NgClass, NgStyle, TreeViewComponent, ExpandDirective, NodeTemplateDirective, NgIf, CheckBoxDirective,
|
702
|
+
NgTemplateOutlet, DropTargetDirective, ChipListComponent, NgFor, ChipComponent, DraggableChipDirective,
|
703
|
+
DraggableDirective, ChipKeyboardNavigationDirective, ChipMenuComponent, ButtonComponent
|
704
|
+
]
|
701
705
|
}]
|
702
706
|
}], ctorParameters: function () { return [{ type: i1.PivotGridDataService }, { type: i2.LocalizationService }, { type: i3.ConfiguratorService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }]; }, propDecorators: { hostClass: [{
|
703
707
|
type: HostBinding,
|
@@ -104,11 +104,12 @@ export class DraggableChipDirective {
|
|
104
104
|
}
|
105
105
|
}
|
106
106
|
DraggableChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableChipDirective, deps: [{ token: i1.DraggableDirective, optional: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.ConfiguratorService }, { token: i3.DropCueService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
107
|
-
DraggableChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: { item: "item" }, host: { properties: { "style.pointerEvents": "this.pointerEvents", "style.touch-action": "this.touchActions" } }, ngImport: i0 });
|
107
|
+
DraggableChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DraggableChipDirective, isStandalone: true, selector: "[kendoChipDraggable]", inputs: { item: "item" }, host: { properties: { "style.pointerEvents": "this.pointerEvents", "style.touch-action": "this.touchActions" } }, ngImport: i0 });
|
108
108
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableChipDirective, decorators: [{
|
109
109
|
type: Directive,
|
110
110
|
args: [{
|
111
|
-
selector: '[kendoChipDraggable]'
|
111
|
+
selector: '[kendoChipDraggable]',
|
112
|
+
standalone: true
|
112
113
|
}]
|
113
114
|
}], ctorParameters: function () { return [{ type: i1.DraggableDirective, decorators: [{
|
114
115
|
type: Optional
|
@@ -165,11 +165,12 @@ export class DropTargetDirective {
|
|
165
165
|
}
|
166
166
|
}
|
167
167
|
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.ConfiguratorService }, { token: i2.DropCueService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
168
|
-
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { item: "item", axes: "axes" }, ngImport: i0 });
|
168
|
+
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", inputs: { item: "item", axes: "axes" }, ngImport: i0 });
|
169
169
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, decorators: [{
|
170
170
|
type: Directive,
|
171
171
|
args: [{
|
172
|
-
selector: '[kendoDropTarget]'
|
172
|
+
selector: '[kendoDropTarget]',
|
173
|
+
standalone: true
|
173
174
|
}]
|
174
175
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ConfiguratorService }, { type: i2.DropCueService }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { item: [{
|
175
176
|
type: Input
|
@@ -62,12 +62,13 @@ export class PivotLocalBindingDirective extends PivotBaseBindingDirective {
|
|
62
62
|
}
|
63
63
|
}
|
64
64
|
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotLocalBindingDirective, deps: [{ token: i1.PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
65
|
-
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PivotLocalBindingDirective, selector: "[kendoPivotLocalBinding]", inputs: { data: ["kendoPivotLocalBinding", "data"], dimensions: "dimensions", measures: "measures" }, exportAs: ["kendoPivotLocalBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
65
|
+
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PivotLocalBindingDirective, isStandalone: true, selector: "[kendoPivotLocalBinding]", inputs: { data: ["kendoPivotLocalBinding", "data"], dimensions: "dimensions", measures: "measures" }, exportAs: ["kendoPivotLocalBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
66
66
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotLocalBindingDirective, decorators: [{
|
67
67
|
type: Directive,
|
68
68
|
args: [{
|
69
69
|
selector: '[kendoPivotLocalBinding]',
|
70
|
-
exportAs: 'kendoPivotLocalBinding'
|
70
|
+
exportAs: 'kendoPivotLocalBinding',
|
71
|
+
standalone: true
|
71
72
|
}]
|
72
73
|
}], ctorParameters: function () { return [{ type: i1.PivotGridDataService }, { type: i0.NgZone }]; }, propDecorators: { data: [{
|
73
74
|
type: Input,
|
@@ -159,12 +159,13 @@ export class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
159
159
|
}
|
160
160
|
}
|
161
161
|
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotOLAPBindingDirective, deps: [{ token: i1.PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
162
|
-
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PivotOLAPBindingDirective, selector: "[kendoPivotOLAPBinding]", inputs: { url: "url", cube: "cube", catalog: "catalog" }, exportAs: ["kendoPivotOLAPBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
162
|
+
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PivotOLAPBindingDirective, isStandalone: true, selector: "[kendoPivotOLAPBinding]", inputs: { url: "url", cube: "cube", catalog: "catalog" }, exportAs: ["kendoPivotOLAPBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
163
163
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotOLAPBindingDirective, decorators: [{
|
164
164
|
type: Directive,
|
165
165
|
args: [{
|
166
166
|
selector: '[kendoPivotOLAPBinding]',
|
167
|
-
exportAs: 'kendoPivotOLAPBinding'
|
167
|
+
exportAs: 'kendoPivotOLAPBinding',
|
168
|
+
standalone: true
|
168
169
|
}]
|
169
170
|
}], ctorParameters: function () { return [{ type: i1.PivotGridDataService }, { type: i0.NgZone }]; }, propDecorators: { url: [{
|
170
171
|
type: Input
|
@@ -0,0 +1,81 @@
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
5
|
+
import { ChipKeyboardNavigationDirective } from "./configurator/chip-kb-nav.directive";
|
6
|
+
import { ChipMenuContainerComponent } from "./configurator/chip-menu/chip-menu-container.component";
|
7
|
+
import { ChipMenuFilterComponent } from "./configurator/chip-menu/chip-menu-filter.component";
|
8
|
+
import { ChipMenuItemContentTemplateDirective } from "./configurator/chip-menu/chip-menu-item-content-template.directive";
|
9
|
+
import { ChipMenuItemComponent } from "./configurator/chip-menu/chip-menu-item.component";
|
10
|
+
import { ChipMenuItemDirective } from "./configurator/chip-menu/chip-menu-item.directive";
|
11
|
+
import { ChipMenuReorderComponent } from "./configurator/chip-menu/chip-menu-reorder.component";
|
12
|
+
import { ChipMenuSortComponent } from "./configurator/chip-menu/chip-menu-sort.component";
|
13
|
+
import { ChipMenuComponent } from "./configurator/chip-menu/chip-menu.component";
|
14
|
+
import { FilterMenuContainerComponent } from "./configurator/chip-menu/filtering/filter-menu-container.component";
|
15
|
+
import { FilterMenuDropDownListDirective } from "./configurator/chip-menu/filtering/filter-menu-dropdownlist.directive";
|
16
|
+
import { StringFilterMenuComponent } from "./configurator/chip-menu/filtering/string-filter-menu.component";
|
17
|
+
import { PivotGridConfiguratorComponent } from "./configurator/configurator.component";
|
18
|
+
import { DraggableChipDirective } from "./configurator/draggable.directive";
|
19
|
+
import { DropTargetDirective } from "./configurator/drop-target.directive";
|
20
|
+
import { PivotLocalBindingDirective } from "./data-binding/local-binding.directive";
|
21
|
+
import { PivotOLAPBindingDirective } from "./data-binding/olap-binding.directive";
|
22
|
+
import { CustomMessagesComponent } from "./localization/custom-messages.component";
|
23
|
+
import { LocalizedMessagesDirective } from "./localization/localized-messages.directive";
|
24
|
+
import { PivotGridComponent } from "./pivotgrid.component";
|
25
|
+
import { PivotGridCellDirective } from "./rendering/pivotgrid-cell.directive";
|
26
|
+
import { PivotGridTableComponent } from "./rendering/pivotgrid-table.component";
|
27
|
+
import { CellTemplateDirective } from "./rendering/templates/pivotgrid-cell-template.directive";
|
28
|
+
import { ColumnHeaderCellTemplateDirective } from "./rendering/templates/pivotgrid-column-header-cell-template.directive";
|
29
|
+
import { RowHeaderCellTemplateDirective } from "./rendering/templates/pivotgrid-row-header-cell-template.directive";
|
30
|
+
import { ValueCellTemplateDirective } from "./rendering/templates/pivotgrid-value-cell-template.directive";
|
31
|
+
/**
|
32
|
+
* @hidden
|
33
|
+
*/
|
34
|
+
export const KENDO_PIVOTGRID_CHIPMENU_DECLARATIONS = [
|
35
|
+
ChipMenuItemComponent,
|
36
|
+
ChipMenuSortComponent,
|
37
|
+
ChipMenuComponent,
|
38
|
+
ChipMenuFilterComponent,
|
39
|
+
ChipMenuItemContentTemplateDirective,
|
40
|
+
FilterMenuContainerComponent,
|
41
|
+
StringFilterMenuComponent,
|
42
|
+
FilterMenuDropDownListDirective,
|
43
|
+
ChipMenuContainerComponent,
|
44
|
+
ChipMenuItemDirective,
|
45
|
+
ChipMenuReorderComponent
|
46
|
+
];
|
47
|
+
/**
|
48
|
+
* @hidden
|
49
|
+
*/
|
50
|
+
export const KENDO_PIVOTGRID_DECLARATIONS = [
|
51
|
+
PivotGridComponent,
|
52
|
+
PivotGridTableComponent,
|
53
|
+
PivotGridConfiguratorComponent,
|
54
|
+
PivotGridCellDirective,
|
55
|
+
PivotLocalBindingDirective,
|
56
|
+
PivotOLAPBindingDirective,
|
57
|
+
DraggableChipDirective,
|
58
|
+
DropTargetDirective,
|
59
|
+
LocalizedMessagesDirective,
|
60
|
+
CustomMessagesComponent,
|
61
|
+
ChipKeyboardNavigationDirective,
|
62
|
+
CellTemplateDirective,
|
63
|
+
ValueCellTemplateDirective,
|
64
|
+
RowHeaderCellTemplateDirective,
|
65
|
+
ColumnHeaderCellTemplateDirective
|
66
|
+
];
|
67
|
+
/**
|
68
|
+
* Utility array that contains all `@progress/kendo-angular-pivotgrid` related components and directives.
|
69
|
+
*/
|
70
|
+
export const KENDO_PIVOTGRID = [
|
71
|
+
PivotGridComponent,
|
72
|
+
PivotGridTableComponent,
|
73
|
+
PivotGridCellDirective,
|
74
|
+
PivotLocalBindingDirective,
|
75
|
+
PivotOLAPBindingDirective,
|
76
|
+
CustomMessagesComponent,
|
77
|
+
CellTemplateDirective,
|
78
|
+
ValueCellTemplateDirective,
|
79
|
+
RowHeaderCellTemplateDirective,
|
80
|
+
ColumnHeaderCellTemplateDirective
|
81
|
+
];
|
package/esm2020/index.mjs
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
|
+
export * from './directives';
|
5
6
|
export { PivotGridComponent } from './pivotgrid.component';
|
6
7
|
export { PivotGridModule } from './pivotgrid.module';
|
7
8
|
// Unsupported private class
|
@@ -21,7 +21,7 @@ export class CustomMessagesComponent extends PivotGridMessages {
|
|
21
21
|
}
|
22
22
|
}
|
23
23
|
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
24
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-pivotgrid-messages", providers: [
|
24
|
+
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-pivotgrid-messages", providers: [
|
25
25
|
{
|
26
26
|
provide: PivotGridMessages,
|
27
27
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
37
37
|
}
|
38
38
|
],
|
39
39
|
selector: 'kendo-pivotgrid-messages',
|
40
|
-
template:
|
40
|
+
template: ``,
|
41
|
+
standalone: true
|
41
42
|
}]
|
42
43
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -17,7 +17,7 @@ export class LocalizedMessagesDirective extends PivotGridMessages {
|
|
17
17
|
}
|
18
18
|
}
|
19
19
|
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
20
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]", providers: [
|
20
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoPivotGridLocalizedMessages]", providers: [
|
21
21
|
{
|
22
22
|
provide: PivotGridMessages,
|
23
23
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
32
32
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
33
33
|
}
|
34
34
|
],
|
35
|
-
selector: '[kendoPivotGridLocalizedMessages]'
|
35
|
+
selector: '[kendoPivotGridLocalizedMessages]',
|
36
|
+
standalone: true
|
36
37
|
}]
|
37
38
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-pivotgrid',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '16.
|
12
|
+
publishDate: 1721847262,
|
13
|
+
version: '16.6.0-develop.2',
|
14
14
|
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'
|
15
15
|
};
|
@@ -18,16 +18,16 @@ import { CellTemplateDirective } from './rendering/templates/pivotgrid-cell-temp
|
|
18
18
|
import { ValueCellTemplateDirective } from './rendering/templates/pivotgrid-value-cell-template.directive';
|
19
19
|
import { RowHeaderCellTemplateDirective } from './rendering/templates/pivotgrid-row-header-cell-template.directive';
|
20
20
|
import { ColumnHeaderCellTemplateDirective } from './rendering/templates/pivotgrid-column-header-cell-template.directive';
|
21
|
+
import { PivotGridConfiguratorComponent } from './configurator/configurator.component';
|
22
|
+
import { NgIf } from '@angular/common';
|
23
|
+
import { PivotGridTableComponent } from './rendering/pivotgrid-table.component';
|
24
|
+
import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
25
|
+
import { LoaderComponent } from '@progress/kendo-angular-indicators';
|
26
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
21
27
|
import * as i0 from "@angular/core";
|
22
28
|
import * as i1 from "./data-binding/pivotgrid-data.service";
|
23
29
|
import * as i2 from "@progress/kendo-angular-l10n";
|
24
30
|
import * as i3 from "@progress/kendo-angular-common";
|
25
|
-
import * as i4 from "@progress/kendo-angular-indicators";
|
26
|
-
import * as i5 from "@angular/common";
|
27
|
-
import * as i6 from "@progress/kendo-angular-icons";
|
28
|
-
import * as i7 from "./rendering/pivotgrid-table.component";
|
29
|
-
import * as i8 from "./configurator/configurator.component";
|
30
|
-
import * as i9 from "./localization/localized-messages.directive";
|
31
31
|
const DEFAULT_LOADER_SETTINGS = {
|
32
32
|
type: 'converging-spinner',
|
33
33
|
themeColor: 'primary',
|
@@ -246,7 +246,7 @@ export class PivotGridComponent {
|
|
246
246
|
}
|
247
247
|
}
|
248
248
|
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.PivotGridDataService }, { token: i2.LocalizationService }, { token: i0.Renderer2 }, { token: i3.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
249
|
-
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
249
|
+
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PivotGridComponent, isStandalone: true, 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: [
|
250
250
|
PivotGridDataService,
|
251
251
|
LocalizationService,
|
252
252
|
PivotLocalizationService,
|
@@ -411,7 +411,7 @@ PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
411
411
|
<span>{{messageFor('configuratorButtonText')}}<kendo-icon-wrapper name="gear" innerCssClass="k-color-inherit" [svgIcon]="gearSVGIcon"></kendo-icon-wrapper>
|
412
412
|
</span>
|
413
413
|
</div>
|
414
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
414
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]" }, { kind: "component", type: PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: ["tableType", "colWidth", "customCellTemplate", "valueCellTemplate", "rowHeaderCellTemplate", "columnHeaderCellTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: LoaderComponent, selector: "kendo-loader", inputs: ["type", "themeColor", "size"] }, { kind: "component", type: PivotGridConfiguratorComponent, selector: "kendo-pivotgrid-configurator", inputs: ["orientation", "sort", "filter", "navigation"], outputs: ["close"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
415
415
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PivotGridComponent, decorators: [{
|
416
416
|
type: Component,
|
417
417
|
args: [{
|
@@ -582,7 +582,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
582
582
|
<span>{{messageFor('configuratorButtonText')}}<kendo-icon-wrapper name="gear" innerCssClass="k-color-inherit" [svgIcon]="gearSVGIcon"></kendo-icon-wrapper>
|
583
583
|
</span>
|
584
584
|
</div>
|
585
|
-
|
585
|
+
`,
|
586
|
+
standalone: true,
|
587
|
+
imports: [LocalizedMessagesDirective, PivotGridTableComponent, NgIf, LoaderComponent, PivotGridConfiguratorComponent, IconWrapperComponent]
|
586
588
|
}]
|
587
589
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.PivotGridDataService }, { type: i2.LocalizationService }, { type: i0.Renderer2 }, { type: i3.ScrollbarWidthService }]; }, propDecorators: { hostClass: [{
|
588
590
|
type: HostBinding,
|