@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
@@ -176,8 +176,8 @@ export class FilterMenuContainerComponent {
176
176
  get filterText() {
177
177
  return this.localization.get("filterFilterButton");
178
178
  }
179
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: i1.FilterService, skipSelf: true }, { token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.MenuTabbingService }], target: i0.ɵɵFactoryTarget.Component });
180
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
179
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: i1.FilterService, skipSelf: true }, { token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.MenuTabbingService }], target: i0.ɵɵFactoryTarget.Component });
180
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
181
181
  FilterService,
182
182
  MenuTabbingService
183
183
  ], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
@@ -221,7 +221,7 @@ export class FilterMenuContainerComponent {
221
221
  </form>
222
222
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
223
223
  }
224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
225
225
  type: Component,
226
226
  args: [{
227
227
  providers: [
@@ -272,9 +272,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
272
272
  standalone: true,
273
273
  imports: [ReactiveFormsModule, FormsModule, NgSwitch, NgSwitchCase, FilterMenuHostDirective, NgIf, NgTemplateOutlet, NgClass, ButtonComponent]
274
274
  }]
275
- }], ctorParameters: function () { return [{ type: i1.FilterService, decorators: [{
275
+ }], ctorParameters: () => [{ type: i1.FilterService, decorators: [{
276
276
  type: SkipSelf
277
- }] }, { type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i3.MenuTabbingService }]; }, propDecorators: { close: [{
277
+ }] }, { type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i3.MenuTabbingService }], propDecorators: { close: [{
278
278
  type: Output
279
279
  }], column: [{
280
280
  type: Input
@@ -30,15 +30,15 @@ export class FilterMenuDropDownListDirective {
30
30
  this.host.toggle(false);
31
31
  }
32
32
  };
33
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
34
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuDropDownListDirective, isStandalone: true, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
33
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
34
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuDropDownListDirective, isStandalone: true, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: '[kendoFilterMenuDropDown]',
40
40
  standalone: true
41
41
  }]
42
- }], ctorParameters: function () { return [{ type: i1.DropDownListComponent }]; }, propDecorators: { filterMenuDropDownLabel: [{
42
+ }], ctorParameters: () => [{ type: i1.DropDownListComponent }], propDecorators: { filterMenuDropDownLabel: [{
43
43
  type: Input
44
44
  }] } });
@@ -30,16 +30,16 @@ export class FilterMenuHostDirective extends FilterHostDirective {
30
30
  this.component.instance.filterService = this.filterService;
31
31
  this.component.instance.menuTabbingService = this.menuTabbingService;
32
32
  }
33
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
34
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
33
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
34
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: '[kendoFilterMenuHost]',
40
40
  standalone: true
41
41
  }]
