@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,71 +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 { EventEmitter, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
6
|
-
import { ColumnInfoService } from '../common/column-info.service';
|
|
7
|
-
import { LocalizationService } from "@progress/kendo-angular-l10n";
|
|
8
|
-
import { ColumnMenuItemBase } from './column-menu-item-base';
|
|
9
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
*
|
|
13
|
-
* Represents the Kendo UI for Angular TreeList column-menu item for chaging the visibility of the columns. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu#column-chooser-item).
|
|
14
|
-
*
|
|
15
|
-
* Place this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive to enable the feature.
|
|
16
|
-
* Set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) and `column` inputs using the values passed by the template.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <kendo-treelist [columnMenu]="true" ...>
|
|
21
|
-
* <ng-template kendoTreeListColumnMenuTemplate let-service="service" let-column="column">
|
|
22
|
-
* <kendo-treelist-columnmenu-chooser [column]="column" [service]="service">
|
|
23
|
-
* </kendo-treelist-columnmenu-chooser>
|
|
24
|
-
* </ng-template>
|
|
25
|
-
* </kendo-treelist>
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
export declare class ColumnMenuChooserComponent extends ColumnMenuItemBase {
|
|
29
|
-
localization: LocalizationService;
|
|
30
|
-
private columnInfoService;
|
|
31
|
-
private changeDetector;
|
|
32
|
-
private hostElement;
|
|
33
|
-
/**
|
|
34
|
-
* Fires when the content expands.
|
|
35
|
-
*/
|
|
36
|
-
expand: EventEmitter<any>;
|
|
37
|
-
/**
|
|
38
|
-
* Fires when the content collapses.
|
|
39
|
-
*/
|
|
40
|
-
collapse: EventEmitter<any>;
|
|
41
|
-
/**
|
|
42
|
-
* Specifies if the content is expanded.
|
|
43
|
-
* @default false
|
|
44
|
-
*/
|
|
45
|
-
expanded: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* @hidden
|
|
48
|
-
*/
|
|
49
|
-
isLast: boolean;
|
|
50
|
-
/**
|
|
51
|
-
* @hidden
|
|
52
|
-
*/
|
|
53
|
-
actionsClass: string;
|
|
54
|
-
get columns(): any;
|
|
55
|
-
columnsIcon: SVGIcon;
|
|
56
|
-
constructor(localization: LocalizationService, columnInfoService: ColumnInfoService, changeDetector: ChangeDetectorRef, hostElement: ElementRef);
|
|
57
|
-
/**
|
|
58
|
-
* @hidden
|
|
59
|
-
*/
|
|
60
|
-
onApply(changed: any[]): void;
|
|
61
|
-
/**
|
|
62
|
-
* @hidden
|
|
63
|
-
*/
|
|
64
|
-
onCollapse(): void;
|
|
65
|
-
/**
|
|
66
|
-
* @hidden
|
|
67
|
-
*/
|
|
68
|
-
onExpand(): void;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuChooserComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuChooserComponent, "kendo-treelist-columnmenu-chooser", never, { "expanded": { "alias": "expanded"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
|
|
71
|
-
}
|
|
@@ -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 { AfterViewInit, NgZone, QueryList } from '@angular/core';
|
|
6
|
-
import { ColumnMenuService } from './column-menu.service';
|
|
7
|
-
import { ColumnMenuItemDirective } from './column-menu-item.directive';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare class ColumnMenuContainerComponent implements AfterViewInit {
|
|
13
|
-
private service;
|
|
14
|
-
private ngZone;
|
|
15
|
-
columnMenuItems: QueryList<ColumnMenuItemDirective>;
|
|
16
|
-
templateMenuItems: any[];
|
|
17
|
-
constructor(service: ColumnMenuService, ngZone: NgZone);
|
|
18
|
-
ngAfterViewInit(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuContainerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuContainerComponent, "kendo-treelist-columnmenu-container", never, {}, {}, ["columnMenuItems"], ["*"], true, never>;
|
|
21
|
-
}
|
|
@@ -1,15 +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
|
-
/**
|
|
6
|
-
* Configures whether a column menu item is initially expanded.
|
|
7
|
-
* You can set this option for the `columnChooser` and `filter` [`ColumnMenuSettings`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenusettings) options.
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
export interface ExpandableColumnMenuItem {
|
|
11
|
-
/**
|
|
12
|
-
* Specifies if the expandable column menu item is initially expanded.
|
|
13
|
-
*/
|
|
14
|
-
expanded: boolean;
|
|
15
|
-
}
|
|
@@ -1,65 +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 { EventEmitter, ElementRef } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from "@progress/kendo-angular-l10n";
|
|
7
|
-
import { ColumnMenuItemBase } from './column-menu-item-base';
|
|
8
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* Represents the column-menu item for editing column filters in the TreeList.
|
|
12
|
-
*
|
|
13
|
-
* Render this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
|
|
14
|
-
*
|
|
15
|
-
* To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice)
|
|
16
|
-
* that the template passes to the `service` input of the `kendo-treelist-columnmenu-filter` component.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <kendo-treelist ...>
|
|
21
|
-
* <kendo-treelist-column field="ProductName">
|
|
22
|
-
* <ng-template kendoTreeListColumnMenuTemplate>
|
|
23
|
-
* <kendo-treelist-columnmenu-filter></kendo-treelist-columnmenu-filter>
|
|
24
|
-
* </ng-template>
|
|
25
|
-
* </kendo-treelist-column>
|
|
26
|
-
* </kendo-treelist>
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class ColumnMenuFilterComponent extends ColumnMenuItemBase {
|
|
30
|
-
localization: LocalizationService;
|
|
31
|
-
private hostElement;
|
|
32
|
-
/**
|
|
33
|
-
* Fires when the content expands.
|
|
34
|
-
*/
|
|
35
|
-
expand: EventEmitter<any>;
|
|
36
|
-
/**
|
|
37
|
-
* Fires when the content collapses.
|
|
38
|
-
*/
|
|
39
|
-
collapse: EventEmitter<any>;
|
|
40
|
-
/**
|
|
41
|
-
* Specifies if the content is expanded.
|
|
42
|
-
* @default false
|
|
43
|
-
*/
|
|
44
|
-
expanded: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* @hidden
|
|
47
|
-
*/
|
|
48
|
-
isLast: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* @hidden
|
|
51
|
-
*/
|
|
52
|
-
actionsClass: string;
|
|
53
|
-
filterIcon: SVGIcon;
|
|
54
|
-
constructor(localization: LocalizationService, hostElement: ElementRef);
|
|
55
|
-
/**
|
|
56
|
-
* @hidden
|
|
57
|
-
*/
|
|
58
|
-
onCollapse(): void;
|
|
59
|
-
/**
|
|
60
|
-
* @hidden
|
|
61
|
-
*/
|
|
62
|
-
onExpand(): void;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuFilterComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuFilterComponent, "kendo-treelist-columnmenu-filter", never, { "expanded": { "alias": "expanded"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
|
|
65
|
-
}
|
|
@@ -1,25 +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 } from '@angular/core';
|
|
6
|
-
import { ColumnMenuService } from './column-menu.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class ColumnMenuItemBase implements OnInit {
|
|
12
|
-
/**
|
|
13
|
-
* Represents the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) instance.
|
|
14
|
-
* Requires a mandatory input.
|
|
15
|
-
*/
|
|
16
|
-
service: ColumnMenuService;
|
|
17
|
-
hostClass: boolean;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
close(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemBase, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemBase, never, never, { "service": { "alias": "service"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,32 +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 content template for the [`kendo-treelist-columnmenu-item`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuitemcomponent) component.
|
|
9
|
-
* Use this directive to specify the content of a column menu item.
|
|
10
|
-
* To define the content template, nest an `<ng-template>` tag with the `kendoTreeListColumnMenuItemContentTemplate` directive inside a `<kendo-treelist-columnmenu-item>`.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```html
|
|
14
|
-
* <kendo-treelist ...>
|
|
15
|
-
* <kendo-treelist-column field="ProductName">
|
|
16
|
-
* <ng-template kendoTreeListColumnMenuTemplate>
|
|
17
|
-
* <kendo-treelist-columnmenu-item text="Item Text" [expanded]="true">
|
|
18
|
-
* <ng-template kendoTreeListColumnMenuItemContentTemplate>
|
|
19
|
-
* Item Content
|
|
20
|
-
* </ng-template>
|
|
21
|
-
* </kendo-treelist-columnmenu-item>
|
|
22
|
-
* </ng-template>
|
|
23
|
-
* </kendo-treelist-column>
|
|
24
|
-
* </kendo-treelist>
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
export declare class ColumnMenuItemContentTemplateDirective {
|
|
28
|
-
templateRef: TemplateRef<any>;
|
|
29
|
-
constructor(templateRef: TemplateRef<any>);
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemContentTemplateDirective, [{ optional: true; }]>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemContentTemplateDirective, "[kendoTreeListColumnMenuItemContentTemplate]", never, {}, {}, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,80 +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 { EventEmitter, OnChanges, AfterViewInit } from '@angular/core';
|
|
6
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
7
|
-
import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
|
|
8
|
-
import { ColumnMenuService } from './column-menu.service';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* Represents an item you can place inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```html
|
|
15
|
-
* <kendo-treelist ...>
|
|
16
|
-
* <ng-template kendoTreeListColumnMenuTemplate let-service="service" let-column="column">
|
|
17
|
-
* <kendo-treelist-columnmenu-item text="Fit column"></kendo-treelist-columnmenu-item>
|
|
18
|
-
* </ng-template>
|
|
19
|
-
* </kendo-treelist>
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export declare class ColumnMenuItemComponent implements AfterViewInit, OnChanges {
|
|
23
|
-
/**
|
|
24
|
-
* Fires when the item is clicked.
|
|
25
|
-
*/
|
|
26
|
-
itemClick: EventEmitter<any>;
|
|
27
|
-
/**
|
|
28
|
-
* Fires when the content expands.
|
|
29
|
-
*/
|
|
30
|
-
expand: EventEmitter<any>;
|
|
31
|
-
/**
|
|
32
|
-
* Fires when the content collapses.
|
|
33
|
-
*/
|
|
34
|
-
collapse: EventEmitter<any>;
|
|
35
|
-
/**
|
|
36
|
-
* Sets the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/styling/icons#icons-list) rendered for the item.
|
|
37
|
-
*/
|
|
38
|
-
icon: string;
|
|
39
|
-
/**
|
|
40
|
-
* Sets the name of the [SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) rendered for the item.
|
|
41
|
-
*/
|
|
42
|
-
svgIcon: SVGIcon;
|
|
43
|
-
/**
|
|
44
|
-
* Sets the item text.
|
|
45
|
-
*/
|
|
46
|
-
text: string;
|
|
47
|
-
/**
|
|
48
|
-
* Specifies if the item is selected.
|
|
49
|
-
*/
|
|
50
|
-
selected: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Specifies if the item is disabled.
|
|
53
|
-
*/
|
|
54
|
-
disabled: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* Specifies if the item is expanded.
|
|
57
|
-
*/
|
|
58
|
-
expanded: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Provides the [ColumnMenuService](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice) instance.
|
|
61
|
-
* Required to include the item in the column menu keyboard navigation sequence.
|
|
62
|
-
*/
|
|
63
|
-
service: ColumnMenuService;
|
|
64
|
-
contentTemplate: ColumnMenuItemContentTemplateDirective;
|
|
65
|
-
contentState: string;
|
|
66
|
-
contentId: string;
|
|
67
|
-
chevronUpIcon: SVGIcon;
|
|
68
|
-
chevronDownIcon: SVGIcon;
|
|
69
|
-
get expandedIcon(): string;
|
|
70
|
-
get expandedSvgIcon(): SVGIcon;
|
|
71
|
-
ngAfterViewInit(): void;
|
|
72
|
-
ngOnChanges(changes: any): void;
|
|
73
|
-
/**
|
|
74
|
-
* @hidden
|
|
75
|
-
*/
|
|
76
|
-
onClick(e: any): void;
|
|
77
|
-
private updateContentState;
|
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemComponent, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemComponent, "kendo-treelist-columnmenu-item", never, { "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "service": { "alias": "service"; "required": false; }; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, true, never>;
|
|
80
|
-
}
|
|
@@ -1,67 +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, NgZone, Renderer2 } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Provides keyboard navigation support for TreeList column menu items.
|
|
9
|
-
* Use this directive to manage focus and tab order for custom column menu items ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu#customizing-the-content)).
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <ng-template kendoTreelistColumnMenuTemplate let-service="service" let-column="column">
|
|
14
|
-
* <kendo-treelist-columnmenu-sort #sortItem [kendoTreeListColumnMenuItem]="sortItem" [service]="service">
|
|
15
|
-
* </kendo-treelist-columnmenu-sort>
|
|
16
|
-
* </ng-template>
|
|
17
|
-
* ```
|
|
18
|
-
* @remarks
|
|
19
|
-
* Applied to:
|
|
20
|
-
* {@link ColumnMenuChooserComponent},
|
|
21
|
-
* {@link ColumnMenuFilterComponent},
|
|
22
|
-
* {@link ColumnMenuSortComponent},
|
|
23
|
-
* {@link ColumnMenuLockComponent},
|
|
24
|
-
* {@link ColumnMenuComponent},
|
|
25
|
-
* {@link ColumnMenuItemComponent},
|
|
26
|
-
* {@link ColumnMenuAutoSizeAllColumnsComponent},
|
|
27
|
-
* {@link ColumnMenuAutoSizeColumnComponent}.
|
|
28
|
-
*/
|
|
29
|
-
export declare class ColumnMenuItemDirective {
|
|
30
|
-
hostElement: ElementRef;
|
|
31
|
-
private renderer;
|
|
32
|
-
private ngZone;
|
|
33
|
-
/**
|
|
34
|
-
* Provides a reference to the TreeList column menu item. Required for built-in keyboard navigation.
|
|
35
|
-
*/
|
|
36
|
-
menuItemComponent: any;
|
|
37
|
-
firstFocusableElement: HTMLElement;
|
|
38
|
-
lastFocusableElement: HTMLElement;
|
|
39
|
-
/**
|
|
40
|
-
* @hidden
|
|
41
|
-
*/
|
|
42
|
-
set isFirst(value: boolean);
|
|
43
|
-
/**
|
|
44
|
-
* @hidden
|
|
45
|
-
*/
|
|
46
|
-
get isFirst(): boolean;
|
|
47
|
-
/**
|
|
48
|
-
* @hidden
|
|
49
|
-
*/
|
|
50
|
-
set isLast(value: boolean);
|
|
51
|
-
/**
|
|
52
|
-
* @hidden
|
|
53
|
-
*/
|
|
54
|
-
get isLast(): boolean;
|
|
55
|
-
private _isFirst;
|
|
56
|
-
private _isLast;
|
|
57
|
-
private columnMenuItems;
|
|
58
|
-
private subs;
|
|
59
|
-
constructor(hostElement: ElementRef, renderer: Renderer2, ngZone: NgZone);
|
|
60
|
-
ngAfterViewInit(): void;
|
|
61
|
-
ngOnDestroy(): void;
|
|
62
|
-
private onTab;
|
|
63
|
-
private getLastColumnMenuItem;
|
|
64
|
-
private isExpandableItem;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemDirective, never>;
|
|
66
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemDirective, "[kendoTreeListColumnMenuItem]", never, { "menuItemComponent": { "alias": "kendoTreeListColumnMenuItem"; "required": false; }; }, {}, never, never, true, never>;
|
|
67
|
-
}
|
|
@@ -1,49 +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 } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from "@progress/kendo-angular-l10n";
|
|
7
|
-
import { ColumnInfoService } from '../common/column-info.service';
|
|
8
|
-
import { ColumnMenuItemBase } from './column-menu-item-base';
|
|
9
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Represents the column-menu item that lets you lock or unlock columns.
|
|
13
|
-
*
|
|
14
|
-
* Render this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
|
|
15
|
-
*
|
|
16
|
-
* To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice)
|
|
17
|
-
* that the template passes to the `service` input of the `kendo-treelist-columnmenu-lock` component.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```html
|
|
21
|
-
* <kendo-treelist ...>
|
|
22
|
-
* <kendo-treelist-column field="ProductName">
|
|
23
|
-
* <ng-template kendoTreeListColumnMenuTemplate>
|
|
24
|
-
* <kendo-treelist-columnmenu-lock></kendo-treelist-columnmenu-lock>
|
|
25
|
-
* </ng-template>
|
|
26
|
-
* </kendo-treelist-column>
|
|
27
|
-
* </kendo-treelist>
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
export declare class ColumnMenuLockComponent extends ColumnMenuItemBase {
|
|
31
|
-
private localization;
|
|
32
|
-
private columnInfoService;
|
|
33
|
-
private changeDetector;
|
|
34
|
-
unlockIcon: SVGIcon;
|
|
35
|
-
lockIcon: SVGIcon;
|
|
36
|
-
constructor(localization: LocalizationService, columnInfoService: ColumnInfoService, changeDetector: ChangeDetectorRef);
|
|
37
|
-
get text(): string;
|
|
38
|
-
get icon(): string;
|
|
39
|
-
get svgIcon(): SVGIcon;
|
|
40
|
-
get disabled(): boolean;
|
|
41
|
-
/**
|
|
42
|
-
* @hidden
|
|
43
|
-
*/
|
|
44
|
-
toggleColumn(): void;
|
|
45
|
-
private toggleHierarchy;
|
|
46
|
-
private get locked();
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuLockComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuLockComponent, "kendo-treelist-columnmenu-lock", never, {}, {}, never, never, true, never>;
|
|
49
|
-
}
|
|
@@ -1,45 +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 { ExpandableColumnMenuItem } from "./column-menu-expandable-item.interface";
|
|
6
|
-
/**
|
|
7
|
-
* Configures the column menu in the TreeList component.
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* ```html
|
|
11
|
-
* <kendo-treelist ...
|
|
12
|
-
* [columnMenu]="{ columnChooser: false }">
|
|
13
|
-
* ...
|
|
14
|
-
* </kendo-treelist>
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
export interface ColumnMenuSettings {
|
|
18
|
-
/**
|
|
19
|
-
* Specifies if the columns can be sorted in the column menu.
|
|
20
|
-
* If [sorting](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#sortable) is enabled, the default value is `true`.
|
|
21
|
-
*/
|
|
22
|
-
sort?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Specifies if the columns can be filtered in the column menu.
|
|
25
|
-
* If [filtering](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#filterable) is enabled, the default value is `true`.
|
|
26
|
-
*/
|
|
27
|
-
filter?: boolean | ExpandableColumnMenuItem;
|
|
28
|
-
/**
|
|
29
|
-
* Specifies if the item for column selection appears in the column menu.
|
|
30
|
-
*/
|
|
31
|
-
columnChooser?: boolean | ExpandableColumnMenuItem;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies if the columns can be locked and unlocked from the column menu.
|
|
34
|
-
* This option follows the prerequisites and limitations of the [locked columns](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/locked).
|
|
35
|
-
*/
|
|
36
|
-
lock?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Applies the minimum possible width for the specified column, so the whole text fits without wrapping.
|
|
39
|
-
*/
|
|
40
|
-
autoSizeColumn?: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Adjusts the width of all columns to fit their entire content, including headers, without wrapping.
|
|
43
|
-
*/
|
|
44
|
-
autoSizeAllColumns?: boolean;
|
|
45
|
-
}
|
|
@@ -1,44 +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 { LocalizationService } from "@progress/kendo-angular-l10n";
|
|
6
|
-
import { SortService } from '../common/sort.service';
|
|
7
|
-
import { ColumnMenuItemBase } from './column-menu-item-base';
|
|
8
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* Represents the column-menu item for sorting TreeList columns.
|
|
12
|
-
*
|
|
13
|
-
* Render this component inside a [`ColumnMenuTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenutemplatedirective) directive.
|
|
14
|
-
*
|
|
15
|
-
* To register the component as a known column menu item, set the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice)
|
|
16
|
-
* that the template passes to the `service` input of the `kendo-treelist-columnmenu-sort` component.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <kendo-treelist ...>
|
|
21
|
-
* <kendo-treelist-column field="ProductName">
|
|
22
|
-
* <ng-template kendoTreeListColumnMenuTemplate>
|
|
23
|
-
* <kendo-treelist-columnmenu-sort></kendo-treelist-columnmenu-sort>
|
|
24
|
-
* </ng-template>
|
|
25
|
-
* </kendo-treelist-column>
|
|
26
|
-
* </kendo-treelist>
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class ColumnMenuSortComponent extends ColumnMenuItemBase {
|
|
30
|
-
localization: LocalizationService;
|
|
31
|
-
protected sortService: SortService;
|
|
32
|
-
sortAscSmallIcon: SVGIcon;
|
|
33
|
-
sortDescSmallIcon: SVGIcon;
|
|
34
|
-
constructor(localization: LocalizationService, sortService: SortService);
|
|
35
|
-
get sortedAsc(): boolean;
|
|
36
|
-
get sortedDesc(): boolean;
|
|
37
|
-
/**
|
|
38
|
-
* @hidden
|
|
39
|
-
*/
|
|
40
|
-
toggleSort(dir: string): void;
|
|
41
|
-
private get descriptor();
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuSortComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuSortComponent, "kendo-treelist-columnmenu-sort", never, {}, {}, never, never, true, never>;
|
|
44
|
-
}
|
|
@@ -1,36 +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 template for the column menu in the TreeList. Use this directive to customize the content of the column menu for all or specific columns.
|
|
9
|
-
* To define the content template, nest an `<ng-template>` tag with the `kendoTreeListColumnMenuTemplate` directive inside the `kendo-treelist` or the `<kendo-treelist-column>` component.
|
|
10
|
-
*
|
|
11
|
-
* The template context is passed through the following fields:
|
|
12
|
-
* - `service`—Represents the [ColumnMenuService](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columnmenuservice).
|
|
13
|
-
* - `column`—Represents the TreeList column.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```html
|
|
17
|
-
* <kendo-treelist ... >
|
|
18
|
-
* <ng-template kendoTreeListColumnMenuTemplate let-service="service">
|
|
19
|
-
* <kendo-treelist-columnmenu-sort [service]="service">
|
|
20
|
-
* </kendo-treelist-columnmenu-sort>
|
|
21
|
-
* </ng-template>
|
|
22
|
-
* <kendo-treelist-column field="name">
|
|
23
|
-
* <ng-template kendoTreeListColumnMenuTemplate let-service="service">
|
|
24
|
-
* <kendo-treelist-columnmenu-sort [service]="service">
|
|
25
|
-
* </kendo-treelist-columnmenu-sort>
|
|
26
|
-
* </ng-template>
|
|
27
|
-
* </kendo-treelist-column>
|
|
28
|
-
* </kendo-treelist>
|
|
29
|
-
* ```
|
|
30
|
-
*/
|
|
31
|
-
export declare class ColumnMenuTemplateDirective {
|
|
32
|
-
templateRef: TemplateRef<any>;
|
|
33
|
-
constructor(templateRef: TemplateRef<any>);
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuTemplateDirective, [{ optional: true; }]>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuTemplateDirective, "[kendoTreeListColumnMenuTemplate]", never, {}, {}, never, never, true, never>;
|
|
36
|
-
}
|