@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.10

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 (265) hide show
  1. package/NOTICE.txt +12 -19
  2. package/binding-directives/flat-binding.directive.d.ts +1 -1
  3. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  4. package/column-menu/column-chooser.component.d.ts +2 -2
  5. package/column-menu/column-list.component.d.ts +1 -1
  6. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  7. package/column-menu/column-menu-filter.component.d.ts +1 -1
  8. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  9. package/column-menu/column-menu-item.component.d.ts +2 -2
  10. package/column-menu/column-menu-lock.component.d.ts +1 -1
  11. package/column-menu/column-menu-sort.component.d.ts +1 -1
  12. package/column-menu/column-menu-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu.component.d.ts +2 -2
  14. package/column-resizing/column-handle.directive.d.ts +1 -1
  15. package/column-resizing/table.directive.d.ts +1 -1
  16. package/columns/checkbox-column.component.d.ts +1 -1
  17. package/columns/column-group.component.d.ts +1 -1
  18. package/columns/column.component.d.ts +1 -1
  19. package/columns/command-column.component.d.ts +1 -1
  20. package/columns/rowreorder-column.component.d.ts +1 -1
  21. package/columns/span-column.component.d.ts +1 -1
  22. package/directives.d.ts +164 -0
  23. package/dragdrop/draggable-column.directive.d.ts +1 -1
  24. package/dragdrop/drop-target.directive.d.ts +1 -1
  25. package/editing/add-command.directive.d.ts +1 -1
  26. package/editing/base-command.directive.d.ts +1 -1
  27. package/editing/cancel-command.directive.d.ts +1 -1
  28. package/editing/edit-command.directive.d.ts +1 -1
  29. package/editing/edit-template.directive.d.ts +1 -1
  30. package/editing/remove-command.directive.d.ts +1 -1
  31. package/editing/save-command.directive.d.ts +1 -1
  32. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  33. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  34. package/editing-directives/template-editing.directive.d.ts +1 -1
  35. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
  36. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
  37. package/esm2020/column-menu/column-chooser.component.mjs +9 -7
  38. package/esm2020/column-menu/column-list.component.mjs +6 -4
  39. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  40. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  41. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  42. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  43. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  44. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  45. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  46. package/esm2020/column-menu/column-menu.component.mjs +12 -10
  47. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  48. package/esm2020/column-resizing/column-resizing.service.mjs +5 -2
  49. package/esm2020/column-resizing/table.directive.mjs +3 -2
  50. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  51. package/esm2020/columns/column-group.component.mjs +3 -2
  52. package/esm2020/columns/column.component.mjs +3 -2
  53. package/esm2020/columns/command-column.component.mjs +3 -2
  54. package/esm2020/columns/rowreorder-column.component.mjs +3 -2
  55. package/esm2020/columns/span-column.component.mjs +3 -2
  56. package/esm2020/directives.mjs +291 -0
  57. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  58. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  59. package/esm2020/editing/add-command.directive.mjs +7 -5
  60. package/esm2020/editing/base-command.directive.mjs +7 -5
  61. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  62. package/esm2020/editing/edit-command.directive.mjs +7 -5
  63. package/esm2020/editing/edit-template.directive.mjs +3 -2
  64. package/esm2020/editing/remove-command.directive.mjs +7 -5
  65. package/esm2020/editing/save-command.directive.mjs +7 -5
  66. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  67. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  68. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  69. package/esm2020/excel/excel-command.directive.mjs +7 -5
  70. package/esm2020/excel/excel.component.mjs +3 -2
  71. package/esm2020/excel/excel.module.mjs +10 -9
  72. package/esm2020/expand-state/expandable.directive.mjs +3 -2
  73. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
  74. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  75. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  76. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  77. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  78. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  79. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  80. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  81. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  82. package/esm2020/filtering/cell/row-filtering.module.mjs +51 -57
  83. package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
  84. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  85. package/esm2020/filtering/filter-row.component.mjs +8 -6
  86. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
  87. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
  88. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  89. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  90. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  91. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
  92. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  93. package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
  94. package/esm2020/filtering/menu/filter-menu.module.mjs +53 -60
  95. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  96. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  97. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  98. package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
  99. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  100. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  101. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  102. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  103. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  104. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  105. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  106. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  107. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  108. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  109. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  110. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  111. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  112. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  113. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  114. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  115. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  116. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  117. package/esm2020/filtering/shared-filtering.module.mjs +78 -135
  118. package/esm2020/index.mjs +2 -1
  119. package/esm2020/layout/resizable.directive.mjs +3 -2
  120. package/esm2020/localization/custom-messages.component.mjs +3 -2
  121. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  122. package/esm2020/navigation/focusable.directive.mjs +3 -2
  123. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  124. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  125. package/esm2020/package-metadata.mjs +2 -2
  126. package/esm2020/pager/pager-info.component.mjs +3 -2
  127. package/esm2020/pager/pager-input.component.mjs +8 -8
  128. package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
  129. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  130. package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
  131. package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
  132. package/esm2020/pager/pager-template.directive.mjs +3 -2
  133. package/esm2020/pager/pager.component.mjs +11 -13
  134. package/esm2020/pager/pager.module.mjs +26 -74
  135. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  136. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  137. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  138. package/esm2020/pdf/pdf.component.mjs +3 -2
  139. package/esm2020/pdf/pdf.module.mjs +13 -28
  140. package/esm2020/rendering/body.module.mjs +23 -93
  141. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  142. package/esm2020/rendering/cell.component.mjs +18 -13
  143. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  144. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  145. package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
  146. package/esm2020/rendering/common/loading.component.mjs +3 -2
  147. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  148. package/esm2020/rendering/footer-template.directive.mjs +3 -2
  149. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  150. package/esm2020/rendering/header/header.component.mjs +17 -18
  151. package/esm2020/rendering/header/header.module.mjs +77 -41
  152. package/esm2020/rendering/list.component.mjs +11 -10
  153. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  154. package/esm2020/rendering/table-body.component.mjs +11 -9
  155. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  156. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  157. package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
  158. package/esm2020/selection/marquee.directive.mjs +3 -2
  159. package/esm2020/selection/selectable.directive.mjs +3 -2
  160. package/esm2020/shared.module.mjs +24 -73
  161. package/esm2020/treelist.component.mjs +21 -21
  162. package/esm2020/treelist.module.mjs +144 -192
  163. package/excel/excel-command.directive.d.ts +1 -1
  164. package/excel/excel.component.d.ts +1 -1
  165. package/excel/excel.module.d.ts +2 -3
  166. package/expand-state/expandable.directive.d.ts +1 -1
  167. package/fesm2015/progress-kendo-angular-treelist.mjs +13907 -14111
  168. package/fesm2020/progress-kendo-angular-treelist.mjs +13856 -14060
  169. package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
  170. package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
  171. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  172. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  173. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  174. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  175. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  176. package/filtering/cell/filter-cell.component.d.ts +1 -1
  177. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  178. package/filtering/cell/row-filtering.module.d.ts +36 -3
  179. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  180. package/filtering/filter-input.directive.d.ts +1 -1
  181. package/filtering/filter-row.component.d.ts +1 -1
  182. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  183. package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
  184. package/filtering/menu/date-filter-menu.component.d.ts +2 -2
  185. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  186. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  187. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
  188. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  189. package/filtering/menu/filter-menu.component.d.ts +4 -4
  190. package/filtering/menu/filter-menu.module.d.ts +36 -3
  191. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  192. package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
  193. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  194. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  195. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  196. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  197. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  198. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  199. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  200. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  201. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  202. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  203. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  204. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  205. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  206. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  207. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  208. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  209. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  210. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  211. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  212. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  213. package/filtering/shared-filtering.module.d.ts +21 -10
  214. package/index.d.ts +2 -1
  215. package/layout/resizable.directive.d.ts +1 -1
  216. package/localization/custom-messages.component.d.ts +1 -1
  217. package/localization/localized-messages.directive.d.ts +1 -1
  218. package/navigation/focusable.directive.d.ts +1 -1
  219. package/navigation/logical-cell.directive.d.ts +1 -1
  220. package/navigation/logical-row.directive.d.ts +1 -1
  221. package/package.json +15 -15
  222. package/pager/pager-info.component.d.ts +1 -1
  223. package/pager/pager-input.component.d.ts +2 -2
  224. package/pager/pager-next-buttons.component.d.ts +2 -2
  225. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  226. package/pager/pager-page-sizes.component.d.ts +2 -2
  227. package/pager/pager-prev-buttons.component.d.ts +2 -2
  228. package/pager/pager-template.directive.d.ts +1 -1
  229. package/pager/pager.component.d.ts +2 -2
  230. package/pager/pager.module.d.ts +15 -17
  231. package/pdf/pdf-command.directive.d.ts +1 -1
  232. package/pdf/pdf-margin.component.d.ts +1 -1
  233. package/pdf/pdf-template.directive.d.ts +1 -1
  234. package/pdf/pdf.component.d.ts +1 -1
  235. package/pdf/pdf.module.d.ts +1 -1
  236. package/rendering/body.module.d.ts +14 -19
  237. package/rendering/cell-template.directive.d.ts +1 -1
  238. package/rendering/cell.component.d.ts +4 -4
  239. package/rendering/common/col-group.component.d.ts +1 -1
  240. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  241. package/rendering/common/level-items.pipe.d.ts +1 -1
  242. package/rendering/common/loading.component.d.ts +1 -1
  243. package/rendering/common/spacer.component.d.ts +1 -1
  244. package/rendering/footer-template.directive.d.ts +1 -1
  245. package/rendering/header/header-template.directive.d.ts +1 -1
  246. package/rendering/header/header.component.d.ts +4 -4
  247. package/rendering/header/header.module.d.ts +69 -8
  248. package/rendering/list.component.d.ts +1 -1
  249. package/rendering/no-records-template.directive.d.ts +1 -1
  250. package/rendering/table-body.component.d.ts +1 -1
  251. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  252. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  253. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  254. package/schematics/ngAdd/index.js +3 -3
  255. package/selection/marquee.directive.d.ts +1 -1
  256. package/selection/selectable.directive.d.ts +1 -1
  257. package/shared.module.d.ts +6 -7
  258. package/treelist.component.d.ts +3 -3
  259. package/treelist.module.d.ts +79 -71
  260. package/column-menu/column-menu.module.d.ts +0 -27
  261. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  262. package/esm2020/column-menu/column-menu.module.mjs +0 -78
  263. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  264. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  265. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -3,14 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input } from '@angular/core';
