@progress/kendo-angular-grid 22.1.0-develop.9 → 23.0.0-develop.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/README.md +2 -2
  2. package/adaptiveness/adaptive-renderer.component.d.ts +1 -0
  3. package/aggregates/aggregate-types.d.ts +1 -1
  4. package/aggregates/status-bar-template.directive.d.ts +1 -1
  5. package/column-menu/column-chooser.component.d.ts +3 -3
  6. package/column-menu/column-menu-autosize-all.component.d.ts +4 -4
  7. package/column-menu/column-menu-autosize.component.d.ts +3 -3
  8. package/column-menu/column-menu-chooser.component.d.ts +4 -4
  9. package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
  10. package/column-menu/column-menu-filter.component.d.ts +3 -3
  11. package/column-menu/column-menu-item-base.d.ts +1 -1
  12. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu-item.component.d.ts +2 -2
  14. package/column-menu/column-menu-item.directive.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +3 -3
  16. package/column-menu/column-menu-position.component.d.ts +2 -2
  17. package/column-menu/column-menu-settings.interface.d.ts +4 -4
  18. package/column-menu/column-menu-sort.component.d.ts +1 -1
  19. package/column-menu/column-menu-stick.component.d.ts +4 -4
  20. package/column-menu/column-menu-template.directive.d.ts +1 -1
  21. package/column-menu/column-menu.component.d.ts +3 -3
  22. package/column-menu/column-menu.service.d.ts +1 -1
  23. package/column-resizing/column-resize.interface.d.ts +1 -1
  24. package/columns/checkbox-column.component.d.ts +1 -1
  25. package/columns/column-base.d.ts +24 -17
  26. package/columns/column-group.component.d.ts +1 -1
  27. package/columns/column.component.d.ts +6 -6
  28. package/columns/command-column.component.d.ts +1 -1
  29. package/columns/reorder-column.component.d.ts +1 -1
  30. package/columns/sort-settings.d.ts +6 -6
  31. package/columns/span-column.component.d.ts +5 -5
  32. package/common/cell-click-event-args.interface.d.ts +1 -1
  33. package/common/clipboard-types.d.ts +1 -1
  34. package/common/clipboard.directive.d.ts +1 -1
  35. package/common/column-info.service.d.ts +1 -1
  36. package/common/fetch-data-callback.d.ts +1 -1
  37. package/common/pager-settings.d.ts +2 -2
  38. package/common/provider.service.d.ts +2 -0
  39. package/common/single-popup.service.d.ts +1 -1
  40. package/common/size-options.d.ts +1 -1
  41. package/csv/csv-command-tool.directive.d.ts +38 -0
  42. package/csv/csv-command.directive.d.ts +38 -0
  43. package/csv/csv-export-event.d.ts +15 -0
  44. package/csv/csv.component.d.ts +131 -0
  45. package/csv/csv.module.d.ts +32 -0
  46. package/csv/csv.service.d.ts +16 -0
  47. package/data/change-event-args.interface.d.ts +2 -2
  48. package/data/data.collection.d.ts +1 -1
  49. package/data/grid-item.interface.d.ts +4 -4
  50. package/databinding.directive.d.ts +13 -4
  51. package/directives.d.ts +15 -3
  52. package/dragdrop/column-reorder-config.d.ts +1 -1
  53. package/editing/add-command-tool.directive.d.ts +1 -1
  54. package/editing/add-command.directive.d.ts +3 -3
  55. package/editing/add-event-args.interface.d.ts +1 -1
  56. package/editing/cancel-command-tool.directive.d.ts +1 -1
  57. package/editing/cancel-command.directive.d.ts +3 -3
  58. package/editing/cancel-event-args.interface.d.ts +2 -2
  59. package/editing/cell-close-event.d.ts +1 -1
  60. package/editing/edit-command-tool.directive.d.ts +1 -1
  61. package/editing/edit-command.directive.d.ts +3 -3
  62. package/editing/edit-event-args.interface.d.ts +1 -1
  63. package/editing/edit-row-options.interface.d.ts +1 -1
  64. package/editing/edit-template.directive.d.ts +1 -1
  65. package/editing/form/models.d.ts +1 -1
  66. package/editing/remove-command-tool.directive.d.ts +1 -1
  67. package/editing/remove-command.directive.d.ts +3 -3
  68. package/editing/remove-event-args.interface.d.ts +1 -1
  69. package/editing/save-command-tool.directive.d.ts +1 -1
  70. package/editing/save-command.directive.d.ts +3 -3
  71. package/editing/save-event-args.interface.d.ts +1 -1
  72. package/editing-directives/edit-service.interface.d.ts +1 -1
  73. package/editing-directives/external-editing.directive.d.ts +1 -1
  74. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  75. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  76. package/editing-directives/template-editing.directive.d.ts +1 -1
  77. package/excel/excel-command-tool.directive.d.ts +1 -1
  78. package/excel/excel-command.directive.d.ts +2 -2
  79. package/excel/excel.component.d.ts +5 -5
  80. package/fesm2022/progress-kendo-angular-grid.mjs +3304 -435
  81. package/filtering/base-filter-cell.component.d.ts +1 -1
  82. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  83. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  84. package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
  85. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  86. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  87. package/filtering/date-filter.component.d.ts +2 -2
  88. package/filtering/filter-row.component.d.ts +1 -1
  89. package/filtering/filter.service.d.ts +1 -1
  90. package/filtering/filterable.d.ts +2 -2
  91. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  92. package/filtering/menu/filter-menu-container.component.d.ts +5 -1
  93. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  94. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  95. package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
  96. package/filtering/operators/after-filter-operator.component.d.ts +2 -2
  97. package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
  98. package/filtering/operators/before-filter-operator.component.d.ts +2 -2
  99. package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
  100. package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
  101. package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
  102. package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
  103. package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
  104. package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
  105. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
  106. package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
  107. package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
  108. package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
  109. package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
  110. package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
  111. package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
  112. package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
  113. package/grid.component.d.ts +80 -62
  114. package/grid.module.d.ts +100 -97
  115. package/grouping/group-header-column-template.directive.d.ts +1 -1
  116. package/grouping/group-header-template.directive.d.ts +1 -1
  117. package/grouping/group-key.interface.d.ts +3 -3
  118. package/grouping/group-rows-args.interface.d.ts +1 -1
  119. package/highlight/highlight.directive.d.ts +8 -2
  120. package/index.d.ts +10 -0
  121. package/localization/custom-messages.component.d.ts +1 -1
  122. package/localization/messages.d.ts +70 -10
  123. package/navigation/focusable.directive.d.ts +1 -1
  124. package/navigation/navigable-settings.d.ts +3 -3
  125. package/navigation/toolbar-tool-name.d.ts +1 -0
  126. package/package-metadata.mjs +2 -2
  127. package/package.json +28 -27
  128. package/pdf/pdf-command-tool.directive.d.ts +1 -1
  129. package/pdf/pdf-command.directive.d.ts +2 -2
  130. package/pdf/pdf.component.d.ts +2 -2
  131. package/rendering/cell-loading.template.directive.d.ts +1 -1
  132. package/rendering/cell-template.directive.d.ts +1 -1
  133. package/rendering/common/row-class.d.ts +4 -4
  134. package/rendering/common/spacer.component.d.ts +1 -1
  135. package/rendering/details/detail-template.directive.d.ts +4 -4
  136. package/rendering/details-expand.directive.d.ts +2 -2
  137. package/rendering/footer/footer-template.directive.d.ts +4 -4
  138. package/rendering/groups-expand.directive.d.ts +2 -2
  139. package/rendering/header/header-template.directive.d.ts +2 -2
  140. package/rendering/loading-template.directive.d.ts +1 -1
  141. package/rendering/no-records-template.directive.d.ts +1 -1
  142. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  143. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  144. package/rendering/toolbar/tools/ai-assistant/ai-assistant.component.d.ts +2 -3
  145. package/rendering/toolbar/tools/smartbox/models.d.ts +71 -0
  146. package/rendering/toolbar/tools/smartbox/search.service.d.ts +24 -0
  147. package/rendering/toolbar/tools/smartbox/segmented-control/models.d.ts +36 -0
  148. package/rendering/toolbar/tools/smartbox/segmented-control/segmented-control.component.d.ts +45 -0
  149. package/rendering/toolbar/tools/smartbox/smartbox-component/common.d.ts +38 -0
  150. package/rendering/toolbar/tools/smartbox/smartbox-component/models.d.ts +177 -0
  151. package/rendering/toolbar/tools/smartbox/smartbox-component/smartbox.component.d.ts +154 -0
  152. package/rendering/toolbar/tools/smartbox/smartbox-history-item.template.d.ts +29 -0
  153. package/rendering/toolbar/tools/smartbox/smartbox-suggestion.template.d.ts +29 -0
  154. package/rendering/toolbar/tools/smartbox/smartbox-tool.component.d.ts +120 -0
  155. package/row-reordering/types.d.ts +2 -2
  156. package/schematics/ngAdd/index.js +7 -7
  157. package/scrolling/content-scroll-event.d.ts +1 -1
  158. package/scrolling/scroll-request.service.d.ts +2 -2
  159. package/scrolling/scrollmode.d.ts +1 -1
  160. package/selection/selectall-checkbox.directive.d.ts +2 -2
  161. package/selection/selection-checkbox.directive.d.ts +1 -1
  162. package/selection/selection-default.d.ts +1 -1
  163. package/selection/selection.directive.d.ts +1 -1
  164. package/selection/types.d.ts +7 -7
  165. package/state-management/redo-command-tool.d.ts +1 -1
  166. package/state-management/undo-command-tool.d.ts +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.