42
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { filterService: [{
42
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { filterService: [{
43
43
  type: Input
44
44
  }], menuTabbingService: [{
45
45
  type: Input
@@ -85,8 +85,8 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
85
85
  const columnName = this.column ? this.column.title || this.column.field : '';
86
86
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
87
87
  }
88
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
89
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
88
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
89
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
90
90
  <kendo-dropdownlist
91
91
  kendoFilterMenuDropDown
92
92
  [filterMenuDropDownLabel]="filterMenuDropDownLabel"
@@ -101,7 +101,7 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
101
101
  <ng-content></ng-content>
102
102
  `, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
105
105
  type: Component,
106
106
  args: [{
107
107
  selector: 'kendo-treelist-filter-menu-input-wrapper',
@@ -122,7 +122,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
122
122
  standalone: true,
123
123
  imports: [DropDownListComponent, FilterMenuDropDownListDirective]
124
124
  }]
125
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { filterService: [{
125
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { filterService: [{
126
126
  type: Input
127
127
  }], isFirstDropDown: [{
128
128
  type: Input
@@ -29,15 +29,15 @@ export class FilterMenuTemplateDirective {
29
29
  constructor(templateRef) {
30
30
  this.templateRef = templateRef;
31
31
  }
32
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
33
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoTreeListFilterMenuTemplate]", ngImport: i0 });
32
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
33
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoTreeListFilterMenuTemplate]", ngImport: i0 });
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
36
36
  type: Directive,
37
37
  args: [{
38
38
  selector: '[kendoTreeListFilterMenuTemplate]',
39
39
  standalone: true
40
40
  }]
41
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
41
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
42
42
  type: Optional
43
- }] }]; } });
43
+ }] }] });
@@ -126,8 +126,8 @@ export class FilterMenuComponent {
126
126
  focusRoot() {
127
127
  this.isNavigable ? this.navigationService.focusCell(0, this.column.leafIndex) : this.anchor.nativeElement.focus();
128
128
  }
129
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuComponent, deps: [{ token: i1.FilterService }, { token: i2.SinglePopupService }, { token: i3.ContextService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i5.IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
130
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuComponent, isStandalone: true, selector: "kendo-treelist-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
129
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuComponent, deps: [{ token: i1.FilterService }, { token: i2.SinglePopupService }, { token: i3.ContextService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i5.IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
130
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuComponent, isStandalone: true, selector: "kendo-treelist-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
131
131
  <a #anchor
132
132
  class="k-grid-filter-menu k-grid-header-menu"
133
133
  [class.k-active]="hasFilters"
@@ -153,7 +153,7 @@ export class FilterMenuComponent {
153
153
  </ng-template>
154
154
  `, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
155
155
  }
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuComponent, decorators: [{
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuComponent, decorators: [{
157
157
  type: Component,
158
158
  args: [{
159
159
  selector: 'kendo-treelist-filter-menu',
@@ -185,9 +185,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
185
185
  standalone: true,
186
186
  imports: [IconWrapperComponent, FilterMenuContainerComponent]
187
187
  }]
188
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.SinglePopupService }, { type: i3.ContextService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i5.IdService, decorators: [{
188
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.SinglePopupService }, { type: i3.ContextService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i5.IdService, decorators: [{
189
189
  type: Optional
190
- }] }]; }, propDecorators: { column: [{
190
+ }] }], propDecorators: { column: [{
191
191
  type: Input
192
192
  }], filter: [{
193
193
  type: Input
@@ -20,15 +20,15 @@ export class BooleanFilterRadioButtonDirective {
20
20
  this.radioButtonEl = this.hostElement.nativeElement;
21
21
  this.renderer.setAttribute(this.hostElement.nativeElement, 'aria-label', this.columnLabel);
22
22
  }
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
24
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: BooleanFilterRadioButtonDirective, isStandalone: true, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
24
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterRadioButtonDirective, isStandalone: true, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterRadioButtonDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterRadioButtonDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  selector: '[kendoFilterMenuRadioButton]',
30
30
  standalone: true
31
31
  }]
32
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { columnLabel: [{
32
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { columnLabel: [{
33
33
  type: Input
34
34
  }] } });
@@ -14,9 +14,9 @@ export class MenuTabbingService {
14
14
  isPopupOpen = false;
15
15
  lastMenuItem;
16
16
  isTabbedInterface = false;
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuTabbingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuTabbingService });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MenuTabbingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MenuTabbingService });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MenuTabbingService, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MenuTabbingService, decorators: [{
21
21
  type: Injectable
22
22
  }] });
@@ -48,8 +48,8 @@ export class NumericFilterMenuInputComponent {
48
48
  const columnName = this.column ? this.column.title || this.column.field : '';
49
49
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
50
50
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
53
53
  <kendo-treelist-filter-menu-input-wrapper
54
54
  [column]="column"
55
55
  [filter]="filter"
@@ -80,7 +80,7 @@ export class NumericFilterMenuInputComponent {
80
80
  </kendo-treelist-filter-menu-input-wrapper>
81
81
  `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'kendo-treelist-numeric-filter-menu-input',
@@ -117,7 +117,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
117
117
  standalone: true,
118
118
  imports: [FilterMenuInputWrapperComponent, NumericTextBoxComponent, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
119
119
  }]
120
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { operators: [{
120
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { operators: [{
121
121
  type: Input
122
122
  }], column: [{
123
123
  type: Input
@@ -98,8 +98,8 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
98
98
  const columnName = this.column ? this.column.title || this.column.field : '';
99
99
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
100
100
  }
101
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
102
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
101
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
102
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", filterDelay: "filterDelay", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
103
103
  <kendo-treelist-numeric-filter-menu-input
104
104
  [currentFilter]="firstFilter"
105
105
  [operators]="operators"
@@ -147,7 +147,7 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
147
147
  </kendo-treelist-numeric-filter-menu-input>
148
148
  `, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-treelist-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "placeholder", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
149
149
  }
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
151
151
  type: Component,
152
152
  args: [{
153
153
  selector: 'kendo-treelist-numeric-filter-menu',
@@ -201,7 +201,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
201
201
  standalone: true,
202
202
  imports: [NumericFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
203
203
  }]
204
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
204
+ }], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
205
205
  type: HostBinding,
206
206
  args: ['class.k-filtercell']
207
207
  }], filter: [{
@@ -37,8 +37,8 @@ export class StringFilterMenuInputComponent {
37
37
  const columnName = this.column ? this.column.title || this.column.field : '';
38
38
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
39
39
  }
40
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
41
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
40
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
41
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", placeholder: "placeholder", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService" }, ngImport: i0, template: `
42
42
  <kendo-treelist-filter-menu-input-wrapper
43
43
  [column]="column"
44
44
  [filter]="filter"
@@ -58,7 +58,7 @@ export class StringFilterMenuInputComponent {
58
58
  </kendo-treelist-filter-menu-input-wrapper>
59
59
  `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuInputComponent, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuInputComponent, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: 'kendo-treelist-string-filter-menu-input',
@@ -84,7 +84,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
84
84
  standalone: true,
85
85
  imports: [FilterMenuInputWrapperComponent, TextBoxComponent, ReactiveFormsModule, FilterInputDirective, FormsModule]
86
86
  }]
