@progress/kendo-angular-treeview 7.1.5 → 11.0.0-develop.100

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 (178) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +4 -4
  3. package/README.md +1 -1
  4. package/check-mode.d.ts +1 -1
  5. package/check.directive.d.ts +1 -1
  6. package/checkable-settings.d.ts +1 -1
  7. package/checkbox/checkbox.component.d.ts +1 -1
  8. package/checkbox/checkbox.module.d.ts +1 -1
  9. package/checkbox/checked-state.d.ts +1 -1
  10. package/data-bound-component.d.ts +1 -1
  11. package/data-change-notification.service.d.ts +1 -1
  12. package/default-callbacks.d.ts +1 -1
  13. package/disable.directive.d.ts +1 -1
  14. package/drag-and-drop/drag-and-drop-editing.directive.d.ts +1 -1
  15. package/drag-and-drop/drag-and-drop-utils.d.ts +1 -1
  16. package/drag-and-drop/drag-and-drop.directive.d.ts +1 -1
  17. package/drag-and-drop/drag-clue/drag-clue-template.directive.d.ts +1 -1
  18. package/drag-and-drop/drag-clue/drag-clue.component.d.ts +3 -1
  19. package/drag-and-drop/drag-clue/drag-clue.service.d.ts +3 -3
  20. package/drag-and-drop/drop-hint/drop-hint-template.directive.d.ts +1 -1
  21. package/drag-and-drop/drop-hint/drop-hint.component.d.ts +1 -1
  22. package/drag-and-drop/drop-hint/drop-hint.service.d.ts +1 -1
  23. package/drag-and-drop/editing-services/drag-and-drop-asset.service.d.ts +1 -1
  24. package/drag-and-drop/editing-services/flat-editing.service.d.ts +1 -1
  25. package/drag-and-drop/editing-services/hierarchy-editing.service.d.ts +1 -1
  26. package/drag-and-drop/models/drop-action.d.ts +1 -1
  27. package/drag-and-drop/models/drop-position.d.ts +1 -1
  28. package/drag-and-drop/models/editing-service.d.ts +1 -1
  29. package/drag-and-drop/models/preventable-event.d.ts +1 -1
  30. package/drag-and-drop/models/scroll-direction.d.ts +1 -1
  31. package/drag-and-drop/models/scroll-settings.d.ts +1 -1
  32. package/drag-and-drop/models/tree-item-filter-state.d.ts +1 -1
  33. package/drag-and-drop/models/treeitem-add-remove-args.d.ts +1 -1
  34. package/drag-and-drop/models/treeitem-drag-event.d.ts +1 -1
  35. package/drag-and-drop/models/treeitem-drag-start-event.d.ts +1 -1
  36. package/drag-and-drop/models/treeitem-drop-event.d.ts +1 -1
  37. package/drag-and-drop/models.d.ts +1 -1
  38. package/{esm2015/checkbox/checked-state.js → esm2020/check-mode.mjs} +1 -1
  39. package/{esm2015/check.directive.js → esm2020/check.directive.mjs} +7 -6
  40. package/{esm2015/check-mode.js → esm2020/checkable-settings.mjs} +1 -1
  41. package/{esm2015/checkbox/checkbox.component.js → esm2020/checkbox/checkbox.component.mjs} +5 -5
  42. package/{esm2015/checkbox/checkbox.module.js → esm2020/checkbox/checkbox.module.mjs} +5 -5
  43. package/{esm2015/drag-and-drop/models/editing-service.js → esm2020/checkbox/checked-state.mjs} +1 -1
  44. package/{esm2015/data-bound-component.js → esm2020/data-bound-component.mjs} +4 -4
  45. package/{esm2015/data-change-notification.service.js → esm2020/data-change-notification.service.mjs} +1 -1
  46. package/{esm2015/default-callbacks.js → esm2020/default-callbacks.mjs} +1 -1
  47. package/{esm2015/disable.directive.js → esm2020/disable.directive.mjs} +6 -5
  48. package/{esm2015/drag-and-drop/drag-and-drop-editing.directive.js → esm2020/drag-and-drop/drag-and-drop-editing.directive.mjs} +5 -4
  49. package/{esm2015/drag-and-drop/drag-and-drop-utils.js → esm2020/drag-and-drop/drag-and-drop-utils.mjs} +6 -2
  50. package/{esm2015/drag-and-drop/drag-and-drop.directive.js → esm2020/drag-and-drop/drag-and-drop.directive.mjs} +6 -5
  51. package/{esm2015/drag-and-drop/drag-clue/drag-clue-template.directive.js → esm2020/drag-and-drop/drag-clue/drag-clue-template.directive.mjs} +5 -5
  52. package/{esm2015/drag-and-drop/drag-clue/drag-clue.component.js → esm2020/drag-and-drop/drag-clue/drag-clue.component.mjs} +36 -14
  53. package/{esm2015/drag-and-drop/drag-clue/drag-clue.service.js → esm2020/drag-and-drop/drag-clue/drag-clue.service.mjs} +5 -5
  54. package/{esm2015/drag-and-drop/drop-hint/drop-hint-template.directive.js → esm2020/drag-and-drop/drop-hint/drop-hint-template.directive.mjs} +5 -5
  55. package/{esm2015/drag-and-drop/drop-hint/drop-hint.component.js → esm2020/drag-and-drop/drop-hint/drop-hint.component.mjs} +5 -5
  56. package/{esm2015/drag-and-drop/drop-hint/drop-hint.service.js → esm2020/drag-and-drop/drop-hint/drop-hint.service.mjs} +5 -5
  57. package/{esm2015/drag-and-drop/editing-services/drag-and-drop-asset.service.js → esm2020/drag-and-drop/editing-services/drag-and-drop-asset.service.mjs} +4 -4
  58. package/{esm2015/drag-and-drop/editing-services/flat-editing.service.js → esm2020/drag-and-drop/editing-services/flat-editing.service.mjs} +1 -1
  59. package/{esm2015/drag-and-drop/editing-services/hierarchy-editing.service.js → esm2020/drag-and-drop/editing-services/hierarchy-editing.service.mjs} +1 -1
  60. package/{esm2015/drag-and-drop/models/drop-action.js → esm2020/drag-and-drop/models/drop-action.mjs} +1 -1
  61. package/{esm2015/drag-and-drop/models/drop-position.js → esm2020/drag-and-drop/models/drop-position.mjs} +1 -1
  62. package/{esm2015/checkable-settings.js → esm2020/drag-and-drop/models/editing-service.mjs} +1 -1
  63. package/{esm2015/drag-and-drop/models/preventable-event.js → esm2020/drag-and-drop/models/preventable-event.mjs} +1 -1
  64. package/{esm2015/drag-and-drop/models/scroll-direction.js → esm2020/drag-and-drop/models/scroll-direction.mjs} +1 -1
  65. package/esm2020/drag-and-drop/models/scroll-settings.mjs +5 -0
  66. package/esm2020/drag-and-drop/models/tree-item-filter-state.mjs +5 -0
  67. package/esm2020/drag-and-drop/models/treeitem-add-remove-args.mjs +5 -0
  68. package/{esm2015/drag-and-drop/models/treeitem-drag-event.js → esm2020/drag-and-drop/models/treeitem-drag-event.mjs} +1 -1
  69. package/{esm2015/drag-and-drop/models/treeitem-drag-start-event.js → esm2020/drag-and-drop/models/treeitem-drag-start-event.mjs} +1 -1
  70. package/{esm2015/drag-and-drop/models/treeitem-drop-event.js → esm2020/drag-and-drop/models/treeitem-drop-event.mjs} +1 -1
  71. package/{esm2015/drag-and-drop/models.js → esm2020/drag-and-drop/models.mjs} +1 -1
  72. package/{esm2015/expand-state.service.js → esm2020/expand-state.service.mjs} +4 -4
  73. package/{esm2015/expand.directive.js → esm2020/expand.directive.mjs} +9 -8
  74. package/{esm2015/expandable-component.js → esm2020/expandable-component.mjs} +4 -4
  75. package/esm2020/filter-expand-settings.interface.mjs +5 -0
  76. package/esm2020/filter-state.interface.mjs +5 -0
  77. package/{esm2015/filtering-base.js → esm2020/filtering-base.mjs} +9 -5
  78. package/{esm2015/flat-binding.directive.js → esm2020/flat-binding.directive.mjs} +6 -5
  79. package/{esm2015/funcs.js → esm2020/funcs.mjs} +1 -1
  80. package/{esm2015/hierarchy-binding.directive.js → esm2020/hierarchy-binding.directive.mjs} +13 -11
  81. package/{esm2015/index-builder.service.js → esm2020/index-builder.service.mjs} +4 -4
  82. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  83. package/{esm2015/load-more/load-more-button-template.directive.js → esm2020/load-more/load-more-button-template.directive.mjs} +5 -5
  84. package/esm2020/load-more/load-more-request-args.mjs +5 -0
  85. package/{esm2015/load-more/load-more-utils.js → esm2020/load-more/load-more-utils.mjs} +1 -1
  86. package/{esm2015/load-more/load-more.directive.js → esm2020/load-more/load-more.directive.mjs} +5 -4
  87. package/esm2020/load-more/load-more.service.mjs +5 -0
  88. package/{esm2015/loading-indicator.directive.js → esm2020/loading-indicator.directive.mjs} +7 -5
  89. package/{esm2015/loading-notification.service.js → esm2020/loading-notification.service.mjs} +4 -4
  90. package/esm2020/navigation/navigation-item.interface.mjs +5 -0
  91. package/{esm2015/navigation/navigation-model.js → esm2020/navigation/navigation-model.mjs} +1 -1
  92. package/esm2020/navigation/navigation-state.interface.mjs +5 -0
  93. package/{esm2015/navigation/navigation.service.js → esm2020/navigation/navigation.service.mjs} +5 -4
  94. package/{esm2015/node-children.service.js → esm2020/node-children.service.mjs} +4 -4
  95. package/esm2020/node-click-event.interface.mjs +5 -0
  96. package/{esm2015/node-template.directive.js → esm2020/node-template.directive.mjs} +5 -5
  97. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  98. package/{esm2015/kendo-angular-treeview.js → esm2020/progress-kendo-angular-treeview.mjs} +2 -2
  99. package/{esm2015/selection/select.directive.js → esm2020/selection/select.directive.mjs} +9 -8
  100. package/esm2020/selection/selectable-settings.mjs +5 -0
  101. package/esm2020/selection/selection-mode.mjs +5 -0
  102. package/{esm2015/selection/selection.service.js → esm2020/selection/selection.service.mjs} +4 -4
  103. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +12 -8
  104. package/esm2020/size.mjs +5 -0
  105. package/esm2020/treeitem-lookup.interface.mjs +5 -0
  106. package/esm2020/treeitem.interface.mjs +5 -0
  107. package/{esm2015/treeview-filter-settings.js → esm2020/treeview-filter-settings.mjs} +1 -1
  108. package/{esm2015/treeview-group.component.js → esm2020/treeview-group.component.mjs} +47 -26
  109. package/{esm2015/treeview-item-content.directive.js → esm2020/treeview-item-content.directive.mjs} +9 -7
  110. package/{esm2015/treeview-item.directive.js → esm2020/treeview-item.directive.mjs} +10 -5
  111. package/{esm2015/treeview-lookup.service.js → esm2020/treeview-lookup.service.mjs} +4 -4
  112. package/{esm2015/treeview.component.js → esm2020/treeview.component.mjs} +26 -10
  113. package/{esm2015/treeview.module.js → esm2020/treeview.module.mjs} +5 -5
  114. package/{esm2015/utils.js → esm2020/utils.mjs} +1 -1
  115. package/expand-state.service.d.ts +1 -1
  116. package/expand.directive.d.ts +1 -1
  117. package/expandable-component.d.ts +1 -1
  118. package/fesm2015/progress-kendo-angular-treeview.mjs +5517 -0
  119. package/{fesm2015/kendo-angular-treeview.js → fesm2020/progress-kendo-angular-treeview.mjs} +309 -251
  120. package/filter-expand-settings.interface.d.ts +1 -1
  121. package/filter-state.interface.d.ts +1 -1
  122. package/filtering-base.d.ts +1 -1
  123. package/flat-binding.directive.d.ts +1 -1
  124. package/funcs.d.ts +1 -1
  125. package/hierarchy-binding.directive.d.ts +5 -5
  126. package/index-builder.service.d.ts +1 -1
  127. package/{main.d.ts → index.d.ts} +1 -1
  128. package/load-more/load-more-button-template.directive.d.ts +1 -1
  129. package/load-more/load-more-request-args.d.ts +1 -1
  130. package/load-more/load-more-utils.d.ts +1 -1
  131. package/load-more/load-more.directive.d.ts +1 -1
  132. package/load-more/load-more.service.d.ts +1 -1
  133. package/loading-indicator.directive.d.ts +1 -1
  134. package/loading-notification.service.d.ts +1 -1
  135. package/navigation/navigation-item.interface.d.ts +1 -1
  136. package/navigation/navigation-model.d.ts +1 -1
  137. package/navigation/navigation-state.interface.d.ts +1 -1
  138. package/navigation/navigation.service.d.ts +1 -1
  139. package/node-children.service.d.ts +1 -1
  140. package/node-click-event.interface.d.ts +1 -1
  141. package/node-template.directive.d.ts +1 -1
  142. package/package-metadata.d.ts +1 -1
  143. package/package.json +31 -57
  144. package/{kendo-angular-treeview.d.ts → progress-kendo-angular-treeview.d.ts} +2 -2
  145. package/schematics/ngAdd/index.js +4 -6
  146. package/selection/select.directive.d.ts +1 -1
  147. package/selection/selectable-settings.d.ts +1 -1
  148. package/selection/selection-mode.d.ts +1 -1
  149. package/selection/selection.service.d.ts +1 -1
  150. package/shared.module.d.ts +3 -2
  151. package/size.d.ts +1 -1
  152. package/treeitem-lookup.interface.d.ts +1 -1
  153. package/treeitem.interface.d.ts +1 -1
  154. package/treeview-filter-settings.d.ts +1 -1
  155. package/treeview-group.component.d.ts +12 -1
  156. package/treeview-item-content.directive.d.ts +1 -1
  157. package/treeview-item.directive.d.ts +1 -1
  158. package/treeview-lookup.service.d.ts +1 -1
  159. package/treeview.component.d.ts +6 -1
  160. package/treeview.module.d.ts +1 -1
  161. package/utils.d.ts +1 -1
  162. package/bundles/kendo-angular-treeview.umd.js +0 -5
  163. package/esm2015/drag-and-drop/models/scroll-settings.js +0 -5
  164. package/esm2015/drag-and-drop/models/tree-item-filter-state.js +0 -5
  165. package/esm2015/drag-and-drop/models/treeitem-add-remove-args.js +0 -5
  166. package/esm2015/filter-expand-settings.interface.js +0 -5
  167. package/esm2015/filter-state.interface.js +0 -5
  168. package/esm2015/load-more/load-more-request-args.js +0 -5
  169. package/esm2015/load-more/load-more.service.js +0 -5
  170. package/esm2015/navigation/navigation-item.interface.js +0 -5
  171. package/esm2015/navigation/navigation-state.interface.js +0 -5
  172. package/esm2015/node-click-event.interface.js +0 -5
  173. package/esm2015/selection/selectable-settings.js +0 -5
  174. package/esm2015/selection/selection-mode.js +0 -5
  175. package/esm2015/size.js +0 -5
  176. package/esm2015/treeitem-lookup.interface.js +0 -5
  177. package/esm2015/treeitem.interface.js +0 -5
  178. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,13 +1,15 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, Input, Optional, Host } from '@angular/core';
