@progress/kendo-angular-treelist 11.2.0-develop.9 → 11.3.0-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/esm2020/binding-directives/base-binding.directive.mjs +3 -3
  2. package/esm2020/binding-directives/data-bound-tree-component.mjs +3 -3
  3. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -3
  4. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -3
  5. package/esm2020/column-menu/column-chooser.component.mjs +3 -3
  6. package/esm2020/column-menu/column-list.component.mjs +3 -3
  7. package/esm2020/column-menu/column-menu-chooser.component.mjs +3 -3
  8. package/esm2020/column-menu/column-menu-filter.component.mjs +3 -3
  9. package/esm2020/column-menu/column-menu-item-base.mjs +3 -3
  10. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -3
  11. package/esm2020/column-menu/column-menu-item.component.mjs +3 -3
  12. package/esm2020/column-menu/column-menu-lock.component.mjs +3 -3
  13. package/esm2020/column-menu/column-menu-sort.component.mjs +3 -3
  14. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -3
  15. package/esm2020/column-menu/column-menu.component.mjs +3 -3
  16. package/esm2020/column-menu/column-menu.module.mjs +4 -4
  17. package/esm2020/column-menu/column-menu.service.mjs +3 -3
  18. package/esm2020/column-resizing/column-handle.directive.mjs +3 -3
  19. package/esm2020/column-resizing/column-resizing.service.mjs +3 -3
  20. package/esm2020/column-resizing/table.directive.mjs +3 -3
  21. package/esm2020/columns/checkbox-column.component.mjs +3 -3
  22. package/esm2020/columns/column-base.mjs +3 -3
  23. package/esm2020/columns/column-group.component.mjs +3 -3
  24. package/esm2020/columns/column.component.mjs +3 -3
  25. package/esm2020/columns/command-column.component.mjs +3 -3
  26. package/esm2020/columns/span-column.component.mjs +3 -3
  27. package/esm2020/common/column-info.service.mjs +3 -3
  28. package/esm2020/common/dom-events.service.mjs +3 -3
  29. package/esm2020/common/id.service.mjs +3 -3
  30. package/esm2020/common/option-changes.service.mjs +3 -3
  31. package/esm2020/common/provider.service.mjs +3 -3
  32. package/esm2020/common/single-popup.service.mjs +3 -3
  33. package/esm2020/data/change-notification.service.mjs +3 -3
  34. package/esm2020/dragdrop/column-reorder.service.mjs +3 -3
  35. package/esm2020/dragdrop/drag-and-drop.module.mjs +4 -4
  36. package/esm2020/dragdrop/drag-and-drop.service.mjs +3 -3
  37. package/esm2020/dragdrop/drag-hint.service.mjs +3 -3
  38. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -3
  39. package/esm2020/dragdrop/drop-cue.service.mjs +3 -3
  40. package/esm2020/dragdrop/drop-target.directive.mjs +3 -3
  41. package/esm2020/editing/add-command.directive.mjs +3 -3
  42. package/esm2020/editing/base-command.directive.mjs +3 -3
  43. package/esm2020/editing/cancel-command.directive.mjs +3 -3
  44. package/esm2020/editing/edit-command.directive.mjs +3 -3
  45. package/esm2020/editing/edit-template.directive.mjs +3 -3
  46. package/esm2020/editing/edit.service.mjs +3 -3
  47. package/esm2020/editing/remove-command.directive.mjs +3 -3
  48. package/esm2020/editing/save-command.directive.mjs +3 -3
  49. package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
  50. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -3
  51. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
  52. package/esm2020/editing-directives/row-editing-directive-base.mjs +3 -3
  53. package/esm2020/editing-directives/template-editing.directive.mjs +3 -3
  54. package/esm2020/excel/excel-command.directive.mjs +3 -3
  55. package/esm2020/excel/excel.component.mjs +3 -3
  56. package/esm2020/excel/excel.module.mjs +4 -4
  57. package/esm2020/excel/excel.service.mjs +3 -3
  58. package/esm2020/expand-state/expand-state.service.mjs +3 -3
  59. package/esm2020/expand-state/expandable-tree-component.mjs +3 -3
  60. package/esm2020/expand-state/expandable.directive.mjs +3 -3
  61. package/esm2020/filtering/base-filter-cell.component.mjs +3 -3
  62. package/esm2020/filtering/boolean-filter.component.mjs +3 -3
  63. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +3 -3
  64. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +3 -3
  65. package/esm2020/filtering/cell/date-filter-cell.component.mjs +3 -3
  66. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -3
  67. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +3 -3
  68. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -3
  69. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +3 -3
  70. package/esm2020/filtering/cell/filter-cell.component.mjs +3 -3
  71. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +3 -3
  72. package/esm2020/filtering/cell/row-filtering.module.mjs +4 -4
  73. package/esm2020/filtering/cell/string-filter-cell.component.mjs +3 -3
  74. package/esm2020/filtering/date-filter.component.mjs +3 -3
  75. package/esm2020/filtering/filter-host.directive.mjs +3 -3
  76. package/esm2020/filtering/filter-input-wrapper.component.mjs +3 -3
  77. package/esm2020/filtering/filter-input.directive.mjs +3 -3
  78. package/esm2020/filtering/filter-row.component.mjs +3 -3
  79. package/esm2020/filtering/filter.service.mjs +3 -3
  80. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +3 -3
  81. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +3 -3
  82. package/esm2020/filtering/menu/date-filter-menu.component.mjs +3 -3
  83. package/esm2020/filtering/menu/filter-menu-container.component.mjs +3 -3
  84. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -3
  85. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +3 -3
  86. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -3
  87. package/esm2020/filtering/menu/filter-menu.component.mjs +3 -3
  88. package/esm2020/filtering/menu/filter-menu.module.mjs +4 -4
  89. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +3 -3
  90. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +3 -3
  91. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +3 -3
  92. package/esm2020/filtering/menu/string-filter-menu.component.mjs +3 -3
  93. package/esm2020/filtering/numeric-filter.component.mjs +3 -3
  94. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -3
  95. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -3
  96. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -3
  97. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -3
  98. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -3
  99. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -3
  100. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -3
  101. package/esm2020/filtering/operators/filter-operator.base.mjs +3 -3
  102. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -3
  103. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -3
  104. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -3
  105. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -3
  106. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -3
  107. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -3
  108. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -3
  109. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -3
  110. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -3
  111. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -3
  112. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -3
  113. package/esm2020/filtering/shared-filtering.module.mjs +4 -4
  114. package/esm2020/filtering/string-filter.component.mjs +3 -3
  115. package/esm2020/layout/browser-support.service.mjs +3 -3
  116. package/esm2020/layout/resizable.directive.mjs +3 -3
  117. package/esm2020/layout/resize.service.mjs +3 -3
  118. package/esm2020/layout/responsive.service.mjs +3 -3
  119. package/esm2020/localization/custom-messages.component.mjs +3 -3
  120. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  121. package/esm2020/localization/messages.mjs +3 -3
  122. package/esm2020/navigation/focus-group.mjs +3 -3
  123. package/esm2020/navigation/focus-root.mjs +3 -3
  124. package/esm2020/navigation/focusable.directive.mjs +3 -3
  125. package/esm2020/navigation/logical-cell.directive.mjs +3 -3
  126. package/esm2020/navigation/logical-row.directive.mjs +3 -3
  127. package/esm2020/navigation/navigation.service.mjs +3 -3
  128. package/esm2020/package-metadata.mjs +2 -2
  129. package/esm2020/pager/pager-element.component.mjs +3 -3
  130. package/esm2020/pager/pager-info.component.mjs +3 -3
  131. package/esm2020/pager/pager-input.component.mjs +3 -3
  132. package/esm2020/pager/pager-next-buttons.component.mjs +3 -3
  133. package/esm2020/pager/pager-numeric-buttons.component.mjs +3 -3
  134. package/esm2020/pager/pager-page-sizes.component.mjs +3 -3
  135. package/esm2020/pager/pager-prev-buttons.component.mjs +3 -3
  136. package/esm2020/pager/pager-template.directive.mjs +3 -3
  137. package/esm2020/pager/pager.component.mjs +3 -3
  138. package/esm2020/pager/pager.module.mjs +4 -4
  139. package/esm2020/pdf/pdf-command.directive.mjs +3 -3
  140. package/esm2020/pdf/pdf-margin.component.mjs +3 -3
  141. package/esm2020/pdf/pdf-template.directive.mjs +3 -3
  142. package/esm2020/pdf/pdf.component.mjs +3 -3
  143. package/esm2020/pdf/pdf.module.mjs +4 -4
  144. package/esm2020/pdf/pdf.service.mjs +3 -3
  145. package/esm2020/rendering/body.module.mjs +4 -4
  146. package/esm2020/rendering/cell-template.directive.mjs +3 -3
  147. package/esm2020/rendering/cell.component.mjs +3 -3
  148. package/esm2020/rendering/common/col-group.component.mjs +3 -3
  149. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -3
  150. package/esm2020/rendering/common/level-items.pipe.mjs +3 -3
  151. package/esm2020/rendering/common/loading.component.mjs +3 -3
  152. package/esm2020/rendering/common/spacer.component.mjs +3 -3
  153. package/esm2020/rendering/common/template-context.directive.mjs +3 -3
  154. package/esm2020/rendering/footer-template.directive.mjs +3 -3
  155. package/esm2020/rendering/header/header-template.directive.mjs +3 -3
  156. package/esm2020/rendering/header/header.component.mjs +3 -3
  157. package/esm2020/rendering/header/header.module.mjs +4 -4
  158. package/esm2020/rendering/list.component.mjs +3 -3
  159. package/esm2020/rendering/no-records-template.directive.mjs +3 -3
  160. package/esm2020/rendering/table-body.component.mjs +13 -7
  161. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -3
  162. package/esm2020/rendering/toolbar/toolbar.component.mjs +3 -3
  163. package/esm2020/scrolling/scroll-request.service.mjs +3 -3
  164. package/esm2020/scrolling/scroll-sync.service.mjs +3 -3
  165. package/esm2020/scrolling/suspend.service.mjs +3 -3
  166. package/esm2020/selection/marquee.directive.mjs +3 -3
  167. package/esm2020/selection/selectable.directive.mjs +3 -3
  168. package/esm2020/selection/selection.service.mjs +3 -3
  169. package/esm2020/shared.module.mjs +4 -4
  170. package/esm2020/treelist.component.mjs +3 -3
  171. package/esm2020/treelist.module.mjs +4 -4
  172. package/fesm2015/progress-kendo-angular-treelist.mjs +534 -528
  173. package/fesm2020/progress-kendo-angular-treelist.mjs +534 -528
  174. package/package.json +15 -15
  175. package/rendering/table-body.component.d.ts +1 -0
  176. package/schematics/ngAdd/index.js +2 -2
