@progress/kendo-angular-grid 14.4.0-develop.2 → 14.4.0-develop.21

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 (625) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  3. package/README.md +1 -1
  4. package/aggregates/aggregate-types.d.ts +1 -1
  5. package/aggregates/selection-aggregate.service.d.ts +1 -1
  6. package/aggregates/status-bar-template.directive.d.ts +1 -1
  7. package/aggregates/status-bar.component.d.ts +1 -1
  8. package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
  9. package/column-menu/column-chooser.component.d.ts +1 -1
  10. package/column-menu/column-list-kb-nav.service.d.ts +1 -1
  11. package/column-menu/column-list.component.d.ts +1 -1
  12. package/column-menu/column-locked-change-event.d.ts +1 -1
  13. package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
  14. package/column-menu/column-menu-autosize.component.d.ts +1 -1
  15. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  16. package/column-menu/column-menu-container.component.d.ts +1 -1
  17. package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
  18. package/column-menu/column-menu-filter.component.d.ts +1 -1
  19. package/column-menu/column-menu-item-base.d.ts +1 -1
  20. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  21. package/column-menu/column-menu-item.component.d.ts +1 -1
  22. package/column-menu/column-menu-item.directive.d.ts +1 -1
  23. package/column-menu/column-menu-lock.component.d.ts +1 -1
  24. package/column-menu/column-menu-position.component.d.ts +1 -1
  25. package/column-menu/column-menu-settings.interface.d.ts +1 -1
  26. package/column-menu/column-menu-sort.component.d.ts +1 -1
  27. package/column-menu/column-menu-stick.component.d.ts +1 -1
  28. package/column-menu/column-menu-template.directive.d.ts +1 -1
  29. package/column-menu/column-menu.component.d.ts +1 -1
  30. package/column-menu/column-menu.module.d.ts +1 -1
  31. package/column-menu/column-menu.service.d.ts +1 -1
  32. package/column-menu/column-sticky-change-event.d.ts +1 -1
  33. package/column-menu/column-visibility-change-event.d.ts +1 -1
  34. package/column-menu/utils.d.ts +1 -1
  35. package/column-resizing/column-handle.directive.d.ts +1 -1
  36. package/column-resizing/column-resize.interface.d.ts +1 -1
  37. package/column-resizing/column-resizing.service.d.ts +1 -1
  38. package/column-resizing/table.directive.d.ts +1 -1
  39. package/columns/checkbox-column.component.d.ts +1 -1
  40. package/columns/column-base.d.ts +1 -1
  41. package/columns/column-common.d.ts +1 -1
  42. package/columns/column-group.component.d.ts +1 -1
  43. package/columns/column-list.d.ts +1 -1
  44. package/columns/column.component.d.ts +1 -1
  45. package/columns/columns-container.d.ts +1 -1
  46. package/columns/command-column.component.d.ts +1 -1
  47. package/columns/reorder-column.component.d.ts +1 -1
  48. package/columns/sort-settings.d.ts +1 -1
  49. package/columns/span-column.component.d.ts +1 -1
  50. package/common/cell-click-event-args.interface.d.ts +1 -1
  51. package/common/clipboard-types.d.ts +102 -0
  52. package/common/clipboard.directive.d.ts +49 -0
  53. package/common/clipboard.service.d.ts +28 -0
  54. package/common/column-info.service.d.ts +1 -1
  55. package/common/create-form-group.d.ts +1 -1
  56. package/common/default-track-by.d.ts +1 -1
  57. package/common/dom-events.service.d.ts +2 -1
  58. package/common/error-messages.d.ts +13 -1
  59. package/common/event-emitter.d.ts +1 -1
  60. package/common/fetch-data-callback.d.ts +1 -1
  61. package/common/filter-descriptor-differ.d.ts +1 -1
  62. package/common/filter-operator.interface.d.ts +1 -1
  63. package/common/id.service.d.ts +1 -1
  64. package/common/preventable-event.d.ts +1 -1
  65. package/common/provider.service.d.ts +1 -1
  66. package/common/remove-confirmation.d.ts +1 -1
  67. package/common/single-popup.service.d.ts +1 -1
  68. package/common/size-options.d.ts +1 -1
  69. package/common/sort.service.d.ts +1 -1
  70. package/constants.d.ts +1 -1
  71. package/data/change-event-args.interface.d.ts +1 -1
  72. package/data/change-notification.service.d.ts +1 -1
  73. package/data/data-item.interface.d.ts +1 -1
  74. package/data/data.collection.d.ts +1 -1
  75. package/data/data.iterators.d.ts +1 -1
  76. package/data/grid-item.interface.d.ts +1 -1
  77. package/data/group-footer-item.interface.d.ts +1 -1
  78. package/data/group-item.interface.d.ts +1 -1
  79. package/databinding.directive.d.ts +2 -2
  80. package/dragdrop/column-reorder-config.d.ts +1 -1
  81. package/dragdrop/column-reorder-event.d.ts +1 -1
  82. package/dragdrop/column-reorder.service.d.ts +1 -1
  83. package/dragdrop/common.d.ts +1 -1
  84. package/dragdrop/context-types.d.ts +1 -1
  85. package/dragdrop/drag-and-drop.module.d.ts +1 -1
  86. package/dragdrop/drag-and-drop.service.d.ts +1 -1
  87. package/dragdrop/drag-hint.service.d.ts +1 -1
  88. package/dragdrop/draggable-column.directive.d.ts +1 -1
  89. package/dragdrop/drop-cue.service.d.ts +1 -1
  90. package/dragdrop/drop-target.directive.d.ts +1 -1
  91. package/editing/add-command.directive.d.ts +1 -1
  92. package/editing/add-event-args.interface.d.ts +1 -1
  93. package/editing/cancel-command.directive.d.ts +1 -1
  94. package/editing/cancel-event-args.interface.d.ts +1 -1
  95. package/editing/cell-close-event.d.ts +1 -1
  96. package/editing/edit-command.directive.d.ts +1 -1
  97. package/editing/edit-event-args.interface.d.ts +1 -1
  98. package/editing/edit-row-options.interface.d.ts +1 -1
  99. package/editing/edit-template.directive.d.ts +1 -1
  100. package/editing/edit.service.d.ts +1 -1
  101. package/editing/local-data-changes.service.d.ts +1 -1
  102. package/editing/remove-command.directive.d.ts +1 -1
  103. package/editing/remove-event-args.interface.d.ts +1 -1
  104. package/editing/save-command.directive.d.ts +1 -1
  105. package/editing/save-event-args.interface.d.ts +1 -1
  106. package/editing-directives/create-form-group-args.interface.d.ts +1 -1
  107. package/editing-directives/edit-service.interface.d.ts +1 -1
  108. package/editing-directives/editing-directive-base.d.ts +1 -1
  109. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  110. package/editing-directives/local-edit.service.d.ts +1 -1
  111. package/editing-directives/local-row-edit.service.d.ts +1 -1
  112. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  113. package/editing-directives/row-editing-directive-base.d.ts +1 -1
  114. package/editing-directives/template-editing.directive.d.ts +1 -1
  115. package/editing-directives/utils.d.ts +1 -1
  116. package/esm2020/aggregates/aggregate-types.mjs +1 -1
  117. package/esm2020/aggregates/selection-aggregate.service.mjs +1 -1
  118. package/esm2020/aggregates/status-bar-template.directive.mjs +1 -1
  119. package/esm2020/aggregates/status-bar.component.mjs +1 -1
  120. package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +1 -1
  121. package/esm2020/column-menu/column-chooser.component.mjs +1 -1
  122. package/esm2020/column-menu/column-list-kb-nav.service.mjs +1 -1
  123. package/esm2020/column-menu/column-list.component.mjs +1 -1
  124. package/esm2020/column-menu/column-locked-change-event.mjs +1 -1
  125. package/esm2020/column-menu/column-menu-autosize-all.component.mjs +1 -1
  126. package/esm2020/column-menu/column-menu-autosize.component.mjs +1 -1
  127. package/esm2020/column-menu/column-menu-chooser.component.mjs +1 -1
  128. package/esm2020/column-menu/column-menu-container.component.mjs +1 -1
  129. package/esm2020/column-menu/column-menu-expandable-item.interface.mjs +1 -1
  130. package/esm2020/column-menu/column-menu-filter.component.mjs +1 -1
  131. package/esm2020/column-menu/column-menu-item-base.mjs +3 -2
  132. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +1 -1
  133. package/esm2020/column-menu/column-menu-item.component.mjs +1 -1
  134. package/esm2020/column-menu/column-menu-item.directive.mjs +1 -1
  135. package/esm2020/column-menu/column-menu-lock.component.mjs +1 -1
  136. package/esm2020/column-menu/column-menu-position.component.mjs +1 -1
  137. package/esm2020/column-menu/column-menu-settings.interface.mjs +1 -1
  138. package/esm2020/column-menu/column-menu-sort.component.mjs +1 -1
  139. package/esm2020/column-menu/column-menu-stick.component.mjs +1 -1
  140. package/esm2020/column-menu/column-menu-template.directive.mjs +1 -1
  141. package/esm2020/column-menu/column-menu.component.mjs +9 -6
  142. package/esm2020/column-menu/column-menu.module.mjs +1 -1
  143. package/esm2020/column-menu/column-menu.service.mjs +1 -1
  144. package/esm2020/column-menu/column-sticky-change-event.mjs +1 -1
  145. package/esm2020/column-menu/column-visibility-change-event.mjs +1 -1
  146. package/esm2020/column-menu/utils.mjs +1 -1
  147. package/esm2020/column-resizing/column-handle.directive.mjs +1 -1
  148. package/esm2020/column-resizing/column-resize.interface.mjs +1 -1
  149. package/esm2020/column-resizing/column-resizing.service.mjs +1 -1
  150. package/esm2020/column-resizing/table.directive.mjs +1 -1
  151. package/esm2020/columns/checkbox-column.component.mjs +1 -1
  152. package/esm2020/columns/column-base.mjs +4 -3
  153. package/esm2020/columns/column-common.mjs +1 -1
  154. package/esm2020/columns/column-group.component.mjs +3 -2
  155. package/esm2020/columns/column-list.mjs +1 -1
  156. package/esm2020/columns/column.component.mjs +1 -1
  157. package/esm2020/columns/columns-container.mjs +1 -1
  158. package/esm2020/columns/command-column.component.mjs +1 -1
  159. package/esm2020/columns/reorder-column.component.mjs +1 -1
  160. package/esm2020/columns/sort-settings.mjs +1 -1
  161. package/esm2020/columns/span-column.component.mjs +3 -2
  162. package/esm2020/common/cell-click-event-args.interface.mjs +1 -1
  163. package/esm2020/common/clipboard-types.mjs +5 -0
  164. package/esm2020/common/clipboard.directive.mjs +185 -0
  165. package/esm2020/common/clipboard.service.mjs +218 -0
  166. package/esm2020/common/column-info.service.mjs +1 -1
  167. package/esm2020/common/create-form-group.mjs +1 -1
  168. package/esm2020/common/default-track-by.mjs +1 -1
  169. package/esm2020/common/dom-events.service.mjs +2 -1
  170. package/esm2020/common/error-messages.mjs +46 -2
  171. package/esm2020/common/event-emitter.mjs +1 -1
  172. package/esm2020/common/fetch-data-callback.mjs +1 -1
  173. package/esm2020/common/filter-descriptor-differ.mjs +1 -1
  174. package/esm2020/common/filter-operator.interface.mjs +1 -1
  175. package/esm2020/common/id.service.mjs +1 -1
  176. package/esm2020/common/preventable-event.mjs +1 -1
  177. package/esm2020/common/provider.service.mjs +1 -1
  178. package/esm2020/common/remove-confirmation.mjs +1 -1
  179. package/esm2020/common/single-popup.service.mjs +1 -1
  180. package/esm2020/common/size-options.mjs +1 -1
  181. package/esm2020/common/sort.service.mjs +1 -1
  182. package/esm2020/constants.mjs +1 -1
  183. package/esm2020/data/change-event-args.interface.mjs +1 -1
  184. package/esm2020/data/change-notification.service.mjs +1 -1
  185. package/esm2020/data/data-item.interface.mjs +1 -1
  186. package/esm2020/data/data.collection.mjs +1 -1
  187. package/esm2020/data/data.iterators.mjs +1 -1
  188. package/esm2020/data/grid-item.interface.mjs +1 -1
  189. package/esm2020/data/group-footer-item.interface.mjs +1 -1
  190. package/esm2020/data/group-item.interface.mjs +1 -1
  191. package/esm2020/databinding.directive.mjs +4 -3
  192. package/esm2020/dragdrop/column-reorder-config.mjs +1 -1
  193. package/esm2020/dragdrop/column-reorder-event.mjs +1 -1
  194. package/esm2020/dragdrop/column-reorder.service.mjs +1 -1
  195. package/esm2020/dragdrop/common.mjs +1 -1
  196. package/esm2020/dragdrop/context-types.mjs +1 -1
  197. package/esm2020/dragdrop/drag-and-drop.module.mjs +1 -1
  198. package/esm2020/dragdrop/drag-and-drop.service.mjs +1 -1
  199. package/esm2020/dragdrop/drag-hint.service.mjs +1 -1
  200. package/esm2020/dragdrop/draggable-column.directive.mjs +1 -1
  201. package/esm2020/dragdrop/drop-cue.service.mjs +1 -1
  202. package/esm2020/dragdrop/drop-target.directive.mjs +1 -1
  203. package/esm2020/editing/add-command.directive.mjs +1 -1
  204. package/esm2020/editing/add-event-args.interface.mjs +1 -1
  205. package/esm2020/editing/cancel-command.directive.mjs +1 -1
  206. package/esm2020/editing/cancel-event-args.interface.mjs +1 -1
  207. package/esm2020/editing/cell-close-event.mjs +1 -1
  208. package/esm2020/editing/edit-command.directive.mjs +1 -1
  209. package/esm2020/editing/edit-event-args.interface.mjs +1 -1
  210. package/esm2020/editing/edit-row-options.interface.mjs +1 -1
  211. package/esm2020/editing/edit-template.directive.mjs +1 -1
  212. package/esm2020/editing/edit.service.mjs +1 -1
  213. package/esm2020/editing/local-data-changes.service.mjs +1 -1
  214. package/esm2020/editing/remove-command.directive.mjs +1 -1
  215. package/esm2020/editing/remove-event-args.interface.mjs +1 -1
  216. package/esm2020/editing/save-command.directive.mjs +1 -1
  217. package/esm2020/editing/save-event-args.interface.mjs +1 -1
  218. package/esm2020/editing-directives/create-form-group-args.interface.mjs +1 -1
  219. package/esm2020/editing-directives/edit-service.interface.mjs +1 -1
  220. package/esm2020/editing-directives/editing-directive-base.mjs +1 -1
  221. package/esm2020/editing-directives/in-cell-editing.directive.mjs +1 -1
  222. package/esm2020/editing-directives/local-edit.service.mjs +3 -3
  223. package/esm2020/editing-directives/local-row-edit.service.mjs +1 -1
  224. package/esm2020/editing-directives/reactive-editing.directive.mjs +1 -1
  225. package/esm2020/editing-directives/row-editing-directive-base.mjs +1 -1
  226. package/esm2020/editing-directives/template-editing.directive.mjs +1 -1
  227. package/esm2020/editing-directives/utils.mjs +1 -1
  228. package/esm2020/excel/excel-command.directive.mjs +1 -1
  229. package/esm2020/excel/excel-export-event.mjs +1 -1
  230. package/esm2020/excel/excel.component.mjs +1 -1
  231. package/esm2020/excel/excel.module.mjs +1 -1
  232. package/esm2020/excel/excel.service.mjs +3 -2
  233. package/esm2020/filtering/base-filter-cell.component.mjs +1 -1
  234. package/esm2020/filtering/boolean-filter.component.mjs +1 -1
  235. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +2 -2
  236. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +1 -1
  237. package/esm2020/filtering/cell/date-filter-cell.component.mjs +1 -1
  238. package/esm2020/filtering/cell/filter-cell-component.factory.mjs +1 -1
  239. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +1 -1
  240. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +1 -1
  241. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +1 -1
  242. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +1 -1
  243. package/esm2020/filtering/cell/filter-cell.component.mjs +1 -1
  244. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +2 -2
  245. package/esm2020/filtering/cell/row-filtering.module.mjs +1 -1
  246. package/esm2020/filtering/cell/string-filter-cell.component.mjs +1 -1
  247. package/esm2020/filtering/date-filter.component.mjs +1 -1
  248. package/esm2020/filtering/filter-component.interface.mjs +1 -1
  249. package/esm2020/filtering/filter-host.directive.mjs +1 -1
  250. package/esm2020/filtering/filter-input-wrapper.component.mjs +1 -1
  251. package/esm2020/filtering/filter-input.directive.mjs +1 -1
  252. package/esm2020/filtering/filter-row.component.mjs +1 -1
  253. package/esm2020/filtering/filter.service.mjs +1 -1
  254. package/esm2020/filtering/filterable.mjs +1 -1
  255. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +1 -1
  256. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +1 -1
  257. package/esm2020/filtering/menu/date-filter-menu.component.mjs +1 -1
  258. package/esm2020/filtering/menu/filter-menu-component.factory.mjs +1 -1
  259. package/esm2020/filtering/menu/filter-menu-container.component.mjs +3 -3
  260. package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +1 -1
  261. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +1 -1
  262. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +1 -1
  263. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +1 -1
  264. package/esm2020/filtering/menu/filter-menu.component.mjs +1 -1
  265. package/esm2020/filtering/menu/filter-menu.module.mjs +1 -1
  266. package/esm2020/filtering/menu/filter-radio-button.directive.mjs +1 -1
  267. package/esm2020/filtering/menu/menu-tabbing.service.mjs +1 -1
  268. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +2 -2
  269. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +1 -1
  270. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +1 -1
  271. package/esm2020/filtering/menu/string-filter-menu.component.mjs +1 -1
  272. package/esm2020/filtering/numeric-filter.component.mjs +1 -1
  273. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +1 -1
  274. package/esm2020/filtering/operators/after-filter-operator.component.mjs +1 -1
  275. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +1 -1
  276. package/esm2020/filtering/operators/before-filter-operator.component.mjs +1 -1
  277. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +1 -1
  278. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +1 -1
  279. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +1 -1
  280. package/esm2020/filtering/operators/filter-operator.base.mjs +1 -1
  281. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +1 -1
  282. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +1 -1
  283. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +1 -1
  284. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +1 -1
  285. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +1 -1
  286. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +1 -1
  287. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +1 -1
  288. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +1 -1
  289. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +1 -1
  290. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +1 -1
  291. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +1 -1
  292. package/esm2020/filtering/shared-filtering.module.mjs +1 -1
  293. package/esm2020/filtering/string-filter.component.mjs +1 -1
  294. package/esm2020/grid.component.mjs +41 -35
  295. package/esm2020/grid.module.mjs +9 -5
  296. package/esm2020/grouping/group-footer-template.directive.mjs +1 -1
  297. package/esm2020/grouping/group-header-column-template.directive.mjs +1 -1
  298. package/esm2020/grouping/group-header-template.directive.mjs +1 -1
  299. package/esm2020/grouping/group-header.component.mjs +1 -1
  300. package/esm2020/grouping/group-info.service.mjs +1 -1
  301. package/esm2020/grouping/group-key.interface.mjs +1 -1
  302. package/esm2020/grouping/group-panel.component.mjs +1 -1
  303. package/esm2020/grouping/group-rows-args.interface.mjs +1 -1
  304. package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -4
  305. package/esm2020/grouping/group-settings.mjs +1 -1
  306. package/esm2020/grouping/group.module.mjs +1 -1
  307. package/esm2020/grouping/groups.service.mjs +1 -1
  308. package/esm2020/grouping/utils.mjs +1 -1
  309. package/esm2020/grouping/virtual-group-result.interface.mjs +1 -1
  310. package/esm2020/index.mjs +3 -1
  311. package/esm2020/layout/browser-support.service.mjs +1 -1
  312. package/esm2020/layout/resizable.directive.mjs +1 -1
  313. package/esm2020/layout/resize.service.mjs +1 -1
  314. package/esm2020/layout/responsive.service.mjs +1 -1
  315. package/esm2020/layout/row-sync.mjs +1 -1
  316. package/esm2020/layout/sizing-options.service.mjs +1 -1
  317. package/esm2020/localization/custom-messages.component.mjs +1 -1
  318. package/esm2020/localization/localized-messages.directive.mjs +1 -1
  319. package/esm2020/localization/messages.mjs +1 -1
  320. package/esm2020/navigation/default-focusable-element.mjs +1 -1
  321. package/esm2020/navigation/focus-group.mjs +1 -1
  322. package/esm2020/navigation/focus-root.mjs +1 -1
  323. package/esm2020/navigation/focusable-element.interface.mjs +1 -1
  324. package/esm2020/navigation/focusable.directive.mjs +1 -1
  325. package/esm2020/navigation/grid-focusable-element.mjs +1 -1
  326. package/esm2020/navigation/item-map.mjs +1 -1
  327. package/esm2020/navigation/logical-cell.directive.mjs +1 -1
  328. package/esm2020/navigation/logical-cell.interface.mjs +1 -1
  329. package/esm2020/navigation/logical-row.directive.mjs +1 -1
  330. package/esm2020/navigation/logical-row.interface.mjs +1 -1
  331. package/esm2020/navigation/navigable-settings.mjs +1 -1
  332. package/esm2020/navigation/navigation-cell.interface.mjs +1 -1
  333. package/esm2020/navigation/navigation-change.interface.mjs +1 -1
  334. package/esm2020/navigation/navigation-cursor.mjs +1 -1
  335. package/esm2020/navigation/navigation-metadata.mjs +1 -1
  336. package/esm2020/navigation/navigation-mode.mjs +1 -1
  337. package/esm2020/navigation/navigation-model.mjs +1 -1
  338. package/esm2020/navigation/navigation-row.interface.mjs +1 -1
  339. package/esm2020/navigation/navigation.service.mjs +1 -1
  340. package/esm2020/package-metadata.mjs +3 -3
  341. package/esm2020/pager/pager-context.service.mjs +1 -1
  342. package/esm2020/pager/pager-dropdown.directive.mjs +1 -1
  343. package/esm2020/pager/pager-element.component.mjs +1 -1
  344. package/esm2020/pager/pager-info.component.mjs +1 -1
  345. package/esm2020/pager/pager-input.component.mjs +2 -2
  346. package/esm2020/pager/pager-input.directive.mjs +1 -1
  347. package/esm2020/pager/pager-next-buttons.component.mjs +1 -1
  348. package/esm2020/pager/pager-numeric-buttons.component.mjs +1 -1
  349. package/esm2020/pager/pager-page-sizes.component.mjs +1 -1
  350. package/esm2020/pager/pager-prev-buttons.component.mjs +1 -1
  351. package/esm2020/pager/pager-settings.mjs +1 -1
  352. package/esm2020/pager/pager-template.directive.mjs +1 -1
  353. package/esm2020/pager/pager.component.mjs +2 -6
  354. package/esm2020/pager/pager.module.mjs +1 -1
  355. package/esm2020/pager/pagesize-item.interface.mjs +1 -1
  356. package/esm2020/pdf/export-element.mjs +1 -1
  357. package/esm2020/pdf/grid-query.mjs +1 -1
  358. package/esm2020/pdf/pdf-command.directive.mjs +1 -1
  359. package/esm2020/pdf/pdf-export-event.mjs +1 -1
  360. package/esm2020/pdf/pdf-margin.component.mjs +1 -1
  361. package/esm2020/pdf/pdf-margin.interface.mjs +1 -1
  362. package/esm2020/pdf/pdf-template.directive.mjs +1 -1
  363. package/esm2020/pdf/pdf.component.mjs +4 -3
  364. package/esm2020/pdf/pdf.module.mjs +1 -1
  365. package/esm2020/pdf/pdf.service.mjs +3 -2
  366. package/esm2020/progress-kendo-angular-grid.mjs +1 -1
  367. package/esm2020/rendering/body.module.mjs +1 -1
  368. package/esm2020/rendering/cell-loading.template.directive.mjs +1 -1
  369. package/esm2020/rendering/cell-template.directive.mjs +1 -1
  370. package/esm2020/rendering/cell.component.mjs +34 -26
  371. package/esm2020/rendering/common/cell-context.mjs +1 -1
  372. package/esm2020/rendering/common/col-group.component.mjs +1 -1
  373. package/esm2020/rendering/common/dom-queries.mjs +1 -1
  374. package/esm2020/rendering/common/field-accessor.pipe.mjs +1 -1
  375. package/esm2020/rendering/common/loading.component.mjs +1 -1
  376. package/esm2020/rendering/common/row-args.mjs +1 -1
  377. package/esm2020/rendering/common/row-class.mjs +1 -1
  378. package/esm2020/rendering/common/spacer.component.mjs +1 -1
  379. package/esm2020/rendering/common/template-context.directive.mjs +1 -1
  380. package/esm2020/rendering/constants.mjs +1 -1
  381. package/esm2020/rendering/details/detail-collapse-event.mjs +1 -1
  382. package/esm2020/rendering/details/detail-expand-event.mjs +1 -1
  383. package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
  384. package/esm2020/rendering/details/details.service.mjs +1 -1
  385. package/esm2020/rendering/details-expand.directive.mjs +1 -1
  386. package/esm2020/rendering/footer/footer-template.directive.mjs +1 -1
  387. package/esm2020/rendering/footer/footer.component.mjs +1 -1
  388. package/esm2020/rendering/footer/footer.module.mjs +1 -1
  389. package/esm2020/rendering/grid-table.directive.mjs +1 -1
  390. package/esm2020/rendering/groups-expand.directive.mjs +1 -1
  391. package/esm2020/rendering/header/header-template.directive.mjs +1 -1
  392. package/esm2020/rendering/header/header.component.mjs +17 -13
  393. package/esm2020/rendering/header/header.module.mjs +1 -1
  394. package/esm2020/rendering/list.component.mjs +1 -1
  395. package/esm2020/rendering/loading-template.directive.mjs +1 -1
  396. package/esm2020/rendering/no-records-template.directive.mjs +1 -1
  397. package/esm2020/rendering/table-body.component.mjs +5 -5
  398. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +1 -1
  399. package/esm2020/rendering/toolbar/toolbar-navigation.service.mjs +1 -1
  400. package/esm2020/rendering/toolbar/toolbar-position.mjs +1 -1
  401. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +1 -1
  402. package/esm2020/rendering/toolbar/toolbar.component.mjs +1 -1
  403. package/esm2020/row-reordering/row-reorder.service.mjs +1 -1
  404. package/esm2020/row-reordering/types.mjs +1 -1
  405. package/esm2020/row-reordering/utils.mjs +1 -1
  406. package/esm2020/scrolling/content-scroll-event.mjs +1 -1
  407. package/esm2020/scrolling/row-height.service.mjs +1 -1
  408. package/esm2020/scrolling/scroll-bottom-event.mjs +1 -1
  409. package/esm2020/scrolling/scroll-request.service.mjs +1 -1
  410. package/esm2020/scrolling/scroll-sync.service.mjs +1 -1
  411. package/esm2020/scrolling/scroller.service.mjs +1 -1
  412. package/esm2020/scrolling/scrollmode.mjs +1 -1
  413. package/esm2020/scrolling/suspend.service.mjs +1 -1
  414. package/esm2020/selection/cell-selection.service.mjs +1 -1
  415. package/esm2020/selection/marquee.directive.mjs +12 -18
  416. package/esm2020/selection/pair-set.mjs +1 -1
  417. package/esm2020/selection/selectall-checkbox.directive.mjs +1 -1
  418. package/esm2020/selection/selection-checkbox.directive.mjs +1 -1
  419. package/esm2020/selection/selection-default.mjs +12 -6
  420. package/esm2020/selection/selection.directive.mjs +1 -1
  421. package/esm2020/selection/selection.service.mjs +1 -1
  422. package/esm2020/selection/types.mjs +1 -1
  423. package/esm2020/shared.module.mjs +1 -1
  424. package/esm2020/utils.mjs +11 -1
  425. package/excel/excel-command.directive.d.ts +1 -1
  426. package/excel/excel-export-event.d.ts +1 -1
  427. package/excel/excel.component.d.ts +1 -1
  428. package/excel/excel.module.d.ts +1 -1
  429. package/excel/excel.service.d.ts +1 -1
  430. package/fesm2015/progress-kendo-angular-grid.mjs +599 -146
  431. package/fesm2020/progress-kendo-angular-grid.mjs +595 -146
  432. package/filtering/base-filter-cell.component.d.ts +1 -1
  433. package/filtering/boolean-filter.component.d.ts +1 -1
  434. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  435. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  436. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  437. package/filtering/cell/filter-cell-component.factory.d.ts +1 -1
  438. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  439. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  440. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  441. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  442. package/filtering/cell/filter-cell.component.d.ts +1 -1
  443. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  444. package/filtering/cell/row-filtering.module.d.ts +1 -1
  445. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  446. package/filtering/date-filter.component.d.ts +1 -1
  447. package/filtering/filter-component.interface.d.ts +1 -1
  448. package/filtering/filter-host.directive.d.ts +1 -1
  449. package/filtering/filter-input-wrapper.component.d.ts +1 -1
  450. package/filtering/filter-input.directive.d.ts +1 -1
  451. package/filtering/filter-row.component.d.ts +1 -1
  452. package/filtering/filter.service.d.ts +1 -1
  453. package/filtering/filterable.d.ts +1 -1
  454. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  455. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  456. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  457. package/filtering/menu/filter-menu-component.factory.d.ts +1 -1
  458. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  459. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
  460. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  461. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  462. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  463. package/filtering/menu/filter-menu.component.d.ts +1 -1
  464. package/filtering/menu/filter-menu.module.d.ts +1 -1
  465. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  466. package/filtering/menu/menu-tabbing.service.d.ts +1 -1
  467. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  468. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  469. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  470. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  471. package/filtering/numeric-filter.component.d.ts +1 -1
  472. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  473. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  474. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  475. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  476. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  477. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  478. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  479. package/filtering/operators/filter-operator.base.d.ts +1 -1
  480. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  481. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  482. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  483. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  484. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  485. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  486. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  487. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  488. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  489. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  490. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  491. package/filtering/shared-filtering.module.d.ts +1 -1
  492. package/filtering/string-filter.component.d.ts +1 -1
  493. package/grid.component.d.ts +8 -2
  494. package/grid.module.d.ts +100 -99
  495. package/grouping/group-footer-template.directive.d.ts +1 -1
  496. package/grouping/group-header-column-template.directive.d.ts +1 -1
  497. package/grouping/group-header-template.directive.d.ts +1 -1
  498. package/grouping/group-header.component.d.ts +1 -1
  499. package/grouping/group-info.service.d.ts +1 -1
  500. package/grouping/group-key.interface.d.ts +1 -1
  501. package/grouping/group-panel.component.d.ts +1 -1
  502. package/grouping/group-rows-args.interface.d.ts +1 -1
  503. package/grouping/group-scroll-binding.directive.d.ts +1 -1
  504. package/grouping/group-settings.d.ts +1 -1
  505. package/grouping/group.module.d.ts +1 -1
  506. package/grouping/groups.service.d.ts +1 -1
  507. package/grouping/utils.d.ts +1 -1
  508. package/grouping/virtual-group-result.interface.d.ts +1 -1
  509. package/index.d.ts +4 -2
  510. package/layout/browser-support.service.d.ts +1 -1
  511. package/layout/resizable.directive.d.ts +1 -1
  512. package/layout/resize.service.d.ts +1 -1
  513. package/layout/responsive.service.d.ts +1 -1
  514. package/layout/row-sync.d.ts +1 -1
  515. package/layout/sizing-options.service.d.ts +1 -1
  516. package/localization/custom-messages.component.d.ts +1 -1
  517. package/localization/localized-messages.directive.d.ts +1 -1
  518. package/localization/messages.d.ts +1 -1
  519. package/navigation/default-focusable-element.d.ts +1 -1
  520. package/navigation/focus-group.d.ts +1 -1
  521. package/navigation/focus-root.d.ts +1 -1
  522. package/navigation/focusable-element.interface.d.ts +1 -1
  523. package/navigation/focusable.directive.d.ts +1 -1
  524. package/navigation/grid-focusable-element.d.ts +1 -1
  525. package/navigation/item-map.d.ts +1 -1
  526. package/navigation/logical-cell.directive.d.ts +1 -1
  527. package/navigation/logical-cell.interface.d.ts +1 -1
  528. package/navigation/logical-row.directive.d.ts +1 -1
  529. package/navigation/logical-row.interface.d.ts +1 -1
  530. package/navigation/navigable-settings.d.ts +1 -1
  531. package/navigation/navigation-cell.interface.d.ts +1 -1
  532. package/navigation/navigation-change.interface.d.ts +1 -1
  533. package/navigation/navigation-cursor.d.ts +1 -1
  534. package/navigation/navigation-metadata.d.ts +1 -1
  535. package/navigation/navigation-mode.d.ts +1 -1
  536. package/navigation/navigation-model.d.ts +1 -1
  537. package/navigation/navigation-row.interface.d.ts +1 -1
  538. package/navigation/navigation.service.d.ts +1 -1
  539. package/package-metadata.d.ts +1 -1
  540. package/package.json +17 -17
  541. package/pager/pager-context.service.d.ts +1 -1
  542. package/pager/pager-dropdown.directive.d.ts +1 -1
  543. package/pager/pager-element.component.d.ts +1 -1
  544. package/pager/pager-info.component.d.ts +1 -1
  545. package/pager/pager-input.component.d.ts +1 -1
  546. package/pager/pager-input.directive.d.ts +1 -1
  547. package/pager/pager-next-buttons.component.d.ts +1 -1
  548. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  549. package/pager/pager-page-sizes.component.d.ts +1 -1
  550. package/pager/pager-prev-buttons.component.d.ts +1 -1
  551. package/pager/pager-settings.d.ts +1 -1
  552. package/pager/pager-template.directive.d.ts +1 -1
  553. package/pager/pager.component.d.ts +1 -2
  554. package/pager/pager.module.d.ts +1 -1
  555. package/pager/pagesize-item.interface.d.ts +1 -1
  556. package/pdf/export-element.d.ts +1 -1
  557. package/pdf/grid-query.d.ts +1 -1
  558. package/pdf/pdf-command.directive.d.ts +1 -1
  559. package/pdf/pdf-export-event.d.ts +1 -1
  560. package/pdf/pdf-margin.component.d.ts +1 -1
  561. package/pdf/pdf-margin.interface.d.ts +1 -1
  562. package/pdf/pdf-template.directive.d.ts +1 -1
  563. package/pdf/pdf.component.d.ts +1 -1
  564. package/pdf/pdf.module.d.ts +1 -1
  565. package/pdf/pdf.service.d.ts +1 -1
  566. package/progress-kendo-angular-grid.d.ts +1 -1
  567. package/rendering/body.module.d.ts +1 -1
  568. package/rendering/cell-loading.template.directive.d.ts +1 -1
  569. package/rendering/cell-template.directive.d.ts +1 -1
  570. package/rendering/cell.component.d.ts +1 -1
  571. package/rendering/common/cell-context.d.ts +1 -1
  572. package/rendering/common/col-group.component.d.ts +1 -1
  573. package/rendering/common/dom-queries.d.ts +1 -1
  574. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  575. package/rendering/common/loading.component.d.ts +1 -1
  576. package/rendering/common/row-args.d.ts +1 -1
  577. package/rendering/common/row-class.d.ts +1 -1
  578. package/rendering/common/spacer.component.d.ts +1 -1
  579. package/rendering/common/template-context.directive.d.ts +1 -1
  580. package/rendering/constants.d.ts +1 -1
  581. package/rendering/details/detail-collapse-event.d.ts +1 -1
  582. package/rendering/details/detail-expand-event.d.ts +1 -1
  583. package/rendering/details/detail-template.directive.d.ts +1 -1
  584. package/rendering/details/details.service.d.ts +1 -1
  585. package/rendering/details-expand.directive.d.ts +1 -1
  586. package/rendering/footer/footer-template.directive.d.ts +1 -1
  587. package/rendering/footer/footer.component.d.ts +1 -1
  588. package/rendering/footer/footer.module.d.ts +1 -1
  589. package/rendering/grid-table.directive.d.ts +1 -1
  590. package/rendering/groups-expand.directive.d.ts +1 -1
  591. package/rendering/header/header-template.directive.d.ts +1 -1
  592. package/rendering/header/header.component.d.ts +1 -1
  593. package/rendering/header/header.module.d.ts +1 -1
  594. package/rendering/list.component.d.ts +1 -1
  595. package/rendering/loading-template.directive.d.ts +1 -1
  596. package/rendering/no-records-template.directive.d.ts +1 -1
  597. package/rendering/table-body.component.d.ts +1 -1
  598. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  599. package/rendering/toolbar/toolbar-navigation.service.d.ts +1 -1
  600. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  601. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  602. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  603. package/row-reordering/row-reorder.service.d.ts +1 -1
  604. package/row-reordering/types.d.ts +1 -1
  605. package/row-reordering/utils.d.ts +1 -1
  606. package/schematics/ngAdd/index.js +3 -3
  607. package/scrolling/content-scroll-event.d.ts +1 -1
  608. package/scrolling/row-height.service.d.ts +1 -1
  609. package/scrolling/scroll-bottom-event.d.ts +1 -1
  610. package/scrolling/scroll-request.service.d.ts +1 -1
  611. package/scrolling/scroll-sync.service.d.ts +1 -1
  612. package/scrolling/scroller.service.d.ts +1 -1
  613. package/scrolling/scrollmode.d.ts +1 -1
  614. package/scrolling/suspend.service.d.ts +1 -1
  615. package/selection/cell-selection.service.d.ts +1 -1
  616. package/selection/marquee.directive.d.ts +5 -4
  617. package/selection/pair-set.d.ts +1 -1
  618. package/selection/selectall-checkbox.directive.d.ts +1 -1
  619. package/selection/selection-checkbox.directive.d.ts +1 -1
  620. package/selection/selection-default.d.ts +11 -5
  621. package/selection/selection.directive.d.ts +1 -1
  622. package/selection/selection.service.d.ts +1 -1
  623. package/selection/types.d.ts +7 -1
  624. package/shared.module.d.ts +1 -1
  625. package/utils.d.ts +9 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, EventEmitter, Output, HostBinding, ElementRef, Renderer2, HostListener, NgZone, Optional, Inject, ViewChild } from '@angular/core';
