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

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 (263) hide show
  1. package/binding-directives/flat-binding.directive.d.ts +1 -1
  2. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  3. package/column-menu/column-chooser.component.d.ts +2 -2
  4. package/column-menu/column-list.component.d.ts +1 -1
  5. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  6. package/column-menu/column-menu-filter.component.d.ts +1 -1
  7. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  8. package/column-menu/column-menu-item.component.d.ts +2 -2
  9. package/column-menu/column-menu-lock.component.d.ts +1 -1
  10. package/column-menu/column-menu-sort.component.d.ts +1 -1
  11. package/column-menu/column-menu-template.directive.d.ts +1 -1
  12. package/column-menu/column-menu.component.d.ts +2 -2
  13. package/column-resizing/column-handle.directive.d.ts +1 -1
  14. package/column-resizing/table.directive.d.ts +1 -1
  15. package/columns/checkbox-column.component.d.ts +1 -1
  16. package/columns/column-group.component.d.ts +1 -1
  17. package/columns/column.component.d.ts +1 -1
  18. package/columns/command-column.component.d.ts +1 -1
  19. package/columns/rowreorder-column.component.d.ts +1 -1
  20. package/columns/span-column.component.d.ts +1 -1
  21. package/directives.d.ts +143 -0
  22. package/dragdrop/draggable-column.directive.d.ts +1 -1
  23. package/dragdrop/drop-target.directive.d.ts +1 -1
  24. package/editing/add-command.directive.d.ts +1 -1
  25. package/editing/base-command.directive.d.ts +1 -1
  26. package/editing/cancel-command.directive.d.ts +1 -1
  27. package/editing/edit-command.directive.d.ts +1 -1
  28. package/editing/edit-template.directive.d.ts +1 -1
  29. package/editing/remove-command.directive.d.ts +1 -1
  30. package/editing/save-command.directive.d.ts +1 -1
  31. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  32. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  33. package/editing-directives/template-editing.directive.d.ts +1 -1
  34. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
  35. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
  36. package/esm2020/column-menu/column-chooser.component.mjs +9 -7
  37. package/esm2020/column-menu/column-list.component.mjs +6 -4
  38. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  39. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  40. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  41. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  42. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  43. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  44. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  45. package/esm2020/column-menu/column-menu.component.mjs +12 -10
  46. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  47. package/esm2020/column-resizing/table.directive.mjs +3 -2
  48. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  49. package/esm2020/columns/column-group.component.mjs +3 -2
  50. package/esm2020/columns/column.component.mjs +3 -2
  51. package/esm2020/columns/command-column.component.mjs +3 -2
  52. package/esm2020/columns/rowreorder-column.component.mjs +3 -2
  53. package/esm2020/columns/span-column.component.mjs +3 -2
  54. package/esm2020/directives.mjs +307 -0
  55. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  56. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  57. package/esm2020/editing/add-command.directive.mjs +7 -5
  58. package/esm2020/editing/base-command.directive.mjs +7 -5
  59. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  60. package/esm2020/editing/edit-command.directive.mjs +7 -5
  61. package/esm2020/editing/edit-template.directive.mjs +3 -2
  62. package/esm2020/editing/remove-command.directive.mjs +7 -5
  63. package/esm2020/editing/save-command.directive.mjs +7 -5
  64. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  65. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  66. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  67. package/esm2020/excel/excel-command.directive.mjs +7 -5
  68. package/esm2020/excel/excel.component.mjs +3 -2
  69. package/esm2020/excel/excel.module.mjs +11 -10
  70. package/esm2020/expand-state/expandable.directive.mjs +3 -2
  71. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
  72. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  73. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  74. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  75. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  76. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  77. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  78. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  79. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  80. package/esm2020/filtering/cell/row-filtering.module.mjs +57 -57
  81. package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
  82. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  83. package/esm2020/filtering/filter-row.component.mjs +8 -6
  84. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
  85. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
  86. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  87. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  88. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  89. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
  90. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  91. package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
  92. package/esm2020/filtering/menu/filter-menu.module.mjs +59 -60
  93. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  94. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  95. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  96. package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
  97. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  98. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  99. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  100. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  101. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  102. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  103. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  104. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  105. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  106. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  107. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  108. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  109. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  110. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  111. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  112. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  113. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  114. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  115. package/esm2020/filtering/shared-filtering.module.mjs +83 -137
  116. package/esm2020/index.mjs +2 -1
  117. package/esm2020/layout/resizable.directive.mjs +3 -2
  118. package/esm2020/localization/custom-messages.component.mjs +3 -2
  119. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  120. package/esm2020/navigation/focusable.directive.mjs +3 -2
  121. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  122. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  123. package/esm2020/package-metadata.mjs +2 -2
  124. package/esm2020/pager/pager-info.component.mjs +3 -2
  125. package/esm2020/pager/pager-input.component.mjs +8 -8
  126. package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
  127. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  128. package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
  129. package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
  130. package/esm2020/pager/pager-template.directive.mjs +3 -2
  131. package/esm2020/pager/pager.component.mjs +11 -13
  132. package/esm2020/pager/pager.module.mjs +26 -74
  133. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  134. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  135. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  136. package/esm2020/pdf/pdf.component.mjs +3 -2
  137. package/esm2020/pdf/pdf.module.mjs +13 -28
  138. package/esm2020/rendering/body.module.mjs +23 -93
  139. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  140. package/esm2020/rendering/cell.component.mjs +18 -13
  141. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  142. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  143. package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
  144. package/esm2020/rendering/common/loading.component.mjs +3 -2
  145. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  146. package/esm2020/rendering/footer-template.directive.mjs +3 -2
  147. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  148. package/esm2020/rendering/header/header.component.mjs +17 -18
  149. package/esm2020/rendering/header/header.module.mjs +83 -41
  150. package/esm2020/rendering/list.component.mjs +11 -10
  151. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  152. package/esm2020/rendering/table-body.component.mjs +11 -9
  153. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  154. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  155. package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
  156. package/esm2020/selection/marquee.directive.mjs +3 -2
  157. package/esm2020/selection/selectable.directive.mjs +3 -2
  158. package/esm2020/shared.module.mjs +25 -74
  159. package/esm2020/treelist.component.mjs +22 -22
  160. package/esm2020/treelist.module.mjs +150 -192
  161. package/excel/excel-command.directive.d.ts +1 -1
  162. package/excel/excel.component.d.ts +1 -1
  163. package/excel/excel.module.d.ts +2 -3
  164. package/expand-state/expandable.directive.d.ts +1 -1
  165. package/fesm2015/progress-kendo-angular-treelist.mjs +13899 -14096
  166. package/fesm2020/progress-kendo-angular-treelist.mjs +13786 -13983
  167. package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
  168. package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
  169. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  170. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  171. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  172. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  173. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  174. package/filtering/cell/filter-cell.component.d.ts +1 -1
  175. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  176. package/filtering/cell/row-filtering.module.d.ts +42 -3
  177. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  178. package/filtering/filter-input.directive.d.ts +1 -1
  179. package/filtering/filter-row.component.d.ts +1 -1
  180. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  181. package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
  182. package/filtering/menu/date-filter-menu.component.d.ts +2 -2
  183. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  184. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  185. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
  186. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  187. package/filtering/menu/filter-menu.component.d.ts +4 -4
  188. package/filtering/menu/filter-menu.module.d.ts +42 -3
  189. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  190. package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
  191. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  192. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  193. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  194. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  195. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  196. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  197. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  198. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  199. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  200. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  201. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  202. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  203. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  204. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  205. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  206. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  207. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  208. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  209. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  210. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  211. package/filtering/shared-filtering.module.d.ts +22 -10
  212. package/index.d.ts +2 -1
  213. package/layout/resizable.directive.d.ts +1 -1
  214. package/localization/custom-messages.component.d.ts +1 -1
  215. package/localization/localized-messages.directive.d.ts +1 -1
  216. package/navigation/focusable.directive.d.ts +1 -1
  217. package/navigation/logical-cell.directive.d.ts +1 -1
  218. package/navigation/logical-row.directive.d.ts +1 -1
  219. package/package.json +15 -15
  220. package/pager/pager-info.component.d.ts +1 -1
  221. package/pager/pager-input.component.d.ts +2 -2
  222. package/pager/pager-next-buttons.component.d.ts +2 -2
  223. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  224. package/pager/pager-page-sizes.component.d.ts +2 -2
  225. package/pager/pager-prev-buttons.component.d.ts +2 -2
  226. package/pager/pager-template.directive.d.ts +1 -1
  227. package/pager/pager.component.d.ts +2 -2
  228. package/pager/pager.module.d.ts +15 -17
  229. package/pdf/pdf-command.directive.d.ts +1 -1
  230. package/pdf/pdf-margin.component.d.ts +1 -1
  231. package/pdf/pdf-template.directive.d.ts +1 -1
  232. package/pdf/pdf.component.d.ts +1 -1
  233. package/pdf/pdf.module.d.ts +1 -1
  234. package/rendering/body.module.d.ts +14 -19
  235. package/rendering/cell-template.directive.d.ts +1 -1
  236. package/rendering/cell.component.d.ts +4 -4
  237. package/rendering/common/col-group.component.d.ts +1 -1
  238. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  239. package/rendering/common/level-items.pipe.d.ts +1 -1
  240. package/rendering/common/loading.component.d.ts +1 -1
  241. package/rendering/common/spacer.component.d.ts +1 -1
  242. package/rendering/footer-template.directive.d.ts +1 -1
  243. package/rendering/header/header-template.directive.d.ts +1 -1
  244. package/rendering/header/header.component.d.ts +4 -4
  245. package/rendering/header/header.module.d.ts +75 -8
  246. package/rendering/list.component.d.ts +1 -1
  247. package/rendering/no-records-template.directive.d.ts +1 -1
  248. package/rendering/table-body.component.d.ts +1 -1
  249. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  250. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  251. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  252. package/schematics/ngAdd/index.js +3 -3
  253. package/selection/marquee.directive.d.ts +1 -1
  254. package/selection/selectable.directive.d.ts +1 -1
  255. package/shared.module.d.ts +6 -7
  256. package/treelist.component.d.ts +4 -4
  257. package/treelist.module.d.ts +93 -79
  258. package/column-menu/column-menu.module.d.ts +0 -27
  259. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  260. package/esm2020/column-menu/column-menu.module.mjs +0 -78
  261. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  262. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  263. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -1,15 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./draggable-column.directive";