6
6
  import { getter } from '@progress/kendo-common';
7
7
  import { anyChanged, isChanged } from '@progress/kendo-angular-common';
8
+ import { DataBoundComponent } from './data-bound-component';
8
9
  import { isArrayWithAtLeastOneItem, isPresent } from './utils';
9
10
  import { of } from 'rxjs';
10
11
  import { HierarchyEditingService } from './drag-and-drop/editing-services/hierarchy-editing.service';
12
+ import { DragAndDropDirective } from './drag-and-drop/drag-and-drop.directive';
11
13
  import { isVisible } from './default-callbacks';
12
14
  import { IndexBuilderService } from './index-builder.service';
13
15
  import { FilteringBase } from './filtering-base';
@@ -56,6 +58,12 @@ export class HierarchyBindingDirective extends FilteringBase {
56
58
  }
57
59
  this._childrenField = value;
58
60
  }
61
+ /**
62
+ * The field name which holds the data items of the child component.
63
+ */
64
+ get childrenField() {
65
+ return this._childrenField;
66
+ }
59
67
  /**
60
68
  * @hidden
61
69
  * A callback which determines whether a TreeView node should be rendered as hidden.
@@ -63,12 +71,6 @@ export class HierarchyBindingDirective extends FilteringBase {
63
71
  set isVisible(fn) {
64
72
  this.component.isVisible = fn;
65
73
  }
66
- /**
67
- * The field name which holds the data items of the child component.
68
- */
69
- get childrenField() {
70
- return this._childrenField;
71
- }
72
74
  ngOnInit() {
73
75
  if (isPresent(this.childrenField)) {
74
76
  this.component.children = item => of(getter(this.childrenField)(item));
@@ -92,7 +94,7 @@ export class HierarchyBindingDirective extends FilteringBase {
92
94
  this.updateNodes(this.originalData);
93
95
  }
94
96
  if (isChanged('nodes', changes, false)) {
95
- this.updateNodes(changes.nodes.currentValue);
97
+ this.updateNodes(changes['nodes'].currentValue);
96
98
  }
97
99
  // should react to changes.loadOnDemand as well - should preload the data or clear the already cached items
98
100
  if (anyChanged(['nodes', 'loadOnDemand'], changes) && !this.loadOnDemand && isPresent(this.component.preloadChildNodes)) {
@@ -108,9 +110,9 @@ export class HierarchyBindingDirective extends FilteringBase {
108
110
  this.updateVisibleNodes(this.filterData);
109
111
  }
110
112
  }
111
- HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: i1.DataBoundComponent }, { token: i2.DragAndDropDirective, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
112
- HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: HierarchyBindingDirective, selector: "[kendoTreeViewHierarchyBinding]", inputs: { childrenField: "childrenField", nodes: "nodes", isVisible: "isVisible", loadOnDemand: "loadOnDemand" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
113
+ HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: i1.DataBoundComponent }, { token: i2.DragAndDropDirective, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
114
+ HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: HierarchyBindingDirective, selector: "[kendoTreeViewHierarchyBinding]", inputs: { childrenField: "childrenField", nodes: "nodes", isVisible: "isVisible", loadOnDemand: "loadOnDemand" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
114
116
  type: Directive,
115
117
  args: [{ selector: '[kendoTreeViewHierarchyBinding]' }]
116
118
  }], ctorParameters: function () { return [{ type: i1.DataBoundComponent }, { type: i2.DragAndDropDirective, decorators: [{
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable } from '@angular/core';
@@ -28,8 +28,8 @@ export class IndexBuilderService {
28
28
  return index.split(this.INDEX_SEPARATOR).length;
29
29
  }
30
30
  }
31
- IndexBuilderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IndexBuilderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
32
- IndexBuilderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IndexBuilderService });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IndexBuilderService, decorators: [{
31
+ IndexBuilderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: IndexBuilderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
32
+ IndexBuilderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: IndexBuilderService });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: IndexBuilderService, decorators: [{
34
34
  type: Injectable
35
35
  }] });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { TreeViewComponent } from './treeview.component';
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Optional, Directive } from "@angular/core";
5
+ import { Optional, Directive, TemplateRef } from "@angular/core";
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the template for the TreeView load more buttons.
@@ -19,9 +19,9 @@ export class LoadMoreButtonTemplateDirective {
19
19
  this.templateRef = templateRef;
20
20
  }