@@ -21,8 +21,8 @@ export class ChangeNotificationService {
21
21
  }
22
22
  }
23
23
  }
24
- ChangeNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChangeNotificationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
25
- ChangeNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChangeNotificationService });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChangeNotificationService, decorators: [{
24
+ ChangeNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangeNotificationService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
25
+ ChangeNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangeNotificationService });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ChangeNotificationService, decorators: [{
27
27
  type: Injectable
28
28
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -15,8 +15,8 @@ export class ColumnReorderService {
15
15
  this.changes.emit(e);
16
16
  }
17
17
  }
18
- ColumnReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19
- ColumnReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnReorderService });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ColumnReorderService, decorators: [{
18
+ ColumnReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnReorderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19
+ ColumnReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnReorderService });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnReorderService, decorators: [{
21
21
  type: Injectable
22
22
  }] });
@@ -15,12 +15,12 @@ const exported = [
15
15
  */
16
16
  export class DragAndDropModule {
17
17
  }
18
- DragAndDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- DragAndDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragAndDropModule, declarations: [DraggableColumnDirective,
18
+ DragAndDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
+ DragAndDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule, declarations: [DraggableColumnDirective,
20
20
  DropTargetDirective], exports: [DraggableColumnDirective,
21
21
  DropTargetDirective] });