@@ -50,7 +50,6 @@ export class PagerComponent {
50
50
  this.total = 0;
51
51
  this.skip = 1;
52
52
  this.pageChange = new EventEmitter();
53
- this.pagerWrapClass = true;
54
53
  this.gridPagerClass = true;
55
54
  this.settings = normalize({});
56
55
  this.subscriptions = new Subscription();
@@ -276,7 +275,7 @@ export class PagerComponent {
276
275
  }
277
276
  }
278
277
  PagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PagerComponent, deps: [{ token: i1.PagerContextService }, { token: i2.NavigationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i3.ContextService }, { token: CELL_CONTEXT, optional: true }, { token: i4.FocusRoot }, { token: i5.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
279
- PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerComponent, selector: "kendo-pager", inputs: { total: "total", skip: "skip", pageSize: "pageSize", options: "options", size: "size", template: "template" }, outputs: { pageChange: "pageChange" }, host: { listeners: { "focusin": "onFocusIn($event)", "focusout": "onFocusOut()", "keydown.escape": "onEscape()", "keydown.enter": "onEnter($event)", "keydown.arrowleft": "navigateToPreviousPage($event)", "keydown.pageup": "navigateToPreviousPage($event)", "keydown.arrowright": "navigateToNextPage($event)", "keydown.pagedown": "navigateToNextPage($event)", "keydown.home": "navigateToFirstPage($event)", "keydown.end": "navigateToLastPage($event)" }, properties: { "class.k-pager-wrap": "this.pagerWrapClass", "class.k-grid-pager": "this.gridPagerClass", "class.k-pager-sm": "this.sizeSmallClass", "class.k-pager-md": "this.sizeMediumClass", "class.k-focus": "this.isFocused", "attr.aria-label": "this.pagerAriaLabel" } }, providers: [{
278
+ PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PagerComponent, selector: "kendo-pager", inputs: { total: "total", skip: "skip", pageSize: "pageSize", options: "options", size: "size", template: "template" }, outputs: { pageChange: "pageChange" }, host: { listeners: { "focusin": "onFocusIn($event)", "focusout": "onFocusOut()", "keydown.escape": "onEscape()", "keydown.enter": "onEnter($event)", "keydown.arrowleft": "navigateToPreviousPage($event)", "keydown.pageup": "navigateToPreviousPage($event)", "keydown.arrowright": "navigateToNextPage($event)", "keydown.pagedown": "navigateToNextPage($event)", "keydown.home": "navigateToFirstPage($event)", "keydown.end": "navigateToLastPage($event)" }, properties: { "class.k-grid-pager": "this.gridPagerClass", "class.k-pager-sm": "this.sizeSmallClass", "class.k-pager-md": "this.sizeMediumClass", "class.k-focus": "this.isFocused", "attr.aria-label": "this.pagerAriaLabel" } }, providers: [{
280
279
  provide: FOCUS_ROOT_ACTIVE,
281
280
  useValue: true
282
281
  }, {
@@ -412,9 +411,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
412
411
  type: Input
413
412
  }], pageChange: [{
414
413
  type: Output
415
- }], pagerWrapClass: [{
416
- type: HostBinding,
417
- args: ['class.k-pager-wrap']
418
414
  }], gridPagerClass: [{
419
415
  type: HostBinding,
420
416
  args: ['class.k-grid-pager']
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PagerInputDirective } from './pager-input.directive';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { matchesClasses, matchesNodeName, findElement } from '../rendering/common/dom-queries';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, HostListener, HostBinding, ElementRef, Renderer2 as Renderer, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from '../common/preventable-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, Optional, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, ContentChild, ContentChildren, ElementRef, NgZone, QueryList, Optional } from '@angular/core';
@@ -14,6 +14,7 @@ import { ColumnBase } from '../columns/column-base';
14
14
  import { PDFExportComponent } from '@progress/kendo-angular-pdf-export';
15
15
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
16
16
  import { ContextService } from '../common/provider.service';
17
+ import { GridConfigurationErrorMessages } from '../common/error-messages';
17
18
  import * as i0 from "@angular/core";
18
19
  import * as i1 from "./pdf.service";
19
20
  import * as i2 from "../scrolling/suspend.service";
@@ -61,13 +62,13 @@ export class PDFComponent extends PDFExportComponent {
61
62
  * @hidden
62
63
  */
63
64
  saveAs(_) {
64
- throw new Error('Not supported. Use GridComponent.saveAsPDF');
65
+ throw new Error(GridConfigurationErrorMessages.unsupportedMethod('saveAs', 'GridComponent.saveAsPDF'));
65
66
  }
66
67
  /**
67
68
  * @hidden
68
69
  */
69
70
  export() {
70
- throw new Error('Not supported. Use GridComponent.drawPDF');
71
+ throw new Error(GridConfigurationErrorMessages.unsupportedMethod('export', 'GridComponent.drawPDF'));
71
72
  }
72
73
  savePDF(component) {
73
74
  this.createPDF(component, this.draw);
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
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';
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EventEmitter, Injectable, isDevMode } from '@angular/core';
6
+ import { GridConfigurationErrorMessages } from '../common/error-messages';
6
7
  import * as i0 from "@angular/core";
7
8
  /**
8
9
  * @hidden
@@ -26,7 +27,7 @@ export class PDFService {
26
27
  emitEvent(emitter, args) {
27
28
  if (emitter.observers.length === 0) {
28
29
  if (isDevMode()) {
29
- throw new Error('Creating PDF requires including the PDFModule and adding the <kendo-grid-pdf> component.');
30
+ throw new Error(GridConfigurationErrorMessages.requiredModule('PDF', 'PDFModule', '<kendo-grid-pdf>'));
30
31
  }
31
32
  }
32
33
  else {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, TemplateRef, Optional } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, TemplateRef, Optional } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, HostBinding, Input, Inject, Optional, TemplateRef } from '@angular/core';
@@ -170,11 +170,13 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
170
170
  </ng-container>
171
171
  <ng-container *ngIf="isBoundColumn">{{ dataItem | valueOf: column.field: column.format}}</ng-container>
172
172
  <ng-container *ngIf="isCheckboxColumn && !isNew">
173
- <input
174
- class="k-checkbox k-checkbox-md k-rounded-md"
175
- [kendoGridSelectionCheckbox]="rowIndex"
176
- [attr.id]="selectionCheckboxId"
177
- [attr.aria-label]="selectionCheckboxLabel" />
173
+ <span class="k-checkbox-wrap">
174
+ <input
175
+ class="k-checkbox k-checkbox-md k-rounded-md"
176
+ [kendoGridSelectionCheckbox]="rowIndex"
177
+ [attr.id]="selectionCheckboxId"
178
+ [attr.aria-label]="selectionCheckboxLabel" />
179
+ </span>
178
180
  </ng-container>
179
181
  <ng-container *ngIf="isRowReorderColumn && !isNew">
180
182
  <kendo-icon-wrapper
@@ -213,13 +215,15 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
213
215
  kendoGridFocusable
214
216
  ></kendo-datepicker>
215
217
 
216
- <input
217
- *ngSwitchCase="'boolean'"
218
- type="checkbox"
219
- class="k-checkbox k-checkbox-md k-rounded-md"
220
- [formControl]="$any(formGroup.get(column.field))"
221
- kendoGridFocusable
222
- />
218
+ <span class="k-checkbox-wrap">
219
+ <input
220
+ *ngSwitchCase="'boolean'"
221
+ type="checkbox"
222
+ class="k-checkbox k-checkbox-md k-rounded-md"
223
+ [formControl]="$any(formGroup.get(column.field))"
224
+ kendoGridFocusable
225
+ />
226
+ </span>
223
227
 
224
228
  <input
225
229
  *ngSwitchDefault
@@ -231,7 +235,7 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
231
235
  </ng-container>
232
236
  </ng-container>
233
237
  </ng-container>
234
- `, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i5.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"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i6.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "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"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { type: i9.SelectionCheckboxDirective, selector: "[kendoGridSelectionCheckbox]", inputs: ["kendoGridSelectionCheckbox"] }, { type: i10.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i10.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i10.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i7.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i10.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }], pipes: { "valueOf": i11.FieldAccessorPipe } });
238
+ `, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i5.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"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i6.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "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"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i7.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i7.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i8.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { type: i9.SelectionCheckboxDirective, selector: "[kendoGridSelectionCheckbox]", inputs: ["kendoGridSelectionCheckbox"] }, { type: i10.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i10.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i10.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i7.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { type: i10.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }], pipes: { "valueOf": i11.FieldAccessorPipe } });
235
239
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CellComponent, decorators: [{
236
240
  type: Component,
237
241
  args: [{
@@ -251,11 +255,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
251
255
  </ng-container>
252
256
  <ng-container *ngIf="isBoundColumn">{{ dataItem | valueOf: column.field: column.format}}</ng-container>
253
257
  <ng-container *ngIf="isCheckboxColumn && !isNew">
254
- <input
255
- class="k-checkbox k-checkbox-md k-rounded-md"
256
- [kendoGridSelectionCheckbox]="rowIndex"
257
- [attr.id]="selectionCheckboxId"
258
- [attr.aria-label]="selectionCheckboxLabel" />
258
+ <span class="k-checkbox-wrap">
259
+ <input
260
+ class="k-checkbox k-checkbox-md k-rounded-md"
261
+ [kendoGridSelectionCheckbox]="rowIndex"
262
+ [attr.id]="selectionCheckboxId"
263
+ [attr.aria-label]="selectionCheckboxLabel" />
264
+ </span>
259
265
  </ng-container>
260
266
  <ng-container *ngIf="isRowReorderColumn && !isNew">
261
267
  <kendo-icon-wrapper
@@ -294,13 +300,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
294
300
  kendoGridFocusable
295
301
  ></kendo-datepicker>
296
302
 
297
- <input
298
- *ngSwitchCase="'boolean'"
299
- type="checkbox"
300
- class="k-checkbox k-checkbox-md k-rounded-md"
301
- [formControl]="$any(formGroup.get(column.field))"
302
- kendoGridFocusable
303
- />
303
+ <span class="k-checkbox-wrap">
304
+ <input
305
+ *ngSwitchCase="'boolean'"
306
+ type="checkbox"
307
+ class="k-checkbox k-checkbox-md k-rounded-md"
308
+ [formControl]="$any(formGroup.get(column.field))"
309
+ kendoGridFocusable
310
+ />
311
+ </span>
304
312
 
305
313
  <input
306
314
  *ngSwitchDefault
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { InjectionToken } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { isDocumentAvailable } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Pipe } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, ViewContainerRef, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from '../../common/preventable-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PreventableEvent } from '../../common/preventable-event';
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, TemplateRef, Optional, Input } from '@angular/core';
6
+ import { GridConfigurationErrorMessages } from '../../common/error-messages';
6
7
  import * as i0 from "@angular/core";
7
8
  /**
8
9
  * Represents the detail template of the Grid ([more information and examples]({% slug detailrowtemplate_grid %})).
@@ -32,7 +33,7 @@ export class DetailTemplateDirective {
32
33
  */
33
34
  set showIf(fn) {
34
35
  if (typeof fn !== 'function') {
35
- throw new Error(`showIf must be a function, but received ${JSON.stringify(fn)}.`);
36
+ throw new Error(GridConfigurationErrorMessages.functionType('showIf', fn));
36
37
  }
37
38
  this._condition = fn;
38
39
  }
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, EventEmitter, Input, Output } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, TemplateRef, Optional } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ColumnInfoService } from './../../common/column-info.service';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, ElementRef, HostBinding, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, EventEmitter, Input, Output } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, TemplateRef, Optional } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ColumnInfoService } from './../../common/column-info.service';
@@ -590,12 +590,14 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
590
590
  </ng-container>
