@progress/kendo-angular-treelist 18.5.0-develop.1 → 18.5.0-develop.10
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/column-menu/column-chooser.component.d.ts +0 -4
- package/directives.d.ts +3 -2
- package/esm2022/column-menu/column-chooser.component.mjs +2 -13
- package/esm2022/column-menu/column-list.component.mjs +49 -31
- package/esm2022/directives.mjs +3 -1
- package/esm2022/filtering/cell/filter-cell-host.directive.mjs +5 -5
- package/esm2022/filtering/filter-host.directive.mjs +5 -7
- package/esm2022/filtering/menu/filter-menu-host.directive.mjs +5 -5
- package/esm2022/index.mjs +1 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/treelist.module.mjs +14 -13
- package/fesm2022/progress-kendo-angular-treelist.mjs +84 -78
- package/filtering/cell/filter-cell-host.directive.d.ts +2 -2
- package/filtering/filter-host.directive.d.ts +2 -3
- package/filtering/menu/filter-menu-host.directive.d.ts +2 -2
- package/index.d.ts +1 -0
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +3 -3
- package/treelist.module.d.ts +14 -13
@@ -64,10 +64,6 @@ export declare class ColumnChooserComponent implements OnDestroy {
|
|
64
64
|
* @hidden
|
65
65
|
*/
|
66
66
|
onChange(changed: any[]): void;
|
67
|
-
/**
|
68
|
-
* @hidden
|
69
|
-
*/
|
70
|
-
onShiftTab(e: Event): void;
|
71
67
|
private close;
|
72
68
|
private detachClose;
|
73
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChooserComponent, never>;
|
package/directives.d.ts
CHANGED
@@ -104,6 +104,7 @@ import { CellComponent } from './rendering/cell.component';
|
|
104
104
|
import { BooleanFilterRadioButtonDirective } from './filtering/menu/filter-radio-button.directive';
|
105
105
|
import { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
106
106
|
import { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
|
107
|
+
import { ColumnMenuItemDirective } from './column-menu/column-menu-item.directive';
|
107
108
|
/**
|
108
109
|
* @hidden
|
109
110
|
* Utility array that contains the former Shared module exports
|
@@ -138,7 +139,7 @@ export declare const FILTER_MENU_EXPORTS: readonly [typeof FilterMenuComponent,
|
|
138
139
|
* @hidden
|
139
140
|
* Utility array that contains the former ColumnMenu module exports
|
140
141
|
*/
|
141
|
-
export declare const COLUMN_MENU_EXPORTS: readonly [typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective];
|
142
|
+
export declare const COLUMN_MENU_EXPORTS: readonly [typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuItemDirective];
|
142
143
|
/**
|
143
144
|
* @hidden
|
144
145
|
* Utility array that contains the Excel module exports
|
@@ -152,4 +153,4 @@ export declare const KENDO_TREELIST_PDF_EXPORT: readonly [typeof PDFComponent, t
|
|
152
153
|
/**
|
153
154
|
* Utility array that contains all `@progress/kendo-angular-treelist` related components and directives
|
154
155
|
*/
|
155
|
-
export declare const KENDO_TREELIST: readonly [typeof TreeListComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof TreeListSpacerComponent, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof HierarchyBindingDirective, typeof FlatBindingDirective, typeof ExpandableDirective, typeof SelectableDirective, typeof TreeListToolbarFocusableDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof CommandColumnComponent, typeof CellTemplateDirective, typeof CellComponent, typeof NoRecordsTemplateDirective, typeof EditTemplateDirective, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof FooterTemplateDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
156
|
+
export declare const KENDO_TREELIST: readonly [typeof TreeListComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof TreeListSpacerComponent, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof HierarchyBindingDirective, typeof FlatBindingDirective, typeof ExpandableDirective, typeof SelectableDirective, typeof TreeListToolbarFocusableDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof CommandColumnComponent, typeof CellTemplateDirective, typeof CellComponent, typeof NoRecordsTemplateDirective, typeof EditTemplateDirective, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof FooterTemplateDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuItemDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
@@ -130,15 +130,6 @@ export class ColumnChooserComponent {
|
|
130
130
|
this.changeDetector.markForCheck();
|
131
131
|
this.columnInfoService.changeVisibility(changed);
|
132
132
|
}
|
133
|
-
/**
|
134
|
-
* @hidden
|
135
|
-
*/
|
136
|
-
onShiftTab(e) {
|
137
|
-
if (e.target.matches('.k-column-list-item')) {
|
138
|
-
e.preventDefault();
|
139
|
-
this.columnList.resetButton.nativeElement.focus();
|
140
|
-
}
|
141
|
-
}
|
142
133
|
close(focusAnchor = false) {
|
143
134
|
if (this.popupRef) {
|
144
135
|
this.popupRef.close();
|
@@ -180,8 +171,7 @@ export class ColumnChooserComponent {
|
|
180
171
|
[autoSync]="autoSync"
|
181
172
|
[allowHideAll]="allowHideAll"
|
182
173
|
(apply)="onApply($event)"
|
183
|
-
(columnChange)="onChange($event)"
|
184
|
-
(keydown.shift.tab)="onShiftTab($event)">
|
174
|
+
(columnChange)="onChange($event)">
|
185
175
|
</kendo-treelist-columnlist>
|
186
176
|
</ng-template>
|
187
177
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "ariaLabel", "allowHideAll", "applyText", "resetText", "actionsClass", "isLast", "isExpanded", "service"], outputs: ["reset", "apply", "columnChange"] }] });
|
@@ -214,8 +204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
214
204
|
[autoSync]="autoSync"
|
215
205
|
[allowHideAll]="allowHideAll"
|
216
206
|
(apply)="onApply($event)"
|
217
|
-
(columnChange)="onChange($event)"
|
218
|
-
(keydown.shift.tab)="onShiftTab($event)">
|
207
|
+
(columnChange)="onChange($event)">
|
219
208
|
</kendo-treelist-columnlist>
|
220
209
|
</ng-template>
|
221
210
|
`,
|
@@ -131,6 +131,17 @@ export class ColumnListComponent {
|
|
131
131
|
if (e.keyCode !== Keys.Tab) {
|
132
132
|
e.preventDefault();
|
133
133
|
}
|
134
|
+
if (e.key === 'Tab' && !e.shiftKey && this.autoSync) {
|
135
|
+
e.preventDefault();
|
136
|
+
}
|
137
|
+
if (e.key === 'Tab' && e.shiftKey) {
|
138
|
+
this.ngZone.run(() => {
|
139
|
+
if (e.target.matches('.k-column-list-item')) {
|
140
|
+
e.preventDefault();
|
141
|
+
this.resetButton?.nativeElement.focus();
|
142
|
+
}
|
143
|
+
});
|
144
|
+
}
|
134
145
|
if (e.keyCode === Keys.ArrowDown) {
|
135
146
|
this.listNavigationService.next();
|
136
147
|
}
|
@@ -145,19 +156,23 @@ export class ColumnListComponent {
|
|
145
156
|
if (this.allowHideAll && !this.hasLocked) {
|
146
157
|
return;
|
147
158
|
}
|
148
|
-
|
159
|
+
// Cache visible columns to avoid repeated checks
|
160
|
+
const visibleColumns = [];
|
161
|
+
const columnMap = new Map();
|
149
162
|
this.checkboxes.forEach((checkbox, index) => {
|
163
|
+
// Reset all disabled states first
|
164
|
+
this.setDisabledState(checkbox, false);
|
150
165
|
if (checkbox.checkedState) {
|
151
|
-
|
166
|
+
visibleColumns.push({ checkbox, index });
|
167
|
+
columnMap.set(index, this.columns[index]);
|
152
168
|
}
|
153
|
-
this.setDisabledState(checkbox, false);
|
154
169
|
});
|
155
|
-
|
156
|
-
|
170
|
+
// Only apply disabled states where needed
|
171
|
+
if (!this.allowHideAll && visibleColumns.length === 1 && !this.hasFiltered) {
|
172
|
+
this.setDisabledState(visibleColumns[0].checkbox, true);
|
157
173
|
}
|
158
174
|
else if (this.hasLocked && !this.hasUnlockedFiltered) {
|
159
|
-
const
|
160
|
-
const checkedUnlocked = checkedItems.filter(item => !columns[item.index].locked);
|
175
|
+
const checkedUnlocked = visibleColumns.filter(item => !columnMap.get(item.index).locked);
|
161
176
|
if (checkedUnlocked.length === 1) {
|
162
177
|
this.setDisabledState(checkedUnlocked[0].checkbox, true);
|
163
178
|
}
|
@@ -178,34 +193,30 @@ export class ColumnListComponent {
|
|
178
193
|
}
|
179
194
|
}
|
180
195
|
setDisabledState(checkbox, disabled) {
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
196
|
+
if (checkbox.disabled !== disabled) {
|
197
|
+
this.ngZone.runOutsideAngular(() => {
|
198
|
+
checkbox.disabled = disabled;
|
199
|
+
const checkboxElement = checkbox.hostElement.nativeElement;
|
200
|
+
const parentElement = checkboxElement.parentElement;
|
201
|
+
if (disabled) {
|
202
|
+
this.renderer.setAttribute(parentElement, 'aria-disabled', 'true');
|
203
|
+
}
|
204
|
+
else {
|
205
|
+
this.renderer.removeAttribute(parentElement, 'aria-disabled');
|
206
|
+
}
|
207
|
+
});
|
208
|
+
}
|
188
209
|
}
|
189
210
|
handleCheckBoxClick = (e) => {
|
190
211
|
const closestItem = e.target.closest('.k-column-list-item');
|
191
212
|
if (closestItem) {
|
192
213
|
const checkboxElement = closestItem.querySelector('.k-checkbox-wrap');
|
193
|
-
const checkbox = this.checkboxes.find(checkBox => checkBox.hostElement.nativeElement === checkboxElement);
|
194
214
|
const index = parseInt(checkboxElement.firstElementChild.getAttribute('data-index'), 10);
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
}
|
200
|
-
if (checkboxElement.contains(e.target)) {
|
201
|
-
const checkboxInputElement = checkboxElement.firstElementChild;
|
202
|
-
checkboxInputElement.blur();
|
203
|
-
checkboxInputElement.classList.remove('k-focus');
|
204
|
-
}
|
205
|
-
else {
|
206
|
-
this.listNavigationService.toggleCheckedState();
|
215
|
+
const checkbox = this.checkboxes.toArray()[index];
|
216
|
+
if (e.target === checkbox.input.nativeElement) {
|
217
|
+
closestItem.focus();
|
218
|
+
e.target.classList.remove('k-focus');
|
207
219
|
}
|
208
|
-
closestItem.focus();
|
209
220
|
if (this.autoSync) {
|
210
221
|
if (!this.columns[index]) {
|
211
222
|
return;
|
@@ -213,14 +224,21 @@ export class ColumnListComponent {
|
|
213
224
|
const column = this.columns[index];
|
214
225
|
const hidden = !checkbox.checkedState;
|
215
226
|
if (Boolean(column.hidden) !== hidden) {
|
216
|
-
this.ngZone.
|
227
|
+
this.ngZone.runOutsideAngular(() => {
|
217
228
|
column.hidden = hidden;
|
218
|
-
this.
|
229
|
+
this.ngZone.run(() => {
|
230
|
+
this.columnChange.emit([column]);
|
231
|
+
});
|
219
232
|
});
|
220
233
|
}
|
221
234
|
}
|
222
235
|
else {
|
223
|
-
this.updateDisabled();
|
236
|
+
this.ngZone.run(() => this.updateDisabled());
|
237
|
+
}
|
238
|
+
if (index !== this.listNavigationService.activeIndex) {
|
239
|
+
this.listNavigationService.toggle(this.listNavigationService.activeIndex, false);
|
240
|
+
this.listNavigationService.activeIndex = index;
|
241
|
+
this.listNavigationService.toggle(index, true);
|
224
242
|
}
|
225
243
|
}
|
226
244
|
};
|
package/esm2022/directives.mjs
CHANGED
@@ -105,6 +105,7 @@ import { CellComponent } from './rendering/cell.component';
|
|
105
105
|
import { BooleanFilterRadioButtonDirective } from './filtering/menu/filter-radio-button.directive';
|
106
106
|
import { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
107
107
|
import { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
|
108
|
+
import { ColumnMenuItemDirective } from './column-menu/column-menu-item.directive';
|
108
109
|
/**
|
109
110
|
* @hidden
|
110
111
|
* Utility array that contains the former Shared module exports
|
@@ -228,7 +229,8 @@ export const COLUMN_MENU_EXPORTS = [
|
|
228
229
|
ColumnMenuSortComponent,
|
229
230
|
ColumnMenuComponent,
|
230
231
|
ColumnMenuLockComponent,
|
231
|
-
ColumnMenuTemplateDirective
|
232
|
+
ColumnMenuTemplateDirective,
|
233
|
+
ColumnMenuItemDirective
|
232
234
|
];
|
233
235
|
/**
|
234
236
|
* @hidden
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright © 2025 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
|
-
import { Directive, ViewContainerRef
|
5
|
+
import { Directive, ViewContainerRef } from "@angular/core";
|
6
6
|
import { FilterHostDirective } from "../filter-host.directive";
|
7
7
|
import { isNullOrEmptyString } from "../../utils";
|
8
8
|
import { filterComponentFactory } from "./filter-cell-component.factory";
|
@@ -12,8 +12,8 @@ import * as i0 from "@angular/core";
|
|
12
12
|
* @hidden
|
13
13
|
*/
|
14
14
|
export class FilterCellHostDirective extends FilterHostDirective {
|
15
|
-
constructor(host
|
16
|
-
super(host
|
15
|
+
constructor(host) {
|
16
|
+
super(host);
|
17
17
|
}
|
18
18
|
componentType() {
|
19
19
|
if (!isNullOrEmptyString(this.column.filter)) {
|
@@ -21,7 +21,7 @@ export class FilterCellHostDirective extends FilterHostDirective {
|
|
21
21
|
}
|
22
22
|
return StringFilterCellComponent;
|
23
23
|
}
|
24
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }
|
24
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
25
25
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
26
26
|
}
|
27
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, decorators: [{
|
@@ -30,4 +30,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
30
30
|
selector: '[kendoFilterCellHost]',
|
31
31
|
standalone: true
|
32
32
|
}]
|
33
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }
|
33
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright © 2025 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
|
-
import { Directive, Input, ViewContainerRef
|
5
|
+
import { Directive, Input, ViewContainerRef } from '@angular/core';
|
6
6
|
import { ColumnComponent } from '../columns/column.component';
|
7
7
|
import { anyChanged } from '../utils';
|
8
8
|
import * as i0 from "@angular/core";
|
@@ -11,16 +11,14 @@ import * as i0 from "@angular/core";
|
|
11
11
|
*/
|
12
12
|
export class FilterHostDirective {
|
13
13
|
host;
|
14
|
-
resolver;
|
15
14
|
column;
|
16
15
|
filter;
|
17
16
|
component;
|
18
|
-
constructor(host
|
17
|
+
constructor(host) {
|
19
18
|
this.host = host;
|
20
|
-
this.resolver = resolver;
|
21
19
|
}
|
22
20
|
ngOnInit() {
|
23
|
-
this.component = this.host.createComponent(this.
|
21
|
+
this.component = this.host.createComponent(this.componentType());
|
24
22
|
this.initComponent({
|
25
23
|
column: this.column,
|
26
24
|
filter: this.filter
|
@@ -45,13 +43,13 @@ export class FilterHostDirective {
|
|
45
43
|
instance.column = column;
|
46
44
|
instance.filter = filter;
|
47
45
|
}
|
48
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }
|
46
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
49
47
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterHostDirective, inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
|
50
48
|
}
|
51
49
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, decorators: [{
|
52
50
|
type: Directive,
|
53
51
|
args: [{}]
|
54
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }
|
52
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { column: [{
|
55
53
|
type: Input
|
56
54
|
}], filter: [{
|
57
55
|
type: Input
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright © 2025 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
|
-
import { Directive, ViewContainerRef,
|
5
|
+
import { Directive, ViewContainerRef, Input } from "@angular/core";
|
6
6
|
import { FilterHostDirective } from "../filter-host.directive";
|
7
7
|
import { isNullOrEmptyString, isPresent } from "../../utils";
|
8
8
|
import { filterMenuComponentFactory } from "./filter-menu-component.factory";
|
@@ -16,8 +16,8 @@ import * as i0 from "@angular/core";
|
|
16
16
|
export class FilterMenuHostDirective extends FilterHostDirective {
|
17
17
|
filterService;
|
18
18
|
menuTabbingService;
|
19
|
-
constructor(host
|
20
|
-
super(host
|
19
|
+
constructor(host) {
|
20
|
+
super(host);
|
21
21
|
}
|
22
22
|
componentType() {
|
23
23
|
if (isPresent(this.column) && !isNullOrEmptyString(this.column.filter)) {
|
@@ -30,7 +30,7 @@ export class FilterMenuHostDirective extends FilterHostDirective {
|
|
30
30
|
this.component.instance.filterService = this.filterService;
|
31
31
|
this.component.instance.menuTabbingService = this.menuTabbingService;
|
32
32
|
}
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
34
34
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
|
35
35
|
}
|
36
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
|
@@ -39,7 +39,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
39
39
|
selector: '[kendoFilterMenuHost]',
|
40
40
|
standalone: true
|
41
41
|
}]
|
42
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }
|
42
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { filterService: [{
|
43
43
|
type: Input
|
44
44
|
}], menuTabbingService: [{
|
45
45
|
type: Input
|
package/esm2022/index.mjs
CHANGED
@@ -93,6 +93,7 @@ export { FocusableDirective } from './navigation/focusable.directive';
|
|
93
93
|
export { ColumnVisibilityChangeEvent } from './column-menu/column-visibility-change-event';
|
94
94
|
export { ColumnMenuComponent } from './column-menu/column-menu.component';
|
95
95
|
export { ColumnMenuService } from './column-menu/column-menu.service';
|
96
|
+
export { ColumnMenuItemDirective } from './column-menu/column-menu-item.directive';
|
96
97
|
export { ColumnInfoService } from './common/column-info.service';
|
97
98
|
export { SinglePopupService, PopupCloseEvent } from './common/single-popup.service';
|
98
99
|
export { ExpandEvent } from './expand-state/expand-event';
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '18.5.0-develop.
|
13
|
+
publishDate: 1744092500,
|
14
|
+
version: '18.5.0-develop.10',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
16
16
|
};
|
@@ -106,17 +106,18 @@ import * as i90 from "./column-menu/column-menu-sort.component";
|
|
106
106
|
import * as i91 from "./column-menu/column-menu.component";
|
107
107
|
import * as i92 from "./column-menu/column-menu-lock.component";
|
108
108
|
import * as i93 from "./column-menu/column-menu-template.directive";
|
109
|
-
import * as i94 from "./
|
110
|
-
import * as i95 from "./excel/excel
|
111
|
-
import * as i96 from "./excel/excel-command
|
112
|
-
import * as i97 from "
|
113
|
-
import * as i98 from "
|
114
|
-
import * as i99 from "./pdf/pdf
|
115
|
-
import * as i100 from "./pdf/pdf-
|
116
|
-
import * as i101 from "./pdf/pdf-
|
117
|
-
import * as i102 from "./pdf/pdf-
|
118
|
-
import * as i103 from "
|
119
|
-
import * as i104 from "@progress/kendo-angular-
|
109
|
+
import * as i94 from "./column-menu/column-menu-item.directive";
|
110
|
+
import * as i95 from "./excel/excel.component";
|
111
|
+
import * as i96 from "./excel/excel-command.directive";
|
112
|
+
import * as i97 from "./excel/excel-command-tool.directive";
|
113
|
+
import * as i98 from "@progress/kendo-angular-excel-export";
|
114
|
+
import * as i99 from "./pdf/pdf.component";
|
115
|
+
import * as i100 from "./pdf/pdf-margin.component";
|
116
|
+
import * as i101 from "./pdf/pdf-command.directive";
|
117
|
+
import * as i102 from "./pdf/pdf-template.directive";
|
118
|
+
import * as i103 from "./pdf/pdf-command-tool.directive";
|
119
|
+
import * as i104 from "@progress/kendo-angular-toolbar";
|
120
|
+
import * as i105 from "@progress/kendo-angular-pager";
|
120
121
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
121
122
|
/**
|
122
123
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
@@ -141,7 +142,7 @@ import * as i104 from "@progress/kendo-angular-pager";
|
|
141
142
|
*/
|
142
143
|
export class TreeListModule {
|
143
144
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
144
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.CommandColumnComponent, i29.CellTemplateDirective, i30.CellComponent, i31.NoRecordsTemplateDirective, i32.EditTemplateDirective, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i38.AddCommandToolbarDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.FilterRowComponent, i44.FilterCellComponent, i45.FilterCellTemplateDirective, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i50.FilterCellHostDirective, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i53.ContainsFilterOperatorComponent, i54.DoesNotContainFilterOperatorComponent, i55.EndsWithFilterOperatorComponent, i56.EqualFilterOperatorComponent, i57.IsEmptyFilterOperatorComponent, i58.IsNotEmptyFilterOperatorComponent, i59.IsNotNullFilterOperatorComponent, i60.IsNullFilterOperatorComponent, i61.NotEqualFilterOperatorComponent, i62.StartsWithFilterOperatorComponent, i63.GreaterFilterOperatorComponent, i64.GreaterOrEqualToFilterOperatorComponent, i65.LessFilterOperatorComponent, i66.LessOrEqualToFilterOperatorComponent, i67.AfterFilterOperatorComponent, i68.AfterEqFilterOperatorComponent, i69.BeforeEqFilterOperatorComponent, i70.BeforeFilterOperatorComponent, i71.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i77.FilterMenuTemplateDirective, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i82.FilterMenuHostDirective, i83.BooleanFilterMenuComponent, i84.BooleanFilterRadioButtonDirective, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i89.ColumnMenuItemContentTemplateDirective, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i93.ColumnMenuTemplateDirective, i94.
|
145
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.CommandColumnComponent, i29.CellTemplateDirective, i30.CellComponent, i31.NoRecordsTemplateDirective, i32.EditTemplateDirective, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i38.AddCommandToolbarDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.FilterRowComponent, i44.FilterCellComponent, i45.FilterCellTemplateDirective, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i50.FilterCellHostDirective, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i53.ContainsFilterOperatorComponent, i54.DoesNotContainFilterOperatorComponent, i55.EndsWithFilterOperatorComponent, i56.EqualFilterOperatorComponent, i57.IsEmptyFilterOperatorComponent, i58.IsNotEmptyFilterOperatorComponent, i59.IsNotNullFilterOperatorComponent, i60.IsNullFilterOperatorComponent, i61.NotEqualFilterOperatorComponent, i62.StartsWithFilterOperatorComponent, i63.GreaterFilterOperatorComponent, i64.GreaterOrEqualToFilterOperatorComponent, i65.LessFilterOperatorComponent, i66.LessOrEqualToFilterOperatorComponent, i67.AfterFilterOperatorComponent, i68.AfterEqFilterOperatorComponent, i69.BeforeEqFilterOperatorComponent, i70.BeforeFilterOperatorComponent, i71.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i77.FilterMenuTemplateDirective, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i82.FilterMenuHostDirective, i83.BooleanFilterMenuComponent, i84.BooleanFilterRadioButtonDirective, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i89.ColumnMenuItemContentTemplateDirective, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i93.ColumnMenuTemplateDirective, i94.ColumnMenuItemDirective, i95.ExcelComponent, i96.ExcelCommandDirective, i97.ExcelCommandToolbarDirective, i98.ColumnComponent, i98.ColumnGroupComponent, i98.FooterTemplateDirective, i98.GroupFooterTemplateDirective, i98.GroupHeaderColumnTemplateDirective, i98.GroupHeaderTemplateDirective, i99.PDFComponent, i100.PDFMarginComponent, i101.PDFCommandDirective, i102.PDFTemplateDirective, i103.PDFCommandToolbarDirective, i104.ToolBarComponent, i104.ToolbarCustomMessagesComponent, i104.ToolBarButtonComponent, i104.ToolBarButtonGroupComponent, i104.ToolBarDropDownButtonComponent, i104.ToolBarSeparatorComponent, i104.ToolBarSpacerComponent, i104.ToolBarSplitButtonComponent, i104.ToolBarToolComponent, i105.CustomMessagesComponent, i105.PagerFocusableDirective, i105.PagerInfoComponent, i105.PagerInputComponent, i105.PagerNextButtonsComponent, i105.PagerNumericButtonsComponent, i105.PagerPageSizesComponent, i105.PagerPrevButtonsComponent, i105.PagerTemplateDirective, i105.PagerComponent, i105.PagerSpacerComponent, TableDirective], exports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.CommandColumnComponent, i29.CellTemplateDirective, i30.CellComponent, i31.NoRecordsTemplateDirective, i32.EditTemplateDirective, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i38.AddCommandToolbarDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.FilterRowComponent, i44.FilterCellComponent, i45.FilterCellTemplateDirective, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i50.FilterCellHostDirective, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i53.ContainsFilterOperatorComponent, i54.DoesNotContainFilterOperatorComponent, i55.EndsWithFilterOperatorComponent, i56.EqualFilterOperatorComponent, i57.IsEmptyFilterOperatorComponent, i58.IsNotEmptyFilterOperatorComponent, i59.IsNotNullFilterOperatorComponent, i60.IsNullFilterOperatorComponent, i61.NotEqualFilterOperatorComponent, i62.StartsWithFilterOperatorComponent, i63.GreaterFilterOperatorComponent, i64.GreaterOrEqualToFilterOperatorComponent, i65.LessFilterOperatorComponent, i66.LessOrEqualToFilterOperatorComponent, i67.AfterFilterOperatorComponent, i68.AfterEqFilterOperatorComponent, i69.BeforeEqFilterOperatorComponent, i70.BeforeFilterOperatorComponent, i71.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i77.FilterMenuTemplateDirective, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i82.FilterMenuHostDirective, i83.BooleanFilterMenuComponent, i84.BooleanFilterRadioButtonDirective, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i89.ColumnMenuItemContentTemplateDirective, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i93.ColumnMenuTemplateDirective, i94.ColumnMenuItemDirective, i95.ExcelComponent, i96.ExcelCommandDirective, i97.ExcelCommandToolbarDirective, i98.ColumnComponent, i98.ColumnGroupComponent, i98.FooterTemplateDirective, i98.GroupFooterTemplateDirective, i98.GroupHeaderColumnTemplateDirective, i98.GroupHeaderTemplateDirective, i99.PDFComponent, i100.PDFMarginComponent, i101.PDFCommandDirective, i102.PDFTemplateDirective, i103.PDFCommandToolbarDirective, i104.ToolBarComponent, i104.ToolbarCustomMessagesComponent, i104.ToolBarButtonComponent, i104.ToolBarButtonGroupComponent, i104.ToolBarDropDownButtonComponent, i104.ToolBarSeparatorComponent, i104.ToolBarSpacerComponent, i104.ToolBarSplitButtonComponent, i104.ToolBarToolComponent, i105.CustomMessagesComponent, i105.PagerFocusableDirective, i105.PagerInfoComponent, i105.PagerInputComponent, i105.PagerNextButtonsComponent, i105.PagerNumericButtonsComponent, i105.PagerPageSizesComponent, i105.PagerPrevButtonsComponent, i105.PagerTemplateDirective, i105.PagerComponent, i105.PagerSpacerComponent] });
|
145
146
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, providers: [
|
146
147
|
IconsService,
|
147
148
|
ResizeBatchService,
|
@@ -156,7 +157,7 @@ export class TreeListModule {
|
|
156
157
|
DialogService,
|
157
158
|
WindowService,
|
158
159
|
WindowContainerService
|
159
|
-
], imports: [i1.TreeListComponent, i25.FilterCellOperatorsComponent, i30.CellComponent, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i40.HeaderComponent, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i25.FilterCellOperatorsComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i83.BooleanFilterMenuComponent, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent,
|
160
|
+
], imports: [i1.TreeListComponent, i25.FilterCellOperatorsComponent, i30.CellComponent, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i40.HeaderComponent, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i25.FilterCellOperatorsComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i83.BooleanFilterMenuComponent, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i96.ExcelCommandDirective, i98.ColumnComponent, i98.ColumnGroupComponent, i101.PDFCommandDirective, i104.ToolBarComponent, i104.ToolbarCustomMessagesComponent, i104.ToolBarButtonComponent, i104.ToolBarButtonGroupComponent, i104.ToolBarDropDownButtonComponent, i104.ToolBarSeparatorComponent, i104.ToolBarSpacerComponent, i104.ToolBarSplitButtonComponent, i105.CustomMessagesComponent, i105.PagerInfoComponent, i105.PagerInputComponent, i105.PagerNextButtonsComponent, i105.PagerNumericButtonsComponent, i105.PagerPageSizesComponent, i105.PagerPrevButtonsComponent, i105.PagerComponent, i105.PagerSpacerComponent] });
|
160
161
|
}
|
161
162
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, decorators: [{
|
162
163
|
type: NgModule,
|
@@ -24,7 +24,7 @@ import { DragTargetContainerDirective, DropTargetContainerDirective } from '@pro
|
|
24
24
|
import { orderBy, isCompositeFilterDescriptor, process, aggregateBy } from '@progress/kendo-data-query';
|
25
25
|
import * as i1$2 from '@angular/platform-browser';
|
26
26
|
import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltDownIcon, caretAltRightIcon, caretAltLeftIcon, reorderIcon, filterClearIcon, filterIcon, chevronUpIcon, chevronDownIcon, columnsIcon, sortAscSmallIcon, sortDescSmallIcon, displayInlineFlexIcon, maxWidthIcon, moreVerticalIcon, fileExcelIcon, filePdfIcon } from '@progress/kendo-svg-icons';
|
27
|
-
import * as
|
27
|
+
import * as i105 from '@progress/kendo-angular-pager';
|
28
28
|
import { PagerContextService, PagerNavigationService, PagerTemplateDirective, KENDO_PAGER } from '@progress/kendo-angular-pager';
|
29
29
|
import { getter, setter } from '@progress/kendo-common';
|
30
30
|
import * as i1$6 from '@progress/kendo-angular-inputs';
|
@@ -35,9 +35,9 @@ import { DropDownListComponent, AutoCompleteComponent } from '@progress/kendo-an
|
|
35
35
|
import { ButtonComponent, Button } from '@progress/kendo-angular-buttons';
|
36
36
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
37
37
|
import { saveAs } from '@progress/kendo-file-saver';
|
38
|
-
import * as
|
38
|
+
import * as i98 from '@progress/kendo-angular-excel-export';
|
39
39
|
import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, ColumnComponent as ColumnComponent$1, ColumnGroupComponent as ColumnGroupComponent$1, FooterTemplateDirective as FooterTemplateDirective$1, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderTemplateDirective } from '@progress/kendo-angular-excel-export';
|
40
|
-
import * as
|
40
|
+
import * as i104 from '@progress/kendo-angular-toolbar';
|
41
41
|
import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
|
42
42
|
import { PDFExportMarginComponent, PDFExportTemplateDirective, PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
43
43
|
|
@@ -49,8 +49,8 @@ const packageMetadata = {
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
52
|
-
publishDate:
|
53
|
-
version: '18.5.0-develop.
|
52
|
+
publishDate: 1744092500,
|
53
|
+
version: '18.5.0-develop.10',
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
55
55
|
};
|
56
56
|
|
@@ -5090,12 +5090,12 @@ class NavigationService {
|
|
5090
5090
|
this.leaveCell();
|
5091
5091
|
this.cursor.reset();
|
5092
5092
|
}
|
5093
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token:
|
5093
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i105.PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1$1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
5094
5094
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService });
|
5095
5095
|
}
|
5096
5096
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, decorators: [{
|
5097
5097
|
type: Injectable
|
5098
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type:
|
5098
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type: i105.PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: FocusableDirective, decorators: [{
|
5099
5099
|
type: Optional
|
5100
5100
|
}] }]; } });
|
5101
5101
|
|
@@ -8785,16 +8785,14 @@ const diffFilters = (a, b) => {
|
|
8785
8785
|
*/
|
8786
8786
|
class FilterHostDirective {
|
8787
8787
|
host;
|
8788
|
-
resolver;
|
8789
8788
|
column;
|
8790
8789
|
filter;
|
8791
8790
|
component;
|
8792
|
-
constructor(host
|
8791
|
+
constructor(host) {
|
8793
8792
|
this.host = host;
|
8794
|
-
this.resolver = resolver;
|
8795
8793
|
}
|
8796
8794
|
ngOnInit() {
|
8797
|
-
this.component = this.host.createComponent(this.
|
8795
|
+
this.component = this.host.createComponent(this.componentType());
|
8798
8796
|
this.initComponent({
|
8799
8797
|
column: this.column,
|
8800
8798
|
filter: this.filter
|
@@ -8819,13 +8817,13 @@ class FilterHostDirective {
|
|
8819
8817
|
instance.column = column;
|
8820
8818
|
instance.filter = filter;
|
8821
8819
|
}
|
8822
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }
|
8820
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
8823
8821
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterHostDirective, inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
|
8824
8822
|
}
|
8825
8823
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, decorators: [{
|
8826
8824
|
type: Directive,
|
8827
8825
|
args: [{}]
|
8828
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }
|
8826
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { column: [{
|
8829
8827
|
type: Input
|
8830
8828
|
}], filter: [{
|
8831
8829
|
type: Input
|
@@ -10464,8 +10462,8 @@ const filterComponentFactory = (type) => ({
|
|
10464
10462
|
* @hidden
|
10465
10463
|
*/
|
10466
10464
|
class FilterCellHostDirective extends FilterHostDirective {
|
10467
|
-
constructor(host
|
10468
|
-
super(host
|
10465
|
+
constructor(host) {
|
10466
|
+
super(host);
|
10469
10467
|
}
|
10470
10468
|
componentType() {
|
10471
10469
|
if (!isNullOrEmptyString(this.column.filter)) {
|
@@ -10473,7 +10471,7 @@ class FilterCellHostDirective extends FilterHostDirective {
|
|
10473
10471
|
}
|
10474
10472
|
return StringFilterCellComponent;
|
10475
10473
|
}
|
10476
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }
|
10474
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
10477
10475
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
10478
10476
|
}
|
10479
10477
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, decorators: [{
|
@@ -10482,7 +10480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
10482
10480
|
selector: '[kendoFilterCellHost]',
|
10483
10481
|
standalone: true
|
10484
10482
|
}]
|
10485
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }
|
10483
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
10486
10484
|
|
10487
10485
|
/**
|
10488
10486
|
* @hidden
|
@@ -12237,8 +12235,8 @@ const filterMenuComponentFactory = (type) => ({
|
|
12237
12235
|
class FilterMenuHostDirective extends FilterHostDirective {
|
12238
12236
|
filterService;
|
12239
12237
|
menuTabbingService;
|
12240
|
-
constructor(host
|
12241
|
-
super(host
|
12238
|
+
constructor(host) {
|
12239
|
+
super(host);
|
12242
12240
|
}
|
12243
12241
|
componentType() {
|
12244
12242
|
if (isPresent(this.column) && !isNullOrEmptyString(this.column.filter)) {
|
@@ -12251,7 +12249,7 @@ class FilterMenuHostDirective extends FilterHostDirective {
|
|
12251
12249
|
this.component.instance.filterService = this.filterService;
|
12252
12250
|
this.component.instance.menuTabbingService = this.menuTabbingService;
|
12253
12251
|
}
|
12254
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }
|
12252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
12255
12253
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
|
12256
12254
|
}
|
12257
12255
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
|
@@ -12260,7 +12258,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
12260
12258
|
selector: '[kendoFilterMenuHost]',
|
12261
12259
|
standalone: true
|
12262
12260
|
}]
|
12263
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }
|
12261
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { filterService: [{
|
12264
12262
|
type: Input
|
12265
12263
|
}], menuTabbingService: [{
|
12266
12264
|
type: Input
|
@@ -13129,6 +13127,17 @@ class ColumnListComponent {
|
|
13129
13127
|
if (e.keyCode !== Keys.Tab) {
|
13130
13128
|
e.preventDefault();
|
13131
13129
|
}
|
13130
|
+
if (e.key === 'Tab' && !e.shiftKey && this.autoSync) {
|
13131
|
+
e.preventDefault();
|
13132
|
+
}
|
13133
|
+
if (e.key === 'Tab' && e.shiftKey) {
|
13134
|
+
this.ngZone.run(() => {
|
13135
|
+
if (e.target.matches('.k-column-list-item')) {
|
13136
|
+
e.preventDefault();
|
13137
|
+
this.resetButton?.nativeElement.focus();
|
13138
|
+
}
|
13139
|
+
});
|
13140
|
+
}
|
13132
13141
|
if (e.keyCode === Keys.ArrowDown) {
|
13133
13142
|
this.listNavigationService.next();
|
13134
13143
|
}
|
@@ -13143,19 +13152,23 @@ class ColumnListComponent {
|
|
13143
13152
|
if (this.allowHideAll && !this.hasLocked) {
|
13144
13153
|
return;
|
13145
13154
|
}
|
13146
|
-
|
13155
|
+
// Cache visible columns to avoid repeated checks
|
13156
|
+
const visibleColumns = [];
|
13157
|
+
const columnMap = new Map();
|
13147
13158
|
this.checkboxes.forEach((checkbox, index) => {
|
13159
|
+
// Reset all disabled states first
|
13160
|
+
this.setDisabledState(checkbox, false);
|
13148
13161
|
if (checkbox.checkedState) {
|
13149
|
-
|
13162
|
+
visibleColumns.push({ checkbox, index });
|
13163
|
+
columnMap.set(index, this.columns[index]);
|
13150
13164
|
}
|
13151
|
-
this.setDisabledState(checkbox, false);
|
13152
13165
|
});
|
13153
|
-
|
13154
|
-
|
13166
|
+
// Only apply disabled states where needed
|
13167
|
+
if (!this.allowHideAll && visibleColumns.length === 1 && !this.hasFiltered) {
|
13168
|
+
this.setDisabledState(visibleColumns[0].checkbox, true);
|
13155
13169
|
}
|
13156
13170
|
else if (this.hasLocked && !this.hasUnlockedFiltered) {
|
13157
|
-
const
|
13158
|
-
const checkedUnlocked = checkedItems.filter(item => !columns[item.index].locked);
|
13171
|
+
const checkedUnlocked = visibleColumns.filter(item => !columnMap.get(item.index).locked);
|
13159
13172
|
if (checkedUnlocked.length === 1) {
|
13160
13173
|
this.setDisabledState(checkedUnlocked[0].checkbox, true);
|
13161
13174
|
}
|
@@ -13176,34 +13189,30 @@ class ColumnListComponent {
|
|
13176
13189
|
}
|
13177
13190
|
}
|
13178
13191
|
setDisabledState(checkbox, disabled) {
|
13179
|
-
|
13180
|
-
|
13181
|
-
|
13182
|
-
|
13183
|
-
|
13184
|
-
|
13185
|
-
|
13192
|
+
if (checkbox.disabled !== disabled) {
|
13193
|
+
this.ngZone.runOutsideAngular(() => {
|
13194
|
+
checkbox.disabled = disabled;
|
13195
|
+
const checkboxElement = checkbox.hostElement.nativeElement;
|
13196
|
+
const parentElement = checkboxElement.parentElement;
|
13197
|
+
if (disabled) {
|
13198
|
+
this.renderer.setAttribute(parentElement, 'aria-disabled', 'true');
|
13199
|
+
}
|
13200
|
+
else {
|
13201
|
+
this.renderer.removeAttribute(parentElement, 'aria-disabled');
|
13202
|
+
}
|
13203
|
+
});
|
13204
|
+
}
|
13186
13205
|
}
|
13187
13206
|
handleCheckBoxClick = (e) => {
|
13188
13207
|
const closestItem = e.target.closest('.k-column-list-item');
|
13189
13208
|
if (closestItem) {
|
13190
13209
|
const checkboxElement = closestItem.querySelector('.k-checkbox-wrap');
|
13191
|
-
const checkbox = this.checkboxes.find(checkBox => checkBox.hostElement.nativeElement === checkboxElement);
|
13192
13210
|
const index = parseInt(checkboxElement.firstElementChild.getAttribute('data-index'), 10);
|
13193
|
-
|
13194
|
-
|
13195
|
-
|
13196
|
-
|
13197
|
-
}
|
13198
|
-
if (checkboxElement.contains(e.target)) {
|
13199
|
-
const checkboxInputElement = checkboxElement.firstElementChild;
|
13200
|
-
checkboxInputElement.blur();
|
13201
|
-
checkboxInputElement.classList.remove('k-focus');
|
13202
|
-
}
|
13203
|
-
else {
|
13204
|
-
this.listNavigationService.toggleCheckedState();
|
13211
|
+
const checkbox = this.checkboxes.toArray()[index];
|
13212
|
+
if (e.target === checkbox.input.nativeElement) {
|
13213
|
+
closestItem.focus();
|
13214
|
+
e.target.classList.remove('k-focus');
|
13205
13215
|
}
|
13206
|
-
closestItem.focus();
|
13207
13216
|
if (this.autoSync) {
|
13208
13217
|
if (!this.columns[index]) {
|
13209
13218
|
return;
|
@@ -13211,14 +13220,21 @@ class ColumnListComponent {
|
|
13211
13220
|
const column = this.columns[index];
|
13212
13221
|
const hidden = !checkbox.checkedState;
|
13213
13222
|
if (Boolean(column.hidden) !== hidden) {
|
13214
|
-
this.ngZone.
|
13223
|
+
this.ngZone.runOutsideAngular(() => {
|
13215
13224
|
column.hidden = hidden;
|
13216
|
-
this.
|
13225
|
+
this.ngZone.run(() => {
|
13226
|
+
this.columnChange.emit([column]);
|
13227
|
+
});
|
13217
13228
|
});
|
13218
13229
|
}
|
13219
13230
|
}
|
13220
13231
|
else {
|
13221
|
-
this.updateDisabled();
|
13232
|
+
this.ngZone.run(() => this.updateDisabled());
|
13233
|
+
}
|
13234
|
+
if (index !== this.listNavigationService.activeIndex) {
|
13235
|
+
this.listNavigationService.toggle(this.listNavigationService.activeIndex, false);
|
13236
|
+
this.listNavigationService.activeIndex = index;
|
13237
|
+
this.listNavigationService.toggle(index, true);
|
13222
13238
|
}
|
13223
13239
|
}
|
13224
13240
|
};
|
@@ -18346,7 +18362,7 @@ class TreeListComponent {
|
|
18346
18362
|
[pageNumberInputTitle]="messageFor('pagerPageNumberInputTitle')">
|
18347
18363
|
</kendo-pager-messages>
|
18348
18364
|
</ng-template>
|
18349
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode", "cursorStyle", "hintContext"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "[kendoTreeListResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type:
|
18365
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode", "cursorStyle", "hintContext"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "[kendoTreeListResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: i105.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i105.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i105.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["size"] }, { kind: "component", type: i105.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i105.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i105.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["pageSizes", "size"] }, { kind: "component", type: i105.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i105.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i105.PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
18350
18366
|
}
|
18351
18367
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListComponent, decorators: [{
|
18352
18368
|
type: Component,
|
@@ -21785,15 +21801,6 @@ class ColumnChooserComponent {
|
|
21785
21801
|
this.changeDetector.markForCheck();
|
21786
21802
|
this.columnInfoService.changeVisibility(changed);
|
21787
21803
|
}
|
21788
|
-
/**
|
21789
|
-
* @hidden
|
21790
|
-
*/
|
21791
|
-
onShiftTab(e) {
|
21792
|
-
if (e.target.matches('.k-column-list-item')) {
|
21793
|
-
e.preventDefault();
|
21794
|
-
this.columnList.resetButton.nativeElement.focus();
|
21795
|
-
}
|
21796
|
-
}
|
21797
21804
|
close(focusAnchor = false) {
|
21798
21805
|
if (this.popupRef) {
|
21799
21806
|
this.popupRef.close();
|
@@ -21835,8 +21842,7 @@ class ColumnChooserComponent {
|
|
21835
21842
|
[autoSync]="autoSync"
|
21836
21843
|
[allowHideAll]="allowHideAll"
|
21837
21844
|
(apply)="onApply($event)"
|
21838
|
-
(columnChange)="onChange($event)"
|
21839
|
-
(keydown.shift.tab)="onShiftTab($event)">
|
21845
|
+
(columnChange)="onChange($event)">
|
21840
21846
|
</kendo-treelist-columnlist>
|
21841
21847
|
</ng-template>
|
21842
21848
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "ariaLabel", "allowHideAll", "applyText", "resetText", "actionsClass", "isLast", "isExpanded", "service"], outputs: ["reset", "apply", "columnChange"] }] });
|
@@ -21869,8 +21875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
21869
21875
|
[autoSync]="autoSync"
|
21870
21876
|
[allowHideAll]="allowHideAll"
|
21871
21877
|
(apply)="onApply($event)"
|
21872
|
-
(columnChange)="onChange($event)"
|
21873
|
-
(keydown.shift.tab)="onShiftTab($event)">
|
21878
|
+
(columnChange)="onChange($event)">
|
21874
21879
|
</kendo-treelist-columnlist>
|
21875
21880
|
</ng-template>
|
21876
21881
|
`,
|
@@ -22276,7 +22281,7 @@ class ExcelCommandToolbarDirective {
|
|
22276
22281
|
e.preventDefault();
|
22277
22282
|
this.excelService.exportClick.emit();
|
22278
22283
|
}
|
22279
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token:
|
22284
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i104.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
22280
22285
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
|
22281
22286
|
}
|
22282
22287
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
|
@@ -22285,7 +22290,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
22285
22290
|
selector: '[kendoTreeListExcelTool]',
|
22286
22291
|
standalone: true
|
22287
22292
|
}]
|
22288
|
-
}], ctorParameters: function () { return [{ type: ExcelService }, { type:
|
22293
|
+
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i104.ToolBarButtonComponent }]; } });
|
22289
22294
|
|
22290
22295
|
/**
|
22291
22296
|
* Represents the Kendo UI PDFMargin component for Angular.
|
@@ -22859,7 +22864,7 @@ class AddCommandToolbarDirective {
|
|
22859
22864
|
e.preventDefault();
|
22860
22865
|
this.editService.beginAdd();
|
22861
22866
|
}
|
22862
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
22867
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i104.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
22863
22868
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListAddTool]", ngImport: i0 });
|
22864
22869
|
}
|
22865
22870
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
|
@@ -22868,7 +22873,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
22868
22873
|
selector: '[kendoTreeListAddTool]',
|
22869
22874
|
standalone: true
|
22870
22875
|
}]
|
22871
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
22876
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i104.ToolBarButtonComponent }]; } });
|
22872
22877
|
|
22873
22878
|
/**
|
22874
22879
|
* Represents the `export-to-PDF` toolbar tool of the TreeList.
|
@@ -22914,7 +22919,7 @@ class PDFCommandToolbarDirective {
|
|
22914
22919
|
e.preventDefault();
|
22915
22920
|
this.pdfService.exportClick.emit();
|
22916
22921
|
}
|
22917
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token:
|
22922
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i104.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
22918
22923
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: PDFCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListPDFTool]", ngImport: i0 });
|
22919
22924
|
}
|
22920
22925
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, decorators: [{
|
@@ -22923,7 +22928,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
22923
22928
|
selector: '[kendoTreeListPDFTool]',
|
22924
22929
|
standalone: true
|
22925
22930
|
}]
|
22926
|
-
}], ctorParameters: function () { return [{ type: PDFService }, { type:
|
22931
|
+
}], ctorParameters: function () { return [{ type: PDFService }, { type: i104.ToolBarButtonComponent }]; } });
|
22927
22932
|
|
22928
22933
|
/**
|
22929
22934
|
* @hidden
|
@@ -23048,7 +23053,8 @@ const COLUMN_MENU_EXPORTS = [
|
|
23048
23053
|
ColumnMenuSortComponent,
|
23049
23054
|
ColumnMenuComponent,
|
23050
23055
|
ColumnMenuLockComponent,
|
23051
|
-
ColumnMenuTemplateDirective
|
23056
|
+
ColumnMenuTemplateDirective,
|
23057
|
+
ColumnMenuItemDirective
|
23052
23058
|
];
|
23053
23059
|
/**
|
23054
23060
|
* @hidden
|
@@ -23127,7 +23133,7 @@ const KENDO_TREELIST = [
|
|
23127
23133
|
*/
|
23128
23134
|
class TreeListModule {
|
23129
23135
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
23130
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective,
|
23136
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, ColumnMenuItemDirective, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i98.ColumnComponent, i98.ColumnGroupComponent, i98.FooterTemplateDirective, i98.GroupFooterTemplateDirective, i98.GroupHeaderColumnTemplateDirective, i98.GroupHeaderTemplateDirective, PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i104.ToolBarComponent, i104.ToolbarCustomMessagesComponent, i104.ToolBarButtonComponent, i104.ToolBarButtonGroupComponent, i104.ToolBarDropDownButtonComponent, i104.ToolBarSeparatorComponent, i104.ToolBarSpacerComponent, i104.ToolBarSplitButtonComponent, i104.ToolBarToolComponent, i105.CustomMessagesComponent, i105.PagerFocusableDirective, i105.PagerInfoComponent, i105.PagerInputComponent, i105.PagerNextButtonsComponent, i105.PagerNumericButtonsComponent, i105.PagerPageSizesComponent, i105.PagerPrevButtonsComponent, i105.PagerTemplateDirective, i105.PagerComponent, i105.PagerSpacerComponent, TableDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, ColumnMenuItemDirective, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i98.ColumnComponent, i98.ColumnGroupComponent, i98.FooterTemplateDirective, i98.GroupFooterTemplateDirective, i98.GroupHeaderColumnTemplateDirective, i98.GroupHeaderTemplateDirective, PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, PDFCommandToolbarDirective, i104.ToolBarComponent, i104.ToolbarCustomMessagesComponent, i104.ToolBarButtonComponent, i104.ToolBarButtonGroupComponent, i104.ToolBarDropDownButtonComponent, i104.ToolBarSeparatorComponent, i104.ToolBarSpacerComponent, i104.ToolBarSplitButtonComponent, i104.ToolBarToolComponent, i105.CustomMessagesComponent, i105.PagerFocusableDirective, i105.PagerInfoComponent, i105.PagerInputComponent, i105.PagerNextButtonsComponent, i105.PagerNumericButtonsComponent, i105.PagerPageSizesComponent, i105.PagerPrevButtonsComponent, i105.PagerTemplateDirective, i105.PagerComponent, i105.PagerSpacerComponent] });
|
23131
23137
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, providers: [
|
23132
23138
|
IconsService,
|
23133
23139
|
ResizeBatchService,
|
@@ -23142,7 +23148,7 @@ class TreeListModule {
|
|
23142
23148
|
DialogService,
|
23143
23149
|
WindowService,
|
23144
23150
|
WindowContainerService
|
23145
|
-
], imports: [TreeListComponent, FilterCellOperatorsComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ExcelCommandDirective,
|
23151
|
+
], imports: [TreeListComponent, FilterCellOperatorsComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ExcelCommandDirective, i98.ColumnComponent, i98.ColumnGroupComponent, PDFCommandDirective, i104.ToolBarComponent, i104.ToolbarCustomMessagesComponent, i104.ToolBarButtonComponent, i104.ToolBarButtonGroupComponent, i104.ToolBarDropDownButtonComponent, i104.ToolBarSeparatorComponent, i104.ToolBarSpacerComponent, i104.ToolBarSplitButtonComponent, i105.CustomMessagesComponent, i105.PagerInfoComponent, i105.PagerInputComponent, i105.PagerNextButtonsComponent, i105.PagerNumericButtonsComponent, i105.PagerPageSizesComponent, i105.PagerPrevButtonsComponent, i105.PagerComponent, i105.PagerSpacerComponent] });
|
23146
23152
|
}
|
23147
23153
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, decorators: [{
|
23148
23154
|
type: NgModule,
|
@@ -23224,8 +23230,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
23224
23230
|
*/
|
23225
23231
|
class ExcelModule {
|
23226
23232
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
23227
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective,
|
23228
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [ExcelCommandDirective,
|
23233
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i98.ColumnComponent, i98.ColumnGroupComponent, i98.FooterTemplateDirective, i98.GroupFooterTemplateDirective, i98.GroupHeaderColumnTemplateDirective, i98.GroupHeaderTemplateDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i98.ColumnComponent, i98.ColumnGroupComponent, i98.FooterTemplateDirective, i98.GroupFooterTemplateDirective, i98.GroupHeaderColumnTemplateDirective, i98.GroupHeaderTemplateDirective] });
|
23234
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [ExcelCommandDirective, i98.ColumnComponent, i98.ColumnGroupComponent] });
|
23229
23235
|
}
|
23230
23236
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, decorators: [{
|
23231
23237
|
type: NgModule,
|
@@ -23240,5 +23246,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
23240
23246
|
* Generated bundle index. Do not edit.
|
23241
23247
|
*/
|
23242
23248
|
|
23243
|
-
export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, COLUMN_MENU_EXPORTS, CancelCommandDirective, CellCloseEvent, CellComponent, CellTemplateDirective, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuLockComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnResizingService, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, CustomMessagesComponent, DataBoundTreeComponent, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DoesNotContainFilterOperatorComponent, EditCommandDirective, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandEvent, ExpandableDirective, ExpandableTreeComponent, FILTER_MENU_EXPORTS, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FlatBindingDirective, FocusableDirective, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, HEADER_EXPORTS, HeaderComponent, HeaderTemplateDirective, HierarchyBindingDirective, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_TREELIST, KENDO_TREELIST_EXCEL_EXPORT, KENDO_TREELIST_PDF_EXPORT, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, LevelItemsPipe, ListComponent, LoadingComponent, LogicalCellDirective, LogicalRowDirective, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PopupCloseEvent, ROW_FILTER_EXPORTS, ReactiveEditingDirective, RemoveCommandDirective, ResizableContainerDirective, RowEditingDirectiveBase, RowReorderColumnComponent, RowReorderService, SHARED_EXPORTS, SHARED_FILTER_EXPORTS, SaveCommandDirective, SelectableDirective, SelectionChangeEvent, SinglePopupService, Skip, SpanColumnComponent, StartsWithFilterOperatorComponent, StringFilterCellComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, TreeListComponent, TreeListModule, TreeListSpacerComponent, TreeListToolbarFocusableDirective };
|
23249
|
+
export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, COLUMN_MENU_EXPORTS, CancelCommandDirective, CellCloseEvent, CellComponent, CellTemplateDirective, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuItemDirective, ColumnMenuLockComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnResizingService, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, CustomMessagesComponent, DataBoundTreeComponent, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DoesNotContainFilterOperatorComponent, EditCommandDirective, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandEvent, ExpandableDirective, ExpandableTreeComponent, FILTER_MENU_EXPORTS, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FlatBindingDirective, FocusableDirective, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, HEADER_EXPORTS, HeaderComponent, HeaderTemplateDirective, HierarchyBindingDirective, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_TREELIST, KENDO_TREELIST_EXCEL_EXPORT, KENDO_TREELIST_PDF_EXPORT, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, LevelItemsPipe, ListComponent, LoadingComponent, LogicalCellDirective, LogicalRowDirective, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PopupCloseEvent, ROW_FILTER_EXPORTS, ReactiveEditingDirective, RemoveCommandDirective, ResizableContainerDirective, RowEditingDirectiveBase, RowReorderColumnComponent, RowReorderService, SHARED_EXPORTS, SHARED_FILTER_EXPORTS, SaveCommandDirective, SelectableDirective, SelectionChangeEvent, SinglePopupService, Skip, SpanColumnComponent, StartsWithFilterOperatorComponent, StringFilterCellComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, TreeListComponent, TreeListModule, TreeListSpacerComponent, TreeListToolbarFocusableDirective };
|
23244
23250
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright © 2025 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
|
-
import { Type, ViewContainerRef
|
5
|
+
import { Type, ViewContainerRef } from "@angular/core";
|
6
6
|
import { FilterHostDirective } from "../filter-host.directive";
|
7
7
|
import { FilterComponent } from "../filter-component.interface";
|
8
8
|
import * as i0 from "@angular/core";
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
* @hidden
|
11
11
|
*/
|
12
12
|
export declare class FilterCellHostDirective extends FilterHostDirective {
|
13
|
-
constructor(host: ViewContainerRef
|
13
|
+
constructor(host: ViewContainerRef);
|
14
14
|
protected componentType(): Type<FilterComponent>;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellHostDirective, never>;
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, true, never>;
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright © 2025 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
|
-
import { Type, ViewContainerRef, OnInit, OnDestroy, OnChanges, ComponentRef,
|
5
|
+
import { Type, ViewContainerRef, OnInit, OnDestroy, OnChanges, ComponentRef, SimpleChange } from '@angular/core';
|
6
6
|
import { ColumnComponent } from '../columns/column.component';
|
7
7
|
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
8
8
|
import { FilterComponent } from './filter-component.interface';
|
@@ -19,11 +19,10 @@ export type Context = {
|
|
19
19
|
*/
|
20
20
|
export declare abstract class FilterHostDirective implements OnInit, OnDestroy, OnChanges {
|
21
21
|
private host;
|
22
|
-
private resolver;
|
23
22
|
column: ColumnComponent;
|
24
23
|
filter: CompositeFilterDescriptor;
|
25
24
|
protected component: ComponentRef<FilterComponent>;
|
26
|
-
constructor(host: ViewContainerRef
|
25
|
+
constructor(host: ViewContainerRef);
|
27
26
|
ngOnInit(): void;
|
28
27
|
ngOnDestroy(): void;
|
29
28
|
ngOnChanges(changes: {
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright © 2025 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
|
-
import { Type, ViewContainerRef
|
5
|
+
import { Type, ViewContainerRef } from "@angular/core";
|
6
6
|
import { FilterHostDirective, Context } from "../filter-host.directive";
|
7
7
|
import { FilterComponent } from "../filter-component.interface";
|
8
8
|
import { FilterService } from "../filter.service";
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
14
14
|
export declare class FilterMenuHostDirective extends FilterHostDirective {
|
15
15
|
filterService: FilterService;
|
16
16
|
menuTabbingService: MenuTabbingService;
|
17
|
-
constructor(host: ViewContainerRef
|
17
|
+
constructor(host: ViewContainerRef);
|
18
18
|
protected componentType(): Type<FilterComponent>;
|
19
19
|
protected initComponent(ctx: Context): void;
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuHostDirective, never>;
|
package/index.d.ts
CHANGED
@@ -121,6 +121,7 @@ export { ColumnVisibilityChangeEvent } from './column-menu/column-visibility-cha
|
|
121
121
|
export { ColumnMenuComponent } from './column-menu/column-menu.component';
|
122
122
|
export { ColumnMenuService } from './column-menu/column-menu.service';
|
123
123
|
export { ExpandableColumnMenuItem } from './column-menu/column-menu-expandable-item.interface';
|
124
|
+
export { ColumnMenuItemDirective } from './column-menu/column-menu-item.directive';
|
124
125
|
export { ColumnInfoService } from './common/column-info.service';
|
125
126
|
export { SinglePopupService, PopupCloseEvent } from './common/single-popup.service';
|
126
127
|
export { ScrollRequest } from './scrolling/scroll-request.service';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "18.5.0-develop.
|
3
|
+
"version": "18.5.0-develop.10",
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"package": {
|
25
25
|
"productName": "Kendo UI for Angular",
|
26
26
|
"productCode": "KENDOUIANGULAR",
|
27
|
-
"publishDate":
|
27
|
+
"publishDate": 1744092500,
|
28
28
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
29
29
|
}
|
30
30
|
},
|
@@ -37,26 +37,26 @@
|
|
37
37
|
"@progress/kendo-data-query": "^1.0.0",
|
38
38
|
"@progress/kendo-drawing": "^1.21.0",
|
39
39
|
"@progress/kendo-licensing": "^1.5.0",
|
40
|
-
"@progress/kendo-angular-buttons": "18.5.0-develop.
|
41
|
-
"@progress/kendo-angular-common": "18.5.0-develop.
|
42
|
-
"@progress/kendo-angular-dateinputs": "18.5.0-develop.
|
43
|
-
"@progress/kendo-angular-dropdowns": "18.5.0-develop.
|
44
|
-
"@progress/kendo-angular-excel-export": "18.5.0-develop.
|
45
|
-
"@progress/kendo-angular-icons": "18.5.0-develop.
|
46
|
-
"@progress/kendo-angular-inputs": "18.5.0-develop.
|
47
|
-
"@progress/kendo-angular-intl": "18.5.0-develop.
|
48
|
-
"@progress/kendo-angular-l10n": "18.5.0-develop.
|
49
|
-
"@progress/kendo-angular-label": "18.5.0-develop.
|
50
|
-
"@progress/kendo-angular-pager": "18.5.0-develop.
|
51
|
-
"@progress/kendo-angular-pdf-export": "18.5.0-develop.
|
52
|
-
"@progress/kendo-angular-popup": "18.5.0-develop.
|
53
|
-
"@progress/kendo-angular-toolbar": "18.5.0-develop.
|
54
|
-
"@progress/kendo-angular-utils": "18.5.0-develop.
|
40
|
+
"@progress/kendo-angular-buttons": "18.5.0-develop.10",
|
41
|
+
"@progress/kendo-angular-common": "18.5.0-develop.10",
|
42
|
+
"@progress/kendo-angular-dateinputs": "18.5.0-develop.10",
|
43
|
+
"@progress/kendo-angular-dropdowns": "18.5.0-develop.10",
|
44
|
+
"@progress/kendo-angular-excel-export": "18.5.0-develop.10",
|
45
|
+
"@progress/kendo-angular-icons": "18.5.0-develop.10",
|
46
|
+
"@progress/kendo-angular-inputs": "18.5.0-develop.10",
|
47
|
+
"@progress/kendo-angular-intl": "18.5.0-develop.10",
|
48
|
+
"@progress/kendo-angular-l10n": "18.5.0-develop.10",
|
49
|
+
"@progress/kendo-angular-label": "18.5.0-develop.10",
|
50
|
+
"@progress/kendo-angular-pager": "18.5.0-develop.10",
|
51
|
+
"@progress/kendo-angular-pdf-export": "18.5.0-develop.10",
|
52
|
+
"@progress/kendo-angular-popup": "18.5.0-develop.10",
|
53
|
+
"@progress/kendo-angular-toolbar": "18.5.0-develop.10",
|
54
|
+
"@progress/kendo-angular-utils": "18.5.0-develop.10",
|
55
55
|
"rxjs": "^6.5.3 || ^7.0.0"
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
58
|
"tslib": "^2.3.1",
|
59
|
-
"@progress/kendo-angular-schematics": "18.5.0-develop.
|
59
|
+
"@progress/kendo-angular-schematics": "18.5.0-develop.10",
|
60
60
|
"@progress/kendo-common": "^1.0.1",
|
61
61
|
"@progress/kendo-file-saver": "^1.0.0"
|
62
62
|
},
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
6
6
|
// peer dep of the dropdowns
|
7
|
-
'@progress/kendo-angular-treeview': '18.5.0-develop.
|
7
|
+
'@progress/kendo-angular-treeview': '18.5.0-develop.10',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '18.5.0-develop.
|
9
|
+
'@progress/kendo-angular-dialog': '18.5.0-develop.10',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^4.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '18.5.0-develop.
|
13
|
+
'@progress/kendo-angular-navigation': '18.5.0-develop.10',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|
package/treelist.module.d.ts
CHANGED
@@ -96,18 +96,19 @@ import * as i90 from "./column-menu/column-menu-sort.component";
|
|
96
96
|
import * as i91 from "./column-menu/column-menu.component";
|
97
97
|
import * as i92 from "./column-menu/column-menu-lock.component";
|
98
98
|
import * as i93 from "./column-menu/column-menu-template.directive";
|
99
|
-
import * as i94 from "./
|
100
|
-
import * as i95 from "./excel/excel
|
101
|
-
import * as i96 from "./excel/excel-command
|
102
|
-
import * as i97 from "
|
103
|
-
import * as i98 from "
|
104
|
-
import * as i99 from "./pdf/pdf
|
105
|
-
import * as i100 from "./pdf/pdf-
|
106
|
-
import * as i101 from "./pdf/pdf-
|
107
|
-
import * as i102 from "./pdf/pdf-
|
108
|
-
import * as i103 from "
|
109
|
-
import * as i104 from "@progress/kendo-angular-
|
110
|
-
import * as i105 from "
|
99
|
+
import * as i94 from "./column-menu/column-menu-item.directive";
|
100
|
+
import * as i95 from "./excel/excel.component";
|
101
|
+
import * as i96 from "./excel/excel-command.directive";
|
102
|
+
import * as i97 from "./excel/excel-command-tool.directive";
|
103
|
+
import * as i98 from "@progress/kendo-angular-excel-export";
|
104
|
+
import * as i99 from "./pdf/pdf.component";
|
105
|
+
import * as i100 from "./pdf/pdf-margin.component";
|
106
|
+
import * as i101 from "./pdf/pdf-command.directive";
|
107
|
+
import * as i102 from "./pdf/pdf-template.directive";
|
108
|
+
import * as i103 from "./pdf/pdf-command-tool.directive";
|
109
|
+
import * as i104 from "@progress/kendo-angular-toolbar";
|
110
|
+
import * as i105 from "@progress/kendo-angular-pager";
|
111
|
+
import * as i106 from "./column-resizing/table.directive";
|
111
112
|
/**
|
112
113
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
113
114
|
* definition for the TreeList component.
|
@@ -131,6 +132,6 @@ import * as i105 from "./column-resizing/table.directive";
|
|
131
132
|
*/
|
132
133
|
export declare class TreeListModule {
|
133
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListModule, never>;
|
134
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeListModule, never, [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CommandColumnComponent, typeof i29.CellTemplateDirective, typeof i30.CellComponent, typeof i31.NoRecordsTemplateDirective, typeof i32.EditTemplateDirective, typeof i33.EditCommandDirective, typeof i34.CancelCommandDirective, typeof i35.SaveCommandDirective, typeof i36.RemoveCommandDirective, typeof i37.AddCommandDirective, typeof i38.AddCommandToolbarDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.FilterRowComponent, typeof i44.FilterCellComponent, typeof i45.FilterCellTemplateDirective, typeof i46.StringFilterCellComponent, typeof i47.NumericFilterCellComponent, typeof i48.AutoCompleteFilterCellComponent, typeof i49.BooleanFilterCellComponent, typeof i50.FilterCellHostDirective, typeof i51.FilterCellWrapperComponent, typeof i52.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i53.ContainsFilterOperatorComponent, typeof i54.DoesNotContainFilterOperatorComponent, typeof i55.EndsWithFilterOperatorComponent, typeof i56.EqualFilterOperatorComponent, typeof i57.IsEmptyFilterOperatorComponent, typeof i58.IsNotEmptyFilterOperatorComponent, typeof i59.IsNotNullFilterOperatorComponent, typeof i60.IsNullFilterOperatorComponent, typeof i61.NotEqualFilterOperatorComponent, typeof i62.StartsWithFilterOperatorComponent, typeof i63.GreaterFilterOperatorComponent, typeof i64.GreaterOrEqualToFilterOperatorComponent, typeof i65.LessFilterOperatorComponent, typeof i66.LessOrEqualToFilterOperatorComponent, typeof i67.AfterFilterOperatorComponent, typeof i68.AfterEqFilterOperatorComponent, typeof i69.BeforeEqFilterOperatorComponent, typeof i70.BeforeFilterOperatorComponent, typeof i71.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i72.FilterMenuComponent, typeof i73.FilterMenuContainerComponent, typeof i74.FilterMenuInputWrapperComponent, typeof i75.StringFilterMenuInputComponent, typeof i76.StringFilterMenuComponent, typeof i77.FilterMenuTemplateDirective, typeof i78.NumericFilterMenuComponent, typeof i79.NumericFilterMenuInputComponent, typeof i80.DateFilterMenuInputComponent, typeof i81.DateFilterMenuComponent, typeof i82.FilterMenuHostDirective, typeof i83.BooleanFilterMenuComponent, typeof i84.BooleanFilterRadioButtonDirective, typeof i85.ColumnChooserComponent, typeof i86.ColumnMenuChooserComponent, typeof i87.ColumnMenuFilterComponent, typeof i88.ColumnMenuItemComponent, typeof i89.ColumnMenuItemContentTemplateDirective, typeof i90.ColumnMenuSortComponent, typeof i91.ColumnMenuComponent, typeof i92.ColumnMenuLockComponent, typeof i93.ColumnMenuTemplateDirective, typeof i94.ExcelComponent, typeof i95.ExcelCommandDirective, typeof i96.ExcelCommandToolbarDirective, typeof i97.ColumnComponent, typeof i97.ColumnGroupComponent, typeof i97.FooterTemplateDirective, typeof i97.GroupFooterTemplateDirective, typeof i97.GroupHeaderColumnTemplateDirective, typeof i97.GroupHeaderTemplateDirective, typeof i98.PDFComponent, typeof i99.PDFMarginComponent, typeof i100.PDFCommandDirective, typeof i101.PDFTemplateDirective, typeof i102.PDFCommandToolbarDirective, typeof i103.ToolBarComponent, typeof i103.ToolbarCustomMessagesComponent, typeof i103.ToolBarButtonComponent, typeof i103.ToolBarButtonGroupComponent, typeof i103.ToolBarDropDownButtonComponent, typeof i103.ToolBarSeparatorComponent, typeof i103.ToolBarSpacerComponent, typeof i103.ToolBarSplitButtonComponent, typeof i103.ToolBarToolComponent, typeof i104.CustomMessagesComponent, typeof i104.PagerFocusableDirective, typeof i104.PagerInfoComponent, typeof i104.PagerInputComponent, typeof i104.PagerNextButtonsComponent, typeof i104.PagerNumericButtonsComponent, typeof i104.PagerPageSizesComponent, typeof i104.PagerPrevButtonsComponent, typeof i104.PagerTemplateDirective, typeof i104.PagerComponent, typeof i104.PagerSpacerComponent, typeof i105.TableDirective], [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CommandColumnComponent, typeof i29.CellTemplateDirective, typeof i30.CellComponent, typeof i31.NoRecordsTemplateDirective, typeof i32.EditTemplateDirective, typeof i33.EditCommandDirective, typeof i34.CancelCommandDirective, typeof i35.SaveCommandDirective, typeof i36.RemoveCommandDirective, typeof i37.AddCommandDirective, typeof i38.AddCommandToolbarDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.FilterRowComponent, typeof i44.FilterCellComponent, typeof i45.FilterCellTemplateDirective, typeof i46.StringFilterCellComponent, typeof i47.NumericFilterCellComponent, typeof i48.AutoCompleteFilterCellComponent, typeof i49.BooleanFilterCellComponent, typeof i50.FilterCellHostDirective, typeof i51.FilterCellWrapperComponent, typeof i52.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i53.ContainsFilterOperatorComponent, typeof i54.DoesNotContainFilterOperatorComponent, typeof i55.EndsWithFilterOperatorComponent, typeof i56.EqualFilterOperatorComponent, typeof i57.IsEmptyFilterOperatorComponent, typeof i58.IsNotEmptyFilterOperatorComponent, typeof i59.IsNotNullFilterOperatorComponent, typeof i60.IsNullFilterOperatorComponent, typeof i61.NotEqualFilterOperatorComponent, typeof i62.StartsWithFilterOperatorComponent, typeof i63.GreaterFilterOperatorComponent, typeof i64.GreaterOrEqualToFilterOperatorComponent, typeof i65.LessFilterOperatorComponent, typeof i66.LessOrEqualToFilterOperatorComponent, typeof i67.AfterFilterOperatorComponent, typeof i68.AfterEqFilterOperatorComponent, typeof i69.BeforeEqFilterOperatorComponent, typeof i70.BeforeFilterOperatorComponent, typeof i71.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i72.FilterMenuComponent, typeof i73.FilterMenuContainerComponent, typeof i74.FilterMenuInputWrapperComponent, typeof i75.StringFilterMenuInputComponent, typeof i76.StringFilterMenuComponent, typeof i77.FilterMenuTemplateDirective, typeof i78.NumericFilterMenuComponent, typeof i79.NumericFilterMenuInputComponent, typeof i80.DateFilterMenuInputComponent, typeof i81.DateFilterMenuComponent, typeof i82.FilterMenuHostDirective, typeof i83.BooleanFilterMenuComponent, typeof i84.BooleanFilterRadioButtonDirective, typeof i85.ColumnChooserComponent, typeof i86.ColumnMenuChooserComponent, typeof i87.ColumnMenuFilterComponent, typeof i88.ColumnMenuItemComponent, typeof i89.ColumnMenuItemContentTemplateDirective, typeof i90.ColumnMenuSortComponent, typeof i91.ColumnMenuComponent, typeof i92.ColumnMenuLockComponent, typeof i93.ColumnMenuTemplateDirective, typeof i94.ExcelComponent, typeof i95.ExcelCommandDirective, typeof i96.ExcelCommandToolbarDirective, typeof i97.ColumnComponent, typeof i97.ColumnGroupComponent, typeof i97.FooterTemplateDirective, typeof i97.GroupFooterTemplateDirective, typeof i97.GroupHeaderColumnTemplateDirective, typeof i97.GroupHeaderTemplateDirective, typeof i98.PDFComponent, typeof i99.PDFMarginComponent, typeof i100.PDFCommandDirective, typeof i101.PDFTemplateDirective, typeof i102.PDFCommandToolbarDirective, typeof i103.ToolBarComponent, typeof i103.ToolbarCustomMessagesComponent, typeof i103.ToolBarButtonComponent, typeof i103.ToolBarButtonGroupComponent, typeof i103.ToolBarDropDownButtonComponent, typeof i103.ToolBarSeparatorComponent, typeof i103.ToolBarSpacerComponent, typeof i103.ToolBarSplitButtonComponent, typeof i103.ToolBarToolComponent, typeof i104.CustomMessagesComponent, typeof i104.PagerFocusableDirective, typeof i104.PagerInfoComponent, typeof i104.PagerInputComponent, typeof i104.PagerNextButtonsComponent, typeof i104.PagerNumericButtonsComponent, typeof i104.PagerPageSizesComponent, typeof i104.PagerPrevButtonsComponent, typeof i104.PagerTemplateDirective, typeof i104.PagerComponent, typeof i104.PagerSpacerComponent]>;
|
135
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeListModule, never, [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CommandColumnComponent, typeof i29.CellTemplateDirective, typeof i30.CellComponent, typeof i31.NoRecordsTemplateDirective, typeof i32.EditTemplateDirective, typeof i33.EditCommandDirective, typeof i34.CancelCommandDirective, typeof i35.SaveCommandDirective, typeof i36.RemoveCommandDirective, typeof i37.AddCommandDirective, typeof i38.AddCommandToolbarDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.FilterRowComponent, typeof i44.FilterCellComponent, typeof i45.FilterCellTemplateDirective, typeof i46.StringFilterCellComponent, typeof i47.NumericFilterCellComponent, typeof i48.AutoCompleteFilterCellComponent, typeof i49.BooleanFilterCellComponent, typeof i50.FilterCellHostDirective, typeof i51.FilterCellWrapperComponent, typeof i52.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i53.ContainsFilterOperatorComponent, typeof i54.DoesNotContainFilterOperatorComponent, typeof i55.EndsWithFilterOperatorComponent, typeof i56.EqualFilterOperatorComponent, typeof i57.IsEmptyFilterOperatorComponent, typeof i58.IsNotEmptyFilterOperatorComponent, typeof i59.IsNotNullFilterOperatorComponent, typeof i60.IsNullFilterOperatorComponent, typeof i61.NotEqualFilterOperatorComponent, typeof i62.StartsWithFilterOperatorComponent, typeof i63.GreaterFilterOperatorComponent, typeof i64.GreaterOrEqualToFilterOperatorComponent, typeof i65.LessFilterOperatorComponent, typeof i66.LessOrEqualToFilterOperatorComponent, typeof i67.AfterFilterOperatorComponent, typeof i68.AfterEqFilterOperatorComponent, typeof i69.BeforeEqFilterOperatorComponent, typeof i70.BeforeFilterOperatorComponent, typeof i71.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i72.FilterMenuComponent, typeof i73.FilterMenuContainerComponent, typeof i74.FilterMenuInputWrapperComponent, typeof i75.StringFilterMenuInputComponent, typeof i76.StringFilterMenuComponent, typeof i77.FilterMenuTemplateDirective, typeof i78.NumericFilterMenuComponent, typeof i79.NumericFilterMenuInputComponent, typeof i80.DateFilterMenuInputComponent, typeof i81.DateFilterMenuComponent, typeof i82.FilterMenuHostDirective, typeof i83.BooleanFilterMenuComponent, typeof i84.BooleanFilterRadioButtonDirective, typeof i85.ColumnChooserComponent, typeof i86.ColumnMenuChooserComponent, typeof i87.ColumnMenuFilterComponent, typeof i88.ColumnMenuItemComponent, typeof i89.ColumnMenuItemContentTemplateDirective, typeof i90.ColumnMenuSortComponent, typeof i91.ColumnMenuComponent, typeof i92.ColumnMenuLockComponent, typeof i93.ColumnMenuTemplateDirective, typeof i94.ColumnMenuItemDirective, typeof i95.ExcelComponent, typeof i96.ExcelCommandDirective, typeof i97.ExcelCommandToolbarDirective, typeof i98.ColumnComponent, typeof i98.ColumnGroupComponent, typeof i98.FooterTemplateDirective, typeof i98.GroupFooterTemplateDirective, typeof i98.GroupHeaderColumnTemplateDirective, typeof i98.GroupHeaderTemplateDirective, typeof i99.PDFComponent, typeof i100.PDFMarginComponent, typeof i101.PDFCommandDirective, typeof i102.PDFTemplateDirective, typeof i103.PDFCommandToolbarDirective, typeof i104.ToolBarComponent, typeof i104.ToolbarCustomMessagesComponent, typeof i104.ToolBarButtonComponent, typeof i104.ToolBarButtonGroupComponent, typeof i104.ToolBarDropDownButtonComponent, typeof i104.ToolBarSeparatorComponent, typeof i104.ToolBarSpacerComponent, typeof i104.ToolBarSplitButtonComponent, typeof i104.ToolBarToolComponent, typeof i105.CustomMessagesComponent, typeof i105.PagerFocusableDirective, typeof i105.PagerInfoComponent, typeof i105.PagerInputComponent, typeof i105.PagerNextButtonsComponent, typeof i105.PagerNumericButtonsComponent, typeof i105.PagerPageSizesComponent, typeof i105.PagerPrevButtonsComponent, typeof i105.PagerTemplateDirective, typeof i105.PagerComponent, typeof i105.PagerSpacerComponent, typeof i106.TableDirective], [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i28.CommandColumnComponent, typeof i29.CellTemplateDirective, typeof i30.CellComponent, typeof i31.NoRecordsTemplateDirective, typeof i32.EditTemplateDirective, typeof i33.EditCommandDirective, typeof i34.CancelCommandDirective, typeof i35.SaveCommandDirective, typeof i36.RemoveCommandDirective, typeof i37.AddCommandDirective, typeof i38.AddCommandToolbarDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.FilterRowComponent, typeof i44.FilterCellComponent, typeof i45.FilterCellTemplateDirective, typeof i46.StringFilterCellComponent, typeof i47.NumericFilterCellComponent, typeof i48.AutoCompleteFilterCellComponent, typeof i49.BooleanFilterCellComponent, typeof i50.FilterCellHostDirective, typeof i51.FilterCellWrapperComponent, typeof i52.DateFilterCellComponent, typeof i25.FilterCellOperatorsComponent, typeof i53.ContainsFilterOperatorComponent, typeof i54.DoesNotContainFilterOperatorComponent, typeof i55.EndsWithFilterOperatorComponent, typeof i56.EqualFilterOperatorComponent, typeof i57.IsEmptyFilterOperatorComponent, typeof i58.IsNotEmptyFilterOperatorComponent, typeof i59.IsNotNullFilterOperatorComponent, typeof i60.IsNullFilterOperatorComponent, typeof i61.NotEqualFilterOperatorComponent, typeof i62.StartsWithFilterOperatorComponent, typeof i63.GreaterFilterOperatorComponent, typeof i64.GreaterOrEqualToFilterOperatorComponent, typeof i65.LessFilterOperatorComponent, typeof i66.LessOrEqualToFilterOperatorComponent, typeof i67.AfterFilterOperatorComponent, typeof i68.AfterEqFilterOperatorComponent, typeof i69.BeforeEqFilterOperatorComponent, typeof i70.BeforeFilterOperatorComponent, typeof i71.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.LoadingComponent, typeof i25.FilterCellOperatorsComponent, typeof i26.CheckboxColumnComponent, typeof i27.RowReorderColumnComponent, typeof i72.FilterMenuComponent, typeof i73.FilterMenuContainerComponent, typeof i74.FilterMenuInputWrapperComponent, typeof i75.StringFilterMenuInputComponent, typeof i76.StringFilterMenuComponent, typeof i77.FilterMenuTemplateDirective, typeof i78.NumericFilterMenuComponent, typeof i79.NumericFilterMenuInputComponent, typeof i80.DateFilterMenuInputComponent, typeof i81.DateFilterMenuComponent, typeof i82.FilterMenuHostDirective, typeof i83.BooleanFilterMenuComponent, typeof i84.BooleanFilterRadioButtonDirective, typeof i85.ColumnChooserComponent, typeof i86.ColumnMenuChooserComponent, typeof i87.ColumnMenuFilterComponent, typeof i88.ColumnMenuItemComponent, typeof i89.ColumnMenuItemContentTemplateDirective, typeof i90.ColumnMenuSortComponent, typeof i91.ColumnMenuComponent, typeof i92.ColumnMenuLockComponent, typeof i93.ColumnMenuTemplateDirective, typeof i94.ColumnMenuItemDirective, typeof i95.ExcelComponent, typeof i96.ExcelCommandDirective, typeof i97.ExcelCommandToolbarDirective, typeof i98.ColumnComponent, typeof i98.ColumnGroupComponent, typeof i98.FooterTemplateDirective, typeof i98.GroupFooterTemplateDirective, typeof i98.GroupHeaderColumnTemplateDirective, typeof i98.GroupHeaderTemplateDirective, typeof i99.PDFComponent, typeof i100.PDFMarginComponent, typeof i101.PDFCommandDirective, typeof i102.PDFTemplateDirective, typeof i103.PDFCommandToolbarDirective, typeof i104.ToolBarComponent, typeof i104.ToolbarCustomMessagesComponent, typeof i104.ToolBarButtonComponent, typeof i104.ToolBarButtonGroupComponent, typeof i104.ToolBarDropDownButtonComponent, typeof i104.ToolBarSeparatorComponent, typeof i104.ToolBarSpacerComponent, typeof i104.ToolBarSplitButtonComponent, typeof i104.ToolBarToolComponent, typeof i105.CustomMessagesComponent, typeof i105.PagerFocusableDirective, typeof i105.PagerInfoComponent, typeof i105.PagerInputComponent, typeof i105.PagerNextButtonsComponent, typeof i105.PagerNumericButtonsComponent, typeof i105.PagerPageSizesComponent, typeof i105.PagerPrevButtonsComponent, typeof i105.PagerTemplateDirective, typeof i105.PagerComponent, typeof i105.PagerSpacerComponent]>;
|
135
136
|
static ɵinj: i0.ɵɵInjectorDeclaration<TreeListModule>;
|
136
137
|
}
|