@progress/kendo-angular-treelist 24.2.2-develop.9 → 25.0.0-develop.1
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/fesm2022/progress-kendo-angular-treelist.mjs +513 -513
- package/index.d.ts +8735 -170
- package/package-metadata.mjs +2 -2
- package/package.json +23 -23
- package/schematics/ngAdd/index.js +3 -3
- package/binding-directives/base-binding.directive.d.ts +0 -72
- package/binding-directives/data-bound-tree-component.d.ts +0 -59
- package/binding-directives/flat-binding.directive.d.ts +0 -49
- package/binding-directives/hierarchy-binding.directive.d.ts +0 -48
- package/column-menu/column-chooser-item-checked.directive.d.ts +0 -21
- package/column-menu/column-chooser.component.d.ts +0 -68
- package/column-menu/column-list-kb-nav.service.d.ts +0 -22
- package/column-menu/column-list.component.d.ts +0 -61
- package/column-menu/column-locked-change-event.d.ts +0 -20
- package/column-menu/column-menu-autosize-all.component.d.ts +0 -37
- package/column-menu/column-menu-autosize.component.d.ts +0 -41
- package/column-menu/column-menu-chooser.component.d.ts +0 -71
- package/column-menu/column-menu-container.component.d.ts +0 -21
- package/column-menu/column-menu-expandable-item.interface.d.ts +0 -15
- package/column-menu/column-menu-filter.component.d.ts +0 -65
- package/column-menu/column-menu-item-base.d.ts +0 -25
- package/column-menu/column-menu-item-content-template.directive.d.ts +0 -32
- package/column-menu/column-menu-item.component.d.ts +0 -80
- package/column-menu/column-menu-item.directive.d.ts +0 -67
- package/column-menu/column-menu-lock.component.d.ts +0 -49
- package/column-menu/column-menu-settings.interface.d.ts +0 -45
- package/column-menu/column-menu-sort.component.d.ts +0 -44
- package/column-menu/column-menu-template.directive.d.ts +0 -36
- package/column-menu/column-menu.component.d.ts +0 -139
- package/column-menu/column-menu.service.d.ts +0 -63
- package/column-menu/column-visibility-change-event.d.ts +0 -18
- package/column-menu/utils.d.ts +0 -37
- package/column-resizing/column-handle.directive.d.ts +0 -41
- package/column-resizing/column-resize.interface.d.ts +0 -59
- package/column-resizing/column-resizing.service.d.ts +0 -34
- package/column-resizing/table.directive.d.ts +0 -33
- package/columns/checkbox-column.component.d.ts +0 -45
- package/columns/column-base.d.ts +0 -238
- package/columns/column-common.d.ts +0 -53
- package/columns/column-group.component.d.ts +0 -61
- package/columns/column-list.d.ts +0 -21
- package/columns/column.component.d.ts +0 -94
- package/columns/columns-container.d.ts +0 -27
- package/columns/command-column.component.d.ts +0 -42
- package/columns/rowreorder-column.component.d.ts +0 -27
- package/columns/sort-settings.d.ts +0 -49
- package/columns/span-column.component.d.ts +0 -119
- package/common/cell-click-event-args.interface.d.ts +0 -50
- package/common/column-info.service.d.ts +0 -30
- package/common/create-form-group.d.ts +0 -11
- package/common/default-track-by.d.ts +0 -9
- package/common/dom-events.service.d.ts +0 -21
- package/common/error-messages.d.ts +0 -8
- package/common/filter-descriptor-differ.d.ts +0 -13
- package/common/filter-operator.interface.d.ts +0 -11
- package/common/id.service.d.ts +0 -18
- package/common/option-changes.service.d.ts +0 -17
- package/common/pager-settings.d.ts +0 -65
- package/common/preventable-event.d.ts +0 -24
- package/common/provider.service.d.ts +0 -27
- package/common/remove-confirmation.d.ts +0 -9
- package/common/single-popup.service.d.ts +0 -60
- package/common/sort.service.d.ts +0 -13
- package/data/change-event-args.interface.d.ts +0 -31
- package/data/change-notification.service.d.ts +0 -18
- package/data/data-item.interface.d.ts +0 -25
- package/data/data.collection.d.ts +0 -133
- package/data/treelist-item.interface.d.ts +0 -10
- package/directives.d.ts +0 -159
- package/dragdrop/column-reorder-config.d.ts +0 -14
- package/dragdrop/column-reorder-event.d.ts +0 -27
- package/dragdrop/column-reorder.service.d.ts +0 -15
- package/dragdrop/common.d.ts +0 -38
- package/dragdrop/context-types.d.ts +0 -16
- package/dragdrop/drag-and-drop.service.d.ts +0 -23
- package/dragdrop/drag-hint.service.d.ts +0 -34
- package/dragdrop/draggable-column.directive.d.ts +0 -40
- package/dragdrop/drop-cue.service.d.ts +0 -18
- package/dragdrop/drop-target.directive.d.ts +0 -26
- package/editing/add-command-tool.directive.d.ts +0 -35
- package/editing/add-command.directive.d.ts +0 -41
- package/editing/add-event-args.interface.d.ts +0 -15
- package/editing/base-command.directive.d.ts +0 -31
- package/editing/cancel-command.directive.d.ts +0 -39
- package/editing/cancel-event-args.interface.d.ts +0 -9
- package/editing/cell-close-event.d.ts +0 -33
- package/editing/edit-command.directive.d.ts +0 -39
- package/editing/edit-event-args.interface.d.ts +0 -23
- package/editing/edit-template.directive.d.ts +0 -34
- package/editing/edit.service.d.ts +0 -78
- package/editing/remove-command.directive.d.ts +0 -39
- package/editing/remove-event-args.interface.d.ts +0 -15
- package/editing/save-command.directive.d.ts +0 -39
- package/editing/save-event-args.interface.d.ts +0 -20
- package/editing-directives/create-form-group-args.interface.d.ts +0 -9
- package/editing-directives/edit-service.interface.d.ts +0 -34
- package/editing-directives/editing-directive-base.d.ts +0 -59
- package/editing-directives/flat-edit.service.d.ts +0 -15
- package/editing-directives/hierarchy-edit.service.d.ts +0 -15
- package/editing-directives/in-cell-editing.directive.d.ts +0 -41
- package/editing-directives/local-edit.service.d.ts +0 -15
- package/editing-directives/reactive-editing.directive.d.ts +0 -34
- package/editing-directives/row-editing-directive-base.d.ts +0 -20
- package/editing-directives/template-editing.directive.d.ts +0 -36
- package/editing-directives/utils.d.ts +0 -13
- package/excel/excel-command-tool.directive.d.ts +0 -39
- package/excel/excel-command.directive.d.ts +0 -37
- package/excel/excel-export-data.interface.d.ts +0 -22
- package/excel/excel-export-event.d.ts +0 -12
- package/excel/excel.component.d.ts +0 -98
- package/excel/excel.module.d.ts +0 -33
- package/excel/excel.service.d.ts +0 -19
- package/expand-state/expand-event.d.ts +0 -27
- package/expand-state/expand-state.service.d.ts +0 -22
- package/expand-state/expandable-tree-component.d.ts +0 -32
- package/expand-state/expandable.directive.d.ts +0 -58
- package/filtering/base-filter-cell.component.d.ts +0 -78
- package/filtering/boolean-filter.component.d.ts +0 -57
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +0 -32
- package/filtering/cell/boolean-filter-cell.component.d.ts +0 -41
- package/filtering/cell/date-filter-cell.component.d.ts +0 -46
- package/filtering/cell/filter-cell-component.factory.d.ts +0 -12
- package/filtering/cell/filter-cell-host.directive.d.ts +0 -17
- package/filtering/cell/filter-cell-operators.component.d.ts +0 -112
- package/filtering/cell/filter-cell-template.directive.d.ts +0 -35
- package/filtering/cell/filter-cell-wrapper.component.d.ts +0 -21
- package/filtering/cell/filter-cell.component.d.ts +0 -25
- package/filtering/cell/numeric-filter-cell.component.d.ts +0 -57
- package/filtering/cell/string-filter-cell.component.d.ts +0 -52
- package/filtering/date-filter.component.d.ts +0 -111
- package/filtering/filter-component.interface.d.ts +0 -13
- package/filtering/filter-host.directive.d.ts +0 -35
- package/filtering/filter-input-wrapper.component.d.ts +0 -39
- package/filtering/filter-input.directive.d.ts +0 -35
- package/filtering/filter-row.component.d.ts +0 -24
- package/filtering/filter.service.d.ts +0 -32
- package/filtering/filterable.d.ts +0 -30
- package/filtering/menu/boolean-filter-menu.component.d.ts +0 -77
- package/filtering/menu/date-filter-menu-input.component.d.ts +0 -49
- package/filtering/menu/date-filter-menu.component.d.ts +0 -65
- package/filtering/menu/filter-menu-component.factory.d.ts +0 -12
- package/filtering/menu/filter-menu-container.component.d.ts +0 -73
- package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +0 -19
- package/filtering/menu/filter-menu-host.directive.d.ts +0 -22
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +0 -48
- package/filtering/menu/filter-menu-template.directive.d.ts +0 -32
- package/filtering/menu/filter-menu.component.d.ts +0 -61
- package/filtering/menu/filter-radio-button.directive.d.ts +0 -19
- package/filtering/menu/menu-tabbing.service.d.ts +0 -18
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +0 -43
- package/filtering/menu/numeric-filter-menu.component.d.ts +0 -82
- package/filtering/menu/string-filter-menu-input.component.d.ts +0 -32
- package/filtering/menu/string-filter-menu.component.d.ts +0 -76
- package/filtering/numeric-filter.component.d.ts +0 -85
- package/filtering/operators/after-eq-filter-operator.component.d.ts +0 -49
- package/filtering/operators/after-filter-operator.component.d.ts +0 -49
- package/filtering/operators/before-eq-filter-operator.component.d.ts +0 -49
- package/filtering/operators/before-filter-operator.component.d.ts +0 -49
- package/filtering/operators/contains-filter-operator.component.d.ts +0 -43
- package/filtering/operators/ends-with-filter-operator.component.d.ts +0 -43
- package/filtering/operators/eq-filter-operator.component.d.ts +0 -91
- package/filtering/operators/filter-operator.base.d.ts +0 -44
- package/filtering/operators/gt-filter-operator.component.d.ts +0 -42
- package/filtering/operators/gte-filter-operator.component.d.ts +0 -42
- package/filtering/operators/is-empty-filter-operator.component.d.ts +0 -43
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +0 -43
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +0 -91
- package/filtering/operators/isnull-filter-operator.component.d.ts +0 -91
- package/filtering/operators/lt-filter-operator.component.d.ts +0 -42
- package/filtering/operators/lte-filter-operator.component.d.ts +0 -42
- package/filtering/operators/neq-filter-operator.component.d.ts +0 -91
- package/filtering/operators/not-contains-filter-operator.component.d.ts +0 -43
- package/filtering/operators/starts-with-filter-operator.component.d.ts +0 -43
- package/filtering/string-filter.component.d.ts +0 -47
- package/layout/resizable.directive.d.ts +0 -28
- package/layout/resize.service.d.ts +0 -18
- package/layout/responsive.service.d.ts +0 -20
- package/layout/row-sync.d.ts +0 -8
- package/localization/custom-messages.component.d.ts +0 -27
- package/localization/localized-messages.directive.d.ts +0 -16
- package/localization/messages.d.ts +0 -377
- package/navigation/default-focusable-element.d.ts +0 -22
- package/navigation/focus-group.d.ts +0 -67
- package/navigation/focus-root.d.ts +0 -25
- package/navigation/focusable-element.interface.d.ts +0 -34
- package/navigation/focusable.directive.d.ts +0 -89
- package/navigation/item-map.d.ts +0 -19
- package/navigation/logical-cell.directive.d.ts +0 -53
- package/navigation/logical-cell.interface.d.ts +0 -19
- package/navigation/logical-row.directive.d.ts +0 -37
- package/navigation/logical-row.interface.d.ts +0 -14
- package/navigation/model-cell.d.ts +0 -25
- package/navigation/navigation-cell.interface.d.ts +0 -59
- package/navigation/navigation-change.interface.d.ts +0 -13
- package/navigation/navigation-cursor.d.ts +0 -48
- package/navigation/navigation-metadata.d.ts +0 -20
- package/navigation/navigation-mode.d.ts +0 -43
- package/navigation/navigation-model.d.ts +0 -27
- package/navigation/navigation-row.interface.d.ts +0 -34
- package/navigation/navigation.service.d.ts +0 -116
- package/navigation/treelist-focusable-element.d.ts +0 -18
- package/package-metadata.d.ts +0 -9
- package/pdf/export-element.d.ts +0 -10
- package/pdf/pdf-command-tool.directive.d.ts +0 -43
- package/pdf/pdf-command.directive.d.ts +0 -41
- package/pdf/pdf-export-event.d.ts +0 -16
- package/pdf/pdf-margin.component.d.ts +0 -24
- package/pdf/pdf-margin.interface.d.ts +0 -9
- package/pdf/pdf-template.directive.d.ts +0 -34
- package/pdf/pdf.component.d.ts +0 -76
- package/pdf/pdf.module.d.ts +0 -36
- package/pdf/pdf.service.d.ts +0 -24
- package/pdf/treelist-query.d.ts +0 -26
- package/rendering/cell-template.directive.d.ts +0 -38
- package/rendering/cell.component.d.ts +0 -64
- package/rendering/common/col-group.component.d.ts +0 -17
- package/rendering/common/dom-queries.d.ts +0 -64
- package/rendering/common/field-accessor.pipe.d.ts +0 -18
- package/rendering/common/level-items.pipe.d.ts +0 -14
- package/rendering/common/loading.component.d.ts +0 -17
- package/rendering/common/row-class.d.ts +0 -37
- package/rendering/common/spacer.component.d.ts +0 -36
- package/rendering/constants.d.ts +0 -28
- package/rendering/footer-template.directive.d.ts +0 -34
- package/rendering/header/header-template.directive.d.ts +0 -34
- package/rendering/header/header.component.d.ts +0 -138
- package/rendering/header/select-all-checkbox.directive.d.ts +0 -23
- package/rendering/list.component.d.ts +0 -138
- package/rendering/no-records-template.directive.d.ts +0 -29
- package/rendering/table-body.component.d.ts +0 -101
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +0 -42
- package/rendering/toolbar/toolbar-navigation.service.d.ts +0 -21
- package/rendering/toolbar/toolbar-template.directive.d.ts +0 -37
- package/rendering/toolbar/toolbar.component.d.ts +0 -30
- package/row-reordering/flat-reorder.service.d.ts +0 -16
- package/row-reordering/hierarchical-reorder.service.d.ts +0 -16
- package/row-reordering/row-reorder.service.d.ts +0 -72
- package/row-reordering/types.d.ts +0 -42
- package/row-reordering/utils.d.ts +0 -85
- package/scrolling/content-scroll-event.d.ts +0 -43
- package/scrolling/row-height.service.d.ts +0 -15
- package/scrolling/scroll-bottom-event.d.ts +0 -16
- package/scrolling/scroll-request.service.d.ts +0 -28
- package/scrolling/scroll-sync.service.d.ts +0 -36
- package/scrolling/scroller.service.d.ts +0 -49
- package/scrolling/scrollmode.d.ts +0 -18
- package/scrolling/suspend.service.d.ts +0 -13
- package/selection/is-selected.d.ts +0 -17
- package/selection/marquee.directive.d.ts +0 -38
- package/selection/selectable-settings.d.ts +0 -44
- package/selection/selectable.directive.d.ts +0 -87
- package/selection/selection-change-event.d.ts +0 -44
- package/selection/selection-state.d.ts +0 -34
- package/selection/selection.service.d.ts +0 -53
- package/treelist.component.d.ts +0 -808
- package/treelist.module.d.ts +0 -137
- package/utils.d.ts +0 -80
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Represents the column header cell template of the TreeList
|
|
9
|
-
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/templates#header-template)).
|
|
10
|
-
* Use this directive to customize the table header cell for the column.
|
|
11
|
-
* To define a header template, nest an `<ng-template>` tag with the
|
|
12
|
-
* [`kendoTreeListHeaderTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/headertemplatedirective) directive inside the `<kendo-treelist-column>` tag.
|
|
13
|
-
*
|
|
14
|
-
* The template context is set to the current column and provides the following fields:
|
|
15
|
-
* - `column`—Defines an instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent) option.
|
|
16
|
-
* - `columnIndex`—Defines the current column index.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <kendo-treelist-column field="name">
|
|
21
|
-
* <ng-template
|
|
22
|
-
* kendoTreeListHeaderTemplate
|
|
23
|
-
* let-column>
|
|
24
|
-
* {{ column.field }}
|
|
25
|
-
* </ng-template>
|
|
26
|
-
* </kendo-treelist-column>
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class HeaderTemplateDirective {
|
|
30
|
-
templateRef: TemplateRef<any>;
|
|
31
|
-
constructor(templateRef: TemplateRef<any>);
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, [{ optional: true; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoTreeListHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
34
|
-
}
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ChangeDetectorRef, AfterViewInit, OnChanges, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { SortDescriptor } from '@progress/kendo-data-query';
|
|
8
|
-
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
9
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
10
|
-
import { ColumnComponent } from '../../columns/column.component';
|
|
11
|
-
import { ColumnBase } from '../../columns/column-base';
|
|
12
|
-
import { SortSettings } from '../../columns/sort-settings';
|
|
13
|
-
import { SinglePopupService } from '../../common/single-popup.service';
|
|
14
|
-
import { FilterableSettings } from '../../filtering/filterable';
|
|
15
|
-
import { DropTargetDirective } from '../../dragdrop/drop-target.directive';
|
|
16
|
-
import { DraggableColumnDirective } from '../../dragdrop/draggable-column.directive';
|
|
17
|
-
import { DragHintService } from '../../dragdrop/drag-hint.service';
|
|
18
|
-
import { DropCueService } from '../../dragdrop/drop-cue.service';
|
|
19
|
-
import { ColumnReorderService } from '../../dragdrop/column-reorder.service';
|
|
20
|
-
import { SortService } from '../../common/sort.service';
|
|
21
|
-
import { SelectionService } from '../../selection/selection.service';
|
|
22
|
-
import { ColumnMenuSettings } from '../../column-menu/column-menu-settings.interface';
|
|
23
|
-
import { ColumnsContainer } from '../../columns/columns-container';
|
|
24
|
-
import { ColumnMenuComponent } from '../../column-menu/column-menu.component';
|
|
25
|
-
import { FilterMenuComponent } from '../../filtering/menu/filter-menu.component';
|
|
26
|
-
import { ColumnInfoService } from '../../common/column-info.service';
|
|
27
|
-
import { ContextService } from '../../common/provider.service';
|
|
28
|
-
import { NavigationService } from '../../navigation/navigation.service';
|
|
29
|
-
import { IdService } from '../../common/id.service';
|
|
30
|
-
import * as i0 from "@angular/core";
|
|
31
|
-
/**
|
|
32
|
-
* @hidden
|
|
33
|
-
*/
|
|
34
|
-
export declare class HeaderComponent implements AfterViewInit, OnInit, OnChanges, OnDestroy {
|
|
35
|
-
private popupService;
|
|
36
|
-
private hint;
|
|
37
|
-
private cue;
|
|
38
|
-
private reorderService;
|
|
39
|
-
private idService;
|
|
40
|
-
private sortService;
|
|
41
|
-
private selectionService;
|
|
42
|
-
private localization;
|
|
43
|
-
private cd;
|
|
44
|
-
private columnInfoService;
|
|
45
|
-
private contextService;
|
|
46
|
-
private navigationService;
|
|
47
|
-
/**
|
|
48
|
-
* @hidden
|
|
49
|
-
*/
|
|
50
|
-
totalColumnLevels: number;
|
|
51
|
-
columns: Array<ColumnBase>;
|
|
52
|
-
scrollable: boolean;
|
|
53
|
-
filterable: FilterableSettings;
|
|
54
|
-
sort: Array<SortDescriptor>;
|
|
55
|
-
filter: CompositeFilterDescriptor;
|
|
56
|
-
sortable: SortSettings;
|
|
57
|
-
lockedColumnsCount: number;
|
|
58
|
-
resizable: boolean;
|
|
59
|
-
reorderable: boolean;
|
|
60
|
-
columnMenu: boolean | ColumnMenuSettings;
|
|
61
|
-
columnMenuTemplate: TemplateRef<any>;
|
|
62
|
-
totalColumnsCount: number;
|
|
63
|
-
totalColumns: ColumnsContainer;
|
|
64
|
-
tabIndex: string;
|
|
65
|
-
get isNavigable(): boolean;
|
|
66
|
-
sortedFields: any;
|
|
67
|
-
get headerClass(): boolean;
|
|
68
|
-
hostClass: boolean;
|
|
69
|
-
get columnMenuSettings(): ColumnMenuSettings;
|
|
70
|
-
dropTargets: QueryList<DropTargetDirective>;
|
|
71
|
-
filterMenus: QueryList<FilterMenuComponent>;
|
|
72
|
-
columnMenus: QueryList<ColumnMenuComponent>;
|
|
73
|
-
get unlockedColumnsCount(): number;
|
|
74
|
-
sortAscSmallIcon: SVGIcon;
|
|
75
|
-
sortDescSmallIcon: SVGIcon;
|
|
76
|
-
private subscription;
|
|
77
|
-
private targetSubscription;
|
|
78
|
-
private stopSorting;
|
|
79
|
-
private _leafColumns;
|
|
80
|
-
constructor(popupService: SinglePopupService, hint: DragHintService, cue: DropCueService, reorderService: ColumnReorderService, idService: IdService, sortService: SortService, selectionService: SelectionService, localization: LocalizationService, cd: ChangeDetectorRef, columnInfoService: ColumnInfoService, contextService: ContextService, navigationService: NavigationService);
|
|
81
|
-
ngAfterViewInit(): void;
|
|
82
|
-
ngDoCheck(): void;
|
|
83
|
-
ngOnChanges(changes: any): void;
|
|
84
|
-
ngOnInit(): void;
|
|
85
|
-
ngOnDestroy(): void;
|
|
86
|
-
getColumnComponent(column: ColumnBase): ColumnComponent;
|
|
87
|
-
onSortClick(column: ColumnComponent, event: MouseEvent, link: Element): void;
|
|
88
|
-
selectAllCheckboxId(): string;
|
|
89
|
-
sortColumn(descriptor: SortDescriptor[]): void;
|
|
90
|
-
/**
|
|
91
|
-
*
|
|
92
|
-
* Determines whether the modifier key (if any) passed
|
|
93
|
-
* with a click/keyboard event matches the user-defined multiSortKey.
|
|
94
|
-
*/
|
|
95
|
-
matchModifier(event: MouseEvent | KeyboardEvent): boolean;
|
|
96
|
-
onHeaderKeydown(column: ColumnComponent, args: KeyboardEvent): void;
|
|
97
|
-
showSortNumbering(column: ColumnComponent): boolean;
|
|
98
|
-
sortOrder(field: string): number;
|
|
99
|
-
sortState(column: ColumnComponent): string;
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @param column
|
|
103
|
-
* @param modifier - Indicates whether the client-defined `multiSortKey` modifier is met. Defaults to `true`.
|
|
104
|
-
* @returns - SortDescriptor[]
|
|
105
|
-
*/
|
|
106
|
-
toggleSort(column: ColumnComponent, modifier?: boolean): Array<SortDescriptor>;
|
|
107
|
-
isFirstOnRow(column: ColumnComponent, index: number): boolean;
|
|
108
|
-
logicalColumnIndex(column: any): number;
|
|
109
|
-
get showFilterMenu(): boolean;
|
|
110
|
-
get showFilterRow(): boolean;
|
|
111
|
-
showColumnMenu(column: any): boolean;
|
|
112
|
-
isFilterable(column: ColumnComponent): boolean;
|
|
113
|
-
canDrop(draggable: DraggableColumnDirective, target: DropTargetDirective): boolean;
|
|
114
|
-
isSortable(column: ColumnComponent): boolean;
|
|
115
|
-
trackByIndex(index: number, _item: any): any;
|
|
116
|
-
shouldActivate(column: ColumnBase): boolean;
|
|
117
|
-
isInteractive(column: ColumnComponent, prop: string): boolean;
|
|
118
|
-
isCheckboxColumn(column: any): boolean;
|
|
119
|
-
private isReorderable;
|
|
120
|
-
protected toggleDirection(field: string, allowUnsort: boolean, initialDirection: "asc" | "desc"): SortDescriptor;
|
|
121
|
-
columnsForLevel(level: number): Array<ColumnBase>;
|
|
122
|
-
isColumnGroupComponent(column: ColumnBase): boolean;
|
|
123
|
-
get columnLevels(): Array<number>;
|
|
124
|
-
renderSelectAll(column: any): boolean;
|
|
125
|
-
selectAllChange(state: any, checkChildren?: boolean): void;
|
|
126
|
-
sortDescriptor(field: string): SortDescriptor;
|
|
127
|
-
get leafColumns(): ColumnBase[];
|
|
128
|
-
messageFor(token: string): string;
|
|
129
|
-
private attachTargets;
|
|
130
|
-
private normalizeTarget;
|
|
131
|
-
private trackMove;
|
|
132
|
-
private calculateBefore;
|
|
133
|
-
private enter;
|
|
134
|
-
private leave;
|
|
135
|
-
private drop;
|
|
136
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "[kendoTreeListHeader]", never, { "totalColumnLevels": { "alias": "totalColumnLevels"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "lockedColumnsCount": { "alias": "lockedColumnsCount"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "columnMenuTemplate": { "alias": "columnMenuTemplate"; "required": false; }; "totalColumnsCount": { "alias": "totalColumnsCount"; "required": false; }; "totalColumns": { "alias": "totalColumns"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, never, true, never>;
|
|
138
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
6
|
-
import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
|
|
7
|
-
import { SelectionService } from '../../selection/selection.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare class TreeListSelectAllCheckboxDirective implements AfterViewInit, OnDestroy {
|
|
13
|
-
private host;
|
|
14
|
-
private selectionService;
|
|
15
|
-
private cdr;
|
|
16
|
-
private sub;
|
|
17
|
-
private setState;
|
|
18
|
-
constructor(host: CheckBoxComponent, hostEl: ElementRef, selectionService: SelectionService, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
19
|
-
ngAfterViewInit(): void;
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListSelectAllCheckboxDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeListSelectAllCheckboxDirective, "[kendoTreeListSelectAllCheckbox]", never, {}, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { OnInit, EventEmitter, ElementRef, OnDestroy, AfterViewInit, SimpleChange, OnChanges, InjectionToken, QueryList, NgZone, Renderer2, TrackByFunction, ChangeDetectorRef } from '@angular/core';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { ScrollerService, Action } from '../scrolling/scroller.service';
|
|
9
|
-
import { ScrollRequestService } from '../scrolling/scroll-request.service';
|
|
10
|
-
import { ColumnBase } from '../columns/column-base';
|
|
11
|
-
import { ColumnsContainer } from '../columns/columns-container';
|
|
12
|
-
import { ChangeNotificationService } from '../data/change-notification.service';
|
|
13
|
-
import { NoRecordsTemplateDirective } from './no-records-template.directive';
|
|
14
|
-
import { SuspendService } from '../scrolling/suspend.service';
|
|
15
|
-
import { RowClassFn } from './common/row-class';
|
|
16
|
-
import { ScrollSyncService } from "../scrolling/scroll-sync.service";
|
|
17
|
-
import { ResizeService } from "../layout/resize.service";
|
|
18
|
-
import { ResizeSensorComponent } from "@progress/kendo-angular-common";
|
|
19
|
-
import { ScrollbarService } from '@progress/kendo-angular-common';
|
|
20
|
-
import { EditService } from '../editing/edit.service';
|
|
21
|
-
import { NavigationService } from '../navigation/navigation.service';
|
|
22
|
-
import { FilterableSettings } from '../filtering/filterable';
|
|
23
|
-
import { ColumnResizingService } from "../column-resizing/column-resizing.service";
|
|
24
|
-
import { TreeListItem } from '../data/treelist-item.interface';
|
|
25
|
-
import { PDFService } from '../pdf/pdf.service';
|
|
26
|
-
import { ColumnInfoService } from '../common/column-info.service';
|
|
27
|
-
import * as i0 from "@angular/core";
|
|
28
|
-
/**
|
|
29
|
-
* @hidden
|
|
30
|
-
*/
|
|
31
|
-
export declare const SCROLLER_FACTORY_TOKEN: InjectionToken<string>;
|
|
32
|
-
/**
|
|
33
|
-
* @hidden
|
|
34
|
-
*/
|
|
35
|
-
export declare function DEFAULT_SCROLLER_FACTORY(observable: Observable<any>): ScrollerService;
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
export declare class ListComponent implements OnInit, OnDestroy, AfterViewInit, OnChanges {
|
|
40
|
-
private changeNotification;
|
|
41
|
-
private suspendService;
|
|
42
|
-
private ngZone;
|
|
43
|
-
private renderer;
|
|
44
|
-
private scrollSyncService;
|
|
45
|
-
private resizeService;
|
|
46
|
-
private editService;
|
|
47
|
-
private supportService;
|
|
48
|
-
private navigationService;
|
|
49
|
-
private localization;
|
|
50
|
-
private columnResizingService;
|
|
51
|
-
private changeDetector;
|
|
52
|
-
private pdfService;
|
|
53
|
-
private columnInfo;
|
|
54
|
-
get hostClass(): boolean;
|
|
55
|
-
get hostRole(): string;
|
|
56
|
-
view: any;
|
|
57
|
-
total: number;
|
|
58
|
-
rowHeight: number;
|
|
59
|
-
take: number;
|
|
60
|
-
skip: number;
|
|
61
|
-
columns: ColumnsContainer;
|
|
62
|
-
noRecordsTemplate: NoRecordsTemplateDirective;
|
|
63
|
-
filterable: FilterableSettings;
|
|
64
|
-
rowClass: RowClassFn;
|
|
65
|
-
loading: boolean;
|
|
66
|
-
trackBy: TrackByFunction<TreeListItem>;
|
|
67
|
-
virtualColumns: boolean;
|
|
68
|
-
isVirtual: boolean;
|
|
69
|
-
expandIcons: boolean;
|
|
70
|
-
contentScroll: EventEmitter<any>;
|
|
71
|
-
pageChange: EventEmitter<Action>;
|
|
72
|
-
scrollBottom: EventEmitter<void>;
|
|
73
|
-
totalHeight: number;
|
|
74
|
-
columnsStartIdx: number;
|
|
75
|
-
get totalWidth(): number;
|
|
76
|
-
container: ElementRef;
|
|
77
|
-
table: ElementRef;
|
|
78
|
-
lockedContainer: ElementRef;
|
|
79
|
-
lockedTable: ElementRef;
|
|
80
|
-
resizeSensors: QueryList<ResizeSensorComponent>;
|
|
81
|
-
private scroller;
|
|
82
|
-
private subscriptions;
|
|
83
|
-
private scrollerSubscription;
|
|
84
|
-
private dispatcher;
|
|
85
|
-
private rowHeightService;
|
|
86
|
-
private skipScroll;
|
|
87
|
-
private rebind;
|
|
88
|
-
private containerScrollTop;
|
|
89
|
-
private viewportColumns;
|
|
90
|
-
private columnsEndIdx;
|
|
91
|
-
private viewportColumnsWidth;
|
|
92
|
-
private scrollLeft;
|
|
93
|
-
get lockedLeafColumns(): QueryList<ColumnBase>;
|
|
94
|
-
get nonLockedLeafColumns(): QueryList<ColumnBase>;
|
|
95
|
-
get nonLockedColumnsToRender(): QueryList<ColumnBase>;
|
|
96
|
-
get leafColumns(): Array<ColumnBase>;
|
|
97
|
-
get lockedWidth(): number;
|
|
98
|
-
get nonLockedWidth(): number;
|
|
99
|
-
get isLocked(): boolean;
|
|
100
|
-
private rtl;
|
|
101
|
-
private columnUpdateFrame;
|
|
102
|
-
private hasLockedContainer;
|
|
103
|
-
constructor(scrollerFactory: any, changeNotification: ChangeNotificationService, suspendService: SuspendService, ngZone: NgZone, renderer: Renderer2, scrollSyncService: ScrollSyncService, resizeService: ResizeService, editService: EditService, supportService: ScrollbarService, navigationService: NavigationService, scrollRequestService: ScrollRequestService, localization: LocalizationService, columnResizingService: ColumnResizingService, changeDetector: ChangeDetectorRef, pdfService: PDFService, columnInfo: ColumnInfoService);
|
|
104
|
-
ngOnInit(): void;
|
|
105
|
-
ngOnChanges(changes: {
|
|
106
|
-
[propertyName: string]: SimpleChange;
|
|
107
|
-
}): void;
|
|
108
|
-
ngDoCheck(): void;
|
|
109
|
-
ngAfterViewInit(): void;
|
|
110
|
-
ngAfterViewChecked(): void;
|
|
111
|
-
syncRowsHeight(): void;
|
|
112
|
-
ngOnDestroy(): void;
|
|
113
|
-
init(): void;
|
|
114
|
-
lockedScroll(): void;
|
|
115
|
-
lockedMousewheel(args: any): void;
|
|
116
|
-
lockedKeydown(args: KeyboardEvent): void;
|
|
117
|
-
updateViewportColumns(range?: any): void;
|
|
118
|
-
private attachContainerScroll;
|
|
119
|
-
private createScroller;
|
|
120
|
-
private scroll;
|
|
121
|
-
private onContainerScroll;
|
|
122
|
-
private handleRowSync;
|
|
123
|
-
private handleRowNavigationLocked;
|
|
124
|
-
private scrollToVirtualRow;
|
|
125
|
-
private scrollTo;
|
|
126
|
-
private resetNavigationViewport;
|
|
127
|
-
private cleanupScroller;
|
|
128
|
-
private initResizeService;
|
|
129
|
-
private syncContainerHeight;
|
|
130
|
-
private handleColumnScroll;
|
|
131
|
-
private updateColumnViewport;
|
|
132
|
-
private calculateViewportColumns;
|
|
133
|
-
private viewportWidthChange;
|
|
134
|
-
private normalizeScrollLeft;
|
|
135
|
-
private elementScrollLeft;
|
|
136
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-treelist-list", never, { "view": { "alias": "view"; "required": false; }; "total": { "alias": "total"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "take": { "alias": "take"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "noRecordsTemplate": { "alias": "noRecordsTemplate"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "isVirtual": { "alias": "isVirtual"; "required": false; }; "expandIcons": { "alias": "expandIcons"; "required": false; }; }, { "contentScroll": "contentScroll"; "pageChange": "pageChange"; "scrollBottom": "scrollBottom"; }, never, never, true, never>;
|
|
138
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Represents the no-records template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/no-records-template)). Use this directive to customize the
|
|
9
|
-
* appearance of the item that is displayed when no data is present. To define the no-records template,
|
|
10
|
-
* nest an `<ng-template>` tag with the `kendoTreeListNoRecordsTemplate` directive inside `<kendo-treelist>`.
|
|
11
|
-
*
|
|
12
|
-
* When the locked columns of the TreeList are in use, the template is displayed in the non-locked part of the content.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```html
|
|
16
|
-
* <kendo-treelist ... >
|
|
17
|
-
* <kendo-treelist-column field="name"></kendo-treelist-column>
|
|
18
|
-
* <ng-template kendoTreeListNoRecordsTemplate>
|
|
19
|
-
* No data loaded.
|
|
20
|
-
* </ng-template>
|
|
21
|
-
* </kendo-treelist>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
export declare class NoRecordsTemplateDirective {
|
|
25
|
-
templateRef: TemplateRef<any>;
|
|
26
|
-
constructor(templateRef: TemplateRef<any>);
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NoRecordsTemplateDirective, [{ optional: true; }]>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NoRecordsTemplateDirective, "[kendoTreeListNoRecordsTemplate]", never, {}, {}, never, never, true, never>;
|
|
29
|
-
}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { SimpleChange, NgZone, Renderer2, ElementRef, OnInit, OnDestroy, OnChanges, TrackByFunction } from '@angular/core';
|
|
6
|
-
import { ColumnBase } from '../columns/column-base';
|
|
7
|
-
import { ChangeNotificationService } from '../data/change-notification.service';
|
|
8
|
-
import { NoRecordsTemplateDirective } from './no-records-template.directive';
|
|
9
|
-
import { EditService } from '../editing/edit.service';
|
|
10
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
11
|
-
import { RowClassFn } from './common/row-class';
|
|
12
|
-
import { DomEventsService } from '../common/dom-events.service';
|
|
13
|
-
import { ColumnInfoService } from "../common/column-info.service";
|
|
14
|
-
import { FilterableSettings } from '../filtering/filterable';
|
|
15
|
-
import { NavigationService } from '../navigation/navigation.service';
|
|
16
|
-
import { TreeListItem } from '../data/treelist-item.interface';
|
|
17
|
-
import { ExpandStateService } from '../expand-state/expand-state.service';
|
|
18
|
-
import { SelectionService } from '../selection/selection.service';
|
|
19
|
-
import { ColumnsContainer } from '../columns/columns-container';
|
|
20
|
-
import { SVGIcon } from '@progress/kendo-angular-icons';
|
|
21
|
-
import * as i0 from "@angular/core";
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges {
|
|
26
|
-
private changeNotification;
|
|
27
|
-
editService: EditService;
|
|
28
|
-
private localization;
|
|
29
|
-
private ngZone;
|
|
30
|
-
private renderer;
|
|
31
|
-
private element;
|
|
32
|
-
private domEvents;
|
|
33
|
-
private columnInfoService;
|
|
34
|
-
private navigationService;
|
|
35
|
-
private expandState;
|
|
36
|
-
private selection;
|
|
37
|
-
hostClass: boolean;
|
|
38
|
-
columns: Array<ColumnBase>;
|
|
39
|
-
allColumns: Array<ColumnBase>;
|
|
40
|
-
noRecordsTemplate: NoRecordsTemplateDirective;
|
|
41
|
-
view: any;
|
|
42
|
-
skip: number;
|
|
43
|
-
filterable: FilterableSettings;
|
|
44
|
-
noRecordsText: string;
|
|
45
|
-
isLocked: boolean;
|
|
46
|
-
lockedColumnsCount: number;
|
|
47
|
-
totalColumnsCount: number;
|
|
48
|
-
virtualColumns: boolean;
|
|
49
|
-
expandIcons: boolean;
|
|
50
|
-
trackBy: TrackByFunction<TreeListItem>;
|
|
51
|
-
totalColumns: ColumnsContainer;
|
|
52
|
-
noneIcon: SVGIcon;
|
|
53
|
-
private clickSubscription;
|
|
54
|
-
private l10nSubscription;
|
|
55
|
-
private cellKeydownSubscription;
|
|
56
|
-
private clickTimeout;
|
|
57
|
-
private headerOffset;
|
|
58
|
-
rowClass: RowClassFn;
|
|
59
|
-
constructor(changeNotification: ChangeNotificationService, editService: EditService, localization: LocalizationService, ngZone: NgZone, renderer: Renderer2, element: ElementRef, domEvents: DomEventsService, columnInfoService: ColumnInfoService, navigationService: NavigationService, expandState: ExpandStateService, selection: SelectionService);
|
|
60
|
-
get newDataItem(): any;
|
|
61
|
-
unlockedColumnsCount(item?: any): number;
|
|
62
|
-
get hasData(): boolean;
|
|
63
|
-
isOdd(item: any): boolean;
|
|
64
|
-
trackByWrapper(index: number, item: TreeListItem): any;
|
|
65
|
-
trackByColumns(index: number, item: any): any;
|
|
66
|
-
ngOnChanges(changes: {
|
|
67
|
-
[propertyName: string]: SimpleChange;
|
|
68
|
-
}): void;
|
|
69
|
-
addRowLogicalIndex(): number;
|
|
70
|
-
logicalColIndex(column: any): number;
|
|
71
|
-
cellExpandable(item: any, column: any): any;
|
|
72
|
-
ariaRowExpanded(item: any): boolean;
|
|
73
|
-
ariaRowSelected(item: any): boolean;
|
|
74
|
-
ariaExpanded(item: any, column: any): any;
|
|
75
|
-
ariaSelected(item: any, column: any, columnIndex: number): any;
|
|
76
|
-
ngOnInit(): void;
|
|
77
|
-
ngDoCheck(): void;
|
|
78
|
-
ngOnDestroy(): void;
|
|
79
|
-
isEditingCell(item: any, column: any): boolean;
|
|
80
|
-
isEditingRow(item: any): boolean;
|
|
81
|
-
get columnsContainer(): any;
|
|
82
|
-
get hasFooter(): boolean;
|
|
83
|
-
get columnsSpan(): number;
|
|
84
|
-
get allColumnsSpan(): number;
|
|
85
|
-
get colSpan(): number;
|
|
86
|
-
get footerColumns(): ColumnBase[];
|
|
87
|
-
logicalRowIndex(rowIndex: number): number;
|
|
88
|
-
isCellSelected(dataItem: any, column: any, columnIndex: number): boolean;
|
|
89
|
-
targetArgs(target: any, skipFocusable?: boolean): any;
|
|
90
|
-
private checkIfClickable;
|
|
91
|
-
private clickHandler;
|
|
92
|
-
private emitCellClick;
|
|
93
|
-
private cellKeydownHandler;
|
|
94
|
-
private cellClickArgs;
|
|
95
|
-
private targetElements;
|
|
96
|
-
private expandClick;
|
|
97
|
-
private checkboxClick;
|
|
98
|
-
private rowItem;
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableBodyComponent, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent, "[kendoTreeListTableBody]", never, { "columns": { "alias": "columns"; "required": false; }; "allColumns": { "alias": "allColumns"; "required": false; }; "noRecordsTemplate": { "alias": "noRecordsTemplate"; "required": false; }; "view": { "alias": "view"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "noRecordsText": { "alias": "noRecordsText"; "required": false; }; "isLocked": { "alias": "isLocked"; "required": false; }; "lockedColumnsCount": { "alias": "lockedColumnsCount"; "required": false; }; "totalColumnsCount": { "alias": "totalColumnsCount"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "expandIcons": { "alias": "expandIcons"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "totalColumns": { "alias": "totalColumns"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
101
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef } from '@angular/core';
|
|
6
|
-
import { ContextService } from '../../common/provider.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* A directive for toolbar elements that need to be part of TreeList keyboard navigation.
|
|
10
|
-
* Use this directive to make toolbar elements focusable and accessible with the keyboard.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```html
|
|
14
|
-
* <kendo-treelist>
|
|
15
|
-
* <kendo-toolbar>
|
|
16
|
-
* <button kendoTreeListToolbarFocusable>Custom Button</button>
|
|
17
|
-
* <button kendoTreeListCancelCommand>Cancel</button>
|
|
18
|
-
* <button kendoTreeListEditCommand>Edit</button>
|
|
19
|
-
* </kendo-toolbar>
|
|
20
|
-
* </kendo-treelist>
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @remarks
|
|
24
|
-
* This directive is related to accessibility.
|
|
25
|
-
*/
|
|
26
|
-
export declare class TreeListToolbarFocusableDirective {
|
|
27
|
-
private host;
|
|
28
|
-
private ctx;
|
|
29
|
-
/**
|
|
30
|
-
* @hidden
|
|
31
|
-
*/
|
|
32
|
-
get element(): HTMLElement;
|
|
33
|
-
/**
|
|
34
|
-
* @hidden
|
|
35
|
-
*/
|
|
36
|
-
get toolbarPosition(): any;
|
|
37
|
-
constructor(host: ElementRef, ctx: ContextService);
|
|
38
|
-
ngAfterViewInit(): void;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListToolbarFocusableDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeListToolbarFocusableDirective, " [kendoTreeListToolbarFocusable], [kendoTreeListAddCommand], [kendoTreeListCancelCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListExcelCommand], [kendoTreeListPDFCommand] ", never, {}, {}, never, never, true, never>;
|
|
42
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Renderer2 } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class TreeListToolbarNavigationService {
|
|
11
|
-
private renderer;
|
|
12
|
-
navigableElements: any[];
|
|
13
|
-
currentActiveIndex: number;
|
|
14
|
-
private defaultFocusableSelector;
|
|
15
|
-
constructor(renderer: Renderer2);
|
|
16
|
-
notify(): void;
|
|
17
|
-
focus(): void;
|
|
18
|
-
updateFocus(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListToolbarNavigationService, never>;
|
|
20
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TreeListToolbarNavigationService>;
|
|
21
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import { OptionChangesService } from '../../common/option-changes.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the toolbar template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template)).
|
|
10
|
-
*
|
|
11
|
-
* The template context has the following field:
|
|
12
|
-
* - `position`—The position at which the toolbar template is rendered. The possible values are `top`, `bottom`, and `both`.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```html
|
|
16
|
-
* <kendo-treelist ...>
|
|
17
|
-
* <ng-template kendoTreeListToolbarTemplate>
|
|
18
|
-
* <button kendoTreeListExcelCommand>Export to Excel</button>
|
|
19
|
-
* </ng-template>
|
|
20
|
-
* </kendo-treelist>
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare class ToolbarTemplateDirective {
|
|
24
|
-
templateRef: TemplateRef<any>;
|
|
25
|
-
private optionChanges;
|
|
26
|
-
_position: 'top' | 'bottom' | 'both';
|
|
27
|
-
/**
|
|
28
|
-
* Sets the position of the toolbar. The value can be `top`, `bottom`, or `both`.
|
|
29
|
-
* Controls whether the toolbar appears above, below, or on both sides of the TreeList. [See example.](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template#setting-the-toolbar-position)
|
|
30
|
-
* @default 'top'
|
|
31
|
-
*/
|
|
32
|
-
set position(position: 'top' | 'bottom' | 'both');
|
|
33
|
-
get position(): 'top' | 'bottom' | 'both';
|
|
34
|
-
constructor(templateRef: TemplateRef<any>, optionChanges: OptionChangesService);
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarTemplateDirective, [{ optional: true; }, null]>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarTemplateDirective, "[kendoTreeListToolbarTemplate]", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef, AfterViewInit, Renderer2, OnDestroy, ElementRef } from '@angular/core';
|
|
6
|
-
import { ContextService } from './../../common/provider.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class ToolbarComponent implements AfterViewInit, OnDestroy {
|
|
12
|
-
private elem;
|
|
13
|
-
private renderer;
|
|
14
|
-
private ctx;
|
|
15
|
-
hostRole: string;
|
|
16
|
-
hostClasses: boolean;
|
|
17
|
-
context: any;
|
|
18
|
-
set position(value: 'top' | 'bottom');
|
|
19
|
-
navigable: boolean;
|
|
20
|
-
get toolbarTemplateRef(): TemplateRef<any>;
|
|
21
|
-
private subs;
|
|
22
|
-
private navigationService;
|
|
23
|
-
constructor(elem: ElementRef, renderer: Renderer2, ctx: ContextService);
|
|
24
|
-
ngAfterViewInit(): void;
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
private onKeyDown;
|
|
27
|
-
private changeFocusedItem;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "kendo-treelist-toolbar", never, { "position": { "alias": "position"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { RowReorderService } from './row-reorder.service';
|
|
6
|
-
import { RowReorderEvent } from "./types";
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class FlatRowReorderService extends RowReorderService {
|
|
12
|
-
isOverChild(targetItem: any): boolean;
|
|
13
|
-
reorderRows(ev: RowReorderEvent, collection: Array<any>): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlatRowReorderService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FlatRowReorderService>;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { RowReorderService } from './row-reorder.service';
|
|
6
|
-
import { RowReorderEvent } from "./types";
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class HierarchicalRowReorderService extends RowReorderService {
|
|
12
|
-
isOverChild(targetItem: any): boolean;
|
|
13
|
-
reorderRows(ev: RowReorderEvent, collection: Array<any>, field?: string): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HierarchicalRowReorderService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<HierarchicalRowReorderService>;
|
|
16
|
-
}
|