@progress/kendo-angular-treelist 20.1.2-develop.2 → 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 (176) hide show
  1. package/data/data-item.interface.d.ts +1 -1
  2. package/esm2022/binding-directives/base-binding.directive.mjs +4 -4
  3. package/esm2022/binding-directives/data-bound-tree-component.mjs +3 -3
  4. package/esm2022/binding-directives/flat-binding.directive.mjs +5 -5
  5. package/esm2022/binding-directives/hierarchy-binding.directive.mjs +5 -5
  6. package/esm2022/column-menu/column-chooser-item-checked.directive.mjs +4 -4
  7. package/esm2022/column-menu/column-chooser.component.mjs +4 -4
  8. package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
  9. package/esm2022/column-menu/column-list.component.mjs +4 -4
  10. package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
  11. package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
  12. package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
  13. package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
  14. package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
  15. package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
  16. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
  17. package/esm2022/column-menu/column-menu-item.component.mjs +3 -3
  18. package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
  19. package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
  20. package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
  21. package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
  22. package/esm2022/column-menu/column-menu.component.mjs +5 -5
  23. package/esm2022/column-menu/column-menu.service.mjs +4 -4
  24. package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
  25. package/esm2022/column-resizing/column-resizing.service.mjs +3 -3
  26. package/esm2022/column-resizing/table.directive.mjs +4 -4
  27. package/esm2022/columns/checkbox-column.component.mjs +5 -5
  28. package/esm2022/columns/column-base.mjs +4 -4
  29. package/esm2022/columns/column-group.component.mjs +5 -5
  30. package/esm2022/columns/column.component.mjs +5 -5
  31. package/esm2022/columns/command-column.component.mjs +5 -5
  32. package/esm2022/columns/rowreorder-column.component.mjs +5 -5
  33. package/esm2022/columns/span-column.component.mjs +5 -5
  34. package/esm2022/common/column-info.service.mjs +3 -3
  35. package/esm2022/common/dom-events.service.mjs +3 -3
  36. package/esm2022/common/id.service.mjs +4 -4
  37. package/esm2022/common/option-changes.service.mjs +3 -3
  38. package/esm2022/common/provider.service.mjs +4 -4
  39. package/esm2022/common/single-popup.service.mjs +4 -4
  40. package/esm2022/data/change-notification.service.mjs +4 -4
  41. package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
  42. package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
  43. package/esm2022/dragdrop/drag-hint.service.mjs +4 -4
  44. package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
  45. package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
  46. package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
  47. package/esm2022/editing/add-command-tool.directive.mjs +4 -4
  48. package/esm2022/editing/add-command.directive.mjs +4 -4
  49. package/esm2022/editing/base-command.directive.mjs +4 -4
  50. package/esm2022/editing/cancel-command.directive.mjs +4 -4
  51. package/esm2022/editing/edit-command.directive.mjs +4 -4
  52. package/esm2022/editing/edit-template.directive.mjs +5 -5
  53. package/esm2022/editing/edit.service.mjs +5 -5
  54. package/esm2022/editing/remove-command.directive.mjs +4 -4
  55. package/esm2022/editing/save-command.directive.mjs +4 -4
  56. package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
  57. package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
  58. package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
  59. package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
  60. package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
  61. package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
  62. package/esm2022/excel/excel-command.directive.mjs +4 -4
  63. package/esm2022/excel/excel.component.mjs +4 -4
  64. package/esm2022/excel/excel.module.mjs +4 -4
  65. package/esm2022/excel/excel.service.mjs +3 -3
  66. package/esm2022/expand-state/expand-state.service.mjs +3 -3
  67. package/esm2022/expand-state/expandable-tree-component.mjs +3 -3
  68. package/esm2022/expand-state/expandable.directive.mjs +4 -4
  69. package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
  70. package/esm2022/filtering/boolean-filter.component.mjs +4 -4
  71. package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
  72. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
  73. package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
  74. package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
  75. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
  76. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
  77. package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  78. package/esm2022/filtering/cell/filter-cell.component.mjs +4 -4
  79. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
  80. package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
  81. package/esm2022/filtering/date-filter.component.mjs +4 -4
  82. package/esm2022/filtering/filter-host.directive.mjs +4 -4
  83. package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
  84. package/esm2022/filtering/filter-input.directive.mjs +5 -5
  85. package/esm2022/filtering/filter-row.component.mjs +4 -4
  86. package/esm2022/filtering/filter.service.mjs +5 -5
  87. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  88. package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
  89. package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
  90. package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
  91. package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
  92. package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
  93. package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  94. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
  95. package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
  96. package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
  97. package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
  98. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
  99. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
  100. package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
  101. package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
  102. package/esm2022/filtering/numeric-filter.component.mjs +4 -4
  103. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
  104. package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
  105. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
  106. package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
  107. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
  108. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
  109. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
  110. package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
  111. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
  112. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
  113. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
  114. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
  115. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
  116. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
  117. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
  118. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
  119. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
  120. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
  121. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
  122. package/esm2022/filtering/string-filter.component.mjs +4 -4
  123. package/esm2022/layout/browser-support.service.mjs +4 -4
  124. package/esm2022/layout/resizable.directive.mjs +4 -4
  125. package/esm2022/layout/resize.service.mjs +3 -3
  126. package/esm2022/layout/responsive.service.mjs +3 -3
  127. package/esm2022/localization/custom-messages.component.mjs +4 -4
  128. package/esm2022/localization/localized-messages.directive.mjs +4 -4
  129. package/esm2022/localization/messages.mjs +3 -3
  130. package/esm2022/navigation/focus-group.mjs +4 -4
  131. package/esm2022/navigation/focus-root.mjs +5 -5
  132. package/esm2022/navigation/focusable.directive.mjs +5 -5
  133. package/esm2022/navigation/logical-cell.directive.mjs +4 -4
  134. package/esm2022/navigation/logical-row.directive.mjs +4 -4
  135. package/esm2022/navigation/navigation.service.mjs +5 -5
  136. package/esm2022/package-metadata.mjs +2 -2
  137. package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
  138. package/esm2022/pdf/pdf-command.directive.mjs +4 -4
  139. package/esm2022/pdf/pdf-margin.component.mjs +3 -3
  140. package/esm2022/pdf/pdf-template.directive.mjs +5 -5
  141. package/esm2022/pdf/pdf.component.mjs +4 -4
  142. package/esm2022/pdf/pdf.module.mjs +4 -4
  143. package/esm2022/pdf/pdf.service.mjs +3 -3
  144. package/esm2022/rendering/cell-template.directive.mjs +5 -5
  145. package/esm2022/rendering/cell.component.mjs +4 -4
  146. package/esm2022/rendering/common/col-group.component.mjs +3 -3
  147. package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
  148. package/esm2022/rendering/common/level-items.pipe.mjs +3 -3
  149. package/esm2022/rendering/common/loading.component.mjs +4 -4
  150. package/esm2022/rendering/common/spacer.component.mjs +3 -3
  151. package/esm2022/rendering/footer-template.directive.mjs +5 -5
  152. package/esm2022/rendering/header/header-template.directive.mjs +5 -5
  153. package/esm2022/rendering/header/header.component.mjs +4 -4
  154. package/esm2022/rendering/header/select-all-checkbox.directive.mjs +4 -4
  155. package/esm2022/rendering/list.component.mjs +5 -5
  156. package/esm2022/rendering/no-records-template.directive.mjs +5 -5
  157. package/esm2022/rendering/table-body.component.mjs +5 -5
  158. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
  159. package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
  160. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
  161. package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
  162. package/esm2022/row-reordering/flat-reorder.service.mjs +3 -3
  163. package/esm2022/row-reordering/hierarchical-reorder.service.mjs +3 -3
  164. package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
  165. package/esm2022/scrolling/scroll-request.service.mjs +3 -3
  166. package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
  167. package/esm2022/scrolling/suspend.service.mjs +3 -3
  168. package/esm2022/selection/marquee.directive.mjs +4 -4
  169. package/esm2022/selection/selectable.directive.mjs +4 -4
  170. package/esm2022/selection/selection.service.mjs +3 -3
  171. package/esm2022/treelist.component.mjs +4 -4
  172. package/esm2022/treelist.module.mjs +4 -4
  173. package/fesm2022/progress-kendo-angular-treelist.mjs +688 -688
  174. package/filtering/filterable.d.ts +1 -1
  175. package/package.json +23 -23
  176. package/schematics/ngAdd/index.js +4 -4