21
21
  }
22
- LoadMoreButtonTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadMoreButtonTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
23
- LoadMoreButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LoadMoreButtonTemplateDirective, selector: "[kendoTreeViewLoadMoreButtonTemplate]", ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadMoreButtonTemplateDirective, decorators: [{
22
+ LoadMoreButtonTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadMoreButtonTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
23
+ LoadMoreButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LoadMoreButtonTemplateDirective, selector: "[kendoTreeViewLoadMoreButtonTemplate]", ngImport: i0 });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadMoreButtonTemplateDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
27
  selector: '[kendoTreeViewLoadMoreButtonTemplate]'
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { isPresent } from '../utils';
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, Input, isDevMode } from '@angular/core';
6
6
  import { guid } from '@progress/kendo-angular-common';
7
+ import { TreeViewComponent } from '../treeview.component';
7
8
  import { isPresent } from '../utils';
8
9
  import * as i0 from "@angular/core";
9
10
  import * as i1 from "../treeview.component";
@@ -83,9 +84,9 @@ export class LoadMoreDirective {
83
84
  return this.pageSize;
84
85
  }
85
86
  }
86
- LoadMoreDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadMoreDirective, deps: [{ token: i1.TreeViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
87
- LoadMoreDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LoadMoreDirective, selector: "[kendoTreeViewLoadMore]", inputs: { loadMoreNodes: ["kendoTreeViewLoadMore", "loadMoreNodes"], pageSize: "pageSize", totalRootNodes: "totalRootNodes", totalField: "totalField" }, usesOnChanges: true, ngImport: i0 });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadMoreDirective, decorators: [{
87
+ LoadMoreDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadMoreDirective, deps: [{ token: i1.TreeViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
88
+ LoadMoreDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LoadMoreDirective, selector: "[kendoTreeViewLoadMore]", inputs: { loadMoreNodes: ["kendoTreeViewLoadMore", "loadMoreNodes"], pageSize: "pageSize", totalRootNodes: "totalRootNodes", totalField: "totalField" }, usesOnChanges: true, ngImport: i0 });
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadMoreDirective, decorators: [{
89
90
  type: Directive,
90
91
  args: [{
91
92
  selector: '[kendoTreeViewLoadMore]'
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,8 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, HostBinding, Input } from '@angular/core';
5
+ import { Directive, ChangeDetectorRef, HostBinding, Input } from '@angular/core';
6
+ import { ExpandStateService } from './expand-state.service';
7
+ import { LoadingNotificationService } from './loading-notification.service';
6
8
  import { of } from 'rxjs';
7
9
  import { delay, filter, switchMap, takeUntil, tap } from 'rxjs/operators';
8
10
  import * as i0 from "@angular/core";
@@ -45,9 +47,9 @@ export class LoadingIndicatorDirective {
45
47
  }
46
48
  }
47
49
  }
48
- LoadingIndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadingIndicatorDirective, deps: [{ token: i1.ExpandStateService }, { token: i2.LoadingNotificationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
49
- LoadingIndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LoadingIndicatorDirective, selector: "[kendoTreeViewLoading]", inputs: { index: ["kendoTreeViewLoading", "index"] }, host: { properties: { "class.k-i-loading": "this.loading" } }, ngImport: i0 });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadingIndicatorDirective, decorators: [{
50
+ LoadingIndicatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadingIndicatorDirective, deps: [{ token: i1.ExpandStateService }, { token: i2.LoadingNotificationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
51
+ LoadingIndicatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LoadingIndicatorDirective, selector: "[kendoTreeViewLoading]", inputs: { index: ["kendoTreeViewLoading", "index"] }, host: { properties: { "class.k-i-loading": "this.loading" } }, ngImport: i0 });
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadingIndicatorDirective, decorators: [{
51
53
  type: Directive,
52
54
  args: [{ selector: '[kendoTreeViewLoading]' }]
53
55
  }], ctorParameters: function () { return [{ type: i1.ExpandStateService }, { type: i2.LoadingNotificationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { loading: [{
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable } from "@angular/core";
@@ -16,8 +16,8 @@ export class LoadingNotificationService {
16
16
  this.changes.next(index);
17
17
  }
18
18
  }
19
- LoadingNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadingNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
- LoadingNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadingNotificationService });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoadingNotificationService, decorators: [{
19
+ LoadingNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadingNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
+ LoadingNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadingNotificationService });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LoadingNotificationService, decorators: [{
22
22
  type: Injectable
23
23
  }] });
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { IndexBuilderService } from '../index-builder.service';
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable } from '@angular/core';
6
6
  import { Keys } from '@progress/kendo-angular-common';
7
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
7
8
  import { Subject } from 'rxjs';
8
9
  import { NavigationModel } from './navigation-model';
9
10
  import { nodeIndex, isPresent } from '../utils';
@@ -234,8 +235,8 @@ export class NavigationService {
234
235
  }
235
236
  }
236
237
  }
237
- NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NavigationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
238
- NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NavigationService });
239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NavigationService, decorators: [{
238
+ NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
239
+ NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationService });
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationService, decorators: [{
240
241
  type: Injectable
241
242
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable } from "@angular/core";
@@ -16,8 +16,8 @@ export class NodeChildrenService {
16
16
  this.changes.next({ item, children });
17
17
  }
18
18
  }