6
+ import { NgIf, NgSwitch, NgSwitchCase, NgTemplateOutlet } from '@angular/common';
6
7
  import { ColumnComponent } from '../../columns/column.component';
7
8
  import { cloneFilters } from '../../common/filter-descriptor-differ';
8
9
  import { FocusGroup } from '../../navigation/focus-group';
9
10
  import { isNullOrEmptyString, isPresent } from '../../utils';
11
+ import { FilterCellHostDirective } from './filter-cell-host.directive';
10
12
  import * as i0 from "@angular/core";
11
13
  import * as i1 from "../../navigation/focus-group";
12
- import * as i2 from "@angular/common";
13
- import * as i3 from "./filter-cell-host.directive";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -40,7 +40,7 @@ export class FilterCellComponent {
40
40
  }
41
41
  }
42
42
  FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, deps: [{ token: i1.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
43
- FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
43
+ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, isStandalone: true, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
44
44
  <ng-container *ngIf="isFilterable">
45
45
  <ng-container [ngSwitch]="hasTemplate">
46
46
  <ng-container *ngSwitchCase="false">
@@ -55,7 +55,7 @@ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
55
55
  </ng-container>
56
56
  </ng-container>
57
57
  </ng-container>
58
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i3.FilterCellHostDirective, selector: "[kendoFilterCellHost]" }] });
58
+ `, 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"] }] });
59
59
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, decorators: [{
60
60
  type: Component,
61
61
  args: [{
@@ -75,7 +75,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
75
75
  </ng-container>
76
76
  </ng-container>
77
77
  </ng-container>
78
- `
78
+ `,
79
+ standalone: true,
80
+ imports: [NgIf, NgSwitch, NgSwitchCase, FilterCellHostDirective, NgTemplateOutlet]
79
81
  }]
80
82
  }], ctorParameters: function () { return [{ type: i1.FocusGroup }]; }, propDecorators: { column: [{
81
83
  type: Input
@@ -4,16 +4,16 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { NumericTextBoxComponent } from '@progress/kendo-angular-inputs';
7
8
  import { FilterService } from '../filter.service';
8
9
  import { NumericFilterComponent } from '../numeric-filter.component';
9
10
  import { replaceMessagePlaceholder } from '../../utils';
11
+ import { FilterInputDirective } from '../filter-input.directive';
12
+ import { FocusableDirective } from '../../navigation/focusable.directive';
13
+ import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
10
14
  import * as i0 from "@angular/core";
11
15
  import * as i1 from "../filter.service";
12
16
  import * as i2 from "@progress/kendo-angular-l10n";
13
- import * as i3 from "@progress/kendo-angular-inputs";
14
- import * as i4 from "../../navigation/focusable.directive";
15
- import * as i5 from "../filter-input.directive";
16
- import * as i6 from "./filter-cell-wrapper.component";
17
17
  /**
18
18
  * Represents a numeric filter cell.
19
19
  * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
@@ -57,7 +57,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
57
57
  }
58
58
  }
59
59
  NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
60
- NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
60
+ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
61
61
  <kendo-treelist-filter-wrapper-cell
62
62
  [column]="column"
63
63
  [filter]="filter"
@@ -79,7 +79,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
79
79
  [step]="step">
80
80
  </kendo-numerictextbox>
81
81
  </kendo-treelist-filter-wrapper-cell>
82
- `, isInline: true, dependencies: [{ kind: "component", type: i3.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: i4.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: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i6.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }] });
82
+ `, 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"] }] });
83
83
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
@@ -106,7 +106,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
106
106
  [step]="step">
107
107
  </kendo-numerictextbox>
108
108
  </kendo-treelist-filter-wrapper-cell>
109
- `
109
+ `,
110
+ standalone: true,
111
+ imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective]
110
112
  }]
111
113
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { filterDelay: [{
112
114
  type: Input
@@ -3,83 +3,77 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { FilterRowComponent } from '../filter-row.component';
7
- import { FilterCellComponent } from './filter-cell.component';
8
- import { FilterCellTemplateDirective } from './filter-cell-template.directive';
9
6
  import { NumericFilterCellComponent } from './numeric-filter-cell.component';
10
- import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
11
7
  import { StringFilterCellComponent } from './string-filter-cell.component';
12
- import { FilterCellOperatorsComponent } from './filter-cell-operators.component';
13
- import { AutoCompleteFilterCellComponent } from './autocomplete-filter-cell.component';
14
8
  import { BooleanFilterCellComponent } from './boolean-filter-cell.component';
15
9
  import { DateFilterCellComponent } from './date-filter-cell.component';
16
- import { SharedFilterModule } from '../shared-filtering.module';
17
- import { FilterCellHostDirective } from './filter-cell-host.directive';
10
+ import { ROW_FILTER_EXPORTS } from '../../directives';
18
11
  import * as i0 from "@angular/core";
19
- const INTERNAL_COMPONENTS = [
20
- FilterRowComponent,
21
- FilterCellComponent,
22
- FilterCellTemplateDirective,
23
- StringFilterCellComponent,
24
- NumericFilterCellComponent,
25
- AutoCompleteFilterCellComponent,
26
- BooleanFilterCellComponent,
27
- FilterCellHostDirective,
28
- FilterCellWrapperComponent,
29
- DateFilterCellComponent
30
- ];
12
+ import * as i1 from "../filter-row.component";
13
+ import * as i2 from "./filter-cell.component";
14
+ import * as i3 from "./filter-cell-template.directive";
15
+ import * as i4 from "./string-filter-cell.component";
16
+ import * as i5 from "./numeric-filter-cell.component";
17
+ import * as i6 from "./autocomplete-filter-cell.component";
18
+ import * as i7 from "./boolean-filter-cell.component";
19
+ import * as i8 from "./filter-cell-host.directive";
20
+ import * as i9 from "./filter-cell-wrapper.component";
21
+ import * as i10 from "./date-filter-cell.component";
22
+ import * as i11 from "./filter-cell-operators.component";
23
+ import * as i12 from "../operators/contains-filter-operator.component";
24
+ import * as i13 from "../operators/not-contains-filter-operator.component";
25
+ import * as i14 from "../operators/ends-with-filter-operator.component";
26
+ import * as i15 from "../operators/eq-filter-operator.component";
27
+ import * as i16 from "../operators/is-empty-filter-operator.component";
28
+ import * as i17 from "../operators/is-not-empty-filter-operator.component";
29
+ import * as i18 from "../operators/is-not-null-filter-operator.component";
30
+ import * as i19 from "../operators/isnull-filter-operator.component";
31
+ import * as i20 from "../operators/neq-filter-operator.component";
32
+ import * as i21 from "../operators/starts-with-filter-operator.component";
33
+ import * as i22 from "../operators/gt-filter-operator.component";
34
+ import * as i23 from "../operators/gte-filter-operator.component";
35
+ import * as i24 from "../operators/lt-filter-operator.component";
36
+ import * as i25 from "../operators/lte-filter-operator.component";
37
+ import * as i26 from "../operators/after-filter-operator.component";
38
+ import * as i27 from "../operators/after-eq-filter-operator.component";
39
+ import * as i28 from "../operators/before-eq-filter-operator.component";
40
+ import * as i29 from "../operators/before-filter-operator.component";
41
+ import * as i30 from "../filter-input.directive";
42
+ import * as i31 from "../../columns/column.component";
43
+ import * as i32 from "../../columns/column-group.component";
44
+ import * as i33 from "../../navigation/logical-cell.directive";
45
+ import * as i34 from "../../navigation/logical-row.directive";
46
+ import * as i35 from "../../navigation/focusable.directive";
47
+ import * as i36 from "../../rendering/common/col-group.component";
48
+ import * as i37 from "../../layout/resizable.directive";
49
+ import * as i38 from "@progress/kendo-angular-common";
50
+ import * as i39 from "../../rendering/common/field-accessor.pipe";
51
+ import * as i40 from "../../columns/span-column.component";
52
+ import * as i41 from "../../column-resizing/table.directive";
53
+ import * as i42 from "../../rendering/common/loading.component";
54
+ import * as i43 from "../../columns/checkbox-column.component";
55
+ import * as i44 from "../../columns/rowreorder-column.component";
31
56
  const ENTRY_COMPONENTS = [
32
57
  StringFilterCellComponent,
33
58
  NumericFilterCellComponent,
34
59
  BooleanFilterCellComponent,
35
60
  DateFilterCellComponent
36
61
  ];
62
+ // IMPORTANT: NgModule export kept for backwards compatibility
37
63
  /**
38
64
  * @hidden
65
+ * @deprecated
39
66
  */
40
67
  export class RowFilterModule {
41
- static exports() {
42
- return [
43
- FilterRowComponent,
44
- FilterCellComponent,
45
- FilterCellTemplateDirective,
46
- FilterCellOperatorsComponent,
47
- StringFilterCellComponent,
48
- NumericFilterCellComponent,
49
- AutoCompleteFilterCellComponent,
50
- BooleanFilterCellComponent,
51
- DateFilterCellComponent,
52
- SharedFilterModule.exports()
53
- ];
54
- }
55
68
  }
56
69
  RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
57
- RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, declarations: [FilterRowComponent,
58
- FilterCellComponent,
59
- FilterCellTemplateDirective,
60
- StringFilterCellComponent,
61
- NumericFilterCellComponent,
62
- AutoCompleteFilterCellComponent,
63
- BooleanFilterCellComponent,
64
- FilterCellHostDirective,
65
- FilterCellWrapperComponent,
66
- DateFilterCellComponent], imports: [SharedFilterModule], exports: [FilterRowComponent,
67
- FilterCellComponent,
68
- FilterCellTemplateDirective,
69
- StringFilterCellComponent,
70
- NumericFilterCellComponent,
71
- AutoCompleteFilterCellComponent,
72
- BooleanFilterCellComponent,
73
- FilterCellHostDirective,
74
- FilterCellWrapperComponent,
75
- DateFilterCellComponent, SharedFilterModule] });
76
- RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [SharedFilterModule, SharedFilterModule] });
70
+ RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.FilterCellOperatorsComponent, i12.ContainsFilterOperatorComponent, i13.DoesNotContainFilterOperatorComponent, i14.EndsWithFilterOperatorComponent, i15.EqualFilterOperatorComponent, i16.IsEmptyFilterOperatorComponent, i17.IsNotEmptyFilterOperatorComponent, i18.IsNotNullFilterOperatorComponent, i19.IsNullFilterOperatorComponent, i20.NotEqualFilterOperatorComponent, i21.StartsWithFilterOperatorComponent, i22.GreaterFilterOperatorComponent, i23.GreaterOrEqualToFilterOperatorComponent, i24.LessFilterOperatorComponent, i25.LessOrEqualToFilterOperatorComponent, i26.AfterFilterOperatorComponent, i27.AfterEqFilterOperatorComponent, i28.BeforeEqFilterOperatorComponent, i29.BeforeFilterOperatorComponent, i30.FilterInputDirective, i31.ColumnComponent, i32.ColumnGroupComponent, i33.LogicalCellDirective, i34.LogicalRowDirective, i35.FocusableDirective, i36.ColGroupComponent, i37.ResizableContainerDirective, i38.TemplateContextDirective, i39.FieldAccessorPipe, i40.SpanColumnComponent, i41.TableDirective, i42.LoadingComponent, i11.FilterCellOperatorsComponent, i43.CheckboxColumnComponent, i44.RowReorderColumnComponent], exports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.FilterCellOperatorsComponent, i12.ContainsFilterOperatorComponent, i13.DoesNotContainFilterOperatorComponent, i14.EndsWithFilterOperatorComponent, i15.EqualFilterOperatorComponent, i16.IsEmptyFilterOperatorComponent, i17.IsNotEmptyFilterOperatorComponent, i18.IsNotNullFilterOperatorComponent, i19.IsNullFilterOperatorComponent, i20.NotEqualFilterOperatorComponent, i21.StartsWithFilterOperatorComponent, i22.GreaterFilterOperatorComponent, i23.GreaterOrEqualToFilterOperatorComponent, i24.LessFilterOperatorComponent, i25.LessOrEqualToFilterOperatorComponent, i26.AfterFilterOperatorComponent, i27.AfterEqFilterOperatorComponent, i28.BeforeEqFilterOperatorComponent, i29.BeforeFilterOperatorComponent, i30.FilterInputDirective, i31.ColumnComponent, i32.ColumnGroupComponent, i33.LogicalCellDirective, i34.LogicalRowDirective, i35.FocusableDirective, i36.ColGroupComponent, i37.ResizableContainerDirective, i38.TemplateContextDirective, i39.FieldAccessorPipe, i40.SpanColumnComponent, i41.TableDirective, i42.LoadingComponent, i11.FilterCellOperatorsComponent, i43.CheckboxColumnComponent, i44.RowReorderColumnComponent] });
71
+ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.FilterCellOperatorsComponent, i12.ContainsFilterOperatorComponent, i13.DoesNotContainFilterOperatorComponent, i14.EndsWithFilterOperatorComponent, i15.EqualFilterOperatorComponent, i16.IsEmptyFilterOperatorComponent, i17.IsNotEmptyFilterOperatorComponent, i18.IsNotNullFilterOperatorComponent, i19.IsNullFilterOperatorComponent, i20.NotEqualFilterOperatorComponent, i21.StartsWithFilterOperatorComponent, i22.GreaterFilterOperatorComponent, i23.GreaterOrEqualToFilterOperatorComponent, i24.LessFilterOperatorComponent, i25.LessOrEqualToFilterOperatorComponent, i26.AfterFilterOperatorComponent, i27.AfterEqFilterOperatorComponent, i28.BeforeEqFilterOperatorComponent, i29.BeforeFilterOperatorComponent, i31.ColumnComponent, i32.ColumnGroupComponent, i36.ColGroupComponent, i40.SpanColumnComponent, i42.LoadingComponent, i11.FilterCellOperatorsComponent, i43.CheckboxColumnComponent, i44.RowReorderColumnComponent] });
77
72
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
78
73
  type: NgModule,
79
74
  args: [{
80
- declarations: [INTERNAL_COMPONENTS],
81
75
  entryComponents: ENTRY_COMPONENTS,
82
- exports: [INTERNAL_COMPONENTS, SharedFilterModule],
83
- imports: [SharedFilterModule]
76
+ exports: [...ROW_FILTER_EXPORTS],
77
+ imports: [...ROW_FILTER_EXPORTS]
84
78
  }]
85
79
  }] });
@@ -3,17 +3,18 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input } from '@angular/core';
6
+ import { ReactiveFormsModule, FormsModule } from '@angular/forms';
6
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
8
  import { FilterService } from '../filter.service';
8
9
  import { StringFilterComponent } from '../string-filter.component';
9
10
  import { replaceMessagePlaceholder } from '../../utils';
11
+ import { FilterInputDirective } from '../filter-input.directive';
12
+ import { FocusableDirective } from '../../navigation/focusable.directive';
13
+ import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
10
14
  import * as i0 from "@angular/core";
11
15
  import * as i1 from "../filter.service";
12
16
  import * as i2 from "@progress/kendo-angular-l10n";
13
17
  import * as i3 from "@angular/forms";
14
- import * as i4 from "../../navigation/focusable.directive";
15
- import * as i5 from "../filter-input.directive";
16
- import * as i6 from "./filter-cell-wrapper.component";
17
18
  /**
18
19
  * Represents a string-filter cell component.
19
20
  * See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
@@ -58,7 +59,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
58
59
  }
59
60
  }
60
61
  StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
61
- StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
62
+ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
62
63
  <kendo-treelist-filter-wrapper-cell
63
64
  [column]="column"
64
65
  [filter]="filter"
@@ -73,7 +74,7 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
73
74
  [filterDelay]="filterDelay"
74
75
  [ngModel]="currentFilter?.value" />
75
76
  </kendo-treelist-filter-wrapper-cell>
76
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.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: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i6.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }] });
77
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { 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"] }] });
77
78
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, decorators: [{
78
79
  type: Component,
79
80
  args: [{
@@ -93,7 +94,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
93
94
  [filterDelay]="filterDelay"
94
95
  [ngModel]="currentFilter?.value" />
95
96
  </kendo-treelist-filter-wrapper-cell>
96
- `
97
+ `,
98
+ standalone: true,
99
+ imports: [FilterCellWrapperComponent, ReactiveFormsModule, FocusableDirective, FilterInputDirective, FormsModule]
97
100
  }]
98
101
  }], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { filterDelay: [{
99
102
  type: Input
@@ -80,11 +80,12 @@ export class FilterInputDirective {
80
80
  }
81
81
  }
82
82
  FilterInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
83
- FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterInputDirective, 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 });
83
+ FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
84
84
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, decorators: [{
85
85
  type: Directive,
86
86
  args: [{
87
- selector: '[kendoFilterInput]'
87
+ selector: '[kendoFilterInput]',
88
+ standalone: true
88
89
  }]
89
90
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
90
91
  type: Self
@@ -3,12 +3,12 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, HostBinding, Input } from '@angular/core';
6
+ import { NgFor } from '@angular/common';
6
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
+ import { LogicalCellDirective } from '../navigation/logical-cell.directive';
9
+ import { FilterCellComponent } from './cell/filter-cell.component';
7
10
  import * as i0 from "@angular/core";
8
11
  import * as i1 from "@progress/kendo-angular-l10n";
9
- import * as i2 from "@angular/common";
10
- import * as i3 from "../navigation/logical-cell.directive";
11
- import * as i4 from "./cell/filter-cell.component";
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -24,7 +24,7 @@ export class FilterRowComponent {
24
24
  }
25
25
  }
26
26
  FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
27
- FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
27
+ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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
28
  <td *ngFor="let column of columns; let columnIndex = index" role="gridcell"
29
29
  [attr.aria-label]="filterLabel"
30
30
  kendoTreeListFilterCell
@@ -37,7 +37,7 @@ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
37
37
  [column]="getColumnComponent(column)"
38
38
  [colIndex]="columnIndex"
39
39
  ></td>
40
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { kind: "component", type: i4.FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: ["column", "filter"] }] });
40
+ `, 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"] }] });
41
41
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{
@@ -55,7 +55,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
55
55
  [column]="getColumnComponent(column)"
56
56
  [colIndex]="columnIndex"
57
57
  ></td>
58
- `
58
+ `,
59
+ standalone: true,
60
+ imports: [NgFor, FilterCellComponent, LogicalCellDirective]
59
61
  }]
