@progress/kendo-angular-treelist 16.4.0-develop.5 → 16.4.0-develop.6
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/hierarchy-binding.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +1 -1
- package/esm2020/columns/checkbox-column.component.mjs +1 -1
- package/esm2020/editing-directives/reactive-editing.directive.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-template.directive.mjs +1 -1
- package/esm2020/rendering/common/spacer.component.mjs +1 -1
- package/esm2020/treelist.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +8 -8
- package/fesm2020/progress-kendo-angular-treelist.mjs +8 -8
- package/package.json +15 -15
- package/pager/pager-settings.d.ts +1 -1
- package/pager/pager-template.directive.d.ts +1 -1
- package/rendering/common/row-class.d.ts +1 -2
- package/rendering/common/spacer.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +3 -3
- package/treelist.component.d.ts +1 -1
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
12
12
|
*
|
13
13
|
* The directive encapsulates the in-memory handling of data operations such as
|
14
14
|
* [sorting]({% slug sorting_treelist %}), [aggregation]({% slug treelist_with_aggregates %})
|
15
|
-
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:
|
15
|
+
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:local_databinding_treelist#toc-binding-to-hierarchical-data-1)).
|
16
16
|
*/
|
17
17
|
export declare class HierarchyBindingDirective extends BaseBindingDirective {
|
18
18
|
protected component: DataBoundTreeComponent;
|
@@ -7,7 +7,7 @@ import { ColumnBase } from './column-base';
|
|
7
7
|
import { CellTemplateDirective } from '../rendering/cell-template.directive';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
|
-
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:
|
10
|
+
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:treelist_row_selection#toc-select-all-checkbox).
|
11
11
|
*/
|
12
12
|
export declare class CheckboxColumnComponent extends ColumnBase {
|
13
13
|
parent?: ColumnBase;
|
package/columns/column-base.d.ts
CHANGED
@@ -90,7 +90,7 @@ export declare class ColumnBase implements OnChanges {
|
|
90
90
|
get locked(): boolean;
|
91
91
|
protected _locked: boolean;
|
92
92
|
/**
|
93
|
-
* Sets the visibility of the column ([see example](
|
93
|
+
* Sets the visibility of the column ([see example](slug:hidden_columns_treelist#toc-using-the-built-in-options)).
|
94
94
|
*
|
95
95
|
* @default false
|
96
96
|
*/
|
@@ -8,7 +8,7 @@ import { CreateFormGroup } from '../common/create-form-group';
|
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
10
|
* A directive which encapsulates the editing operations of the TreeList when using the
|
11
|
-
* Reactive Forms ([see example](
|
11
|
+
* Reactive Forms ([see example](slug:editing_directives_treelist#toc-reactive-editing-directive)).
|
12
12
|
*/
|
13
13
|
export declare class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
14
14
|
protected treelist: TreeListComponent;
|
@@ -17,7 +17,7 @@ import * as i2 from "../row-reordering/row-reorder.service";
|
|
17
17
|
*
|
18
18
|
* The directive encapsulates the in-memory handling of data operations such as
|
19
19
|
* [sorting]({% slug sorting_treelist %}), [aggregation]({% slug treelist_with_aggregates %})
|
20
|
-
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:
|
20
|
+
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:local_databinding_treelist#toc-binding-to-hierarchical-data-1)).
|
21
21
|
*/
|
22
22
|
export class HierarchyBindingDirective extends BaseBindingDirective {
|
23
23
|
constructor(component, rowReorderService) {
|
@@ -8,7 +8,7 @@ import { CellTemplateDirective } from '../rendering/cell-template.directive';
|
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
import * as i1 from "./column-base";
|
10
10
|
/**
|
11
|
-
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:
|
11
|
+
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:treelist_row_selection#toc-select-all-checkbox).
|
12
12
|
*/
|
13
13
|
export class CheckboxColumnComponent extends ColumnBase {
|
14
14
|
constructor(parent) {
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
import * as i1 from "../treelist.component";
|
11
11
|
/**
|
12
12
|
* A directive which encapsulates the editing operations of the TreeList when using the
|
13
|
-
* Reactive Forms ([see example](
|
13
|
+
* Reactive Forms ([see example](slug:editing_directives_treelist#toc-reactive-editing-directive)).
|
14
14
|
*/
|
15
15
|
export class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
16
16
|
constructor(treelist) {
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-treelist',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '16.4.0-develop.
|
12
|
+
publishDate: 1720185120,
|
13
|
+
version: '16.4.0-develop.6',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -6,7 +6,7 @@ import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
/**
|
8
8
|
* Represents the pager template which helps to customize the pager appearance in the TreeList. To define a pager
|
9
|
-
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:
|
9
|
+
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:pager_template_treelist).
|
10
10
|
*
|
11
11
|
* The template context provides the following fields:
|
12
12
|
* * `currentPage`—The index of the displayed page.
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
9
9
|
* Represents the Kendo UI TreeListSpacer component for Angular.
|
10
10
|
* Used to give additional white space between the Pager inner elements,
|
11
11
|
* and provides a way for customizing the spacer width.
|
12
|
-
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-
|
12
|
+
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-defining-the-spacing-between-toolbar-elements).
|
13
13
|
*/
|
14
14
|
export class TreeListSpacerComponent {
|
15
15
|
constructor() {
|
@@ -237,7 +237,7 @@ export class TreeListComponent {
|
|
237
237
|
/**
|
238
238
|
* Specifies if the header of the treelist will be hidden. The header is visible by default.
|
239
239
|
*
|
240
|
-
* The header includes column headers and the [filter row](
|
240
|
+
* The header includes column headers and the [filter row](slug:filter_row_treelist).
|
241
241
|
*
|
242
242
|
* @default false
|
243
243
|
*/
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
48
48
|
name: '@progress/kendo-angular-treelist',
|
49
49
|
productName: 'Kendo UI for Angular',
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
51
|
-
publishDate:
|
52
|
-
version: '16.4.0-develop.
|
51
|
+
publishDate: 1720185120,
|
52
|
+
version: '16.4.0-develop.6',
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
54
54
|
};
|
55
55
|
|
@@ -2076,7 +2076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
2076
2076
|
|
2077
2077
|
/**
|
2078
2078
|
* Represents the pager template which helps to customize the pager appearance in the TreeList. To define a pager
|
2079
|
-
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:
|
2079
|
+
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:pager_template_treelist).
|
2080
2080
|
*
|
2081
2081
|
* The template context provides the following fields:
|
2082
2082
|
* * `currentPage`—The index of the displayed page.
|
@@ -14803,7 +14803,7 @@ class TreeListComponent {
|
|
14803
14803
|
/**
|
14804
14804
|
* Specifies if the header of the treelist will be hidden. The header is visible by default.
|
14805
14805
|
*
|
14806
|
-
* The header includes column headers and the [filter row](
|
14806
|
+
* The header includes column headers and the [filter row](slug:filter_row_treelist).
|
14807
14807
|
*
|
14808
14808
|
* @default false
|
14809
14809
|
*/
|
@@ -17408,7 +17408,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
17408
17408
|
}] } });
|
17409
17409
|
|
17410
17410
|
/**
|
17411
|
-
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:
|
17411
|
+
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:treelist_row_selection#toc-select-all-checkbox).
|
17412
17412
|
*/
|
17413
17413
|
class CheckboxColumnComponent extends ColumnBase {
|
17414
17414
|
constructor(parent) {
|
@@ -19592,7 +19592,7 @@ const insertNewItem = (newItem, originalData, treelist, parent) => {
|
|
19592
19592
|
|
19593
19593
|
/**
|
19594
19594
|
* A directive which encapsulates the editing operations of the TreeList when using the
|
19595
|
-
* Reactive Forms ([see example](
|
19595
|
+
* Reactive Forms ([see example](slug:editing_directives_treelist#toc-reactive-editing-directive)).
|
19596
19596
|
*/
|
19597
19597
|
class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
19598
19598
|
constructor(treelist) {
|
@@ -19944,7 +19944,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19944
19944
|
*
|
19945
19945
|
* The directive encapsulates the in-memory handling of data operations such as
|
19946
19946
|
* [sorting]({% slug sorting_treelist %}), [aggregation]({% slug treelist_with_aggregates %})
|
19947
|
-
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:
|
19947
|
+
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:local_databinding_treelist#toc-binding-to-hierarchical-data-1)).
|
19948
19948
|
*/
|
19949
19949
|
class HierarchyBindingDirective extends BaseBindingDirective {
|
19950
19950
|
constructor(component, rowReorderService) {
|
@@ -20499,7 +20499,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
20499
20499
|
* Represents the Kendo UI TreeListSpacer component for Angular.
|
20500
20500
|
* Used to give additional white space between the Pager inner elements,
|
20501
20501
|
* and provides a way for customizing the spacer width.
|
20502
|
-
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-
|
20502
|
+
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-defining-the-spacing-between-toolbar-elements).
|
20503
20503
|
*/
|
20504
20504
|
class TreeListSpacerComponent {
|
20505
20505
|
constructor() {
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
48
48
|
name: '@progress/kendo-angular-treelist',
|
49
49
|
productName: 'Kendo UI for Angular',
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
51
|
-
publishDate:
|
52
|
-
version: '16.4.0-develop.
|
51
|
+
publishDate: 1720185120,
|
52
|
+
version: '16.4.0-develop.6',
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
54
54
|
};
|
55
55
|
|
@@ -2054,7 +2054,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
2054
2054
|
|
2055
2055
|
/**
|
2056
2056
|
* Represents the pager template which helps to customize the pager appearance in the TreeList. To define a pager
|
2057
|
-
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:
|
2057
|
+
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:pager_template_treelist).
|
2058
2058
|
*
|
2059
2059
|
* The template context provides the following fields:
|
2060
2060
|
* * `currentPage`—The index of the displayed page.
|
@@ -14752,7 +14752,7 @@ class TreeListComponent {
|
|
14752
14752
|
/**
|
14753
14753
|
* Specifies if the header of the treelist will be hidden. The header is visible by default.
|
14754
14754
|
*
|
14755
|
-
* The header includes column headers and the [filter row](
|
14755
|
+
* The header includes column headers and the [filter row](slug:filter_row_treelist).
|
14756
14756
|
*
|
14757
14757
|
* @default false
|
14758
14758
|
*/
|
@@ -17355,7 +17355,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
17355
17355
|
}] } });
|
17356
17356
|
|
17357
17357
|
/**
|
17358
|
-
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:
|
17358
|
+
* Represents the checkbox for selecting rows in the TreeList. [See example](slug:treelist_row_selection#toc-select-all-checkbox).
|
17359
17359
|
*/
|
17360
17360
|
class CheckboxColumnComponent extends ColumnBase {
|
17361
17361
|
constructor(parent) {
|
@@ -19531,7 +19531,7 @@ const insertNewItem = (newItem, originalData, treelist, parent) => {
|
|
19531
19531
|
|
19532
19532
|
/**
|
19533
19533
|
* A directive which encapsulates the editing operations of the TreeList when using the
|
19534
|
-
* Reactive Forms ([see example](
|
19534
|
+
* Reactive Forms ([see example](slug:editing_directives_treelist#toc-reactive-editing-directive)).
|
19535
19535
|
*/
|
19536
19536
|
class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
19537
19537
|
constructor(treelist) {
|
@@ -19883,7 +19883,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19883
19883
|
*
|
19884
19884
|
* The directive encapsulates the in-memory handling of data operations such as
|
19885
19885
|
* [sorting]({% slug sorting_treelist %}), [aggregation]({% slug treelist_with_aggregates %})
|
19886
|
-
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:
|
19886
|
+
* and [filtering]({% slug filtering_treelist %}) ([more information and examples](slug:local_databinding_treelist#toc-binding-to-hierarchical-data-1)).
|
19887
19887
|
*/
|
19888
19888
|
class HierarchyBindingDirective extends BaseBindingDirective {
|
19889
19889
|
constructor(component, rowReorderService) {
|
@@ -20434,7 +20434,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
20434
20434
|
* Represents the Kendo UI TreeListSpacer component for Angular.
|
20435
20435
|
* Used to give additional white space between the Pager inner elements,
|
20436
20436
|
* and provides a way for customizing the spacer width.
|
20437
|
-
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-
|
20437
|
+
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-defining-the-spacing-between-toolbar-elements).
|
20438
20438
|
*/
|
20439
20439
|
class TreeListSpacerComponent {
|
20440
20440
|
constructor() {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "16.4.0-develop.
|
3
|
+
"version": "16.4.0-develop.6",
|
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",
|
@@ -31,24 +31,24 @@
|
|
31
31
|
"@progress/kendo-data-query": "^1.0.0",
|
32
32
|
"@progress/kendo-drawing": "^1.19.0",
|
33
33
|
"@progress/kendo-licensing": "^1.0.2",
|
34
|
-
"@progress/kendo-angular-buttons": "16.4.0-develop.
|
35
|
-
"@progress/kendo-angular-common": "16.4.0-develop.
|
36
|
-
"@progress/kendo-angular-dateinputs": "16.4.0-develop.
|
37
|
-
"@progress/kendo-angular-dropdowns": "16.4.0-develop.
|
38
|
-
"@progress/kendo-angular-excel-export": "16.4.0-develop.
|
39
|
-
"@progress/kendo-angular-icons": "16.4.0-develop.
|
40
|
-
"@progress/kendo-angular-inputs": "16.4.0-develop.
|
41
|
-
"@progress/kendo-angular-intl": "16.4.0-develop.
|
42
|
-
"@progress/kendo-angular-l10n": "16.4.0-develop.
|
43
|
-
"@progress/kendo-angular-label": "16.4.0-develop.
|
44
|
-
"@progress/kendo-angular-pdf-export": "16.4.0-develop.
|
45
|
-
"@progress/kendo-angular-popup": "16.4.0-develop.
|
46
|
-
"@progress/kendo-angular-utils": "16.4.0-develop.
|
34
|
+
"@progress/kendo-angular-buttons": "16.4.0-develop.6",
|
35
|
+
"@progress/kendo-angular-common": "16.4.0-develop.6",
|
36
|
+
"@progress/kendo-angular-dateinputs": "16.4.0-develop.6",
|
37
|
+
"@progress/kendo-angular-dropdowns": "16.4.0-develop.6",
|
38
|
+
"@progress/kendo-angular-excel-export": "16.4.0-develop.6",
|
39
|
+
"@progress/kendo-angular-icons": "16.4.0-develop.6",
|
40
|
+
"@progress/kendo-angular-inputs": "16.4.0-develop.6",
|
41
|
+
"@progress/kendo-angular-intl": "16.4.0-develop.6",
|
42
|
+
"@progress/kendo-angular-l10n": "16.4.0-develop.6",
|
43
|
+
"@progress/kendo-angular-label": "16.4.0-develop.6",
|
44
|
+
"@progress/kendo-angular-pdf-export": "16.4.0-develop.6",
|
45
|
+
"@progress/kendo-angular-popup": "16.4.0-develop.6",
|
46
|
+
"@progress/kendo-angular-utils": "16.4.0-develop.6",
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"tslib": "^2.3.1",
|
51
|
-
"@progress/kendo-angular-schematics": "16.4.0-develop.
|
51
|
+
"@progress/kendo-angular-schematics": "16.4.0-develop.6",
|
52
52
|
"@progress/kendo-common": "^0.2.0",
|
53
53
|
"@progress/kendo-file-saver": "^1.0.0"
|
54
54
|
},
|
@@ -56,7 +56,7 @@ export interface PagerSettings {
|
|
56
56
|
previousNext?: boolean;
|
57
57
|
/**
|
58
58
|
* Toggles the built-in responsive behavior of the Pager.
|
59
|
-
* Available in version `3.0.0` and above ([see example](
|
59
|
+
* Available in version `3.0.0` and above ([see example](slug:responsive_pager_treelist)).
|
60
60
|
*/
|
61
61
|
responsive?: boolean;
|
62
62
|
}
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
/**
|
8
8
|
* Represents the pager template which helps to customize the pager appearance in the TreeList. To define a pager
|
9
|
-
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:
|
9
|
+
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:pager_template_treelist).
|
10
10
|
*
|
11
11
|
* The template context provides the following fields:
|
12
12
|
* * `currentPage`—The index of the displayed page.
|
@@ -3,8 +3,7 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
6
|
-
* Represents
|
7
|
-
* [`rowSelected`]({% slug api_treelist_treelistcomponent %}#toc-rowSelected) property.
|
6
|
+
* Represents a data row with an associated data item.
|
8
7
|
*/
|
9
8
|
export interface RowArgs {
|
10
9
|
/**
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
7
7
|
* Represents the Kendo UI TreeListSpacer component for Angular.
|
8
8
|
* Used to give additional white space between the Pager inner elements,
|
9
9
|
* and provides a way for customizing the spacer width.
|
10
|
-
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-
|
10
|
+
* It can also be used in any flex container within the TreeList. [See example](slug:toolbartemplate_treelist#toc-defining-the-spacing-between-toolbar-elements).
|
11
11
|
*/
|
12
12
|
export declare class TreeListSpacerComponent {
|
13
13
|
hostClass: boolean;
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
6
6
|
// peer dep of the dropdowns
|
7
|
-
'@progress/kendo-angular-treeview': '16.4.0-develop.
|
7
|
+
'@progress/kendo-angular-treeview': '16.4.0-develop.6',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '16.4.0-develop.
|
9
|
+
'@progress/kendo-angular-dialog': '16.4.0-develop.6',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^3.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '16.4.0-develop.
|
13
|
+
'@progress/kendo-angular-navigation': '16.4.0-develop.6',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|
package/treelist.component.d.ts
CHANGED
@@ -262,7 +262,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
262
262
|
/**
|
263
263
|
* Specifies if the header of the treelist will be hidden. The header is visible by default.
|
264
264
|
*
|
265
|
-
* The header includes column headers and the [filter row](
|
265
|
+
* The header includes column headers and the [filter row](slug:filter_row_treelist).
|
266
266
|
*
|
267
267
|
* @default false
|
268
268
|
*/
|