@progress/kendo-angular-treelist 13.5.0-develop.5 → 13.5.1-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/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-info.component.mjs +1 -1
- package/esm2020/pager/pager-next-buttons.component.mjs +1 -1
- package/esm2020/pager/pager-numeric-buttons.component.mjs +1 -1
- package/esm2020/pager/pager-page-sizes.component.mjs +1 -1
- package/esm2020/pager/pager-prev-buttons.component.mjs +1 -1
- package/esm2020/rendering/no-records-template.directive.mjs +1 -1
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +2 -2
- package/fesm2015/progress-kendo-angular-treelist.mjs +10 -10
- package/fesm2020/progress-kendo-angular-treelist.mjs +10 -10
- package/package.json +16 -16
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-next-buttons.component.d.ts +1 -1
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +1 -1
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- 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
|
@@ -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: '13.5.
|
|
12
|
+
publishDate: 1694789150,
|
|
13
|
+
version: '13.5.1-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
12
12
|
import * as i2 from "./pager-context.service";
|
|
13
13
|
/**
|
|
14
|
-
* Displays information about the current page and the total number of records ([see example](
|
|
14
|
+
* Displays information about the current page and the total number of records ([see example](slug:pager_template_treelist)).
|
|
15
15
|
*/
|
|
16
16
|
export class PagerInfoComponent extends PagerElementComponent {
|
|
17
17
|
constructor(localization, cd, pagerContext) {
|
|
@@ -15,7 +15,7 @@ import * as i3 from "../navigation/navigation.service";
|
|
|
15
15
|
import * as i4 from "@progress/kendo-angular-buttons";
|
|
16
16
|
import * as i5 from "../navigation/focusable.directive";
|
|
17
17
|
/**
|
|
18
|
-
* Displays buttons for navigating to the next and to the last page ([see example](
|
|
18
|
+
* Displays buttons for navigating to the next and to the last page ([see example](slug:pager_template_treelist)).
|
|
19
19
|
*/
|
|
20
20
|
export class PagerNextButtonsComponent extends PagerElementComponent {
|
|
21
21
|
constructor(localization, pagerContext, cd, navigationService) {
|
|
@@ -14,7 +14,7 @@ import * as i3 from "@progress/kendo-angular-buttons";
|
|
|
14
14
|
import * as i4 from "../navigation/focusable.directive";
|
|
15
15
|
import * as i5 from "@angular/common";
|
|
16
16
|
/**
|
|
17
|
-
* Displays numeric buttons to enable navigation between the pages ([see example](
|
|
17
|
+
* Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_treelist)).
|
|
18
18
|
*/
|
|
19
19
|
export class PagerNumericButtonsComponent extends PagerElementComponent {
|
|
20
20
|
constructor(localization, cd, pagerContext) {
|
|
@@ -14,7 +14,7 @@ import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
|
14
14
|
import * as i4 from "@progress/kendo-angular-label";
|
|
15
15
|
import * as i5 from "../navigation/focusable.directive";
|
|
16
16
|
/**
|
|
17
|
-
* Displays a drop-down list for the page size selection ([see example](
|
|
17
|
+
* Displays a drop-down list for the page size selection ([see example](slug:pager_template_treelist)).
|
|
18
18
|
*/
|
|
19
19
|
export class PagerPageSizesComponent extends PagerElementComponent {
|
|
20
20
|
constructor(elem, localization, cd, pagerContext) {
|
|
@@ -15,7 +15,7 @@ import * as i3 from "../navigation/navigation.service";
|
|
|
15
15
|
import * as i4 from "@progress/kendo-angular-buttons";
|
|
16
16
|
import * as i5 from "../navigation/focusable.directive";
|
|
17
17
|
/**
|
|
18
|
-
* Displays buttons for navigating to the first and to the previous page ([see example](
|
|
18
|
+
* Displays buttons for navigating to the first and to the previous page ([see example](slug:pager_template_treelist)).
|
|
19
19
|
*/
|
|
20
20
|
export class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
21
21
|
constructor(localization, pagerContext, cd, navigationService) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Represents the no-records template of the TreeList. Provides an option to customize the
|
|
8
|
+
* Represents the no-records template of the TreeList ([see example](slug:norecordtemplate_treelist)). Provides an option 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
|
*
|
|
@@ -7,7 +7,7 @@ import { OptionChangesService } from '../../common/option-changes.service';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
import * as i1 from "../../common/option-changes.service";
|
|
9
9
|
/**
|
|
10
|
-
* Represents the toolbar template of the TreeList.
|
|
10
|
+
* Represents the toolbar template of the TreeList ([see example](slug:toolbartemplate_treelist)).
|
|
11
11
|
*
|
|
12
12
|
* The template context has the following field:
|
|
13
13
|
* - `position`—The position at which the toolbar template is rendered. The possible values are `top`, `bottom` and `both`.
|
|
@@ -30,7 +30,7 @@ export class ToolbarTemplateDirective {
|
|
|
30
30
|
this._position = "top";
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
|
-
* The position of the toolbar ([see example](
|
|
33
|
+
* The position of the toolbar ([see example](slug:toolbartemplate_treelist#toc-setting-the-toolbar-position)).
|
|
34
34
|
* The group panel or header and the second one below the pager.
|
|
35
35
|
* @default 'top'
|
|
36
36
|
*/
|
|
@@ -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: '13.5.
|
|
51
|
+
publishDate: 1694789150,
|
|
52
|
+
version: '13.5.1-develop.1',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -1964,7 +1964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1964
1964
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
* Represents the no-records template of the TreeList. Provides an option to customize the
|
|
1967
|
+
* Represents the no-records template of the TreeList ([see example](slug:norecordtemplate_treelist)). Provides an option to customize the
|
|
1968
1968
|
* appearance of the item that is displayed when no data is present. To define the no-records template,
|
|
1969
1969
|
* nest an `<ng-template>` tag with the `kendoTreeListNoRecordsTemplate` directive inside `<kendo-treelist>`.
|
|
1970
1970
|
*
|
|
@@ -2361,7 +2361,7 @@ class ColumnList {
|
|
|
2361
2361
|
}
|
|
2362
2362
|
|
|
2363
2363
|
/**
|
|
2364
|
-
* Represents the toolbar template of the TreeList.
|
|
2364
|
+
* Represents the toolbar template of the TreeList ([see example](slug:toolbartemplate_treelist)).
|
|
2365
2365
|
*
|
|
2366
2366
|
* The template context has the following field:
|
|
2367
2367
|
* - `position`—The position at which the toolbar template is rendered. The possible values are `top`, `bottom` and `both`.
|
|
@@ -2384,7 +2384,7 @@ class ToolbarTemplateDirective {
|
|
|
2384
2384
|
this._position = "top";
|
|
2385
2385
|
}
|
|
2386
2386
|
/**
|
|
2387
|
-
* The position of the toolbar ([see example](
|
|
2387
|
+
* The position of the toolbar ([see example](slug:toolbartemplate_treelist#toc-setting-the-toolbar-position)).
|
|
2388
2388
|
* The group panel or header and the second one below the pager.
|
|
2389
2389
|
* @default 'top'
|
|
2390
2390
|
*/
|
|
@@ -13087,7 +13087,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13087
13087
|
|
|
13088
13088
|
// eslint-disable no-access-missing-member
|
|
13089
13089
|
/**
|
|
13090
|
-
* Displays information about the current page and the total number of records ([see example](
|
|
13090
|
+
* Displays information about the current page and the total number of records ([see example](slug:pager_template_treelist)).
|
|
13091
13091
|
*/
|
|
13092
13092
|
class PagerInfoComponent extends PagerElementComponent {
|
|
13093
13093
|
constructor(localization, cd, pagerContext) {
|
|
@@ -13151,7 +13151,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13151
13151
|
|
|
13152
13152
|
// eslint-disable no-access-missing-member
|
|
13153
13153
|
/**
|
|
13154
|
-
* Displays a drop-down list for the page size selection ([see example](
|
|
13154
|
+
* Displays a drop-down list for the page size selection ([see example](slug:pager_template_treelist)).
|
|
13155
13155
|
*/
|
|
13156
13156
|
class PagerPageSizesComponent extends PagerElementComponent {
|
|
13157
13157
|
constructor(elem, localization, cd, pagerContext) {
|
|
@@ -13275,7 +13275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13275
13275
|
|
|
13276
13276
|
/* eslint-disable @typescript-eslint/no-inferrable-types */
|
|
13277
13277
|
/**
|
|
13278
|
-
* Displays numeric buttons to enable navigation between the pages ([see example](
|
|
13278
|
+
* Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_treelist)).
|
|
13279
13279
|
*/
|
|
13280
13280
|
class PagerNumericButtonsComponent extends PagerElementComponent {
|
|
13281
13281
|
constructor(localization, cd, pagerContext) {
|
|
@@ -13504,7 +13504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13504
13504
|
|
|
13505
13505
|
// eslint-disable no-access-missing-member
|
|
13506
13506
|
/**
|
|
13507
|
-
* Displays buttons for navigating to the first and to the previous page ([see example](
|
|
13507
|
+
* Displays buttons for navigating to the first and to the previous page ([see example](slug:pager_template_treelist)).
|
|
13508
13508
|
*/
|
|
13509
13509
|
class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
13510
13510
|
constructor(localization, pagerContext, cd, navigationService) {
|
|
@@ -13740,7 +13740,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13740
13740
|
|
|
13741
13741
|
// eslint-disable no-access-missing-member
|
|
13742
13742
|
/**
|
|
13743
|
-
* Displays buttons for navigating to the next and to the last page ([see example](
|
|
13743
|
+
* Displays buttons for navigating to the next and to the last page ([see example](slug:pager_template_treelist)).
|
|
13744
13744
|
*/
|
|
13745
13745
|
class PagerNextButtonsComponent extends PagerElementComponent {
|
|
13746
13746
|
constructor(localization, pagerContext, cd, navigationService) {
|
|
@@ -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: '13.5.
|
|
51
|
+
publishDate: 1694789150,
|
|
52
|
+
version: '13.5.1-develop.1',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -1944,7 +1944,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1944
1944
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
1945
1945
|
|
|
1946
1946
|
/**
|
|
1947
|
-
* Represents the no-records template of the TreeList. Provides an option to customize the
|
|
1947
|
+
* Represents the no-records template of the TreeList ([see example](slug:norecordtemplate_treelist)). Provides an option to customize the
|
|
1948
1948
|
* appearance of the item that is displayed when no data is present. To define the no-records template,
|
|
1949
1949
|
* nest an `<ng-template>` tag with the `kendoTreeListNoRecordsTemplate` directive inside `<kendo-treelist>`.
|
|
1950
1950
|
*
|
|
@@ -2337,7 +2337,7 @@ class ColumnList {
|
|
|
2337
2337
|
}
|
|
2338
2338
|
|
|
2339
2339
|
/**
|
|
2340
|
-
* Represents the toolbar template of the TreeList.
|
|
2340
|
+
* Represents the toolbar template of the TreeList ([see example](slug:toolbartemplate_treelist)).
|
|
2341
2341
|
*
|
|
2342
2342
|
* The template context has the following field:
|
|
2343
2343
|
* - `position`—The position at which the toolbar template is rendered. The possible values are `top`, `bottom` and `both`.
|
|
@@ -2360,7 +2360,7 @@ class ToolbarTemplateDirective {
|
|
|
2360
2360
|
this._position = "top";
|
|
2361
2361
|
}
|
|
2362
2362
|
/**
|
|
2363
|
-
* The position of the toolbar ([see example](
|
|
2363
|
+
* The position of the toolbar ([see example](slug:toolbartemplate_treelist#toc-setting-the-toolbar-position)).
|
|
2364
2364
|
* The group panel or header and the second one below the pager.
|
|
2365
2365
|
* @default 'top'
|
|
2366
2366
|
*/
|
|
@@ -13036,7 +13036,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13036
13036
|
|
|
13037
13037
|
// eslint-disable no-access-missing-member
|
|
13038
13038
|
/**
|
|
13039
|
-
* Displays information about the current page and the total number of records ([see example](
|
|
13039
|
+
* Displays information about the current page and the total number of records ([see example](slug:pager_template_treelist)).
|
|
13040
13040
|
*/
|
|
13041
13041
|
class PagerInfoComponent extends PagerElementComponent {
|
|
13042
13042
|
constructor(localization, cd, pagerContext) {
|
|
@@ -13100,7 +13100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13100
13100
|
|
|
13101
13101
|
// eslint-disable no-access-missing-member
|
|
13102
13102
|
/**
|
|
13103
|
-
* Displays a drop-down list for the page size selection ([see example](
|
|
13103
|
+
* Displays a drop-down list for the page size selection ([see example](slug:pager_template_treelist)).
|
|
13104
13104
|
*/
|
|
13105
13105
|
class PagerPageSizesComponent extends PagerElementComponent {
|
|
13106
13106
|
constructor(elem, localization, cd, pagerContext) {
|
|
@@ -13224,7 +13224,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13224
13224
|
|
|
13225
13225
|
/* eslint-disable @typescript-eslint/no-inferrable-types */
|
|
13226
13226
|
/**
|
|
13227
|
-
* Displays numeric buttons to enable navigation between the pages ([see example](
|
|
13227
|
+
* Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_treelist)).
|
|
13228
13228
|
*/
|
|
13229
13229
|
class PagerNumericButtonsComponent extends PagerElementComponent {
|
|
13230
13230
|
constructor(localization, cd, pagerContext) {
|
|
@@ -13453,7 +13453,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13453
13453
|
|
|
13454
13454
|
// eslint-disable no-access-missing-member
|
|
13455
13455
|
/**
|
|
13456
|
-
* Displays buttons for navigating to the first and to the previous page ([see example](
|
|
13456
|
+
* Displays buttons for navigating to the first and to the previous page ([see example](slug:pager_template_treelist)).
|
|
13457
13457
|
*/
|
|
13458
13458
|
class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
13459
13459
|
constructor(localization, pagerContext, cd, navigationService) {
|
|
@@ -13689,7 +13689,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13689
13689
|
|
|
13690
13690
|
// eslint-disable no-access-missing-member
|
|
13691
13691
|
/**
|
|
13692
|
-
* Displays buttons for navigating to the next and to the last page ([see example](
|
|
13692
|
+
* Displays buttons for navigating to the next and to the last page ([see example](slug:pager_template_treelist)).
|
|
13693
13693
|
*/
|
|
13694
13694
|
class PagerNextButtonsComponent extends PagerElementComponent {
|
|
13695
13695
|
constructor(localization, pagerContext, cd, navigationService) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.1-develop.1",
|
|
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",
|
|
@@ -30,25 +30,25 @@
|
|
|
30
30
|
"@progress/kendo-data-query": "^1.0.0",
|
|
31
31
|
"@progress/kendo-drawing": "^1.17.2",
|
|
32
32
|
"@progress/kendo-licensing": "^1.0.2",
|
|
33
|
-
"@progress/kendo-angular-buttons": "13.5.
|
|
34
|
-
"@progress/kendo-angular-common": "13.5.
|
|
35
|
-
"@progress/kendo-angular-dateinputs": "13.5.
|
|
36
|
-
"@progress/kendo-angular-dropdowns": "13.5.
|
|
37
|
-
"@progress/kendo-angular-excel-export": "13.5.
|
|
38
|
-
"@progress/kendo-angular-icons": "13.5.
|
|
39
|
-
"@progress/kendo-angular-inputs": "13.5.
|
|
40
|
-
"@progress/kendo-angular-intl": "13.5.
|
|
41
|
-
"@progress/kendo-angular-l10n": "13.5.
|
|
42
|
-
"@progress/kendo-angular-label": "13.5.
|
|
43
|
-
"@progress/kendo-angular-pdf-export": "13.5.
|
|
44
|
-
"@progress/kendo-angular-popup": "13.5.
|
|
45
|
-
"@progress/kendo-angular-utils": "13.5.
|
|
33
|
+
"@progress/kendo-angular-buttons": "13.5.1-develop.1",
|
|
34
|
+
"@progress/kendo-angular-common": "13.5.1-develop.1",
|
|
35
|
+
"@progress/kendo-angular-dateinputs": "13.5.1-develop.1",
|
|
36
|
+
"@progress/kendo-angular-dropdowns": "13.5.1-develop.1",
|
|
37
|
+
"@progress/kendo-angular-excel-export": "13.5.1-develop.1",
|
|
38
|
+
"@progress/kendo-angular-icons": "13.5.1-develop.1",
|
|
39
|
+
"@progress/kendo-angular-inputs": "13.5.1-develop.1",
|
|
40
|
+
"@progress/kendo-angular-intl": "13.5.1-develop.1",
|
|
41
|
+
"@progress/kendo-angular-l10n": "13.5.1-develop.1",
|
|
42
|
+
"@progress/kendo-angular-label": "13.5.1-develop.1",
|
|
43
|
+
"@progress/kendo-angular-pdf-export": "13.5.1-develop.1",
|
|
44
|
+
"@progress/kendo-angular-popup": "13.5.1-develop.1",
|
|
45
|
+
"@progress/kendo-angular-utils": "13.5.1-develop.1",
|
|
46
46
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
47
|
-
"@progress/kendo-angular-listview": "13.5.
|
|
47
|
+
"@progress/kendo-angular-listview": "13.5.1-develop.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "13.5.
|
|
51
|
+
"@progress/kendo-angular-schematics": "13.5.1-develop.1",
|
|
52
52
|
"@progress/kendo-common": "^0.2.0",
|
|
53
53
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
54
54
|
},
|
|
@@ -8,7 +8,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
8
8
|
import { PagerContextService, PagerContextChanges } from "./pager-context.service";
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Displays information about the current page and the total number of records ([see example](
|
|
11
|
+
* Displays information about the current page and the total number of records ([see example](slug:pager_template_treelist)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class PagerInfoComponent extends PagerElementComponent {
|
|
14
14
|
protected pagerContext: PagerContextService;
|
|
@@ -9,7 +9,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
9
9
|
import { NavigationService } from '../navigation/navigation.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Displays buttons for navigating to the next and to the last page ([see example](
|
|
12
|
+
* Displays buttons for navigating to the next and to the last page ([see example](slug:pager_template_treelist)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class PagerNextButtonsComponent extends PagerElementComponent {
|
|
15
15
|
navigationService: NavigationService;
|
|
@@ -8,7 +8,7 @@ import { PagerContextChanges, PagerContextService } from './pager-context.servic
|
|
|
8
8
|
import { PagerElementComponent } from './pager-element.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Displays numeric buttons to enable navigation between the pages ([see example](
|
|
11
|
+
* Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_treelist)).
|
|
12
12
|
*/
|
|
13
13
|
export declare class PagerNumericButtonsComponent extends PagerElementComponent {
|
|
14
14
|
protected pagerContext: PagerContextService;
|
|
@@ -9,7 +9,7 @@ import { PagerContextService, PagerContextChanges } from "./pager-context.servic
|
|
|
9
9
|
import { PageSizeItem } from './pagesize-item.interface';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Displays a drop-down list for the page size selection ([see example](
|
|
12
|
+
* Displays a drop-down list for the page size selection ([see example](slug:pager_template_treelist)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class PagerPageSizesComponent extends PagerElementComponent {
|
|
15
15
|
elem: ElementRef;
|
|
@@ -9,7 +9,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
9
9
|
import { NavigationService } from '../navigation/navigation.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Displays buttons for navigating to the first and to the previous page ([see example](
|
|
12
|
+
* Displays buttons for navigating to the first and to the previous page ([see example](slug:pager_template_treelist)).
|
|
13
13
|
*/
|
|
14
14
|
export declare class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
15
15
|
navigationService: NavigationService;
|
|
@@ -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. Provides an option to customize the
|
|
8
|
+
* Represents the no-records template of the TreeList ([see example](slug:norecordtemplate_treelist)). Provides an option 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.
|
|
9
|
+
* Represents the toolbar template of the TreeList ([see example](slug:toolbartemplate_treelist)).
|
|
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`.
|
|
@@ -27,7 +27,7 @@ export declare class ToolbarTemplateDirective {
|
|
|
27
27
|
private optionChanges;
|
|
28
28
|
_position: 'top' | 'bottom' | 'both';
|
|
29
29
|
/**
|
|
30
|
-
* The position of the toolbar ([see example](
|
|
30
|
+
* The position of the toolbar ([see example](slug:toolbartemplate_treelist#toc-setting-the-toolbar-position)).
|
|
31
31
|
* The group panel or header and the second one below the pager.
|
|
32
32
|
* @default 'top'
|
|
33
33
|
*/
|
|
@@ -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': '13.5.
|
|
7
|
+
'@progress/kendo-angular-treeview': '13.5.1-develop.1',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '13.5.
|
|
9
|
+
'@progress/kendo-angular-dialog': '13.5.1-develop.1',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0',
|
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
|
13
|
-
'@progress/kendo-angular-navigation': '13.5.
|
|
13
|
+
'@progress/kendo-angular-navigation': '13.5.1-develop.1',
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|