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

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 (176) hide show
  1. package/NOTICE.txt +3 -3
  2. package/check-mode.d.ts +1 -1
  3. package/check.directive.d.ts +1 -1
  4. package/checkable-settings.d.ts +1 -1
  5. package/checkbox/checkbox.component.d.ts +1 -1
  6. package/checkbox/checkbox.module.d.ts +1 -1
  7. package/checkbox/checked-state.d.ts +1 -1
  8. package/data-bound-component.d.ts +1 -1
  9. package/data-change-notification.service.d.ts +1 -1
  10. package/default-callbacks.d.ts +1 -1
  11. package/disable.directive.d.ts +1 -1
  12. package/drag-and-drop/drag-and-drop-editing.directive.d.ts +1 -1
  13. package/drag-and-drop/drag-and-drop-utils.d.ts +1 -1
  14. package/drag-and-drop/drag-and-drop.directive.d.ts +1 -1
  15. package/drag-and-drop/drag-clue/drag-clue-template.directive.d.ts +1 -1
  16. package/drag-and-drop/drag-clue/drag-clue.component.d.ts +1 -1
  17. package/drag-and-drop/drag-clue/drag-clue.service.d.ts +3 -3
  18. package/drag-and-drop/drop-hint/drop-hint-template.directive.d.ts +1 -1
  19. package/drag-and-drop/drop-hint/drop-hint.component.d.ts +1 -1
  20. package/drag-and-drop/drop-hint/drop-hint.service.d.ts +1 -1
  21. package/drag-and-drop/editing-services/drag-and-drop-asset.service.d.ts +1 -1
  22. package/drag-and-drop/editing-services/flat-editing.service.d.ts +1 -1
  23. package/drag-and-drop/editing-services/hierarchy-editing.service.d.ts +1 -1
  24. package/drag-and-drop/models/drop-action.d.ts +1 -1
  25. package/drag-and-drop/models/drop-position.d.ts +1 -1
  26. package/drag-and-drop/models/editing-service.d.ts +1 -1
  27. package/drag-and-drop/models/preventable-event.d.ts +1 -1
  28. package/drag-and-drop/models/scroll-direction.d.ts +1 -1
  29. package/drag-and-drop/models/scroll-settings.d.ts +1 -1
  30. package/drag-and-drop/models/tree-item-filter-state.d.ts +1 -1
  31. package/drag-and-drop/models/treeitem-add-remove-args.d.ts +1 -1
  32. package/drag-and-drop/models/treeitem-drag-event.d.ts +1 -1
  33. package/drag-and-drop/models/treeitem-drag-start-event.d.ts +1 -1
  34. package/drag-and-drop/models/treeitem-drop-event.d.ts +1 -1
  35. package/drag-and-drop/models.d.ts +1 -1
  36. package/{esm2015/checkbox/checked-state.js → esm2020/check-mode.mjs} +1 -1
  37. package/{esm2015/check.directive.js → esm2020/check.directive.mjs} +7 -6
  38. package/{esm2015/check-mode.js → esm2020/checkable-settings.mjs} +1 -1
  39. package/{esm2015/checkbox/checkbox.component.js → esm2020/checkbox/checkbox.component.mjs} +5 -5
  40. package/{esm2015/checkbox/checkbox.module.js → esm2020/checkbox/checkbox.module.mjs} +5 -5
  41. package/{esm2015/drag-and-drop/models/editing-service.js → esm2020/checkbox/checked-state.mjs} +1 -1
  42. package/{esm2015/data-bound-component.js → esm2020/data-bound-component.mjs} +4 -4
  43. package/{esm2015/data-change-notification.service.js → esm2020/data-change-notification.service.mjs} +1 -1
  44. package/{esm2015/default-callbacks.js → esm2020/default-callbacks.mjs} +1 -1
  45. package/{esm2015/disable.directive.js → esm2020/disable.directive.mjs} +6 -5
  46. package/{esm2015/drag-and-drop/drag-and-drop-editing.directive.js → esm2020/drag-and-drop/drag-and-drop-editing.directive.mjs} +5 -4
  47. package/{esm2015/drag-and-drop/drag-and-drop-utils.js → esm2020/drag-and-drop/drag-and-drop-utils.mjs} +6 -2
  48. package/{esm2015/drag-and-drop/drag-and-drop.directive.js → esm2020/drag-and-drop/drag-and-drop.directive.mjs} +6 -5
  49. 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
  50. package/{esm2015/drag-and-drop/drag-clue/drag-clue.component.js → esm2020/drag-and-drop/drag-clue/drag-clue.component.mjs} +5 -5
  51. package/{esm2015/drag-and-drop/drag-clue/drag-clue.service.js → esm2020/drag-and-drop/drag-clue/drag-clue.service.mjs} +5 -5
  52. 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
  53. package/{esm2015/drag-and-drop/drop-hint/drop-hint.component.js → esm2020/drag-and-drop/drop-hint/drop-hint.component.mjs} +5 -5
  54. package/{esm2015/drag-and-drop/drop-hint/drop-hint.service.js → esm2020/drag-and-drop/drop-hint/drop-hint.service.mjs} +5 -5
  55. 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
  56. package/{esm2015/drag-and-drop/editing-services/flat-editing.service.js → esm2020/drag-and-drop/editing-services/flat-editing.service.mjs} +1 -1
  57. package/{esm2015/drag-and-drop/editing-services/hierarchy-editing.service.js → esm2020/drag-and-drop/editing-services/hierarchy-editing.service.mjs} +1 -1
  58. package/{esm2015/drag-and-drop/models/drop-action.js → esm2020/drag-and-drop/models/drop-action.mjs} +1 -1
  59. package/{esm2015/drag-and-drop/models/drop-position.js → esm2020/drag-and-drop/models/drop-position.mjs} +1 -1
  60. package/{esm2015/checkable-settings.js → esm2020/drag-and-drop/models/editing-service.mjs} +1 -1
  61. package/{esm2015/drag-and-drop/models/preventable-event.js → esm2020/drag-and-drop/models/preventable-event.mjs} +1 -1
  62. package/{esm2015/drag-and-drop/models/scroll-direction.js → esm2020/drag-and-drop/models/scroll-direction.mjs} +1 -1
  63. package/esm2020/drag-and-drop/models/scroll-settings.mjs +5 -0
  64. package/esm2020/drag-and-drop/models/tree-item-filter-state.mjs +5 -0
  65. package/esm2020/drag-and-drop/models/treeitem-add-remove-args.mjs +5 -0
  66. package/{esm2015/drag-and-drop/models/treeitem-drag-event.js → esm2020/drag-and-drop/models/treeitem-drag-event.mjs} +1 -1
  67. package/{esm2015/drag-and-drop/models/treeitem-drag-start-event.js → esm2020/drag-and-drop/models/treeitem-drag-start-event.mjs} +1 -1
  68. package/{esm2015/drag-and-drop/models/treeitem-drop-event.js → esm2020/drag-and-drop/models/treeitem-drop-event.mjs} +1 -1
  69. package/{esm2015/drag-and-drop/models.js → esm2020/drag-and-drop/models.mjs} +1 -1
  70. package/{esm2015/expand-state.service.js → esm2020/expand-state.service.mjs} +4 -4
  71. package/{esm2015/expand.directive.js → esm2020/expand.directive.mjs} +9 -8
  72. package/{esm2015/expandable-component.js → esm2020/expandable-component.mjs} +4 -4
  73. package/esm2020/filter-expand-settings.interface.mjs +5 -0
  74. package/esm2020/filter-state.interface.mjs +5 -0
  75. package/{esm2015/filtering-base.js → esm2020/filtering-base.mjs} +9 -5
  76. package/{esm2015/flat-binding.directive.js → esm2020/flat-binding.directive.mjs} +6 -5
  77. package/{esm2015/funcs.js → esm2020/funcs.mjs} +1 -1
  78. package/{esm2015/hierarchy-binding.directive.js → esm2020/hierarchy-binding.directive.mjs} +13 -11
  79. package/{esm2015/index-builder.service.js → esm2020/index-builder.service.mjs} +4 -4
  80. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  81. package/{esm2015/load-more/load-more-button-template.directive.js → esm2020/load-more/load-more-button-template.directive.mjs} +5 -5
  82. package/esm2020/load-more/load-more-request-args.mjs +5 -0
  83. package/{esm2015/load-more/load-more-utils.js → esm2020/load-more/load-more-utils.mjs} +1 -1
  84. package/{esm2015/load-more/load-more.directive.js → esm2020/load-more/load-more.directive.mjs} +5 -4
  85. package/esm2020/load-more/load-more.service.mjs +5 -0
  86. package/{esm2015/loading-indicator.directive.js → esm2020/loading-indicator.directive.mjs} +7 -5
  87. package/{esm2015/loading-notification.service.js → esm2020/loading-notification.service.mjs} +4 -4
  88. package/esm2020/navigation/navigation-item.interface.mjs +5 -0
  89. package/{esm2015/navigation/navigation-model.js → esm2020/navigation/navigation-model.mjs} +1 -1
  90. package/esm2020/navigation/navigation-state.interface.mjs +5 -0
  91. package/{esm2015/navigation/navigation.service.js → esm2020/navigation/navigation.service.mjs} +5 -4
  92. package/{esm2015/node-children.service.js → esm2020/node-children.service.mjs} +4 -4
  93. package/esm2020/node-click-event.interface.mjs +5 -0
  94. package/{esm2015/node-template.directive.js → esm2020/node-template.directive.mjs} +5 -5
  95. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  96. package/{esm2015/kendo-angular-treeview.js → esm2020/progress-kendo-angular-treeview.mjs} +2 -2
  97. package/{esm2015/selection/select.directive.js → esm2020/selection/select.directive.mjs} +9 -8
  98. package/esm2020/selection/selectable-settings.mjs +5 -0
  99. package/esm2020/selection/selection-mode.mjs +5 -0
  100. package/{esm2015/selection/selection.service.js → esm2020/selection/selection.service.mjs} +4 -4
  101. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
  102. package/esm2020/size.mjs +5 -0
  103. package/esm2020/treeitem-lookup.interface.mjs +5 -0
  104. package/esm2020/treeitem.interface.mjs +5 -0
  105. package/{esm2015/treeview-filter-settings.js → esm2020/treeview-filter-settings.mjs} +1 -1
  106. package/{esm2015/treeview-group.component.js → esm2020/treeview-group.component.mjs} +12 -5
  107. package/{esm2015/treeview-item-content.directive.js → esm2020/treeview-item-content.directive.mjs} +9 -7
  108. package/{esm2015/treeview-item.directive.js → esm2020/treeview-item.directive.mjs} +10 -5
  109. package/{esm2015/treeview-lookup.service.js → esm2020/treeview-lookup.service.mjs} +4 -4
  110. package/{esm2015/treeview.component.js → esm2020/treeview.component.mjs} +5 -5
  111. package/{esm2015/treeview.module.js → esm2020/treeview.module.mjs} +5 -5
  112. package/{esm2015/utils.js → esm2020/utils.mjs} +1 -1
  113. package/expand-state.service.d.ts +1 -1
  114. package/expand.directive.d.ts +1 -1
  115. package/expandable-component.d.ts +1 -1
  116. package/fesm2015/progress-kendo-angular-treeview.mjs +5465 -0
  117. package/{fesm2015/kendo-angular-treeview.js → fesm2020/progress-kendo-angular-treeview.mjs} +224 -218
  118. package/filter-expand-settings.interface.d.ts +1 -1
  119. package/filter-state.interface.d.ts +1 -1
  120. package/filtering-base.d.ts +1 -1
  121. package/flat-binding.directive.d.ts +1 -1
  122. package/funcs.d.ts +1 -1
  123. package/hierarchy-binding.directive.d.ts +5 -5
  124. package/index-builder.service.d.ts +1 -1
  125. package/{main.d.ts → index.d.ts} +1 -1
  126. package/load-more/load-more-button-template.directive.d.ts +1 -1
  127. package/load-more/load-more-request-args.d.ts +1 -1
  128. package/load-more/load-more-utils.d.ts +1 -1
  129. package/load-more/load-more.directive.d.ts +1 -1
  130. package/load-more/load-more.service.d.ts +1 -1
  131. package/loading-indicator.directive.d.ts +1 -1
  132. package/loading-notification.service.d.ts +1 -1
  133. package/navigation/navigation-item.interface.d.ts +1 -1
  134. package/navigation/navigation-model.d.ts +1 -1
  135. package/navigation/navigation-state.interface.d.ts +1 -1
  136. package/navigation/navigation.service.d.ts +1 -1
  137. package/node-children.service.d.ts +1 -1
  138. package/node-click-event.interface.d.ts +1 -1
  139. package/node-template.directive.d.ts +1 -1
  140. package/package-metadata.d.ts +1 -1
  141. package/package.json +30 -57
  142. package/{kendo-angular-treeview.d.ts → progress-kendo-angular-treeview.d.ts} +2 -2
  143. package/schematics/ngAdd/index.js +1 -5
  144. package/selection/select.directive.d.ts +1 -1
  145. package/selection/selectable-settings.d.ts +1 -1
  146. package/selection/selection-mode.d.ts +1 -1
  147. package/selection/selection.service.d.ts +1 -1
  148. package/shared.module.d.ts +1 -1
  149. package/size.d.ts +1 -1
  150. package/treeitem-lookup.interface.d.ts +1 -1
  151. package/treeitem.interface.d.ts +1 -1
  152. package/treeview-filter-settings.d.ts +1 -1
  153. package/treeview-group.component.d.ts +1 -1
  154. package/treeview-item-content.directive.d.ts +1 -1
  155. package/treeview-item.directive.d.ts +1 -1
  156. package/treeview-lookup.service.d.ts +1 -1
  157. package/treeview.component.d.ts +1 -1
  158. package/treeview.module.d.ts +1 -1
  159. package/utils.d.ts +1 -1
  160. package/bundles/kendo-angular-treeview.umd.js +0 -5
  161. package/esm2015/drag-and-drop/models/scroll-settings.js +0 -5
  162. package/esm2015/drag-and-drop/models/tree-item-filter-state.js +0 -5
  163. package/esm2015/drag-and-drop/models/treeitem-add-remove-args.js +0 -5
  164. package/esm2015/filter-expand-settings.interface.js +0 -5
  165. package/esm2015/filter-state.interface.js +0 -5
  166. package/esm2015/load-more/load-more-request-args.js +0 -5
  167. package/esm2015/load-more/load-more.service.js +0 -5
  168. package/esm2015/navigation/navigation-item.interface.js +0 -5
  169. package/esm2015/navigation/navigation-state.interface.js +0 -5
  170. package/esm2015/node-click-event.interface.js +0 -5
  171. package/esm2015/selection/selectable-settings.js +0 -5
  172. package/esm2015/selection/selection-mode.js +0 -5
  173. package/esm2015/size.js +0 -5
  174. package/esm2015/treeitem-lookup.interface.js +0 -5
  175. package/esm2015/treeitem.interface.js +0 -5
  176. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 interface FilterExpandSettings {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TreeItemFilterState } from "./drag-and-drop/models/tree-item-filter-state";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { DataBoundComponent } from "./data-bound-component";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { OnChanges, OnInit, SimpleChanges } from '@angular/core';