60
62
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { columns: [{
61
63
  type: Input
@@ -3,15 +3,15 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, HostBinding, ViewChild, ElementRef, Renderer2 } from '@angular/core';
6
+ import { NgFor } from '@angular/common';
7
+ import { guid } from '@progress/kendo-angular-common';
8
+ import { RadioButtonDirective } from '@progress/kendo-angular-inputs';
6
9
  import { FilterService } from '../filter.service';
7
10
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
11
  import { BooleanFilterComponent } from '../boolean-filter.component';
9
- import { guid } from '@progress/kendo-angular-common';
10
12
  import { replaceMessagePlaceholder } from '../../utils';
11
13
  import * as i0 from "@angular/core";
12
14
  import * as i1 from "@progress/kendo-angular-l10n";
13
- import * as i2 from "@angular/common";
14
- import * as i3 from "@progress/kendo-angular-inputs";
15
15
  /**
16
16
  * Represents a Boolean-filter menu component. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
17
17
  *
@@ -79,7 +79,7 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
79
79
  }
80
80
  }
81
81
  BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
82
- BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
82
+ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
83
83
  <ul class="k-radio-list k-reset">
84
84
  <li *ngFor="let item of items">
85
85
  <input #inputElem type="radio"
@@ -92,7 +92,7 @@ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
92
92
  <label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
93
93
  </li>
94
94
  </ul>
95
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }] });
95
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }] });
96
96
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
97
97
  type: Component,
98
98
  args: [{
@@ -110,7 +110,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
110
110
  <label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
111
111
  </li>
112
112
  </ul>
113
- `
113
+ `,
114
+ standalone: true,
115
+ imports: [NgFor, RadioButtonDirective]
114
116
  }]
115
117
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
116
118
  type: HostBinding,
@@ -3,15 +3,15 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input } from '@angular/core';
6
+ import { filter } from 'rxjs/operators';
7
+ import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
6
8
  import { ColumnComponent } from "../../columns/column.component";
7
9
  import { FilterService } from '../filter.service';
8
10
  import { SinglePopupService } from '../../common/single-popup.service';
9
- import { filter } from 'rxjs/operators';
11
+ import { FilterInputDirective } from '../filter-input.directive';
12
+ import { FilterMenuInputWrapperComponent } from './filter-menu-input-wrapper.component';
10
13
  import * as i0 from "@angular/core";
11
14
  import * as i1 from "../../common/single-popup.service";
12
- import * as i2 from "@progress/kendo-angular-dateinputs";
13
- import * as i3 from "../filter-input.directive";
14
- import * as i4 from "./filter-menu-input-wrapper.component";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -32,7 +32,7 @@ export class DateFilterMenuInputComponent {
32
32
  }
33
33
  }
34
34
  DateFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }], target: i0.ɵɵFactoryTarget.Component });
35
- DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, ngImport: i0, template: `
35
+ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, ngImport: i0, template: `
36
36
  <kendo-treelist-filter-menu-input-wrapper
37
37
  [column]="column"
38
38
  [filter]="filter"
@@ -59,7 +59,7 @@ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
59
59
  >
60
60
  </kendo-datepicker>
61
61
  </kendo-treelist-filter-menu-input-wrapper>
62
- `, isInline: true, dependencies: [{ kind: "component", type: i2.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", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: i3.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i4.FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "currentFilter"] }] });
62
+ `, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "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", "title", "subtitle", "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"] }] });
63
63
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
64
64
  type: Component,
65
65
  args: [{
@@ -91,7 +91,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
91
91
  >
92
92
  </kendo-datepicker>
93
93
  </kendo-treelist-filter-menu-input-wrapper>
94
- `
94
+ `,
95
+ standalone: true,
96
+ imports: [FilterMenuInputWrapperComponent, DatePickerComponent, FilterInputDirective]
95
97
  }]
96
98
  }], ctorParameters: function () { return [{ type: i1.SinglePopupService }]; }, propDecorators: { operators: [{
97
99
  type: Input
@@ -3,16 +3,16 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, HostBinding } from '@angular/core';
6
+ import { NgIf } from '@angular/common';
7
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
8
+ import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
6
9
  import { ColumnComponent } from "../../columns/column.component";
7
10
  import { FilterService } from '../filter.service';
8
- import { LocalizationService } from '@progress/kendo-angular-l10n';
9
11
  import { DateFilterComponent } from '../date-filter.component';
10
12
  import { setFilter, logicOperators } from '../base-filter-cell.component';
13
+ import { DateFilterMenuInputComponent } from './date-filter-menu-input.component';
11
14
  import * as i0 from "@angular/core";
12
15
  import * as i1 from "@progress/kendo-angular-l10n";
13
- import * as i2 from "@angular/common";
14
- import * as i3 from "@progress/kendo-angular-dropdowns";
15
- import * as i4 from "./date-filter-menu-input.component";
16
16
  /**
17
17
  * Represents a date-filter menu component. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
18
18
  *
@@ -65,7 +65,7 @@ export class DateFilterMenuComponent extends DateFilterComponent {
65
65
  }
66
66
  }
67
67
  DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
68
- DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, selector: "kendo-treelist-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
68
+ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
69
69
  <kendo-treelist-date-filter-menu-input
70
70
  [currentFilter]="firstFilter"
71
71
  [operators]="operators"
@@ -111,7 +111,7 @@ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
111
111
  [weekNumber]="weekNumber"
112
112
  >
113
113
  </kendo-treelist-date-filter-menu-input>
114
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "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: "component", type: i4.DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber"] }] });
114
+ `, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber"] }, { 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", "title", "subtitle", "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"] }] });
115
115
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
116
116
  type: Component,
117
117
  args: [{
@@ -162,7 +162,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
162
162
  [weekNumber]="weekNumber"
163
163
  >
164
164
  </kendo-treelist-date-filter-menu-input>
165
- `
165
+ `,
166
+ standalone: true,
167
+ imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent]
166
168
  }]
167
169
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
168
170
  type: HostBinding,
@@ -3,18 +3,19 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, SkipSelf, Output, EventEmitter, ChangeDetectorRef } from '@angular/core';
6
+ import { NgSwitch, NgSwitchCase, NgIf, NgTemplateOutlet, NgClass } from '@angular/common';
7
+ import { ReactiveFormsModule, FormsModule } from '@angular/forms';
6
8
  import { ColumnComponent } from "../../columns/column.component";
7
9
  import { FilterService } from "../filter.service";
8
10
  import { removeFilter, filtersByField } from "../base-filter-cell.component";
9
11
  import { isPresent, isNullOrEmptyString } from "../../utils";
10
12
  import { LocalizationService } from '@progress/kendo-angular-l10n';
11
13
  import { cloneFilters } from '../../common/filter-descriptor-differ';
14
+ import { FilterMenuHostDirective } from './filter-menu-host.directive';
12
15
  import * as i0 from "@angular/core";
13
16
  import * as i1 from "../filter.service";
14
17
  import * as i2 from "@progress/kendo-angular-l10n";
15
- import * as i3 from "@angular/common";
16
- import * as i4 from "@angular/forms";
17
- import * as i5 from "./filter-menu-host.directive";
18
+ import * as i3 from "@angular/forms";
18
19
  const isNoValueOperator = operator => (operator === "isnull"
19
20
  || operator === "isnotnull"
20
21
  || operator === "isempty"
@@ -130,7 +131,7 @@ export class FilterMenuContainerComponent {
130
131
  }
131
132
  }
132
133
  FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: i1.FilterService, skipSelf: true }, { token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
133
- FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [FilterService], ngImport: i0, template: `
134
+ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [FilterService], ngImport: i0, template: `
134
135
  <form (submit)="submit()" (reset)="reset()"
135
136
  class="k-filter-menu">
136
137
  <div class="k-filter-menu-container">
@@ -167,7 +168,7 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
167
168
  </div>
168
169
  </div>
169
170
  </form>
170
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService"] }] });
171
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
171
172
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
172
173
  type: Component,
173
174
  args: [{
@@ -210,7 +211,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
210
211
  </div>
211
212
  </div>
212
213
  </form>
213
- `
214
+ `,
215
+ standalone: true,
216
+ imports: [ReactiveFormsModule, FormsModule, NgSwitch, NgSwitchCase, FilterMenuHostDirective, NgIf, NgTemplateOutlet, NgClass]
214
217
  }]
215
218
  }], ctorParameters: function () { return [{ type: i1.FilterService, decorators: [{
216
219
  type: SkipSelf
@@ -28,11 +28,12 @@ export class FilterMenuHostDirective extends FilterHostDirective {
28
28
  }
29
29
  }
30
30
  FilterMenuHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
31
- FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService" }, usesInheritance: true, ngImport: i0 });
31
+ FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService" }, usesInheritance: true, ngImport: i0 });
32
32
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
- selector: '[kendoFilterMenuHost]'
35
+ selector: '[kendoFilterMenuHost]',
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { filterService: [{
38
39
  type: Input