@progress/kendo-angular-pivotgrid 16.0.0-develop.2 → 16.0.0-develop.5
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
@@ -14,8 +14,8 @@ import * as i1 from "../../../localization/pivot-localization.service";
|
|
14
14
|
import * as i2 from "../../configurator.service";
|
15
15
|
import * as i3 from "@angular/forms";
|
16
16
|
import * as i4 from "@progress/kendo-angular-dropdowns";
|
17
|
-
import * as i5 from "
|
18
|
-
import * as i6 from "
|
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
|
*/
|
@@ -80,8 +80,8 @@ export class StringFilterMenuComponent {
|
|
80
80
|
this.subscription.unsubscribe();
|
81
81
|
}
|
82
82
|
}
|
83
|
-
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
84
|
-
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
83
|
+
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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.0.4", type: StringFilterMenuComponent, 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,8 +101,8 @@ StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
101
101
|
formControlName="value"
|
102
102
|
/>
|
103
103
|
</ng-container>
|
104
|
-
`, isInline: true,
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
104
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.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: i6.FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
106
106
|
type: Component,
|
107
107
|
args: [{
|
108
108
|
selector: 'kendo-pivot-string-filter-menu',
|
@@ -118,8 +118,8 @@ export class SinglePopupService {
|
|
118
118
|
});
|
119
119
|
}
|
120
120
|
}
|
121
|
-
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
122
|
-
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
121
|
+
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService, deps: [{ token: i1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i2.PivotLocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
122
|
+
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService });
|
123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SinglePopupService, decorators: [{
|
124
124
|
type: Injectable
|
125
125
|
}], ctorParameters: function () { return [{ type: i1.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i2.PivotLocalizationService }]; } });
|
@@ -19,13 +19,13 @@ import * as i1 from "../data-binding/pivotgrid-data.service";
|
|
19
19
|
import * as i2 from "@progress/kendo-angular-l10n";
|
20
20
|
import * as i3 from "./configurator.service";
|
21
21
|
import * as i4 from "@progress/kendo-angular-treeview";
|
22
|
-
import * as i5 from "@progress/kendo-angular-
|
22
|
+
import * as i5 from "@progress/kendo-angular-common";
|
23
23
|
import * as i6 from "./chip-menu/chip-menu.component";
|
24
24
|
import * as i7 from "@angular/common";
|
25
25
|
import * as i8 from "@progress/kendo-angular-inputs";
|
26
|
-
import * as i9 from "
|
26
|
+
import * as i9 from "@progress/kendo-angular-buttons";
|
27
27
|
import * as i10 from "./draggable.directive";
|
28
|
-
import * as i11 from "
|
28
|
+
import * as i11 from "./drop-target.directive";
|
29
29
|
import * as i12 from "./chip-kb-nav.directive";
|
30
30
|
/**
|
31
31
|
* @hidden
|
@@ -161,21 +161,18 @@ export class PivotGridConfiguratorComponent {
|
|
161
161
|
get columnHierarchies() {
|
162
162
|
return this.extractDefaultFields(this.dataService.state.columnAxes);
|
163
163
|
}
|
164
|
-
;
|
165
164
|
/**
|
166
165
|
* Retrieves the 'Rows' section item names
|
167
166
|
*/
|
168
167
|
get rowHierarchies() {
|
169
168
|
return this.extractDefaultFields(this.dataService.state.rowAxes);
|
170
169
|
}
|
171
|
-
;
|
172
170
|
/**
|
173
171
|
* Retrieves the 'Value' section item names
|
174
172
|
*/
|
175
173
|
get measureHierarchies() {
|
176
174
|
return this.extractDefaultFields(this.dataService.state.measureAxes);
|
177
175
|
}
|
178
|
-
;
|
179
176
|
/**
|
180
177
|
* Updates the respective axis configuration of the current state
|
181
178
|
* when a chip is deleted from the UI
|
@@ -190,7 +187,6 @@ export class PivotGridConfiguratorComponent {
|
|
190
187
|
if (!this.navigation) {
|
191
188
|
return;
|
192
189
|
}
|
193
|
-
;
|
194
190
|
this.zone.runOutsideAngular(() => setTimeout(() => this.navigation.focusElement(this.navigation.elements[targetIndex - 1], this.navigation.elements[targetIndex])));
|
195
191
|
}
|
196
192
|
/**
|
@@ -293,7 +289,6 @@ export class PivotGridConfiguratorComponent {
|
|
293
289
|
});
|
294
290
|
return Array.from(result);
|
295
291
|
}
|
296
|
-
;
|
297
292
|
/**
|
298
293
|
* Swaps chips within the same ChipList
|
299
294
|
*/
|
@@ -321,8 +316,8 @@ export class PivotGridConfiguratorComponent {
|
|
321
316
|
this[`${targetCollectionName}sList`]?.chips.last.focus();
|
322
317
|
}
|
323
318
|
}
|
324
|
-
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
325
|
-
PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
319
|
+
PivotGridConfiguratorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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.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: [
|
326
321
|
ConfiguratorService,
|
327
322
|
DropCueService,
|
328
323
|
SinglePopupService
|
@@ -509,8 +504,8 @@ PivotGridConfiguratorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
509
504
|
<button kendoButton themeColor="primary" type="button" (click)="handleSubmit()">{{messageFor('configuratorApplyButtonText')}}</button>
|
510
505
|
</div>
|
511
506
|
</div>
|
512
|
-
`, isInline: true,
|
513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
507
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.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.NodeTemplateDirective, selector: "[kendoTreeViewNodeTemplate]" }, { kind: "directive", type: i4.ExpandDirective, selector: "[kendoTreeViewExpandable]", inputs: ["isExpanded", "expandBy", "expandOnFilter", "expandedKeys"], outputs: ["expandedKeysChange"] }, { kind: "directive", type: i5.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i6.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: i8.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: i10.DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: ["item"] }, { kind: "directive", type: i11.DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["item", "axes"] }, { kind: "directive", type: i12.ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: ["reorder"] }] });
|
508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridConfiguratorComponent, decorators: [{
|
514
509
|
type: Component,
|
515
510
|
args: [{
|
516
511
|
selector: 'kendo-pivotgrid-configurator',
|
@@ -35,9 +35,9 @@ export class ConfiguratorService {
|
|
35
35
|
this.configuratorStateChange.emit(this.state);
|
36
36
|
}
|
37
37
|
}
|
38
|
-
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
39
|
-
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
38
|
+
ConfiguratorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService, deps: [{ token: i1.PivotGridDataService }], target: i0.ɵɵFactoryTarget.Injectable });
|
39
|
+
ConfiguratorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService });
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfiguratorService, decorators: [{
|
41
41
|
type: Injectable
|
42
42
|
}], ctorParameters: function () { return [{ type: i1.PivotGridDataService }]; }, propDecorators: { configuratorStateChange: [{
|
43
43
|
type: Output
|
@@ -103,9 +103,9 @@ export class DraggableChipDirective {
|
|
103
103
|
this.subs.unsubscribe();
|
104
104
|
}
|
105
105
|
}
|
106
|
-
DraggableChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
107
|
-
DraggableChipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
106
|
+
DraggableChipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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.0.4", type: DraggableChipDirective, selector: "[kendoChipDraggable]", inputs: { item: "item" }, host: { properties: { "style.pointerEvents": "this.pointerEvents", "style.touch-action": "this.touchActions" } }, ngImport: i0 });
|
108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DraggableChipDirective, decorators: [{
|
109
109
|
type: Directive,
|
110
110
|
args: [{
|
111
111
|
selector: '[kendoChipDraggable]'
|
@@ -65,8 +65,8 @@ export class DropCueService {
|
|
65
65
|
this.dom.style.display = '';
|
66
66
|
}
|
67
67
|
}
|
68
|
-
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
69
|
-
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
70
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
68
|
+
DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
69
|
+
DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService });
|
70
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropCueService, decorators: [{
|
71
71
|
type: Injectable
|
72
72
|
}] });
|
@@ -164,9 +164,9 @@ export class DropTargetDirective {
|
|
164
164
|
}
|
165
165
|
}
|
166
166
|
}
|
167
|
-
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
168
|
-
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
167
|
+
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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.0.4", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { item: "item", axes: "axes" }, ngImport: i0 });
|
169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropTargetDirective, decorators: [{
|
170
170
|
type: Directive,
|
171
171
|
args: [{
|
172
172
|
selector: '[kendoDropTarget]'
|
@@ -124,11 +124,10 @@ export class PivotBaseBindingDirective {
|
|
124
124
|
this[axes] = newHeaders;
|
125
125
|
this.loadData(this.dataService.state);
|
126
126
|
}
|
127
|
-
;
|
128
127
|
}
|
129
|
-
PivotBaseBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
130
|
-
PivotBaseBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
128
|
+
PivotBaseBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotBaseBindingDirective, deps: [{ token: i1.PivotGridDataService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
129
|
+
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 });
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotBaseBindingDirective, decorators: [{
|
132
131
|
type: Directive,
|
133
132
|
args: [{
|
134
133
|
selector: 'kendo-base-binding-directive'
|
@@ -61,9 +61,9 @@ export class PivotLocalBindingDirective extends PivotBaseBindingDirective {
|
|
61
61
|
return Array.from(rootFields(axes).keys()).join(stringSeparator);
|
62
62
|
}
|
63
63
|
}
|
64
|
-
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
65
|
-
PivotLocalBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
64
|
+
PivotLocalBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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.0.4", type: PivotLocalBindingDirective, selector: "[kendoPivotLocalBinding]", inputs: { data: ["kendoPivotLocalBinding", "data"], dimensions: "dimensions", measures: "measures" }, exportAs: ["kendoPivotLocalBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalBindingDirective, decorators: [{
|
67
67
|
type: Directive,
|
68
68
|
args: [{
|
69
69
|
selector: '[kendoPivotLocalBinding]',
|
@@ -94,7 +94,6 @@ export class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
94
94
|
}
|
95
95
|
return data;
|
96
96
|
}
|
97
|
-
;
|
98
97
|
getField(nodes = [], target) {
|
99
98
|
for (let i = 0; i < nodes.length; i++) {
|
100
99
|
const node = nodes[i];
|
@@ -108,7 +107,6 @@ export class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
108
107
|
}
|
109
108
|
return null;
|
110
109
|
}
|
111
|
-
;
|
112
110
|
async loadKPIs() {
|
113
111
|
const options = {
|
114
112
|
connection: {
|
@@ -123,7 +121,6 @@ export class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
123
121
|
};
|
124
122
|
return fetchDiscover({ url: this.url }, options);
|
125
123
|
}
|
126
|
-
;
|
127
124
|
async loadAvailableFields(field) {
|
128
125
|
let command;
|
129
126
|
let dimensionUniqueName;
|
@@ -160,11 +157,10 @@ export class PivotOLAPBindingDirective extends PivotBaseBindingDirective {
|
|
160
157
|
};
|
161
158
|
return fetchDiscover({ url: this.url }, options);
|
162
159
|
}
|
163
|
-
;
|
164
160
|
}
|
165
|
-
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
166
|
-
PivotOLAPBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
161
|
+
PivotOLAPBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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.0.4", type: PivotOLAPBindingDirective, selector: "[kendoPivotOLAPBinding]", inputs: { url: "url", cube: "cube", catalog: "catalog" }, exportAs: ["kendoPivotOLAPBinding"], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotOLAPBindingDirective, decorators: [{
|
168
164
|
type: Directive,
|
169
165
|
args: [{
|
170
166
|
selector: '[kendoPivotOLAPBinding]',
|
@@ -52,9 +52,9 @@ export class PivotGridDataService {
|
|
52
52
|
}
|
53
53
|
}
|
54
54
|
}
|
55
|
-
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
56
|
-
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
55
|
+
PivotGridDataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
56
|
+
PivotGridDataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService });
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridDataService, decorators: [{
|
58
58
|
type: Injectable
|
59
59
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { expandedStateChange: [{
|
60
60
|
type: Output
|
@@ -20,14 +20,14 @@ export class CustomMessagesComponent extends PivotGridMessages {
|
|
20
20
|
return true;
|
21
21
|
}
|
22
22
|
}
|
23
|
-
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
24
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
23
|
+
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
24
|
+
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CustomMessagesComponent, selector: "kendo-pivotgrid-messages", providers: [
|
25
25
|
{
|
26
26
|
provide: PivotGridMessages,
|
27
27
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
28
28
|
}
|
29
29
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
31
31
|
type: Component,
|
32
32
|
args: [{
|
33
33
|
providers: [
|
@@ -16,14 +16,14 @@ export class LocalizedMessagesDirective extends PivotGridMessages {
|
|
16
16
|
this.service = service;
|
17
17
|
}
|
18
18
|
}
|
19
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
20
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
19
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
20
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]", providers: [
|
21
21
|
{
|
22
22
|
provide: PivotGridMessages,
|
23
23
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
24
24
|
}
|
25
25
|
], usesInheritance: true, ngImport: i0 });
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
27
27
|
type: Directive,
|
28
28
|
args: [{
|
29
29
|
providers: [
|
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
|
|
10
10
|
*/
|
11
11
|
export class PivotGridMessages extends ComponentMessages {
|
12
12
|
}
|
13
|
-
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
14
|
-
PivotGridMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
13
|
+
PivotGridMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
14
|
+
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 });
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridMessages, decorators: [{
|
16
16
|
type: Directive
|
17
17
|
}], propDecorators: { fieldMenuFilterItemLabel: [{
|
18
18
|
type: Input
|
@@ -22,8 +22,8 @@ export class PivotLocalizationService {
|
|
22
22
|
return this.localization.rtl;
|
23
23
|
}
|
24
24
|
}
|
25
|
-
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
26
|
-
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
25
|
+
PivotLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
26
|
+
PivotLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService });
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotLocalizationService, decorators: [{
|
28
28
|
type: Injectable
|
29
29
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -2,5 +2,4 @@
|
|
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
|
-
;
|
6
5
|
export {};
|
@@ -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.0.0-develop.
|
12
|
+
publishDate: 1714130102,
|
13
|
+
version: '16.0.0-develop.5',
|
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
|
};
|
@@ -22,12 +22,12 @@ import * as i0 from "@angular/core";
|
|
22
22
|
import * as i1 from "./data-binding/pivotgrid-data.service";
|
23
23
|
import * as i2 from "@progress/kendo-angular-l10n";
|
24
24
|
import * as i3 from "@progress/kendo-angular-common";
|
25
|
-
import * as i4 from "
|
26
|
-
import * as i5 from "@
|
27
|
-
import * as i6 from "
|
28
|
-
import * as i7 from "
|
29
|
-
import * as i8 from "./
|
30
|
-
import * as i9 from "
|
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',
|
@@ -122,7 +122,6 @@ export class PivotGridComponent {
|
|
122
122
|
set loaderSettings(settings) {
|
123
123
|
this._loaderSettings = Object.assign({}, DEFAULT_LOADER_SETTINGS, settings);
|
124
124
|
}
|
125
|
-
;
|
126
125
|
get loaderSettings() {
|
127
126
|
return this._loaderSettings;
|
128
127
|
}
|
@@ -204,7 +203,6 @@ export class PivotGridComponent {
|
|
204
203
|
setTimeout(() => this.navigation.focusElement(el, null));
|
205
204
|
});
|
206
205
|
}
|
207
|
-
;
|
208
206
|
}
|
209
207
|
}
|
210
208
|
initNavigation() {
|
@@ -247,8 +245,8 @@ export class PivotGridComponent {
|
|
247
245
|
}
|
248
246
|
}
|
249
247
|
}
|
250
|
-
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
251
|
-
PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
248
|
+
PivotGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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.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: [
|
252
250
|
PivotGridDataService,
|
253
251
|
LocalizationService,
|
254
252
|
PivotLocalizationService,
|
@@ -413,8 +411,8 @@ PivotGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
413
411
|
<span>{{messageFor('configuratorButtonText')}}<kendo-icon-wrapper name="gear" innerCssClass="k-color-inherit" [svgIcon]="gearSVGIcon"></kendo-icon-wrapper>
|
414
412
|
</span>
|
415
413
|
</div>
|
416
|
-
`, isInline: true,
|
417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
414
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.LoaderComponent, selector: "kendo-loader", inputs: ["type", "themeColor", "size"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i7.PivotGridTableComponent, selector: "kendo-pivotgrid-table", inputs: ["tableType", "colWidth", "customCellTemplate", "valueCellTemplate", "rowHeaderCellTemplate", "columnHeaderCellTemplate"] }, { kind: "component", type: i8.PivotGridConfiguratorComponent, selector: "kendo-pivotgrid-configurator", inputs: ["orientation", "sort", "filter", "navigation"], outputs: ["close"] }, { kind: "directive", type: i9.LocalizedMessagesDirective, selector: "[kendoPivotGridLocalizedMessages]" }] });
|
415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridComponent, decorators: [{
|
418
416
|
type: Component,
|
419
417
|
args: [{
|
420
418
|
selector: 'kendo-pivotgrid',
|
@@ -68,8 +68,8 @@ const EXPORTS = [
|
|
68
68
|
*/
|
69
69
|
export class PivotGridModule {
|
70
70
|
}
|
71
|
-
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
72
|
-
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
71
|
+
PivotGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
72
|
+
PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, declarations: [PivotGridComponent,
|
73
73
|
PivotGridTableComponent,
|
74
74
|
PivotGridConfiguratorComponent,
|
75
75
|
PivotGridCellDirective,
|
@@ -99,8 +99,8 @@ PivotGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
99
99
|
ValueCellTemplateDirective,
|
100
100
|
RowHeaderCellTemplateDirective,
|
101
101
|
ColumnHeaderCellTemplateDirective] });
|
102
|
-
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
102
|
+
PivotGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, imports: [IMPORTED_MODULES] });
|
103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridModule, decorators: [{
|
104
104
|
type: NgModule,
|
105
105
|
args: [{
|
106
106
|
imports: [...IMPORTED_MODULES],
|
@@ -11,9 +11,9 @@ import { RowHeaderCellTemplateDirective } from './templates/pivotgrid-row-header
|
|
11
11
|
import { ColumnHeaderCellTemplateDirective } from './templates/pivotgrid-column-header-cell-template.directive';
|
12
12
|
import * as i0 from "@angular/core";
|
13
13
|
import * as i1 from "../data-binding/pivotgrid-data.service";
|
14
|
-
import * as i2 from "@progress/kendo-angular-
|
14
|
+
import * as i2 from "@progress/kendo-angular-common";
|
15
15
|
import * as i3 from "@angular/common";
|
16
|
-
import * as i4 from "@progress/kendo-angular-
|
16
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
17
17
|
import * as i5 from "@progress/kendo-angular-buttons";
|
18
18
|
/**
|
19
19
|
* @hidden
|
@@ -61,8 +61,8 @@ export class PivotGridCellDirective {
|
|
61
61
|
}
|
62
62
|
}
|
63
63
|
}
|
64
|
-
PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
65
|
-
PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
64
|
+
PivotGridCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridCellDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
|
65
|
+
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: `
|
66
66
|
<kendo-icon-wrapper
|
67
67
|
*ngIf="kendoPivotGridCell.hasChildren && !kendoPivotGridCell.total"
|
68
68
|
aria-hidden="true"
|
@@ -122,8 +122,8 @@ PivotGridCellDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
122
122
|
<span *ngIf="!customCellTemplate && isNotProvidedCellTemplatePerType">
|
123
123
|
{{ kendoPivotGridCell.data ? kendoPivotGridCell.data.fmtValue : kendoPivotGridCell.caption }}
|
124
124
|
</span>
|
125
|
-
`, isInline: true,
|
126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
125
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: i3.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: i5.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridCellDirective, decorators: [{
|
127
127
|
type: Component,
|
128
128
|
args: [{
|
129
129
|
// eslint-disable-next-line @angular-eslint/component-selector
|
@@ -11,8 +11,8 @@ import { ColumnHeaderCellTemplateDirective } from './templates/pivotgrid-column-
|
|
11
11
|
import { RowHeaderCellTemplateDirective } from './templates/pivotgrid-row-header-cell-template.directive';
|
12
12
|
import * as i0 from "@angular/core";
|
13
13
|
import * as i1 from "../data-binding/pivotgrid-data.service";
|
14
|
-
import * as i2 from "
|
15
|
-
import * as i3 from "
|
14
|
+
import * as i2 from "@angular/common";
|
15
|
+
import * as i3 from "./pivotgrid-cell.directive";
|
16
16
|
/**
|
17
17
|
* @hidden
|
18
18
|
*/
|
@@ -34,8 +34,8 @@ export class PivotGridTableComponent {
|
|
34
34
|
this.dataChangeSubs.unsubscribe();
|
35
35
|
}
|
36
36
|
}
|
37
|
-
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
38
|
-
PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
37
|
+
PivotGridTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridTableComponent, deps: [{ token: i1.PivotGridDataService }], target: i0.ɵɵFactoryTarget.Component });
|
38
|
+
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: `
|
39
39
|
<table
|
40
40
|
class="k-pivotgrid-table"
|
41
41
|
role="presentation">
|
@@ -75,8 +75,8 @@ PivotGridTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
75
75
|
</tr>
|
76
76
|
</tbody>
|
77
77
|
</table>
|
78
|
-
`, isInline: true,
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
78
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.PivotGridCellDirective, selector: "[kendoPivotGridCell]", inputs: ["kendoPivotGridCell", "tableType", "rowIndex", "colIndex", "customCellTemplate", "valueCellTemplate", "rowHeaderCellTemplate", "columnHeaderCellTemplate"] }] });
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PivotGridTableComponent, decorators: [{
|
80
80
|
type: Component,
|
81
81
|
args: [{
|
82
82
|
selector: 'kendo-pivotgrid-table',
|