@itwin/components-react 3.6.0-dev.8 → 4.0.0-dev.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 (383) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/LICENSE.md +1 -1
  3. package/lib/cjs/components-react/breadcrumb/Breadcrumb.d.ts +5 -5
  4. package/lib/cjs/components-react/breadcrumb/Breadcrumb.js +3 -3
  5. package/lib/cjs/components-react/breadcrumb/Breadcrumb.js.map +1 -1
  6. package/lib/cjs/components-react/breadcrumb/BreadcrumbDetails.d.ts +2 -2
  7. package/lib/cjs/components-react/breadcrumb/BreadcrumbDetails.js +1 -1
  8. package/lib/cjs/components-react/breadcrumb/BreadcrumbDetails.js.map +1 -1
  9. package/lib/cjs/components-react/breadcrumb/BreadcrumbPath.d.ts +3 -3
  10. package/lib/cjs/components-react/breadcrumb/BreadcrumbPath.js +2 -2
  11. package/lib/cjs/components-react/breadcrumb/BreadcrumbPath.js.map +1 -1
  12. package/lib/cjs/components-react/breadcrumb/BreadcrumbTreeUtils.d.ts +1 -1
  13. package/lib/cjs/components-react/breadcrumb/BreadcrumbTreeUtils.js +1 -1
  14. package/lib/cjs/components-react/breadcrumb/BreadcrumbTreeUtils.js.map +1 -1
  15. package/lib/cjs/components-react/common/UseDebouncedAsyncValue.d.ts +4 -1
  16. package/lib/cjs/components-react/common/UseDebouncedAsyncValue.d.ts.map +1 -1
  17. package/lib/cjs/components-react/common/UseDebouncedAsyncValue.js +4 -1
  18. package/lib/cjs/components-react/common/UseDebouncedAsyncValue.js.map +1 -1
  19. package/lib/cjs/components-react/common/showhide/ShowHideDialog.d.ts +2 -2
  20. package/lib/cjs/components-react/common/showhide/ShowHideDialog.js +1 -1
  21. package/lib/cjs/components-react/common/showhide/ShowHideDialog.js.map +1 -1
  22. package/lib/cjs/components-react/common/showhide/ShowHideItem.d.ts +2 -2
  23. package/lib/cjs/components-react/common/showhide/ShowHideItem.js.map +1 -1
  24. package/lib/cjs/components-react/common/showhide/ShowHideMenu.d.ts +2 -2
  25. package/lib/cjs/components-react/common/showhide/ShowHideMenu.js +1 -1
  26. package/lib/cjs/components-react/common/showhide/ShowHideMenu.js.map +1 -1
  27. package/lib/cjs/components-react/converters/TypeConverterManager.d.ts.map +1 -1
  28. package/lib/cjs/components-react/converters/TypeConverterManager.js +3 -4
  29. package/lib/cjs/components-react/converters/TypeConverterManager.js.map +1 -1
  30. package/lib/cjs/components-react/editors/ThemedEnumEditor.d.ts +3 -3
  31. package/lib/cjs/components-react/editors/ThemedEnumEditor.js +2 -2
  32. package/lib/cjs/components-react/editors/ThemedEnumEditor.js.map +1 -1
  33. package/lib/cjs/components-react/filter-builder/FilterBuilder.d.ts +22 -24
  34. package/lib/cjs/components-react/filter-builder/FilterBuilder.d.ts.map +1 -1
  35. package/lib/cjs/components-react/filter-builder/FilterBuilder.js +24 -83
  36. package/lib/cjs/components-react/filter-builder/FilterBuilder.js.map +1 -1
  37. package/lib/cjs/components-react/filter-builder/FilterBuilderContext.d.ts +80 -0
  38. package/lib/cjs/components-react/filter-builder/FilterBuilderContext.d.ts.map +1 -0
  39. package/lib/cjs/components-react/filter-builder/FilterBuilderContext.js +83 -0
  40. package/lib/cjs/components-react/filter-builder/FilterBuilderContext.js.map +1 -0
  41. package/lib/cjs/components-react/filter-builder/FilterBuilderRule.d.ts +14 -3
  42. package/lib/cjs/components-react/filter-builder/FilterBuilderRule.d.ts.map +1 -1
  43. package/lib/cjs/components-react/filter-builder/FilterBuilderRule.js +22 -12
  44. package/lib/cjs/components-react/filter-builder/FilterBuilderRule.js.map +1 -1
  45. package/lib/cjs/components-react/filter-builder/FilterBuilderRule.scss +4 -0
  46. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleGroup.d.ts +25 -16
  47. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleGroup.d.ts.map +1 -1
  48. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleGroup.js +22 -14
  49. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleGroup.js.map +1 -1
  50. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleOperator.d.ts +14 -2
  51. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleOperator.d.ts.map +1 -1
  52. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleOperator.js +11 -5
  53. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleOperator.js.map +1 -1
  54. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleProperty.d.ts +16 -2
  55. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleProperty.d.ts.map +1 -1
  56. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleProperty.js +11 -5
  57. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleProperty.js.map +1 -1
  58. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleValue.d.ts +14 -2
  59. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleValue.d.ts.map +1 -1
  60. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleValue.js +11 -5
  61. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleValue.js.map +1 -1
  62. package/lib/cjs/components-react/filter-builder/FilterBuilderState.d.ts +52 -8
  63. package/lib/cjs/components-react/filter-builder/FilterBuilderState.d.ts.map +1 -1
  64. package/lib/cjs/components-react/filter-builder/FilterBuilderState.js +102 -12
  65. package/lib/cjs/components-react/filter-builder/FilterBuilderState.js.map +1 -1
  66. package/lib/cjs/components-react/filter-builder/Operators.d.ts +23 -5
  67. package/lib/cjs/components-react/filter-builder/Operators.d.ts.map +1 -1
  68. package/lib/cjs/components-react/filter-builder/Operators.js +25 -7
  69. package/lib/cjs/components-react/filter-builder/Operators.js.map +1 -1
  70. package/lib/cjs/components-react/filter-builder/Types.d.ts +24 -4
  71. package/lib/cjs/components-react/filter-builder/Types.d.ts.map +1 -1
  72. package/lib/cjs/components-react/filter-builder/Types.js +11 -1
  73. package/lib/cjs/components-react/filter-builder/Types.js.map +1 -1
  74. package/lib/cjs/components-react/filtering/FilteringInput.js +1 -1
  75. package/lib/cjs/components-react/filtering/FilteringInput.js.map +1 -1
  76. package/lib/cjs/components-react/iconpicker/IconPickerButton.d.ts +2 -2
  77. package/lib/cjs/components-react/iconpicker/IconPickerButton.js +2 -2
  78. package/lib/cjs/components-react/iconpicker/IconPickerButton.js.map +1 -1
  79. package/lib/cjs/components-react/properties/LinkHandler.d.ts +2 -2
  80. package/lib/cjs/components-react/properties/LinkHandler.js +1 -1
  81. package/lib/cjs/components-react/properties/LinkHandler.js.map +1 -1
  82. package/lib/cjs/components-react/propertygrid/PropertyCategoryRendererManager.d.ts +3 -3
  83. package/lib/cjs/components-react/propertygrid/PropertyCategoryRendererManager.js +1 -1
  84. package/lib/cjs/components-react/propertygrid/PropertyCategoryRendererManager.js.map +1 -1
  85. package/lib/cjs/components-react/propertygrid/PropertyDataProvider.d.ts +2 -2
  86. package/lib/cjs/components-react/propertygrid/PropertyDataProvider.js.map +1 -1
  87. package/lib/cjs/components-react/propertygrid/component/PropertyGrid.d.ts +3 -1
  88. package/lib/cjs/components-react/propertygrid/component/PropertyGrid.d.ts.map +1 -1
  89. package/lib/cjs/components-react/propertygrid/component/PropertyGrid.js +1 -0
  90. package/lib/cjs/components-react/propertygrid/component/PropertyGrid.js.map +1 -1
  91. package/lib/cjs/components-react/propertygrid/component/PropertyGridCommons.d.ts +5 -10
  92. package/lib/cjs/components-react/propertygrid/component/PropertyGridCommons.d.ts.map +1 -1
  93. package/lib/cjs/components-react/propertygrid/component/PropertyGridCommons.js.map +1 -1
  94. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.d.ts +3 -3
  95. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.js +1 -1
  96. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.js.map +1 -1
  97. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +11 -0
  98. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.d.ts +2 -2
  99. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.js +1 -1
  100. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.js.map +1 -1
  101. package/lib/cjs/components-react/propertygrid/internal/PropertyGridEventHandler.d.ts +2 -2
  102. package/lib/cjs/components-react/propertygrid/internal/PropertyGridEventHandler.js +1 -1
  103. package/lib/cjs/components-react/propertygrid/internal/PropertyGridEventHandler.js.map +1 -1
  104. package/lib/cjs/components-react/propertygrid/internal/PropertyGridHooks.d.ts +3 -3
  105. package/lib/cjs/components-react/propertygrid/internal/PropertyGridHooks.js +3 -3
  106. package/lib/cjs/components-react/propertygrid/internal/PropertyGridHooks.js.map +1 -1
  107. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModel.d.ts +3 -3
  108. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModel.js +1 -1
  109. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModel.js.map +1 -1
  110. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelChangeEvent.d.ts +2 -2
  111. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelChangeEvent.js +1 -1
  112. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelChangeEvent.js.map +1 -1
  113. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelSource.d.ts +2 -2
  114. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelSource.d.ts.map +1 -1
  115. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelSource.js +1 -1
  116. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelSource.js.map +1 -1
  117. package/lib/cjs/components-react/propertygrid/internal/flat-items/FlatGridItem.d.ts +6 -6
  118. package/lib/cjs/components-react/propertygrid/internal/flat-items/FlatGridItem.d.ts.map +1 -1
  119. package/lib/cjs/components-react/propertygrid/internal/flat-items/FlatGridItem.js.map +1 -1
  120. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.d.ts +1 -1
  121. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.js +1 -1
  122. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.js.map +1 -1
  123. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.d.ts +1 -1
  124. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.js +1 -1
  125. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.js.map +1 -1
  126. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.d.ts +1 -1
  127. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.js +1 -1
  128. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.js.map +1 -1
  129. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.d.ts +10 -10
  130. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.js +3 -3
  131. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.js.map +1 -1
  132. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridCategory.d.ts +2 -2
  133. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridCategory.js +1 -1
  134. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridCategory.js.map +1 -1
  135. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.d.ts +2 -2
  136. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.js +1 -1
  137. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.js.map +1 -1
  138. package/lib/cjs/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.d.ts +3 -6
  139. package/lib/cjs/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.d.ts.map +1 -1
  140. package/lib/cjs/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.js.map +1 -1
  141. package/lib/cjs/components-react/table/SimpleTableDataProvider.d.ts +1 -1
  142. package/lib/cjs/components-react/table/SimpleTableDataProvider.js +1 -1
  143. package/lib/cjs/components-react/table/SimpleTableDataProvider.js.map +1 -1
  144. package/lib/cjs/components-react/table/TableDataProvider.d.ts +8 -8
  145. package/lib/cjs/components-react/table/TableDataProvider.js +2 -2
  146. package/lib/cjs/components-react/table/TableDataProvider.js.map +1 -1
  147. package/lib/cjs/components-react/table/columnfiltering/ColumnFiltering.d.ts +16 -16
  148. package/lib/cjs/components-react/table/columnfiltering/ColumnFiltering.js +6 -6
  149. package/lib/cjs/components-react/table/columnfiltering/ColumnFiltering.js.map +1 -1
  150. package/lib/cjs/components-react/table/component/ColumnDragLayer.d.ts +1 -1
  151. package/lib/cjs/components-react/table/component/ColumnDragLayer.js +1 -1
  152. package/lib/cjs/components-react/table/component/ColumnDragLayer.js.map +1 -1
  153. package/lib/cjs/components-react/table/component/Table.d.ts +9 -9
  154. package/lib/cjs/components-react/table/component/Table.d.ts.map +1 -1
  155. package/lib/cjs/components-react/table/component/Table.js +2 -2
  156. package/lib/cjs/components-react/table/component/Table.js.map +1 -1
  157. package/lib/cjs/components-react/table/component/TableCell.d.ts +6 -6
  158. package/lib/cjs/components-react/table/component/TableCell.js +3 -3
  159. package/lib/cjs/components-react/table/component/TableCell.js.map +1 -1
  160. package/lib/cjs/components-react/table/component/TableColumn.d.ts +1 -1
  161. package/lib/cjs/components-react/table/component/TableColumn.js.map +1 -1
  162. package/lib/cjs/components-react/table/component/dragdrop/BeDragDropContext.d.ts +1 -1
  163. package/lib/cjs/components-react/table/component/dragdrop/BeDragDropContext.js +1 -1
  164. package/lib/cjs/components-react/table/component/dragdrop/BeDragDropContext.js.map +1 -1
  165. package/lib/cjs/components-react/table/component/dragdrop/DragDropDef.d.ts +8 -8
  166. package/lib/cjs/components-react/table/component/dragdrop/DragDropDef.js +2 -2
  167. package/lib/cjs/components-react/table/component/dragdrop/DragDropDef.js.map +1 -1
  168. package/lib/cjs/components-react/table/component/dragdrop/withDragSource.d.ts +2 -2
  169. package/lib/cjs/components-react/table/component/dragdrop/withDragSource.js +1 -1
  170. package/lib/cjs/components-react/table/component/dragdrop/withDragSource.js.map +1 -1
  171. package/lib/cjs/components-react/table/component/dragdrop/withDropTarget.d.ts +2 -2
  172. package/lib/cjs/components-react/table/component/dragdrop/withDropTarget.js +1 -1
  173. package/lib/cjs/components-react/table/component/dragdrop/withDropTarget.js.map +1 -1
  174. package/lib/cjs/components-react/toolbar/Toolbar.d.ts +1 -1
  175. package/lib/cjs/components-react/toolbar/Toolbar.d.ts.map +1 -1
  176. package/lib/cjs/components-react/toolbar/Toolbar.js.map +1 -1
  177. package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.d.ts +2 -2
  178. package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -1
  179. package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.js.map +1 -1
  180. package/lib/cjs/components-react/tree/TreeDataProvider.d.ts +2 -2
  181. package/lib/cjs/components-react/tree/TreeDataProvider.d.ts.map +1 -1
  182. package/lib/cjs/components-react/tree/TreeDataProvider.js.map +1 -1
  183. package/lib/cjs/components-react/tree/controlled/component/ControlledTree.d.ts +1 -4
  184. package/lib/cjs/components-react/tree/controlled/component/ControlledTree.d.ts.map +1 -1
  185. package/lib/cjs/components-react/tree/controlled/component/ControlledTree.js.map +1 -1
  186. package/lib/cjs/components-react/tree/controlled/component/TreeRenderer.d.ts +2 -5
  187. package/lib/cjs/components-react/tree/controlled/component/TreeRenderer.d.ts.map +1 -1
  188. package/lib/cjs/components-react/tree/controlled/component/TreeRenderer.js.map +1 -1
  189. package/lib/cjs/components-react.d.ts +4 -6
  190. package/lib/cjs/components-react.d.ts.map +1 -1
  191. package/lib/cjs/components-react.js +4 -6
  192. package/lib/cjs/components-react.js.map +1 -1
  193. package/lib/esm/components-react/breadcrumb/Breadcrumb.d.ts +5 -5
  194. package/lib/esm/components-react/breadcrumb/Breadcrumb.js +3 -3
  195. package/lib/esm/components-react/breadcrumb/Breadcrumb.js.map +1 -1
  196. package/lib/esm/components-react/breadcrumb/BreadcrumbDetails.d.ts +2 -2
  197. package/lib/esm/components-react/breadcrumb/BreadcrumbDetails.js +1 -1
  198. package/lib/esm/components-react/breadcrumb/BreadcrumbDetails.js.map +1 -1
  199. package/lib/esm/components-react/breadcrumb/BreadcrumbPath.d.ts +3 -3
  200. package/lib/esm/components-react/breadcrumb/BreadcrumbPath.js +2 -2
  201. package/lib/esm/components-react/breadcrumb/BreadcrumbPath.js.map +1 -1
  202. package/lib/esm/components-react/breadcrumb/BreadcrumbTreeUtils.d.ts +1 -1
  203. package/lib/esm/components-react/breadcrumb/BreadcrumbTreeUtils.js +1 -1
  204. package/lib/esm/components-react/breadcrumb/BreadcrumbTreeUtils.js.map +1 -1
  205. package/lib/esm/components-react/common/UseDebouncedAsyncValue.d.ts +4 -1
  206. package/lib/esm/components-react/common/UseDebouncedAsyncValue.d.ts.map +1 -1
  207. package/lib/esm/components-react/common/UseDebouncedAsyncValue.js +4 -1
  208. package/lib/esm/components-react/common/UseDebouncedAsyncValue.js.map +1 -1
  209. package/lib/esm/components-react/common/showhide/ShowHideDialog.d.ts +2 -2
  210. package/lib/esm/components-react/common/showhide/ShowHideDialog.js +1 -1
  211. package/lib/esm/components-react/common/showhide/ShowHideDialog.js.map +1 -1
  212. package/lib/esm/components-react/common/showhide/ShowHideItem.d.ts +2 -2
  213. package/lib/esm/components-react/common/showhide/ShowHideItem.js.map +1 -1
  214. package/lib/esm/components-react/common/showhide/ShowHideMenu.d.ts +2 -2
  215. package/lib/esm/components-react/common/showhide/ShowHideMenu.js +1 -1
  216. package/lib/esm/components-react/common/showhide/ShowHideMenu.js.map +1 -1
  217. package/lib/esm/components-react/converters/TypeConverterManager.d.ts.map +1 -1
  218. package/lib/esm/components-react/converters/TypeConverterManager.js +3 -4
  219. package/lib/esm/components-react/converters/TypeConverterManager.js.map +1 -1
  220. package/lib/esm/components-react/editors/ThemedEnumEditor.d.ts +3 -3
  221. package/lib/esm/components-react/editors/ThemedEnumEditor.js +2 -2
  222. package/lib/esm/components-react/editors/ThemedEnumEditor.js.map +1 -1
  223. package/lib/esm/components-react/filter-builder/FilterBuilder.d.ts +22 -24
  224. package/lib/esm/components-react/filter-builder/FilterBuilder.d.ts.map +1 -1
  225. package/lib/esm/components-react/filter-builder/FilterBuilder.js +17 -75
  226. package/lib/esm/components-react/filter-builder/FilterBuilder.js.map +1 -1
  227. package/lib/esm/components-react/filter-builder/FilterBuilderContext.d.ts +80 -0
  228. package/lib/esm/components-react/filter-builder/FilterBuilderContext.d.ts.map +1 -0
  229. package/lib/esm/components-react/filter-builder/FilterBuilderContext.js +60 -0
  230. package/lib/esm/components-react/filter-builder/FilterBuilderContext.js.map +1 -0
  231. package/lib/esm/components-react/filter-builder/FilterBuilderRule.d.ts +14 -3
  232. package/lib/esm/components-react/filter-builder/FilterBuilderRule.d.ts.map +1 -1
  233. package/lib/esm/components-react/filter-builder/FilterBuilderRule.js +17 -7
  234. package/lib/esm/components-react/filter-builder/FilterBuilderRule.js.map +1 -1
  235. package/lib/esm/components-react/filter-builder/FilterBuilderRule.scss +4 -0
  236. package/lib/esm/components-react/filter-builder/FilterBuilderRuleGroup.d.ts +25 -16
  237. package/lib/esm/components-react/filter-builder/FilterBuilderRuleGroup.d.ts.map +1 -1
  238. package/lib/esm/components-react/filter-builder/FilterBuilderRuleGroup.js +15 -7
  239. package/lib/esm/components-react/filter-builder/FilterBuilderRuleGroup.js.map +1 -1
  240. package/lib/esm/components-react/filter-builder/FilterBuilderRuleOperator.d.ts +14 -2
  241. package/lib/esm/components-react/filter-builder/FilterBuilderRuleOperator.d.ts.map +1 -1
  242. package/lib/esm/components-react/filter-builder/FilterBuilderRuleOperator.js +7 -1
  243. package/lib/esm/components-react/filter-builder/FilterBuilderRuleOperator.js.map +1 -1
  244. package/lib/esm/components-react/filter-builder/FilterBuilderRuleProperty.d.ts +16 -2
  245. package/lib/esm/components-react/filter-builder/FilterBuilderRuleProperty.d.ts.map +1 -1
  246. package/lib/esm/components-react/filter-builder/FilterBuilderRuleProperty.js +7 -1
  247. package/lib/esm/components-react/filter-builder/FilterBuilderRuleProperty.js.map +1 -1
  248. package/lib/esm/components-react/filter-builder/FilterBuilderRuleValue.d.ts +14 -2
  249. package/lib/esm/components-react/filter-builder/FilterBuilderRuleValue.d.ts.map +1 -1
  250. package/lib/esm/components-react/filter-builder/FilterBuilderRuleValue.js +7 -1
  251. package/lib/esm/components-react/filter-builder/FilterBuilderRuleValue.js.map +1 -1
  252. package/lib/esm/components-react/filter-builder/FilterBuilderState.d.ts +52 -8
  253. package/lib/esm/components-react/filter-builder/FilterBuilderState.d.ts.map +1 -1
  254. package/lib/esm/components-react/filter-builder/FilterBuilderState.js +96 -7
  255. package/lib/esm/components-react/filter-builder/FilterBuilderState.js.map +1 -1
  256. package/lib/esm/components-react/filter-builder/Operators.d.ts +23 -5
  257. package/lib/esm/components-react/filter-builder/Operators.d.ts.map +1 -1
  258. package/lib/esm/components-react/filter-builder/Operators.js +23 -5
  259. package/lib/esm/components-react/filter-builder/Operators.js.map +1 -1
  260. package/lib/esm/components-react/filter-builder/Types.d.ts +24 -4
  261. package/lib/esm/components-react/filter-builder/Types.d.ts.map +1 -1
  262. package/lib/esm/components-react/filter-builder/Types.js +11 -1
  263. package/lib/esm/components-react/filter-builder/Types.js.map +1 -1
  264. package/lib/esm/components-react/filtering/FilteringInput.js +1 -1
  265. package/lib/esm/components-react/filtering/FilteringInput.js.map +1 -1
  266. package/lib/esm/components-react/iconpicker/IconPickerButton.d.ts +2 -2
  267. package/lib/esm/components-react/iconpicker/IconPickerButton.js +2 -2
  268. package/lib/esm/components-react/iconpicker/IconPickerButton.js.map +1 -1
  269. package/lib/esm/components-react/properties/LinkHandler.d.ts +2 -2
  270. package/lib/esm/components-react/properties/LinkHandler.js +1 -1
  271. package/lib/esm/components-react/properties/LinkHandler.js.map +1 -1
  272. package/lib/esm/components-react/propertygrid/PropertyCategoryRendererManager.d.ts +3 -3
  273. package/lib/esm/components-react/propertygrid/PropertyCategoryRendererManager.js +1 -1
  274. package/lib/esm/components-react/propertygrid/PropertyCategoryRendererManager.js.map +1 -1
  275. package/lib/esm/components-react/propertygrid/PropertyDataProvider.d.ts +2 -2
  276. package/lib/esm/components-react/propertygrid/PropertyDataProvider.js.map +1 -1
  277. package/lib/esm/components-react/propertygrid/component/PropertyGrid.d.ts +3 -1
  278. package/lib/esm/components-react/propertygrid/component/PropertyGrid.d.ts.map +1 -1
  279. package/lib/esm/components-react/propertygrid/component/PropertyGrid.js +1 -0
  280. package/lib/esm/components-react/propertygrid/component/PropertyGrid.js.map +1 -1
  281. package/lib/esm/components-react/propertygrid/component/PropertyGridCommons.d.ts +5 -10
  282. package/lib/esm/components-react/propertygrid/component/PropertyGridCommons.d.ts.map +1 -1
  283. package/lib/esm/components-react/propertygrid/component/PropertyGridCommons.js.map +1 -1
  284. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.d.ts +3 -3
  285. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.js +1 -1
  286. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.js.map +1 -1
  287. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +11 -0
  288. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.d.ts +2 -2
  289. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.js +1 -1
  290. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.js.map +1 -1
  291. package/lib/esm/components-react/propertygrid/internal/PropertyGridEventHandler.d.ts +2 -2
  292. package/lib/esm/components-react/propertygrid/internal/PropertyGridEventHandler.js +1 -1
  293. package/lib/esm/components-react/propertygrid/internal/PropertyGridEventHandler.js.map +1 -1
  294. package/lib/esm/components-react/propertygrid/internal/PropertyGridHooks.d.ts +3 -3
  295. package/lib/esm/components-react/propertygrid/internal/PropertyGridHooks.js +3 -3
  296. package/lib/esm/components-react/propertygrid/internal/PropertyGridHooks.js.map +1 -1
  297. package/lib/esm/components-react/propertygrid/internal/PropertyGridModel.d.ts +3 -3
  298. package/lib/esm/components-react/propertygrid/internal/PropertyGridModel.js +1 -1
  299. package/lib/esm/components-react/propertygrid/internal/PropertyGridModel.js.map +1 -1
  300. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelChangeEvent.d.ts +2 -2
  301. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelChangeEvent.js +1 -1
  302. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelChangeEvent.js.map +1 -1
  303. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelSource.d.ts +2 -2
  304. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelSource.d.ts.map +1 -1
  305. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelSource.js +1 -1
  306. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelSource.js.map +1 -1
  307. package/lib/esm/components-react/propertygrid/internal/flat-items/FlatGridItem.d.ts +6 -6
  308. package/lib/esm/components-react/propertygrid/internal/flat-items/FlatGridItem.d.ts.map +1 -1
  309. package/lib/esm/components-react/propertygrid/internal/flat-items/FlatGridItem.js.map +1 -1
  310. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.d.ts +1 -1
  311. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.js +1 -1
  312. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.js.map +1 -1
  313. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.d.ts +1 -1
  314. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.js +1 -1
  315. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.js.map +1 -1
  316. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.d.ts +1 -1
  317. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.js +1 -1
  318. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.js.map +1 -1
  319. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.d.ts +10 -10
  320. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.js +3 -3
  321. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.js.map +1 -1
  322. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridCategory.d.ts +2 -2
  323. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridCategory.js +1 -1
  324. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridCategory.js.map +1 -1
  325. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.d.ts +2 -2
  326. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.js +1 -1
  327. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.js.map +1 -1
  328. package/lib/esm/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.d.ts +3 -6
  329. package/lib/esm/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.d.ts.map +1 -1
  330. package/lib/esm/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.js.map +1 -1
  331. package/lib/esm/components-react/table/SimpleTableDataProvider.d.ts +1 -1
  332. package/lib/esm/components-react/table/SimpleTableDataProvider.js +1 -1
  333. package/lib/esm/components-react/table/SimpleTableDataProvider.js.map +1 -1
  334. package/lib/esm/components-react/table/TableDataProvider.d.ts +8 -8
  335. package/lib/esm/components-react/table/TableDataProvider.js +2 -2
  336. package/lib/esm/components-react/table/TableDataProvider.js.map +1 -1
  337. package/lib/esm/components-react/table/columnfiltering/ColumnFiltering.d.ts +16 -16
  338. package/lib/esm/components-react/table/columnfiltering/ColumnFiltering.js +6 -6
  339. package/lib/esm/components-react/table/columnfiltering/ColumnFiltering.js.map +1 -1
  340. package/lib/esm/components-react/table/component/ColumnDragLayer.d.ts +1 -1
  341. package/lib/esm/components-react/table/component/ColumnDragLayer.js +1 -1
  342. package/lib/esm/components-react/table/component/ColumnDragLayer.js.map +1 -1
  343. package/lib/esm/components-react/table/component/Table.d.ts +9 -9
  344. package/lib/esm/components-react/table/component/Table.d.ts.map +1 -1
  345. package/lib/esm/components-react/table/component/Table.js +2 -2
  346. package/lib/esm/components-react/table/component/Table.js.map +1 -1
  347. package/lib/esm/components-react/table/component/TableCell.d.ts +6 -6
  348. package/lib/esm/components-react/table/component/TableCell.js +3 -3
  349. package/lib/esm/components-react/table/component/TableCell.js.map +1 -1
  350. package/lib/esm/components-react/table/component/TableColumn.d.ts +1 -1
  351. package/lib/esm/components-react/table/component/TableColumn.js.map +1 -1
  352. package/lib/esm/components-react/table/component/dragdrop/BeDragDropContext.d.ts +1 -1
  353. package/lib/esm/components-react/table/component/dragdrop/BeDragDropContext.js +1 -1
  354. package/lib/esm/components-react/table/component/dragdrop/BeDragDropContext.js.map +1 -1
  355. package/lib/esm/components-react/table/component/dragdrop/DragDropDef.d.ts +8 -8
  356. package/lib/esm/components-react/table/component/dragdrop/DragDropDef.js +2 -2
  357. package/lib/esm/components-react/table/component/dragdrop/DragDropDef.js.map +1 -1
  358. package/lib/esm/components-react/table/component/dragdrop/withDragSource.d.ts +2 -2
  359. package/lib/esm/components-react/table/component/dragdrop/withDragSource.js +1 -1
  360. package/lib/esm/components-react/table/component/dragdrop/withDragSource.js.map +1 -1
  361. package/lib/esm/components-react/table/component/dragdrop/withDropTarget.d.ts +2 -2
  362. package/lib/esm/components-react/table/component/dragdrop/withDropTarget.js +1 -1
  363. package/lib/esm/components-react/table/component/dragdrop/withDropTarget.js.map +1 -1
  364. package/lib/esm/components-react/toolbar/Toolbar.d.ts +1 -1
  365. package/lib/esm/components-react/toolbar/Toolbar.d.ts.map +1 -1
  366. package/lib/esm/components-react/toolbar/Toolbar.js.map +1 -1
  367. package/lib/esm/components-react/toolbar/ToolbarWithOverflow.d.ts +2 -2
  368. package/lib/esm/components-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -1
  369. package/lib/esm/components-react/toolbar/ToolbarWithOverflow.js.map +1 -1
  370. package/lib/esm/components-react/tree/TreeDataProvider.d.ts +2 -2
  371. package/lib/esm/components-react/tree/TreeDataProvider.d.ts.map +1 -1
  372. package/lib/esm/components-react/tree/TreeDataProvider.js.map +1 -1
  373. package/lib/esm/components-react/tree/controlled/component/ControlledTree.d.ts +1 -4
  374. package/lib/esm/components-react/tree/controlled/component/ControlledTree.d.ts.map +1 -1
  375. package/lib/esm/components-react/tree/controlled/component/ControlledTree.js.map +1 -1
  376. package/lib/esm/components-react/tree/controlled/component/TreeRenderer.d.ts +2 -5
  377. package/lib/esm/components-react/tree/controlled/component/TreeRenderer.d.ts.map +1 -1
  378. package/lib/esm/components-react/tree/controlled/component/TreeRenderer.js.map +1 -1
  379. package/lib/esm/components-react.d.ts +4 -6
  380. package/lib/esm/components-react.d.ts.map +1 -1
  381. package/lib/esm/components-react.js +4 -6
  382. package/lib/esm/components-react.js.map +1 -1
  383. package/package.json +22 -12