7
- import * as i2 from "./drop-target.directive";
8
- /**
9
- * @hidden
10
- */
11
- export declare class DragAndDropModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<DragAndDropModule, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective], never, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<DragAndDropModule>;
15
- }
@@ -1,78 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { ColumnListComponent } from './column-list.component';
8
- import { ColumnChooserComponent } from './column-chooser.component';
9
- import { ColumnMenuChooserComponent } from './column-menu-chooser.component';
10
- import { ColumnMenuFilterComponent } from './column-menu-filter.component';
11
- import { ColumnMenuItemComponent } from './column-menu-item.component';
12
- import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
13
- import { ColumnMenuSortComponent } from './column-menu-sort.component';
14
- import { ColumnMenuComponent } from './column-menu.component';
15
- import { ColumnMenuLockComponent } from './column-menu-lock.component';
16
- import { FilterMenuModule } from '../filtering/menu/filter-menu.module';
17
- import { ColumnMenuTemplateDirective } from './column-menu-template.directive';
18
- import { ButtonModule } from '@progress/kendo-angular-buttons';
19
- import * as i0 from "@angular/core";
20
- const COMPONENTS = [
21
- ColumnListComponent,
22
- ColumnChooserComponent,
23
- ColumnMenuChooserComponent,
24
- ColumnMenuFilterComponent,
25
- ColumnMenuItemComponent,
26
- ColumnMenuItemContentTemplateDirective,
27
- ColumnMenuSortComponent,
28
- ColumnMenuComponent,
29
- ColumnMenuLockComponent,
30
- ColumnMenuTemplateDirective
31
- ];
32
- /**
33
- * @hidden
34
- */
35
- export class ColumnMenuModule {
36
- static exports() {
37
- return [
38
- ColumnChooserComponent,
39
- ColumnMenuFilterComponent,
40
- ColumnMenuItemComponent,
41
- ColumnMenuItemContentTemplateDirective,
42
- ColumnMenuSortComponent,
43
- ColumnMenuLockComponent,
44
- ColumnMenuChooserComponent,
45
- ColumnMenuTemplateDirective,
46
- ColumnMenuComponent
47
- ];
48
- }
49
- }
50
- ColumnMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
- ColumnMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, declarations: [ColumnListComponent,
52
- ColumnChooserComponent,
53
- ColumnMenuChooserComponent,
54
- ColumnMenuFilterComponent,
55
- ColumnMenuItemComponent,
56
- ColumnMenuItemContentTemplateDirective,
57
- ColumnMenuSortComponent,
58
- ColumnMenuComponent,
59
- ColumnMenuLockComponent,
60
- ColumnMenuTemplateDirective], imports: [CommonModule, FilterMenuModule, ButtonModule], exports: [ColumnListComponent,
61
- ColumnChooserComponent,
62
- ColumnMenuChooserComponent,
63
- ColumnMenuFilterComponent,
64
- ColumnMenuItemComponent,
65
- ColumnMenuItemContentTemplateDirective,
66
- ColumnMenuSortComponent,
67
- ColumnMenuComponent,
68
- ColumnMenuLockComponent,
69
- ColumnMenuTemplateDirective] });
70
- ColumnMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, imports: [CommonModule, FilterMenuModule, ButtonModule] });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, decorators: [{
72
- type: NgModule,
73
- args: [{
74
- declarations: [COMPONENTS],
75
- imports: [CommonModule, FilterMenuModule, ButtonModule],
76
- exports: [COMPONENTS]
77
- }]
78
- }] });
@@ -1,29 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { NgModule } from '@angular/core';
6
- import { DraggableColumnDirective } from './draggable-column.directive';
7
- import { DropTargetDirective } from './drop-target.directive';
8
- import * as i0 from "@angular/core";
9
- const exported = [
10
- DraggableColumnDirective,
11
- DropTargetDirective
12
- ];
13
- /**
14
- * @hidden
15
- */
16
- export class DragAndDropModule {
17
- }
18
- DragAndDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- DragAndDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, declarations: [DraggableColumnDirective,
20
- DropTargetDirective], exports: [DraggableColumnDirective,
21
- DropTargetDirective] });
22
- DragAndDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, decorators: [{
24
- type: NgModule,
25
- args: [{
26
- declarations: [exported],
27
- exports: [exported]
28
- }]
29
- }] });
@@ -1,40 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Directive, ViewContainerRef, Input } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export class TemplateContextDirective {
11
- constructor(viewContainerRef) {
12
- this.viewContainerRef = viewContainerRef;
13
- }
14
- set templateContext(context) {
15
- this.removeView();
16
- if (context.templateRef) {
17
- this.insertedViewRef = this.viewContainerRef.createEmbeddedView(context.templateRef, context);
18
- }
19
- }
20
- ngOnDestroy() {
21
- this.removeView();
22
- }
23
- removeView() {
24
- if (this.insertedViewRef) {
25
- this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef));
26
- this.insertedViewRef = undefined;
27
- }
28
- }
29
- }
30
- TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
31
- TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, decorators: [{
33
- type: Directive,
34
- args: [{
35
- // eslint-disable-next-line @angular-eslint/directive-selector
36
- selector: '[templateContext]'
37
- }]
38
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { templateContext: [{
39
- type: Input
40
- }] } });
@@ -1,19 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ViewContainerRef, OnDestroy } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export declare class TemplateContextDirective implements OnDestroy {
11
- private viewContainerRef;
12
- private insertedViewRef;
13
- constructor(viewContainerRef: ViewContainerRef);
14
- set templateContext(context: any);
15
- ngOnDestroy(): void;
16
- protected removeView(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContextDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never, never, false, never>;
19
- }