@@ -63,8 +63,8 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
63
63
  const columnName = this.column.title || this.column.field;
64
64
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
65
65
  }
66
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
67
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
67
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
68
68
  <kendo-treelist-filter-wrapper-cell
69
69
  [column]="column"
70
70
  [filter]="filter"
@@ -80,7 +80,7 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
80
80
  </kendo-treelist-filter-wrapper-cell>
81
81
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
86
86
  selector: 'kendo-treelist-autocomplete-filter-cell',
@@ -102,7 +102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
102
102
  standalone: true,
103
103
  imports: [FilterCellWrapperComponent, AutoCompleteComponent, FilterInputDirective]
104
104
  }]
105
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ColumnComponent }, { type: i3.LocalizationService }]; }, propDecorators: { showOperators: [{
105
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.ColumnComponent }, { type: i3.LocalizationService }], propDecorators: { showOperators: [{
106
106
  type: Input
107
107
  }], column: [{
108
108
  type: Input
@@ -55,8 +55,8 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
55
55
  const columnName = this.column.title || this.column.field;
56
56
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
57
57
  }
58
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
59
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
58
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
59
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
60
60
  <kendo-treelist-filter-wrapper-cell
61
61
  [column]="column"
62
62
  [filter]="filter"
@@ -77,7 +77,7 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
77
77
  </kendo-treelist-filter-wrapper-cell>
78
78
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }] });
79
79
  }
