@progress/kendo-angular-grid 20.1.2-develop.1 → 21.0.0-develop.2

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 (227) hide show
  1. package/codemods/template-transformer/index.js +1 -2
  2. package/codemods/utils.js +2 -2
  3. package/codemods/v20/grid-kendogridgroupbinding.js +1 -1
  4. package/data/data-item.interface.d.ts +1 -1
  5. package/esm2022/adaptiveness/adaptive-renderer.component.mjs +4 -4
  6. package/esm2022/aggregates/selection-aggregate.service.mjs +4 -4
  7. package/esm2022/aggregates/status-bar-template.directive.mjs +4 -4
  8. package/esm2022/aggregates/status-bar.component.mjs +4 -4
  9. package/esm2022/column-menu/column-chooser-content.component.mjs +5 -5
  10. package/esm2022/column-menu/column-chooser.component.mjs +4 -4
  11. package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
  12. package/esm2022/column-menu/column-list.component.mjs +5 -5
  13. package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
  14. package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
  15. package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
  16. package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
  17. package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
  18. package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
  19. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
  20. package/esm2022/column-menu/column-menu-item.component.mjs +4 -4
  21. package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
  22. package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
  23. package/esm2022/column-menu/column-menu-position.component.mjs +4 -4
  24. package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
  25. package/esm2022/column-menu/column-menu-stick.component.mjs +4 -4
  26. package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
  27. package/esm2022/column-menu/column-menu.component.mjs +5 -5
  28. package/esm2022/column-menu/column-menu.service.mjs +4 -4
  29. package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
  30. package/esm2022/column-resizing/column-resizing.service.mjs +3 -3
  31. package/esm2022/column-resizing/table.directive.mjs +4 -4
  32. package/esm2022/columns/checkbox-column.component.mjs +5 -5
  33. package/esm2022/columns/column-base.mjs +4 -4
  34. package/esm2022/columns/column-group.component.mjs +5 -5
  35. package/esm2022/columns/column.component.mjs +5 -5
  36. package/esm2022/columns/command-column.component.mjs +5 -5
  37. package/esm2022/columns/reorder-column.component.mjs +5 -5
  38. package/esm2022/columns/span-column.component.mjs +5 -5
  39. package/esm2022/common/adaptiveness.service.mjs +4 -4
  40. package/esm2022/common/clipboard.directive.mjs +4 -4
  41. package/esm2022/common/clipboard.service.mjs +4 -4
  42. package/esm2022/common/column-info.service.mjs +3 -3
  43. package/esm2022/common/dom-events.service.mjs +3 -3
  44. package/esm2022/common/id.service.mjs +4 -4
  45. package/esm2022/common/provider.service.mjs +4 -4
  46. package/esm2022/common/single-popup.service.mjs +4 -4
  47. package/esm2022/common/toolbar-tool-base.directive.mjs +5 -5
  48. package/esm2022/data/change-notification.service.mjs +4 -4
  49. package/esm2022/data/data-mapping.service.mjs +4 -4
  50. package/esm2022/databinding.directive.mjs +4 -4
  51. package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
  52. package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
  53. package/esm2022/dragdrop/drag-hint.service.mjs +6 -5
  54. package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
  55. package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
  56. package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
  57. package/esm2022/editing/add-command-tool.directive.mjs +4 -4
  58. package/esm2022/editing/add-command.directive.mjs +4 -4
  59. package/esm2022/editing/cancel-command-tool.directive.mjs +4 -4
  60. package/esm2022/editing/cancel-command.directive.mjs +5 -5
  61. package/esm2022/editing/edit-command-tool.directive.mjs +4 -4
  62. package/esm2022/editing/edit-command.directive.mjs +5 -5
  63. package/esm2022/editing/edit-template.directive.mjs +5 -5
  64. package/esm2022/editing/edit.service.mjs +5 -5
  65. package/esm2022/editing/form/dialog-form.component.mjs +4 -4
  66. package/esm2022/editing/form/form-formfield.component.mjs +4 -4
  67. package/esm2022/editing/form/form.component.mjs +3 -3
  68. package/esm2022/editing/local-data-changes.service.mjs +3 -3
  69. package/esm2022/editing/remove-command-tool.directive.mjs +4 -4
  70. package/esm2022/editing/remove-command.directive.mjs +5 -5
  71. package/esm2022/editing/save-command-tool.directive.mjs +4 -4
  72. package/esm2022/editing/save-command.directive.mjs +5 -5
  73. package/esm2022/editing/toolbar-editing-tool-base.directive.mjs +5 -5
  74. package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
  75. package/esm2022/editing-directives/external-editing.directive.mjs +4 -4
  76. package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
  77. package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
  78. package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
  79. package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
  80. package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
  81. package/esm2022/excel/excel-command.directive.mjs +4 -4
  82. package/esm2022/excel/excel.component.mjs +4 -4
  83. package/esm2022/excel/excel.module.mjs +4 -4
  84. package/esm2022/excel/excel.service.mjs +3 -3
  85. package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
  86. package/esm2022/filtering/boolean-filter.component.mjs +4 -4
  87. package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
  88. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
  89. package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
  90. package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
  91. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
  92. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
  93. package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  94. package/esm2022/filtering/cell/filter-cell.component.mjs +3 -3
  95. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
  96. package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
  97. package/esm2022/filtering/date-filter.component.mjs +4 -4
  98. package/esm2022/filtering/filter-host.directive.mjs +4 -4
  99. package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
  100. package/esm2022/filtering/filter-input.directive.mjs +5 -5
  101. package/esm2022/filtering/filter-row.component.mjs +4 -4
  102. package/esm2022/filtering/filter.service.mjs +5 -5
  103. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  104. package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
  105. package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
  106. package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
  107. package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
  108. package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
  109. package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  110. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
  111. package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
  112. package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
  113. package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
  114. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
  115. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
  116. package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
  117. package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
  118. package/esm2022/filtering/multicheckbox-filter.component.mjs +4 -4
  119. package/esm2022/filtering/numeric-filter.component.mjs +4 -4
  120. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
  121. package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
  122. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
  123. package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
  124. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
  125. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
  126. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
  127. package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
  128. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
  129. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
  130. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
  131. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
  132. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
  133. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
  134. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
  135. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
  136. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
  137. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
  138. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
  139. package/esm2022/filtering/string-filter.component.mjs +4 -4
  140. package/esm2022/grid.component.mjs +4 -4
  141. package/esm2022/grid.module.mjs +4 -4
  142. package/esm2022/grouping/group-footer-template.directive.mjs +5 -5
  143. package/esm2022/grouping/group-header-column-template.directive.mjs +5 -5
  144. package/esm2022/grouping/group-header-template.directive.mjs +5 -5
  145. package/esm2022/grouping/group-header.component.mjs +4 -4
  146. package/esm2022/grouping/group-panel.component.mjs +4 -4
  147. package/esm2022/grouping/groups.service.mjs +3 -3
  148. package/esm2022/highlight/highlight.directive.mjs +4 -4
  149. package/esm2022/layout/browser-support.service.mjs +4 -4
  150. package/esm2022/layout/resizable.directive.mjs +4 -4
  151. package/esm2022/layout/resize.service.mjs +3 -3
  152. package/esm2022/layout/responsive.service.mjs +3 -3
  153. package/esm2022/layout/sizing-options.service.mjs +3 -3
  154. package/esm2022/localization/custom-messages.component.mjs +4 -4
  155. package/esm2022/localization/localized-messages.directive.mjs +4 -4
  156. package/esm2022/localization/messages.mjs +3 -3
  157. package/esm2022/navigation/focus-group.mjs +4 -4
  158. package/esm2022/navigation/focus-root.mjs +5 -5
  159. package/esm2022/navigation/focusable.directive.mjs +5 -5
  160. package/esm2022/navigation/logical-cell.directive.mjs +5 -5
  161. package/esm2022/navigation/logical-row.directive.mjs +4 -4
  162. package/esm2022/navigation/navigation.service.mjs +5 -5
  163. package/esm2022/package-metadata.mjs +2 -2
  164. package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
  165. package/esm2022/pdf/pdf-command.directive.mjs +4 -4
  166. package/esm2022/pdf/pdf-margin.component.mjs +3 -3
  167. package/esm2022/pdf/pdf-template.directive.mjs +5 -5
  168. package/esm2022/pdf/pdf.component.mjs +5 -5
  169. package/esm2022/pdf/pdf.module.mjs +4 -4
  170. package/esm2022/pdf/pdf.service.mjs +3 -3
  171. package/esm2022/rendering/cell-loading.template.directive.mjs +5 -5
  172. package/esm2022/rendering/cell-template.directive.mjs +5 -5
  173. package/esm2022/rendering/cell.component.mjs +5 -5
  174. package/esm2022/rendering/common/col-group.component.mjs +4 -4
  175. package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
  176. package/esm2022/rendering/common/format.pipe.mjs +4 -4
  177. package/esm2022/rendering/common/loading.component.mjs +4 -4
  178. package/esm2022/rendering/common/spacer.component.mjs +3 -3
  179. package/esm2022/rendering/details/detail-template.directive.mjs +5 -5
  180. package/esm2022/rendering/details/details.service.mjs +3 -3
  181. package/esm2022/rendering/details-expand.directive.mjs +4 -4
  182. package/esm2022/rendering/footer/footer-template.directive.mjs +5 -5
  183. package/esm2022/rendering/footer/footer.component.mjs +4 -4
  184. package/esm2022/rendering/grid-table.directive.mjs +4 -4
  185. package/esm2022/rendering/groups-expand.directive.mjs +4 -4
  186. package/esm2022/rendering/header/header-template.directive.mjs +5 -5
  187. package/esm2022/rendering/header/header.component.mjs +4 -4
  188. package/esm2022/rendering/list.component.mjs +5 -5
  189. package/esm2022/rendering/loading-template.directive.mjs +4 -4
  190. package/esm2022/rendering/no-records-template.directive.mjs +5 -5
  191. package/esm2022/rendering/table-body.component.mjs +4 -4
  192. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
  193. package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
  194. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
  195. package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
  196. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-assistant.component.mjs +4 -4
  197. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-tool.directive.mjs +4 -4
  198. package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +4 -4
  199. package/esm2022/rendering/toolbar/tools/filter-command-tool.directive.mjs +4 -4
  200. package/esm2022/rendering/toolbar/tools/filter-tool-wrapper.component.mjs +4 -4
  201. package/esm2022/rendering/toolbar/tools/filter-toolbar-tool.component.mjs +4 -4
  202. package/esm2022/rendering/toolbar/tools/group-command-tool.directive.mjs +4 -4
  203. package/esm2022/rendering/toolbar/tools/group-toolbar-tool.component.mjs +4 -4
  204. package/esm2022/rendering/toolbar/tools/select-all-command-tool.directive.mjs +4 -4
  205. package/esm2022/rendering/toolbar/tools/sort-command-tool.directive.mjs +4 -4
  206. package/esm2022/rendering/toolbar/tools/sort-toolbar-tool.component.mjs +4 -4
  207. package/esm2022/row-reordering/drag-handle-template.directive.mjs +5 -5
  208. package/esm2022/row-reordering/drag-hint-template.directive.mjs +5 -5
  209. package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
  210. package/esm2022/scrolling/scroll-request.service.mjs +3 -3
  211. package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
  212. package/esm2022/scrolling/suspend.service.mjs +3 -3
  213. package/esm2022/selection/cell-selection.service.mjs +4 -4
  214. package/esm2022/selection/marquee.directive.mjs +4 -4
  215. package/esm2022/selection/selectall-checkbox.directive.mjs +5 -5
  216. package/esm2022/selection/selection-checkbox.directive.mjs +5 -5
  217. package/esm2022/selection/selection-default.mjs +4 -4
  218. package/esm2022/selection/selection.directive.mjs +4 -4
  219. package/esm2022/selection/selection.service.mjs +4 -4
  220. package/esm2022/state-management/redo-command-tool.mjs +5 -5
  221. package/esm2022/state-management/undo-command-tool.mjs +5 -5
  222. package/esm2022/state-management/undo-redo.directive.mjs +4 -4
  223. package/esm2022/state-management/undo-redo.service.mjs +3 -3
  224. package/fesm2022/progress-kendo-angular-grid.mjs +904 -903
  225. package/filtering/filterable.d.ts +1 -1
  226. package/package.json +29 -26
  227. package/schematics/ngAdd/index.js +10 -5