@@ -1 +1 @@
1
- {"version":3,"file":"TableDataProvider.js","sourceRoot":"","sources":["../../../../src/components-react/table/TableDataProvider.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAM9C,4CAA4C;AAC5C,gCAAgC;AAEhC;;;GAGG;AACH,MAAM,CAAN,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,yDAAW,CAAA;IACX,iEAAW,CAAA;IACX,mEAAY,CAAA;IACZ,mDAAI,CAAA;IACJ,+DAAU,CAAA;AACZ,CAAC,EANW,cAAc,KAAd,cAAc,QAMzB;AA8GD;;;GAGG;AACH,MAAM,OAAO,oBAAqB,SAAQ,OAAiC;CAAI","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Table\r\n */\r\n\r\nimport { BeEvent } from \"@itwin/core-bentley\";\r\nimport { PropertyDescription, PropertyRecord } from \"@itwin/appui-abstract\";\r\nimport { HorizontalAlignment, SortDirection } from \"@itwin/core-react\";\r\nimport { ItemColorOverrides, ItemStyle } from \"../properties/ItemStyle\";\r\nimport { CompositeFilterDescriptorCollection, DistinctValueCollection } from \"./columnfiltering/ColumnFiltering\";\r\n\r\n/* eslint-disable deprecation/deprecation */\r\n// cSpell:ignore columnfiltering\r\n\r\n/** Filter Renderer for a Table column\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport enum FilterRenderer {\r\n Numeric = 1,\r\n MultiSelect,\r\n SingleSelect,\r\n Text,\r\n MultiValue,\r\n}\r\n\r\n/**\r\n * Column definition provided to Table.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface ColumnDescription {\r\n /** A unique key for this column. */\r\n key: string;\r\n\r\n /** Column header label */\r\n label: string;\r\n /** Property description for all cells in the column */\r\n propertyDescription?: PropertyDescription;\r\n\r\n /** Preferred initial width of the column */\r\n width?: number;\r\n\r\n /** Indicates whether the cells in the column are editable. Defaults to false. */\r\n editable?: boolean;\r\n /** Indicates whether the column is resizable. Defaults to false. */\r\n resizable?: boolean;\r\n /** Indicates whether the display value for the cell is treated as an icon spec. Defaults to false. */\r\n icon?: boolean;\r\n\r\n /** Indicates whether the column is sortable. Defaults to false. */\r\n sortable?: boolean;\r\n /** Specifies a secondary sort column to use when cell values are the same. */\r\n secondarySortColumn?: number;\r\n /** Indicates whether the column sorting ignores case. Defaults to false. */\r\n sortIgnoreCase?: boolean;\r\n\r\n /** Indicates whether the column is filterable. Defaults to false. */\r\n filterable?: boolean;\r\n /** Specifies the filter renderer for the column. */\r\n filterRenderer?: FilterRenderer;\r\n\r\n /** Show field filters in Multi-Value column filtering popup. Defaults to true. */\r\n showFieldFilters?: boolean;\r\n /** Show distinct value checkboxes in Multi-Value column filtering popup. Defaults to true. */\r\n showDistinctValueFilters?: boolean;\r\n /** Filtering is case-sensitive in Multi-Value column filtering popup. Defaults to false. */\r\n filterCaseSensitive?: boolean;\r\n\r\n /** Sort type for react-table */\r\n sortType?: string;\r\n}\r\n\r\n/**\r\n * Cell definition provided to Table.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface CellItem {\r\n /** Key for the column containing the cell */\r\n key: string;\r\n /** Property record for the cell */\r\n record?: PropertyRecord;\r\n\r\n /** Indicates whether the cell is disabled */\r\n isDisabled?: boolean;\r\n /** Specifies the horizontal alignment of the contents of the cell */\r\n alignment?: HorizontalAlignment;\r\n\r\n /** Style properties for the contents of the cell */\r\n style?: ItemStyle;\r\n\r\n /**\r\n * Property to specify how many cells were merged to create this cell.\r\n * Default value is 1.\r\n * @alpha\r\n */\r\n mergedCellsCount?: number;\r\n}\r\n\r\n/**\r\n * Row definition provided to Table.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface RowItem {\r\n /** A unique key for this row */\r\n key: string;\r\n /** Array of cells in the row */\r\n cells: CellItem[];\r\n /** Indicates whether the row is disabled */\r\n isDisabled?: boolean;\r\n /** Color overrides for all cells in the row */\r\n colorOverrides?: ItemColorOverrides;\r\n\r\n /**\r\n * A key-value pairs data structure that can be used by data provider\r\n * to store some custom data for this node item.\r\n */\r\n extendedData?: { [key: string]: any };\r\n\r\n /**\r\n * Get the value from the cell for filtering purposes.\r\n * If not specified and the value is a primitive, the recordValue.value is returned.\r\n */\r\n getValueFromCell?: (columnKey: string) => any;\r\n}\r\n\r\n/** An interface table data change listeners\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this type.\r\n * @public\r\n */\r\nexport declare type TableDataChangesListener = () => void;\r\n\r\n/** An event broadcasted on table data changes\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this class.\r\n * @public\r\n */\r\nexport class TableDataChangeEvent extends BeEvent<TableDataChangesListener> { }\r\n\r\n/**\r\n * TableDataProvider provides data to the Table.\r\n * It also provides support for data Sorting & Filtering.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface TableDataProvider {\r\n /** Event emitted by the data provider when column data changes */\r\n onColumnsChanged: TableDataChangeEvent;\r\n /** Event emitted by the data provider when row data changes */\r\n onRowsChanged: TableDataChangeEvent;\r\n\r\n /** Retrieves the column descriptions */\r\n getColumns(): Promise<ColumnDescription[]>;\r\n /** Retrieves the row count */\r\n getRowsCount(): Promise<number>;\r\n /** Retrieves a specific row by index */\r\n getRow(rowIndex: number, unfiltered?: boolean): Promise<RowItem>;\r\n\r\n /** Sorts the rows based on the value in a specific column */\r\n sort(columnIndex: number, sortDirection: SortDirection): Promise<void>;\r\n\r\n // Column Filtering methods\r\n\r\n /** Apply a filter descriptor collection\r\n */\r\n applyFilterDescriptors?: (filterDescriptors: CompositeFilterDescriptorCollection) => Promise<void>;\r\n\r\n /** Gets distinct values in a column\r\n */\r\n getDistinctValues?: (columnKey: string, maximumValueCount?: number) => Promise<DistinctValueCollection>;\r\n\r\n /** Gets property display value expression\r\n * @alpha\r\n */\r\n getPropertyDisplayValueExpression?: (property: string) => string;\r\n}\r\n\r\n/**\r\n * MutableTableDataProvider provides mutation methods for data in the Table.\r\n * Useful for Drag & Drop processing.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface MutableTableDataProvider extends TableDataProvider {\r\n /** Adds a row to the end */\r\n addRow(rowItem: RowItem): number;\r\n /** Inserts a row at a given row index */\r\n insertRow(rowItem: RowItem, index: number): number;\r\n /** Deletes a row */\r\n deleteRow(rowItem: RowItem): void;\r\n /** Moves a row to a new row index */\r\n moveRow(rowItem: RowItem, newIndex: number): number;\r\n}\r\n"]}
1
+ {"version":3,"file":"TableDataProvider.js","sourceRoot":"","sources":["../../../../src/components-react/table/TableDataProvider.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAM9C,4CAA4C;AAC5C,gCAAgC;AAEhC;;;GAGG;AACH,MAAM,CAAN,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,yDAAW,CAAA;IACX,iEAAW,CAAA;IACX,mEAAY,CAAA;IACZ,mDAAI,CAAA;IACJ,+DAAU,CAAA;AACZ,CAAC,EANW,cAAc,KAAd,cAAc,QAMzB;AA8GD;;;GAGG;AACH,MAAM,OAAO,oBAAqB,SAAQ,OAAiC;CAAI","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Table\r\n */\r\n\r\nimport { BeEvent } from \"@itwin/core-bentley\";\r\nimport { PropertyDescription, PropertyRecord } from \"@itwin/appui-abstract\";\r\nimport { HorizontalAlignment, SortDirection } from \"@itwin/core-react\";\r\nimport { ItemColorOverrides, ItemStyle } from \"../properties/ItemStyle\";\r\nimport { CompositeFilterDescriptorCollection, DistinctValueCollection } from \"./columnfiltering/ColumnFiltering\";\r\n\r\n/* eslint-disable deprecation/deprecation */\r\n// cSpell:ignore columnfiltering\r\n\r\n/** Filter Renderer for a Table column\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport enum FilterRenderer {\r\n Numeric = 1,\r\n MultiSelect,\r\n SingleSelect,\r\n Text,\r\n MultiValue,\r\n}\r\n\r\n/**\r\n * Column definition provided to Table.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface ColumnDescription {\r\n /** A unique key for this column. */\r\n key: string;\r\n\r\n /** Column header label */\r\n label: string;\r\n /** Property description for all cells in the column */\r\n propertyDescription?: PropertyDescription;\r\n\r\n /** Preferred initial width of the column */\r\n width?: number;\r\n\r\n /** Indicates whether the cells in the column are editable. Defaults to false. */\r\n editable?: boolean;\r\n /** Indicates whether the column is resizable. Defaults to false. */\r\n resizable?: boolean;\r\n /** Indicates whether the display value for the cell is treated as an icon spec. Defaults to false. */\r\n icon?: boolean;\r\n\r\n /** Indicates whether the column is sortable. Defaults to false. */\r\n sortable?: boolean;\r\n /** Specifies a secondary sort column to use when cell values are the same. */\r\n secondarySortColumn?: number;\r\n /** Indicates whether the column sorting ignores case. Defaults to false. */\r\n sortIgnoreCase?: boolean;\r\n\r\n /** Indicates whether the column is filterable. Defaults to false. */\r\n filterable?: boolean;\r\n /** Specifies the filter renderer for the column. */\r\n filterRenderer?: FilterRenderer;\r\n\r\n /** Show field filters in Multi-Value column filtering popup. Defaults to true. */\r\n showFieldFilters?: boolean;\r\n /** Show distinct value checkboxes in Multi-Value column filtering popup. Defaults to true. */\r\n showDistinctValueFilters?: boolean;\r\n /** Filtering is case-sensitive in Multi-Value column filtering popup. Defaults to false. */\r\n filterCaseSensitive?: boolean;\r\n\r\n /** Sort type for react-table */\r\n sortType?: string;\r\n}\r\n\r\n/**\r\n * Cell definition provided to Table.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface CellItem {\r\n /** Key for the column containing the cell */\r\n key: string;\r\n /** Property record for the cell */\r\n record?: PropertyRecord;\r\n\r\n /** Indicates whether the cell is disabled */\r\n isDisabled?: boolean;\r\n /** Specifies the horizontal alignment of the contents of the cell */\r\n alignment?: HorizontalAlignment;\r\n\r\n /** Style properties for the contents of the cell */\r\n style?: ItemStyle;\r\n\r\n /**\r\n * Property to specify how many cells were merged to create this cell.\r\n * Default value is 1.\r\n * @alpha\r\n */\r\n mergedCellsCount?: number;\r\n}\r\n\r\n/**\r\n * Row definition provided to Table.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface RowItem {\r\n /** A unique key for this row */\r\n key: string;\r\n /** Array of cells in the row */\r\n cells: CellItem[];\r\n /** Indicates whether the row is disabled */\r\n isDisabled?: boolean;\r\n /** Color overrides for all cells in the row */\r\n colorOverrides?: ItemColorOverrides;\r\n\r\n /**\r\n * A key-value pairs data structure that can be used by data provider\r\n * to store some custom data for this node item.\r\n */\r\n extendedData?: { [key: string]: any };\r\n\r\n /**\r\n * Get the value from the cell for filtering purposes.\r\n * If not specified and the value is a primitive, the recordValue.value is returned.\r\n */\r\n getValueFromCell?: (columnKey: string) => any;\r\n}\r\n\r\n/** An interface table data change listeners\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this type.\r\n * @public\r\n */\r\nexport declare type TableDataChangesListener = () => void;\r\n\r\n/** An event broadcasted on table data changes\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this class.\r\n * @public\r\n */\r\nexport class TableDataChangeEvent extends BeEvent<TableDataChangesListener> { }\r\n\r\n/**\r\n * TableDataProvider provides data to the Table.\r\n * It also provides support for data Sorting & Filtering.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface TableDataProvider {\r\n /** Event emitted by the data provider when column data changes */\r\n onColumnsChanged: TableDataChangeEvent;\r\n /** Event emitted by the data provider when row data changes */\r\n onRowsChanged: TableDataChangeEvent;\r\n\r\n /** Retrieves the column descriptions */\r\n getColumns(): Promise<ColumnDescription[]>;\r\n /** Retrieves the row count */\r\n getRowsCount(): Promise<number>;\r\n /** Retrieves a specific row by index */\r\n getRow(rowIndex: number, unfiltered?: boolean): Promise<RowItem>;\r\n\r\n /** Sorts the rows based on the value in a specific column */\r\n sort(columnIndex: number, sortDirection: SortDirection): Promise<void>;\r\n\r\n // Column Filtering methods\r\n\r\n /** Apply a filter descriptor collection\r\n */\r\n applyFilterDescriptors?: (filterDescriptors: CompositeFilterDescriptorCollection) => Promise<void>;\r\n\r\n /** Gets distinct values in a column\r\n */\r\n getDistinctValues?: (columnKey: string, maximumValueCount?: number) => Promise<DistinctValueCollection>;\r\n\r\n /** Gets property display value expression\r\n * @alpha\r\n */\r\n getPropertyDisplayValueExpression?: (property: string) => string;\r\n}\r\n\r\n/**\r\n * MutableTableDataProvider provides mutation methods for data in the Table.\r\n * Useful for Drag & Drop processing.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface MutableTableDataProvider extends TableDataProvider {\r\n /** Adds a row to the end */\r\n addRow(rowItem: RowItem): number;\r\n /** Inserts a row at a given row index */\r\n insertRow(rowItem: RowItem, index: number): number;\r\n /** Deletes a row */\r\n deleteRow(rowItem: RowItem): void;\r\n /** Moves a row to a new row index */\r\n moveRow(rowItem: RowItem, newIndex: number): number;\r\n}\r\n"]}
@@ -4,7 +4,7 @@
4
4
  import { Primitives } from "@itwin/appui-abstract";