package/funcs.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { OnInit, SimpleChanges } from '@angular/core';
@@ -17,6 +17,10 @@ export declare class HierarchyBindingDirective extends FilteringBase implements
17
17
  * The field name which holds the data items of the child component.
18
18
  */
19
19
  set childrenField(value: string);
20
+ /**
21
+ * The field name which holds the data items of the child component.
22
+ */
23
+ get childrenField(): string;
20
24
  /**
21
25
  * The nodes which will be displayed by the TreeView.
22
26
  */
@@ -26,10 +30,6 @@ export declare class HierarchyBindingDirective extends FilteringBase implements
26
30
  * A callback which determines whether a TreeView node should be rendered as hidden.
27
31
  */
28
32
  set isVisible(fn: (item: object, index: string) => boolean);
29
- /**
30
- * The field name which holds the data items of the child component.
31
- */
32
- get childrenField(): string;
33
33
  /**
34
34
  * @hidden
35
35
  */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 * as i0 from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TemplateRef } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TreeViewComponent } from '../treeview.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Observable } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Observable } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Subject } from "rxjs";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { NavigationItem } from './navigation-item.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Subject } from "rxjs";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TreeItem } from './treeitem.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TemplateRef } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treeview",
3
- "version": "7.1.5",
3
+ "version": "11.0.0-develop.80",
4
4
  "description": "Kendo UI TreeView for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
