@progress/kendo-angular-treelist 13.0.0-develop.5 → 13.0.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.
Files changed (45) hide show
  1. package/column-menu/column-menu-settings.interface.d.ts +7 -10
  2. package/column-resizing/column-resize.interface.d.ts +1 -1
  3. package/data/change-event-args.interface.d.ts +2 -2
  4. package/data/data.collection.d.ts +6 -0
  5. package/dragdrop/column-reorder-config.d.ts +1 -1
  6. package/editing/edit-event-args.interface.d.ts +1 -1
  7. package/editing/remove-event-args.interface.d.ts +1 -1
  8. package/editing/save-event-args.interface.d.ts +1 -1
  9. package/esm2020/column-menu/column-menu-item.component.mjs +1 -1
  10. package/esm2020/column-menu/column-menu.component.mjs +1 -1
  11. package/esm2020/data/data.collection.mjs +41 -28
  12. package/esm2020/editing/add-command.directive.mjs +1 -1
  13. package/esm2020/editing/base-command.directive.mjs +1 -1
  14. package/esm2020/editing/cancel-command.directive.mjs +1 -1
  15. package/esm2020/editing/edit-command.directive.mjs +1 -1
  16. package/esm2020/editing/remove-command.directive.mjs +1 -1
  17. package/esm2020/editing/save-command.directive.mjs +1 -1
  18. package/esm2020/excel/excel-command.directive.mjs +1 -1
  19. package/esm2020/filtering/menu/filter-menu.component.mjs +1 -1
  20. package/esm2020/package-metadata.mjs +2 -2
  21. package/esm2020/pager/pager-element.component.mjs +17 -0
  22. package/esm2020/pager/pager-next-buttons.component.mjs +8 -11
  23. package/esm2020/pager/pager-prev-buttons.component.mjs +8 -11
  24. package/esm2020/pdf/pdf-command.directive.mjs +1 -1
  25. package/esm2020/rendering/cell.component.mjs +23 -6
  26. package/esm2020/rendering/header/header.component.mjs +1 -1
  27. package/esm2020/treelist.component.mjs +1 -1
  28. package/excel/excel-export-data.interface.d.ts +1 -1
  29. package/fesm2015/progress-kendo-angular-treelist.mjs +111 -69
  30. package/fesm2020/progress-kendo-angular-treelist.mjs +111 -69
  31. package/navigation/navigation-cell.interface.d.ts +1 -4
  32. package/navigation/navigation-row.interface.d.ts +1 -4
  33. package/package.json +16 -16
  34. package/pager/pager-element.component.d.ts +9 -0
  35. package/pager/pager-next-buttons.component.d.ts +0 -3
  36. package/pager/pager-prev-buttons.component.d.ts +0 -3
  37. package/pager/pager-settings.d.ts +1 -15
  38. package/rendering/cell.component.d.ts +3 -0
  39. package/schematics/ngAdd/index.js +3 -3
  40. package/scrolling/content-scroll-event.d.ts +1 -1
  41. package/scrolling/scroll-bottom-event.d.ts +1 -1
  42. package/scrolling/scroll-request.service.d.ts +6 -0
  43. package/selection/selectable-settings.d.ts +5 -15
  44. package/selection/selectable.directive.d.ts +1 -1
  45. package/selection/selection-change-event.d.ts +1 -1
@@ -21,7 +21,7 @@ import { PopupModule } from '@progress/kendo-angular-popup';
21
21
  import * as i1$2 from '@angular/platform-browser';
22
22
  import * as i3 from '@progress/kendo-angular-icons';
23
23
  import { IconsModule } from '@progress/kendo-angular-icons';
24
- import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, filterIcon, sortAscSmallIcon, sortDescSmallIcon, columnsIcon, moreVerticalIcon, filterClearIcon, caretAltDownIcon, caretAltRightIcon, reorderIcon, caretAltLeftIcon, caretAltToLeftIcon, caretAltToRightIcon } from '@progress/kendo-svg-icons';
24
+ import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, filterIcon, sortAscSmallIcon, sortDescSmallIcon, columnsIcon, moreVerticalIcon, filterClearIcon, caretAltDownIcon, caretAltRightIcon, caretAltLeftIcon, reorderIcon, caretAltToLeftIcon, caretAltToRightIcon } from '@progress/kendo-svg-icons';
25
25
  import { getter, setter } from '@progress/kendo-common';