22
- DragAndDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragAndDropModule });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragAndDropModule, decorators: [{
22
+ DragAndDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [exported],
@@ -55,8 +55,8 @@ export class DragAndDropService {
55
55
  return this.register.find(({ element: { nativeElement } }) => comparer(nativeElement));
56
56
  }
57
57
  }
58
- DragAndDropService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
59
- DragAndDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragAndDropService });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragAndDropService, decorators: [{
58
+ DragAndDropService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
59
+ DragAndDropService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropService });
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragAndDropService, decorators: [{
61
61
  type: Injectable
62
62
  }] });
@@ -92,8 +92,8 @@ export class DragHintService {
92
92
  this.initialLeft = left - down.pageX;
93
93
  }
94
94
  }
95
- DragHintService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragHintService, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable });
96
- DragHintService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragHintService });
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DragHintService, decorators: [{
95
+ DragHintService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHintService, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Injectable });
96
+ DragHintService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHintService });
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragHintService, decorators: [{
98
98
  type: Injectable
99
99
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }]; } });
@@ -110,9 +110,9 @@ export class DraggableColumnDirective {
110
110
  this.renderer.setStyle(this.element.nativeElement, 'touch-action', this.enabled ? 'none' : '');
111
111
  }
112
112
  }