7
7
  "homepage": "https://www.telerik.com/kendo-angular-ui/components/",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/telerik/kendo-angular-treeview.git"
11
- },
12
8
  "bugs": {
13
9
  "url": "https://github.com/telerik/kendo-angular"
14
10
  },
@@ -21,65 +17,42 @@
21
17
  "@progress": {
22
18
  "friendlyName": "TreeView"
23
19
  },
24
- "dependencies": {
20
+ "peerDependencies": {
21
+ "@angular/animations": "13 - 15",
22
+ "@angular/common": "13 - 15",
23
+ "@angular/core": "13 - 15",
24
+ "@angular/platform-browser": "13 - 15",
25
25
  "@progress/kendo-common": "^0.2.0",
26
- "@progress/kendo-schematics": "^3.0.0",
27
26
  "@progress/kendo-draggable": "^3.0.2",
28
- "tslib": "^2.3.1"
29
- },
30
- "peerDependencies": {
31
- "@angular/animations": "12 - 15",
32
- "@angular/common": "12 - 15",
33
- "@angular/core": "12 - 15",
34
- "@progress/kendo-angular-common": "^3.0.0",
35
- "@progress/kendo-angular-inputs": "9 - 10",
36
- "@progress/kendo-angular-l10n": "^4.0.0",
37
- "@progress/kendo-licensing": "^1.1.1",
27
+ "@progress/kendo-licensing": "^1.0.2",
28
+ "@progress/kendo-angular-common": "11.0.0-develop.80",
29
+ "@progress/kendo-angular-inputs": "11.0.0-develop.80",
30
+ "@progress/kendo-angular-l10n": "11.0.0-develop.80",
31
+ "@progress/kendo-angular-schematics": "11.0.0-develop.80",
38
32
  "rxjs": "^6.5.3 || ^7.0.0"
39
33
  },
40
- "config": {
41
- "commitizen": {
42
- "path": "./node_modules/cz-conventional-changelog"
43
- },
44
- "ghooks": {
45
- "commit-msg": "validate-commit-msg"
46
- },
47
- "validate-commit-msg": {
48
- "types": [
49
- "feat",
50
- "fix",
51
- "docs",
52
- "style",
53
- "refactor",
54
- "perf",
55
- "test",
56
- "chore",
57
- "revert"
58
- ],
59
- "warnOnFail": false,
60
- "maxSubjectLength": 100
61
- }
34
+ "dependencies": {
35
+ "tslib": "^2.3.1"
62
36
  },
63
37
  "schematics": "./schematics/collection.json",
64
- "release": {
65
- "debug": false,
66
- "branchTags": {
67
- "develop": "dev"
68
- },
69
- "fallbackTags": {
70
- "dev": "latest"
38
+ "module": "fesm2015/progress-kendo-angular-treeview.mjs",
39
+ "es2020": "fesm2020/progress-kendo-angular-treeview.mjs",
40
+ "esm2020": "esm2020/progress-kendo-angular-treeview.mjs",
41
+ "fesm2020": "fesm2020/progress-kendo-angular-treeview.mjs",
42
+ "fesm2015": "fesm2015/progress-kendo-angular-treeview.mjs",
43
+ "typings": "progress-kendo-angular-treeview.d.ts",
44
+ "exports": {
45
+ "./package.json": {
46
+ "default": "./package.json"
71
47
  },
72
- "analyzeCommits": "@progress/semantic-prerelease/analyzeCommits",
73
- "generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
74
- "getLastRelease": "@progress/semantic-prerelease/getLastRelease",
75
- "verifyConditions": "@progress/semantic-prerelease/verifyConditions",
76
- "verifyRelease": "@progress/semantic-prerelease/verifyRelease"
48
+ ".": {
49
+ "types": "./progress-kendo-angular-treeview.d.ts",
50
+ "esm2020": "./esm2020/progress-kendo-angular-treeview.mjs",
51
+ "es2020": "./fesm2020/progress-kendo-angular-treeview.mjs",
52
+ "es2015": "./fesm2015/progress-kendo-angular-treeview.mjs",
53
+ "node": "./fesm2015/progress-kendo-angular-treeview.mjs",
54
+ "default": "./fesm2020/progress-kendo-angular-treeview.mjs"
55
+ }
77
56
  },
78
- "main": "bundles/kendo-angular-treeview.umd.js",
79
- "module": "fesm2015/kendo-angular-treeview.js",
80
- "es2015": "fesm2015/kendo-angular-treeview.js",
81
- "esm2015": "esm2015/kendo-angular-treeview.js",
82
- "fesm2015": "fesm2015/kendo-angular-treeview.js",
83
- "typings": "kendo-angular-treeview.d.ts",
84
57
  "sideEffects": false
85
58
  }
@@ -1,9 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
8
  /// <amd-module name="@progress/kendo-angular-treeview" />
9
- export * from './main';
9
+ export * from './index';
@@ -1,7 +1,3 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
1
  "use strict";
6
2
  Object.defineProperty(exports, "__esModule", { value: true });
7
3
  const schematics_1 = require("@angular-devkit/schematics");
@@ -14,6 +10,6 @@ function default_1(options) {
14
10
  '@progress/kendo-angular-popup': '^5.0.0',
15
11
  '@progress/kendo-drawing': '^1.9.3'
16
12
  } });
17
- return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
13
+ return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
18
14
  }
19
15
  exports.default = default_1;
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { EventEmitter, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { SelectionMode } from './selection-mode';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { Subject } from "rxjs";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 * as i0 from "@angular/core";
package/size.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TreeItem } from './treeitem.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 interface TreeViewFilterSettings {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TemplateRef, OnChanges, OnInit, OnDestroy, ChangeDetectorRef, TrackByFunction } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { TreeItem } from './treeitem.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, ViewContainerRef, TrackByFunction, SimpleChanges, ChangeDetectorRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 * as i0 from "@angular/core";
package/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { ElementRef } from '@angular/core';