80
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
81
81
  type: Component,
82
82
  args: [{
83
83
  selector: 'kendo-treelist-boolean-filter-cell',
@@ -104,4 +104,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
104
104
  standalone: true,
105
105
  imports: [FilterCellWrapperComponent, DropDownListComponent, FilterInputDirective, FocusableDirective]
106
106
  }]
107
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }]; } });
107
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }] });
@@ -58,8 +58,8 @@ export class DateFilterCellComponent extends DateFilterComponent {
58
58
  const columnName = this.column.title || this.column.field;
59
59
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
60
60
  }
61
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
62
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
61
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
62
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
63
63
  <kendo-treelist-filter-wrapper-cell
64
64
  [column]="column"
65
65
  [filter]="filter"
@@ -90,7 +90,7 @@ export class DateFilterCellComponent extends DateFilterComponent {
90
90
  </kendo-treelist-filter-wrapper-cell>
91
91
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { 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", "column", "value"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
92
92
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterCellComponent, decorators: [{
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterCellComponent, decorators: [{
94
94
  type: Component,
95
95
  args: [{
96
96
  selector: 'kendo-treelist-date-filter-cell',
@@ -127,6 +127,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
127
127
  standalone: true,
128
128
  imports: [FilterCellWrapperComponent, DatePickerComponent, FilterInputDirective, FocusableDirective, DatePickerCustomMessagesComponent]
129
129
  }]
130
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { showOperators: [{
130
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { showOperators: [{
131
131
  type: Input
132
132
  }] } });
@@ -21,13 +21,13 @@ export class FilterCellHostDirective extends FilterHostDirective {
21
21
  }
22
22
  return StringFilterCellComponent;
23
23
  }
24
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
25
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
24
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
25
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellHostDirective, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellHostDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  selector: '[kendoFilterCellHost]',
31
31
  standalone: true
32
32
  }]
33
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
33
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }] });
@@ -142,8 +142,8 @@ export class FilterCellOperatorsComponent {
142
142
  messageFor(token) {
143
143
  return this.localization.get(token);
144
144
  }
145
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
146
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
145
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
146
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
147
147
  <kendo-dropdownlist
148
148
  #dropdown
149
149
  *ngIf="showOperators"
@@ -173,7 +173,7 @@ export class FilterCellOperatorsComponent {
173
173
  </button>
174
174
  `, isInline: true, dependencies: [{ 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: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { 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"] }] });
175
175
  }
176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
177
177
  type: Component,
178
178
  args: [{
179
179
  selector: 'kendo-treelist-filter-cell-operators',
@@ -209,7 +209,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
209
209
  standalone: true,
210
210
  imports: [NgIf, DropDownListComponent, FocusableDirective, ButtonComponent]
211
211
  }]
212
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
212
+ }], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
213
213
  type: HostBinding,
214
214
  args: ['class.k-filtercell-operator']
215
215
  }], dropdown: [{
@@ -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: "[kendoTreeListFilterCellTemplate]", 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: "[kendoTreeListFilterCellTemplate]", 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: '[kendoTreeListFilterCellTemplate]',
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-treelist-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-treelist-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-treelist-filter-cell-operators
39
39
  [showOperators]="showOperators"
@@ -45,7 +45,7 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
45
45
  </kendo-treelist-filter-cell-operators>
46
46
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellOperatorsComponent, selector: "kendo-treelist-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-treelist-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: [{
@@ -41,8 +41,8 @@ export class FilterCellComponent {
41
41
  get isFilterable() {
42
42
  return isPresent(this.column) && !isNullOrEmptyString(this.column.field) && this.column.filterable;
43
43
  }
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellComponent, deps: [{ token: i1.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
45
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterCellComponent, isStandalone: true, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellComponent, deps: [{ token: i1.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
45
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellComponent, isStandalone: true, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
46
46
  <ng-container *ngIf="isFilterable">
47
47
  <ng-container [ngSwitch]="hasTemplate">
48
48
  <ng-container *ngSwitchCase="false">
@@ -59,7 +59,7 @@ export class FilterCellComponent {
59
59
  </ng-container>
60
60
  `, 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"] }] });
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCellComponent, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellComponent, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  selector: '[kendoTreeListFilterCell]',
@@ -82,7 +82,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
82
82
  standalone: true,
83
83
  imports: [NgIf, NgSwitch, NgSwitchCase, FilterCellHostDirective, NgTemplateOutlet]
84
84
  }]
