@progress/kendo-angular-grid 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 (229) 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/column-resizing/column-resizing.service.d.ts +1 -0
  5. package/data/data-item.interface.d.ts +1 -1
  6. package/esm2022/adaptiveness/adaptive-renderer.component.mjs +4 -4
  7. package/esm2022/aggregates/selection-aggregate.service.mjs +4 -4
  8. package/esm2022/aggregates/status-bar-template.directive.mjs +4 -4
  9. package/esm2022/aggregates/status-bar.component.mjs +4 -4
  10. package/esm2022/column-menu/column-chooser-content.component.mjs +5 -5
  11. package/esm2022/column-menu/column-chooser.component.mjs +4 -4
  12. package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
  13. package/esm2022/column-menu/column-list.component.mjs +5 -5
  14. package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
  15. package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
  16. package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
  17. package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
  18. package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
  19. package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
  20. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
  21. package/esm2022/column-menu/column-menu-item.component.mjs +4 -4
  22. package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
  23. package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
  24. package/esm2022/column-menu/column-menu-position.component.mjs +4 -4
  25. package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
  26. package/esm2022/column-menu/column-menu-stick.component.mjs +4 -4
  27. package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
  28. package/esm2022/column-menu/column-menu.component.mjs +5 -5
  29. package/esm2022/column-menu/column-menu.service.mjs +4 -4
  30. package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
  31. package/esm2022/column-resizing/column-resizing.service.mjs +58 -4
  32. package/esm2022/column-resizing/table.directive.mjs +4 -4
  33. package/esm2022/columns/checkbox-column.component.mjs +5 -5
  34. package/esm2022/columns/column-base.mjs +4 -4
  35. package/esm2022/columns/column-group.component.mjs +5 -5
  36. package/esm2022/columns/column.component.mjs +5 -5
  37. package/esm2022/columns/command-column.component.mjs +5 -5
  38. package/esm2022/columns/reorder-column.component.mjs +5 -5
  39. package/esm2022/columns/span-column.component.mjs +5 -5
  40. package/esm2022/common/adaptiveness.service.mjs +4 -4
  41. package/esm2022/common/clipboard.directive.mjs +4 -4
  42. package/esm2022/common/clipboard.service.mjs +4 -4
  43. package/esm2022/common/column-info.service.mjs +3 -3
  44. package/esm2022/common/dom-events.service.mjs +3 -3
  45. package/esm2022/common/id.service.mjs +4 -4
  46. package/esm2022/common/provider.service.mjs +4 -4
  47. package/esm2022/common/single-popup.service.mjs +4 -4
  48. package/esm2022/common/toolbar-tool-base.directive.mjs +5 -5
  49. package/esm2022/data/change-notification.service.mjs +4 -4
  50. package/esm2022/data/data-mapping.service.mjs +4 -4
  51. package/esm2022/databinding.directive.mjs +4 -4
  52. package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
  53. package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
  54. package/esm2022/dragdrop/drag-hint.service.mjs +4 -4
  55. package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
  56. package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
  57. package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
  58. package/esm2022/editing/add-command-tool.directive.mjs +4 -4
  59. package/esm2022/editing/add-command.directive.mjs +4 -4
  60. package/esm2022/editing/cancel-command-tool.directive.mjs +4 -4
  61. package/esm2022/editing/cancel-command.directive.mjs +5 -5
  62. package/esm2022/editing/edit-command-tool.directive.mjs +4 -4
  63. package/esm2022/editing/edit-command.directive.mjs +5 -5
  64. package/esm2022/editing/edit-template.directive.mjs +5 -5
  65. package/esm2022/editing/edit.service.mjs +5 -5
  66. package/esm2022/editing/form/dialog-form.component.mjs +4 -4
  67. package/esm2022/editing/form/form-formfield.component.mjs +4 -4
  68. package/esm2022/editing/form/form.component.mjs +3 -3
  69. package/esm2022/editing/local-data-changes.service.mjs +3 -3
  70. package/esm2022/editing/remove-command-tool.directive.mjs +4 -4
  71. package/esm2022/editing/remove-command.directive.mjs +5 -5
  72. package/esm2022/editing/save-command-tool.directive.mjs +4 -4
  73. package/esm2022/editing/save-command.directive.mjs +5 -5
  74. package/esm2022/editing/toolbar-editing-tool-base.directive.mjs +5 -5
  75. package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
  76. package/esm2022/editing-directives/external-editing.directive.mjs +4 -4
  77. package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
  78. package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
  79. package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
  80. package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
  81. package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
  82. package/esm2022/excel/excel-command.directive.mjs +4 -4
  83. package/esm2022/excel/excel.component.mjs +4 -4
  84. package/esm2022/excel/excel.module.mjs +4 -4
  85. package/esm2022/excel/excel.service.mjs +3 -3
  86. package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
  87. package/esm2022/filtering/boolean-filter.component.mjs +4 -4
  88. package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
  89. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
  90. package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
  91. package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
  92. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
  93. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
  94. package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  95. package/esm2022/filtering/cell/filter-cell.component.mjs +3 -3
  96. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
  97. package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
  98. package/esm2022/filtering/date-filter.component.mjs +4 -4
  99. package/esm2022/filtering/filter-host.directive.mjs +4 -4
  100. package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
  101. package/esm2022/filtering/filter-input.directive.mjs +5 -5
  102. package/esm2022/filtering/filter-row.component.mjs +4 -4
  103. package/esm2022/filtering/filter.service.mjs +5 -5
  104. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  105. package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
  106. package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
  107. package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
  108. package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
  109. package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
  110. package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  111. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
  112. package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
  113. package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
  114. package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
  115. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
  116. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
  117. package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
  118. package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
  119. package/esm2022/filtering/multicheckbox-filter.component.mjs +4 -4
  120. package/esm2022/filtering/numeric-filter.component.mjs +4 -4
  121. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
  122. package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
  123. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
  124. package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
  125. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
  126. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
  127. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
  128. package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
  129. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
  130. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
  131. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
  132. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
  133. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
  134. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
  135. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
  136. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
  137. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
  138. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
  139. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
  140. package/esm2022/filtering/string-filter.component.mjs +4 -4
  141. package/esm2022/grid.component.mjs +22 -4
  142. package/esm2022/grid.module.mjs +4 -4
  143. package/esm2022/grouping/group-footer-template.directive.mjs +5 -5
  144. package/esm2022/grouping/group-header-column-template.directive.mjs +5 -5
  145. package/esm2022/grouping/group-header-template.directive.mjs +5 -5
  146. package/esm2022/grouping/group-header.component.mjs +4 -4
  147. package/esm2022/grouping/group-panel.component.mjs +4 -4
  148. package/esm2022/grouping/groups.service.mjs +3 -3
  149. package/esm2022/highlight/highlight.directive.mjs +4 -4
  150. package/esm2022/layout/browser-support.service.mjs +4 -4
  151. package/esm2022/layout/resizable.directive.mjs +4 -4
  152. package/esm2022/layout/resize.service.mjs +3 -3
  153. package/esm2022/layout/responsive.service.mjs +3 -3
  154. package/esm2022/layout/sizing-options.service.mjs +3 -3
  155. package/esm2022/localization/custom-messages.component.mjs +4 -4
  156. package/esm2022/localization/localized-messages.directive.mjs +4 -4
  157. package/esm2022/localization/messages.mjs +3 -3
  158. package/esm2022/navigation/focus-group.mjs +4 -4
  159. package/esm2022/navigation/focus-root.mjs +5 -5
  160. package/esm2022/navigation/focusable.directive.mjs +5 -5
  161. package/esm2022/navigation/logical-cell.directive.mjs +5 -5
  162. package/esm2022/navigation/logical-row.directive.mjs +4 -4
  163. package/esm2022/navigation/navigation.service.mjs +5 -5
  164. package/esm2022/package-metadata.mjs +2 -2
  165. package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
  166. package/esm2022/pdf/pdf-command.directive.mjs +4 -4
  167. package/esm2022/pdf/pdf-margin.component.mjs +3 -3
  168. package/esm2022/pdf/pdf-template.directive.mjs +5 -5
  169. package/esm2022/pdf/pdf.component.mjs +5 -5
  170. package/esm2022/pdf/pdf.module.mjs +4 -4
  171. package/esm2022/pdf/pdf.service.mjs +3 -3
  172. package/esm2022/rendering/cell-loading.template.directive.mjs +5 -5
  173. package/esm2022/rendering/cell-template.directive.mjs +5 -5
  174. package/esm2022/rendering/cell.component.mjs +5 -5
  175. package/esm2022/rendering/common/col-group.component.mjs +4 -4
  176. package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
  177. package/esm2022/rendering/common/format.pipe.mjs +4 -4
  178. package/esm2022/rendering/common/loading.component.mjs +4 -4
  179. package/esm2022/rendering/common/spacer.component.mjs +3 -3
  180. package/esm2022/rendering/details/detail-template.directive.mjs +5 -5
  181. package/esm2022/rendering/details/details.service.mjs +3 -3
  182. package/esm2022/rendering/details-expand.directive.mjs +4 -4
  183. package/esm2022/rendering/footer/footer-template.directive.mjs +5 -5
  184. package/esm2022/rendering/footer/footer.component.mjs +4 -4
  185. package/esm2022/rendering/grid-table.directive.mjs +4 -4
  186. package/esm2022/rendering/groups-expand.directive.mjs +4 -4
  187. package/esm2022/rendering/header/header-template.directive.mjs +5 -5
  188. package/esm2022/rendering/header/header.component.mjs +4 -4
  189. package/esm2022/rendering/list.component.mjs +5 -5
  190. package/esm2022/rendering/loading-template.directive.mjs +4 -4
  191. package/esm2022/rendering/no-records-template.directive.mjs +5 -5
  192. package/esm2022/rendering/table-body.component.mjs +4 -4
  193. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
  194. package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
  195. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
  196. package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
  197. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-assistant.component.mjs +4 -4
  198. package/esm2022/rendering/toolbar/tools/ai-assistant/ai-tool.directive.mjs +4 -4
  199. package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +4 -4
  200. package/esm2022/rendering/toolbar/tools/filter-command-tool.directive.mjs +4 -4
  201. package/esm2022/rendering/toolbar/tools/filter-tool-wrapper.component.mjs +4 -4
  202. package/esm2022/rendering/toolbar/tools/filter-toolbar-tool.component.mjs +4 -4
  203. package/esm2022/rendering/toolbar/tools/group-command-tool.directive.mjs +4 -4
  204. package/esm2022/rendering/toolbar/tools/group-toolbar-tool.component.mjs +4 -4
  205. package/esm2022/rendering/toolbar/tools/select-all-command-tool.directive.mjs +4 -4
  206. package/esm2022/rendering/toolbar/tools/sort-command-tool.directive.mjs +4 -4
  207. package/esm2022/rendering/toolbar/tools/sort-toolbar-tool.component.mjs +4 -4
  208. package/esm2022/row-reordering/drag-handle-template.directive.mjs +5 -5
  209. package/esm2022/row-reordering/drag-hint-template.directive.mjs +5 -5
  210. package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
  211. package/esm2022/scrolling/scroll-request.service.mjs +3 -3
  212. package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
  213. package/esm2022/scrolling/suspend.service.mjs +3 -3
  214. package/esm2022/selection/cell-selection.service.mjs +4 -4
  215. package/esm2022/selection/marquee.directive.mjs +4 -4
  216. package/esm2022/selection/selectall-checkbox.directive.mjs +5 -5
  217. package/esm2022/selection/selection-checkbox.directive.mjs +5 -5
  218. package/esm2022/selection/selection-default.mjs +4 -4
  219. package/esm2022/selection/selection.directive.mjs +4 -4
  220. package/esm2022/selection/selection.service.mjs +4 -4
  221. package/esm2022/state-management/redo-command-tool.mjs +5 -5
  222. package/esm2022/state-management/undo-command-tool.mjs +5 -5
  223. package/esm2022/state-management/undo-redo.directive.mjs +4 -4
  224. package/esm2022/state-management/undo-redo.service.mjs +3 -3
  225. package/fesm2022/progress-kendo-angular-grid.mjs +974 -902
  226. package/filtering/filterable.d.ts +1 -1
  227. package/grid.component.d.ts +8 -0
  228. package/package.json +29 -26
  229. package/schematics/ngAdd/index.js +10 -5