26
26
  import * as i32 from '@progress/kendo-angular-utils';
27
27
  import { DragTargetContainerDirective, DropTargetContainerDirective, DragAndDropModule as DragAndDropModule$1 } from '@progress/kendo-angular-utils';
@@ -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: 1685016622,
52
- version: '13.0.0-develop.5',
51
+ publishDate: 1685095278,
52
+ version: '13.0.0-develop.6',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -1275,22 +1275,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1275
1275
  * @hidden
1276
1276
  */
1277
1277
  const EXPANDED_STATE = {
1278
- isExpanded: () => true
1278
+ isExpanded: () => true,
1279
1279
  };
1280
1280
  /**
1281
1281
  * @hidden
1282
1282
  */
1283
1283
  const UNSELECTED_STATE = {
1284
- isRowSelected: () => false
1284
+ isRowSelected: () => false,
1285
1285
  };
1286
1286
  /**
1287
1287
  * @hidden
1288
1288
  */
1289
1289
  const NOT_EDITED_STATE = {
1290
1290
  hasNew: () => false,
1291
- context: () => null
1291
+ context: () => null,
1292
1292
  };
1293
- const identity$1 = item => item;
1293
+ const identity$1 = (item) => item;
1294
1294
  function loadView(view, subject) {
1295
1295
  view.loadData();
1296
1296
  if (view.loading) {
@@ -1335,10 +1335,11 @@ class ViewRange {
1335
1335
  return true;
1336
1336
  }
1337
1337
  includeParents(_children) {
1338
+ // eslint-disable-next-line no-empty
1338
1339
  }
1339
1340
  }
1340
1341
  function isPagerSettings(pageable) {
1341
- return typeof pageable === "object";
1342
+ return typeof pageable === 'object';
1342
1343
  }
1343
1344
  class PagerRange extends ViewRange {
1344
1345
  constructor(skip, pageSize, pageable) {
@@ -1352,8 +1353,8 @@ class PagerRange extends ViewRange {
1352
1353
  return this.skip <= index && index < this.skip + this.pageSize;
1353
1354
  }
1354
1355
  levelInRange(parent, items, _rowIndex) {
1355
- return parent.level === -1 ||
1356
- (this.skip <= parent.index + items.length && parent.index + 1 < this.skip + this.pageSize);
1356
+ return (parent.level === -1 ||
1357
+ (this.skip <= parent.index + items.length && parent.index + 1 < this.skip + this.pageSize));
1357
1358
  }
1358
1359
  includeParents(children) {
1359
1360
  let parentLevel = children.parentLevel;
@@ -1396,7 +1397,7 @@ class ViewItemFactory {
1396
1397
  this.rootLevel = this.dataLevel({
1397
1398
  level: -1,
1398
1399
  id: null,
1399
- expanded: true
1400
+ expanded: true,
1400
1401
  }, options.data);
1401
1402
  }
1402
1403
  }
@@ -1411,7 +1412,8 @@ class ViewItemFactory {
1411
1412
  while (dataLevels[0] && dataLevels[0].idx >= dataLevels[0].items.length) {
1412
1413
  const dataLevel = dataLevels.shift();
1413
1414
  if (this.hasFooter && dataLevel.expanded && dataLevel.items.length) {
1414
- if (dataLevel.inRange || this.viewRange.levelInRange(dataLevel.parent, dataLevel.items, this.rowIndex)) {
1415
+ if (dataLevel.inRange ||
1416
+ this.viewRange.levelInRange(dataLevel.parent, dataLevel.items, this.rowIndex)) {
1415
1417
  result.push({
1416
1418
  type: 'footer',
1417
1419
  items: dataLevel.items,
@@ -1419,7 +1421,7 @@ class ViewItemFactory {
1419
1421
  level: dataLevel.level,
1420
1422
  parentItem: dataLevel.parent.data,
1421
1423
  parentIndex: dataLevel.parentIndex,
1422
- rowIndex: this.rowIndex
1424
+ rowIndex: this.rowIndex,
1423
1425
  });
1424
1426
  this.viewRange.includeParents(dataLevel);
1425
1427
  }
@@ -1439,7 +1441,7 @@ class ViewItemFactory {
1439
1441
  index: itemIndex,
1440
1442
  level: currentLevel.level,
1441
1443
  hasChildren: this.hasChildren(dataItem),
1442
- parent: currentLevel.parent
1444
+ parent: currentLevel.parent,
1443
1445
  };
1444
1446
  if (currentLevel.expanded) {
1445
1447
  this.rowIndex++;
@@ -1472,7 +1474,7 @@ class ViewItemFactory {
1472
1474
  observables: this.observables,
1473
1475
  total: itemCount,
1474
1476
  totalVisible: itemIndex,
1475
- totalRows: this.rowIndex
1477
+ totalRows: this.rowIndex,
1476
1478
  };
1477
1479
  }
1478
1480
  loadChildren(parent) {
@@ -1491,7 +1493,7 @@ class ViewItemFactory {
1491
1493
  if (isObservable(children)) {
1492
1494
  this.observables.push({
1493
1495
  observable: children,
1494
- parentId: parentId
1496
+ parentId: parentId,
1495
1497
  });
1496
1498
  parent.loading = true;
1497
1499
  }
@@ -1512,7 +1514,7 @@ class ViewItemFactory {
1512
1514
  aggregates: children.aggregates,
1513
1515
  expanded: parent.expanded,
1514
1516
  parentIndex: parent.index,
1515
- parent: parent
1517
+ parent: parent,
1516
1518
  };
1517
1519
  }
1518
1520
  addNew(result, parent) {
@@ -1525,7 +1527,7 @@ class ViewItemFactory {
1525
1527
  type: 'data',
1526
1528
  data: this.editState.newItem.dataItem,
1527
1529
  editContext: this.editState.newItem,
1528
- rowIndex: rowIndex
1530
+ rowIndex: rowIndex,
1529
1531
  });
1530
1532
  if (parent || inRange) {
1531
1533
  this.rowIndex++;
@@ -1561,7 +1563,7 @@ class ViewCollection {
1561
1563
  idGetter: identity$1,
1562
1564
  pageable: false,
1563
1565
  isVirtual: false,
1564
- skip: 0
1566
+ skip: 0,
1565
1567
  }, options.fields);
1566
1568
  const childrenView = new ViewCollection(viewFields, options.expandState || EXPANDED_STATE, options.editState || NOT_EDITED_STATE, options.selectionState || UNSELECTED_STATE);
1567
1569
  if (options.loaded) {
@@ -1582,20 +1584,28 @@ class ViewCollection {
1582
1584
  }
1583
1585
  return this._data;
1584
1586
  }
1585
- get length() { return this.data.length; }
1586
- get first() { return this.data[0]; }
1587
+ get length() {
1588
+ return this.data.length;
1589
+ }
1590
+ get first() {
1591
+ return this.data[0];
1592
+ }
1587
1593
  get firstItem() {
1588
- return this.find(item => item.type === 'data');
1594
+ return this.find((item) => item.type === 'data');
1595
+ }
1596
+ get last() {
1597
+ return this.data[this.data.length - 1];
1589
1598
  }
1590
- get last() { return this.data[this.data.length - 1]; }
1591
1599
  at(index) {
1592
1600
  return this.data[index];
1593
1601
  }
1594
1602
  itemIndex(item) {
1595
1603
  const idGetter = this.fieldAccessor().idGetter;
1596
- return this.data.findIndex(i => i.id === idGetter(item));
1604
+ return this.data.findIndex((i) => i.id === idGetter(item));
1605
+ }
1606
+ map(fn) {
1607
+ return this.data.map(fn);
1597
1608
  }
1598
- map(fn) { return this.data.map(fn); }
1599
1609
  filter(fn) {
1600
1610
  return this.data.filter(fn);
1601
1611
  }
@@ -1614,16 +1624,18 @@ class ViewCollection {
1614
1624
  find(fn) {
1615
1625
  return this.data.find(fn);
1616
1626
  }
1617
- toString() { return this.data.toString(); }
1627
+ toString() {
1628
+ return this.data.toString();
1629
+ }
1618
1630
  updateSelectedState() {
1619
- this.forEach(item => {
1631
+ this.forEach((item) => {
1620
1632
  if (item.type === 'data') {
1621
1633
  item.selected = this.selectionState.isRowSelected(item.data);
1622
1634
  }
1623
1635
  });
1624
1636
  }
1625
1637
  updateEditedState() {
1626
- this.forEach(item => {
1638
+ this.forEach((item) => {
1627
1639
  if (item.type === 'data') {
1628
1640
  item.editContext = this.editState.context(item.data);
1629
1641
  }
@@ -1656,7 +1668,7 @@ class ViewCollection {
1656
1668
  loadData() {
1657
1669
  const itemFactory = new ViewItemFactory(this.expandState, this.editState, this.selectionState, this.loaded, this.fieldAccessor);
1658
1670
  let result = itemFactory.generate();
1659
- if (!result.loading && result.total && (!result.items.length || !result.items.some(i => i.type === 'data'))) {
1671
+ if (!result.loading && result.total && (!result.items.length || !result.items.some((i) => i.type === 'data'))) {
1660
1672
  this.resetPage.emit();
1661
1673
  result = new ViewItemFactory(this.expandState, this.editState, this.selectionState, this.loaded, this.fieldAccessor).generate();
1662
1674
  }
@@ -1670,9 +1682,10 @@ class ViewCollection {
1670
1682
  if (!this.childrenSubscription) {
1671
1683
  this.childrenSubscription = new Subscription();
1672
1684
  }
1673
- result.observables.forEach(o => {
1685
+ result.observables.forEach((o) => {
1674
1686
  this.loaded.set(o.parentId, LOADING);
1675
- this.childrenSubscription.add(o.observable.subscribe(children => {
1687
+ this.childrenSubscription.add(o.observable.subscribe((children) => {
1688
+ // handle error, might show reload icon
1676
1689
  this.clear();
1677
1690
  this.loaded.set(o.parentId, children);
1678
1691
  this.childrenLoaded.emit();
@@ -7762,7 +7775,7 @@ FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
7762
7775
  >
7763
7776
  </kendo-treelist-filter-menu-container>
7764
7777
  </ng-template>
7765
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "filter", "actionsClass"], outputs: ["close"] }] });
7778
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "filter", "actionsClass"], outputs: ["close"] }] });
7766
7779
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterMenuComponent, decorators: [{
7767
7780
  type: Component,
7768
7781
  args: [{
@@ -7963,7 +7976,7 @@ ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
7963
7976
  <ng-container [ngTemplateOutlet]="contentTemplate.templateRef">
7964
7977
  </ng-container>
7965
7978
  <div>
7966
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
7979
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
7967
7980
  trigger('state', [
7968
7981
  state('collapsed', style({ display: 'none' })),
7969
7982
  state('expanded', style({ display: 'block' })),
@@ -8771,7 +8784,7 @@ ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
8771
8784
  [expanded]="expandedFilter" (expand)="onFilterExpand()">
8772
8785
  </kendo-treelist-columnmenu-filter>
8773
8786
  </ng-template>
8774
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort" }, { type: ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock" }, { type: ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { type: ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: ["expanded"], outputs: ["expand", "collapse"] }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
8787
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort" }, { type: ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock" }, { type: ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { type: ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: ["expanded"], outputs: ["expand", "collapse"] }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
8775
8788
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnMenuComponent, decorators: [{
8776
8789
  type: Component,
8777
8790
  args: [{
@@ -10626,7 +10639,7 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
10626
10639
  [logicalSlaveCellsCount]="unlockedColumnsCount"
10627
10640
  >
10628
10641
  </tr>
10629
- `, isInline: true, components: [{ type: FilterMenuComponent, selector: "kendo-treelist-filter-menu", inputs: ["column", "filter"] }, { type: ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: ["columns", "filter", "logicalRowIndex", "lockedColumnsCount"] }], directives: [{ type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { type: i1$3.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: ["columns", "column"] }] });
10642
+ `, isInline: true, components: [{ type: FilterMenuComponent, selector: "kendo-treelist-filter-menu", inputs: ["column", "filter"] }, { type: ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: ["columns", "filter", "logicalRowIndex", "lockedColumnsCount"] }], directives: [{ type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { type: i1$3.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: ["columns", "column"] }] });
10630
10643
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderComponent, decorators: [{
10631
10644
  type: Component,
10632
10645
  args: [{
@@ -11075,6 +11088,7 @@ class CellComponent {
11075
11088
  this.level = 0;
11076
11089
  this.caretAltDownIcon = caretAltDownIcon;
11077
11090
  this.caretAltRightIcon = caretAltRightIcon;
11091
+ this.caretAltLeftIcon = caretAltLeftIcon;
11078
11092
  this.reorderIcon = reorderIcon;
11079
11093
  this.cellContext = {};
11080
11094
  this._templateContext = {};
@@ -11163,6 +11177,22 @@ class CellComponent {
11163
11177
  context.loading = this.loading;
11164
11178
  context.rowIndex = this.viewItem.rowIndex;
11165
11179
  }
11180
+ get arrowIcon() {
11181
+ const icon = !this.isExpanded ?
11182
+ !this.localization.rtl ?
11183
+ 'caret-alt-right' :
11184
+ 'caret-alt-left' :
11185
+ 'caret-alt-down';
11186
+ return icon;
11187
+ }
11188
+ get arrowSVGIcon() {
11189
+ const icon = !this.isExpanded ?
11190
+ !this.localization.rtl ?
11191
+ this.caretAltRightIcon :
11192
+ this.caretAltLeftIcon :
11193
+ this.caretAltDownIcon;
11194
+ return icon;
11195
+ }
11166
11196
  }
11167
11197
  CellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CellComponent, deps: [{ token: EditService }, { token: i1$1.LocalizationService }, { token: FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
11168
11198
  CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CellComponent, selector: "[kendoTreeListCell]", inputs: { column: "column", columnIndex: "columnIndex", isNew: "isNew", level: "level", hasChildren: "hasChildren", isExpanded: "isExpanded", loading: "loading", expandIcons: "expandIcons", selected: "selected", dataItem: "dataItem", viewItem: "viewItem" }, host: { properties: { "class.k-command-cell": "this.commandCellClass", "class.k-checkbox-cell": "this.isCheckboxColumn", "class.k-text-nowrap": "this.textNoWrapClass", "class.k-drag-cell": "this.dragHandleCellClass", "class.k-touch-action-none": "this.dragHandleCellClass", "attr.aria-label": "this.dragRowHandleLabel" } }, ngImport: i0, template: `
@@ -11173,8 +11203,8 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
11173
11203
  <kendo-icon-wrapper
11174
11204
  aria-hidden="true"
11175
11205
  *ngIf="hasChildren && expandIcons && !loading"
11176
- [name]="isExpanded ? 'caret-alt-down' : 'caret-alt-right'"
11177
- [svgIcon]="isExpanded ? caretAltDownIcon : caretAltRightIcon"></kendo-icon-wrapper>
11206
+ [name]="arrowIcon"
11207
+ [svgIcon]="arrowSVGIcon"></kendo-icon-wrapper>
11178
11208
  <span class="k-icon k-i-loading" *ngIf="hasChildren && expandIcons && loading"></span>
11179
11209
  </ng-container>
11180
11210
  <ng-container *ngIf="column.templateRef"
@@ -11240,7 +11270,7 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
11240
11270
  </ng-container>
11241
11271
  </ng-container>
11242
11272
  </ng-container>
11243
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: i2.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i3$3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i3$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i3$2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i3$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }], pipes: { "levelItems": LevelItemsPipe, "valueOf": FieldAccessorPipe } });
11273
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i2.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i3$3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i3$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i3$2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i3$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }], pipes: { "levelItems": LevelItemsPipe, "valueOf": FieldAccessorPipe } });
11244
11274
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CellComponent, decorators: [{
11245
11275
  type: Component,
11246
11276
  args: [{
@@ -11253,8 +11283,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
11253
11283
  <kendo-icon-wrapper
11254
11284
  aria-hidden="true"
11255
11285
  *ngIf="hasChildren && expandIcons && !loading"
11256
- [name]="isExpanded ? 'caret-alt-down' : 'caret-alt-right'"
11257
- [svgIcon]="isExpanded ? caretAltDownIcon : caretAltRightIcon"></kendo-icon-wrapper>
11286
+ [name]="arrowIcon"
11287
+ [svgIcon]="arrowSVGIcon"></kendo-icon-wrapper>
11258
11288
  <span class="k-icon k-i-loading" *ngIf="hasChildren && expandIcons && loading"></span>
11259
11289
  </ng-container>
11260
11290
  <ng-container *ngIf="column.templateRef"
@@ -12824,6 +12854,10 @@ class PagerElementComponent {
12824
12854
  this.skip = this.pagerContext.skip;
12825
12855
  this.pageSize = this.pagerContext.pageSize;
12826
12856
  this.allCount = this.pagerContext.allCount;
12857
+ this.caretAltLeftIcon = caretAltLeftIcon;
12858
+ this.caretAltToLeftIcon = caretAltToLeftIcon;
12859
+ this.caretAltRightIcon = caretAltRightIcon;
12860
+ this.caretAltToRightIcon = caretAltToRightIcon;
12827
12861
  }
12828
12862
  /**
12829
12863
  * @hidden
@@ -12881,6 +12915,18 @@ class PagerElementComponent {
12881
12915
  this.subscriptions.unsubscribe();
12882
12916
  }
12883
12917
  }
12918
+ get prevArrowIcons() {
12919
+ return !this.localization.rtl ? ['caret-alt-to-left', 'caret-alt-left'] : ['caret-alt-to-right', 'caret-alt-right'];
12920
+ }
12921
+ get prevArrowSVGIcons() {
12922
+ return !this.localization.rtl ? [this.caretAltToLeftIcon, this.caretAltLeftIcon] : [this.caretAltToRightIcon, this.caretAltRightIcon];
12923
+ }
12924
+ get nextArrowIcons() {
12925
+ return !this.localization.rtl ? ['caret-alt-right', 'caret-alt-to-right'] : ['caret-alt-left', 'caret-alt-to-left'];
12926
+ }
12927
+ get nextArrowSVGIcons() {
12928
+ return !this.localization.rtl ? [this.caretAltRightIcon, this.caretAltToRightIcon] : [this.caretAltLeftIcon, this.caretAltToLeftIcon];
12929
+ }
12884
12930
  }
12885
12931
  PagerElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerElementComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
12886
12932
  PagerElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: PagerElementComponent, ngImport: i0 });
@@ -12897,8 +12943,6 @@ class PagerPrevButtonsComponent extends PagerElementComponent {
12897
12943
  constructor(localization, pagerContext, cd, navigationService) {
12898
12944
  super(localization, pagerContext, cd);
12899
12945
  this.navigationService = navigationService;
12900
- this.caretAltLeftIcon = caretAltLeftIcon;
12901
- this.caretAltToLeftIcon = caretAltToLeftIcon;
12902
12946
  }
12903
12947
  /**
12904
12948
  * @hidden
@@ -12937,8 +12981,8 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
12937
12981
  [attr.aria-label]="textFor('pagerFirstPage')"
12938
12982
  (click)="onButtonClick('firstPage')"
12939
12983
  role="button"
12940
- icon="caret-alt-to-left"
12941
- [svgIcon]="caretAltToLeftIcon"
12984
+ [icon]="prevArrowIcons[0]"
12985
+ [svgIcon]="prevArrowSVGIcons[0]"
12942
12986
  class="k-pager-nav k-pager-first"
12943
12987
  [disabled]="disabled"
12944
12988
  fillMode="flat"
@@ -12951,8 +12995,8 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
12951
12995
  [enabled]="!disabled"
12952
12996
  class="k-pager-nav"
12953
12997
  [disabled]="disabled"
12954
- icon="caret-alt-left"
12955
- [svgIcon]="caretAltLeftIcon"
12998
+ [icon]="prevArrowIcons[1]"
12999
+ [svgIcon]="prevArrowSVGIcons[1]"
12956
13000
  fillMode="flat"
12957
13001
  rounded="none"
12958
13002
  [title]="textFor('pagerPreviousPage')"
@@ -12975,8 +13019,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
12975
13019
  [attr.aria-label]="textFor('pagerFirstPage')"
12976
13020
  (click)="onButtonClick('firstPage')"
12977
13021
  role="button"
12978
- icon="caret-alt-to-left"
12979
- [svgIcon]="caretAltToLeftIcon"
13022
+ [icon]="prevArrowIcons[0]"
13023
+ [svgIcon]="prevArrowSVGIcons[0]"
12980
13024
  class="k-pager-nav k-pager-first"
12981
13025
  [disabled]="disabled"
12982
13026
  fillMode="flat"
@@ -12989,8 +13033,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
12989
13033
  [enabled]="!disabled"
12990
13034
  class="k-pager-nav"
12991
13035
  [disabled]="disabled"
12992
- icon="caret-alt-left"
12993
- [svgIcon]="caretAltLeftIcon"
13036
+ [icon]="prevArrowIcons[1]"
13037
+ [svgIcon]="prevArrowSVGIcons[1]"
12994
13038
  fillMode="flat"
12995
13039
  rounded="none"
12996
13040
  [title]="textFor('pagerPreviousPage')"
@@ -13358,8 +13402,6 @@ class PagerNextButtonsComponent extends PagerElementComponent {
13358
13402
  constructor(localization, pagerContext, cd, navigationService) {
13359
13403
  super(localization, pagerContext, cd);
13360
13404
  this.navigationService = navigationService;
13361
- this.caretAltRightIcon = caretAltRightIcon;
13362
- this.caretAltToRightIcon = caretAltToRightIcon;
13363
13405
  }
13364
13406
  /**
13365
13407
  * @hidden
@@ -13394,8 +13436,8 @@ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
13394
13436
  type="button"
13395
13437
  kendoTreeListFocusable
13396
13438
  [enabled]="!disabled"
13397
- icon="caret-alt-right"
13398
- [svgIcon]="caretAltRightIcon"
13439
+ [icon]="nextArrowIcons[0]"
13440
+ [svgIcon]="nextArrowSVGIcons[0]"
13399
13441
  fillMode="flat"
13400
13442
  rounded="none"
13401
13443
  class="k-pager-nav"
@@ -13409,8 +13451,8 @@ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
13409
13451
  type="button"
13410
13452
  kendoTreeListFocusable
13411
13453
  [enabled]="!disabled"
13412
- icon="caret-alt-to-right"
13413
- [svgIcon]="caretAltToRightIcon"
13454
+ [icon]="nextArrowIcons[1]"
13455
+ [svgIcon]="nextArrowSVGIcons[1]"
13414
13456
  fillMode="flat"
13415
13457
  rounded="none"
13416
13458
  class="k-pager-nav k-pager-last"
@@ -13431,8 +13473,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
13431
13473
  type="button"
13432
13474
  kendoTreeListFocusable
13433
13475
  [enabled]="!disabled"
13434
- icon="caret-alt-right"
13435
- [svgIcon]="caretAltRightIcon"
13476
+ [icon]="nextArrowIcons[0]"
13477
+ [svgIcon]="nextArrowSVGIcons[0]"
13436
13478
  fillMode="flat"
13437
13479
  rounded="none"
13438
13480
  class="k-pager-nav"
@@ -13446,8 +13488,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
13446
13488
  type="button"
13447
13489
  kendoTreeListFocusable
13448
13490
  [enabled]="!disabled"
13449
- icon="caret-alt-to-right"
13450
- [svgIcon]="caretAltToRightIcon"
13491
+ [icon]="nextArrowIcons[1]"
13492
+ [svgIcon]="nextArrowSVGIcons[1]"
13451
13493
  fillMode="flat"
13452
13494
  rounded="none"
13453
13495
  class="k-pager-nav k-pager-last"
@@ -16690,7 +16732,7 @@ TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
16690
16732
  </kendo-icon-wrapper>
16691
16733
  {{hintText}}
16692
16734
  </ng-template>
16693
- `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount"] }, { type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "rowClass"] }, { type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { type: PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i32.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i32.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { type: i1$3.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
16735
+ `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount"] }, { type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "rowClass"] }, { type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { type: PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i32.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i32.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { type: i1$3.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
16694
16736
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListComponent, decorators: [{
16695
16737
  type: Component,
16696
16738
  args: [{
@@ -18859,7 +18901,7 @@ BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
18859
18901
  </span>
18860
18902
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
18861
18903
  <span class="k-button-text"><ng-content></ng-content></span>
18862
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
18904
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
18863
18905
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseCommandDirective, decorators: [{
18864
18906
  type: Component,
18865
18907
  args: [{
@@ -18931,7 +18973,7 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
18931
18973
  </span>
18932
18974
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
18933
18975
  <span class="k-button-text"><ng-content></ng-content></span>
18934
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
18976
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
18935
18977
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditCommandDirective, decorators: [{
18936
18978
  type: Component,
18937
18979
  args: [{
@@ -19003,7 +19045,7 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
19003
19045
  </span>
19004
19046
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
19005
19047
  <span class="k-button-text"><ng-content></ng-content></span>
19006
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19048
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19007
19049
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelCommandDirective, decorators: [{
19008
19050
  type: Component,
19009
19051
  args: [{
@@ -19074,7 +19116,7 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
19074
19116
  </span>
19075
19117
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
19076
19118
  <span class="k-button-text"><ng-content></ng-content></span>
19077
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19119
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19078
19120
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SaveCommandDirective, decorators: [{
19079
19121
  type: Component,
19080
19122
  args: [{
@@ -19145,7 +19187,7 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
19145
19187
  </span>
19146
19188
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
19147
19189
  <span class="k-button-text"><ng-content></ng-content></span>
19148
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19190
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19149
19191
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RemoveCommandDirective, decorators: [{
19150
19192
  type: Component,
19151
19193
  args: [{
@@ -19217,7 +19259,7 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
19217
19259
  </span>
19218
19260
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
19219
19261
  <span class="k-button-text"><ng-content></ng-content></span>
19220
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19262
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
19221
19263
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AddCommandDirective, decorators: [{
19222
19264
  type: Component,
19223
19265
  args: [{
@@ -21154,7 +21196,7 @@ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
21154
21196
  </span>
21155
21197
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
21156
21198
  <span class="k-button-text"><ng-content></ng-content></span>
21157
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
21199
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
21158
21200
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PDFCommandDirective, decorators: [{
21159
21201
  type: Component,
21160
21202
  args: [{
@@ -21495,7 +21537,7 @@ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
21495
21537
  </span>
21496
21538
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
21497
21539
  <span class="k-button-text"><ng-content></ng-content></span>
21498
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
21540
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
21499
21541
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelCommandDirective, decorators: [{
21500
21542
  type: Component,
21501
21543
  args: [{
@@ -21,10 +21,7 @@ export interface NavigationCell {
21
21
  */
22
22
  colIndex: number;
23
23
  /**
24
- * The logical index of the row which contains this cell.
25
- *
26
- * * Header rows are included, starting at index 0.
27
- * * The row indexing is absolute and does not change with paging.
24
+ * The logical index of the row which contains this cell. The row indexing is absolute and does not change with paging. Header rows are included, starting at index 0.
28
25
  */
29
26
  rowIndex: number;
30
27
  /**
@@ -13,10 +13,7 @@ export interface NavigationRow {
13
13
  */
14
14
  uid: number;
15
15
  /**
16
- * The logical index of the focusable row.
17
- *
18
- * * Header rows are included, starting at index 0.
19
- * * The row indexing is absolute and does not change with paging.
16
+ * The logical index of the focusable row. The row indexing is absolute and does not change with paging. Header rows are included, starting at index 0.
20
17
  */
21
18
  index: number;
22
19
  /**