@progress/kendo-angular-treelist 20.1.2-develop.2 → 21.0.0-develop.3

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/data/data-item.interface.d.ts +1 -1
  2. package/esm2022/binding-directives/base-binding.directive.mjs +4 -4
  3. package/esm2022/binding-directives/data-bound-tree-component.mjs +3 -3
  4. package/esm2022/binding-directives/flat-binding.directive.mjs +5 -5
  5. package/esm2022/binding-directives/hierarchy-binding.directive.mjs +5 -5
  6. package/esm2022/column-menu/column-chooser-item-checked.directive.mjs +4 -4
  7. package/esm2022/column-menu/column-chooser.component.mjs +4 -4
  8. package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
  9. package/esm2022/column-menu/column-list.component.mjs +4 -4
  10. package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
  11. package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
  12. package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
  13. package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
  14. package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
  15. package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
  16. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
  17. package/esm2022/column-menu/column-menu-item.component.mjs +3 -3
  18. package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
  19. package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
  20. package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
  21. package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
  22. package/esm2022/column-menu/column-menu.component.mjs +5 -5
  23. package/esm2022/column-menu/column-menu.service.mjs +4 -4
  24. package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
  25. package/esm2022/column-resizing/column-resizing.service.mjs +3 -3
  26. package/esm2022/column-resizing/table.directive.mjs +4 -4
  27. package/esm2022/columns/checkbox-column.component.mjs +5 -5
  28. package/esm2022/columns/column-base.mjs +4 -4
  29. package/esm2022/columns/column-group.component.mjs +5 -5
  30. package/esm2022/columns/column.component.mjs +5 -5
  31. package/esm2022/columns/command-column.component.mjs +5 -5
  32. package/esm2022/columns/rowreorder-column.component.mjs +5 -5
  33. package/esm2022/columns/span-column.component.mjs +5 -5
  34. package/esm2022/common/column-info.service.mjs +3 -3
  35. package/esm2022/common/dom-events.service.mjs +3 -3
  36. package/esm2022/common/id.service.mjs +4 -4
  37. package/esm2022/common/option-changes.service.mjs +3 -3
  38. package/esm2022/common/provider.service.mjs +4 -4
  39. package/esm2022/common/single-popup.service.mjs +4 -4
  40. package/esm2022/data/change-notification.service.mjs +4 -4
  41. package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
  42. package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
  43. package/esm2022/dragdrop/drag-hint.service.mjs +4 -4
  44. package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
  45. package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
  46. package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
  47. package/esm2022/editing/add-command-tool.directive.mjs +4 -4
  48. package/esm2022/editing/add-command.directive.mjs +4 -4
  49. package/esm2022/editing/base-command.directive.mjs +4 -4
  50. package/esm2022/editing/cancel-command.directive.mjs +4 -4
  51. package/esm2022/editing/edit-command.directive.mjs +4 -4
  52. package/esm2022/editing/edit-template.directive.mjs +5 -5
  53. package/esm2022/editing/edit.service.mjs +5 -5
  54. package/esm2022/editing/remove-command.directive.mjs +4 -4
  55. package/esm2022/editing/save-command.directive.mjs +4 -4
  56. package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
  57. package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
  58. package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
  59. package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
  60. package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
  61. package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
  62. package/esm2022/excel/excel-command.directive.mjs +4 -4
  63. package/esm2022/excel/excel.component.mjs +4 -4
  64. package/esm2022/excel/excel.module.mjs +4 -4
  65. package/esm2022/excel/excel.service.mjs +3 -3
  66. package/esm2022/expand-state/expand-state.service.mjs +3 -3
  67. package/esm2022/expand-state/expandable-tree-component.mjs +3 -3
  68. package/esm2022/expand-state/expandable.directive.mjs +4 -4
  69. package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
  70. package/esm2022/filtering/boolean-filter.component.mjs +4 -4
  71. package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
  72. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
  73. package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
  74. package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
  75. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
  76. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
  77. package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  78. package/esm2022/filtering/cell/filter-cell.component.mjs +4 -4
  79. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
  80. package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
  81. package/esm2022/filtering/date-filter.component.mjs +4 -4
  82. package/esm2022/filtering/filter-host.directive.mjs +4 -4
  83. package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
  84. package/esm2022/filtering/filter-input.directive.mjs +5 -5
  85. package/esm2022/filtering/filter-row.component.mjs +4 -4
  86. package/esm2022/filtering/filter.service.mjs +5 -5
  87. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  88. package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
  89. package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
  90. package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
  91. package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
  92. package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
  93. package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  94. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
  95. package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
  96. package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
  97. package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
  98. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
  99. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
  100. package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
  101. package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
  102. package/esm2022/filtering/numeric-filter.component.mjs +4 -4
  103. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
  104. package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
  105. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
  106. package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
  107. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
  108. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
  109. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
  110. package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
  111. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
  112. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
  113. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
  114. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
  115. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
  116. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
  117. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
  118. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
  119. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
  120. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
  121. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
  122. package/esm2022/filtering/string-filter.component.mjs +4 -4
  123. package/esm2022/layout/browser-support.service.mjs +4 -4
  124. package/esm2022/layout/resizable.directive.mjs +4 -4
  125. package/esm2022/layout/resize.service.mjs +3 -3
  126. package/esm2022/layout/responsive.service.mjs +3 -3
  127. package/esm2022/localization/custom-messages.component.mjs +4 -4
  128. package/esm2022/localization/localized-messages.directive.mjs +4 -4
  129. package/esm2022/localization/messages.mjs +3 -3
  130. package/esm2022/navigation/focus-group.mjs +4 -4
  131. package/esm2022/navigation/focus-root.mjs +5 -5
  132. package/esm2022/navigation/focusable.directive.mjs +5 -5
  133. package/esm2022/navigation/logical-cell.directive.mjs +4 -4
  134. package/esm2022/navigation/logical-row.directive.mjs +4 -4
  135. package/esm2022/navigation/navigation.service.mjs +5 -5
  136. package/esm2022/package-metadata.mjs +2 -2
  137. package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
  138. package/esm2022/pdf/pdf-command.directive.mjs +4 -4
  139. package/esm2022/pdf/pdf-margin.component.mjs +3 -3
  140. package/esm2022/pdf/pdf-template.directive.mjs +5 -5
  141. package/esm2022/pdf/pdf.component.mjs +4 -4
  142. package/esm2022/pdf/pdf.module.mjs +4 -4
  143. package/esm2022/pdf/pdf.service.mjs +3 -3
  144. package/esm2022/rendering/cell-template.directive.mjs +5 -5
  145. package/esm2022/rendering/cell.component.mjs +4 -4
  146. package/esm2022/rendering/common/col-group.component.mjs +3 -3
  147. package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
  148. package/esm2022/rendering/common/level-items.pipe.mjs +3 -3
  149. package/esm2022/rendering/common/loading.component.mjs +4 -4
  150. package/esm2022/rendering/common/spacer.component.mjs +3 -3
  151. package/esm2022/rendering/footer-template.directive.mjs +5 -5
  152. package/esm2022/rendering/header/header-template.directive.mjs +5 -5
  153. package/esm2022/rendering/header/header.component.mjs +4 -4
  154. package/esm2022/rendering/header/select-all-checkbox.directive.mjs +4 -4
  155. package/esm2022/rendering/list.component.mjs +5 -5
  156. package/esm2022/rendering/no-records-template.directive.mjs +5 -5
  157. package/esm2022/rendering/table-body.component.mjs +5 -5
  158. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
  159. package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
  160. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
  161. package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
  162. package/esm2022/row-reordering/flat-reorder.service.mjs +3 -3
  163. package/esm2022/row-reordering/hierarchical-reorder.service.mjs +3 -3
  164. package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
  165. package/esm2022/scrolling/scroll-request.service.mjs +3 -3
  166. package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
  167. package/esm2022/scrolling/suspend.service.mjs +3 -3
  168. package/esm2022/selection/marquee.directive.mjs +4 -4
  169. package/esm2022/selection/selectable.directive.mjs +4 -4
  170. package/esm2022/selection/selection.service.mjs +3 -3
  171. package/esm2022/treelist.component.mjs +4 -4
  172. package/esm2022/treelist.module.mjs +4 -4
  173. package/fesm2022/progress-kendo-angular-treelist.mjs +688 -688
  174. package/filtering/filterable.d.ts +1 -1
  175. package/package.json +23 -23
  176. package/schematics/ngAdd/index.js +4 -4