591
591
 
592
592
  <ng-container *ngIf="isCheckboxColumn(column) && !column.headerTemplateRef && $any(column).showSelectAll">
593
- <input
594
- class="k-checkbox k-checkbox-md k-rounded-md"
595
- [attr.id]="selectAllCheckboxId()"
596
- [attr.aria-label]="selectAllCheckboxLabel"
597
- kendoGridSelectAllCheckbox
598
- kendoGridFocusable>
593
+ <span class="k-checkbox-wrap">
594
+ <input
595
+ class="k-checkbox k-checkbox-md k-rounded-md"
596
+ [attr.id]="selectAllCheckboxId()"
597
+ [attr.aria-label]="selectAllCheckboxLabel"
598
+ kendoGridSelectAllCheckbox
599
+ kendoGridFocusable>
600
+ </span>
599
601
  </ng-container>
600
602
  <span kendoGridColumnHandle
601
603
  kendoDraggable
@@ -814,12 +816,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
814
816
  </ng-container>
815
817
 
816
818
  <ng-container *ngIf="isCheckboxColumn(column) && !column.headerTemplateRef && $any(column).showSelectAll">
817
- <input
818
- class="k-checkbox k-checkbox-md k-rounded-md"
819
- [attr.id]="selectAllCheckboxId()"
820
- [attr.aria-label]="selectAllCheckboxLabel"
821
- kendoGridSelectAllCheckbox
822
- kendoGridFocusable>
819
+ <span class="k-checkbox-wrap">
820
+ <input
821
+ class="k-checkbox k-checkbox-md k-rounded-md"
822
+ [attr.id]="selectAllCheckboxId()"
823
+ [attr.aria-label]="selectAllCheckboxLabel"
824
+ kendoGridSelectAllCheckbox
825
+ kendoGridFocusable>
826
+ </span>
823
827
  </ng-container>
824
828
  <span kendoGridColumnHandle
825
829
  kendoDraggable
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, Output, EventEmitter, HostBinding, ViewChild, ElementRef, Inject, InjectionToken, QueryList, NgZone, Renderer2, ViewChildren, ChangeDetectorRef, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Directive, TemplateRef, Optional } from '@angular/core';