@@ -32,15 +32,15 @@ export class FilterCellTemplateDirective {
32
32
  constructor(templateRef) {
33
33
  this.templateRef = templateRef;
34
34
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
36
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
36
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[kendoGridFilterCellTemplate]',
42
42
  standalone: true
43
43
  }]
44
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
44
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
45
45
  type: Optional
46
- }] }]; } });
46
+ }] }] });
@@ -32,8 +32,8 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
32
32
  filterChange(filter) {
33
33
  this.applyFilter(filter);
34
34
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
36
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellWrapperComponent, isStandalone: true, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellWrapperComponent, isStandalone: true, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
37
37
  <ng-content></ng-content>
38
38
  <kendo-grid-filter-cell-operators
39
39
  [showOperators]="showOperators"
@@ -45,7 +45,7 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
45
45
  </kendo-grid-filter-cell-operators>
46
46
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
49
49
  type: Component,
50
50
  args: [{
51
51
  selector: 'kendo-grid-filter-wrapper-cell',
@@ -63,7 +63,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
63
63
  standalone: true,
64
64
  imports: [FilterCellOperatorsComponent]
65
65
  }]
66
- }], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
66
+ }], ctorParameters: () => [{ type: i1.FilterService }], propDecorators: { hostClasses: [{
67
67
  type: HostBinding,
68
68
  args: ['class.k-filtercell-wrapper']
69
69
  }], overrideBaseClasses: [{
@@ -36,8 +36,8 @@ export class FilterCellComponent {
36
36
  get isFilterable() {
37
37
  return isPresent(this.column) && !isNullOrEmptyString(this.column.field) && this.column.filterable;
38
38
  }
39
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellComponent, isStandalone: true, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
39
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellComponent, isStandalone: true, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
41
41
  <ng-container *ngIf="isFilterable">
42
42
  <ng-container [ngSwitch]="hasTemplate">
43
43
  <ng-container *ngSwitchCase="false">
@@ -54,7 +54,7 @@ export class FilterCellComponent {
54
54
  </ng-container>
55
55
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellComponent, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{
60
60
  selector: '[kendoGridFilterCell]',
@@ -77,8 +77,8 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
77
77
  const columnName = this.column.title || this.column.field;
78
78
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
79
79
  }
80
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
81
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
80
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
81
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
82
82
  <kendo-grid-filter-wrapper-cell
83
83
  [column]="column"
84
84
  [filter]="filter"
@@ -109,7 +109,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
109
109
  </kendo-grid-filter-wrapper-cell>
110
110
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
111
111
  }
112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
113
113
  type: Component,
114
114
  args: [{
115
115
  selector: 'kendo-grid-numeric-filter-cell',
@@ -146,7 +146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
146
146
  standalone: true,
147
147
  imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
148
148
  }]
149
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { filterDelay: [{
149
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }], propDecorators: { filterDelay: [{
150
150
  type: Input
151
151
  }], showOperators: [{
152
152
  type: Input
@@ -73,8 +73,8 @@ export class StringFilterCellComponent extends StringFilterComponent {
73
73
  const columnName = this.column.title || this.column.field;
74
74
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
75
75
  }
76
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
77
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
76
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
77
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
78
78
  <kendo-grid-filter-wrapper-cell
79
79
  [column]="column"
80
80
  [filter]="filter"
@@ -93,7 +93,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
93
93
  </kendo-grid-filter-wrapper-cell>
94
94
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterCellComponent, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterCellComponent, decorators: [{
97
97
  type: Component,
98
98
  args: [{
99
99
  selector: 'kendo-grid-string-filter-cell',
@@ -118,7 +118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
118
118
  standalone: true,
119
119
  imports: [FilterCellWrapperComponent, TextBoxComponent, FocusableDirective, FilterInputDirective, FormsModule]
120
120
  }]
121
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { filterDelay: [{
121
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }], propDecorators: { filterDelay: [{
122
122
  type: Input
123
123
  }], showOperators: [{
124
124
  type: Input
@@ -138,16 +138,16 @@ export class DateFilterComponent extends BaseFilterCellComponent {
138
138
  this.operators = toJSON(this.operatorList.toArray());
139
139
  }
140
140
  }
141
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
142
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DateFilterComponent, selector: "kendo-grid-date-filter-base", inputs: { column: "column", operator: "operator", format: "format", min: "min", max: "max", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
141
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
142
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterComponent, selector: "kendo-grid-date-filter-base", inputs: { column: "column", operator: "operator", format: "format", min: "min", max: "max", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
143
143
  }
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterComponent, decorators: [{
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterComponent, decorators: [{
145
145
  type: Component,
146
146
  args: [{
147
147
  selector: 'kendo-grid-date-filter-base',
148
148
  template: ``
149
149
  }]
150
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }]; }, propDecorators: { column: [{
150
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.ContextService }], propDecorators: { column: [{
151
151
  type: Input
152
152
  }], operator: [{
153
153
  type: Input
@@ -43,15 +43,15 @@ export class FilterHostDirective {
43
43
  instance.column = column;
44
44
  instance.filter = filter;
45
45
  }
46
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
47
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterHostDirective, selector: "[kendoGridFilterHostBase]", inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
46
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
47
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterHostDirective, selector: "[kendoGridFilterHostBase]", inputs: { column: "column", filter: "filter" }, usesOnChanges: true, ngImport: i0 });
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterHostDirective, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterHostDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: '[kendoGridFilterHostBase]'
53
53
  }]
54
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { column: [{
54
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { column: [{
55
55
  type: Input
56
56
  }], filter: [{
57
57
  type: Input
@@ -103,13 +103,13 @@ export class FilterInputWrapperComponent extends BaseFilterCellComponent {
103
103
  this.filterInputDisabled = isEmptyValueOperator(this.currentOperator);
104
104
  }
105
105
  }
106
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterInputWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
107
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterInputWrapperComponent, inputs: { column: "column", defaultOperator: "defaultOperator" }, queries: [{ propertyName: "input", first: true, predicate: FilterInputDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
106
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
107
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterInputWrapperComponent, inputs: { column: "column", defaultOperator: "defaultOperator" }, queries: [{ propertyName: "input", first: true, predicate: FilterInputDirective, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
108
108
  }
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterInputWrapperComponent, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputWrapperComponent, decorators: [{
110
110
  type: Directive,
111
111
  args: [{}]
112
- }], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { column: [{
112
+ }], ctorParameters: () => [{ type: i1.FilterService }], propDecorators: { column: [{
113
113
  type: Input
114
114
  }], input: [{
115
115
  type: ContentChild,
@@ -97,21 +97,21 @@ export class FilterInputDirective {
97
97
  }
98
98
  }
99
99
  }
100
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
101
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
100
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
101
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
102
102
  }
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterInputDirective, decorators: [{
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputDirective, decorators: [{
104
104
  type: Directive,
105
105
  args: [{
106
106
  selector: '[kendoFilterInput]',
107
107
  standalone: true
108
108
  }]
109
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
109
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
110
110
  type: Self
111
111
  }, {
112
112
  type: Inject,
113
113
  args: [NG_VALUE_ACCESSOR]
114
- }] }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { kendoInput: [{
114
+ }] }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { kendoInput: [{
115
115
  type: ContentChild,
116
116
  args: [KendoInput, { static: true }]
117
117
  }], filterDelay: [{
@@ -46,8 +46,8 @@ export class FilterRowComponent {
46
46
  get isStacked() {
47
47
  return this.ctx.grid?.isStacked;
48
48
  }
49
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.ContextService }, { token: i2.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
50
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterRowComponent, isStandalone: true, selector: "[kendoGridFilterRow]", inputs: { columns: "columns", filter: "filter", groups: "groups", detailTemplate: "detailTemplate", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
49
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.ContextService }, { token: i2.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
50
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterRowComponent, isStandalone: true, selector: "[kendoGridFilterRow]", inputs: { columns: "columns", filter: "filter", groups: "groups", detailTemplate: "detailTemplate", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
51
51
  <td
52
52
  class="k-table-td k-group-cell k-table-group-td"
53
53
  *ngFor="let g of groups"
@@ -73,7 +73,7 @@ export class FilterRowComponent {
73
73
  ></td>
74
74
  `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: ["column", "filter", "size"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
75
75
  }
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterRowComponent, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterRowComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{
79
79
  selector: '[kendoGridFilterRow]',
@@ -105,7 +105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
105
105
  standalone: true,
106
106
  imports: [NgFor, NgIf, FilterCellComponent, LogicalCellDirective, NgStyle, NgClass]
107
107
  }]
108
- }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.ColumnInfoService }]; }, propDecorators: { columns: [{
108
+ }], ctorParameters: () => [{ type: i1.ContextService }, { type: i2.ColumnInfoService }], propDecorators: { columns: [{
109
109
  type: Input
110
110
  }], filter: [{
111
111
  type: Input
@@ -34,11 +34,11 @@ export class FilterService {
34
34
  constructor(menuTabbingService) {
35
35
  this.menuTabbingService = menuTabbingService;
36
36
  }
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterService, deps: [{ token: i1.MenuTabbingService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
38
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterService });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService, deps: [{ token: i1.MenuTabbingService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
38
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService });
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterService, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService, decorators: [{
41
41
  type: Injectable
42
- }], ctorParameters: function () { return [{ type: i1.MenuTabbingService, decorators: [{
42
+ }], ctorParameters: () => [{ type: i1.MenuTabbingService, decorators: [{
43
43
  type: Optional
44
- }] }]; } });
44
+ }] }] });
@@ -104,8 +104,8 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
104
104
  const columnName = this.column.title || this.column.field;
105
105
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
106
106
  }
107
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
108
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-grid-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
107
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
108
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-grid-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
109
109
  <ul class="k-radio-list k-reset">
110
110
  <li *ngFor="let item of items">
111
111
  <kendo-radiobutton
@@ -124,7 +124,7 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
124
124
  </ul>
125
125
  `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: RadioButtonComponent, selector: "kendo-radiobutton", inputs: ["checked"], outputs: ["checkedChange"], exportAs: ["kendoRadioButton"] }, { kind: "directive", type: BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: ["columnLabel"] }] });
126
126
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
128
128
  type: Component,
129
129
  args: [{
130
130
  selector: 'kendo-grid-boolean-filter-menu',
@@ -149,7 +149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
149
149
  standalone: true,
150
150
  imports: [NgFor, RadioButtonComponent, BooleanFilterRadioButtonDirective]
151
151
  }]
152
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
152
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { hostClasses: [{
153
153
  type: HostBinding,
154
154
  args: ['class.k-filtercell']
155
155
  }], filter: [{
@@ -62,8 +62,8 @@ export class DateFilterMenuInputComponent {
62
62
  const columnName = this.column ? this.column.title || this.column.field : '';
63
63
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
64
64
  }
65
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
66
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
65
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
66
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
67
67
  <kendo-grid-filter-menu-input-wrapper
68
68
  [column]="column"
69
69
  [filter]="filter"
@@ -99,7 +99,7 @@ export class DateFilterMenuInputComponent {
99
99
  </kendo-grid-filter-menu-input-wrapper>
100
100
  `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "adaptiveTitle", "adaptiveSubtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
103
103
  type: Component,
104
104
  args: [{
105
105
  selector: 'kendo-grid-date-filter-menu-input',
@@ -141,7 +141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
141
141
  standalone: true,
142
142
  imports: [FilterMenuInputWrapperComponent, DatePickerComponent, FilterInputDirective, DatePickerCustomMessagesComponent]
143
143
  }]
144
- }], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.ContextService }]; }, propDecorators: { operators: [{
144
+ }], ctorParameters: () => [{ type: i1.SinglePopupService }, { type: i2.ContextService }], propDecorators: { operators: [{
145
145
  type: Input
146
146
  }], column: [{
147
147
  type: Input
@@ -80,8 +80,8 @@ export class DateFilterMenuComponent extends DateFilterComponent {
80
80
  this.logicOperators = logicOperators(this.ctx.localization);
81
81
  super.localizationChange();
82
82
  }
83
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
84
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
83
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
84
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
85
85
  <kendo-grid-date-filter-menu-input
86
86
  [currentFilter]="firstFilter"
87
87
  [operators]="operators"
@@ -135,7 +135,7 @@ export class DateFilterMenuComponent extends DateFilterComponent {
135
135
  </kendo-grid-date-filter-menu-input>
136
136
  `, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-grid-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "menuTabbingService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber", "isFirstDropDown"] }, { 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"] }] });
137
137
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
139
139
  type: Component,
140
140
  args: [{
141
141
  selector: 'kendo-grid-date-filter-menu',
@@ -195,7 +195,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
195
195
  standalone: true,
196
196
  imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
197
197
  }]
198
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
198
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { hostClasses: [{
199
199
  type: HostBinding,
200
200
  args: ['class.k-filtercell']
201
201
  }], filter: [{
@@ -265,8 +265,8 @@ export class FilterMenuContainerComponent {
265
265
  };
266
266
  return eq(checkboxFilter, gridFilter);
267
267
  }
268
- 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.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.MenuTabbingService }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Component });
269
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-grid-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
268
+ 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.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.MenuTabbingService }, { token: i4.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Component });
269
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-grid-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
270
270
  FilterService,
271
271
  MenuTabbingService
272
272
  ], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }], ngImport: i0, template: `
@@ -316,7 +316,7 @@ export class FilterMenuContainerComponent {
316
316
  </form>
317
317
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i5.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i5.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i5.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: MultiCheckboxFilterComponent, selector: "kendo-grid-multicheckbox-filter", inputs: ["column"], outputs: ["filterChange"] }, { 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"] }] });
318
318
  }
319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
320
320
  type: Component,
321
321
  args: [{
322
322
  providers: [
@@ -373,9 +373,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
373
373
  standalone: true,
374
374
  imports: [FormsModule, NgSwitch, NgSwitchCase, FilterMenuHostDirective, NgIf, NgTemplateOutlet, NgClass, MultiCheckboxFilterComponent, ButtonComponent]
375
375
  }]
376
- }], ctorParameters: function () { return [{ type: i1.FilterService, decorators: [{
376
+ }], ctorParameters: () => [{ type: i1.FilterService, decorators: [{
377
377
  type: SkipSelf
378
- }] }, { type: i1.FilterService }, { type: i2.ContextService }, { type: i0.ChangeDetectorRef }, { type: i3.MenuTabbingService }, { type: i4.AdaptiveGridService }]; }, propDecorators: { close: [{
378
+ }] }, { type: i1.FilterService }, { type: i2.ContextService }, { type: i0.ChangeDetectorRef }, { type: i3.MenuTabbingService }, { type: i4.AdaptiveGridService }], propDecorators: { close: [{
379
379
  type: Output
380
380
  }], column: [{
381
381
  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
@@ -101,8 +101,8 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
101
101
  const columnName = this.column ? this.column.title || this.column.field : '';
102
102
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
103
103
  }
104
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: i1.ContextService }, { token: i2.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Component });
105
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-grid-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: `
104
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: i1.ContextService }, { token: i2.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Component });
105
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-grid-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: `
106
106
  <kendo-dropdownlist
107
107
  kendoFilterMenuDropDown
108
108
  [adaptiveTitle]="ctx.localization.get('adaptiveFilterOperatorsTitle')"
@@ -120,7 +120,7 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
120
120
  <ng-content></ng-content>
121
121
  `, 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"] }] });
122
122
  }
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
124
124
  type: Component,
125
125
  args: [{
126
126
  selector: 'kendo-grid-filter-menu-input-wrapper',
@@ -144,7 +144,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
144
144
  standalone: true,
145
145
  imports: [DropDownListComponent, FilterMenuDropDownListDirective]
146
146
  }]
147
- }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.AdaptiveGridService }]; }, propDecorators: { filterService: [{
147
+ }], ctorParameters: () => [{ type: i1.ContextService }, { type: i2.AdaptiveGridService }], propDecorators: { filterService: [{
148
148
  type: Input
149
149
  }], isFirstDropDown: [{
150
150
  type: Input
@@ -34,15 +34,15 @@ export class FilterMenuTemplateDirective {
34
34
  constructor(templateRef) {
35
35
  this.templateRef = templateRef;
36
36
  }
37
- 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 });
38
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoGridFilterMenuTemplate]", ngImport: i0 });
37
+ 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 });
38
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoGridFilterMenuTemplate]", ngImport: i0 });
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: '[kendoGridFilterMenuTemplate]',
44
44
  standalone: true
45
45
  }]
46
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
46
+ }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
47
47
  type: Optional
48
- }] }]; } });
48
+ }] }] });
@@ -145,8 +145,8 @@ export class FilterMenuComponent {
145
145
  this.anchor.nativeElement.focus({ preventScroll: true });
146
146
  }
147
147
  }