@@ -44,8 +44,8 @@ export class AddCommandDirective extends BaseCommandDirective {
44
44
  onClick() {
45
45
  this.editService.beginAdd(this.dataItem);
46
46
  }
47
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.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 });
48
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandDirective, isStandalone: true, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
48
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AddCommandDirective, isStandalone: true, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
49
  <kendo-icon-wrapper
50
50
  *ngIf="icon || svgIcon"
51
51
  innerCssClass="k-button-icon"
@@ -58,7 +58,7 @@ export class AddCommandDirective extends BaseCommandDirective {
58
58
  <span class="k-button-text"><ng-content></ng-content></span>
59
59
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: '[kendoTreeListAddCommand]',
@@ -77,7 +77,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
77
77
  standalone: true,
78
78
  imports: [NgIf, IconWrapperComponent, NgClass]
79
79
  }]
80
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
80
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { cellContext: [{
81
81
  type: Input,
82
82
  args: ['kendoTreeListAddCommand']
83
83
  }], commandClass: [{
@@ -43,8 +43,8 @@ export class BaseCommandDirective extends Button {
43
43
  super(element, renderer, null, localization, ngZone);
44
44
  this.editService = editService;
45
45
  }
46
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.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
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BaseCommandDirective, isStandalone: true, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
46
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BaseCommandDirective, isStandalone: true, 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"
@@ -57,7 +57,7 @@ export class BaseCommandDirective extends Button {
57
57
  <span class="k-button-text"><ng-content></ng-content></span>
58
58
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseCommandDirective, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseCommandDirective, decorators: [{
61
61
  type: Component,
62
62
  args: [{
63
63
  selector: '[kendoTreeListBaseCommand]',
@@ -76,7 +76,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
76
76
  standalone: true,
77
77
  imports: [NgIf, IconWrapperComponent, NgClass]
78
78
  }]
79
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { visible: [{
79
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { visible: [{
80
80
  type: HostBinding,
81
81
  args: ['style.display']
82
82
  }], clickHandler: [{
@@ -45,8 +45,8 @@ export class CancelCommandDirective extends BaseCommandDirective {
45
45
  this.editService.endEdit(viewItem.data, viewItem.isNew);
46
46
  }
47
47
  }
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.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 });
49
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CancelCommandDirective, isStandalone: true, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
48
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
49
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CancelCommandDirective, isStandalone: true, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
50
50
  <kendo-icon-wrapper
51
51
  *ngIf="icon || svgIcon"
52
52
  innerCssClass="k-button-icon"
@@ -59,7 +59,7 @@ export class CancelCommandDirective extends BaseCommandDirective {
59
59
  <span class="k-button-text"><ng-content></ng-content></span>
60
60
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandDirective, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  selector: '[kendoTreeListCancelCommand]',
@@ -78,7 +78,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
78
78
  standalone: true,
79
79
  imports: [NgIf, IconWrapperComponent, NgClass]
80
80
  }]
81
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
81
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { cellContext: [{
82
82
  type: Input,
83
83
  args: ['kendoTreeListCancelCommand']
84
84
  }], commandClass: [{
@@ -44,8 +44,8 @@ export class EditCommandDirective extends BaseCommandDirective {
44
44
  this.editService.beginEdit(this.dataItem);
45
45
  }
46
46
  }
47
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.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 });
48
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EditCommandDirective, isStandalone: true, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
48
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EditCommandDirective, isStandalone: true, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
49
  <kendo-icon-wrapper
50
50
  *ngIf="icon || svgIcon"
51
51
  innerCssClass="k-button-icon"
@@ -58,7 +58,7 @@ export class EditCommandDirective extends BaseCommandDirective {
58
58
  <span class="k-button-text"><ng-content></ng-content></span>
59
59
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: '[kendoTreeListEditCommand]',
@@ -77,7 +77,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
77
77
  standalone: true,
78
78
  imports: [NgIf, IconWrapperComponent, NgClass]
79
79
  }]
80
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
80
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { cellContext: [{
81
81
  type: Input,
82
82
  args: ['kendoTreeListEditCommand']
83
83
  }], commandClass: [{
@@ -31,15 +31,15 @@ export class EditTemplateDirective {
31
31
  constructor(templateRef) {
32
32
  this.templateRef = templateRef;
33
33
  }
34
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditTemplateDirective, isStandalone: true, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
34
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EditTemplateDirective, isStandalone: true, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditTemplateDirective, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
40
  selector: '[kendoTreeListEditTemplate]',
41
41
  standalone: true
42
42
  }]
43
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
43
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
44
44
  type: Optional
45
- }] }]; } });
45
+ }] }] });
@@ -158,7 +158,7 @@ export class EditService {
158
158
  }