113
- DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
114
- DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DraggableColumnDirective, decorators: [{
113
+ DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
114
+ DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DraggableColumnDirective, decorators: [{
116
116
  type: Directive,
117
117
  args: [{
118
118
  selector: '[kendoDraggableColumn]'
@@ -38,8 +38,8 @@ export class DropCueService {
38
38
  this.dom.style.left = left - width + 'px';
39
39
  }
40
40
  }
41
- DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
- DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropCueService });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropCueService, decorators: [{
41
+ DropCueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropCueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
42
+ DropCueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropCueService });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropCueService, decorators: [{
44
44
  type: Injectable
45
45
  }] });
@@ -50,9 +50,9 @@ export class DropTargetDirective {
50
50
  };
51
51
  }
52
52
  }
53
- DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
54
- DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DropTargetDirective, decorators: [{
53
+ DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
54
+ DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DropTargetDirective, decorators: [{
56
56
  type: Directive,
57
57
  args: [{
58
58
  selector: '[kendoDropTarget]'
@@ -54,8 +54,8 @@ export class AddCommandDirective extends BaseCommandDirective {
54
54
  this.editService.beginAdd(this.dataItem);
55
55
  }
56
56
  }
57
- AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
58
- AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AddCommandDirective, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
57
+ AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
58
+ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AddCommandDirective, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
59
59
  <kendo-icon-wrapper
60
60
  *ngIf="icon || svgIcon"
61
61
  innerCssClass="k-button-icon"
@@ -67,7 +67,7 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
67
67
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
68
68
  <span class="k-button-text"><ng-content></ng-content></span>
69
69
  `, 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"] }] });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AddCommandDirective, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AddCommandDirective, decorators: [{
71
71
  type: Component,
72
72
  args: [{
73
73
  selector: '[kendoTreeListAddCommand]',
@@ -43,8 +43,8 @@ export class BaseCommandDirective extends Button {
43
43
  this.onClick();
44
44
  }
45
45
  }
46
- BaseCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
47
- BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BaseCommandDirective, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
46
+ BaseCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
47
+ BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: BaseCommandDirective, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
48
48
  <kendo-icon-wrapper
49
49
  *ngIf="icon || svgIcon"
50
50
  innerCssClass="k-button-icon"
@@ -56,7 +56,7 @@ BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
56
56
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
57
57
  <span class="k-button-text"><ng-content></ng-content></span>
58
58
  `, 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"] }] });
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseCommandDirective, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseCommandDirective, decorators: [{
60
60
  type: Component,
61
61
  args: [{
62
62
  selector: '[kendoTreeListBaseCommand]',
@@ -58,8 +58,8 @@ export class CancelCommandDirective extends BaseCommandDirective {
58
58
  }
59
59
  }
60
60
  }
61
- CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
62
- CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CancelCommandDirective, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
61
+ CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
62
+ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CancelCommandDirective, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
63
63
  <kendo-icon-wrapper
64
64
  *ngIf="icon || svgIcon"
65
65
  innerCssClass="k-button-icon"
@@ -71,7 +71,7 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
71
71
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
72
72
  <span class="k-button-text"><ng-content></ng-content></span>
73
73
  `, 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"] }] });
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CancelCommandDirective, decorators: [{
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelCommandDirective, decorators: [{
75
75
  type: Component,
76
76
  args: [{
77
77
  selector: '[kendoTreeListCancelCommand]',
@@ -45,8 +45,8 @@ export class EditCommandDirective extends BaseCommandDirective {
45
45
  }
46
46
  }
47
47
  }
48
- EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
49
- EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: EditCommandDirective, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
48
+ EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
49
+ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: EditCommandDirective, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
50
50
  <kendo-icon-wrapper
51
51
  *ngIf="icon || svgIcon"
52
52
  innerCssClass="k-button-icon"
@@ -58,7 +58,7 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
58
58
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
59
59
  <span class="k-button-text"><ng-content></ng-content></span>
60
60
  `, 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"] }] });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditCommandDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: '[kendoTreeListEditCommand]',
@@ -23,9 +23,9 @@ export class EditTemplateDirective {
23
23
  this.templateRef = templateRef;
24
24
  }
25
25
  }
26
- EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
27
- EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditTemplateDirective, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditTemplateDirective, decorators: [{
26
+ EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
27
+ EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: EditTemplateDirective, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditTemplateDirective, decorators: [{
29
29
  type: Directive,
30
30
  args: [{
31
31
  selector: '[kendoTreeListEditTemplate]'
@@ -162,8 +162,8 @@ export class EditService {
162
162
  }
163
163
  }
164
164
  }
165
- EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
166
- EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditService });
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditService, decorators: [{
165
+ EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
166
+ EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditService });
167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditService, decorators: [{
168
168
  type: Injectable
169
169
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -44,8 +44,8 @@ export class RemoveCommandDirective extends BaseCommandDirective {
44
44
  }
45
45
  }
46
46
  }
47
- RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
48
- RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RemoveCommandDirective, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
47
+ RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
48
+ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RemoveCommandDirective, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
49
  <kendo-icon-wrapper
50
50
  *ngIf="icon || svgIcon"
51
51
  innerCssClass="k-button-icon"
@@ -57,7 +57,7 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
57
57
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
58
58
  <span class="k-button-text"><ng-content></ng-content></span>
59
59
  `, 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"] }] });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RemoveCommandDirective, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RemoveCommandDirective, decorators: [{
61
61
  type: Component,
62
62
  args: [{
63
63
  selector: '[kendoTreeListRemoveCommand]',
@@ -57,8 +57,8 @@ export class SaveCommandDirective extends BaseCommandDirective {
57
57
  }
58
58
  }
59
59
  }
60
- SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
61
- SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SaveCommandDirective, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
60
+ SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
61
+ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SaveCommandDirective, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
62
62
  <kendo-icon-wrapper
63
63
  *ngIf="icon || svgIcon"
64
64
  innerCssClass="k-button-icon"
@@ -70,7 +70,7 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
70
70
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
71
71
  <span class="k-button-text"><ng-content></ng-content></span>
72
72
  `, 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"] }] });
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SaveCommandDirective, decorators: [{
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SaveCommandDirective, decorators: [{
74
74
  type: Component,
75
75
  args: [{
76
76
  selector: '[kendoTreeListSaveCommand]',
@@ -112,9 +112,9 @@ export class EditingDirectiveBase {
112
112
  this.closeEditor();
113
113
  }
114
114
  }
115
- EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
116
- EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: EditingDirectiveBase, inputs: { editService: "editService", newItemId: "newItemId", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EditingDirectiveBase, decorators: [{
115
+ EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
116
+ EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: EditingDirectiveBase, inputs: { editService: "editService", newItemId: "newItemId", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EditingDirectiveBase, decorators: [{
118
118
  type: Directive,
119
119
  args: [{}]
120
120
  }], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { editService: [{
@@ -59,9 +59,9 @@ export class InCellEditingDirective extends EditingDirectiveBase {
59
59
  }
60
60
  }
61
61
  }
62
- InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
63
- InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: InCellEditingDirective, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InCellEditingDirective, decorators: [{
62
+ InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
63
+ InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: InCellEditingDirective, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: InCellEditingDirective, decorators: [{
65
65
  type: Directive,
66
66
  args: [{
67
67
  exportAs: 'kendoTreeListInCellEditing',
@@ -31,9 +31,9 @@ export class ReactiveEditingDirective extends RowEditingDirectiveBase {
31
31
  markAllAsTouched(formGroup);
32
32
  }
33
33
  }
34
- ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
35
- ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ReactiveEditingDirective, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
34
+ ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
35
+ ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ReactiveEditingDirective, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  exportAs: 'kendoTreeListReactiveEditing',
@@ -31,9 +31,9 @@ export class RowEditingDirectiveBase extends EditingDirectiveBase {
31
31
  this.clean();
32
32
  }
33
33
  }
34
- RowEditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
35
- RowEditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RowEditingDirectiveBase, usesInheritance: true, ngImport: i0 });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
34
+ RowEditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
35
+ RowEditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: RowEditingDirectiveBase, usesInheritance: true, ngImport: i0 });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
37
37
  type: Directive,
38
38
  args: [{}]
39
39
  }] });
@@ -37,9 +37,9 @@ export class TemplateEditingDirective extends RowEditingDirectiveBase {
37
37
  return args.dataItem;
38
38
  }
39
39
  }
40
- TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
41
- TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: TemplateEditingDirective, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TemplateEditingDirective, decorators: [{
40
+ TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
41
+ TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TemplateEditingDirective, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TemplateEditingDirective, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  exportAs: 'kendoTreeListTemplateEditing',
@@ -50,8 +50,8 @@ export class ExcelCommandDirective extends Button {
50
50
  return true;
51
51
  }
52
52
  }
53
- ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
54
- ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ExcelCommandDirective, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
53
+ ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
54
+ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ExcelCommandDirective, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
55
55
  <kendo-icon-wrapper
56
56
  *ngIf="icon || svgIcon"
57
57
  innerCssClass="k-button-icon"
@@ -63,7 +63,7 @@ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
63
63
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
64
64
  <span class="k-button-text"><ng-content></ng-content></span>
65
65
  `, 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"] }] });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelCommandDirective, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelCommandDirective, decorators: [{
67
67
  type: Component,
68
68
  args: [{
69
69
  selector: '[kendoTreeListExcelCommand]',
@@ -185,9 +185,9 @@ export class ExcelComponent {
185
185
  };
186
186
  }
187
187
  }
188
- ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
189
- ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ExcelComponent, selector: "kendo-treelist-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", collapsible: "collapsible", allPages: "allPages", expandAll: "expandAll", paddingCellOptions: "paddingCellOptions" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelComponent, decorators: [{
188
+ ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
189
+ ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ExcelComponent, selector: "kendo-treelist-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", collapsible: "collapsible", allPages: "allPages", expandAll: "expandAll", paddingCellOptions: "paddingCellOptions" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelComponent, decorators: [{
191
191
  type: Component,
192
192
  args: [{
193
193
  selector: 'kendo-treelist-excel',
@@ -42,10 +42,10 @@ const declarations = [ExcelComponent, ExcelCommandDirective];
42
42
  */
43
43
  export class ExcelModule {
44
44
  }
45
- ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelModule, declarations: [ExcelComponent, ExcelCommandDirective], imports: [IconsModule], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
47
- ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelModule, imports: [[IconsModule], ExcelExportModule] });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelModule, decorators: [{
45
+ ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
+ ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, declarations: [ExcelComponent, ExcelCommandDirective], imports: [IconsModule], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
47
+ ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, imports: [[IconsModule], ExcelExportModule] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelModule, decorators: [{
49
49
  type: NgModule,
50
50
  args: [{
51
51
  declarations: [declarations],
@@ -28,8 +28,8 @@ export class ExcelService {
28
28
  this.loadingChange.emit();
29
29
  }
30
30
  }
31
- ExcelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
32
- ExcelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelService });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExcelService, decorators: [{
31
+ ExcelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
32
+ ExcelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelService });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExcelService, decorators: [{
34
34
  type: Injectable
35
35
  }] });
@@ -33,8 +33,8 @@ export class ExpandStateService {
33
33
  }
34
34
  }
35
35
  }
36
- ExpandStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
37
- ExpandStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandStateService });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandStateService, decorators: [{
36
+ ExpandStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
37
+ ExpandStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandStateService });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandStateService, decorators: [{
39
39
  type: Injectable
40
40
  }] });
@@ -11,8 +11,8 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export class ExpandableTreeComponent {
13
13
  }
14
- ExpandableTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandableTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15
- ExpandableTreeComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandableTreeComponent });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandableTreeComponent, decorators: [{
14
+ ExpandableTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandableTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
15
+ ExpandableTreeComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandableTreeComponent });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandableTreeComponent, decorators: [{
17
17
  type: Injectable
18
18
  }] });
@@ -84,9 +84,9 @@ export class ExpandableDirective {
84
84
  this.expandedKeysChange.emit(this.expandedKeys);
85
85
  }
86
86
  }
87
- ExpandableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandableDirective, deps: [{ token: i1.ExpandableTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
88
- ExpandableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ExpandableDirective, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ExpandableDirective, decorators: [{
87
+ ExpandableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandableDirective, deps: [{ token: i1.ExpandableTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
88
+ ExpandableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ExpandableDirective, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ExpandableDirective, decorators: [{
90
90
  type: Directive,
91
91
  args: [{
92
92
  exportAs: 'kendoTreeListExpandable',
@@ -143,9 +143,9 @@ export class BaseFilterCellComponent {
143
143
  this.filterService.filter(filter);
144
144
  }
145
145
  }
146
- BaseFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
147
- BaseFilterCellComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BaseFilterCellComponent, inputs: { operators: "operators" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
146
+ BaseFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
147
+ BaseFilterCellComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseFilterCellComponent, inputs: { operators: "operators" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
149
149
  type: Directive,
150
150
  args: [{}]
151
151
  }], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
@@ -72,9 +72,9 @@ export class BooleanFilterComponent extends BaseFilterCellComponent {
72
72
  this.defaultItem = { text: this.localization.get("filterBooleanAll"), value: null };
73
73
  }
74
74
  }
75
- BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
76
- BooleanFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BooleanFilterComponent, inputs: { column: "column", filter: "filter" }, host: { properties: { "class.k-filtercell-boolean": "this.hostClasses" } }, usesInheritance: true, ngImport: i0 });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BooleanFilterComponent, decorators: [{
75
+ BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
76
+ BooleanFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BooleanFilterComponent, inputs: { column: "column", filter: "filter" }, host: { properties: { "class.k-filtercell-boolean": "this.hostClasses" } }, usesInheritance: true, ngImport: i0 });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterComponent, decorators: [{
78
78
  type: Directive,
79
79
  args: [{}]
80
80
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { hostClasses: [{
@@ -51,8 +51,8 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
51
51
  return this.currentFilter ? this.currentFilter.operator : "contains";
52
52
  }
53
53
  }
54
- AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
55
- AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AutoCompleteFilterCellComponent, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
54
+ AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
55
+ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AutoCompleteFilterCellComponent, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
56
56
  <kendo-treelist-filter-wrapper-cell
57
57
  [column]="column"
58
58
  [filter]="filter"
@@ -66,7 +66,7 @@ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
66
66
  </kendo-autocomplete>
67
67
  </kendo-treelist-filter-wrapper-cell>
68
68
  `, isInline: true, components: [{ type: i4.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i5.AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "focusableId", "data", "value", "valueField", "placeholder", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoAutoComplete"] }], directives: [{ type: i6.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "value"] }] });
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{
72
72
  selector: 'kendo-treelist-autocomplete-filter-cell',
@@ -38,8 +38,8 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
38
38
  this.cd.markForCheck();
39
39
  }
40
40
  }
41
- BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
42
- BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: BooleanFilterCellComponent, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
41
+ BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
42
+ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: BooleanFilterCellComponent, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
43
43
  <kendo-treelist-filter-wrapper-cell
44
44
  [column]="column"
45
45
  [filter]="filter"
@@ -57,7 +57,7 @@ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
57
57
  </kendo-dropdownlist>
58
58
  </kendo-treelist-filter-wrapper-cell>
59
59
  `, isInline: true, components: [{ type: i3.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "value"] }] });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
61
61
  type: Component,
62
62
  args: [{
63
63
  selector: 'kendo-treelist-boolean-filter-cell',