5
5
  import { RowItem } from "../TableDataProvider";
6
6
  /** Operator used in FilterDescriptor
7
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
7
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
8
8
  * @public
9
9
  */
10
10
  export declare enum FilterOperator {
@@ -27,7 +27,7 @@ export declare enum FilterOperator {
27
27
  IsNotNull = 16
28
28
  }
29
29
  /** Logical operator used for filter descriptor composition
30
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
30
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
31
31
  * @public
32
32
  */
33
33
  export declare enum FilterCompositionLogicalOperator {
@@ -35,7 +35,7 @@ export declare enum FilterCompositionLogicalOperator {
35
35
  Or = 1
36
36
  }
37
37
  /** FilterableTable contains the properties and methods provided by a filterable Table.
38
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
38
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
39
39
  * @public
40
40
  */
41
41
  export interface FilterableTable {
@@ -45,7 +45,7 @@ export interface FilterableTable {
45
45
  getPropertyDisplayValueExpression(property: string): string;
46
46
  }
47
47
  /** Represents a column that is filterable.
48
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
48
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
49
49
  * @public
50
50
  */
51
51
  export interface FilterableColumn {
@@ -71,7 +71,7 @@ export interface FilterableColumn {
71
71
  getDistinctValues(maximumValueCount?: number): Promise<DistinctValueCollection>;
72
72
  }
73
73
  /** A filtering abstraction that knows how to create predicate filtering expression.
74
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
74
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
75
75
  * @public
76
76
  */
77
77
  export interface FilterDescriptor {
@@ -88,7 +88,7 @@ export interface FilterDescriptor {
88
88
  getFilterExpression(): string;
89
89
  }
90
90
  /** An abstraction for all filter descriptors that have an operator and a value
91
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
91
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
92
92
  * @public
93
93
  */
94
94
  export interface OperatorValueFilterDescriptor extends FilterDescriptor {
@@ -104,7 +104,7 @@ export interface OperatorValueFilterDescriptor extends FilterDescriptor {
104
104
  isCaseSensitive: boolean;
105
105
  }
106
106
  /** Represents the distinct filter descriptor of a column filter descriptor.
107
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
107
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
108
108
  * @public
109
109
  */
110
110
  export interface DistinctValuesFilterDescriptor extends FilterDescriptor {
@@ -124,7 +124,7 @@ export interface DistinctValuesFilterDescriptor extends FilterDescriptor {
124
124
  distinctValuesComparisonOperator: FilterOperator;
125
125
  }
126
126
  /** Represents the field filter descriptor of a column filter descriptor.
127
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
127
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
128
128
  * @public
129
129
  */
130
130
  export interface FieldFilterDescriptor extends FilterDescriptor {
@@ -140,7 +140,7 @@ export interface FieldFilterDescriptor extends FilterDescriptor {
140
140
  logicalOperator: FilterCompositionLogicalOperator;
141
141
  }
142
142
  /** Represents a column filter descriptor associated with a specific column.
143
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
143
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
144
144
  * @public
145
145
  */
146
146
  export interface ColumnFilterDescriptor extends FilterDescriptor {
@@ -150,7 +150,7 @@ export interface ColumnFilterDescriptor extends FilterDescriptor {
150
150
  fieldFilter: FieldFilterDescriptor;
151
151
  }
152
152
  /** Distinct Value for Table filtering purposes
153
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
153
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
154
154
  * @public
155
155
  */
156
156
  export interface TableDistinctValue {
@@ -158,7 +158,7 @@ export interface TableDistinctValue {
158
158
  label: string;
159
159
  }
160
160
  /** A set of distinct values for a column.
161
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
161
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
162
162
  * @public
163
163
  */
164
164
  export declare class DistinctValueCollection {
@@ -169,7 +169,7 @@ export declare class DistinctValueCollection {
169
169
  }
170
170
  /** Represents a composite filtering abstraction which has a collection of
171
171
  * filter descriptors combined together by a logical operator.
172
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
172
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
173
173
  * @public
174
174
  */
175
175
  export interface CompositeFilterDescriptor extends FilterDescriptor {
@@ -179,7 +179,7 @@ export interface CompositeFilterDescriptor extends FilterDescriptor {
179
179
  filterDescriptorCollection: FilterDescriptorCollection;
180
180
  }
181
181
  /** Collection of FilterDescriptor objects composed together by a logical operator.
182
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
182
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
183
183
  * @public
184
184
  */
185
185
  export interface CompositeFilterDescriptorCollection {
@@ -202,7 +202,7 @@ export interface CompositeFilterDescriptorCollection {
202
202
  getFilterExpression(): string;
203
203
  }
204
204
  /** Collection of filter descriptors.
205
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
205
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
206
206
  * @public
207
207
  */
208
208
  export declare abstract class FilterDescriptorCollectionBase<TDescriptor extends FilterDescriptor> {
@@ -228,13 +228,13 @@ export declare abstract class FilterDescriptorCollectionBase<TDescriptor extends
228
228
  get count(): number;
229
229
  }
230
230
  /** Collection of filter descriptors.
231
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
231
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
232
232
  * @public
233
233
  */
234
234
  export declare class FilterDescriptorCollection extends FilterDescriptorCollectionBase<FilterDescriptor> {
235
235
  }
236
236
  /** Collection of OperatorValue filter descriptors.
237
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
237
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
238
238
  * @public
239
239
  */
240
240
  export declare class OperatorValueFilterDescriptorCollection extends FilterDescriptorCollectionBase<OperatorValueFilterDescriptor> {
@@ -4,7 +4,7 @@
4
4
  *--------------------------------------------------------------------------------------------*/
5
5
  /* eslint-disable deprecation/deprecation */
6
6
  /** Operator used in FilterDescriptor
7
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
7
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
8
8
  * @public
9
9
  */
10
10
  export var FilterOperator;
@@ -32,7 +32,7 @@ export var FilterOperator;
32
32
  FilterOperator[FilterOperator["IsNotNull"] = 16] = "IsNotNull";
33
33
  })(FilterOperator || (FilterOperator = {}));
34
34
  /** Logical operator used for filter descriptor composition
35
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
35
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
36
36
  * @public
37
37
  */
38
38
  export var FilterCompositionLogicalOperator;
@@ -41,7 +41,7 @@ export var FilterCompositionLogicalOperator;
41
41
  FilterCompositionLogicalOperator[FilterCompositionLogicalOperator["Or"] = 1] = "Or";
42
42
  })(FilterCompositionLogicalOperator || (FilterCompositionLogicalOperator = {}));
43
43
  /** A set of distinct values for a column.
44
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
44
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
45
45
  * @public
46
46
  */
47
47
  export class DistinctValueCollection {
@@ -52,7 +52,7 @@ export class DistinctValueCollection {
52
52
  set values(values) { this._values = values; }
53
53
  }
54
54
  /** Collection of filter descriptors.
55
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
55
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
56
56
  * @public
57
57
  */
58
58
  export class FilterDescriptorCollectionBase {
@@ -94,13 +94,13 @@ export class FilterDescriptorCollectionBase {
94
94
  }
95
95
  }
96
96
  /** Collection of filter descriptors.
97
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
97
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
98
98
  * @public
99
99
  */
100
100
  export class FilterDescriptorCollection extends FilterDescriptorCollectionBase {
101
101
  }
102
102
  /** Collection of OperatorValue filter descriptors.
103
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
103
+ * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
104
104
  * @public
105
105
  */
106
106
  export class OperatorValueFilterDescriptorCollection extends FilterDescriptorCollectionBase {
@@ -1 +1 @@
1
- {"version":3,"file":"ColumnFiltering.js","sourceRoot":"","sources":["../../../../../src/components-react/table/columnfiltering/ColumnFiltering.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAQ/F,4CAA4C;AAE5C;;;GAGG;AACH,MAAM,CAAN,IAAY,cAyBX;AAzBD,WAAY,cAAc;IACxB,uBAAuB;IACvB,6DAAS,CAAA;IACT,mEAAY,CAAA;IAEZ,8DAA8D;IAC9D,+DAAU,CAAA;IACV,iFAAmB,CAAA;IACnB,qEAAa,CAAA;IACb,uFAAsB,CAAA;IACtB,qDAAK,CAAA;IAEL,UAAU;IACV,+DAAU,CAAA;IACV,2DAAQ,CAAA;IACR,2DAAQ,CAAA;IACR,wEAAc,CAAA;IACd,sEAAa,CAAA;IACb,4EAAgB,CAAA;IAChB,0DAAO,CAAA;IACP,gEAAU,CAAA;IAEV,iCAAiC;IACjC,wDAAM,CAAA;IACN,8DAAS,CAAA;AACX,CAAC,EAzBW,cAAc,KAAd,cAAc,QAyBzB;AAED;;;GAGG;AACH,MAAM,CAAN,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IAC1C,qFAAG,CAAA;IACH,mFAAE,CAAA;AACJ,CAAC,EAHW,gCAAgC,KAAhC,gCAAgC,QAG3C;AAkKD;;;GAGG;AACH,MAAM,OAAO,uBAAuB;IAGlC;QACE,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,EAAsB,CAAC;IACjD,CAAC;IAED,IAAW,MAAM,KAAK,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;IAC5C,IAAW,MAAM,CAAC,MAA4B,IAAI,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC;CAC3E;AA8CD;;;GAGG;AACH,MAAM,OAAgB,8BAA8B;IAGlD;QACE,IAAI,CAAC,YAAY,GAAG,IAAI,KAAK,EAAe,CAAC;IAC/C,CAAC;IAED,IAAW,WAAW,KAAK,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;IAEtD;;OAEG;IACI,GAAG,CAAC,IAAiB;QAC1B,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,IAAiB;QAC7B,MAAM,KAAK,GAAG,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,KAAK,IAAI,CAAC,EAAE;YACd,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;YAClC,OAAO,IAAI,CAAC;SACb;QACD,OAAO,KAAK,CAAC;IACf,CAAC;IAED;OACG;IACI,KAAK;QACV,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAC7B,CAAC;IAED;OACG;IACH,IAAW,QAAQ;QACjB,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,EAAe,EAAE,EAAE,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;IACjE,CAAC;IAED;OACG;IACH,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC;IACjC,CAAC;CACF;AAED;;;GAGG;AACH,MAAM,OAAO,0BAA2B,SAAQ,8BAAgD;CAC/F;AAED;;;GAGG;AACH,MAAM,OAAO,uCAAwC,SAAQ,8BAA6D;CACzH","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n\r\n/** @packageDocumentation\r\n * @module Table\r\n */\r\n\r\nimport { Primitives } from \"@itwin/appui-abstract\";\r\nimport { RowItem } from \"../TableDataProvider\";\r\n/* eslint-disable deprecation/deprecation */\r\n\r\n/** Operator used in FilterDescriptor\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.\r\n * @public\r\n */\r\nexport enum FilterOperator {\r\n // All filterable types\r\n IsEqualTo,\r\n IsNotEqualTo,\r\n\r\n // Numeric types, Date, all types that implement these methods\r\n IsLessThan,\r\n IsLessThanOrEqualTo,\r\n IsGreaterThan,\r\n IsGreaterThanOrEqualTo,\r\n Range,\r\n\r\n // Strings\r\n StartsWith,\r\n EndsWith,\r\n Contains,\r\n DoesNotContain,\r\n IsContainedIn,\r\n IsNotContainedIn,\r\n IsEmpty,\r\n IsNotEmpty,\r\n\r\n // All filterable null-able types\r\n IsNull,\r\n IsNotNull,\r\n}\r\n\r\n/** Logical operator used for filter descriptor composition\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.\r\n * @public\r\n */\r\nexport enum FilterCompositionLogicalOperator {\r\n And,\r\n Or,\r\n}\r\n\r\n/** FilterableTable contains the properties and methods provided by a filterable Table.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FilterableTable {\r\n /** Gets the filter descriptors for the table. */\r\n filterDescriptors: CompositeFilterDescriptorCollection;\r\n\r\n /** Gets ECExpression to get property display value. */\r\n getPropertyDisplayValueExpression(property: string): string;\r\n}\r\n\r\n/** Represents a column that is filterable.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FilterableColumn {\r\n /** Gets the owning Table for this column. */\r\n filterableTable: FilterableTable;\r\n\r\n /** Gets the filter descriptor. */\r\n columnFilterDescriptor: ColumnFilterDescriptor;\r\n\r\n /** Gets the member (key). */\r\n filterMemberKey: string;\r\n\r\n /** Gets the member type. */\r\n filterMemberType: string;\r\n\r\n /** Determines if the filter for this column is active. */\r\n isFilterActive: boolean;\r\n\r\n /** Determines if the filter should show distinct values as a filter option */\r\n showDistinctValueFilters: boolean;\r\n\r\n /** Determines if the filter should show field filter options */\r\n showFieldFilters: boolean;\r\n\r\n /** Determines if the filter is case-sensitive */\r\n filterCaseSensitive: boolean;\r\n\r\n /** Allows the column to create a filter descriptor for use in the filter descriptor collection. */\r\n createSimpleFilterDescriptor(value: any, filterOperator: FilterOperator): OperatorValueFilterDescriptor;\r\n\r\n /** Gets the distinct values within the columns in the table. */\r\n getDistinctValues(maximumValueCount?: number): Promise<DistinctValueCollection>;\r\n}\r\n\r\n/** A filtering abstraction that knows how to create predicate filtering expression.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FilterDescriptor {\r\n /** Gets a value indicating whether this filter is active. */\r\n isActive: boolean;\r\n\r\n /** Clears the filter descriptor and sets it to inactive. */\r\n clear(): void;\r\n\r\n /** Evaluates a row for filtering. */\r\n evaluateRow(row: RowItem): boolean;\r\n\r\n /** Determines if this filter is for a particular column. */\r\n isFilterForColumn(columnKey: string): boolean;\r\n\r\n /** Returns filter as ECExpression.\r\n * @alpha */\r\n getFilterExpression(): string;\r\n}\r\n\r\n/** An abstraction for all filter descriptors that have an operator and a value\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface OperatorValueFilterDescriptor extends FilterDescriptor {\r\n /** Gets the operator for the filter. */\r\n operator: FilterOperator;\r\n\r\n /** Gets the value for the filter. */\r\n value: any;\r\n\r\n /** Gets the member (key). */\r\n memberKey: string;\r\n\r\n /** Gets the member type. */\r\n memberType: string;\r\n\r\n /** Determines if the filtering is case sensitive. */\r\n isCaseSensitive: boolean;\r\n}\r\n\r\n/** Represents the distinct filter descriptor of a column filter descriptor.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface DistinctValuesFilterDescriptor extends FilterDescriptor {\r\n /** Gets the distinct values. */\r\n distinctValues: DistinctValueCollection;\r\n\r\n /** Gets the filter descriptors. */\r\n filterDescriptorCollection: OperatorValueFilterDescriptorCollection;\r\n\r\n /** Tries to find descriptor. */\r\n tryFindDescriptor(distinctValue: any): FilterDescriptor | undefined;\r\n\r\n /** Adds the distinct value. */\r\n addDistinctValue(distinctValue: any): void;\r\n\r\n /** Removes the distinct value. */\r\n removeDistinctValue(distinctValue: any): boolean;\r\n\r\n /** Gets or sets the FilterOperator used for comparing actual data values with checked distinct values.\r\n * The default is FilterOperator.IsEqualTo.\r\n */\r\n distinctValuesComparisonOperator: FilterOperator;\r\n}\r\n\r\n/** Represents the field filter descriptor of a column filter descriptor.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FieldFilterDescriptor extends FilterDescriptor {\r\n\r\n /** Gets the filter descriptors. */\r\n filterDescriptorCollection: OperatorValueFilterDescriptorCollection;\r\n\r\n /** Tries to find descriptor. */\r\n tryFindDescriptor(fieldValue: any, operator: FilterOperator): FilterDescriptor | undefined;\r\n\r\n /** Adds the field value. */\r\n addFieldValue(fieldValue: any, operator: FilterOperator, isCaseSensitive?: boolean): void;\r\n\r\n /** Removes the field value. */\r\n removeFieldValue(fieldValue: any, operator: FilterOperator): boolean;\r\n\r\n /** Gets or sets the logical operator. */\r\n logicalOperator: FilterCompositionLogicalOperator;\r\n}\r\n\r\n/** Represents a column filter descriptor associated with a specific column.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface ColumnFilterDescriptor extends FilterDescriptor {\r\n /** Gets the Distinct Values filter descriptor. */\r\n distinctFilter: DistinctValuesFilterDescriptor;\r\n\r\n /** Gets the Field filter descriptor. */\r\n fieldFilter: FieldFilterDescriptor;\r\n}\r\n\r\n/** Distinct Value for Table filtering purposes\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface TableDistinctValue {\r\n value: Primitives.Value;\r\n label: string;\r\n}\r\n\r\n/** A set of distinct values for a column.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport class DistinctValueCollection {\r\n private _values: TableDistinctValue[];\r\n\r\n constructor() {\r\n this._values = new Array<TableDistinctValue>();\r\n }\r\n\r\n public get values() { return this._values; }\r\n public set values(values: TableDistinctValue[]) { this._values = values; }\r\n}\r\n\r\n/** Represents a composite filtering abstraction which has a collection of\r\n * filter descriptors combined together by a logical operator.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface CompositeFilterDescriptor extends FilterDescriptor {\r\n /** Gets or sets the logical operator. */\r\n logicalOperator: FilterCompositionLogicalOperator;\r\n\r\n /** Gets filter descriptors that will be used for composition. */\r\n filterDescriptorCollection: FilterDescriptorCollection;\r\n}\r\n\r\n/** Collection of FilterDescriptor objects composed together by a logical operator.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface CompositeFilterDescriptorCollection {\r\n /** Gets the number of filter descriptors in the collection */\r\n count: number;\r\n\r\n /** Gets and sets the logical operator. */\r\n logicalOperator: FilterCompositionLogicalOperator;\r\n\r\n /** Evaluates a row for filtering */\r\n evaluateRow(row: RowItem): boolean;\r\n\r\n /** Determines if a filter is active for a particular column */\r\n isColumnFilterActive(columnKey: string): boolean;\r\n\r\n /** Gets the filter for a particular column */\r\n getColumnFilterDescriptor(columnKey: string): ColumnFilterDescriptor | undefined;\r\n\r\n /** Adds a filter descriptor to the collection */\r\n add(item: FilterDescriptor): void;\r\n\r\n /** Clears the filter descriptor. */\r\n clear(): void;\r\n\r\n /** Returns filter as ECExpression.\r\n * @alpha */\r\n getFilterExpression(): string;\r\n}\r\n\r\n/** Collection of filter descriptors.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport abstract class FilterDescriptorCollectionBase<TDescriptor extends FilterDescriptor> {\r\n private _descriptors: TDescriptor[];\r\n\r\n constructor() {\r\n this._descriptors = new Array<TDescriptor>();\r\n }\r\n\r\n public get descriptors() { return this._descriptors; }\r\n\r\n /** Adds an FilterDescriptor to the collection.\r\n * @param item The FilterDescriptor to add.\r\n */\r\n public add(item: TDescriptor): void {\r\n this.descriptors.push(item);\r\n }\r\n\r\n /** Removes a particular FilterDescriptor from the collection.\r\n * @param item The FilterDescriptor to remove.\r\n */\r\n public remove(item: TDescriptor): boolean {\r\n const index = this.descriptors.indexOf(item);\r\n if (index >= 0) {\r\n this.descriptors.splice(index, 1);\r\n return true;\r\n }\r\n return false;\r\n }\r\n\r\n /** Clears the collection.\r\n */\r\n public clear(): void {\r\n this.descriptors.splice(0);\r\n }\r\n\r\n /** Determines if the collection is active.\r\n */\r\n public get isActive(): boolean {\r\n return this.descriptors.some((fd: TDescriptor) => fd.isActive);\r\n }\r\n\r\n /** Gets the count of items in the collection.\r\n */\r\n public get count(): number {\r\n return this.descriptors.length;\r\n }\r\n}\r\n\r\n/** Collection of filter descriptors.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport class FilterDescriptorCollection extends FilterDescriptorCollectionBase<FilterDescriptor> {\r\n}\r\n\r\n/** Collection of OperatorValue filter descriptors.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport class OperatorValueFilterDescriptorCollection extends FilterDescriptorCollectionBase<OperatorValueFilterDescriptor> {\r\n}\r\n"]}
1
+ {"version":3,"file":"ColumnFiltering.js","sourceRoot":"","sources":["../../../../../src/components-react/table/columnfiltering/ColumnFiltering.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAQ/F,4CAA4C;AAE5C;;;GAGG;AACH,MAAM,CAAN,IAAY,cAyBX;AAzBD,WAAY,cAAc;IACxB,uBAAuB;IACvB,6DAAS,CAAA;IACT,mEAAY,CAAA;IAEZ,8DAA8D;IAC9D,+DAAU,CAAA;IACV,iFAAmB,CAAA;IACnB,qEAAa,CAAA;IACb,uFAAsB,CAAA;IACtB,qDAAK,CAAA;IAEL,UAAU;IACV,+DAAU,CAAA;IACV,2DAAQ,CAAA;IACR,2DAAQ,CAAA;IACR,wEAAc,CAAA;IACd,sEAAa,CAAA;IACb,4EAAgB,CAAA;IAChB,0DAAO,CAAA;IACP,gEAAU,CAAA;IAEV,iCAAiC;IACjC,wDAAM,CAAA;IACN,8DAAS,CAAA;AACX,CAAC,EAzBW,cAAc,KAAd,cAAc,QAyBzB;AAED;;;GAGG;AACH,MAAM,CAAN,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IAC1C,qFAAG,CAAA;IACH,mFAAE,CAAA;AACJ,CAAC,EAHW,gCAAgC,KAAhC,gCAAgC,QAG3C;AAkKD;;;GAGG;AACH,MAAM,OAAO,uBAAuB;IAGlC;QACE,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,EAAsB,CAAC;IACjD,CAAC;IAED,IAAW,MAAM,KAAK,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;IAC5C,IAAW,MAAM,CAAC,MAA4B,IAAI,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC;CAC3E;AA8CD;;;GAGG;AACH,MAAM,OAAgB,8BAA8B;IAGlD;QACE,IAAI,CAAC,YAAY,GAAG,IAAI,KAAK,EAAe,CAAC;IAC/C,CAAC;IAED,IAAW,WAAW,KAAK,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;IAEtD;;OAEG;IACI,GAAG,CAAC,IAAiB;QAC1B,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,IAAiB;QAC7B,MAAM,KAAK,GAAG,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,KAAK,IAAI,CAAC,EAAE;YACd,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;YAClC,OAAO,IAAI,CAAC;SACb;QACD,OAAO,KAAK,CAAC;IACf,CAAC;IAED;OACG;IACI,KAAK;QACV,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAC7B,CAAC;IAED;OACG;IACH,IAAW,QAAQ;QACjB,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,EAAe,EAAE,EAAE,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;IACjE,CAAC;IAED;OACG;IACH,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC;IACjC,CAAC;CACF;AAED;;;GAGG;AACH,MAAM,OAAO,0BAA2B,SAAQ,8BAAgD;CAC/F;AAED;;;GAGG;AACH,MAAM,OAAO,uCAAwC,SAAQ,8BAA6D;CACzH","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n\r\n/** @packageDocumentation\r\n * @module Table\r\n */\r\n\r\nimport { Primitives } from \"@itwin/appui-abstract\";\r\nimport { RowItem } from \"../TableDataProvider\";\r\n/* eslint-disable deprecation/deprecation */\r\n\r\n/** Operator used in FilterDescriptor\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.\r\n * @public\r\n */\r\nexport enum FilterOperator {\r\n // All filterable types\r\n IsEqualTo,\r\n IsNotEqualTo,\r\n\r\n // Numeric types, Date, all types that implement these methods\r\n IsLessThan,\r\n IsLessThanOrEqualTo,\r\n IsGreaterThan,\r\n IsGreaterThanOrEqualTo,\r\n Range,\r\n\r\n // Strings\r\n StartsWith,\r\n EndsWith,\r\n Contains,\r\n DoesNotContain,\r\n IsContainedIn,\r\n IsNotContainedIn,\r\n IsEmpty,\r\n IsNotEmpty,\r\n\r\n // All filterable null-able types\r\n IsNull,\r\n IsNotNull,\r\n}\r\n\r\n/** Logical operator used for filter descriptor composition\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.\r\n * @public\r\n */\r\nexport enum FilterCompositionLogicalOperator {\r\n And,\r\n Or,\r\n}\r\n\r\n/** FilterableTable contains the properties and methods provided by a filterable Table.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FilterableTable {\r\n /** Gets the filter descriptors for the table. */\r\n filterDescriptors: CompositeFilterDescriptorCollection;\r\n\r\n /** Gets ECExpression to get property display value. */\r\n getPropertyDisplayValueExpression(property: string): string;\r\n}\r\n\r\n/** Represents a column that is filterable.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FilterableColumn {\r\n /** Gets the owning Table for this column. */\r\n filterableTable: FilterableTable;\r\n\r\n /** Gets the filter descriptor. */\r\n columnFilterDescriptor: ColumnFilterDescriptor;\r\n\r\n /** Gets the member (key). */\r\n filterMemberKey: string;\r\n\r\n /** Gets the member type. */\r\n filterMemberType: string;\r\n\r\n /** Determines if the filter for this column is active. */\r\n isFilterActive: boolean;\r\n\r\n /** Determines if the filter should show distinct values as a filter option */\r\n showDistinctValueFilters: boolean;\r\n\r\n /** Determines if the filter should show field filter options */\r\n showFieldFilters: boolean;\r\n\r\n /** Determines if the filter is case-sensitive */\r\n filterCaseSensitive: boolean;\r\n\r\n /** Allows the column to create a filter descriptor for use in the filter descriptor collection. */\r\n createSimpleFilterDescriptor(value: any, filterOperator: FilterOperator): OperatorValueFilterDescriptor;\r\n\r\n /** Gets the distinct values within the columns in the table. */\r\n getDistinctValues(maximumValueCount?: number): Promise<DistinctValueCollection>;\r\n}\r\n\r\n/** A filtering abstraction that knows how to create predicate filtering expression.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FilterDescriptor {\r\n /** Gets a value indicating whether this filter is active. */\r\n isActive: boolean;\r\n\r\n /** Clears the filter descriptor and sets it to inactive. */\r\n clear(): void;\r\n\r\n /** Evaluates a row for filtering. */\r\n evaluateRow(row: RowItem): boolean;\r\n\r\n /** Determines if this filter is for a particular column. */\r\n isFilterForColumn(columnKey: string): boolean;\r\n\r\n /** Returns filter as ECExpression.\r\n * @alpha */\r\n getFilterExpression(): string;\r\n}\r\n\r\n/** An abstraction for all filter descriptors that have an operator and a value\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface OperatorValueFilterDescriptor extends FilterDescriptor {\r\n /** Gets the operator for the filter. */\r\n operator: FilterOperator;\r\n\r\n /** Gets the value for the filter. */\r\n value: any;\r\n\r\n /** Gets the member (key). */\r\n memberKey: string;\r\n\r\n /** Gets the member type. */\r\n memberType: string;\r\n\r\n /** Determines if the filtering is case sensitive. */\r\n isCaseSensitive: boolean;\r\n}\r\n\r\n/** Represents the distinct filter descriptor of a column filter descriptor.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface DistinctValuesFilterDescriptor extends FilterDescriptor {\r\n /** Gets the distinct values. */\r\n distinctValues: DistinctValueCollection;\r\n\r\n /** Gets the filter descriptors. */\r\n filterDescriptorCollection: OperatorValueFilterDescriptorCollection;\r\n\r\n /** Tries to find descriptor. */\r\n tryFindDescriptor(distinctValue: any): FilterDescriptor | undefined;\r\n\r\n /** Adds the distinct value. */\r\n addDistinctValue(distinctValue: any): void;\r\n\r\n /** Removes the distinct value. */\r\n removeDistinctValue(distinctValue: any): boolean;\r\n\r\n /** Gets or sets the FilterOperator used for comparing actual data values with checked distinct values.\r\n * The default is FilterOperator.IsEqualTo.\r\n */\r\n distinctValuesComparisonOperator: FilterOperator;\r\n}\r\n\r\n/** Represents the field filter descriptor of a column filter descriptor.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface FieldFilterDescriptor extends FilterDescriptor {\r\n\r\n /** Gets the filter descriptors. */\r\n filterDescriptorCollection: OperatorValueFilterDescriptorCollection;\r\n\r\n /** Tries to find descriptor. */\r\n tryFindDescriptor(fieldValue: any, operator: FilterOperator): FilterDescriptor | undefined;\r\n\r\n /** Adds the field value. */\r\n addFieldValue(fieldValue: any, operator: FilterOperator, isCaseSensitive?: boolean): void;\r\n\r\n /** Removes the field value. */\r\n removeFieldValue(fieldValue: any, operator: FilterOperator): boolean;\r\n\r\n /** Gets or sets the logical operator. */\r\n logicalOperator: FilterCompositionLogicalOperator;\r\n}\r\n\r\n/** Represents a column filter descriptor associated with a specific column.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface ColumnFilterDescriptor extends FilterDescriptor {\r\n /** Gets the Distinct Values filter descriptor. */\r\n distinctFilter: DistinctValuesFilterDescriptor;\r\n\r\n /** Gets the Field filter descriptor. */\r\n fieldFilter: FieldFilterDescriptor;\r\n}\r\n\r\n/** Distinct Value for Table filtering purposes\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface TableDistinctValue {\r\n value: Primitives.Value;\r\n label: string;\r\n}\r\n\r\n/** A set of distinct values for a column.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport class DistinctValueCollection {\r\n private _values: TableDistinctValue[];\r\n\r\n constructor() {\r\n this._values = new Array<TableDistinctValue>();\r\n }\r\n\r\n public get values() { return this._values; }\r\n public set values(values: TableDistinctValue[]) { this._values = values; }\r\n}\r\n\r\n/** Represents a composite filtering abstraction which has a collection of\r\n * filter descriptors combined together by a logical operator.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface CompositeFilterDescriptor extends FilterDescriptor {\r\n /** Gets or sets the logical operator. */\r\n logicalOperator: FilterCompositionLogicalOperator;\r\n\r\n /** Gets filter descriptors that will be used for composition. */\r\n filterDescriptorCollection: FilterDescriptorCollection;\r\n}\r\n\r\n/** Collection of FilterDescriptor objects composed together by a logical operator.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport interface CompositeFilterDescriptorCollection {\r\n /** Gets the number of filter descriptors in the collection */\r\n count: number;\r\n\r\n /** Gets and sets the logical operator. */\r\n logicalOperator: FilterCompositionLogicalOperator;\r\n\r\n /** Evaluates a row for filtering */\r\n evaluateRow(row: RowItem): boolean;\r\n\r\n /** Determines if a filter is active for a particular column */\r\n isColumnFilterActive(columnKey: string): boolean;\r\n\r\n /** Gets the filter for a particular column */\r\n getColumnFilterDescriptor(columnKey: string): ColumnFilterDescriptor | undefined;\r\n\r\n /** Adds a filter descriptor to the collection */\r\n add(item: FilterDescriptor): void;\r\n\r\n /** Clears the filter descriptor. */\r\n clear(): void;\r\n\r\n /** Returns filter as ECExpression.\r\n * @alpha */\r\n getFilterExpression(): string;\r\n}\r\n\r\n/** Collection of filter descriptors.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport abstract class FilterDescriptorCollectionBase<TDescriptor extends FilterDescriptor> {\r\n private _descriptors: TDescriptor[];\r\n\r\n constructor() {\r\n this._descriptors = new Array<TDescriptor>();\r\n }\r\n\r\n public get descriptors() { return this._descriptors; }\r\n\r\n /** Adds an FilterDescriptor to the collection.\r\n * @param item The FilterDescriptor to add.\r\n */\r\n public add(item: TDescriptor): void {\r\n this.descriptors.push(item);\r\n }\r\n\r\n /** Removes a particular FilterDescriptor from the collection.\r\n * @param item The FilterDescriptor to remove.\r\n */\r\n public remove(item: TDescriptor): boolean {\r\n const index = this.descriptors.indexOf(item);\r\n if (index >= 0) {\r\n this.descriptors.splice(index, 1);\r\n return true;\r\n }\r\n return false;\r\n }\r\n\r\n /** Clears the collection.\r\n */\r\n public clear(): void {\r\n this.descriptors.splice(0);\r\n }\r\n\r\n /** Determines if the collection is active.\r\n */\r\n public get isActive(): boolean {\r\n return this.descriptors.some((fd: TDescriptor) => fd.isActive);\r\n }\r\n\r\n /** Gets the count of items in the collection.\r\n */\r\n public get count(): number {\r\n return this.descriptors.length;\r\n }\r\n}\r\n\r\n/** Collection of filter descriptors.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport class FilterDescriptorCollection extends FilterDescriptorCollectionBase<FilterDescriptor> {\r\n}\r\n\r\n/** Collection of OperatorValue filter descriptors.\r\n * @deprecated in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.\r\n * @public\r\n */\r\nexport class OperatorValueFilterDescriptorCollection extends FilterDescriptorCollectionBase<OperatorValueFilterDescriptor> {\r\n}\r\n"]}
@@ -5,7 +5,7 @@ import * as React from "react";
5
5
  import { DragLayerProps } from "./dragdrop/DragDropDef";
6
6
  /**
7
7
  * React component used to portray a column being dragged during Table column reordering.
8
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this class.
8
+ * @deprecated in 2.x. Use the Table component in @itwin/itwinui-react instead, which does not use this class.
9
9
  * @public
10
10
  */
11
11
  export declare class ColumnDragLayer extends React.Component<DragLayerProps> {
@@ -9,7 +9,7 @@ import classnames from "classnames";
9
9
  import * as React from "react";
10
10
  /**
11
11
  * React component used to portray a column being dragged during Table column reordering.
12
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this class.
12
+ * @deprecated in 2.x. Use the Table component in @itwin/itwinui-react instead, which does not use this class.
13
13
  * @public
14
14
  */
15
15
  export class ColumnDragLayer extends React.Component {
@@ -1 +1 @@
1
- {"version":3,"file":"ColumnDragLayer.js","sourceRoot":"","sources":["../../../../../src/components-react/table/component/ColumnDragLayer.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B;;;;GAIG;AACH,MAAM,OAAO,eAAgB,SAAQ,KAAK,CAAC,SAAyB;IAClE,YAAY,KAAqB;QAC/B,KAAK,CAAC,KAAK,CAAC,CAAC;IACf,CAAC;IAEe,MAAM;QACpB,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,KAAK,SAAS;YAC/B,OAAO,IAAI,CAAC;QAEd,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;QAC7B,MAAM,IAAI,GAAG,IAAI,CAAC,kBAAkB,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;QAC/D,MAAM,KAAK,GAAG,IAAI,CAAC,yBAAyB,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,IAAI,0BAA0B,CAAC,EAAE,CAAC;QAC9D,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,IAAI,EAAE,CAAC;QACjC,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;QAEjC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;QAC3C,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC;QAElB,MAAM,SAAS,GAAG,aAAa,CAAC,OAAO,CAAC,KAAK,CAAC;QAE9C,MAAM,cAAc,GAAwB;YAC1C,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE,SAAS;YAC1B,KAAK;YACL,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK;SACpB,CAAC;QACF,OAAO,CACL,6BAAK,SAAS,EAAE,UAAU,CAAC,8BAA8B,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,cAAc,IACpG,MAAM,CAAC,IAAI,CACR,CACP,CAAC;IACJ,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Table\r\n */\r\n\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport { DragLayerProps } from \"./dragdrop/DragDropDef\";\r\n\r\n/**\r\n * React component used to portray a column being dragged during Table column reordering.\r\n * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this class.\r\n * @public\r\n */\r\nexport class ColumnDragLayer extends React.Component<DragLayerProps> { // eslint-disable-line deprecation/deprecation\r\n constructor(props: DragLayerProps) { // eslint-disable-line deprecation/deprecation\r\n super(props);\r\n }\r\n\r\n public override render(): React.ReactNode {\r\n if (this.props.args === undefined)\r\n return null;\r\n\r\n const args = this.props.args;\r\n const spos = args.sourceClientOffset || { x: -1000, y: -1000 };\r\n const ispos = args.initialSourceClientOffset || { x: -1000, y: -1000 };\r\n\r\n const data = args.dataObject || /* istanbul ignore next */ {};\r\n const column = data.column || {};\r\n const width = column.width || {};\r\n\r\n const x = spos.x + (column && column.left);\r\n const y = ispos.y;\r\n\r\n const translate = `translate(${x}px, ${y}px)`;\r\n\r\n const dragLayerStyle: React.CSSProperties = {\r\n transform: translate,\r\n WebkitTransform: translate,\r\n width,\r\n ...this.props.style,\r\n };\r\n return (\r\n <div className={classnames(\"components-column-drag-layer\", this.props.className)} style={dragLayerStyle}>\r\n {column.name}\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"ColumnDragLayer.js","sourceRoot":"","sources":["../../../../../src/components-react/table/component/ColumnDragLayer.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B;;;;GAIG;AACH,MAAM,OAAO,eAAgB,SAAQ,KAAK,CAAC,SAAyB;IAClE,YAAY,KAAqB;QAC/B,KAAK,CAAC,KAAK,CAAC,CAAC;IACf,CAAC;IAEe,MAAM;QACpB,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,KAAK,SAAS;YAC/B,OAAO,IAAI,CAAC;QAEd,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;QAC7B,MAAM,IAAI,GAAG,IAAI,CAAC,kBAAkB,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;QAC/D,MAAM,KAAK,GAAG,IAAI,CAAC,yBAAyB,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;QAEvE,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,IAAI,0BAA0B,CAAC,EAAE,CAAC;QAC9D,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,IAAI,EAAE,CAAC;QACjC,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;QAEjC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;QAC3C,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC;QAElB,MAAM,SAAS,GAAG,aAAa,CAAC,OAAO,CAAC,KAAK,CAAC;QAE9C,MAAM,cAAc,GAAwB;YAC1C,SAAS,EAAE,SAAS;YACpB,eAAe,EAAE,SAAS;YAC1B,KAAK;YACL,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK;SACpB,CAAC;QACF,OAAO,CACL,6BAAK,SAAS,EAAE,UAAU,CAAC,8BAA8B,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,cAAc,IACpG,MAAM,CAAC,IAAI,CACR,CACP,CAAC;IACJ,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Table\r\n */\r\n\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport { DragLayerProps } from \"./dragdrop/DragDropDef\";\r\n\r\n/**\r\n * React component used to portray a column being dragged during Table column reordering.\r\n * @deprecated in 2.x. Use the Table component in @itwin/itwinui-react instead, which does not use this class.\r\n * @public\r\n */\r\nexport class ColumnDragLayer extends React.Component<DragLayerProps> { // eslint-disable-line deprecation/deprecation\r\n constructor(props: DragLayerProps) { // eslint-disable-line deprecation/deprecation\r\n super(props);\r\n }\r\n\r\n public override render(): React.ReactNode {\r\n if (this.props.args === undefined)\r\n return null;\r\n\r\n const args = this.props.args;\r\n const spos = args.sourceClientOffset || { x: -1000, y: -1000 };\r\n const ispos = args.initialSourceClientOffset || { x: -1000, y: -1000 };\r\n\r\n const data = args.dataObject || /* istanbul ignore next */ {};\r\n const column = data.column || {};\r\n const width = column.width || {};\r\n\r\n const x = spos.x + (column && column.left);\r\n const y = ispos.y;\r\n\r\n const translate = `translate(${x}px, ${y}px)`;\r\n\r\n const dragLayerStyle: React.CSSProperties = {\r\n transform: translate,\r\n WebkitTransform: translate,\r\n width,\r\n ...this.props.style,\r\n };\r\n return (\r\n <div className={classnames(\"components-column-drag-layer\", this.props.className)} style={dragLayerStyle}>\r\n {column.name}\r\n </div>\r\n );\r\n }\r\n}\r\n"]}
@@ -13,7 +13,7 @@ import { CellItem, RowItem, TableDataProvider } from "../TableDataProvider";
13
13
  import { TableColumn } from "./TableColumn";
14
14
  /**
15
15
  * Specifies table selection target.
16
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
16
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
17
17
  * @public
18
18
  */
19
19
  export declare enum TableSelectionTarget {
@@ -21,7 +21,7 @@ export declare enum TableSelectionTarget {
21
21
  Cell = 1
22
22
  }
23
23
  /** Properties for the Table React component
24
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
24
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
25
25
  * @public
26
26
  */
27
27
  export interface TableProps extends CommonProps {
@@ -60,7 +60,7 @@ export interface TableProps extends CommonProps {
60
60
  /** Optional parameter for persistent UI settings. Used for column reordering and show persistency. */
61
61
  settingsStorage?: UiStateStorage;
62
62
  /** Optional parameter for persistent UI settings. Used for column reordering and show persistency.
63
- * @deprecated use settingsStorage property */
63
+ * @deprecated in 3.0. Use settingsStorage property */
64
64
  uiStateStorage?: UiStateStorage;
65
65
  /** Identifying string used for persistent state. */
66
66
  settingsIdentifier?: string;
@@ -87,7 +87,7 @@ export interface TableProps extends CommonProps {
87
87
  maximumDistinctValues?: number;
88
88
  }
89
89
  /** Properties for a Table cell
90
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
90
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
91
91
  * @public
92
92
  */
93
93
  export interface CellProps {
@@ -98,7 +98,7 @@ export interface CellProps {
98
98
  }>;
99
99
  }
100
100
  /** Properties for a Table row
101
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
101
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
102
102
  * @public
103
103
  */
104
104
  export interface RowProps {
@@ -111,7 +111,7 @@ export interface RowProps {
111
111
  style?: React.CSSProperties;
112
112
  }
113
113
  /** Cell/Property Editor state
114
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
114
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
115
115
  * @public
116
116
  */
117
117
  export interface TableCellEditorState {
@@ -121,7 +121,7 @@ export interface TableCellEditorState {
121
121
  cellKey?: string;
122
122
  }
123
123
  /** Cell/Property Updated Args
124
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
124
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
125
125
  * @public
126
126
  */
127
127
  export interface TableCellUpdatedArgs {
@@ -130,7 +130,7 @@ export interface TableCellUpdatedArgs {
130
130
  cellKey: string;
131
131
  }
132
132
  /** Arguments for `TableProps.onCellContextMenu` callback
133
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
133
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.
134
134
  * @public
135
135
  */
136
136
  export interface TableCellContextMenuArgs {
@@ -165,7 +165,7 @@ declare const enum UpdateStatus {
165
165
  }
166
166
  /**
167
167
  * Table React component that displays rows and columns in a grid along with a header
168
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this class.
168
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this class.
169
169
  * @public
170
170
  */
171
171
  export declare class Table extends React.Component<TableProps, TableState> {
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../src/components-react/table/component/Table.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../src/components-react/table/component/Table.tsx"],"names":[],"mappings":"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"}
@@ -38,7 +38,7 @@ const TABLE_ROW_HEIGHT = 27;
38
38
  const TABLE_FILTER_ROW_HEIGHT = 32;
39
39
  /**
40
40
  * Specifies table selection target.
41
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
41
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this enum.
42
42
  * @public
43
43
  */
44
44
  export var TableSelectionTarget;
@@ -75,7 +75,7 @@ class TableRowRenderer extends React.Component {
75
75
  }
76
76
  /**
77
77
  * Table React component that displays rows and columns in a grid along with a header
78
- * @deprecated Use the Table component in @itwin/itwinui-react instead, which does not use this class.
78
+ * @deprecated in 3.0. Use the Table component in @itwin/itwinui-react instead, which does not use this class.
79
79
  * @public
80
80
  */
81
81
  export class Table extends React.Component {