159
159
  onChanged() {
160
160
  this.ngZone.runOutsideAngular(() => {
161
- this.changedSource.next();
161
+ this.changedSource.next(undefined);
162
162
  });
163
163
  }
164
164
  get first() {
@@ -166,9 +166,9 @@ export class EditService {
166
166
  return this.edited.values().next().value;
167
167
  }
168
168
  }
169
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
170
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditService });
169
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
170
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService });
171
171
  }
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditService, decorators: [{
172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, decorators: [{
173
173
  type: Injectable
174
- }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
174
+ }], ctorParameters: () => [{ type: i0.NgZone }] });
@@ -44,8 +44,8 @@ export class RemoveCommandDirective extends BaseCommandDirective {
44
44
  this.editService.remove(this.dataItem, (this.cellContext.viewItem.parent || {}).data);
45
45
  }
46
46
  }
47
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.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
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: RemoveCommandDirective, isStandalone: true, 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"
@@ -58,7 +58,7 @@ export class RemoveCommandDirective extends BaseCommandDirective {
58
58
  <span class="k-button-text"><ng-content></ng-content></span>
59
59
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RemoveCommandDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RemoveCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: '[kendoTreeListRemoveCommand]',
@@ -77,7 +77,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
77
77
  standalone: true,
78
78
  imports: [NgIf, IconWrapperComponent, NgClass]
79
79
  }]
