@progress/kendo-angular-treelist 22.1.0-develop.9 → 23.0.0-develop.2
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/binding-directives/flat-binding.directive.d.ts +2 -2
- package/binding-directives/hierarchy-binding.directive.d.ts +2 -2
- package/column-menu/column-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-autosize-all.component.d.ts +3 -3
- package/column-menu/column-menu-autosize.component.d.ts +3 -3
- package/column-menu/column-menu-chooser.component.d.ts +3 -3
- package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +2 -2
- package/column-menu/column-menu-item-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +4 -4
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +2 -2
- package/column-menu/column-menu-settings.interface.d.ts +3 -3
- package/column-menu/column-menu-sort.component.d.ts +2 -2
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +3 -3
- package/column-menu/column-menu.service.d.ts +1 -1
- package/column-resizing/column-resize.interface.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +17 -10
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +2 -2
- package/columns/command-column.component.d.ts +5 -5
- package/columns/span-column.component.d.ts +2 -2
- package/common/pager-settings.d.ts +1 -1
- package/common/single-popup.service.d.ts +1 -1
- package/data/change-event-args.interface.d.ts +2 -2
- package/data/data.collection.d.ts +1 -1
- package/data/treelist-item.interface.d.ts +1 -1
- package/dragdrop/column-reorder-config.d.ts +1 -1
- package/editing/add-command-tool.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +2 -2
- package/editing/cancel-command.directive.d.ts +2 -2
- package/editing/cancel-event-args.interface.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +2 -2
- package/editing/edit-event-args.interface.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +2 -2
- package/editing/remove-event-args.interface.d.ts +1 -1
- package/editing/save-command.directive.d.ts +2 -2
- package/editing/save-event-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/excel/excel-command-tool.directive.d.ts +1 -1
- package/excel/excel-command.directive.d.ts +2 -2
- package/excel/excel-export-data.interface.d.ts +1 -1
- package/excel/excel-export-event.d.ts +1 -1
- package/excel/excel.component.d.ts +4 -4
- package/expand-state/expand-event.d.ts +1 -1
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-treelist.mjs +499 -390
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter.service.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +5 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/after-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-filter-operator.component.d.ts +2 -2
- package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
- package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
- package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/messages.d.ts +7 -7
- package/navigation/focus-group.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/navigation.service.d.ts +6 -2
- package/package-metadata.mjs +2 -2
- package/package.json +20 -20
- package/pdf/pdf-command-tool.directive.d.ts +2 -2
- package/pdf/pdf-command.directive.d.ts +3 -3
- package/pdf/pdf-margin.interface.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/common/row-class.d.ts +2 -2
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/footer-template.directive.d.ts +2 -2
- package/rendering/header/header-template.directive.d.ts +3 -3
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +2 -2
- package/schematics/ngAdd/index.js +3 -3
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/scrolling/scroll-bottom-event.d.ts +1 -1
- package/scrolling/scrollmode.d.ts +1 -1
- package/selection/is-selected.d.ts +1 -1
- package/selection/selectable-settings.d.ts +5 -5
- package/selection/selectable.directive.d.ts +2 -2
- package/selection/selection-change-event.d.ts +1 -1
- package/treelist.component.d.ts +40 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.2",
|
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"package": {
|
|
25
25
|
"productName": "Kendo UI for Angular",
|
|
26
26
|
"productCode": "KENDOUIANGULAR",
|
|
27
|
-
"publishDate":
|
|
27
|
+
"publishDate": 1770290263,
|
|
28
28
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
@@ -34,29 +34,29 @@
|
|
|
34
34
|
"@angular/core": "19 - 21",
|
|
35
35
|
"@angular/forms": "19 - 21",
|
|
36
36
|
"@angular/platform-browser": "19 - 21",
|
|
37
|
-
"@progress/kendo-data-query": "^1.
|
|
38
|
-
"@progress/kendo-drawing": "^1.
|
|
37
|
+
"@progress/kendo-data-query": "^1.7.3",
|
|
38
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
39
39
|
"@progress/kendo-licensing": "^1.10.0",
|
|
40
|
-
"@progress/kendo-angular-buttons": "
|
|
41
|
-
"@progress/kendo-angular-common": "
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "
|
|
44
|
-
"@progress/kendo-angular-excel-export": "
|
|
45
|
-
"@progress/kendo-angular-icons": "
|
|
46
|
-
"@progress/kendo-angular-inputs": "
|
|
47
|
-
"@progress/kendo-angular-intl": "
|
|
48
|
-
"@progress/kendo-angular-l10n": "
|
|
49
|
-
"@progress/kendo-angular-label": "
|
|
50
|
-
"@progress/kendo-angular-pager": "
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "
|
|
52
|
-
"@progress/kendo-angular-popup": "
|
|
53
|
-
"@progress/kendo-angular-toolbar": "
|
|
54
|
-
"@progress/kendo-angular-utils": "
|
|
40
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.2",
|
|
41
|
+
"@progress/kendo-angular-common": "23.0.0-develop.2",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "23.0.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "23.0.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "23.0.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-inputs": "23.0.0-develop.2",
|
|
47
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.2",
|
|
48
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.2",
|
|
49
|
+
"@progress/kendo-angular-label": "23.0.0-develop.2",
|
|
50
|
+
"@progress/kendo-angular-pager": "23.0.0-develop.2",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "23.0.0-develop.2",
|
|
52
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.2",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "23.0.0-develop.2",
|
|
54
|
+
"@progress/kendo-angular-utils": "23.0.0-develop.2",
|
|
55
55
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"tslib": "^2.3.1",
|
|
59
|
-
"@progress/kendo-angular-schematics": "
|
|
59
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.2",
|
|
60
60
|
"@progress/kendo-common": "^1.0.1",
|
|
61
61
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
62
62
|
},
|
|
@@ -11,8 +11,8 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
* ToolbarComponent.
|
|
12
12
|
*
|
|
13
13
|
* When you click the toolbar button that contains the directive, the
|
|
14
|
-
* [`pdfExport`](
|
|
15
|
-
* fires ([see example](
|
|
14
|
+
* [`pdfExport`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#pdfexport) event
|
|
15
|
+
* fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```html
|
|
@@ -10,10 +10,10 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
/**
|
|
11
11
|
* Represents the `export-to-PDF` command of the TreeList.
|
|
12
12
|
* Apply this directive to any `button` element inside a
|
|
13
|
-
* [`ToolbarTemplate`](
|
|
13
|
+
* [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template).
|
|
14
14
|
* When you click a button that contains the directive, the
|
|
15
|
-
* [`pdfExport`](
|
|
16
|
-
* fires ([see example](
|
|
15
|
+
* [`pdfExport`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#pdfexport) event
|
|
16
|
+
* fires ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { pdf } from '@progress/kendo-drawing';
|
|
6
6
|
/**
|
|
7
|
-
* Specifies the margins of the PDF page. Accepts numbers or strings with units. [See example](
|
|
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
8
|
*/
|
|
9
9
|
export type PDFMargin = pdf.PageMargin;
|
package/pdf/pdf.component.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import { DrawOptions } from '@progress/kendo-drawing';
|
|
|
13
13
|
import { PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
/**
|
|
16
|
-
* Configures the settings for exporting TreeList to PDF ([see example](
|
|
16
|
+
* Configures the settings for exporting TreeList to PDF ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Represents the column cell template of the TreeList ([more information and example](
|
|
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
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
10
|
*
|
|
11
11
|
* The template context is set to the current data item and provides the following fields:
|
|
@@ -16,11 +16,11 @@ export interface RowArgs {
|
|
|
16
16
|
index: number;
|
|
17
17
|
}
|
|
18
18
|
/**
|
|
19
|
-
* Represents the callback arguments used by the [`rowClass`](
|
|
19
|
+
* Represents the callback arguments used by the [`rowClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#rowClass) property.
|
|
20
20
|
*/
|
|
21
21
|
export type RowClassArgs = RowArgs;
|
|
22
22
|
/**
|
|
23
|
-
* Represents the callback used by the [`rowClass`](
|
|
23
|
+
* Represents the callback used by the [`rowClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#rowClass) property.
|
|
24
24
|
*
|
|
25
25
|
* ```ts
|
|
26
26
|
* public rowCallback({ dataItem, index }) {
|
|
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
/**
|
|
7
7
|
* Represents the Kendo UI TreeListSpacer component for Angular.
|
|
8
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](
|
|
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
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* ```html
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Represents the column footer cell template of the TreeList ([more information and example](
|
|
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
9
|
* Use this directive to customize the table footer cell for the column.
|
|
10
10
|
* To define a footer template, nest an `<ng-template>` tag with the `kendoTreeListFooterTemplate` directive inside the `<kendo-treelist-column>` tag.
|
|
11
11
|
*
|
|
12
12
|
* The template context is set to the aggregate values and provides the following fields:
|
|
13
13
|
* - `aggregates`—The aggregates for the level items.
|
|
14
|
-
* - `column`—Defines an instance of the [`ColumnComponent`](
|
|
14
|
+
* - `column`—Defines an instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent) option.
|
|
15
15
|
* - `columnIndex`—Defines the current column index.
|
|
16
16
|
* - `field`—The name of the column field, if set.
|
|
17
17
|
* - `items`—The data items on this level.
|
|
@@ -6,13 +6,13 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the column header cell template of the TreeList
|
|
9
|
-
* ([more information and example](
|
|
9
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/templates#header-template)).
|
|
10
10
|
* Use this directive to customize the table header cell for the column.
|
|
11
11
|
* To define a header template, nest an `<ng-template>` tag with the
|
|
12
|
-
* [`kendoTreeListHeaderTemplate`](
|
|
12
|
+
* [`kendoTreeListHeaderTemplate`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/headertemplatedirective) directive inside the `<kendo-treelist-column>` tag.
|
|
13
13
|
*
|
|
14
14
|
* The template context is set to the current column and provides the following fields:
|
|
15
|
-
* - `column`—Defines an instance of the [`ColumnComponent`](
|
|
15
|
+
* - `column`—Defines an instance of the [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent) option.
|
|
16
16
|
* - `columnIndex`—Defines the current column index.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Represents the no-records template of the TreeList ([see example](
|
|
8
|
+
* Represents the no-records template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/no-records-template)). Use this directive to customize the
|
|
9
9
|
* appearance of the item that is displayed when no data is present. To define the no-records template,
|
|
10
10
|
* nest an `<ng-template>` tag with the `kendoTreeListNoRecordsTemplate` directive inside `<kendo-treelist>`.
|
|
11
11
|
*
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import { OptionChangesService } from '../../common/option-changes.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
* Represents the toolbar template of the TreeList ([see example](
|
|
9
|
+
* Represents the toolbar template of the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template)).
|
|
10
10
|
*
|
|
11
11
|
* The template context has the following field:
|
|
12
12
|
* - `position`—The position at which the toolbar template is rendered. The possible values are `top`, `bottom`, and `both`.
|
|
@@ -26,7 +26,7 @@ export declare class ToolbarTemplateDirective {
|
|
|
26
26
|
_position: 'top' | 'bottom' | 'both';
|
|
27
27
|
/**
|
|
28
28
|
* Sets the position of the toolbar. The value can be `top`, `bottom`, or `both`.
|
|
29
|
-
* Controls whether the toolbar appears above, below, or on both sides of the TreeList. [See example.](
|
|
29
|
+
* Controls whether the toolbar appears above, below, or on both sides of the TreeList. [See example.](https://www.telerik.com/kendo-angular-ui/components/treelist/toolbar/toolbar-template#setting-the-toolbar-position)
|
|
30
30
|
* @default 'top'
|
|
31
31
|
*/
|
|
32
32
|
set position(position: 'top' | 'bottom' | 'both');
|
|
@@ -9,13 +9,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
11
11
|
// peer dep of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '
|
|
12
|
+
'@progress/kendo-angular-treeview': '23.0.0-develop.2',
|
|
13
13
|
// peer dependency of kendo-angular-inputs
|
|
14
|
-
'@progress/kendo-angular-dialog': '
|
|
14
|
+
'@progress/kendo-angular-dialog': '23.0.0-develop.2',
|
|
15
15
|
// peer dependency of kendo-angular-icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dependency of kendo-angular-dateinputs
|
|
18
|
-
'@progress/kendo-angular-navigation': '
|
|
18
|
+
'@progress/kendo-angular-navigation': '23.0.0-develop.2',
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Arguments for the [`contentScroll`](
|
|
6
|
+
* Arguments for the [`contentScroll`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#contentscroll) event.
|
|
7
7
|
*
|
|
8
8
|
* Use this event to get information about the scroll position and visible rows or columns in the TreeList.
|
|
9
9
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TreeListComponent } from "../treelist.component";
|
|
6
6
|
/**
|
|
7
|
-
* Arguments for the [`scrollBottom`](
|
|
7
|
+
* Arguments for the [`scrollBottom`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#scrollbottom) event. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes#endless-scrolling).
|
|
8
8
|
*
|
|
9
9
|
* Use this event to get the TreeListComponent instance when the user scrolls to the bottom.
|
|
10
10
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* The available values are:
|
|
9
9
|
* - `none`—Scrollbars are hidden. The TreeList cannot be scrolled.
|
|
10
10
|
* - `scrollable`—Displays scrollbars in TreeList.
|
|
11
|
-
* - `virtual`—Enables the [virtual scroll mode](
|
|
11
|
+
* - `virtual`—Enables the [virtual scroll mode](https://www.telerik.com/kendo-angular-ui/components/treelist/scroll-modes/virtual) of the TreeList.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ColumnBase } from '../columns/column-base';
|
|
6
6
|
/**
|
|
7
|
-
* Represents the callback used by the [`isSelected`](
|
|
7
|
+
* Represents the callback used by the [`isSelected`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#isSelected) property.
|
|
8
8
|
* Use this function to determine if a data item is selected.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* The settings for the selection functionality of the TreeList. [See example](
|
|
6
|
+
* The settings for the selection functionality of the TreeList. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/selection#setup).
|
|
7
7
|
*/
|
|
8
8
|
export interface SelectableSettings {
|
|
9
9
|
/**
|
|
@@ -24,8 +24,8 @@ export interface SelectableSettings {
|
|
|
24
24
|
* Specifies if the selection functionality is enabled.
|
|
25
25
|
* Setting this option to `false` stops all selection-related functionality.
|
|
26
26
|
* The end user cannot select or deselect rows or cells.
|
|
27
|
-
* Items in the [selectedItems](
|
|
28
|
-
* The [isSelected](
|
|
27
|
+
* Items in the [selectedItems](https://www.telerik.com/kendo-angular-ui/components/treelist/api/selectabledirective#selecteditems) collection are not rendered as selected.
|
|
28
|
+
* The [isSelected](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#isselected) callback is ignored.
|
|
29
29
|
*/
|
|
30
30
|
enabled?: boolean;
|
|
31
31
|
/**
|
|
@@ -37,8 +37,8 @@ export interface SelectableSettings {
|
|
|
37
37
|
/**
|
|
38
38
|
* Setting this option to `true` prevents the end user from selecting and deselecting items.
|
|
39
39
|
* When the selection functionality is enabled and `readonly` is set to `true`,
|
|
40
|
-
* programmatic selection is still possible by using the [selectedItems](
|
|
41
|
-
* or the [isSelected](
|
|
40
|
+
* programmatic selection is still possible by using the [selectedItems](https://www.telerik.com/kendo-angular-ui/components/treelist/api/selectabledirective#selecteditems) collection
|
|
41
|
+
* or the [isSelected](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#isselected) callback.
|
|
42
42
|
*/
|
|
43
43
|
readonly?: boolean;
|
|
44
44
|
}
|
|
@@ -7,7 +7,7 @@ import { TreeListComponent } from '../treelist.component';
|
|
|
7
7
|
import { SelectionService } from './selection.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* The [`kendoTreeListSelectable`](
|
|
10
|
+
* The [`kendoTreeListSelectable`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/selectabledirective) state items.
|
|
11
11
|
*/
|
|
12
12
|
export interface SelectionItem {
|
|
13
13
|
/**
|
|
@@ -20,7 +20,7 @@ export interface SelectionItem {
|
|
|
20
20
|
columnKey?: any;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* A directive which controls the selection state. [See example](
|
|
23
|
+
* A directive which controls the selection state. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/selection).
|
|
24
24
|
*
|
|
25
25
|
* @example
|
|
26
26
|
* ```html
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import type { TreeListComponent } from '../treelist.component';
|
|
6
6
|
import { ColumnBase } from '../columns/column-base';
|
|
7
7
|
/**
|
|
8
|
-
* The items specified with the [`SelectionChangeEvent`](
|
|
8
|
+
* The items specified with the [`SelectionChangeEvent`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#selectionchange).
|
|
9
9
|
*/
|
|
10
10
|
export interface SelectionChangeItem {
|
|
11
11
|
/**
|