@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,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 { PreventableEvent } from '../common/preventable-event';
|
|
6
|
-
/**
|
|
7
|
-
* Provides the arguments for the `pdfExport` event.
|
|
8
|
-
*
|
|
9
|
-
* Use this event to customize or prevent the PDF export process.
|
|
10
|
-
*/
|
|
11
|
-
export declare class PDFExportEvent extends PreventableEvent {
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
constructor();
|
|
16
|
-
}
|
|
@@ -1,24 +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 { PDFExportMarginComponent } from '@progress/kendo-angular-pdf-export';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Represents the Kendo UI PDFMargin component for Angular.
|
|
9
|
-
* The supported units are `"mm"`, `"cm"`, `"in"`, and `"pt"` (default).
|
|
10
|
-
* Numbers are considered to be points (`"pt"`).
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```html
|
|
14
|
-
* <kendo-treelist>
|
|
15
|
-
* <kendo-treelist-pdf [allPages]="true" [delay]="100">
|
|
16
|
-
* <kendo-treelist-pdf-margin top="1cm" bottom="1cm" left="1cm" right="1cm"></kendo-treelist-pdf-margin>
|
|
17
|
-
* </kendo-treelist-pdf>
|
|
18
|
-
* </kendo-treelist>
|
|
19
|
-
* ```
|
|
20
|
-
*/
|
|
21
|
-
export declare class PDFMarginComponent extends PDFExportMarginComponent {
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PDFMarginComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDFMarginComponent, "kendo-treelist-pdf-margin", never, {}, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
@@ -1,9 +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 { pdf } from '@progress/kendo-drawing';
|
|
6
|
-
/**
|
|
7
|
-
* Specifies the margins of the PDF page. Accepts numbers or strings with units. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/export/pdf-export).
|
|
8
|
-
*/
|
|
9
|
-
export type PDFMargin = pdf.PageMargin;
|
|
@@ -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 { PDFExportTemplateDirective } from '@progress/kendo-angular-pdf-export';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the PDF page template of the TreeList. Use this directive to customize the PDF pages.
|
|
10
|
-
* To define a page template, nest an `<ng-template>` tag with the `kendoTreeListPDFTemplate` directive inside `<kendo-treelist-pdf>`.
|
|
11
|
-
*
|
|
12
|
-
* The template context provides the following fields:
|
|
13
|
-
* - `pageNumber`—Defines PDF page number.
|
|
14
|
-
* - `totalPages`—Defines the total number of PDF pages.
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
* ```html
|
|
18
|
-
* <kendo-treelist-pdf fileName="Files.pdf" ...>
|
|
19
|
-
* <ng-template
|
|
20
|
-
* kendoTreeListPDFTemplate
|
|
21
|
-
* let-pageNum="pageNum"
|
|
22
|
-
* let-totalPages="totalPages">
|
|
23
|
-
* <div style="position: absolute; top: 5px; left: 5px;">
|
|
24
|
-
* Page {{ pageNum }} of {{ totalPages }}
|
|
25
|
-
* </div>
|
|
26
|
-
* </ng-template>
|
|
27
|
-
* </kendo-treelist-pdf>
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
export declare class PDFTemplateDirective extends PDFExportTemplateDirective {
|
|
31
|
-
constructor(templateRef: TemplateRef<any>);
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PDFTemplateDirective, [{ optional: true; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PDFTemplateDirective, "[kendoTreeListPDFTemplate]", never, {}, {}, never, never, true, never>;
|
|
34
|
-
}
|
package/pdf/pdf.component.d.ts
DELETED
|
@@ -1,76 +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, OnDestroy, NgZone, QueryList } from '@angular/core';
|
|
6
|
-
import { Subscription } from 'rxjs';
|
|
7
|
-
import { SuspendService } from '../scrolling/suspend.service';
|
|
8
|
-
import { PDFService } from './pdf.service';
|
|
9
|
-
import { PDFMarginComponent } from './pdf-margin.component';
|
|
10
|
-
import { PDFTemplateDirective } from './pdf-template.directive';
|
|
11
|
-
import { ColumnBase } from '../columns/column-base';
|
|
12
|
-
import { DrawOptions } from '@progress/kendo-drawing';
|
|
13
|
-
import { PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
/**
|
|
16
|
-
* Configures the settings for exporting TreeList to PDF ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <kendo-treelist>
|
|
21
|
-
* <kendo-treelist-pdf [allPages]="true" [fileName]="'export.pdf'"></kendo-treelist-pdf>
|
|
22
|
-
* </kendo-treelist>
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @remarks
|
|
26
|
-
* Supported children components are: {@link PDFMarginComponent}.
|
|
27
|
-
*/
|
|
28
|
-
export declare class PDFComponent extends PDFExportComponent implements OnDestroy {
|
|
29
|
-
protected pdfService: PDFService;
|
|
30
|
-
protected suspendService: SuspendService;
|
|
31
|
-
protected ngZone: NgZone;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies if the export includes all TreeList pages, starting from the first one.
|
|
34
|
-
*/
|
|
35
|
-
allPages: boolean;
|
|
36
|
-
/**
|
|
37
|
-
* Sets the delay in milliseconds before exporting the TreeList content.
|
|
38
|
-
* Use this property when exporting complex components in TreeList templates, such as charts or data-bound components with asynchronous data retrieval.
|
|
39
|
-
*
|
|
40
|
-
* @default 0
|
|
41
|
-
*/
|
|
42
|
-
delay: number;
|
|
43
|
-
columns: QueryList<ColumnBase>;
|
|
44
|
-
marginComponent: PDFMarginComponent;
|
|
45
|
-
pageTemplateDirective: PDFTemplateDirective;
|
|
46
|
-
protected progress: HTMLElement;
|
|
47
|
-
protected component: any;
|
|
48
|
-
protected container: HTMLElement;
|
|
49
|
-
protected skip: number;
|
|
50
|
-
protected pageSize: number;
|
|
51
|
-
protected originalHeight: string;
|
|
52
|
-
protected originalOverflow: string;
|
|
53
|
-
protected saveSubscription: Subscription;
|
|
54
|
-
protected drawSubscription: Subscription;
|
|
55
|
-
protected renderAllPages: boolean;
|
|
56
|
-
protected originalColumns: ColumnBase[];
|
|
57
|
-
constructor(pdfService: PDFService, suspendService: SuspendService, ngZone: NgZone, element: ElementRef);
|
|
58
|
-
ngOnDestroy(): void;
|
|
59
|
-
protected savePDF(component: any): void;
|
|
60
|
-
protected drawPDF({ component, promise }: any): void;
|
|
61
|
-
protected createPDF(component: any, callback: any): void;
|
|
62
|
-
protected initProgress(): void;
|
|
63
|
-
protected applyScroll(overlay: HTMLElement): void;
|
|
64
|
-
protected draw(): void;
|
|
65
|
-
protected createExportGroup(promise: any): void;
|
|
66
|
-
protected createExportElement(callback: any): void;
|
|
67
|
-
protected drawOptions(): DrawOptions;
|
|
68
|
-
protected cleanup(): void;
|
|
69
|
-
protected removeContainer(): void;
|
|
70
|
-
protected changePage(skip: number, _take: number, callback: () => void, columns?: any[]): void;
|
|
71
|
-
protected changeColumns(columns: any[], callback: () => void): void;
|
|
72
|
-
protected reset(): void;
|
|
73
|
-
protected onStable(callback: () => void): void;
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PDFComponent, never>;
|
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDFComponent, "kendo-treelist-pdf", never, { "allPages": { "alias": "allPages"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; }, {}, ["marginComponent", "pageTemplateDirective", "columns"], never, true, never>;
|
|
76
|
-
}
|
package/pdf/pdf.module.d.ts
DELETED
|
@@ -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 * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./pdf.component";
|
|
7
|
-
import * as i2 from "./pdf-margin.component";
|
|
8
|
-
import * as i3 from "./pdf-command.directive";
|
|
9
|
-
import * as i4 from "./pdf-template.directive";
|
|
10
|
-
import * as i5 from "./pdf-command-tool.directive";
|
|
11
|
-
import * as i6 from "@progress/kendo-angular-icons";
|
|
12
|
-
/**
|
|
13
|
-
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the TreeList PDF component.
|
|
14
|
-
* Use this module to enable PDF export features of the TreeList inside NgModule-based Angular application.
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
*
|
|
18
|
-
* ```ts
|
|
19
|
-
* import { NgModule } from '@angular/core';
|
|
20
|
-
* import { BrowserModule } from "@angular/platform-browser";
|
|
21
|
-
* import { TreeListModule, PDFModule } from '@progress/kendo-angular-treelist';
|
|
22
|
-
* import { AppComponent } from './app.component';
|
|
23
|
-
*
|
|
24
|
-
* @NgModule({
|
|
25
|
-
* declarations: [AppComponent],
|
|
26
|
-
* imports: [BrowserModule, TreeListModule, PDFModule],
|
|
27
|
-
* bootstrap: [AppComponent]
|
|
28
|
-
* })
|
|
29
|
-
* export class AppModule {}
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
export declare class PDFModule {
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PDFModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PDFModule, never, [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective, typeof i5.PDFCommandToolbarDirective, typeof i6.IconComponent, typeof i6.SVGIconComponent], [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective, typeof i5.PDFCommandToolbarDirective]>;
|
|
35
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PDFModule>;
|
|
36
|
-
}
|
package/pdf/pdf.service.d.ts
DELETED
|
@@ -1,24 +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 } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class PDFService {
|
|
11
|
-
savePDF: EventEmitter<any>;
|
|
12
|
-
drawPDF: EventEmitter<any>;
|
|
13
|
-
exportClick: EventEmitter<any>;
|
|
14
|
-
dataChanged: EventEmitter<any>;
|
|
15
|
-
exporting: boolean;
|
|
16
|
-
save(component: any): void;
|
|
17
|
-
draw(component: any, promise: any): void;
|
|
18
|
-
/**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
protected emitEvent(emitter: any, args: any): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PDFService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PDFService>;
|
|
24
|
-
}
|
package/pdf/treelist-query.d.ts
DELETED
|
@@ -1,26 +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
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare const HEADER_CLASS = "k-grid-header";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare const FOOTER_CLASS = "k-grid-footer";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export declare class TreeListQuery {
|
|
17
|
-
private element;
|
|
18
|
-
private headerWrap;
|
|
19
|
-
private list;
|
|
20
|
-
private footerWrap;
|
|
21
|
-
constructor(element: HTMLElement);
|
|
22
|
-
content(locked?: boolean): Element;
|
|
23
|
-
header(locked?: boolean): Element;
|
|
24
|
-
footer(locked?: boolean): Element;
|
|
25
|
-
table(): Node;
|
|
26
|
-
}
|
|
@@ -1,38 +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 cell template of the TreeList ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/templates#cell-template)).
|
|
9
|
-
* Use this directive to customize the content of the cells. To define the cell template, nest an `<ng-template>` tag with the `kendoTreeListCellTemplate` directive inside a `<kendo-treelist-column>` tag.
|
|
10
|
-
*
|
|
11
|
-
* The template context is set to the current data item and provides the following fields:
|
|
12
|
-
* - `columnIndex`—The current column index. Use as an alias for a template variable with `let-columnIndex="columnIndex"`.
|
|
13
|
-
* - `column`—The current column instance. Use as an alias for a template variable with `let-column="column"`.
|
|
14
|
-
* - `dataItem`—The current data item. Represents the default context for any template variable using `let-x` syntax, for example, `let-dataItem`.
|
|
15
|
-
* - `cellContext`—An object for passing context information to built-in directives.
|
|
16
|
-
* - `hasChildren`—Specifies if the item has children.
|
|
17
|
-
* - `isExpanded`—Specifies if the item is expanded.
|
|
18
|
-
* - `level`—The hierarchy level of the item.
|
|
19
|
-
* - `loading`—Specifies if the item children are currently loading.
|
|
20
|
-
* - `rowIndex`—The current row index. Use it as an alias for a template variable with `let-rowIndex="rowIndex"`.
|
|
21
|
-
*
|
|
22
|
-
* @example
|
|
23
|
-
* ```html
|
|
24
|
-
* <kendo-treelist ...>
|
|
25
|
-
* <kendo-treelist-column field="ProductName">
|
|
26
|
-
* <ng-template kendoTreeListCellTemplate let-dataItem let-rowIndex="rowIndex" let-column="column">
|
|
27
|
-
* Data Row: {{rowIndex}}
|
|
28
|
-
* </ng-template>
|
|
29
|
-
* </kendo-treelist-column>
|
|
30
|
-
* </kendo-treelist>
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
export declare class CellTemplateDirective {
|
|
34
|
-
templateRef: TemplateRef<any>;
|
|
35
|
-
constructor(templateRef: TemplateRef<any>);
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CellTemplateDirective, [{ optional: true; }]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CellTemplateDirective, "[kendoTreeListCellTemplate]", never, {}, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,64 +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 { AfterContentChecked, DoCheck } from '@angular/core';
|
|
6
|
-
import { FormGroup } from '@angular/forms';
|
|
7
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
8
|
-
import { LocalizationService } from "@progress/kendo-angular-l10n";
|
|
9
|
-
import { EditService } from '../editing/edit.service';
|
|
10
|
-
import { ColumnComponent } from '../columns/column.component';
|
|
11
|
-
import { FocusGroup } from '../navigation/focus-group';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export declare class CellComponent implements AfterContentChecked, DoCheck {
|
|
17
|
-
private editService;
|
|
18
|
-
private localization;
|
|
19
|
-
focusGroup: FocusGroup;
|
|
20
|
-
get commandCellClass(): boolean;
|
|
21
|
-
get isCheckboxColumn(): boolean;
|
|
22
|
-
get textNoWrapClass(): boolean;
|
|
23
|
-
get dragHandleCellClass(): boolean;
|
|
24
|
-
get dragRowHandleLabel(): string;
|
|
25
|
-
column: any;
|
|
26
|
-
columnIndex: number;
|
|
27
|
-
isNew: boolean;
|
|
28
|
-
level: number;
|
|
29
|
-
hasChildren: boolean;
|
|
30
|
-
isExpanded: boolean;
|
|
31
|
-
loading: boolean;
|
|
32
|
-
expandIcons: boolean;
|
|
33
|
-
rowIndex: number;
|
|
34
|
-
selected: boolean;
|
|
35
|
-
dataItem: any;
|
|
36
|
-
set viewItem(value: any);
|
|
37
|
-
get viewItem(): any;
|
|
38
|
-
get formGroup(): FormGroup;
|
|
39
|
-
get isEdited(): boolean;
|
|
40
|
-
get templateContext(): any;
|
|
41
|
-
get editTemplateContext(): any;
|
|
42
|
-
get format(): any;
|
|
43
|
-
get isBoundColumn(): boolean;
|
|
44
|
-
get isSpanColumn(): boolean;
|
|
45
|
-
get childColumns(): ColumnComponent[];
|
|
46
|
-
chevronDownIcon: SVGIcon;
|
|
47
|
-
chevronRightIcon: SVGIcon;
|
|
48
|
-
chevronLeftIcon: SVGIcon;
|
|
49
|
-
reorderIcon: SVGIcon;
|
|
50
|
-
noneIcon: SVGIcon;
|
|
51
|
-
cellContext: any;
|
|
52
|
-
private _templateContext;
|
|
53
|
-
private _editTemplateContext;
|
|
54
|
-
private _viewItem;
|
|
55
|
-
constructor(editService: EditService, localization: LocalizationService, focusGroup: FocusGroup);
|
|
56
|
-
ngDoCheck(): void;
|
|
57
|
-
ngAfterContentChecked(): void;
|
|
58
|
-
private updateTemplateContext;
|
|
59
|
-
get arrowIcon(): string;
|
|
60
|
-
get arrowSVGIcon(): SVGIcon;
|
|
61
|
-
messageFor(token: string): string;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CellComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent, "[kendoTreeListCell]", never, { "column": { "alias": "column"; "required": false; }; "columnIndex": { "alias": "columnIndex"; "required": false; }; "isNew": { "alias": "isNew"; "required": false; }; "level": { "alias": "level"; "required": false; }; "hasChildren": { "alias": "hasChildren"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "expandIcons": { "alias": "expandIcons"; "required": false; }; "rowIndex": { "alias": "rowIndex"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "dataItem": { "alias": "dataItem"; "required": false; }; "viewItem": { "alias": "viewItem"; "required": false; }; }, {}, never, never, true, never>;
|
|
64
|
-
}
|
|
@@ -1,17 +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 { ColumnComponent } from '../../columns/column.component';
|
|
6
|
-
import { ColumnBase } from "../../columns/column-base";
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class ColGroupComponent {
|
|
12
|
-
columns: Array<ColumnComponent>;
|
|
13
|
-
get columnsToRender(): Array<ColumnBase>;
|
|
14
|
-
trackBy(index: number, _item: any): any;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColGroupComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColGroupComponent, "[kendoTreeListColGroup]", never, { "columns": { "alias": "columns"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,64 +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
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare const hasClasses: (element: HTMLElement, classNames: string) => boolean;
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare const matchesClasses: (classNames: string) => (element: HTMLElement) => boolean;
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export declare const matchesNodeName: (nodeName: string) => any;
|
|
17
|
-
/**
|
|
18
|
-
* @hidden
|
|
19
|
-
*/
|
|
20
|
-
export declare const closest: (node: any, predicate: any) => any;
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
export declare const closestInScope: (node: any, predicate: any, scope: any) => any;
|
|
25
|
-
/**
|
|
26
|
-
* @hidden
|
|
27
|
-
*/
|
|
28
|
-
export declare const contains: (parent: any, node: any, matchSelf?: boolean) => boolean;
|
|
29
|
-
/**
|
|
30
|
-
* @hidden
|
|
31
|
-
*/
|
|
32
|
-
export declare const isVisible: (element: any) => boolean;
|
|
33
|
-
/**
|
|
34
|
-
* @hidden
|
|
35
|
-
*/
|
|
36
|
-
export declare const isFocusable: (element: any) => boolean;
|
|
37
|
-
/**
|
|
38
|
-
* @hidden
|
|
39
|
-
*/
|
|
40
|
-
export declare const isFocusableWithTabKey: (element: any, checkVisibility?: boolean) => boolean;
|
|
41
|
-
/**
|
|
42
|
-
* @hidden
|
|
43
|
-
*/
|
|
44
|
-
export declare const findElement: (node: any, predicate: (element: any) => boolean, matchSelf?: boolean) => any;
|
|
45
|
-
/**
|
|
46
|
-
* @hidden
|
|
47
|
-
*/
|
|
48
|
-
export declare const findLastElement: (node: any, predicate: (element: any) => boolean, matchSelf?: boolean) => any;
|
|
49
|
-
/**
|
|
50
|
-
* @hidden
|
|
51
|
-
*/
|
|
52
|
-
export declare const findFocusable: (element: any, checkVisibility?: boolean) => any;
|
|
53
|
-
/**
|
|
54
|
-
* @hidden
|
|
55
|
-
*/
|
|
56
|
-
export declare const findFocusableChild: (element: any, checkVisibility?: boolean) => any;
|
|
57
|
-
/**
|
|
58
|
-
* @hidden
|
|
59
|
-
*/
|
|
60
|
-
export declare const findLastFocusableChild: (element: any, checkVisibility?: boolean) => any;
|
|
61
|
-
/**
|
|
62
|
-
* @hidden
|
|
63
|
-
*/
|
|
64
|
-
export declare function rtlScrollPosition(position: number, element: any, initial: number): number;
|
|
@@ -1,18 +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 { PipeTransform } from '@angular/core';
|
|
6
|
-
import { IntlService } from '@progress/kendo-angular-intl';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class FieldAccessorPipe implements PipeTransform {
|
|
12
|
-
private intlService;
|
|
13
|
-
constructor(intlService: IntlService);
|
|
14
|
-
transform(dataItem: any, fieldName: string, format?: any): any;
|
|
15
|
-
private formatValue;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FieldAccessorPipe, never>;
|
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FieldAccessorPipe, "valueOf", true>;
|
|
18
|
-
}
|
|
@@ -1,14 +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 { PipeTransform } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class LevelItemsPipe implements PipeTransform {
|
|
11
|
-
transform(level: number, hasChildren?: boolean): any;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LevelItemsPipe, never>;
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<LevelItemsPipe, "levelItems", true>;
|
|
14
|
-
}
|
|
@@ -1,17 +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 * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class LoadingComponent {
|
|
11
|
-
private localization;
|
|
12
|
-
hostClass: boolean;
|
|
13
|
-
get loadingText(): string;
|
|
14
|
-
constructor(localization: LocalizationService);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "[kendoTreeListLoading]", never, {}, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -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
|
-
/**
|
|
6
|
-
* Represents a data row with an associated data item.
|
|
7
|
-
*/
|
|
8
|
-
export interface RowArgs {
|
|
9
|
-
/**
|
|
10
|
-
* The current row data.
|
|
11
|
-
*/
|
|
12
|
-
dataItem: any;
|
|
13
|
-
/**
|
|
14
|
-
* The current row index.
|
|
15
|
-
*/
|
|
16
|
-
index: number;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Represents the callback arguments used by the [`rowClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#rowClass) property.
|
|
20
|
-
*/
|
|
21
|
-
export type RowClassArgs = RowArgs;
|
|
22
|
-
/**
|
|
23
|
-
* Represents the callback used by the [`rowClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#rowClass) property.
|
|
24
|
-
*
|
|
25
|
-
* ```ts
|
|
26
|
-
* public rowCallback({ dataItem, index }) {
|
|
27
|
-
* const isEven = index % 2 === 0;
|
|
28
|
-
* return {
|
|
29
|
-
* even: isEven,
|
|
30
|
-
* odd: !isEven
|
|
31
|
-
* };
|
|
32
|
-
* }
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export type RowClassFn = (context: RowClassArgs) => string | string[] | Set<string> | {
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
};
|
|
@@ -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 * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Represents the Kendo UI TreeListSpacer component for Angular.
|
|
8
|
-
* Use this component to add extra white space between Pager inner elements or to customize the spacer width.
|
|
9
|
-
* You can also use it in any flex container within the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template#defining-the-spacing-between-toolbar-elements).
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <kendo-treelist [data]="data" [fetchChildren]="fetchChildren" [hasChildren]="hasChildren">
|
|
14
|
-
* <ng-template kendoTreeListToolbarTemplate>
|
|
15
|
-
* <kendo-treelist-spacer></kendo-treelist-spacer>
|
|
16
|
-
* <button type="button" kendoTreeListExcelCommand [svgIcon]="fileExcelIcon"> Export to Excel </button>
|
|
17
|
-
* <kendo-treelist-spacer></kendo-treelist-spacer>
|
|
18
|
-
* </ng-template>
|
|
19
|
-
* <kendo-treelist-column field="ProductName" title="Product Name"></kendo-treelist-column>
|
|
20
|
-
* </kendo-treelist>
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare class TreeListSpacerComponent {
|
|
24
|
-
hostClass: boolean;
|
|
25
|
-
get sizedClass(): boolean;
|
|
26
|
-
get flexBasisStyle(): string;
|
|
27
|
-
/**
|
|
28
|
-
* Specifies the width of the TreeListSpacer.
|
|
29
|
-
* Accepts string values for the [CSS `flex-basis` property](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis).
|
|
30
|
-
*
|
|
31
|
-
* If not set, the TreeListSpacer takes all available space.
|
|
32
|
-
*/
|
|
33
|
-
width: string;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListSpacerComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeListSpacerComponent, "kendo-treelist-spacer", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
-
}
|
package/rendering/constants.d.ts
DELETED
|
@@ -1,28 +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
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare const NON_DATA_CELL_CLASSES = "k-hierarchy-cell k-detail-cell k-group-cell";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare const NON_DATA_ROW_CLASSES = "k-grouping-row k-group-footer k-detail-row k-grid-norecords";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export declare const EMPTY_ICON_CLASS = "k-i-none k-svg-i-none";
|
|
17
|
-
/**
|
|
18
|
-
* @hidden
|
|
19
|
-
*/
|
|
20
|
-
export declare const ICON_CLASS = "k-icon k-svg-icon";
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
export declare const IGNORE_CONTAINER_CLASSES = "k-treelist-ignore-click";
|
|
25
|
-
/**
|
|
26
|
-
* @hidden
|
|
27
|
-
*/
|
|
28
|
-
export declare const DRAG_HANDLE_CLASS = "k-drag-cell";
|
|
@@ -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 footer cell template of the TreeList ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/templates#footer-template)).
|
|
9
|
-
* Use this directive to customize the table footer cell for the column.
|
|
10
|
-
* To define a footer template, nest an `<ng-template>` tag with the `kendoTreeListFooterTemplate` directive inside the `<kendo-treelist-column>` tag.
|
|
11
|
-
*
|
|
12
|
-
* The template context is set to the aggregate values and provides the following fields:
|
|
13
|
-
* - `aggregates`—The aggregates for the level items.
|
|
14
|
-
* - `column`—Defines an instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent) option.
|
|
15
|
-
* - `columnIndex`—Defines the current column index.
|
|
16
|
-
* - `field`—The name of the column field, if set.
|
|
17
|
-
* - `items`—The data items on this level.
|
|
18
|
-
* - `parentItem`—The parent data item; `null` for root level items.
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```html
|
|
22
|
-
* <kendo-treelist-column field="name">
|
|
23
|
-
* <ng-template kendoTreeListFooterTemplate let-aggregates="aggregates">
|
|
24
|
-
* {{ aggregates.name.count }}
|
|
25
|
-
* </ng-template>
|
|
26
|
-
* </kendo-treelist-column>
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class FooterTemplateDirective {
|
|
30
|
-
templateRef: TemplateRef<any>;
|
|
31
|
-
constructor(templateRef: TemplateRef<any>);
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, [{ optional: true; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoTreeListFooterTemplate]", never, {}, {}, never, never, true, never>;
|
|
34
|
-
}
|