80
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
80
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { cellContext: [{
81
81
  type: Input,
82
82
  args: ['kendoTreeListRemoveCommand']
83
83
  }], commandClass: [{
@@ -44,8 +44,8 @@ export class SaveCommandDirective extends BaseCommandDirective {
44
44
  this.editService.save(this.dataItem, this.cellContext.viewItem.isNew);
45
45
  }
46
46
  }
47
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.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 });
48
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SaveCommandDirective, isStandalone: true, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
48
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SaveCommandDirective, isStandalone: true, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
49
  <kendo-icon-wrapper
50
50
  *ngIf="icon || svgIcon"
51
51
  innerCssClass="k-button-icon"
@@ -58,7 +58,7 @@ export class SaveCommandDirective extends BaseCommandDirective {
58
58
  <span class="k-button-text"><ng-content></ng-content></span>
59
59
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SaveCommandDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SaveCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: '[kendoTreeListSaveCommand]',
@@ -77,7 +77,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
77
77
  standalone: true,
78
78
  imports: [NgIf, IconWrapperComponent, NgClass]
79
79
  }]
80
- }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
80
+ }], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { cellContext: [{
81
81
  type: Input,
82
82
  args: ['kendoTreeListSaveCommand']
83
83
  }], commandClass: [{
@@ -122,13 +122,13 @@ export class EditingDirectiveBase {
122
122
  onStateChange() {
123
123
  this.closeEditor();
124
124
  }
125
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
126
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditingDirectiveBase, inputs: { editService: "editService", newItemId: "newItemId", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
125
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
126
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EditingDirectiveBase, inputs: { editService: "editService", newItemId: "newItemId", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
127
127
  }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditingDirectiveBase, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditingDirectiveBase, decorators: [{
129
129
  type: Directive,
130
130
  args: [{}]
131
- }], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { editService: [{
131
+ }], ctorParameters: () => [{ type: i1.TreeListComponent }], propDecorators: { editService: [{
132
132
  type: Input
133
133
  }], newItemId: [{
134
134
  type: Input
@@ -73,17 +73,17 @@ export class InCellEditingDirective extends EditingDirectiveBase {
73
73
  this.editService.update(dataItem);
74
74
  }
75
75
  }
76
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
77
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: InCellEditingDirective, isStandalone: true, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
76
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
77
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: InCellEditingDirective, isStandalone: true, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InCellEditingDirective, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: InCellEditingDirective, decorators: [{
80
80
  type: Directive,
81
81
  args: [{
82
82
  exportAs: 'kendoTreeListInCellEditing',
83
83
  selector: '[kendoTreeListInCellEditing]',
84
84
  standalone: true
85
85
  }]
86
- }], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { createFormGroup: [{
86
+ }], ctorParameters: () => [{ type: i1.TreeListComponent }], propDecorators: { createFormGroup: [{
87
87
  type: Input,
88
88
  args: ['kendoTreeListInCellEditing']
89
89
  }] } });
@@ -45,17 +45,17 @@ export class ReactiveEditingDirective extends RowEditingDirectiveBase {
45
45
  }
46
46
  markAllAsTouched(formGroup);
47
47
  }
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
49
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ReactiveEditingDirective, isStandalone: true, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
48
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
49
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ReactiveEditingDirective, isStandalone: true, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
52
52
  type: Directive,
53
53
  args: [{
54
54
  exportAs: 'kendoTreeListReactiveEditing',
55
55
  selector: '[kendoTreeListReactiveEditing]',
56
56
  standalone: true
57
57
  }]
58
- }], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { createFormGroup: [{
58
+ }], ctorParameters: () => [{ type: i1.TreeListComponent }], propDecorators: { createFormGroup: [{
59
59
  type: Input,
60
60
  args: ['kendoTreeListReactiveEditing']
61
61
  }] } });
@@ -30,10 +30,10 @@ export class RowEditingDirectiveBase extends EditingDirectiveBase {
30
30
  super.saveHandler(args);
31
31
  this.clean();
32
32
  }
33
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
34
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RowEditingDirectiveBase, usesInheritance: true, ngImport: i0 });
33
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
34
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: RowEditingDirectiveBase, usesInheritance: true, ngImport: i0 });
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
37
37
  type: Directive,