19
- NodeChildrenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NodeChildrenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
- NodeChildrenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NodeChildrenService });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NodeChildrenService, decorators: [{
19
+ NodeChildrenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NodeChildrenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
+ NodeChildrenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NodeChildrenService });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NodeChildrenService, decorators: [{
22
22
  type: Injectable
23
23
  }] });
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Optional, Directive } from "@angular/core";
5
+ import { Optional, Directive, TemplateRef } from "@angular/core";
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the template for the TreeView nodes ([more information and example]({% slug nodetemplate_treeview %})).
@@ -63,9 +63,9 @@ export class NodeTemplateDirective {
63
63
  this.templateRef = templateRef;
64
64
  }
65
65
  }
66
- NodeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NodeTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
67
- NodeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: NodeTemplateDirective, selector: "[kendoTreeViewNodeTemplate]", ngImport: i0 });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NodeTemplateDirective, decorators: [{
66
+ NodeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NodeTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
67
+ NodeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: NodeTemplateDirective, selector: "[kendoTreeViewNodeTemplate]", ngImport: i0 });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NodeTemplateDirective, decorators: [{
69
69
  type: Directive,
70
70
  args: [{
71
71
  selector: '[kendoTreeViewNodeTemplate]'
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-treeview',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1668698257,
12
+ publishDate: 1673469287,
13
13
  version: '',
14
- licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
14
+ licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
6
  * Generated bundle index. Do not edit.
7
7
  */
8
- export * from './main';
8
+ export * from './index';
@@ -1,11 +1,13 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, EventEmitter, HostBinding, Input, Output } from '@angular/core';
6
+ import { TreeViewComponent } from '../treeview.component';
6
7
  import { isBoolean, isPresent, noop } from '../utils';
7
8
  import { Subscription } from 'rxjs';
8
9
  import { isChanged } from '@progress/kendo-angular-common';
10
+ import { NavigationService } from '../navigation/navigation.service';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "../treeview.component";
11
13
  import * as i2 from "../navigation/navigation.service";
@@ -57,12 +59,11 @@ export class SelectDirective {
57
59
  return Object.assign(defaultOptions, selectionSettings);
58
60
  }
59
61
  ngOnChanges(changes) {
60
- var _a;
61
- if (isChanged('selectedKeys', changes, false) && changes.selectedKeys.currentValue !== this.lastChange) {
62
- this.state = new Set(changes.selectedKeys.currentValue);
62
+ if (isChanged('selectedKeys', changes, false) && changes['selectedKeys'].currentValue !== this.lastChange) {
63
+ this.state = new Set(changes['selectedKeys'].currentValue);
63
64
  }
64
65
  const isSelectionBooleanTrue = typeof this.selection === 'boolean' && this.selection;
65
- this.navigationService.selection = isSelectionBooleanTrue ? 'single' : (_a = this.selection) === null || _a === void 0 ? void 0 : _a.mode;
66
+ this.navigationService.selection = isSelectionBooleanTrue ? 'single' : this.selection?.mode;
66
67
  }
67
68
  ngOnDestroy() {
68
69
  this.subscriptions.unsubscribe();
@@ -113,9 +114,9 @@ export class SelectDirective {
113
114
  this.selectedKeysChange.emit(this.lastChange);
114
115
  }
115
116
  }
116
- SelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SelectDirective, deps: [{ token: i1.TreeViewComponent }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
117
- SelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: SelectDirective, selector: "[kendoTreeViewSelectable]", inputs: { isSelected: "isSelected", selectKey: ["selectBy", "selectKey"], selection: ["kendoTreeViewSelectable", "selection"], selectedKeys: "selectedKeys" }, outputs: { selectedKeysChange: "selectedKeysChange" }, host: { properties: { "attr.aria-multiselectable": "this.getAriaMultiselectable" } }, usesOnChanges: true, ngImport: i0 });
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SelectDirective, decorators: [{
117
+ SelectDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectDirective, deps: [{ token: i1.TreeViewComponent }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
118
+ SelectDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SelectDirective, selector: "[kendoTreeViewSelectable]", inputs: { isSelected: "isSelected", selectKey: ["selectBy", "selectKey"], selection: ["kendoTreeViewSelectable", "selection"], selectedKeys: "selectedKeys" }, outputs: { selectedKeysChange: "selectedKeysChange" }, host: { properties: { "attr.aria-multiselectable": "this.getAriaMultiselectable" } }, usesOnChanges: true, ngImport: i0 });
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectDirective, decorators: [{
119
120
  type: Directive,
120
121
  args: [{ selector: '[kendoTreeViewSelectable]' }]
121
122
  }], ctorParameters: function () { return [{ type: i1.TreeViewComponent }, { type: i2.NavigationService }]; }, propDecorators: { isSelected: [{
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable } from '@angular/core';
@@ -27,8 +27,8 @@ export class SelectionService {
27
27
  this.changes.next({ dataItem, index });
28
28
  }
29
29
  }
30
- SelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
31
- SelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SelectionService });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SelectionService, decorators: [{
30
+ SelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
31
+ SelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectionService });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectionService, decorators: [{
33
33
  type: Injectable
34
34
  }] });
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
@@ -26,6 +26,7 @@ import { DragAndDropEditingDirective } from './drag-and-drop/drag-and-drop-editi
26
26
  import { LoadMoreDirective } from './load-more/load-more.directive';
27
27
  import { LoadMoreButtonTemplateDirective } from './load-more/load-more-button-template.directive';
28
28
  import { InputsModule } from '@progress/kendo-angular-inputs';
29
+ import { IconsModule } from '@progress/kendo-angular-icons';
29
30
  import * as i0 from "@angular/core";
30
31
  const COMPONENT_DIRECTIVES = [
31
32
  TreeViewComponent,
@@ -54,8 +55,8 @@ const COMPONENT_DIRECTIVES = [
54
55
  */
55
56
  export class SharedModule {
56
57
  }
57
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
58
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, declarations: [TreeViewComponent,
58
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
59
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, declarations: [TreeViewComponent,
59
60
  TreeViewGroupComponent,
60
61
  TreeViewItemDirective,
61
62
  TreeViewItemContentDirective,
@@ -76,7 +77,8 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
76
77
  LoadMoreDirective,
77
78
  LoadMoreButtonTemplateDirective], imports: [CommonModule,
78
79
  CheckBoxModule,
79
- InputsModule], exports: [TreeViewComponent,
80
+ InputsModule,
81
+ IconsModule], exports: [TreeViewComponent,
80
82
  TreeViewGroupComponent,
81
83
  TreeViewItemDirective,
82
84
  TreeViewItemContentDirective,
@@ -96,12 +98,13 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
96
98
  DragAndDropEditingDirective,
97
99
  LoadMoreDirective,
98
100
  LoadMoreButtonTemplateDirective] });
99
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, imports: [[
101
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, imports: [[
100
102
  CommonModule,
101
103
  CheckBoxModule,
102
- InputsModule
104
+ InputsModule,
105
+ IconsModule
103
106
  ]] });
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SharedModule, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, decorators: [{
105
108
  type: NgModule,
106
109
  args: [{
107
110
  declarations: [COMPONENT_DIRECTIVES],
@@ -109,7 +112,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
109
112
  imports: [
110
113
  CommonModule,
111
114
  CheckBoxModule,
112
- InputsModule
115
+ InputsModule,
116
+ IconsModule
113
117
  ],
114
118
  entryComponents: [
115
119
  DragClueComponent,
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**