85
- }], ctorParameters: function () { return [{ type: i1.FocusGroup }]; }, propDecorators: { column: [{
85
+ }], ctorParameters: () => [{ type: i1.FocusGroup }], propDecorators: { column: [{
86
86
  type: Input
87
87
  }], filter: [{
88
88
  type: Input
@@ -69,8 +69,8 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
69
69
  const columnName = this.column.title || this.column.field;
70
70
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
71
71
  }
72
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
73
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
72
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
73
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
74
74
  <kendo-treelist-filter-wrapper-cell
75
75
  [column]="column"
76
76
  [filter]="filter"
@@ -99,7 +99,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
99
99
  </kendo-treelist-filter-wrapper-cell>
100
100
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-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: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
103
103
  type: Component,
104
104
  args: [{
105
105
  selector: 'kendo-treelist-numeric-filter-cell',
@@ -134,7 +134,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
134
134
  standalone: true,
135
135
  imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
136
136
  }]
137
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { filterDelay: [{
137
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { filterDelay: [{
138
138
  type: Input
139
139
  }], showOperators: [{
140
140
  type: Input
@@ -63,8 +63,8 @@ export class StringFilterCellComponent extends StringFilterComponent {
63
63
  const columnName = this.column.title || this.column.field;
64
64
  return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
65
65
  }
66
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
67
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
67
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators", placeholder: "placeholder" }, usesInheritance: true, ngImport: i0, template: `
68
68
  <kendo-treelist-filter-wrapper-cell
69
69
  [column]="column"
70
70
  [filter]="filter"
@@ -82,7 +82,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
82
82
  </kendo-treelist-filter-wrapper-cell>
83
83
  `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { 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"] }] });
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterCellComponent, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StringFilterCellComponent, decorators: [{
86
86
  type: Component,
87
87
  args: [{
88
88
  selector: 'kendo-treelist-string-filter-cell',
@@ -106,7 +106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
106
106
  standalone: true,
107
107
  imports: [FilterCellWrapperComponent, ReactiveFormsModule, FocusableDirective, FilterInputDirective, FormsModule, TextBoxComponent]
108
108
  }]
109
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { filterDelay: [{
109
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { filterDelay: [{
110
110
  type: Input
111
111
  }], showOperators: [{
112
112
  type: Input
@@ -145,13 +145,13 @@ export class DateFilterComponent extends BaseFilterCellComponent {
145
145
  this.operators = toJSON(this.operatorList.toArray());
146
146
  }
147
147
  }
148
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
149
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DateFilterComponent, 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 });
148
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
149
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterComponent, 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 });
150
150
  }
151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterComponent, decorators: [{
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterComponent, decorators: [{
152
152
  type: Directive,
153
153
  args: [{}]
154
- }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { column: [{
154
+ }], ctorParameters: () => [{ type: i1.FilterService }, { type: i2.LocalizationService }], propDecorators: { column: [{
155
155
  type: Input
156
156
  }], operator: [{
157
157
  type: Input
@@ -43,13 +43,13 @@ 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, 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, 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
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { column: [{
52
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { column: [{
53
53
  type: Input
54
54
  }], filter: [{
55
55
  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,
@@ -86,21 +86,21 @@ export class FilterInputDirective {
86
86
  }
87
87
  }
88
88
  }
89
- 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 });
90
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", column: "column", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
89
+ 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 });
90
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", column: "column", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
91
91
  }
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterInputDirective, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterInputDirective, decorators: [{
93
93
  type: Directive,
94
94
  args: [{
95
95
  selector: '[kendoFilterInput]',
96
96
  standalone: true
97
97
  }]
98
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
98
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
99
99
  type: Self
100
100
  }, {
101
101
  type: Inject,
102
102
  args: [NG_VALUE_ACCESSOR]
103
- }] }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { kendoInput: [{
103
+ }] }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { kendoInput: [{
104
104
  type: ContentChild,
105
105
  args: [KendoInput, { static: true }]
106
106
  }], filterDelay: [{
@@ -25,8 +25,8 @@ export class FilterRowComponent {
25
25
  getColumnComponent(column) {
26
26
  return column;
27
27
  }
28
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
29
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FilterRowComponent, isStandalone: true, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
28
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
29
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FilterRowComponent, isStandalone: true, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
30
30
  <td *ngFor="let column of columns; let columnIndex = index" role="gridcell"
31
31
  [attr.aria-label]="filterLabel"
32
32
  kendoTreeListFilterCell
@@ -41,7 +41,7 @@ export class FilterRowComponent {
41
41
  ></td>
42
42
  `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: ["column", "filter"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable", "headerLabelText"] }] });
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterRowComponent, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterRowComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{
47
47
  selector: '[kendoTreeListFilterRow]',
@@ -62,7 +62,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
62
62
  standalone: true,
63
63
  imports: [NgFor, FilterCellComponent, LogicalCellDirective]
64
64
  }]
65
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { columns: [{
65
+ }], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { columns: [{
66
66
  type: Input
67
67
  }], filter: [{
68
68
  type: Input
@@ -32,11 +32,11 @@ export class FilterService {
32
32
  constructor(menuTabbingService) {
33
33
  this.menuTabbingService = menuTabbingService;
34
34
  }
35
- 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 });
36
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterService });
35
+ 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 });
36
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService });
37
37
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterService, decorators: [{
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterService, decorators: [{
39
39
  type: Injectable
40
- }], ctorParameters: function () { return [{ type: i1.MenuTabbingService, decorators: [{
40
+ }], ctorParameters: () => [{ type: i1.MenuTabbingService, decorators: [{
41
41
  type: Optional
42
- }] }]; } });
42
+ }] }] });
@@ -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.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
108
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }, { 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.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
108
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }, { 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
@@ -123,7 +123,7 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
123
123
  </ul>
124
124
  `, 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"] }] });
125
125
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
127
127
  type: Component,
128
128
  args: [{
129
129
  selector: 'kendo-treelist-boolean-filter-menu',
@@ -147,7 +147,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
147
147
  standalone: true,
148
148
  imports: [NgFor, RadioButtonComponent, BooleanFilterRadioButtonDirective]
149
149
  }]
150
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
150
+ }], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
151
151
  type: HostBinding,
152
152
  args: ['class.k-filtercell']
153
153
  }], inputElem: [{
@@ -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.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
66
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-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.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
66
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-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-treelist-filter-menu-input-wrapper
68
68
  [column]="column"
69
69
  [filter]="filter"
@@ -97,7 +97,7 @@ export class DateFilterMenuInputComponent {
97
97
  </kendo-treelist-filter-menu-input-wrapper>
98
98
  `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-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", "column", "value"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
99
99
  }
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
101
101
  type: Component,
102
102
  args: [{
103
103
  selector: 'kendo-treelist-date-filter-menu-input',
@@ -137,7 +137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
137
137
  standalone: true,
138
138
  imports: [FilterMenuInputWrapperComponent, DatePickerComponent, FilterInputDirective, DatePickerCustomMessagesComponent]
139
139
  }]
140
- }], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.LocalizationService }]; }, propDecorators: { operators: [{
140
+ }], ctorParameters: () => [{ type: i1.SinglePopupService }, { type: i2.LocalizationService }], propDecorators: { operators: [{
141
141
  type: Input
142
142
  }], column: [{
143
143
  type: Input
@@ -81,8 +81,8 @@ export class DateFilterMenuComponent extends DateFilterComponent {
81
81
  this.logicOperators = logicOperators(this.localization);
82
82
  super.localizationChange();
83
83
  }
84
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
85
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
84
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
85
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu", inputs: { filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
86
86
  <kendo-treelist-date-filter-menu-input
87
87
  [currentFilter]="firstFilter"
88
88
  [operators]="operators"
@@ -133,7 +133,7 @@ export class DateFilterMenuComponent extends DateFilterComponent {
133
133
  </kendo-treelist-date-filter-menu-input>
134
134
  `, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-treelist-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"] }] });
135
135
  }
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
137
137
  type: Component,
138
138
  args: [{
139
139
  selector: 'kendo-treelist-date-filter-menu',
@@ -190,7 +190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
190
190
  standalone: true,
191
191
  imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
192
192
  }]
193
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
193
+ }], ctorParameters: () => [{ type: i1.LocalizationService }], propDecorators: { hostClasses: [{
194
194
  type: HostBinding,
195
195
  args: ['class.k-filtercell']
196
196
  }], filter: [{