38
38
  args: [{}]
39
39
  }] });
@@ -52,17 +52,17 @@ export class TemplateEditingDirective extends RowEditingDirectiveBase {
52
52
  saveModel(args) {
53
53
  return args.dataItem;
54
54
  }
55
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
56
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TemplateEditingDirective, isStandalone: true, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
55
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
56
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TemplateEditingDirective, isStandalone: true, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TemplateEditingDirective, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TemplateEditingDirective, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  exportAs: 'kendoTreeListTemplateEditing',
62
62
  selector: '[kendoTreeListTemplateEditing]',
63
63
  standalone: true
64
64
  }]
65
- }], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { createNewItem: [{
65
+ }], ctorParameters: () => [{ type: i1.TreeListComponent }], propDecorators: { createNewItem: [{
66
66
  type: Input,
67
67
  args: ['kendoTreeListTemplateEditing']
68
68
  }] } });
@@ -52,13 +52,13 @@ export class ExcelCommandToolbarDirective {
52
52
  e.preventDefault();
53
53
  this.excelService.exportClick.emit();
54
54
  }
55
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: i1.ExcelService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
56
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
55
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: i1.ExcelService }, { token: i2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
56
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
59
59
  type: Directive,
60
60
  args: [{
61
61
  selector: '[kendoTreeListExcelTool]',
62
62
  standalone: true
63
63
  }]
64
- }], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i2.ToolBarButtonComponent }]; } });
64
+ }], ctorParameters: () => [{ type: i1.ExcelService }, { type: i2.ToolBarButtonComponent }] });
@@ -45,8 +45,8 @@ export class ExcelCommandDirective extends Button {
45
45
  this.excelService = excelService;
46
46
  this.ngZone = ngZone;
47
47
  }
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.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 });
49
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandDirective, isStandalone: true, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
48
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
49
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ExcelCommandDirective, isStandalone: true, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
50
50
  <kendo-icon-wrapper
51
51
  *ngIf="icon || svgIcon"
52
52
  innerCssClass="k-button-icon"
@@ -59,7 +59,7 @@ export class ExcelCommandDirective extends Button {
59
59
  <span class="k-button-text"><ng-content></ng-content></span>
60
60
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandDirective, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelCommandDirective, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  selector: '[kendoTreeListExcelCommand]',
@@ -78,7 +78,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
78
78
  standalone: true,
79
79
  imports: [NgIf, IconWrapperComponent, NgClass]
80
80
  }]
81
- }], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
81
+ }], ctorParameters: () => [{ type: i1.ExcelService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { onClick: [{
82
82
  type: HostListener,
83
83
  args: ['click', ['$event']]
84
84
  }], excelClass: [{
@@ -239,17 +239,17 @@ export class ExcelComponent {
239
239
  loaded: new Map(component.view.loaded)
240
240
  };
241
241
  }
242
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
243
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ExcelComponent, isStandalone: true, 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 });
242
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
243
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ExcelComponent, isStandalone: true, 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 });
244
244
  }