87
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { operators: [{
87
+ }], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { operators: [{
88
88
  type: Input
89
89
  }], column: [{
90
90
  type: Input
@@ -91,8 +91,8 @@ export class StringFilterMenuComponent extends StringFilterComponent {
91
91
  const columnName = this.column ? this.column.title || this.column.field : '';
92
92
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
93
93
  }
94
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
95
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
94
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
95
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", placeholder: "placeholder", extraPlaceholder: "extraPlaceholder", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
96
96
  <kendo-treelist-string-filter-menu-input
97
97
  [currentFilter]="firstFilter"
98
98
  [operators]="operators"
@@ -124,7 +124,7 @@ export class StringFilterMenuComponent extends StringFilterComponent {
124
124
  </kendo-treelist-string-filter-menu-input>
125
125
  `, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-treelist-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "placeholder", "isFirstDropDown", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }] });
126
126
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
128
128
  type: Component,
129
129
  args: [{
130
130
  selector: 'kendo-treelist-string-filter-menu',
@@ -162,7 +162,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
162
162
  standalone: true,
163
163
  imports: [StringFilterMenuInputComponent, NgIf, DropDownListComponent]
164
164
  }]
165
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
165
+ }], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
166
166
  type: HostBinding,
167
167
  args: ['class.k-filtercell']
168
168
  }], filter: [{
@@ -119,13 +119,13 @@ export class NumericFilterComponent extends BaseFilterCellComponent {
119
119
  this.operators = toJSON(this.operatorList.toArray());
120
120
  }
121
121
  }
122
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
123
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NumericFilterComponent, inputs: { column: "column", operator: "operator", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, usesInheritance: true, ngImport: i0 });
122
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
123
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterComponent, inputs: { column: "column", operator: "operator", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, usesInheritance: true, ngImport: i0 });
124
124
  }
125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterComponent, decorators: [{
125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterComponent, decorators: [{
126
126
  type: Directive,
127
127
  args: [{}]
128
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { column: [{
128
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { column: [{
129
129
  type: Input
130
130
  }], operator: [{
131
131
  type: Input
@@ -48,15 +48,15 @@ export class AfterEqFilterOperatorComponent extends FilterOperatorBase {
48
48
  value: 'gte'
49
49
  };
50
50
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AfterEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AfterEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-eq-operator", providers: [
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AfterEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-eq-operator", providers: [
53
53
  {
54
54
  provide: FilterOperatorBase,
55
55
  useExisting: forwardRef(() => AfterEqFilterOperatorComponent)
56
56
  }
57
57
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AfterEqFilterOperatorComponent, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterEqFilterOperatorComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
62
62
  providers: [
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
69
69
  template: ``,
70
70
  standalone: true
71
71
  }]
72
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -48,15 +48,15 @@ export class AfterFilterOperatorComponent extends FilterOperatorBase {
48
48
  value: 'gt'
49
49
  };
50
50
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AfterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AfterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-operator", providers: [
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AfterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-operator", providers: [
53
53
  {
54
54
  provide: FilterOperatorBase,
55
55
  useExisting: forwardRef(() => AfterFilterOperatorComponent)
56
56
  }
57
57
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AfterFilterOperatorComponent, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterFilterOperatorComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
62
62
  providers: [
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
69
69
  template: ``,
70
70
  standalone: true
71
71
  }]
72
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -48,15 +48,15 @@ export class BeforeEqFilterOperatorComponent extends FilterOperatorBase {
48
48
  value: 'lte'
49
49
  };
50
50
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeforeEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeforeEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-eq-operator", providers: [
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BeforeEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-eq-operator", providers: [
53
53
  {
54
54
  provide: FilterOperatorBase,
55
55
  useExisting: forwardRef(() => BeforeEqFilterOperatorComponent)
56
56
  }
57
57
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeforeEqFilterOperatorComponent, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeEqFilterOperatorComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
62
62
  providers: [
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
69
69
  template: ``,
70
70
  standalone: true
71
71
  }]
72
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -48,15 +48,15 @@ export class BeforeFilterOperatorComponent extends FilterOperatorBase {
48
48
  value: 'lt'
49
49
  };
50
50
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeforeFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeforeFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-operator", providers: [
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BeforeFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-operator", providers: [
53
53
  {
54
54
  provide: FilterOperatorBase,
55
55
  useExisting: forwardRef(() => BeforeFilterOperatorComponent)
56
56
  }
57
57
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BeforeFilterOperatorComponent, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeFilterOperatorComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
62
62
  providers: [
@@ -69,4 +69,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
69
69
  template: ``,
70
70
  standalone: true
71
71
  }]
72
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -40,15 +40,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
40
40
  */
41
41
  export class ContainsFilterOperatorComponent extends FilterOperatorBase {
42
42
  constructor(localization) { super('contains', localization); }
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
44
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ContainsFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-contains-operator", providers: [
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
44
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ContainsFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-contains-operator", providers: [
45
45
  {
46
46
  provide: FilterOperatorBase,
47
47
  useExisting: forwardRef(() => ContainsFilterOperatorComponent)
48
48
  }
49
49
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContainsFilterOperatorComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainsFilterOperatorComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{
54
54
  providers: [
@@ -61,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
61
61
  template: ``,
62
62
  standalone: true
63
63
  }]
64
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
64
+ }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -40,15 +40,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
40
40
  */
41
41
  export class EndsWithFilterOperatorComponent extends FilterOperatorBase {
42
42
  constructor(localization) { super('endswith', localization); }
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
44
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EndsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-endswith-operator", providers: [
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
44
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EndsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-endswith-operator", providers: [
45
45
  {
46
46
  provide: FilterOperatorBase,
47
47
  useExisting: forwardRef(() => EndsWithFilterOperatorComponent)
48
48
  }
49
49
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EndsWithFilterOperatorComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EndsWithFilterOperatorComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{
54
54
  providers: [
@@ -61,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
61
61
  template: ``,
62
62
  standalone: true
63
63
  }]
64
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
64
+ }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -88,15 +88,15 @@ import * as i1 from "@progress/kendo-angular-l10n";
88
88
  */
89
89
  export class EqualFilterOperatorComponent extends FilterOperatorBase {
90
90
  constructor(localization) { super('eq', localization); }
91
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
92
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-eq-operator", providers: [
91
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
92
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-eq-operator", providers: [
93
93
  {
94
94
  provide: FilterOperatorBase,
95
95
  useExisting: forwardRef(() => EqualFilterOperatorComponent)
96
96
  }
97
97
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EqualFilterOperatorComponent, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EqualFilterOperatorComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{
102
102
  providers: [
@@ -109,4 +109,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
109
109
  template: ``,
110
110
  standalone: true
111
111
  }]
112
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
112
+ }], ctorParameters: () => [{ type: i1.LocalizationService }] });
@@ -84,15 +84,15 @@ export class FilterOperatorBase {
84
84
  this._text = this.messages[this.operator];
85
85
  }
86
86
  }
87
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterOperatorBase, deps: [{ token: 'filterOperator' }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
88
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterOperatorBase, inputs: { text: "text" }, ngImport: i0 });
87
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterOperatorBase, deps: [{ token: 'filterOperator' }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
88
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterOperatorBase, inputs: { text: "text" }, ngImport: i0 });
89
89
  }
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterOperatorBase, decorators: [{
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterOperatorBase, decorators: [{
91
91
  type: Directive,
92
92
  args: [{}]
93
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
93
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
94
94
  type: Inject,
95
95
  args: ['filterOperator']
96
- }] }, { type: i1.LocalizationService }]; }, propDecorators: { text: [{
96
+ }] }, { type: i1.LocalizationService }], propDecorators: { text: [{
97
97
  type: Input
98
98
  }] } });