148
- 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.AdaptiveGridService }, { token: i6.IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
149
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterMenuComponent, isStandalone: true, selector: "kendo-grid-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: `
148
+ 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.AdaptiveGridService }, { token: i6.IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
149
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuComponent, isStandalone: true, selector: "kendo-grid-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: `
150
150
  <a #anchor
151
151
  class="k-grid-filter-menu k-grid-header-menu"
152
152
  [class.k-active]="hasFilters"
@@ -172,7 +172,7 @@ export class FilterMenuComponent {
172
172
  </ng-template>
173
173
  `, 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-grid-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
174
174
  }
175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuComponent, decorators: [{
175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuComponent, decorators: [{
176
176
  type: Component,
177
177
  args: [{
178
178
  selector: 'kendo-grid-filter-menu',
@@ -204,9 +204,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
204
204
  standalone: true,
205
205
  imports: [IconWrapperComponent, FilterMenuContainerComponent],
206
206
  }]
207
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.SinglePopupService }, { type: i3.ContextService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i5.AdaptiveGridService }, { type: i6.IdService, decorators: [{
207
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.SinglePopupService }, { type: i3.ContextService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i5.AdaptiveGridService }, { type: i6.IdService, decorators: [{
208
208
  type: Optional
209
- }] }]; }, propDecorators: { column: [{
209
+ }] }], propDecorators: { column: [{
210
210
  type: Input
211
211
  }], filter: [{
212
212
  type: Input