245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelComponent, decorators: [{
245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelComponent, decorators: [{
246
246
  type: Component,
247
247
  args: [{
248
248
  selector: 'kendo-treelist-excel',
249
249
  template: ``,
250
250
  standalone: true
251
251
  }]
252
- }], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
252
+ }], ctorParameters: () => [{ type: i1.ExcelService }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { fileName: [{
253
253
  type: Input
254
254
  }], filterable: [{
255
255
  type: Input
@@ -31,11 +31,11 @@ import * as i4 from "@progress/kendo-angular-excel-export";
31
31
  * ```
32
32
  */
33
33
  export class ExcelModule {
34
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
35
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective], exports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective] });
36
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [i2.ExcelCommandDirective, i4.ColumnComponent, i4.ColumnGroupComponent] });
34
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
35
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ExcelModule, imports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective], exports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelCommandToolbarDirective, i4.ColumnComponent, i4.ColumnGroupComponent, i4.FooterTemplateDirective, i4.GroupFooterTemplateDirective, i4.GroupHeaderColumnTemplateDirective, i4.GroupHeaderTemplateDirective] });
36
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [i2.ExcelCommandDirective, i4.ColumnComponent, i4.ColumnGroupComponent] });
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelModule, decorators: [{
39
39
  type: NgModule,
40
40
  args: [{
41
41
  imports: [...KENDO_TREELIST_EXCEL_EXPORT],
@@ -26,9 +26,9 @@ export class ExcelService {
26
26
  this.loading = value;
27
27
  this.loadingChange.emit();
28
28
  }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelService });
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelService });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelService, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExcelService, decorators: [{
33
33
  type: Injectable
34
34
  }] });
@@ -30,9 +30,9 @@ export class ExpandStateService {
30
30
  this.changes.next(new ExpandEvent({ dataItem: dataItem, expand: false }));
31
31
  }
32
32
  }
33
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
34
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandStateService });
33
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
34
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandStateService });
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandStateService, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandStateService, decorators: [{
37
37
  type: Injectable
38
38
  }] });
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  * An injection token used by the expand-directive to interface with the TreeList or the Gantt.
11
11
  */
12
12
  export class ExpandableTreeComponent {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandableTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandableTreeComponent });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableTreeComponent });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandableTreeComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableTreeComponent, decorators: [{
17
17
  type: Injectable
18
18
  }] });
@@ -98,17 +98,17 @@ export class ExpandableDirective {
98
98
  }
99
99
  this.expandedKeysChange.emit(this.expandedKeys);
100
100
  }
101
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandableDirective, deps: [{ token: i1.ExpandableTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
102
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExpandableDirective, isStandalone: true, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
101
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableDirective, deps: [{ token: i1.ExpandableTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
102
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ExpandableDirective, isStandalone: true, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExpandableDirective, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableDirective, decorators: [{
105
105
  type: Directive,
106
106
  args: [{
107
107
  exportAs: 'kendoTreeListExpandable',
108
108
  selector: '[kendoTreeListExpandable]',
109
109
  standalone: true
110
110
  }]
111
- }], ctorParameters: function () { return [{ type: i1.ExpandableTreeComponent }]; }, propDecorators: { expandedKeysChange: [{
111
+ }], ctorParameters: () => [{ type: i1.ExpandableTreeComponent }], propDecorators: { expandedKeysChange: [{
112
112
  type: Output
113
113
  }], expandedKeys: [{
114
114
  type: Input
@@ -153,13 +153,13 @@ export class BaseFilterCellComponent {
153
153
  applyFilter(filter) {
154
154
  this.filterService.filter(filter);
155
155
  }
156
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
157
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: BaseFilterCellComponent, inputs: { operators: "operators", filter: "filter" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
156
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
157
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BaseFilterCellComponent, inputs: { operators: "operators", filter: "filter" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
158
158
  }
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
160
160
  type: Directive,
161
161
  args: [{}]
162
- }], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
162
+ }], ctorParameters: () => [{ type: i1.FilterService }], propDecorators: { hostClasses: [{
163
163
  type: HostBinding,
164
164
  args: ['class.k-filtercell']
165
165
  }], operatorList: [{
@@ -80,12 +80,12 @@ export class BooleanFilterComponent extends BaseFilterCellComponent {
80
80
  ];
81
81
  this.defaultItem = { text: this.localization.get("filterBooleanAll"), value: null };
82
82
  }
83
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
84
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: BooleanFilterComponent, inputs: { column: "column" }, usesInheritance: true, ngImport: i0 });
83
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
84
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterComponent, inputs: { column: "column" }, usesInheritance: true, ngImport: i0 });
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterComponent, decorators: [{
87
87
  type: Directive,
88
88
  args: [{}]
89
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { column: [{
89
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { column: [{
90
90
  type: Input
91
91
  }] } });