@@ -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
@@ -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
  }] });
@@ -78,8 +78,8 @@ export class NumericFilterMenuInputComponent {
78
78
  const columnName = this.column ? this.column.title || this.column.field : '';
79
79
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
80
80
  }
81
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
82
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format", placeholder: "placeholder" }, ngImport: i0, template: `
81
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
82
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format", placeholder: "placeholder" }, ngImport: i0, template: `
83
83
  <kendo-grid-filter-menu-input-wrapper
84
84
  [column]="column"
85
85
  [filter]="filter"
@@ -111,7 +111,7 @@ export class NumericFilterMenuInputComponent {
111
111
  </kendo-grid-filter-menu-input-wrapper>
112
112
  `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-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", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
115
115
  type: Component,
116
116
  args: [{
117
117
  selector: 'kendo-grid-numeric-filter-menu-input',
@@ -149,7 +149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
149
149
  standalone: true,
150
150
  imports: [FilterMenuInputWrapperComponent, NumericTextBoxComponent, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
151
151
  }]
152
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { operators: [{
152
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { operators: [{
153
153
  type: Input
154
154
  }], column: [{
155
155
  type: Input
@@ -98,8 +98,8 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
98
98
  this.logicOperators = logicOperators(this.ctx.localization);
99
99
  super.localizationChange();
100
100
  }
101
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
102
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
102
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-grid-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-grid-numeric-filter-menu-input
104
104
  [currentFilter]="firstFilter"
105
105
  [operators]="operators"
@@ -150,7 +150,7 @@ export class NumericFilterMenuComponent extends NumericFilterComponent {
150
150
  </kendo-grid-numeric-filter-menu-input>
151
151
  `, isInline: true, dependencies: [{ kind: "component", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "filterDelay", "isFirstDropDown", "menuTabbingService", "step", "min", "max", "spinners", "decimals", "format", "placeholder"] }, { 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"] }] });
152
152
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterMenuComponent, decorators: [{
154
154
  type: Component,
155
155
  args: [{
156
156
  selector: 'kendo-grid-numeric-filter-menu',
@@ -207,7 +207,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
207
207
  standalone: true,
208
208
  imports: [NumericFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
209
209
  }]
210
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
210
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { hostClasses: [{
211
211
  type: HostBinding,
212
212
  args: ['class.k-filtercell']
213
213
  }], 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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
41
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", placeholder: "placeholder" }, ngImport: i0, template: `
40
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
41
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", placeholder: "placeholder" }, ngImport: i0, template: `
42
42
  <kendo-grid-filter-menu-input-wrapper
43
43
  [column]="column"
44
44
  [filter]="filter"
@@ -59,7 +59,7 @@ export class StringFilterMenuInputComponent {
59
59
  </kendo-grid-filter-menu-input-wrapper>
60
60
  `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-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: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuInputComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuInputComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  selector: 'kendo-grid-string-filter-menu-input',
@@ -86,7 +86,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
86
86
  standalone: true,
87
87
  imports: [FilterMenuInputWrapperComponent, TextBoxComponent, FilterInputDirective, FormsModule]
88
88
  }]
89
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { operators: [{
89
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { operators: [{
90
90
  type: Input
91
91
  }], column: [{
92
92
  type: Input
@@ -96,8 +96,8 @@ export class StringFilterMenuComponent extends StringFilterComponent {
96
96
  this.logicOperators = logicOperators(this.ctx.localization);
97
97
  super.localizationChange();
98
98
  }
99
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
100
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-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: `
99
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
100
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-grid-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: `
101
101
  <kendo-grid-string-filter-menu-input
102
102
  [currentFilter]="firstFilter"
103
103
  [operators]="operators"
@@ -134,7 +134,7 @@ export class StringFilterMenuComponent extends StringFilterComponent {
134
134
  </kendo-grid-string-filter-menu-input>
135
135
  `, isInline: true, dependencies: [{ kind: "component", type: StringFilterMenuInputComponent, selector: "kendo-grid-string-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "isFirstDropDown", "menuTabbingService", "placeholder"] }, { 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"] }] });
136
136
  }
137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
138
138
  type: Component,
139
139
  args: [{
140
140
  selector: 'kendo-grid-string-filter-menu',
@@ -177,7 +177,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
177
177
  standalone: true,
178
178
  imports: [StringFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
179
179
  }]
180
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
180
+ }], ctorParameters: () => [{ type: i1.ContextService }], propDecorators: { hostClasses: [{
181
181
  type: HostBinding,
182
182
  args: ['class.k-filtercell']
183
183
  }], filter: [{
@@ -232,8 +232,8 @@ export class MultiCheckboxFilterComponent {
232
232
  });
233
233
  }
234
234
  }
235
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiCheckboxFilterComponent, deps: [{ token: i1.ContextService }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Component });
236
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: MultiCheckboxFilterComponent, isStandalone: true, selector: "kendo-grid-multicheckbox-filter", inputs: { column: "column" }, outputs: { filterChange: "filterChange" }, viewQueries: [{ propertyName: "filterInput", first: true, predicate: FilterInputDirective, descendants: true }], ngImport: i0, template: `
235
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiCheckboxFilterComponent, deps: [{ token: i1.ContextService }, { token: i2.LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Component });
236
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MultiCheckboxFilterComponent, isStandalone: true, selector: "kendo-grid-multicheckbox-filter", inputs: { column: "column" }, outputs: { filterChange: "filterChange" }, viewQueries: [{ propertyName: "filterInput", first: true, predicate: FilterInputDirective, descendants: true }], ngImport: i0, template: `
237
237
  <kendo-textbox *ngIf="normalizedFilterVariant.search"
238
238
  kendoFilterInput
239
239
  class="k-searchbox"
@@ -265,7 +265,7 @@ export class MultiCheckboxFilterComponent {
265
265
  <div class="k-filter-selected-items">{{selectedItemsMessage}}</div>
266
266
  `, 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: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { 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: TextBoxPrefixTemplateDirective, selector: "[kendoTextBoxPrefixTemplate]", inputs: ["showSeparator"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "pipe", type: FormatPipe, name: "format" }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }] });
267
267
  }
268
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MultiCheckboxFilterComponent, decorators: [{
268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiCheckboxFilterComponent, decorators: [{
269
269
  type: Component,
270
270
  args: [{
271
271
  selector: 'kendo-grid-multicheckbox-filter',
@@ -303,7 +303,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
303
303
  standalone: true,
304
304
  imports: [NgFor, NgIf, CheckBoxComponent, TextBoxComponent, TextBoxPrefixTemplateDirective, IconWrapperComponent, FormatPipe, FilterInputDirective]
305
305
  }]
306
- }], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.LocalDataChangesService }]; }, propDecorators: { column: [{
306
+ }], ctorParameters: () => [{ type: i1.ContextService }, { type: i2.LocalDataChangesService }], propDecorators: { column: [{
307
307
  type: Input
308
308
  }], filterChange: [{
309
309
  type: Output
@@ -120,13 +120,13 @@ export class NumericFilterComponent extends BaseFilterCellComponent {
120
120
  this.operators = toJSON(this.operatorList.toArray());
121
121
  }
122
122
  }
123
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
124
- 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 });
123
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
124
+ 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 });
125
125
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterComponent, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterComponent, decorators: [{
127
127
  type: Directive,
128
128
  args: [{}]
129
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }]; }, propDecorators: { column: [{
129
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.ContextService }], propDecorators: { column: [{
130
130
  type: Input
131
131
  }], operator: [{
132
132
  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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AfterEqFilterOperatorComponent, isStandalone: true, selector: "kendo-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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AfterEqFilterOperatorComponent, isStandalone: true, selector: "kendo-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.ContextService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AfterFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-after-operator", providers: [
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AfterFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AfterFilterOperatorComponent, isStandalone: true, selector: "kendo-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.ContextService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeforeEqFilterOperatorComponent, isStandalone: true, selector: "kendo-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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BeforeEqFilterOperatorComponent, isStandalone: true, selector: "kendo-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.ContextService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BeforeFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-before-operator", providers: [
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BeforeFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BeforeFilterOperatorComponent, isStandalone: true, selector: "kendo-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.ContextService }]; } });
72
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -39,15 +39,15 @@ import * as i1 from "../../common/provider.service";
39
39
  */
40
40
  export class ContainsFilterOperatorComponent extends FilterOperatorBase {
41
41
  constructor(ctx) { super('contains', ctx); }
42
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ContainsFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-contains-operator", providers: [
42
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ContainsFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-contains-operator", providers: [
44
44
  {
45
45
  provide: FilterOperatorBase,
46
46
  useExisting: forwardRef(() => ContainsFilterOperatorComponent)
47
47
  }
48
48
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ContainsFilterOperatorComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContainsFilterOperatorComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{
53
53
  providers: [
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
60
60
  template: ``,
61
61
  standalone: true
62
62
  }]
63
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; } });
63
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -39,15 +39,15 @@ import * as i1 from "../../common/provider.service";
39
39
  */
40
40
  export class EndsWithFilterOperatorComponent extends FilterOperatorBase {
41
41
  constructor(ctx) { super('endswith', ctx); }
42
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EndsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-endswith-operator", providers: [
42
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EndsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-endswith-operator", providers: [
44
44
  {
45
45
  provide: FilterOperatorBase,
46
46
  useExisting: forwardRef(() => EndsWithFilterOperatorComponent)
47
47
  }
48
48
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EndsWithFilterOperatorComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EndsWithFilterOperatorComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{
53
53
  providers: [
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
60
60
  template: ``,
61
61
  standalone: true
62
62
  }]
63
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; } });
63
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -87,15 +87,15 @@ import * as i1 from "../../common/provider.service";
87
87
  */
88
88
  export class EqualFilterOperatorComponent extends FilterOperatorBase {
89
89
  constructor(ctx) { super('eq', ctx); }
90
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
91
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-eq-operator", providers: [
90
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
91
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-eq-operator", providers: [
92
92
  {
93
93
  provide: FilterOperatorBase,
94
94
  useExisting: forwardRef(() => EqualFilterOperatorComponent)
95
95
  }
96
96
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
97
97
  }
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EqualFilterOperatorComponent, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EqualFilterOperatorComponent, decorators: [{
99
99
  type: Component,
100
100
  args: [{
101
101
  providers: [
@@ -108,4 +108,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
108
108
  template: ``,
109
109
  standalone: true
110
110
  }]
111
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; } });
111
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -84,18 +84,18 @@ 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.ContextService }], target: i0.ɵɵFactoryTarget.Component });
88
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterOperatorBase, selector: "kendo-grid-filter-operator-base", inputs: { text: "text" }, ngImport: i0, template: ``, isInline: true });
87
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterOperatorBase, deps: [{ token: 'filterOperator' }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
88
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterOperatorBase, selector: "kendo-grid-filter-operator-base", inputs: { text: "text" }, ngImport: i0, template: ``, isInline: true });
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: Component,
92
92
  args: [{
93
93
  selector: 'kendo-grid-filter-operator-base',
94
94
  template: ``
95
95
  }]
96
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
96
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
97
97
  type: Inject,
98
98
  args: ['filterOperator']
99
- }] }, { type: i1.ContextService }]; }, propDecorators: { text: [{
99
+ }] }, { type: i1.ContextService }], propDecorators: { text: [{
100
100
  type: Input
101
101
  }] } });
@@ -39,15 +39,15 @@ import * as i1 from "../../common/provider.service";
39
39
  */
40
40
  export class GreaterFilterOperatorComponent extends FilterOperatorBase {
41
41
  constructor(ctx) { super('gt', ctx); }
42
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GreaterFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-gt-operator", providers: [
42
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GreaterFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-gt-operator", providers: [
44
44
  {
45
45
  provide: FilterOperatorBase,
46
46
  useExisting: forwardRef(() => GreaterFilterOperatorComponent)
47
47
  }
48
48
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GreaterFilterOperatorComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterFilterOperatorComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{
53
53
  providers: [
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
60
60
  template: ``,
61
61
  standalone: true
62
62
  }]
63
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; } });
63
+ }], ctorParameters: () => [{ type: i1.ContextService }] });
@@ -39,15 +39,15 @@ import * as i1 from "../../common/provider.service";
39
39
  */
40
40
  export class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
41
41
  constructor(ctx) { super('gte', ctx); }
42
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: GreaterOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-gte-operator", providers: [
42
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
43
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GreaterOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-filter-gte-operator", providers: [
44
44
  {
45
45
  provide: FilterOperatorBase,
46
46
  useExisting: forwardRef(() => GreaterOrEqualToFilterOperatorComponent)
47
47
  }
48
48
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{
53
53
  providers: [
@@ -60,4 +60,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
60
60
  template: ``,
61
61
  standalone: true
62
62
  }]
63
- }], ctorParameters: function () { return [{ type: i1.ContextService }]; } });
63
+ }], ctorParameters: () => [{ type: i1.ContextService }] });