@itwin/components-react 3.0.0-dev.82 → 3.0.0-dev.86

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 (528) hide show
  1. package/CHANGELOG.md +1362 -1362
  2. package/README.md +11 -11
  3. package/lib/cjs/components-react/UiComponents.js.map +1 -1
  4. package/lib/cjs/components-react/_target.scss +9 -9
  5. package/lib/cjs/components-react/breadcrumb/BeInspireTree.js.map +1 -1
  6. package/lib/cjs/components-react/breadcrumb/Breadcrumb.js.map +1 -1
  7. package/lib/cjs/components-react/breadcrumb/Breadcrumb.scss +196 -196
  8. package/lib/cjs/components-react/breadcrumb/BreadcrumbDetails.js.map +1 -1
  9. package/lib/cjs/components-react/breadcrumb/BreadcrumbPath.js.map +1 -1
  10. package/lib/cjs/components-react/breadcrumb/BreadcrumbTreeUtils.js.map +1 -1
  11. package/lib/cjs/components-react/common/DateUtils.js.map +1 -1
  12. package/lib/cjs/components-react/common/DelayedSpinner.js.map +1 -1
  13. package/lib/cjs/components-react/common/HighlightedText.js.map +1 -1
  14. package/lib/cjs/components-react/common/HighlightingComponentProps.js.map +1 -1
  15. package/lib/cjs/components-react/common/IImageLoader.js.map +1 -1
  16. package/lib/cjs/components-react/common/ImageRenderer.js.map +1 -1
  17. package/lib/cjs/components-react/common/Links.js.map +1 -1
  18. package/lib/cjs/components-react/common/PageOptions.js.map +1 -1
  19. package/lib/cjs/components-react/common/SubscriptionScheduler.js.map +1 -1
  20. package/lib/cjs/components-react/common/UseAsyncValue.js.map +1 -1
  21. package/lib/cjs/components-react/common/UseContextWithMandatoryProvider.js.map +1 -1
  22. package/lib/cjs/components-react/common/UseDebouncedAsyncValue.js.map +1 -1
  23. package/lib/cjs/components-react/common/UseRerender.js.map +1 -1
  24. package/lib/cjs/components-react/common/countMatchesInString.js.map +1 -1
  25. package/lib/cjs/components-react/common/selection/SelectionHandler.js.map +1 -1
  26. package/lib/cjs/components-react/common/selection/SelectionModes.js.map +1 -1
  27. package/lib/cjs/components-react/common/showhide/ShowHideDialog.js.map +1 -1
  28. package/lib/cjs/components-react/common/showhide/ShowHideItem.js.map +1 -1
  29. package/lib/cjs/components-react/common/showhide/ShowHideMenu.js.map +1 -1
  30. package/lib/cjs/components-react/converters/BooleanTypeConverter.js.map +1 -1
  31. package/lib/cjs/components-react/converters/CompositeTypeConverter.js.map +1 -1
  32. package/lib/cjs/components-react/converters/DateTimeTypeConverter.js.map +1 -1
  33. package/lib/cjs/components-react/converters/EnumTypeConverter.js.map +1 -1
  34. package/lib/cjs/components-react/converters/HexadecimalTypeConverter.js.map +1 -1
  35. package/lib/cjs/components-react/converters/NavigationPropertyTypeConverter.js.map +1 -1
  36. package/lib/cjs/components-react/converters/NumericTypeConverter.js.map +1 -1
  37. package/lib/cjs/components-react/converters/PointTypeConverter.js.map +1 -1
  38. package/lib/cjs/components-react/converters/StringTypeConverter.js.map +1 -1
  39. package/lib/cjs/components-react/converters/TypeConverter.js.map +1 -1
  40. package/lib/cjs/components-react/converters/TypeConverterManager.js.map +1 -1
  41. package/lib/cjs/components-react/converters/valuetypes/ConvertedTypes.js.map +1 -1
  42. package/lib/cjs/components-react/datepicker/DateField.js.map +1 -1
  43. package/lib/cjs/components-react/datepicker/DateField.scss +22 -22
  44. package/lib/cjs/components-react/datepicker/DatePicker.js.map +1 -1
  45. package/lib/cjs/components-react/datepicker/DatePicker.scss +170 -170
  46. package/lib/cjs/components-react/datepicker/DatePickerPopupButton.js.map +1 -1
  47. package/lib/cjs/components-react/datepicker/DatePickerPopupButton.scss +57 -57
  48. package/lib/cjs/components-react/datepicker/IntlFormatter.js.map +1 -1
  49. package/lib/cjs/components-react/datepicker/TimeField.js.map +1 -1
  50. package/lib/cjs/components-react/datepicker/TimeField.scss +73 -73
  51. package/lib/cjs/components-react/editors/BooleanEditor.js.map +1 -1
  52. package/lib/cjs/components-react/editors/BooleanEditor.scss +24 -24
  53. package/lib/cjs/components-react/editors/CustomNumberEditor.js.map +1 -1
  54. package/lib/cjs/components-react/editors/CustomNumberEditor.scss +21 -21
  55. package/lib/cjs/components-react/editors/DateTimeEditor.js.map +1 -1
  56. package/lib/cjs/components-react/editors/DateTimeEditor.scss +9 -9
  57. package/lib/cjs/components-react/editors/EditorContainer.js.map +1 -1
  58. package/lib/cjs/components-react/editors/EditorContainer.scss +6 -6
  59. package/lib/cjs/components-react/editors/EnumButtonGroupEditor.js.map +1 -1
  60. package/lib/cjs/components-react/editors/EnumButtonGroupEditor.scss +182 -182
  61. package/lib/cjs/components-react/editors/EnumEditor.js.map +1 -1
  62. package/lib/cjs/components-react/editors/EnumEditor.scss +22 -22
  63. package/lib/cjs/components-react/editors/IconEditor.js.map +1 -1
  64. package/lib/cjs/components-react/editors/IconEditor.scss +16 -16
  65. package/lib/cjs/components-react/editors/ImageCheckBoxEditor.js.map +1 -1
  66. package/lib/cjs/components-react/editors/ImageCheckBoxEditor.scss +23 -23
  67. package/lib/cjs/components-react/editors/NumericInputEditor.js.map +1 -1
  68. package/lib/cjs/components-react/editors/NumericInputEditor.scss +17 -17
  69. package/lib/cjs/components-react/editors/PopupButton.js.map +1 -1
  70. package/lib/cjs/components-react/editors/PopupButton.scss +119 -119
  71. package/lib/cjs/components-react/editors/PropertyEditorManager.js.map +1 -1
  72. package/lib/cjs/components-react/editors/SliderEditor.js.map +1 -1
  73. package/lib/cjs/components-react/editors/SliderEditor.scss +13 -13
  74. package/lib/cjs/components-react/editors/TextEditor.js.map +1 -1
  75. package/lib/cjs/components-react/editors/TextEditor.scss +21 -21
  76. package/lib/cjs/components-react/editors/TextareaEditor.js.map +1 -1
  77. package/lib/cjs/components-react/editors/TextareaEditor.scss +14 -14
  78. package/lib/cjs/components-react/editors/ThemedEnumEditor.js.map +1 -1
  79. package/lib/cjs/components-react/editors/ThemedEnumEditor.scss +82 -82
  80. package/lib/cjs/components-react/editors/ToggleEditor.js.map +1 -1
  81. package/lib/cjs/components-react/editors/ToggleEditor.scss +25 -25
  82. package/lib/cjs/components-react/editors/variables.scss +6 -6
  83. package/lib/cjs/components-react/favorite/FavoritePropertiesRenderer.js.map +1 -1
  84. package/lib/cjs/components-react/favorite/FavoritePropertyList.js.map +1 -1
  85. package/lib/cjs/components-react/filtering/FilteringInput.js.map +1 -1
  86. package/lib/cjs/components-react/filtering/FilteringInput.scss +68 -68
  87. package/lib/cjs/components-react/filtering/ResultSelector.js.map +1 -1
  88. package/lib/cjs/components-react/filtering/ResultSelector.scss +72 -72
  89. package/lib/cjs/components-react/iconpicker/IconPickerButton.js.map +1 -1
  90. package/lib/cjs/components-react/iconpicker/IconPickerButton.scss +74 -74
  91. package/lib/cjs/components-react/inputs/ParsedInput.js.map +1 -1
  92. package/lib/cjs/components-react/inputs/ParsedInput.scss +23 -23
  93. package/lib/cjs/components-react/properties/ItemStyle.js.map +1 -1
  94. package/lib/cjs/components-react/properties/LinkHandler.js.map +1 -1
  95. package/lib/cjs/components-react/properties/ValueRendererManager.js.map +1 -1
  96. package/lib/cjs/components-react/properties/renderers/ActionButtonList.js.map +1 -1
  97. package/lib/cjs/components-react/properties/renderers/ActionButtonList.scss +25 -25
  98. package/lib/cjs/components-react/properties/renderers/ActionButtonRenderer.js.map +1 -1
  99. package/lib/cjs/components-react/properties/renderers/CommonPropertyRenderer.js.map +1 -1
  100. package/lib/cjs/components-react/properties/renderers/NonPrimitivePropertyRenderer.js.map +1 -1
  101. package/lib/cjs/components-react/properties/renderers/NonPrimitivePropertyRenderer.scss +16 -16
  102. package/lib/cjs/components-react/properties/renderers/PrimitivePropertyRenderer.js.map +1 -1
  103. package/lib/cjs/components-react/properties/renderers/PropertyGridColumns.js.map +1 -1
  104. package/lib/cjs/components-react/properties/renderers/PropertyRenderer.js.map +1 -1
  105. package/lib/cjs/components-react/properties/renderers/PropertyView.js.map +1 -1
  106. package/lib/cjs/components-react/properties/renderers/PropertyView.scss +106 -106
  107. package/lib/cjs/components-react/properties/renderers/label/NonPrimitivePropertyLabelRenderer.js.map +1 -1
  108. package/lib/cjs/components-react/properties/renderers/label/PrimitivePropertyLabelRenderer.js.map +1 -1
  109. package/lib/cjs/components-react/properties/renderers/label/PropertyLabelRenderer.js.map +1 -1
  110. package/lib/cjs/components-react/properties/renderers/label/PropertyLabelRenderer.scss +87 -87
  111. package/lib/cjs/components-react/properties/renderers/value/ArrayPropertyValueRenderer.js.map +1 -1
  112. package/lib/cjs/components-react/properties/renderers/value/DoublePropertyValueRenderer.js.map +1 -1
  113. package/lib/cjs/components-react/properties/renderers/value/MergedPropertyValueRenderer.js.map +1 -1
  114. package/lib/cjs/components-react/properties/renderers/value/MultilineTextPropertyValueRenderer.js.map +1 -1
  115. package/lib/cjs/components-react/properties/renderers/value/NavigationPropertyValueRenderer.js.map +1 -1
  116. package/lib/cjs/components-react/properties/renderers/value/PrimitivePropertyValueRenderer.js.map +1 -1
  117. package/lib/cjs/components-react/properties/renderers/value/StructPropertyValueRenderer.js.map +1 -1
  118. package/lib/cjs/components-react/properties/renderers/value/UrlPropertyValueRenderer.js.map +1 -1
  119. package/lib/cjs/components-react/properties/renderers/value/WithContextStyle.js.map +1 -1
  120. package/lib/cjs/components-react/properties/renderers/value/table/ArrayValueRenderer.js.map +1 -1
  121. package/lib/cjs/components-react/properties/renderers/value/table/NonPrimitiveValueRenderer.js.map +1 -1
  122. package/lib/cjs/components-react/properties/renderers/value/table/NonPrimitiveValueRenderer.scss +10 -10
  123. package/lib/cjs/components-react/properties/renderers/value/table/StructValueRenderer.js.map +1 -1
  124. package/lib/cjs/components-react/propertygrid/PropertyCategoryRendererManager.js.map +1 -1
  125. package/lib/cjs/components-react/propertygrid/PropertyDataProvider.js.map +1 -1
  126. package/lib/cjs/components-react/propertygrid/SimplePropertyDataProvider.js.map +1 -1
  127. package/lib/cjs/components-react/propertygrid/component/ColumnResizingPropertyListPropsSupplier.js.map +1 -1
  128. package/lib/cjs/components-react/propertygrid/component/FlatItemNestedBorderWrapper.js.map +1 -1
  129. package/lib/cjs/components-react/propertygrid/component/PropertyCategoryBlock.js.map +1 -1
  130. package/lib/cjs/components-react/propertygrid/component/PropertyGrid.js.map +1 -1
  131. package/lib/cjs/components-react/propertygrid/component/PropertyGrid.scss +75 -75
  132. package/lib/cjs/components-react/propertygrid/component/PropertyGridCommons.js.map +1 -1
  133. package/lib/cjs/components-react/propertygrid/component/PropertyGridEventsRelatedPropsSupplier.js.map +1 -1
  134. package/lib/cjs/components-react/propertygrid/component/PropertyList.js.map +1 -1
  135. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.js.map +1 -1
  136. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +94 -94
  137. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.js.map +1 -1
  138. package/lib/cjs/components-react/propertygrid/dataproviders/FilteringDataProvider.js.map +1 -1
  139. package/lib/cjs/components-react/propertygrid/dataproviders/filterers/CompositePropertyDataFilterer.js.map +1 -1
  140. package/lib/cjs/components-react/propertygrid/dataproviders/filterers/DisplayValuePropertyDataFilterer.js.map +1 -1
  141. package/lib/cjs/components-react/propertygrid/dataproviders/filterers/LabelPropertyDataFilterer.js.map +1 -1
  142. package/lib/cjs/components-react/propertygrid/dataproviders/filterers/PropertyCategoryLabelFilterer.js.map +1 -1
  143. package/lib/cjs/components-react/propertygrid/dataproviders/filterers/PropertyDataFiltererBase.js.map +1 -1
  144. package/lib/cjs/components-react/propertygrid/internal/PropertyGridEventHandler.js.map +1 -1
  145. package/lib/cjs/components-react/propertygrid/internal/PropertyGridHooks.js.map +1 -1
  146. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModel.js.map +1 -1
  147. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelChangeEvent.js.map +1 -1
  148. package/lib/cjs/components-react/propertygrid/internal/PropertyGridModelSource.js.map +1 -1
  149. package/lib/cjs/components-react/propertygrid/internal/flat-items/FlatGridItem.js.map +1 -1
  150. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.js.map +1 -1
  151. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.js.map +1 -1
  152. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.js.map +1 -1
  153. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableCustomGridCategory.js.map +1 -1
  154. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.js.map +1 -1
  155. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridCategory.js.map +1 -1
  156. package/lib/cjs/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.js.map +1 -1
  157. package/lib/cjs/components-react/propertygrid/internal/flat-properties/FlatNonPrimitivePropertyRenderer.js.map +1 -1
  158. package/lib/cjs/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.js.map +1 -1
  159. package/lib/cjs/components-react/selectable-content/SelectableContent.js.map +1 -1
  160. package/lib/cjs/components-react/selectable-content/SelectableContent.scss +19 -19
  161. package/lib/cjs/components-react/table/SimpleTableDataProvider.js.map +1 -1
  162. package/lib/cjs/components-react/table/TableDataProvider.js.map +1 -1
  163. package/lib/cjs/components-react/table/columnfiltering/ColumnFiltering.js.map +1 -1
  164. package/lib/cjs/components-react/table/columnfiltering/ColumnFiltering.scss +78 -78
  165. package/lib/cjs/components-react/table/columnfiltering/ColumnFilteringUtilities.js.map +1 -1
  166. package/lib/cjs/components-react/table/columnfiltering/DataGridFilterParser.d.ts.map +1 -1
  167. package/lib/cjs/components-react/table/columnfiltering/DataGridFilterParser.js +1 -0
  168. package/lib/cjs/components-react/table/columnfiltering/DataGridFilterParser.js.map +1 -1
  169. package/lib/cjs/components-react/table/columnfiltering/FilterableColumnBase.js.map +1 -1
  170. package/lib/cjs/components-react/table/columnfiltering/TableColumnFilterDescriptor.js.map +1 -1
  171. package/lib/cjs/components-react/table/columnfiltering/TableFilterDescriptor.js.map +1 -1
  172. package/lib/cjs/components-react/table/columnfiltering/TableFilterDescriptorCollection.js.map +1 -1
  173. package/lib/cjs/components-react/table/columnfiltering/data-grid-addons/AutoCompleteFilter.js.map +1 -1
  174. package/lib/cjs/components-react/table/columnfiltering/data-grid-addons/MultiSelectFilter.js.map +1 -1
  175. package/lib/cjs/components-react/table/columnfiltering/data-grid-addons/NumericFilter.d.ts.map +1 -1
  176. package/lib/cjs/components-react/table/columnfiltering/data-grid-addons/NumericFilter.js +1 -0
  177. package/lib/cjs/components-react/table/columnfiltering/data-grid-addons/NumericFilter.js.map +1 -1
  178. package/lib/cjs/components-react/table/columnfiltering/data-grid-addons/SingleSelectFilter.js.map +1 -1
  179. package/lib/cjs/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.d.ts.map +1 -1
  180. package/lib/cjs/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.js +1 -0
  181. package/lib/cjs/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.js.map +1 -1
  182. package/lib/cjs/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.scss +35 -35
  183. package/lib/cjs/components-react/table/component/ColumnDragLayer.js.map +1 -1
  184. package/lib/cjs/components-react/table/component/DragDropHeaderCell.js.map +1 -1
  185. package/lib/cjs/components-react/table/component/Table.d.ts +8 -8
  186. package/lib/cjs/components-react/table/component/Table.d.ts.map +1 -1
  187. package/lib/cjs/components-react/table/component/Table.js +3 -2
  188. package/lib/cjs/components-react/table/component/Table.js.map +1 -1
  189. package/lib/cjs/components-react/table/component/Table.scss +200 -200
  190. package/lib/cjs/components-react/table/component/TableCell.d.ts +5 -5
  191. package/lib/cjs/components-react/table/component/TableCell.d.ts.map +1 -1
  192. package/lib/cjs/components-react/table/component/TableCell.js +3 -2
  193. package/lib/cjs/components-react/table/component/TableCell.js.map +1 -1
  194. package/lib/cjs/components-react/table/component/TableCell.scss +48 -48
  195. package/lib/cjs/components-react/table/component/TableColumn.d.ts +1 -1
  196. package/lib/cjs/components-react/table/component/TableColumn.d.ts.map +1 -1
  197. package/lib/cjs/components-react/table/component/TableColumn.js +1 -0
  198. package/lib/cjs/components-react/table/component/TableColumn.js.map +1 -1
  199. package/lib/cjs/components-react/table/component/dragdrop/BeDragDropContext.js.map +1 -1
  200. package/lib/cjs/components-react/table/component/dragdrop/DragDropDef.js.map +1 -1
  201. package/lib/cjs/components-react/table/component/dragdrop/withDragSource.js.map +1 -1
  202. package/lib/cjs/components-react/table/component/dragdrop/withDropTarget.js.map +1 -1
  203. package/lib/cjs/components-react/toolbar/Item.js.map +1 -1
  204. package/lib/cjs/components-react/toolbar/Item.scss +122 -122
  205. package/lib/cjs/components-react/toolbar/ItemWrapper.js.map +1 -1
  206. package/lib/cjs/components-react/toolbar/ItemWrapper.scss +10 -10
  207. package/lib/cjs/components-react/toolbar/Items.js.map +1 -1
  208. package/lib/cjs/components-react/toolbar/Items.scss +94 -94
  209. package/lib/cjs/components-react/toolbar/Overflow.js.map +1 -1
  210. package/lib/cjs/components-react/toolbar/Overflow.scss +48 -48
  211. package/lib/cjs/components-react/toolbar/OverflowPanel.js.map +1 -1
  212. package/lib/cjs/components-react/toolbar/OverflowPanel.scss +37 -37
  213. package/lib/cjs/components-react/toolbar/PopupItem.js.map +1 -1
  214. package/lib/cjs/components-react/toolbar/PopupItem.scss +75 -75
  215. package/lib/cjs/components-react/toolbar/PopupItemWithDrag.js.map +1 -1
  216. package/lib/cjs/components-react/toolbar/PopupItemsPanel.js.map +1 -1
  217. package/lib/cjs/components-react/toolbar/Toolbar.js.map +1 -1
  218. package/lib/cjs/components-react/toolbar/Toolbar.scss +18 -18
  219. package/lib/cjs/components-react/toolbar/ToolbarWithOverflow.js.map +1 -1
  220. package/lib/cjs/components-react/toolbar/_variables.scss +34 -34
  221. package/lib/cjs/components-react/toolbar/groupPanel/BackArrow.js.map +1 -1
  222. package/lib/cjs/components-react/toolbar/groupPanel/BackArrow.scss +44 -44
  223. package/lib/cjs/components-react/toolbar/groupPanel/Column.js.map +1 -1
  224. package/lib/cjs/components-react/toolbar/groupPanel/Column.scss +9 -9
  225. package/lib/cjs/components-react/toolbar/groupPanel/Columns.js.map +1 -1
  226. package/lib/cjs/components-react/toolbar/groupPanel/Columns.scss +10 -10
  227. package/lib/cjs/components-react/toolbar/groupPanel/Panel.js.map +1 -1
  228. package/lib/cjs/components-react/toolbar/groupPanel/Panel.scss +17 -17
  229. package/lib/cjs/components-react/toolbar/groupPanel/Title.js.map +1 -1
  230. package/lib/cjs/components-react/toolbar/groupPanel/Title.scss +34 -34
  231. package/lib/cjs/components-react/toolbar/groupPanel/_variables.scss +16 -16
  232. package/lib/cjs/components-react/toolbar/groupPanel/tool/Expander.js.map +1 -1
  233. package/lib/cjs/components-react/toolbar/groupPanel/tool/Expander.scss +29 -29
  234. package/lib/cjs/components-react/toolbar/groupPanel/tool/Tool.js.map +1 -1
  235. package/lib/cjs/components-react/toolbar/groupPanel/tool/Tool.scss +146 -146
  236. package/lib/cjs/components-react/toolbar/groupPanel/tool/_variables.scss +12 -12
  237. package/lib/cjs/components-react/toolbar/useDragInteraction.js.map +1 -1
  238. package/lib/cjs/components-react/toolbar/utilities/Direction.js.map +1 -1
  239. package/lib/cjs/components-react/tree/HighlightingEngine.js.map +1 -1
  240. package/lib/cjs/components-react/tree/HighlightingEngine.scss +7 -7
  241. package/lib/cjs/components-react/tree/ImageLoader.js.map +1 -1
  242. package/lib/cjs/components-react/tree/SimpleTreeDataProvider.js.map +1 -1
  243. package/lib/cjs/components-react/tree/TreeComponentTestId.js.map +1 -1
  244. package/lib/cjs/components-react/tree/TreeDataProvider.js.map +1 -1
  245. package/lib/cjs/components-react/tree/controlled/Observable.js.map +1 -1
  246. package/lib/cjs/components-react/tree/controlled/TreeActions.js.map +1 -1
  247. package/lib/cjs/components-react/tree/controlled/TreeEventDispatcher.js.map +1 -1
  248. package/lib/cjs/components-react/tree/controlled/TreeEventHandler.js.map +1 -1
  249. package/lib/cjs/components-react/tree/controlled/TreeEvents.js.map +1 -1
  250. package/lib/cjs/components-react/tree/controlled/TreeHooks.js.map +1 -1
  251. package/lib/cjs/components-react/tree/controlled/TreeModel.js.map +1 -1
  252. package/lib/cjs/components-react/tree/controlled/TreeModelSource.js.map +1 -1
  253. package/lib/cjs/components-react/tree/controlled/TreeNodeLoader.js.map +1 -1
  254. package/lib/cjs/components-react/tree/controlled/component/ControlledTree.js.map +1 -1
  255. package/lib/cjs/components-react/tree/controlled/component/ControlledTree.scss +102 -102
  256. package/lib/cjs/components-react/tree/controlled/component/NodeContent.js.map +1 -1
  257. package/lib/cjs/components-react/tree/controlled/component/NodeContent.scss +28 -28
  258. package/lib/cjs/components-react/tree/controlled/component/TreeNodeEditor.js.map +1 -1
  259. package/lib/cjs/components-react/tree/controlled/component/TreeNodeRenderer.js.map +1 -1
  260. package/lib/cjs/components-react/tree/controlled/component/TreeRenderer.js.map +1 -1
  261. package/lib/cjs/components-react/tree/controlled/internal/SparseTree.js.map +1 -1
  262. package/lib/cjs/components-react/tree/controlled/internal/TreeModelMutator.js.map +1 -1
  263. package/lib/cjs/components-react/tree/controlled/internal/TreeSelectionManager.js.map +1 -1
  264. package/lib/cjs/components-react.js.map +1 -1
  265. package/lib/esm/components-react/UiComponents.js.map +1 -1
  266. package/lib/esm/components-react/_target.scss +9 -9
  267. package/lib/esm/components-react/breadcrumb/BeInspireTree.js.map +1 -1
  268. package/lib/esm/components-react/breadcrumb/Breadcrumb.js.map +1 -1
  269. package/lib/esm/components-react/breadcrumb/Breadcrumb.scss +196 -196
  270. package/lib/esm/components-react/breadcrumb/BreadcrumbDetails.js.map +1 -1
  271. package/lib/esm/components-react/breadcrumb/BreadcrumbPath.js.map +1 -1
  272. package/lib/esm/components-react/breadcrumb/BreadcrumbTreeUtils.js.map +1 -1
  273. package/lib/esm/components-react/common/DateUtils.js.map +1 -1
  274. package/lib/esm/components-react/common/DelayedSpinner.js.map +1 -1
  275. package/lib/esm/components-react/common/HighlightedText.js.map +1 -1
  276. package/lib/esm/components-react/common/HighlightingComponentProps.js.map +1 -1
  277. package/lib/esm/components-react/common/IImageLoader.js.map +1 -1
  278. package/lib/esm/components-react/common/ImageRenderer.js.map +1 -1
  279. package/lib/esm/components-react/common/Links.js.map +1 -1
  280. package/lib/esm/components-react/common/PageOptions.js.map +1 -1
  281. package/lib/esm/components-react/common/SubscriptionScheduler.js.map +1 -1
  282. package/lib/esm/components-react/common/UseAsyncValue.js.map +1 -1
  283. package/lib/esm/components-react/common/UseContextWithMandatoryProvider.js.map +1 -1
  284. package/lib/esm/components-react/common/UseDebouncedAsyncValue.js.map +1 -1
  285. package/lib/esm/components-react/common/UseRerender.js.map +1 -1
  286. package/lib/esm/components-react/common/countMatchesInString.js.map +1 -1
  287. package/lib/esm/components-react/common/selection/SelectionHandler.js.map +1 -1
  288. package/lib/esm/components-react/common/selection/SelectionModes.js.map +1 -1
  289. package/lib/esm/components-react/common/showhide/ShowHideDialog.js.map +1 -1
  290. package/lib/esm/components-react/common/showhide/ShowHideItem.js.map +1 -1
  291. package/lib/esm/components-react/common/showhide/ShowHideMenu.js.map +1 -1
  292. package/lib/esm/components-react/converters/BooleanTypeConverter.js.map +1 -1
  293. package/lib/esm/components-react/converters/CompositeTypeConverter.js.map +1 -1
  294. package/lib/esm/components-react/converters/DateTimeTypeConverter.js.map +1 -1
  295. package/lib/esm/components-react/converters/EnumTypeConverter.js.map +1 -1
  296. package/lib/esm/components-react/converters/HexadecimalTypeConverter.js.map +1 -1
  297. package/lib/esm/components-react/converters/NavigationPropertyTypeConverter.js.map +1 -1
  298. package/lib/esm/components-react/converters/NumericTypeConverter.js.map +1 -1
  299. package/lib/esm/components-react/converters/PointTypeConverter.js.map +1 -1
  300. package/lib/esm/components-react/converters/StringTypeConverter.js.map +1 -1
  301. package/lib/esm/components-react/converters/TypeConverter.js.map +1 -1
  302. package/lib/esm/components-react/converters/TypeConverterManager.js.map +1 -1
  303. package/lib/esm/components-react/converters/valuetypes/ConvertedTypes.js.map +1 -1
  304. package/lib/esm/components-react/datepicker/DateField.js.map +1 -1
  305. package/lib/esm/components-react/datepicker/DateField.scss +22 -22
  306. package/lib/esm/components-react/datepicker/DatePicker.js.map +1 -1
  307. package/lib/esm/components-react/datepicker/DatePicker.scss +170 -170
  308. package/lib/esm/components-react/datepicker/DatePickerPopupButton.js.map +1 -1
  309. package/lib/esm/components-react/datepicker/DatePickerPopupButton.scss +57 -57
  310. package/lib/esm/components-react/datepicker/IntlFormatter.js.map +1 -1
  311. package/lib/esm/components-react/datepicker/TimeField.js.map +1 -1
  312. package/lib/esm/components-react/datepicker/TimeField.scss +73 -73
  313. package/lib/esm/components-react/editors/BooleanEditor.js.map +1 -1
  314. package/lib/esm/components-react/editors/BooleanEditor.scss +24 -24
  315. package/lib/esm/components-react/editors/CustomNumberEditor.js.map +1 -1
  316. package/lib/esm/components-react/editors/CustomNumberEditor.scss +21 -21
  317. package/lib/esm/components-react/editors/DateTimeEditor.js.map +1 -1
  318. package/lib/esm/components-react/editors/DateTimeEditor.scss +9 -9
  319. package/lib/esm/components-react/editors/EditorContainer.js.map +1 -1
  320. package/lib/esm/components-react/editors/EditorContainer.scss +6 -6
  321. package/lib/esm/components-react/editors/EnumButtonGroupEditor.js.map +1 -1
  322. package/lib/esm/components-react/editors/EnumButtonGroupEditor.scss +182 -182
  323. package/lib/esm/components-react/editors/EnumEditor.js.map +1 -1
  324. package/lib/esm/components-react/editors/EnumEditor.scss +22 -22
  325. package/lib/esm/components-react/editors/IconEditor.js.map +1 -1
  326. package/lib/esm/components-react/editors/IconEditor.scss +16 -16
  327. package/lib/esm/components-react/editors/ImageCheckBoxEditor.js.map +1 -1
  328. package/lib/esm/components-react/editors/ImageCheckBoxEditor.scss +23 -23
  329. package/lib/esm/components-react/editors/NumericInputEditor.js.map +1 -1
  330. package/lib/esm/components-react/editors/NumericInputEditor.scss +17 -17
  331. package/lib/esm/components-react/editors/PopupButton.js.map +1 -1
  332. package/lib/esm/components-react/editors/PopupButton.scss +119 -119
  333. package/lib/esm/components-react/editors/PropertyEditorManager.js.map +1 -1
  334. package/lib/esm/components-react/editors/SliderEditor.js.map +1 -1
  335. package/lib/esm/components-react/editors/SliderEditor.scss +13 -13
  336. package/lib/esm/components-react/editors/TextEditor.js.map +1 -1
  337. package/lib/esm/components-react/editors/TextEditor.scss +21 -21
  338. package/lib/esm/components-react/editors/TextareaEditor.js.map +1 -1
  339. package/lib/esm/components-react/editors/TextareaEditor.scss +14 -14
  340. package/lib/esm/components-react/editors/ThemedEnumEditor.js.map +1 -1
  341. package/lib/esm/components-react/editors/ThemedEnumEditor.scss +82 -82
  342. package/lib/esm/components-react/editors/ToggleEditor.js.map +1 -1
  343. package/lib/esm/components-react/editors/ToggleEditor.scss +25 -25
  344. package/lib/esm/components-react/editors/variables.scss +6 -6
  345. package/lib/esm/components-react/favorite/FavoritePropertiesRenderer.js.map +1 -1
  346. package/lib/esm/components-react/favorite/FavoritePropertyList.js.map +1 -1
  347. package/lib/esm/components-react/filtering/FilteringInput.js.map +1 -1
  348. package/lib/esm/components-react/filtering/FilteringInput.scss +68 -68
  349. package/lib/esm/components-react/filtering/ResultSelector.js.map +1 -1
  350. package/lib/esm/components-react/filtering/ResultSelector.scss +72 -72
  351. package/lib/esm/components-react/iconpicker/IconPickerButton.js.map +1 -1
  352. package/lib/esm/components-react/iconpicker/IconPickerButton.scss +74 -74
  353. package/lib/esm/components-react/inputs/ParsedInput.js.map +1 -1
  354. package/lib/esm/components-react/inputs/ParsedInput.scss +23 -23
  355. package/lib/esm/components-react/properties/ItemStyle.js.map +1 -1
  356. package/lib/esm/components-react/properties/LinkHandler.js.map +1 -1
  357. package/lib/esm/components-react/properties/ValueRendererManager.js.map +1 -1
  358. package/lib/esm/components-react/properties/renderers/ActionButtonList.js.map +1 -1
  359. package/lib/esm/components-react/properties/renderers/ActionButtonList.scss +25 -25
  360. package/lib/esm/components-react/properties/renderers/ActionButtonRenderer.js.map +1 -1
  361. package/lib/esm/components-react/properties/renderers/CommonPropertyRenderer.js.map +1 -1
  362. package/lib/esm/components-react/properties/renderers/NonPrimitivePropertyRenderer.js.map +1 -1
  363. package/lib/esm/components-react/properties/renderers/NonPrimitivePropertyRenderer.scss +16 -16
  364. package/lib/esm/components-react/properties/renderers/PrimitivePropertyRenderer.js.map +1 -1
  365. package/lib/esm/components-react/properties/renderers/PropertyGridColumns.js.map +1 -1
  366. package/lib/esm/components-react/properties/renderers/PropertyRenderer.js.map +1 -1
  367. package/lib/esm/components-react/properties/renderers/PropertyView.js.map +1 -1
  368. package/lib/esm/components-react/properties/renderers/PropertyView.scss +106 -106
  369. package/lib/esm/components-react/properties/renderers/label/NonPrimitivePropertyLabelRenderer.js.map +1 -1
  370. package/lib/esm/components-react/properties/renderers/label/PrimitivePropertyLabelRenderer.js.map +1 -1
  371. package/lib/esm/components-react/properties/renderers/label/PropertyLabelRenderer.js.map +1 -1
  372. package/lib/esm/components-react/properties/renderers/label/PropertyLabelRenderer.scss +87 -87
  373. package/lib/esm/components-react/properties/renderers/value/ArrayPropertyValueRenderer.js.map +1 -1
  374. package/lib/esm/components-react/properties/renderers/value/DoublePropertyValueRenderer.js.map +1 -1
  375. package/lib/esm/components-react/properties/renderers/value/MergedPropertyValueRenderer.js.map +1 -1
  376. package/lib/esm/components-react/properties/renderers/value/MultilineTextPropertyValueRenderer.js.map +1 -1
  377. package/lib/esm/components-react/properties/renderers/value/NavigationPropertyValueRenderer.js.map +1 -1
  378. package/lib/esm/components-react/properties/renderers/value/PrimitivePropertyValueRenderer.js.map +1 -1
  379. package/lib/esm/components-react/properties/renderers/value/StructPropertyValueRenderer.js.map +1 -1
  380. package/lib/esm/components-react/properties/renderers/value/UrlPropertyValueRenderer.js.map +1 -1
  381. package/lib/esm/components-react/properties/renderers/value/WithContextStyle.js.map +1 -1
  382. package/lib/esm/components-react/properties/renderers/value/table/ArrayValueRenderer.js.map +1 -1
  383. package/lib/esm/components-react/properties/renderers/value/table/NonPrimitiveValueRenderer.js.map +1 -1
  384. package/lib/esm/components-react/properties/renderers/value/table/NonPrimitiveValueRenderer.scss +10 -10
  385. package/lib/esm/components-react/properties/renderers/value/table/StructValueRenderer.js.map +1 -1
  386. package/lib/esm/components-react/propertygrid/PropertyCategoryRendererManager.js.map +1 -1
  387. package/lib/esm/components-react/propertygrid/PropertyDataProvider.js.map +1 -1
  388. package/lib/esm/components-react/propertygrid/SimplePropertyDataProvider.js.map +1 -1
  389. package/lib/esm/components-react/propertygrid/component/ColumnResizingPropertyListPropsSupplier.js.map +1 -1
  390. package/lib/esm/components-react/propertygrid/component/FlatItemNestedBorderWrapper.js.map +1 -1
  391. package/lib/esm/components-react/propertygrid/component/PropertyCategoryBlock.js.map +1 -1
  392. package/lib/esm/components-react/propertygrid/component/PropertyGrid.js.map +1 -1
  393. package/lib/esm/components-react/propertygrid/component/PropertyGrid.scss +75 -75
  394. package/lib/esm/components-react/propertygrid/component/PropertyGridCommons.js.map +1 -1
  395. package/lib/esm/components-react/propertygrid/component/PropertyGridEventsRelatedPropsSupplier.js.map +1 -1
  396. package/lib/esm/components-react/propertygrid/component/PropertyList.js.map +1 -1
  397. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.js.map +1 -1
  398. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +94 -94
  399. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGridWithDataProvider.js.map +1 -1
  400. package/lib/esm/components-react/propertygrid/dataproviders/FilteringDataProvider.js.map +1 -1
  401. package/lib/esm/components-react/propertygrid/dataproviders/filterers/CompositePropertyDataFilterer.js.map +1 -1
  402. package/lib/esm/components-react/propertygrid/dataproviders/filterers/DisplayValuePropertyDataFilterer.js.map +1 -1
  403. package/lib/esm/components-react/propertygrid/dataproviders/filterers/LabelPropertyDataFilterer.js.map +1 -1
  404. package/lib/esm/components-react/propertygrid/dataproviders/filterers/PropertyCategoryLabelFilterer.js.map +1 -1
  405. package/lib/esm/components-react/propertygrid/dataproviders/filterers/PropertyDataFiltererBase.js.map +1 -1
  406. package/lib/esm/components-react/propertygrid/internal/PropertyGridEventHandler.js.map +1 -1
  407. package/lib/esm/components-react/propertygrid/internal/PropertyGridHooks.js.map +1 -1
  408. package/lib/esm/components-react/propertygrid/internal/PropertyGridModel.js.map +1 -1
  409. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelChangeEvent.js.map +1 -1
  410. package/lib/esm/components-react/propertygrid/internal/PropertyGridModelSource.js.map +1 -1
  411. package/lib/esm/components-react/propertygrid/internal/flat-items/FlatGridItem.js.map +1 -1
  412. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedArrayProperty.js.map +1 -1
  413. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedPrimitiveProperty.js.map +1 -1
  414. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCategorizedStructProperty.js.map +1 -1
  415. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableCustomGridCategory.js.map +1 -1
  416. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableFlatGridItem.js.map +1 -1
  417. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridCategory.js.map +1 -1
  418. package/lib/esm/components-react/propertygrid/internal/flat-items/MutableGridItemFactory.js.map +1 -1
  419. package/lib/esm/components-react/propertygrid/internal/flat-properties/FlatNonPrimitivePropertyRenderer.js.map +1 -1
  420. package/lib/esm/components-react/propertygrid/internal/flat-properties/FlatPropertyRenderer.js.map +1 -1
  421. package/lib/esm/components-react/selectable-content/SelectableContent.js.map +1 -1
  422. package/lib/esm/components-react/selectable-content/SelectableContent.scss +19 -19
  423. package/lib/esm/components-react/table/SimpleTableDataProvider.js.map +1 -1
  424. package/lib/esm/components-react/table/TableDataProvider.js.map +1 -1
  425. package/lib/esm/components-react/table/columnfiltering/ColumnFiltering.js.map +1 -1
  426. package/lib/esm/components-react/table/columnfiltering/ColumnFiltering.scss +78 -78
  427. package/lib/esm/components-react/table/columnfiltering/ColumnFilteringUtilities.js.map +1 -1
  428. package/lib/esm/components-react/table/columnfiltering/DataGridFilterParser.d.ts.map +1 -1
  429. package/lib/esm/components-react/table/columnfiltering/DataGridFilterParser.js +1 -0
  430. package/lib/esm/components-react/table/columnfiltering/DataGridFilterParser.js.map +1 -1
  431. package/lib/esm/components-react/table/columnfiltering/FilterableColumnBase.js.map +1 -1
  432. package/lib/esm/components-react/table/columnfiltering/TableColumnFilterDescriptor.js.map +1 -1
  433. package/lib/esm/components-react/table/columnfiltering/TableFilterDescriptor.js.map +1 -1
  434. package/lib/esm/components-react/table/columnfiltering/TableFilterDescriptorCollection.js.map +1 -1
  435. package/lib/esm/components-react/table/columnfiltering/data-grid-addons/AutoCompleteFilter.js.map +1 -1
  436. package/lib/esm/components-react/table/columnfiltering/data-grid-addons/MultiSelectFilter.js.map +1 -1
  437. package/lib/esm/components-react/table/columnfiltering/data-grid-addons/NumericFilter.d.ts.map +1 -1
  438. package/lib/esm/components-react/table/columnfiltering/data-grid-addons/NumericFilter.js +1 -0
  439. package/lib/esm/components-react/table/columnfiltering/data-grid-addons/NumericFilter.js.map +1 -1
  440. package/lib/esm/components-react/table/columnfiltering/data-grid-addons/SingleSelectFilter.js.map +1 -1
  441. package/lib/esm/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.d.ts.map +1 -1
  442. package/lib/esm/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.js +1 -0
  443. package/lib/esm/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.js.map +1 -1
  444. package/lib/esm/components-react/table/columnfiltering/multi-value-filter/MultiValueFilter.scss +35 -35
  445. package/lib/esm/components-react/table/component/ColumnDragLayer.js.map +1 -1
  446. package/lib/esm/components-react/table/component/DragDropHeaderCell.js.map +1 -1
  447. package/lib/esm/components-react/table/component/Table.d.ts +8 -8
  448. package/lib/esm/components-react/table/component/Table.d.ts.map +1 -1
  449. package/lib/esm/components-react/table/component/Table.js +3 -2
  450. package/lib/esm/components-react/table/component/Table.js.map +1 -1
  451. package/lib/esm/components-react/table/component/Table.scss +200 -200
  452. package/lib/esm/components-react/table/component/TableCell.d.ts +5 -5
  453. package/lib/esm/components-react/table/component/TableCell.d.ts.map +1 -1
  454. package/lib/esm/components-react/table/component/TableCell.js +3 -2
  455. package/lib/esm/components-react/table/component/TableCell.js.map +1 -1
  456. package/lib/esm/components-react/table/component/TableCell.scss +48 -48
  457. package/lib/esm/components-react/table/component/TableColumn.d.ts +1 -1
  458. package/lib/esm/components-react/table/component/TableColumn.d.ts.map +1 -1
  459. package/lib/esm/components-react/table/component/TableColumn.js +1 -0
  460. package/lib/esm/components-react/table/component/TableColumn.js.map +1 -1
  461. package/lib/esm/components-react/table/component/dragdrop/BeDragDropContext.js.map +1 -1
  462. package/lib/esm/components-react/table/component/dragdrop/DragDropDef.js.map +1 -1
  463. package/lib/esm/components-react/table/component/dragdrop/withDragSource.js.map +1 -1
  464. package/lib/esm/components-react/table/component/dragdrop/withDropTarget.js.map +1 -1
  465. package/lib/esm/components-react/toolbar/Item.js.map +1 -1
  466. package/lib/esm/components-react/toolbar/Item.scss +122 -122
  467. package/lib/esm/components-react/toolbar/ItemWrapper.js.map +1 -1
  468. package/lib/esm/components-react/toolbar/ItemWrapper.scss +10 -10
  469. package/lib/esm/components-react/toolbar/Items.js.map +1 -1
  470. package/lib/esm/components-react/toolbar/Items.scss +94 -94
  471. package/lib/esm/components-react/toolbar/Overflow.js.map +1 -1
  472. package/lib/esm/components-react/toolbar/Overflow.scss +48 -48
  473. package/lib/esm/components-react/toolbar/OverflowPanel.js.map +1 -1
  474. package/lib/esm/components-react/toolbar/OverflowPanel.scss +37 -37
  475. package/lib/esm/components-react/toolbar/PopupItem.js.map +1 -1
  476. package/lib/esm/components-react/toolbar/PopupItem.scss +75 -75
  477. package/lib/esm/components-react/toolbar/PopupItemWithDrag.js.map +1 -1
  478. package/lib/esm/components-react/toolbar/PopupItemsPanel.js.map +1 -1
  479. package/lib/esm/components-react/toolbar/Toolbar.js.map +1 -1
  480. package/lib/esm/components-react/toolbar/Toolbar.scss +18 -18
  481. package/lib/esm/components-react/toolbar/ToolbarWithOverflow.js.map +1 -1
  482. package/lib/esm/components-react/toolbar/_variables.scss +34 -34
  483. package/lib/esm/components-react/toolbar/groupPanel/BackArrow.js.map +1 -1
  484. package/lib/esm/components-react/toolbar/groupPanel/BackArrow.scss +44 -44
  485. package/lib/esm/components-react/toolbar/groupPanel/Column.js.map +1 -1
  486. package/lib/esm/components-react/toolbar/groupPanel/Column.scss +9 -9
  487. package/lib/esm/components-react/toolbar/groupPanel/Columns.js.map +1 -1
  488. package/lib/esm/components-react/toolbar/groupPanel/Columns.scss +10 -10
  489. package/lib/esm/components-react/toolbar/groupPanel/Panel.js.map +1 -1
  490. package/lib/esm/components-react/toolbar/groupPanel/Panel.scss +17 -17
  491. package/lib/esm/components-react/toolbar/groupPanel/Title.js.map +1 -1
  492. package/lib/esm/components-react/toolbar/groupPanel/Title.scss +34 -34
  493. package/lib/esm/components-react/toolbar/groupPanel/_variables.scss +16 -16
  494. package/lib/esm/components-react/toolbar/groupPanel/tool/Expander.js.map +1 -1
  495. package/lib/esm/components-react/toolbar/groupPanel/tool/Expander.scss +29 -29
  496. package/lib/esm/components-react/toolbar/groupPanel/tool/Tool.js.map +1 -1
  497. package/lib/esm/components-react/toolbar/groupPanel/tool/Tool.scss +146 -146
  498. package/lib/esm/components-react/toolbar/groupPanel/tool/_variables.scss +12 -12
  499. package/lib/esm/components-react/toolbar/useDragInteraction.js.map +1 -1
  500. package/lib/esm/components-react/toolbar/utilities/Direction.js.map +1 -1
  501. package/lib/esm/components-react/tree/HighlightingEngine.js.map +1 -1
  502. package/lib/esm/components-react/tree/HighlightingEngine.scss +7 -7
  503. package/lib/esm/components-react/tree/ImageLoader.js.map +1 -1
  504. package/lib/esm/components-react/tree/SimpleTreeDataProvider.js.map +1 -1
  505. package/lib/esm/components-react/tree/TreeComponentTestId.js.map +1 -1
  506. package/lib/esm/components-react/tree/TreeDataProvider.js.map +1 -1
  507. package/lib/esm/components-react/tree/controlled/Observable.js.map +1 -1
  508. package/lib/esm/components-react/tree/controlled/TreeActions.js.map +1 -1
  509. package/lib/esm/components-react/tree/controlled/TreeEventDispatcher.js.map +1 -1
  510. package/lib/esm/components-react/tree/controlled/TreeEventHandler.js.map +1 -1
  511. package/lib/esm/components-react/tree/controlled/TreeEvents.js.map +1 -1
  512. package/lib/esm/components-react/tree/controlled/TreeHooks.js.map +1 -1
  513. package/lib/esm/components-react/tree/controlled/TreeModel.js.map +1 -1
  514. package/lib/esm/components-react/tree/controlled/TreeModelSource.js.map +1 -1
  515. package/lib/esm/components-react/tree/controlled/TreeNodeLoader.js.map +1 -1
  516. package/lib/esm/components-react/tree/controlled/component/ControlledTree.js.map +1 -1
  517. package/lib/esm/components-react/tree/controlled/component/ControlledTree.scss +102 -102
  518. package/lib/esm/components-react/tree/controlled/component/NodeContent.js.map +1 -1
  519. package/lib/esm/components-react/tree/controlled/component/NodeContent.scss +28 -28
  520. package/lib/esm/components-react/tree/controlled/component/TreeNodeEditor.js.map +1 -1
  521. package/lib/esm/components-react/tree/controlled/component/TreeNodeRenderer.js.map +1 -1
  522. package/lib/esm/components-react/tree/controlled/component/TreeRenderer.js.map +1 -1
  523. package/lib/esm/components-react/tree/controlled/internal/SparseTree.js.map +1 -1
  524. package/lib/esm/components-react/tree/controlled/internal/TreeModelMutator.js.map +1 -1
  525. package/lib/esm/components-react/tree/controlled/internal/TreeSelectionManager.js.map +1 -1
  526. package/lib/esm/components-react.js.map +1 -1
  527. package/lib/public/locales/en/UiComponents.json +123 -123
  528. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,1362 +1,1362 @@
1
- # Change Log - @itwin/components-react
2
-
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
4
-
5
- ## 2.19.13
6
- Tue, 21 Sep 2021 21:06:40 GMT
7
-
8
- ### Updates
9
-
10
- - 'PropertyValueRendererManager': use merged MergedPropertyValueRenderer before looking for typename specific renderer if property is merged.
11
-
12
- ## 2.19.12
13
- Wed, 15 Sep 2021 18:06:47 GMT
14
-
15
- ### Updates
16
-
17
- - `TreeRenderer`: Fix last call to `scrollToNode` being repeated on each render.
18
-
19
- ## 2.19.11
20
- Thu, 09 Sep 2021 21:04:58 GMT
21
-
22
- _Version update only_
23
-
24
- ## 2.19.10
25
- Wed, 08 Sep 2021 14:36:01 GMT
26
-
27
- _Version update only_
28
-
29
- ## 2.19.9
30
- Wed, 25 Aug 2021 15:36:01 GMT
31
-
32
- _Version update only_
33
-
34
- ## 2.19.8
35
- Mon, 23 Aug 2021 13:23:13 GMT
36
-
37
- _Version update only_
38
-
39
- ## 2.19.7
40
- Fri, 20 Aug 2021 17:47:22 GMT
41
-
42
- _Version update only_
43
-
44
- ## 2.19.6
45
- Tue, 17 Aug 2021 20:34:29 GMT
46
-
47
- _Version update only_
48
-
49
- ## 2.19.5
50
- Fri, 13 Aug 2021 21:48:09 GMT
51
-
52
- _Version update only_
53
-
54
- ## 2.19.4
55
- Thu, 12 Aug 2021 13:09:26 GMT
56
-
57
- _Version update only_
58
-
59
- ## 2.19.3
60
- Wed, 04 Aug 2021 20:29:34 GMT
61
-
62
- _Version update only_
63
-
64
- ## 2.19.2
65
- Tue, 03 Aug 2021 18:26:23 GMT
66
-
67
- _Version update only_
68
-
69
- ## 2.19.1
70
- Thu, 29 Jul 2021 20:01:11 GMT
71
-
72
- ### Updates
73
-
74
- - `ControlledTree`: Fix tree background not being rendered.
75
-
76
- ## 2.19.0
77
- Mon, 26 Jul 2021 12:21:25 GMT
78
-
79
- ### Updates
80
-
81
- - remove internal barrel-import usage
82
- - Stop delivering pseudo-localized strings
83
- - Add window "beforeunload" event listener to ensure viewport is dropped from ViewManager.
84
- - `MutableTreeModel`: `removeChild` method now accepts child index for the second parameter.
85
- - Workaround for react-data-grid blank grid after scroll and update
86
- - Add option prop to set time zone offset for date and time display in the TimelineComponent.
87
-
88
- ## 2.18.4
89
- Tue, 10 Aug 2021 19:35:13 GMT
90
-
91
- _Version update only_
92
-
93
- ## 2.18.3
94
- Wed, 28 Jul 2021 17:16:30 GMT
95
-
96
- ### Updates
97
-
98
- - Fixed scrolling in Table component
99
-
100
- ## 2.18.2
101
- Mon, 26 Jul 2021 16:18:31 GMT
102
-
103
- ### Updates
104
-
105
- - `ControlledTree`: Fix tree background not being rendered.
106
- - Workaround for react-data-grid blank grid after scroll and update
107
-
108
- ## 2.18.1
109
- Fri, 16 Jul 2021 17:45:09 GMT
110
-
111
- _Version update only_
112
-
113
- ## 2.18.0
114
- Fri, 09 Jul 2021 18:11:24 GMT
115
-
116
- ### Updates
117
-
118
- - Update table to pass HtmlDivElement to ElementResizeObserver.
119
- - Add QuantityNumberInput that looks like NumberInput but works with Quantities and active unit system.
120
- - `TreeRenderer`: Add ability to explicitly specify component's width and height.
121
- - `VirtualizedPropertyGrid`: Add ability to explicitly specify component's width and height.
122
- - `ControlledTree`: Accept and forward size props to `TreeRenderer`.
123
- - Clean up timeline and fix test coverage.
124
- - Add props to the TimelineComponent that will allow apps to pass a set of items to be prefixed, appended, or to replace the context menu entries.
125
-
126
- ## 2.17.3
127
- Mon, 26 Jul 2021 16:08:36 GMT
128
-
129
- ### Updates
130
-
131
- - Workaround for react-data-grid blank grid after scroll and update
132
-
133
- ## 2.17.2
134
- Thu, 08 Jul 2021 15:23:00 GMT
135
-
136
- _Version update only_
137
-
138
- ## 2.17.1
139
- Fri, 02 Jul 2021 15:38:31 GMT
140
-
141
- _Version update only_
142
-
143
- ## 2.17.0
144
- Mon, 28 Jun 2021 16:20:11 GMT
145
-
146
- ### Updates
147
-
148
- - Allow style to be passed to weight picker.
149
- - Fix array and struct property contents not being rendered in property grid when the properties have `hideCompositePropertyLabel` flag.
150
- - Added `mergedCellsCount` property to `CellItem`. It is used for determining width of the cell.
151
- - Added `overflow` property for `react-grid-Cell__value` element. `zIndex` is set in `TableCellContent` style property. These updates are necessary for rendering merged cells in `Table` component.
152
- - Updated `Table` component so that it would be possible to merge cells in it
153
- - Update scss to remove use of slash for division to avoid SASS deprecation warnings.
154
- - Publis in-use APIs
155
- - Refactor TimelineComponent to remove experimental milestones feature.
156
- - `TreeRenderer`: Fix tree nodes being loaded repeatedly in some cases.
157
- - `VirtualizedPropertyGrid`: Remove top and bottom padding.
158
- - `VirtualizedPropertyGridWithDataProvider`: Fix loading animation overflowing its parent container.
159
-
160
- ## 2.16.10
161
- Thu, 22 Jul 2021 20:23:45 GMT
162
-
163
- ### Updates
164
-
165
- - Workaround for react-data-grid blank grid after scroll and update
166
-
167
- ## 2.16.9
168
- Tue, 06 Jul 2021 22:08:34 GMT
169
-
170
- _Version update only_
171
-
172
- ## 2.16.8
173
- Fri, 02 Jul 2021 17:40:46 GMT
174
-
175
- _Version update only_
176
-
177
- ## 2.16.7
178
- Mon, 28 Jun 2021 18:13:04 GMT
179
-
180
- _Version update only_
181
-
182
- ## 2.16.6
183
- Mon, 28 Jun 2021 13:12:55 GMT
184
-
185
- _Version update only_
186
-
187
- ## 2.16.5
188
- Fri, 25 Jun 2021 16:03:01 GMT
189
-
190
- _Version update only_
191
-
192
- ## 2.16.4
193
- Wed, 23 Jun 2021 17:09:07 GMT
194
-
195
- _Version update only_
196
-
197
- ## 2.16.3
198
- Wed, 16 Jun 2021 20:29:32 GMT
199
-
200
- _Version update only_
201
-
202
- ## 2.16.2
203
- Thu, 03 Jun 2021 18:08:11 GMT
204
-
205
- _Version update only_
206
-
207
- ## 2.16.1
208
- Thu, 27 May 2021 20:04:22 GMT
209
-
210
- _Version update only_
211
-
212
- ## 2.16.0
213
- Mon, 24 May 2021 15:58:39 GMT
214
-
215
- ### Updates
216
-
217
- - Add support for child popup windows.
218
- - Add ability to not render array/struct property label in virtualized property grid
219
- - Add support for custom property category renderers.
220
- - Improved Multi-Value column filtering in the Table component
221
- - Move `VirtualizedPropertyGrid` related types from @alpha to @beta.
222
- - Fixed getting distinct values when Table rows are updated
223
- - Update to latest classnames package
224
-
225
- ## 2.15.6
226
- Wed, 26 May 2021 15:55:19 GMT
227
-
228
- _Version update only_
229
-
230
- ## 2.15.5
231
- Thu, 20 May 2021 15:06:26 GMT
232
-
233
- ### Updates
234
-
235
- - Fixed getting distinct values when Table rows are updated
236
-
237
- ## 2.15.4
238
- Tue, 18 May 2021 21:59:07 GMT
239
-
240
- _Version update only_
241
-
242
- ## 2.15.3
243
- Mon, 17 May 2021 13:31:38 GMT
244
-
245
- _Version update only_
246
-
247
- ## 2.15.2
248
- Wed, 12 May 2021 18:08:13 GMT
249
-
250
- _Version update only_
251
-
252
- ## 2.15.1
253
- Wed, 05 May 2021 13:18:31 GMT
254
-
255
- _Version update only_
256
-
257
- ## 2.15.0
258
- Fri, 30 Apr 2021 12:36:58 GMT
259
-
260
- ### Updates
261
-
262
- - Update to use UiSettingsStorage.
263
- - Fix color picker hue display in DR by removing webkit prefix. Adjust max slider value.
264
- - 'TreeModel': Fixed 'changeNodeId' to set new id on TreeModelNode
265
- - 'TreeNodeLoader': Changed nodes loading to avoid removing subtrees of existing expanded nodes
266
- - Added ability to track rendered nodes in ControlledTree
267
- - Fix number editor so it can process Enter key and call OnCommit processing.
268
- - Fix compatibility issue when multiple versions of `rxjs` are in use.
269
- - Fix a crash when clicking on a `ControlledTree` node when the tree contains placeholder nodes and using `SelectionMode.Multiple`
270
-
271
- ## 2.14.4
272
- Thu, 22 Apr 2021 21:07:33 GMT
273
-
274
- _Version update only_
275
-
276
- ## 2.14.3
277
- Thu, 15 Apr 2021 15:13:16 GMT
278
-
279
- _Version update only_
280
-
281
- ## 2.14.2
282
- Thu, 08 Apr 2021 14:30:09 GMT
283
-
284
- _Version update only_
285
-
286
- ## 2.14.1
287
- Mon, 05 Apr 2021 16:28:00 GMT
288
-
289
- _Version update only_
290
-
291
- ## 2.14.0
292
- Fri, 02 Apr 2021 13:18:42 GMT
293
-
294
- ### Updates
295
-
296
- - Lower coverage to 99.98 to avoid CI breaks.
297
- - Added handling for windows which don't open.
298
- - Added `UrlPropertyValueRenderer` renders values for properties of `StandardTypeNames.URL` type as URLs without looking at the value
299
- - Deprecated `onPropertyLinkClick` prop used by `VirtualizedPropertyGridWithDataProvider` and `PropertyGrid`. Behavior of clicks on `PropertyRecord` links should be customized by assigning the `links` attribute.
300
- - update FormatPanel to ensure state was not set on unmounted component.
301
- - Fix bug in TimelineComponent's componentDidUpdate method that caused and infinite loop.
302
- - Support for AccuDraw Ui Settings
303
- - `TreeModelSource`: Fix `onModelChanged` event sometimes listing same node id multiple times.
304
- - Improved ui-components test coverage to 100%
305
- - `TreeModel`: Expose `getChildOffset` method.
306
- - `MutableTreeModel`: Add `moveNode` method.
307
- - Better support for Escape key to Home position
308
-
309
- ## 2.13.0
310
- Tue, 09 Mar 2021 20:28:13 GMT
311
-
312
- ### Updates
313
-
314
- - Updates to use new QuantityParserResult
315
- - Upgrade react-resize-detector to avoid lodash security vulnerability
316
- - Fixed broken double angle bracket link syntax
317
- - Fix solar timeline component so that sunTime is properly set for project location.
318
- - Add ui-components for displaying and editing FormatProps that are used to Format and Parse Quantities.
319
- - Updated to use TypeScript 4.1
320
- - Add a captureClicks prop to ColorPickerPopup that will stop propagation of click events from the popup.
321
- - `MutableTreeModel`: Add `changeNodeId` method.
322
- - `MutableTreeModel`: Allow `undefined` child count in `setNumChildren`.
323
- - begin rename project from iModel.js to iTwin.js
324
-
325
- ## 2.12.3
326
- Mon, 08 Mar 2021 15:32:00 GMT
327
-
328
- _Version update only_
329
-
330
- ## 2.12.2
331
- Wed, 03 Mar 2021 18:48:53 GMT
332
-
333
- _Version update only_
334
-
335
- ## 2.12.1
336
- Tue, 23 Feb 2021 20:54:45 GMT
337
-
338
- _Version update only_
339
-
340
- ## 2.12.0
341
- Thu, 18 Feb 2021 22:10:13 GMT
342
-
343
- ### Updates
344
-
345
- - UI 'pickers' that use Popup component with fixed content should set closeOnNestedPopupOutsideClick prop.
346
- - Consider string values starting with `pw:\` or `pw://` to be URLs without checking the rest of the string.
347
- - `ControlledTree`: Fix calling `scrollToNode` too early triggering an assertion error.
348
- - Update TimelineComponent.tsx to properly respond to changed props.
349
-
350
- ## 2.11.2
351
- Thu, 18 Feb 2021 02:50:59 GMT
352
-
353
- _Version update only_
354
-
355
- ## 2.11.1
356
- Thu, 04 Feb 2021 17:22:41 GMT
357
-
358
- _Version update only_
359
-
360
- ## 2.11.0
361
- Thu, 28 Jan 2021 13:39:27 GMT
362
-
363
- ### Updates
364
-
365
- - Update components that support providing refs via React.forwardRef to work better with document generation.
366
- - Add 'showCaret' prop to ColorPickers that show a popup. The caret icon will face up or down depending of popup state.
367
- - Updates due to quantity unit system changes.
368
- - Lock react-select to 3.1.0 and @types/react-select to 3.0.26 until we can fi
369
- - Created new `CategoryPropertyDataFilterer` which allows us to filter `PropertyCategory` and get matches count.
370
- - Updated FilteringDataProvider, now it filters not only PropertyRecords, but PropertyCategories also.
371
- - Updated `VirtualizedPropertyGrid` to pass through `HighlightedPropertyProps` and highlight `PropertyCategory` matches.
372
- - Implemented `CategoryPropertyDataFilterer` in `presentation-test-app` -> `PropertiesWidget`
373
- - Updated filterers to return type of the filtered item, so now `VirtualizedPropertyGrid` can distinguish what types of items need to be highlighted. This feature was implemented in `presentation-test-app` -> `PropertiesWidget`
374
- - Update `NavigationPropertyTypeConverter` to handle navigation properties represented by `InstanceKey`
375
- - Added ui-core learning docs content and added Notification.md, Style.md & Tooltip.md ui-core learning doc files.
376
- - Fix test warnings.
377
- - Update to latest react-dnd version.
378
- - Always clone the ViewState for a ViewportComponent to avoid attaching the same ViewState to multiple viewports.
379
-
380
- ## 2.10.3
381
- Fri, 08 Jan 2021 18:34:03 GMT
382
-
383
- _Version update only_
384
-
385
- ## 2.10.2
386
- Fri, 08 Jan 2021 14:52:02 GMT
387
-
388
- _Version update only_
389
-
390
- ## 2.10.1
391
- Tue, 22 Dec 2020 00:53:38 GMT
392
-
393
- _Version update only_
394
-
395
- ## 2.10.0
396
- Fri, 18 Dec 2020 18:24:01 GMT
397
-
398
- ### Updates
399
-
400
- - Add support for onClose function in ColorPickerPopupProps. This allows color value from popup to be used by caller.
401
- - Added matchesCount attribute to [[PropertyDataFilterResult]] to optionally tell how many matches there were in a [[PropertyRecord]]. Matches in label and value are separated.
402
- - Added match counting functionality to [[FilteringPropertyDataProvider]]. The returned [[FilteredPropertyData]] now has total matches count and a function get information about a match at specific index.
403
- - Added highlightedRecordProps to [[VirtualizedPropertyGridProps]] to allow highlighting specific parts of rendered PropertyRecords.
404
- - Updated [[FilteringInput]] component. Component's `filteringInProgress` prop was deprecated and new `status` property was introduced. This allows rendering the component in any state, including `filtering finished`, without having to cycle through other states first.
405
- - fix but in ParsedInput control where formatted text was not updating if underlying parsed value did not change.
406
- - Refactor DialogItem and Property interfaces to make them eaiser to use.
407
- - Added support for decimal point in Table numeric filter
408
- - Enable pointer events in Toolbar items container."
409
- - Fix issue where entries in ButtonGroup would not properly disable/enable.
410
-
411
- ## 2.9.9
412
- Sun, 13 Dec 2020 19:00:03 GMT
413
-
414
- _Version update only_
415
-
416
- ## 2.9.8
417
- Fri, 11 Dec 2020 02:57:36 GMT
418
-
419
- _Version update only_
420
-
421
- ## 2.9.7
422
- Wed, 09 Dec 2020 20:58:23 GMT
423
-
424
- _Version update only_
425
-
426
- ## 2.9.6
427
- Mon, 07 Dec 2020 18:40:48 GMT
428
-
429
- _Version update only_
430
-
431
- ## 2.9.5
432
- Sat, 05 Dec 2020 01:55:56 GMT
433
-
434
- _Version update only_
435
-
436
- ## 2.9.4
437
- Wed, 02 Dec 2020 20:55:40 GMT
438
-
439
- _Version update only_
440
-
441
- ## 2.9.3
442
- Mon, 23 Nov 2020 20:57:56 GMT
443
-
444
- _Version update only_
445
-
446
- ## 2.9.2
447
- Mon, 23 Nov 2020 15:33:50 GMT
448
-
449
- _Version update only_
450
-
451
- ## 2.9.1
452
- Thu, 19 Nov 2020 17:03:42 GMT
453
-
454
- ### Updates
455
-
456
- - Fix calendar logic to avoid duplicate day numbers when day light saving ends, producing a 25hr day.
457
- - Revert width change to EnumEditor component instead set width to auto only for docked tool settings.
458
-
459
- ## 2.9.0
460
- Wed, 18 Nov 2020 16:01:50 GMT
461
-
462
- ### Updates
463
-
464
- - Added ParsedInput and QuantityInput controls used to parse and format numeric values.
465
- - remove bogus "code" entries.
466
- - Fix styling issue.
467
- - Added FrameworkUiAdmin.showReactCard
468
- - Change Editor components to process native keyboard events instead of synthetic ones.
469
- - Added MessagePopup - Displays Toast & Sticky messages without a StatusBar
470
- - Update EditorContainer tests in attempt to fix sporadic test failures.
471
-
472
- ## 2.8.1
473
- Tue, 03 Nov 2020 00:33:56 GMT
474
-
475
- _Version update only_
476
-
477
- ## 2.8.0
478
- Fri, 23 Oct 2020 17:04:02 GMT
479
-
480
- ### Updates
481
-
482
- - Add Date/Time TypeEditor
483
- - Fixed initial processing of scrollToRow in Table component
484
- - Preventing setState call warning in TimelineComponent unit test
485
- - Update all editors to be controlled components.
486
- - PropertyGrid: Fix component not updating on data provider change
487
- - Added jsdoc ESLint rule for UI packages
488
-
489
- ## 2.7.6
490
- Wed, 11 Nov 2020 16:28:23 GMT
491
-
492
- _Version update only_
493
-
494
- ## 2.7.5
495
- Fri, 23 Oct 2020 16:23:51 GMT
496
-
497
- _Version update only_
498
-
499
- ## 2.7.4
500
- Mon, 19 Oct 2020 17:57:02 GMT
501
-
502
- _Version update only_
503
-
504
- ## 2.7.3
505
- Wed, 14 Oct 2020 17:00:59 GMT
506
-
507
- _Version update only_
508
-
509
- ## 2.7.2
510
- Tue, 13 Oct 2020 18:20:39 GMT
511
-
512
- _Version update only_
513
-
514
- ## 2.7.1
515
- Thu, 08 Oct 2020 13:04:35 GMT
516
-
517
- _Version update only_
518
-
519
- ## 2.7.0
520
- Fri, 02 Oct 2020 18:03:32 GMT
521
-
522
- ### Updates
523
-
524
- - Update boolean type editors to allow component to be disabled.
525
- - Add support for a DatePicker control.
526
- - Update editor to use fixed focus trap.
527
- - Added Table cell editor activation via keyboard when using row selection. Added Tree cell editor activation via keyboard.
528
- - Fixed react-axe initialization. Improved ui-components test coverage.
529
- - Table cell editing via keyboard
530
- - Add multiline text property support to property grid.
531
- - TreeRenderer: Add ability to scroll to a specific node
532
-
533
- ## 2.6.5
534
- Sat, 26 Sep 2020 16:06:34 GMT
535
-
536
- _Version update only_
537
-
538
- ## 2.6.4
539
- Tue, 22 Sep 2020 17:40:07 GMT
540
-
541
- _Version update only_
542
-
543
- ## 2.6.3
544
- Mon, 21 Sep 2020 14:47:10 GMT
545
-
546
- _Version update only_
547
-
548
- ## 2.6.2
549
- Mon, 21 Sep 2020 13:07:44 GMT
550
-
551
- _Version update only_
552
-
553
- ## 2.6.1
554
- Fri, 18 Sep 2020 13:15:09 GMT
555
-
556
- _Version update only_
557
-
558
- ## 2.6.0
559
- Thu, 17 Sep 2020 13:16:12 GMT
560
-
561
- ### Updates
562
-
563
- - Moved ESLint configuration to a plugin
564
- - Addressed ESLint warnings in UI packages. Fixed react-set-state-usage rule. Allowing PascalCase for functions in UI packages for React function component names.
565
- - Implemented filtering property data provider and display value, label, composite filters.
566
- - Added new alpha VirtualizedPropertyGrid component which virtualizes rendering of properties for better performance and gives more customizability and control.
567
- - SplitButton popupPosition & buttonType props support
568
- - Add event processing for apps to send messages to the UI components.
569
- - Add ThemedEnumEditor for DialogItems and ToolSettings, using the ThemedSelect component.
570
-
571
- ## 2.5.5
572
- Wed, 02 Sep 2020 17:42:23 GMT
573
-
574
- ### Updates
575
-
576
- - Update rxjs dependency version to `^6.6.2`
577
-
578
- ## 2.5.4
579
- Fri, 28 Aug 2020 15:34:15 GMT
580
-
581
- _Version update only_
582
-
583
- ## 2.5.3
584
- Wed, 26 Aug 2020 11:46:00 GMT
585
-
586
- _Version update only_
587
-
588
- ## 2.5.2
589
- Tue, 25 Aug 2020 22:09:08 GMT
590
-
591
- _Version update only_
592
-
593
- ## 2.5.1
594
- Mon, 24 Aug 2020 18:13:04 GMT
595
-
596
- _Version update only_
597
-
598
- ## 2.5.0
599
- Thu, 20 Aug 2020 20:57:10 GMT
600
-
601
- ### Updates
602
-
603
- - Fixed updating focus when Tabs activeIndex updated. More a11y issues.
604
- - Fix styling of toolbar overflow popup.
605
- - Update EnumerationChoicesInfo to use Promise so enum choices can be defined asynchronously.
606
- - Add ColorPickerPopup and ColorPickerPanel and test for them.
607
- - Added eslint-plugin-jsx-a11y devDependency and made first pass at adding a11y roles
608
- - Added react-axe and resolved some a11y issues
609
- - Moved SpecialKey & FunctionKey enums to ui-abstract & started using them throughout UI packages
610
- - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
611
- - Added Table component keyboard row selection. Miscellaneous a11y fixes.
612
- - Switch to ESLint
613
- - Tree keyboard node selection & expansion
614
-
615
- ## 2.4.2
616
- Fri, 14 Aug 2020 16:34:09 GMT
617
-
618
- _Version update only_
619
-
620
- ## 2.4.1
621
- Fri, 07 Aug 2020 19:57:43 GMT
622
-
623
- _Version update only_
624
-
625
- ## 2.4.0
626
- Tue, 28 Jul 2020 16:26:24 GMT
627
-
628
- ### Updates
629
-
630
- - Map Layer UX
631
- - Add color picker dialog.
632
- - Changed toolbar opacity processing to affect all components in widget.
633
- - Add ImageCheckBoxEditor.
634
- - Set border prop on ImageCheckBox when use in the editor
635
- - Use 'Double' type converter for point components. Also add possibility to supply custom components' converter for `Point2dTypeConverter` and `Point3dTypeConverter`.
636
- - Use Tooltip and Popup for timeline and toolbars.
637
-
638
- ## 2.3.3
639
- Thu, 23 Jul 2020 12:57:15 GMT
640
-
641
- _Version update only_
642
-
643
- ## 2.3.2
644
- Tue, 14 Jul 2020 23:50:36 GMT
645
-
646
- _Version update only_
647
-
648
- ## 2.3.1
649
- Mon, 13 Jul 2020 18:50:14 GMT
650
-
651
- _Version update only_
652
-
653
- ## 2.3.0
654
- Fri, 10 Jul 2020 17:23:14 GMT
655
-
656
- ### Updates
657
-
658
- - geometry clip containment
659
- - Fix ToolbarWithOverflow to honor ToolbarOpacitySetting.Defaults
660
- - Accessibility: Improved focus borders & indicators
661
- - Use DelayedSpinned in ControlledTree.
662
- - Add support for nested property categories
663
- - Show tooltips for property values when rendering PropertyRecords
664
- - Changing SelectableContent component to use ThemedSelect in place of a pure HTML select element
665
-
666
- ## 2.2.1
667
- Tue, 07 Jul 2020 14:44:52 GMT
668
-
669
- _Version update only_
670
-
671
- ## 2.2.0
672
- Fri, 19 Jun 2020 14:10:03 GMT
673
-
674
- ### Updates
675
-
676
- - Qualified the CSS class names for the face names in Cube Navigation Aid
677
- - Hiding viewport logo and acsTriad in DrawingNavigationAid viewport
678
- - Added property editors for multi-line text, slider and numeric input/spinner.
679
- - Added support for popup with multiple editors
680
- - Specify the props that can be passed to ThemedSelect instead of just allowing all of the react-select props.
681
- - Added ViewStateProp & support for obtaining ViewState from function in ViewportComponent and IModelViewportControl
682
-
683
- ## 2.1.0
684
- Thu, 28 May 2020 22:48:59 GMT
685
-
686
- ### Updates
687
-
688
- - Fix toolbar overflow panel display.
689
- - Update to only show group separators if toolbar is not transparent.
690
- - Fix toolbar error when scaling up UI.
691
- - Property grid horizontal layout updated according to UX requirements.
692
- - Fixed Table filter renderers after react-select version upgrade
693
- - Support for striped rows in Table
694
- - Added ability for apps to display Favorite properties in Element Tooltip & Card at Cursor
695
- - Darken node descriptions in controlled tree
696
- - Center align ControlledTree error message
697
- - ControlledTree: Grow virtualized nodes' container width to fit the widest node and do not shrink it to avoid horinzontal scrollbar appearing/disappearing
698
- - Update version of react-select for ThemedSelect in ui-core.
699
- - ControlledTree: Fix horizontal scrollbar appearing when tree component size changes even though nodes don't exceed width of the tree
700
- - Only show badges on toolbar buttons if toolbar background is not transparent.
701
-
702
- ## 2.0.0
703
- Wed, 06 May 2020 13:17:49 GMT
704
-
705
- ### Updates
706
-
707
- - Prefer panelNode over buttonNode when using customToolbarItem.
708
- - Add support for groupPriority for ToolbarItems. If specified then a group separator is shown when the priority changes.
709
- - Add tilde to sass imports
710
- - Qualified .label & .message CSS classes. Removed .cell CSS class usage. Fixed cell editor sizes.
711
- - Fixed Navigation cube jagged edges on iOS
712
- - Added new type of ImageSourceType "webfont-icon" which allows to load custom font-family icons by providing {className}:{iconName} format image value. It defaults to core-icon if value does not match this format.
713
- - Fix parsing of 0 (zero) value in CustomNumberEditor
714
- - Fix bug where toolbar buttons did not show expand arrow on custom button when not in 'DragInteraction' mode. Fix display of key-in browser 1.0 UI.
715
- - Fix ordering of button items in overflow in Navigation Widget.
716
- - Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
717
- - Fix documentation tag
718
- - Fix issue where resizing toolbar too small would make it disappear and it would not return even when window was resized.
719
- - Fix bug 292829 where toolbar border displayed when all items are hidden.
720
- - Fixed ReactResizeDetector usage after upgrade. Converted Toggle component to function. Hover/pressed styling in 2.0 Toolbar.
721
- - Update GroupButton definition to use ReadonlyArray for child items.
722
- - Ui 2.0 - Blur the toolbar item background
723
- - Moved the CubeNavigationAid & DrawingNavigationAid to ui-components package
724
- - Increased size of Navigation cube arrow touch targets for mobile
725
- - Clean up deprecated APIs
726
- - Clean up some ControlledTree-related APIs
727
- - Clone TreeNodeItem when creating TreeModelNode to avoid immer freezing it
728
- - Made React functional component specifications consistent across UI packages
729
- - For consistency add reactNode getters/setters and deprecate use of reactElement.
730
- - Upgrade to Rush 5.23.2
731
- - Copied filter renderers from react-data-grid-addons to ui-components to prevent security error
732
- - Fixed Table column filtering when backspacing to empty
733
- - Ui 2.0 - Toolbar display changes
734
- - Updated Toolbar colors/opacity for Ui 2.0
735
- - Add ToolbarWithOverflow.
736
- - Promoted some @beta to @public in Ui packages & ToolAssistance for 2.0 release.
737
- - Fixes to Toggle onBlur handling & ControlledTree error message position
738
- - Change `TreeNodeItem` and `PropertyData` labels to be PropertyRecords
739
- - In source documentation. Some learning docs & API changes.
740
- - PropertyGrid, Table, Tree & Viewport Learning docs for ui-components
741
- - Fixed ControlledTree TreeModel clearing. Fixed TreeRenderer to rerender list when size callback changes.
742
- - Update CustomNumberEditor to handle onBlur. This will update the value when the user clicks in another field in the dialog and the field loses focus.
743
- - Move react to peerDependencies.
744
- - Learning documentation for ui-core
745
- - TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
746
- - Started ui-components Learning doc section
747
- - Fixed children node loading from TreeDataProviderRaw and TreeDataProviderPromise
748
- - Add a new `SelectableContent` component
749
- - Changed IPropertyValueRenderer.render() to be synchronous
750
- - UI: Toggle Component - only use animation on value change
751
- - Fix iOS Safari high CPU of enum button group.
752
- - Fix nodes loading to correctly handle and load ImmediatelyLoadedTreeNodeItem
753
- - Fix SparseArray, SparseTree and MutableTreeModel to be properly modified by immer
754
- - Update auto-generated dialog items to work with the Tool Settings Bar.
755
- - Moved Property classes and interfaces to ui-abstract package.
756
- - Moved Checkbox, Radio, Select, Toggle, Slider & AutoSuggest into their own category
757
- - Update to ensure tooltip for timeline uses z-index for tooltips.
758
- - Update to ensure tooltip for timeline uses z-index for tooltips.
759
- - Defaulting to IModelApp.i18n in UI packages and cascading initialize() calls
760
- - Minor styling changes
761
- - Remove support for the iModel.js module system by no longer delivering modules.
762
- - iModel write API development
763
-
764
- ## 1.14.1
765
- Wed, 22 Apr 2020 19:04:00 GMT
766
-
767
- _Version update only_
768
-
769
- ## 1.14.0
770
- Tue, 31 Mar 2020 15:44:19 GMT
771
-
772
- _Version update only_
773
-
774
- ## 1.13.0
775
- Wed, 04 Mar 2020 16:16:31 GMT
776
-
777
- ### Updates
778
-
779
- - Fix iOS Safari high CPU of enum button group.
780
-
781
- ## 1.12.0
782
- Wed, 12 Feb 2020 17:45:50 GMT
783
-
784
- ### Updates
785
-
786
- - iModel write API development
787
- - Upgraded icons-generic-webfont to ^1.0.0
788
- - Added type converter for composite primitive value
789
- - Changed onNodeLoaded event to nodeLoadHandler in NodeLoader. Fixed node loading scheduling to avoid making multiple requests at the same time
790
- - Pass tree model changes to onModelChange event
791
- - Separate label and labelDefinition in PropertyData and TreeNodeItem
792
- - Property grid border fix.
793
-
794
- ## 1.11.0
795
- Wed, 22 Jan 2020 19:24:12 GMT
796
-
797
- ### Updates
798
-
799
- - Remove the @types/linkify-it as a real dependency and make it a devDependency.
800
- - Allow TreeNodeItem and PropertyData label to be represented as PropertyRecord
801
- - Upgrade to TypeScript 3.7.2.
802
-
803
- ## 1.10.0
804
- Tue, 07 Jan 2020 19:44:01 GMT
805
-
806
- ### Updates
807
-
808
- - Fix styling issue in property grid when actionButtonRenders are not defined.
809
- - Fixed lgtm issues in UI folders
810
- - Update code to up code coverage to avoid CI failures on Linux machines.
811
- - Added Action Buttons for properties
812
- - Attempt to fix sporadic failing solartimeline test.
813
- - Fix bug in timeline component when view only has an analysis animation without dates.
814
- - Update timeline test to use fake timers to see if that resolved sporadic failures on CI builds.
815
-
816
- ## 1.9.0
817
- Tue, 10 Dec 2019 18:08:56 GMT
818
-
819
- ### Updates
820
-
821
- - Update sunrise/sunset calculation
822
- - Update solar timeline test
823
- - Made detecting links have stricter rules. Links have to start with a schema or `www.`.
824
- - Fix solar timeline timezone bug.
825
- - Added a tooltip component.
826
- - No longer accessing this.state or this.props in setState updater - flagged by lgtm report
827
- - Changed SignIn & SignOut buttons to large. Fixed Dialog component resizing. Reduced default minimum size of Dialog component.
828
- - Update sinon version.
829
- - Added documentation to ControlledTree API and changes release tags to beta
830
- - Added node editing support in ControlledTree
831
- - Changes ControlledTree events to pass TreeNodeItem instead of nodeId
832
- - Added 'removeChild', 'insertChild', 'getChildOffset' methods to MutableTreeModel
833
- - Moved ControlledTree node highlighting to TreeRenderer
834
- - Use exhaustive-deps linter rule.
835
- - Truncate property grid group title.
836
- - Rename array length property label to be less ambiguous
837
- - Solar timeline date/time offset fix.
838
- - Start arrays at `1` when rendering array property items
839
- - Removed unused React state variables. Removed unsupported setState calls from render() methods.
840
- - Code cleanup based on code analysis report from lgtm.
841
-
842
- ## 1.8.0
843
- Fri, 22 Nov 2019 14:03:34 GMT
844
-
845
- ### Updates
846
-
847
- - Update Icon package version
848
- - Responsive logic in Property Grid to switch to Vertical orientation when too narrow
849
- - Added StatusBarComposer, StatusBarItem, StatusBarManager and StatusBarItemsManager
850
- - Added Table cell context menu support
851
- - Added Tree Node.tsx export to ui-components package
852
- - Added tslint-react-hooks to UI packages
853
- - Change componentDidUpdate to call _setDuration instead of setState directly. This will make sure the onChange handler is called.
854
- - Refactor ControlledTree custom hooks to use useEffectSkipFirst
855
- - Separated TreeModelSource and TreeNodeLoader. Added highlighting support to ControlledTree.
856
- - Added node icon rendering to ControlledTree
857
- - Fix node content sometimes not being re-rendered when editor state changed very quickly
858
- - Add componentDidUpdate() to the TimelineComponent, updating currentDuration after the app changes the state of initialDuration.
859
-
860
- ## 1.7.0
861
- Fri, 01 Nov 2019 13:28:37 GMT
862
-
863
- ### Updates
864
-
865
- - Add ability to have Table provide top visible row feedback
866
- - Made PropertyGrid categories keep the collapsed state when data is refreshed.
867
- - Added New badge for UI items
868
- - Added Table column filtering support
869
- - Added initial ui-abstract package setup
870
- - Added UiAdmin with support for displaying Menus and Toolbars at a location
871
- - Added DataProvider getter on TreeModelSource
872
- - Fix tree attempting to highlight empty text in nodes
873
- - Fix tree no re-rendering delay loaded nodes after reload
874
- - Added initial implementation of ControlledTree
875
-
876
- ## 1.6.0
877
- Wed, 09 Oct 2019 20:28:42 GMT
878
-
879
- ### Updates
880
-
881
- - Clear internal row/column selection data when number or rows change in Table. Add definitions for platform MeasureTools.
882
- - Allow width defined in ColumnDescription to be passed into <Table> component to set initial column width.
883
- - Added AutoSuggest component and improved KeyinBrowser component
884
- - Focus EnumButtonGroupEditor without scrolling.
885
-
886
- ## 1.5.0
887
- Mon, 30 Sep 2019 22:28:48 GMT
888
-
889
- ### Updates
890
-
891
- - AccuDraw Popup Editors. Improved editor sizes. Editor Params improvements.
892
- - Initial Accudraw Ui components - Buttons, ContextMenus, Calculator, Editors. IconInput in ui-core.
893
- - Added ability to automatically expand non primitive properties
894
- - Ability to Scroll to Table row via scrollToRow Prop
895
- - Add alwaysMinimized prop to TimelineComponent.
896
- - Tool Assistance changes per UX Design
897
- - Update the tree (empty data) be more descriptive and generic.
898
- - In the Model/Category/Spatial trees, center the error message
899
- - Upgrade to TypeScript 3.6.2
900
- - Fixed signature of BreadcrumbTreeUtils.aliasNodeListToTableDataProvider for consistent extract-api treatment
901
- - Tree: Clear page caches when reloading tree data
902
- - this.props.viewportRef(this._vp); callback moved to the end of async componentDidMount(); Additional check if (!this._mounted) after await
903
-
904
- ## 1.4.0
905
- Tue, 10 Sep 2019 12:09:49 GMT
906
-
907
- ### Updates
908
-
909
- - Using Checkbox component in BooleanEditor. Cleaned up cell editor positioning.
910
- - Updated inputs and button padding for iModel.js. Fixed Popup colors & z-index.
911
- - Color picker had incorrect styling after focus trap added.
912
- - Added support for content view minSize properties
913
- - Added support for ProjectWise Explorer links.
914
- - Added a new component for the Poc, an icon picker.
915
- - Addressed some warnings introduced with React 16.9
916
- - Timeline: added display for times
917
- - Fixed bug in style of the weight picker popup
918
-
919
- ## 1.3.0
920
- Tue, 13 Aug 2019 20:25:53 GMT
921
-
922
- ### Updates
923
-
924
- - Update to use latest icon library
925
- - Added CursorPrompt, improved Pointer messages
926
- - Explicitly set margin for button groups to avoid bleed over from BWC styles.
927
- - After canceling (clearing) search, set focus back to input field.
928
- - Skip failing test until UI team can investigate
929
- - Updated generic icon package
930
- - Fix DateTime type converters
931
- - Improve point type converters to handle points defined as `number[]` or `{x,y}` or `{x,y,z}`
932
- - Change floating point converter to round-off numbers up to 2 decimal places
933
- - Fixed property grid tests.
934
- - Fixed OnPropertyLinkClick event handler assignment for nested properties in PropertyGrid. Fixed OnPropertyLinkClick signature for PropertyGrid.
935
- - Added onPropertyLinkClick handler property for PropertyGrid with default behavior to open url links in the new tab or open email client if it is an email link. Wrote tests for it.
936
- - Update FilteringInput to use updated search box design from UX.
937
- - Added SelectionMode.None to the default SelectionHandler.
938
- - Tree: Fix children not loaded when parent is reloaded due to other page loads after children request
939
- - Update to latest icon package version.
940
-
941
- ## 1.2.0
942
- Wed, 24 Jul 2019 11:47:26 GMT
943
-
944
- ### Updates
945
-
946
- - Tree: Add `bulkCheckboxActionsDisabled` prop.
947
- - Tree: Update visual styles.
948
- - Table: Update visual styles.
949
- - PropertyView: Update visual styles.
950
-
951
- ## 1.1.0
952
- Mon, 01 Jul 2019 19:04:29 GMT
953
-
954
- ### Updates
955
-
956
- - Tree: Fix an issue whith multiselection where shift-selecting nodes would not select anything.
957
- - Tree: Add ability to check or uncheck multiple selected nodes' checkboxes all at once.
958
- - BeInspireTree: Fix an issue with calling `updateNodesCheckboxes()` while handling `ModelLoaded` event
959
- - Tree: Correct TreeProps.checkboxInfo documentation.
960
- - Allow Line Weight to be selected via Up/Down arrow keys once popup is open.
961
- - Updated react-data-grid import statement
962
- - Added prefixes to Dialog & ContextMenu positioning CSS classes
963
- - Removed missing group descriptions
964
- - Call filterclear when the user enters an empty search string and clicks Search.
965
- - Added autofocus to the FilteringInput component.
966
- - Remove inner focus outline that is only displayed in Firefox.
967
- - Update WeightPicker.
968
- - Removed 4 dangerouslySetInnerHtml usages to help with Security audit; 3 remain on purpose.
969
- - Save & Restore View Layouts
970
- - Update to TypeScript 3.5
971
- - Temporarily lowered ui-components coverage thresholds
972
- - BeInspireTree: Fix an issue with delay-loaded child nodes sometimes being assigned to expired node objects.
973
- - Tree: Fix child node checkbox events affecting parent node's checkbox state
974
- - ui-component unit tests. NumericInput strict=true default.
975
-
976
- ## 1.0.0
977
- Mon, 03 Jun 2019 18:09:39 GMT
978
-
979
- ### Updates
980
-
981
- - Update to use parse error message from callback.
982
- - Added UI Logger & UiError usage & improved i18n calls
983
- - Added Overflow button support
984
- - Define `extendedData` in `TreeNodeItem` and `RowItem` as a key-value pairs structure. We're about to expose this structure to external consumers and don't want them to set `extendedData` to some primitive value. Instead, consumers should put key-value pairs with keys unique enough to not overwrite others' values.
985
- - Update CustomNumberEditor to show InputFieldMessage when unable to parse quantity.
986
- - Release tag cleanup and ui-framework unit tests
987
- - Updated UI package release tags for 1.0 release.
988
- - Fixed release tag warnings in UI packages
989
- - Add alpha level support for solar timeline
990
- - Added property selection to the property grid component on right click
991
- - Update Tree API. Allow onCheckboxClick callback to receive multiple checkbox state changes.
992
- - Tree: Fix node placeholder offset
993
- - Added ViewSelectorChangedEvent
994
-
995
- ## 0.191.0
996
- Mon, 13 May 2019 15:52:05 GMT
997
-
998
- ### Updates
999
-
1000
- - Update to latest version of icon library.
1001
- - @beta tags for Toolbar. More React.PureComponent usage. Added constructors to prevent deprecated warnings. Coverage minimum thresholds.
1002
- - Add support for a view overlay component. This will provide ability to show animation timeline control in viewport.
1003
- - Update Timeline interfaces.
1004
- - Update CSS for ColorSwatch.
1005
- - Add Unit test for ColorEditor and ColorPickerButton
1006
- - Added CommonProps to many component Props in ui-core & ui-components
1007
- - Added 'Register' link back to SignIn component. Added ExternalIModel test widget. Made AppBackstage in ui-test-app Redux connected again.
1008
- - Added missing package prefix to some CSS class names in ui-core, ui-components & ui-framework
1009
- - Reverted CubeNavigationAid changes
1010
- - Added viewport synchronization for 2d drawing navigation aid
1011
- - Added local snapshot support to ui-test-app. Added specialized div components to ui-core.
1012
- - Fix broken links
1013
- - Fix failing CustomNumberPropertyEditor test
1014
- - Add WeightEditor line weight type editor.
1015
- - Add components to show and select a line weight.
1016
- - Put sourcemap in npm package.
1017
- - Locked react-data-grid at 6.0.1 and @types/react-data-grid at 4.0.2
1018
- - Improve default rotate point for navigation cube
1019
- - Fix to SignIn constructor in ui-components
1020
- - Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
1021
- - Require React & React-dom 16.8
1022
- - remove IModelApp subclasses
1023
- - Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
1024
- - Update icons-generic-webfont version to latest available.
1025
- - Clean up WeightPickerButton test code.
1026
- - Introduce timeline animation interfaces.
1027
- - Move timeline components from ui-test-app to ui-components package
1028
- - Added release tags to ui-framework, ui-components and ui-core.
1029
- - Property Grid: Show loading spinner only after half a second delay
1030
- - Fix indefinite Tree component rendering when used with `checkboxInfo` prop
1031
- - Tree: Fix nodes not being re-rendered in some async workflows
1032
- - Fix tree being marked as dirty when selected nodes predicate changes, but returns the same results (actual selection doesn't change)
1033
- - Add Tree.getLoadedNode(nodeId) function
1034
- - Add ability to set tooltips on tree node checkboxes
1035
- - Unit tests and fixed ColorEditor alignment
1036
- - Upgrade TypeDoc dependency to 0.14.2
1037
- - Added test coverage for ViewportComponent
1038
-
1039
- ## 0.190.0
1040
- Thu, 14 Mar 2019 14:26:49 GMT
1041
-
1042
- ### Updates
1043
-
1044
- - Add ColorEditor to list of available Type Editors
1045
- - Cleaned up index.scss for variables & mixins in ui-core and added classes.scss that generates CSS
1046
- - Add SaturationPicker for use with ColorType editor.
1047
- - Add Transparency slider component.
1048
-
1049
- ## 0.189.0
1050
- Wed, 06 Mar 2019 15:41:22 GMT
1051
-
1052
- ### Updates
1053
-
1054
- - UI documentation fixes
1055
- - Added ToggleEditor. Support for defaultTool in Frontstage. Fixed BooleanEditor sizing.
1056
- - Added 100% test coverage for Breadcrumb/BreadcrumbDetails
1057
- - Use new buildIModelJsBuild script
1058
- - Remove unneeded typedoc plugin dependency
1059
- - Added EnumEditor & BooleanEditor type editors
1060
- - Minor UI Color Theme changes
1061
- - Support for including CSS files in published UI packages
1062
- - Updated type editors to support updated PropertyRecord. Moved setFocus to props in type editors..
1063
- - Removed dependency on BWC. Parts of BWC copied into ui-core in preparation for theming support.
1064
- - Added ToggleEditor. Support for defaultTool in Frontstage.
1065
- - Save BUILD_SEMVER to globally accessible map
1066
- - Change setImmediate to setTimeout. Fixed cube rotation issue.
1067
- - Added ItemStyle and ItemStyle provider.
1068
- - CellItem and TreeNodeItem now have the same style property.
1069
- - Added TableCell and TableCellContent React components.
1070
- - Changed table css class names.
1071
- - Changed CellItem interface property - 'alignment' type to be a restricted string instead of an enum.
1072
- - Cleanup of DefaultToolSetting provider and EnumButtonGroup editor
1073
- - Add EnumButtonGroupEditor.
1074
- - Primitive property value renderers now render links specified in property records.
1075
- - Renamed class names that start with "ui-components-" to start with just "components-"
1076
- - Added IImageLoader, ImageRenderer and TreeImageLoader.
1077
- - Added showIcons and imageLoader props to Tree component.
1078
- - Added a property to provide rowHeight value or function that calculates it.
1079
- - Tree now accepts one checkbox prop object instead of multiple props.
1080
- - Tree now accepts one cell editing prop object instead of multiple props.
1081
- - Split tree node label and description rendering into a separate component - TreeNodeContent.
1082
- - Added an ability to show node descriptions in the Tree component via showDescriptions property.
1083
- - Fix tree failing to load nodes in special cases
1084
- - Added support for UI color themes
1085
- - Add a way to specify checkbox states asynchronously in Tree component
1086
- - Breadcrumb fixes
1087
- - Add a way to specify custom Tree checkbox renderer
1088
- - Update to use newer generic-icons-webfont package.
1089
- - upgrade to TypeScript 3.2.2
1090
- - WIP: ViewportComponent unit tests. Removed imodeljs-clients-backend dependency from ui-framework
1091
-
1092
- ## 0.188.0
1093
- Wed, 16 Jan 2019 16:36:09 GMT
1094
-
1095
- _Version update only_
1096
-
1097
- ## 0.187.0
1098
- Tue, 15 Jan 2019 15:18:59 GMT
1099
-
1100
- ### Updates
1101
-
1102
- - Add a separate PropertyGrid prop to tell if properties should be hoverable
1103
- - Add ability to assign context menu for properties in PropertyGrid
1104
-
1105
- ## 0.186.0
1106
- Mon, 14 Jan 2019 23:09:10 GMT
1107
-
1108
- ### Updates
1109
-
1110
- - Property pane does not show struct or array info anymore
1111
-
1112
- ## 0.185.0
1113
- Fri, 11 Jan 2019 18:29:00 GMT
1114
-
1115
- _Version update only_
1116
-
1117
- ## 0.184.0
1118
- Thu, 10 Jan 2019 22:46:17 GMT
1119
-
1120
- ### Updates
1121
-
1122
- - Renamed PropertyDataProvider to IPropertyDataProvider.
1123
- - Add ui-component root to avoid relative file conflicts in bundles.
1124
- - Handle custom row and cell item styling in Table component
1125
- - Fix double and navigation property value renderers to not append ".0" to values in certain cases
1126
-
1127
- ## 0.183.0
1128
- Mon, 07 Jan 2019 21:49:21 GMT
1129
-
1130
- _Version update only_
1131
-
1132
- ## 0.182.0
1133
- Mon, 07 Jan 2019 13:31:34 GMT
1134
-
1135
- _Version update only_
1136
-
1137
- ## 0.181.0
1138
- Fri, 04 Jan 2019 13:02:40 GMT
1139
-
1140
- _Version update only_
1141
-
1142
- ## 0.180.0
1143
- Wed, 02 Jan 2019 15:18:23 GMT
1144
-
1145
- ### Updates
1146
-
1147
- - Changed property pane css.
1148
- - Changed how vertical PropertyPane looks.
1149
- - Fix BeInspireTree's render suspension not being consistent in some cases
1150
- - Added optional viewState prop to ViewportComponent
1151
-
1152
- ## 0.179.0
1153
- Wed, 19 Dec 2018 18:26:14 GMT
1154
-
1155
- ### Updates
1156
-
1157
- - Added Tests, updated Table, fixed breadcrumb mutability issues
1158
- - Added DragDrop tests, added component withDragDrop HOC tests
1159
- - Synchronizing navigation aids with view definition changes
1160
- - Simplified property pane tooltips and improved Property Pane performance.
1161
- - Simplified struct and array tooltips in Table component.
1162
- - Fix BeInspireTree's event listening functions to handle array inputs
1163
- - Fix BeInspireTree's muting events with allowed number of triggers
1164
- - Cache BeInspireTree.visible() result for better performance
1165
- - Optimize BeInspireTree.selectBetween
1166
- - Avoid loading PropertyGrid data for intermediate data changes
1167
- - Avoid loading TableView data for intermediate column / row changes
1168
- - Allow property converters and renderers to return result either sync or async
1169
- - Fix tree node loosing its children when collapsed while children are being loaded
1170
- - Fix tree not showing data after changing data provider while another data provider is being loaded
1171
- - Show loading spinner in the Tree while root nodes are being loaded
1172
-
1173
- ## 0.178.0
1174
- Thu, 13 Dec 2018 22:06:10 GMT
1175
-
1176
- _Version update only_
1177
-
1178
- ## 0.177.0
1179
- Wed, 12 Dec 2018 17:21:32 GMT
1180
-
1181
- ### Updates
1182
-
1183
- - Added a merged property value renderer.
1184
- - Set BeInspireTreeNode's payload as possibly `undefined`
1185
- - Fix Tree component to handle data provider change before the first update
1186
- - Handle shift-selecting not loaded tree nodes
1187
- - Fix tree checkbox-related props
1188
- - Improved speed & smoothness of CubeNavigationAid. Made class names unique to fix documentation. UI Tree doc fixes.
1189
-
1190
- ## 0.176.0
1191
- Mon, 10 Dec 2018 21:19:45 GMT
1192
-
1193
- _Version update only_
1194
-
1195
- ## 0.175.0
1196
- Mon, 10 Dec 2018 17:08:55 GMT
1197
-
1198
- _Version update only_
1199
-
1200
- ## 0.174.0
1201
- Mon, 10 Dec 2018 13:24:09 GMT
1202
-
1203
- ### Updates
1204
-
1205
- - Added Tests, updated Table, fixed breadcrumb mutability issues
1206
- - Tree now accepts propertyValueRendererManager as a property.
1207
- - PrimitivePropertyValueRenderer now accepts context and can render tree properties.
1208
- - TreeNodeItem now accepts an additional optional property - typename.
1209
- - TreeNode can now render asynchronously.
1210
-
1211
- ## 0.173.0
1212
- Thu, 06 Dec 2018 22:03:29 GMT
1213
-
1214
- ### Updates
1215
-
1216
- - Added fillZone property to the Widget
1217
- - Fixed initial & return layout of Frontstage. Styling of scrollbar in Chrome.
1218
- - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
1219
-
1220
- ## 0.172.0
1221
- Tue, 04 Dec 2018 17:24:39 GMT
1222
-
1223
- ### Updates
1224
-
1225
- - Changed index file name to match package name, eliminate subdirectory index files, decrease usage of default exports, change imports to use other packages' index file.
1226
-
1227
- ## 0.171.0
1228
- Mon, 03 Dec 2018 18:52:58 GMT
1229
-
1230
- ### Updates
1231
-
1232
- - Added tests to Breadcrumb, updated Table and fixed Table Resize issues.
1233
- - Added property value renderers for double and navigation primitive types.
1234
- - Added specialized property value renderers for nonprimitive types when their container is a table.
1235
- - Refactored PropertyRenderer into smaller pieces and added isSelectable and indentation prop
1236
- - Changed the way PropertyCategoryBlock looks.
1237
- - Enabled table to contain popups and dialog and slightly cleaned up it's CSS.
1238
- - Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
1239
- - Implement pagination in Tree component
1240
-
1241
- ## 0.170.0
1242
- Mon, 26 Nov 2018 19:38:42 GMT
1243
-
1244
- ### Updates
1245
-
1246
- - Added property value renderers for double and navigation primitive types.
1247
- - Added specialized property value renderers for nonprimitive types when their container is a table.
1248
- - Refactored PropertyRenderer into smaller pieces and added isSelectable and indentation prop
1249
- - Changed the way PropertyCategoryBlock looks.
1250
- - Enabled table to contain popups and dialog and slightly cleaned up it's CSS.
1251
-
1252
- ## 0.169.0
1253
- Tue, 20 Nov 2018 16:17:15 GMT
1254
-
1255
- ### Updates
1256
-
1257
- - Virtualized nodes' rendering in the Tree component
1258
-
1259
- ## 0.168.0
1260
- Sat, 17 Nov 2018 14:20:11 GMT
1261
-
1262
- _Version update only_
1263
-
1264
- ## 0.167.0
1265
- Fri, 16 Nov 2018 21:45:44 GMT
1266
-
1267
- ### Updates
1268
-
1269
- - Fixed some content control sizing issues
1270
- - Added Tree cell editing
1271
- - Added ShowHide in Common package, implemented ShowHide for Table columns.
1272
- - Tree cell editing unit tests
1273
- - Fix tree nodes loosing their state when ITreeDataProvider.onTreeNodeChanged is called
1274
- - ui-framework unit tests & docs
1275
-
1276
- ## 0.166.0
1277
- Mon, 12 Nov 2018 16:42:10 GMT
1278
-
1279
- _Version update only_
1280
-
1281
- ## 0.165.0
1282
- Mon, 12 Nov 2018 15:47:00 GMT
1283
-
1284
- _Version update only_
1285
-
1286
- ## 0.164.0
1287
- Thu, 08 Nov 2018 17:59:21 GMT
1288
-
1289
- ### Updates
1290
-
1291
- - Deprecated dev-cors-proxy-server and use of it.
1292
- - Fix: Do not start search if input field is empty
1293
- - Use strongly typed enums for identifying keyboard keys
1294
- - PropertyGrid property editing and unit tests
1295
- - Updated to TypeScript 3.1
1296
- - Refactored Tree component to improve its performance
1297
- - Refactored Breadcrumb and added tests
1298
- - Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
1299
-
1300
- ## 0.163.0
1301
- Wed, 31 Oct 2018 20:55:37 GMT
1302
-
1303
- ### Updates
1304
-
1305
- - Fixed breadcrumb component test
1306
- - Added JSX specification for Frontstage, Zone & Widget
1307
- - Fixed ui-framework unit test
1308
-
1309
- ## 0.162.0
1310
- Wed, 24 Oct 2018 19:20:07 GMT
1311
-
1312
- ### Updates
1313
-
1314
- - Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
1315
- - Ui Documentation
1316
- - Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
1317
- - Changed Horizontal PropertyGrid css to use grid instead of table display and modified subcomponents accordingly.
1318
- - Fixed property selection.
1319
- - Added an ability to resize label/value in PropertyRenderer.
1320
- - SelectablePropertyBlock now controls label/value ratio for every property in a category.
1321
- - Fixed PropertyList to use the right key.
1322
- - Updated types from any to more specific one in TypeConverters.
1323
- - Primitive property record value now can not be undefined.
1324
- - TextEditor now accepts property defined as string instead of PropertyRecord.
1325
- - Added a manager that allows registering custom property value renderers.
1326
- - Added default renderers for Primitive, Array and Struct properties.
1327
- - Custom property value renderer manager can now be provided to Table and Pane. Without it they use default property renderers.
1328
-
1329
- ## 0.161.0
1330
- Fri, 19 Oct 2018 13:04:14 GMT
1331
-
1332
- _Version update only_
1333
-
1334
- ## 0.160.0
1335
- Wed, 17 Oct 2018 18:18:38 GMT
1336
-
1337
- _Version update only_
1338
-
1339
- ## 0.159.0
1340
- Tue, 16 Oct 2018 14:09:09 GMT
1341
-
1342
- _Version update only_
1343
-
1344
- ## 0.158.0
1345
- Mon, 15 Oct 2018 19:36:09 GMT
1346
-
1347
- _Version update only_
1348
-
1349
- ## 0.157.0
1350
- Sun, 14 Oct 2018 17:20:06 GMT
1351
-
1352
- ### Updates
1353
-
1354
- - Fixing scripts for linux
1355
-
1356
- ## 0.156.0
1357
- Fri, 12 Oct 2018 23:00:10 GMT
1358
-
1359
- ### Updates
1360
-
1361
- - Initial release
1362
-
1
+ # Change Log - @itwin/components-react
2
+
3
+ This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
4
+
5
+ ## 2.19.13
6
+ Tue, 21 Sep 2021 21:06:40 GMT
7
+
8
+ ### Updates
9
+
10
+ - 'PropertyValueRendererManager': use merged MergedPropertyValueRenderer before looking for typename specific renderer if property is merged.
11
+
12
+ ## 2.19.12
13
+ Wed, 15 Sep 2021 18:06:47 GMT
14
+
15
+ ### Updates
16
+
17
+ - `TreeRenderer`: Fix last call to `scrollToNode` being repeated on each render.
18
+
19
+ ## 2.19.11
20
+ Thu, 09 Sep 2021 21:04:58 GMT
21
+
22
+ _Version update only_
23
+
24
+ ## 2.19.10
25
+ Wed, 08 Sep 2021 14:36:01 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 2.19.9
30
+ Wed, 25 Aug 2021 15:36:01 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 2.19.8
35
+ Mon, 23 Aug 2021 13:23:13 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 2.19.7
40
+ Fri, 20 Aug 2021 17:47:22 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 2.19.6
45
+ Tue, 17 Aug 2021 20:34:29 GMT
46
+
47
+ _Version update only_
48
+
49
+ ## 2.19.5
50
+ Fri, 13 Aug 2021 21:48:09 GMT
51
+
52
+ _Version update only_
53
+
54
+ ## 2.19.4
55
+ Thu, 12 Aug 2021 13:09:26 GMT
56
+
57
+ _Version update only_
58
+
59
+ ## 2.19.3
60
+ Wed, 04 Aug 2021 20:29:34 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 2.19.2
65
+ Tue, 03 Aug 2021 18:26:23 GMT
66
+
67
+ _Version update only_
68
+
69
+ ## 2.19.1
70
+ Thu, 29 Jul 2021 20:01:11 GMT
71
+
72
+ ### Updates
73
+
74
+ - `ControlledTree`: Fix tree background not being rendered.
75
+
76
+ ## 2.19.0
77
+ Mon, 26 Jul 2021 12:21:25 GMT
78
+
79
+ ### Updates
80
+
81
+ - remove internal barrel-import usage
82
+ - Stop delivering pseudo-localized strings
83
+ - Add window "beforeunload" event listener to ensure viewport is dropped from ViewManager.
84
+ - `MutableTreeModel`: `removeChild` method now accepts child index for the second parameter.
85
+ - Workaround for react-data-grid blank grid after scroll and update
86
+ - Add option prop to set time zone offset for date and time display in the TimelineComponent.
87
+
88
+ ## 2.18.4
89
+ Tue, 10 Aug 2021 19:35:13 GMT
90
+
91
+ _Version update only_
92
+
93
+ ## 2.18.3
94
+ Wed, 28 Jul 2021 17:16:30 GMT
95
+
96
+ ### Updates
97
+
98
+ - Fixed scrolling in Table component
99
+
100
+ ## 2.18.2
101
+ Mon, 26 Jul 2021 16:18:31 GMT
102
+
103
+ ### Updates
104
+
105
+ - `ControlledTree`: Fix tree background not being rendered.
106
+ - Workaround for react-data-grid blank grid after scroll and update
107
+
108
+ ## 2.18.1
109
+ Fri, 16 Jul 2021 17:45:09 GMT
110
+
111
+ _Version update only_
112
+
113
+ ## 2.18.0
114
+ Fri, 09 Jul 2021 18:11:24 GMT
115
+
116
+ ### Updates
117
+
118
+ - Update table to pass HtmlDivElement to ElementResizeObserver.
119
+ - Add QuantityNumberInput that looks like NumberInput but works with Quantities and active unit system.
120
+ - `TreeRenderer`: Add ability to explicitly specify component's width and height.
121
+ - `VirtualizedPropertyGrid`: Add ability to explicitly specify component's width and height.
122
+ - `ControlledTree`: Accept and forward size props to `TreeRenderer`.
123
+ - Clean up timeline and fix test coverage.
124
+ - Add props to the TimelineComponent that will allow apps to pass a set of items to be prefixed, appended, or to replace the context menu entries.
125
+
126
+ ## 2.17.3
127
+ Mon, 26 Jul 2021 16:08:36 GMT
128
+
129
+ ### Updates
130
+
131
+ - Workaround for react-data-grid blank grid after scroll and update
132
+
133
+ ## 2.17.2
134
+ Thu, 08 Jul 2021 15:23:00 GMT
135
+
136
+ _Version update only_
137
+
138
+ ## 2.17.1
139
+ Fri, 02 Jul 2021 15:38:31 GMT
140
+
141
+ _Version update only_
142
+
143
+ ## 2.17.0
144
+ Mon, 28 Jun 2021 16:20:11 GMT
145
+
146
+ ### Updates
147
+
148
+ - Allow style to be passed to weight picker.
149
+ - Fix array and struct property contents not being rendered in property grid when the properties have `hideCompositePropertyLabel` flag.
150
+ - Added `mergedCellsCount` property to `CellItem`. It is used for determining width of the cell.
151
+ - Added `overflow` property for `react-grid-Cell__value` element. `zIndex` is set in `TableCellContent` style property. These updates are necessary for rendering merged cells in `Table` component.
152
+ - Updated `Table` component so that it would be possible to merge cells in it
153
+ - Update scss to remove use of slash for division to avoid SASS deprecation warnings.
154
+ - Publis in-use APIs
155
+ - Refactor TimelineComponent to remove experimental milestones feature.
156
+ - `TreeRenderer`: Fix tree nodes being loaded repeatedly in some cases.
157
+ - `VirtualizedPropertyGrid`: Remove top and bottom padding.
158
+ - `VirtualizedPropertyGridWithDataProvider`: Fix loading animation overflowing its parent container.
159
+
160
+ ## 2.16.10
161
+ Thu, 22 Jul 2021 20:23:45 GMT
162
+
163
+ ### Updates
164
+
165
+ - Workaround for react-data-grid blank grid after scroll and update
166
+
167
+ ## 2.16.9
168
+ Tue, 06 Jul 2021 22:08:34 GMT
169
+
170
+ _Version update only_
171
+
172
+ ## 2.16.8
173
+ Fri, 02 Jul 2021 17:40:46 GMT
174
+
175
+ _Version update only_
176
+
177
+ ## 2.16.7
178
+ Mon, 28 Jun 2021 18:13:04 GMT
179
+
180
+ _Version update only_
181
+
182
+ ## 2.16.6
183
+ Mon, 28 Jun 2021 13:12:55 GMT
184
+
185
+ _Version update only_
186
+
187
+ ## 2.16.5
188
+ Fri, 25 Jun 2021 16:03:01 GMT
189
+
190
+ _Version update only_
191
+
192
+ ## 2.16.4
193
+ Wed, 23 Jun 2021 17:09:07 GMT
194
+
195
+ _Version update only_
196
+
197
+ ## 2.16.3
198
+ Wed, 16 Jun 2021 20:29:32 GMT
199
+
200
+ _Version update only_
201
+
202
+ ## 2.16.2
203
+ Thu, 03 Jun 2021 18:08:11 GMT
204
+
205
+ _Version update only_
206
+
207
+ ## 2.16.1
208
+ Thu, 27 May 2021 20:04:22 GMT
209
+
210
+ _Version update only_
211
+
212
+ ## 2.16.0
213
+ Mon, 24 May 2021 15:58:39 GMT
214
+
215
+ ### Updates
216
+
217
+ - Add support for child popup windows.
218
+ - Add ability to not render array/struct property label in virtualized property grid
219
+ - Add support for custom property category renderers.
220
+ - Improved Multi-Value column filtering in the Table component
221
+ - Move `VirtualizedPropertyGrid` related types from @alpha to @beta.
222
+ - Fixed getting distinct values when Table rows are updated
223
+ - Update to latest classnames package
224
+
225
+ ## 2.15.6
226
+ Wed, 26 May 2021 15:55:19 GMT
227
+
228
+ _Version update only_
229
+
230
+ ## 2.15.5
231
+ Thu, 20 May 2021 15:06:26 GMT
232
+
233
+ ### Updates
234
+
235
+ - Fixed getting distinct values when Table rows are updated
236
+
237
+ ## 2.15.4
238
+ Tue, 18 May 2021 21:59:07 GMT
239
+
240
+ _Version update only_
241
+
242
+ ## 2.15.3
243
+ Mon, 17 May 2021 13:31:38 GMT
244
+
245
+ _Version update only_
246
+
247
+ ## 2.15.2
248
+ Wed, 12 May 2021 18:08:13 GMT
249
+
250
+ _Version update only_
251
+
252
+ ## 2.15.1
253
+ Wed, 05 May 2021 13:18:31 GMT
254
+
255
+ _Version update only_
256
+
257
+ ## 2.15.0
258
+ Fri, 30 Apr 2021 12:36:58 GMT
259
+
260
+ ### Updates
261
+
262
+ - Update to use UiSettingsStorage.
263
+ - Fix color picker hue display in DR by removing webkit prefix. Adjust max slider value.
264
+ - 'TreeModel': Fixed 'changeNodeId' to set new id on TreeModelNode
265
+ - 'TreeNodeLoader': Changed nodes loading to avoid removing subtrees of existing expanded nodes
266
+ - Added ability to track rendered nodes in ControlledTree
267
+ - Fix number editor so it can process Enter key and call OnCommit processing.
268
+ - Fix compatibility issue when multiple versions of `rxjs` are in use.
269
+ - Fix a crash when clicking on a `ControlledTree` node when the tree contains placeholder nodes and using `SelectionMode.Multiple`
270
+
271
+ ## 2.14.4
272
+ Thu, 22 Apr 2021 21:07:33 GMT
273
+
274
+ _Version update only_
275
+
276
+ ## 2.14.3
277
+ Thu, 15 Apr 2021 15:13:16 GMT
278
+
279
+ _Version update only_
280
+
281
+ ## 2.14.2
282
+ Thu, 08 Apr 2021 14:30:09 GMT
283
+
284
+ _Version update only_
285
+
286
+ ## 2.14.1
287
+ Mon, 05 Apr 2021 16:28:00 GMT
288
+
289
+ _Version update only_
290
+
291
+ ## 2.14.0
292
+ Fri, 02 Apr 2021 13:18:42 GMT
293
+
294
+ ### Updates
295
+
296
+ - Lower coverage to 99.98 to avoid CI breaks.
297
+ - Added handling for windows which don't open.
298
+ - Added `UrlPropertyValueRenderer` renders values for properties of `StandardTypeNames.URL` type as URLs without looking at the value
299
+ - Deprecated `onPropertyLinkClick` prop used by `VirtualizedPropertyGridWithDataProvider` and `PropertyGrid`. Behavior of clicks on `PropertyRecord` links should be customized by assigning the `links` attribute.
300
+ - update FormatPanel to ensure state was not set on unmounted component.
301
+ - Fix bug in TimelineComponent's componentDidUpdate method that caused and infinite loop.
302
+ - Support for AccuDraw Ui Settings
303
+ - `TreeModelSource`: Fix `onModelChanged` event sometimes listing same node id multiple times.
304
+ - Improved ui-components test coverage to 100%
305
+ - `TreeModel`: Expose `getChildOffset` method.
306
+ - `MutableTreeModel`: Add `moveNode` method.
307
+ - Better support for Escape key to Home position
308
+
309
+ ## 2.13.0
310
+ Tue, 09 Mar 2021 20:28:13 GMT
311
+
312
+ ### Updates
313
+
314
+ - Updates to use new QuantityParserResult
315
+ - Upgrade react-resize-detector to avoid lodash security vulnerability
316
+ - Fixed broken double angle bracket link syntax
317
+ - Fix solar timeline component so that sunTime is properly set for project location.
318
+ - Add ui-components for displaying and editing FormatProps that are used to Format and Parse Quantities.
319
+ - Updated to use TypeScript 4.1
320
+ - Add a captureClicks prop to ColorPickerPopup that will stop propagation of click events from the popup.
321
+ - `MutableTreeModel`: Add `changeNodeId` method.
322
+ - `MutableTreeModel`: Allow `undefined` child count in `setNumChildren`.
323
+ - begin rename project from iModel.js to iTwin.js
324
+
325
+ ## 2.12.3
326
+ Mon, 08 Mar 2021 15:32:00 GMT
327
+
328
+ _Version update only_
329
+
330
+ ## 2.12.2
331
+ Wed, 03 Mar 2021 18:48:53 GMT
332
+
333
+ _Version update only_
334
+
335
+ ## 2.12.1
336
+ Tue, 23 Feb 2021 20:54:45 GMT
337
+
338
+ _Version update only_
339
+
340
+ ## 2.12.0
341
+ Thu, 18 Feb 2021 22:10:13 GMT
342
+
343
+ ### Updates
344
+
345
+ - UI 'pickers' that use Popup component with fixed content should set closeOnNestedPopupOutsideClick prop.
346
+ - Consider string values starting with `pw:\` or `pw://` to be URLs without checking the rest of the string.
347
+ - `ControlledTree`: Fix calling `scrollToNode` too early triggering an assertion error.
348
+ - Update TimelineComponent.tsx to properly respond to changed props.
349
+
350
+ ## 2.11.2
351
+ Thu, 18 Feb 2021 02:50:59 GMT
352
+
353
+ _Version update only_
354
+
355
+ ## 2.11.1
356
+ Thu, 04 Feb 2021 17:22:41 GMT
357
+
358
+ _Version update only_
359
+
360
+ ## 2.11.0
361
+ Thu, 28 Jan 2021 13:39:27 GMT
362
+
363
+ ### Updates
364
+
365
+ - Update components that support providing refs via React.forwardRef to work better with document generation.
366
+ - Add 'showCaret' prop to ColorPickers that show a popup. The caret icon will face up or down depending of popup state.
367
+ - Updates due to quantity unit system changes.
368
+ - Lock react-select to 3.1.0 and @types/react-select to 3.0.26 until we can fi
369
+ - Created new `CategoryPropertyDataFilterer` which allows us to filter `PropertyCategory` and get matches count.
370
+ - Updated FilteringDataProvider, now it filters not only PropertyRecords, but PropertyCategories also.
371
+ - Updated `VirtualizedPropertyGrid` to pass through `HighlightedPropertyProps` and highlight `PropertyCategory` matches.
372
+ - Implemented `CategoryPropertyDataFilterer` in `presentation-test-app` -> `PropertiesWidget`
373
+ - Updated filterers to return type of the filtered item, so now `VirtualizedPropertyGrid` can distinguish what types of items need to be highlighted. This feature was implemented in `presentation-test-app` -> `PropertiesWidget`
374
+ - Update `NavigationPropertyTypeConverter` to handle navigation properties represented by `InstanceKey`
375
+ - Added ui-core learning docs content and added Notification.md, Style.md & Tooltip.md ui-core learning doc files.
376
+ - Fix test warnings.
377
+ - Update to latest react-dnd version.
378
+ - Always clone the ViewState for a ViewportComponent to avoid attaching the same ViewState to multiple viewports.
379
+
380
+ ## 2.10.3
381
+ Fri, 08 Jan 2021 18:34:03 GMT
382
+
383
+ _Version update only_
384
+
385
+ ## 2.10.2
386
+ Fri, 08 Jan 2021 14:52:02 GMT
387
+
388
+ _Version update only_
389
+
390
+ ## 2.10.1
391
+ Tue, 22 Dec 2020 00:53:38 GMT
392
+
393
+ _Version update only_
394
+
395
+ ## 2.10.0
396
+ Fri, 18 Dec 2020 18:24:01 GMT
397
+
398
+ ### Updates
399
+
400
+ - Add support for onClose function in ColorPickerPopupProps. This allows color value from popup to be used by caller.
401
+ - Added matchesCount attribute to [[PropertyDataFilterResult]] to optionally tell how many matches there were in a [[PropertyRecord]]. Matches in label and value are separated.
402
+ - Added match counting functionality to [[FilteringPropertyDataProvider]]. The returned [[FilteredPropertyData]] now has total matches count and a function get information about a match at specific index.
403
+ - Added highlightedRecordProps to [[VirtualizedPropertyGridProps]] to allow highlighting specific parts of rendered PropertyRecords.
404
+ - Updated [[FilteringInput]] component. Component's `filteringInProgress` prop was deprecated and new `status` property was introduced. This allows rendering the component in any state, including `filtering finished`, without having to cycle through other states first.
405
+ - fix but in ParsedInput control where formatted text was not updating if underlying parsed value did not change.
406
+ - Refactor DialogItem and Property interfaces to make them eaiser to use.
407
+ - Added support for decimal point in Table numeric filter
408
+ - Enable pointer events in Toolbar items container."
409
+ - Fix issue where entries in ButtonGroup would not properly disable/enable.
410
+
411
+ ## 2.9.9
412
+ Sun, 13 Dec 2020 19:00:03 GMT
413
+
414
+ _Version update only_
415
+
416
+ ## 2.9.8
417
+ Fri, 11 Dec 2020 02:57:36 GMT
418
+
419
+ _Version update only_
420
+
421
+ ## 2.9.7
422
+ Wed, 09 Dec 2020 20:58:23 GMT
423
+
424
+ _Version update only_
425
+
426
+ ## 2.9.6
427
+ Mon, 07 Dec 2020 18:40:48 GMT
428
+
429
+ _Version update only_
430
+
431
+ ## 2.9.5
432
+ Sat, 05 Dec 2020 01:55:56 GMT
433
+
434
+ _Version update only_
435
+
436
+ ## 2.9.4
437
+ Wed, 02 Dec 2020 20:55:40 GMT
438
+
439
+ _Version update only_
440
+
441
+ ## 2.9.3
442
+ Mon, 23 Nov 2020 20:57:56 GMT
443
+
444
+ _Version update only_
445
+
446
+ ## 2.9.2
447
+ Mon, 23 Nov 2020 15:33:50 GMT
448
+
449
+ _Version update only_
450
+
451
+ ## 2.9.1
452
+ Thu, 19 Nov 2020 17:03:42 GMT
453
+
454
+ ### Updates
455
+
456
+ - Fix calendar logic to avoid duplicate day numbers when day light saving ends, producing a 25hr day.
457
+ - Revert width change to EnumEditor component instead set width to auto only for docked tool settings.
458
+
459
+ ## 2.9.0
460
+ Wed, 18 Nov 2020 16:01:50 GMT
461
+
462
+ ### Updates
463
+
464
+ - Added ParsedInput and QuantityInput controls used to parse and format numeric values.
465
+ - remove bogus "code" entries.
466
+ - Fix styling issue.
467
+ - Added FrameworkUiAdmin.showReactCard
468
+ - Change Editor components to process native keyboard events instead of synthetic ones.
469
+ - Added MessagePopup - Displays Toast & Sticky messages without a StatusBar
470
+ - Update EditorContainer tests in attempt to fix sporadic test failures.
471
+
472
+ ## 2.8.1
473
+ Tue, 03 Nov 2020 00:33:56 GMT
474
+
475
+ _Version update only_
476
+
477
+ ## 2.8.0
478
+ Fri, 23 Oct 2020 17:04:02 GMT
479
+
480
+ ### Updates
481
+
482
+ - Add Date/Time TypeEditor
483
+ - Fixed initial processing of scrollToRow in Table component
484
+ - Preventing setState call warning in TimelineComponent unit test
485
+ - Update all editors to be controlled components.
486
+ - PropertyGrid: Fix component not updating on data provider change
487
+ - Added jsdoc ESLint rule for UI packages
488
+
489
+ ## 2.7.6
490
+ Wed, 11 Nov 2020 16:28:23 GMT
491
+
492
+ _Version update only_
493
+
494
+ ## 2.7.5
495
+ Fri, 23 Oct 2020 16:23:51 GMT
496
+
497
+ _Version update only_
498
+
499
+ ## 2.7.4
500
+ Mon, 19 Oct 2020 17:57:02 GMT
501
+
502
+ _Version update only_
503
+
504
+ ## 2.7.3
505
+ Wed, 14 Oct 2020 17:00:59 GMT
506
+
507
+ _Version update only_
508
+
509
+ ## 2.7.2
510
+ Tue, 13 Oct 2020 18:20:39 GMT
511
+
512
+ _Version update only_
513
+
514
+ ## 2.7.1
515
+ Thu, 08 Oct 2020 13:04:35 GMT
516
+
517
+ _Version update only_
518
+
519
+ ## 2.7.0
520
+ Fri, 02 Oct 2020 18:03:32 GMT
521
+
522
+ ### Updates
523
+
524
+ - Update boolean type editors to allow component to be disabled.
525
+ - Add support for a DatePicker control.
526
+ - Update editor to use fixed focus trap.
527
+ - Added Table cell editor activation via keyboard when using row selection. Added Tree cell editor activation via keyboard.
528
+ - Fixed react-axe initialization. Improved ui-components test coverage.
529
+ - Table cell editing via keyboard
530
+ - Add multiline text property support to property grid.
531
+ - TreeRenderer: Add ability to scroll to a specific node
532
+
533
+ ## 2.6.5
534
+ Sat, 26 Sep 2020 16:06:34 GMT
535
+
536
+ _Version update only_
537
+
538
+ ## 2.6.4
539
+ Tue, 22 Sep 2020 17:40:07 GMT
540
+
541
+ _Version update only_
542
+
543
+ ## 2.6.3
544
+ Mon, 21 Sep 2020 14:47:10 GMT
545
+
546
+ _Version update only_
547
+
548
+ ## 2.6.2
549
+ Mon, 21 Sep 2020 13:07:44 GMT
550
+
551
+ _Version update only_
552
+
553
+ ## 2.6.1
554
+ Fri, 18 Sep 2020 13:15:09 GMT
555
+
556
+ _Version update only_
557
+
558
+ ## 2.6.0
559
+ Thu, 17 Sep 2020 13:16:12 GMT
560
+
561
+ ### Updates
562
+
563
+ - Moved ESLint configuration to a plugin
564
+ - Addressed ESLint warnings in UI packages. Fixed react-set-state-usage rule. Allowing PascalCase for functions in UI packages for React function component names.
565
+ - Implemented filtering property data provider and display value, label, composite filters.
566
+ - Added new alpha VirtualizedPropertyGrid component which virtualizes rendering of properties for better performance and gives more customizability and control.
567
+ - SplitButton popupPosition & buttonType props support
568
+ - Add event processing for apps to send messages to the UI components.
569
+ - Add ThemedEnumEditor for DialogItems and ToolSettings, using the ThemedSelect component.
570
+
571
+ ## 2.5.5
572
+ Wed, 02 Sep 2020 17:42:23 GMT
573
+
574
+ ### Updates
575
+
576
+ - Update rxjs dependency version to `^6.6.2`
577
+
578
+ ## 2.5.4
579
+ Fri, 28 Aug 2020 15:34:15 GMT
580
+
581
+ _Version update only_
582
+
583
+ ## 2.5.3
584
+ Wed, 26 Aug 2020 11:46:00 GMT
585
+
586
+ _Version update only_
587
+
588
+ ## 2.5.2
589
+ Tue, 25 Aug 2020 22:09:08 GMT
590
+
591
+ _Version update only_
592
+
593
+ ## 2.5.1
594
+ Mon, 24 Aug 2020 18:13:04 GMT
595
+
596
+ _Version update only_
597
+
598
+ ## 2.5.0
599
+ Thu, 20 Aug 2020 20:57:10 GMT
600
+
601
+ ### Updates
602
+
603
+ - Fixed updating focus when Tabs activeIndex updated. More a11y issues.
604
+ - Fix styling of toolbar overflow popup.
605
+ - Update EnumerationChoicesInfo to use Promise so enum choices can be defined asynchronously.
606
+ - Add ColorPickerPopup and ColorPickerPanel and test for them.
607
+ - Added eslint-plugin-jsx-a11y devDependency and made first pass at adding a11y roles
608
+ - Added react-axe and resolved some a11y issues
609
+ - Moved SpecialKey & FunctionKey enums to ui-abstract & started using them throughout UI packages
610
+ - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
611
+ - Added Table component keyboard row selection. Miscellaneous a11y fixes.
612
+ - Switch to ESLint
613
+ - Tree keyboard node selection & expansion
614
+
615
+ ## 2.4.2
616
+ Fri, 14 Aug 2020 16:34:09 GMT
617
+
618
+ _Version update only_
619
+
620
+ ## 2.4.1
621
+ Fri, 07 Aug 2020 19:57:43 GMT
622
+
623
+ _Version update only_
624
+
625
+ ## 2.4.0
626
+ Tue, 28 Jul 2020 16:26:24 GMT
627
+
628
+ ### Updates
629
+
630
+ - Map Layer UX
631
+ - Add color picker dialog.
632
+ - Changed toolbar opacity processing to affect all components in widget.
633
+ - Add ImageCheckBoxEditor.
634
+ - Set border prop on ImageCheckBox when use in the editor
635
+ - Use 'Double' type converter for point components. Also add possibility to supply custom components' converter for `Point2dTypeConverter` and `Point3dTypeConverter`.
636
+ - Use Tooltip and Popup for timeline and toolbars.
637
+
638
+ ## 2.3.3
639
+ Thu, 23 Jul 2020 12:57:15 GMT
640
+
641
+ _Version update only_
642
+
643
+ ## 2.3.2
644
+ Tue, 14 Jul 2020 23:50:36 GMT
645
+
646
+ _Version update only_
647
+
648
+ ## 2.3.1
649
+ Mon, 13 Jul 2020 18:50:14 GMT
650
+
651
+ _Version update only_
652
+
653
+ ## 2.3.0
654
+ Fri, 10 Jul 2020 17:23:14 GMT
655
+
656
+ ### Updates
657
+
658
+ - geometry clip containment
659
+ - Fix ToolbarWithOverflow to honor ToolbarOpacitySetting.Defaults
660
+ - Accessibility: Improved focus borders & indicators
661
+ - Use DelayedSpinned in ControlledTree.
662
+ - Add support for nested property categories
663
+ - Show tooltips for property values when rendering PropertyRecords
664
+ - Changing SelectableContent component to use ThemedSelect in place of a pure HTML select element
665
+
666
+ ## 2.2.1
667
+ Tue, 07 Jul 2020 14:44:52 GMT
668
+
669
+ _Version update only_
670
+
671
+ ## 2.2.0
672
+ Fri, 19 Jun 2020 14:10:03 GMT
673
+
674
+ ### Updates
675
+
676
+ - Qualified the CSS class names for the face names in Cube Navigation Aid
677
+ - Hiding viewport logo and acsTriad in DrawingNavigationAid viewport
678
+ - Added property editors for multi-line text, slider and numeric input/spinner.
679
+ - Added support for popup with multiple editors
680
+ - Specify the props that can be passed to ThemedSelect instead of just allowing all of the react-select props.
681
+ - Added ViewStateProp & support for obtaining ViewState from function in ViewportComponent and IModelViewportControl
682
+
683
+ ## 2.1.0
684
+ Thu, 28 May 2020 22:48:59 GMT
685
+
686
+ ### Updates
687
+
688
+ - Fix toolbar overflow panel display.
689
+ - Update to only show group separators if toolbar is not transparent.
690
+ - Fix toolbar error when scaling up UI.
691
+ - Property grid horizontal layout updated according to UX requirements.
692
+ - Fixed Table filter renderers after react-select version upgrade
693
+ - Support for striped rows in Table
694
+ - Added ability for apps to display Favorite properties in Element Tooltip & Card at Cursor
695
+ - Darken node descriptions in controlled tree
696
+ - Center align ControlledTree error message
697
+ - ControlledTree: Grow virtualized nodes' container width to fit the widest node and do not shrink it to avoid horinzontal scrollbar appearing/disappearing
698
+ - Update version of react-select for ThemedSelect in ui-core.
699
+ - ControlledTree: Fix horizontal scrollbar appearing when tree component size changes even though nodes don't exceed width of the tree
700
+ - Only show badges on toolbar buttons if toolbar background is not transparent.
701
+
702
+ ## 2.0.0
703
+ Wed, 06 May 2020 13:17:49 GMT
704
+
705
+ ### Updates
706
+
707
+ - Prefer panelNode over buttonNode when using customToolbarItem.
708
+ - Add support for groupPriority for ToolbarItems. If specified then a group separator is shown when the priority changes.
709
+ - Add tilde to sass imports
710
+ - Qualified .label & .message CSS classes. Removed .cell CSS class usage. Fixed cell editor sizes.
711
+ - Fixed Navigation cube jagged edges on iOS
712
+ - Added new type of ImageSourceType "webfont-icon" which allows to load custom font-family icons by providing {className}:{iconName} format image value. It defaults to core-icon if value does not match this format.
713
+ - Fix parsing of 0 (zero) value in CustomNumberEditor
714
+ - Fix bug where toolbar buttons did not show expand arrow on custom button when not in 'DragInteraction' mode. Fix display of key-in browser 1.0 UI.
715
+ - Fix ordering of button items in overflow in Navigation Widget.
716
+ - Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
717
+ - Fix documentation tag
718
+ - Fix issue where resizing toolbar too small would make it disappear and it would not return even when window was resized.
719
+ - Fix bug 292829 where toolbar border displayed when all items are hidden.
720
+ - Fixed ReactResizeDetector usage after upgrade. Converted Toggle component to function. Hover/pressed styling in 2.0 Toolbar.
721
+ - Update GroupButton definition to use ReadonlyArray for child items.
722
+ - Ui 2.0 - Blur the toolbar item background
723
+ - Moved the CubeNavigationAid & DrawingNavigationAid to ui-components package
724
+ - Increased size of Navigation cube arrow touch targets for mobile
725
+ - Clean up deprecated APIs
726
+ - Clean up some ControlledTree-related APIs
727
+ - Clone TreeNodeItem when creating TreeModelNode to avoid immer freezing it
728
+ - Made React functional component specifications consistent across UI packages
729
+ - For consistency add reactNode getters/setters and deprecate use of reactElement.
730
+ - Upgrade to Rush 5.23.2
731
+ - Copied filter renderers from react-data-grid-addons to ui-components to prevent security error
732
+ - Fixed Table column filtering when backspacing to empty
733
+ - Ui 2.0 - Toolbar display changes
734
+ - Updated Toolbar colors/opacity for Ui 2.0
735
+ - Add ToolbarWithOverflow.
736
+ - Promoted some @beta to @public in Ui packages & ToolAssistance for 2.0 release.
737
+ - Fixes to Toggle onBlur handling & ControlledTree error message position
738
+ - Change `TreeNodeItem` and `PropertyData` labels to be PropertyRecords
739
+ - In source documentation. Some learning docs & API changes.
740
+ - PropertyGrid, Table, Tree & Viewport Learning docs for ui-components
741
+ - Fixed ControlledTree TreeModel clearing. Fixed TreeRenderer to rerender list when size callback changes.
742
+ - Update CustomNumberEditor to handle onBlur. This will update the value when the user clicks in another field in the dialog and the field loses focus.
743
+ - Move react to peerDependencies.
744
+ - Learning documentation for ui-core
745
+ - TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
746
+ - Started ui-components Learning doc section
747
+ - Fixed children node loading from TreeDataProviderRaw and TreeDataProviderPromise
748
+ - Add a new `SelectableContent` component
749
+ - Changed IPropertyValueRenderer.render() to be synchronous
750
+ - UI: Toggle Component - only use animation on value change
751
+ - Fix iOS Safari high CPU of enum button group.
752
+ - Fix nodes loading to correctly handle and load ImmediatelyLoadedTreeNodeItem
753
+ - Fix SparseArray, SparseTree and MutableTreeModel to be properly modified by immer
754
+ - Update auto-generated dialog items to work with the Tool Settings Bar.
755
+ - Moved Property classes and interfaces to ui-abstract package.
756
+ - Moved Checkbox, Radio, Select, Toggle, Slider & AutoSuggest into their own category
757
+ - Update to ensure tooltip for timeline uses z-index for tooltips.
758
+ - Update to ensure tooltip for timeline uses z-index for tooltips.
759
+ - Defaulting to IModelApp.i18n in UI packages and cascading initialize() calls
760
+ - Minor styling changes
761
+ - Remove support for the iModel.js module system by no longer delivering modules.
762
+ - iModel write API development
763
+
764
+ ## 1.14.1
765
+ Wed, 22 Apr 2020 19:04:00 GMT
766
+
767
+ _Version update only_
768
+
769
+ ## 1.14.0
770
+ Tue, 31 Mar 2020 15:44:19 GMT
771
+
772
+ _Version update only_
773
+
774
+ ## 1.13.0
775
+ Wed, 04 Mar 2020 16:16:31 GMT
776
+
777
+ ### Updates
778
+
779
+ - Fix iOS Safari high CPU of enum button group.
780
+
781
+ ## 1.12.0
782
+ Wed, 12 Feb 2020 17:45:50 GMT
783
+
784
+ ### Updates
785
+
786
+ - iModel write API development
787
+ - Upgraded icons-generic-webfont to ^1.0.0
788
+ - Added type converter for composite primitive value
789
+ - Changed onNodeLoaded event to nodeLoadHandler in NodeLoader. Fixed node loading scheduling to avoid making multiple requests at the same time
790
+ - Pass tree model changes to onModelChange event
791
+ - Separate label and labelDefinition in PropertyData and TreeNodeItem
792
+ - Property grid border fix.
793
+
794
+ ## 1.11.0
795
+ Wed, 22 Jan 2020 19:24:12 GMT
796
+
797
+ ### Updates
798
+
799
+ - Remove the @types/linkify-it as a real dependency and make it a devDependency.
800
+ - Allow TreeNodeItem and PropertyData label to be represented as PropertyRecord
801
+ - Upgrade to TypeScript 3.7.2.
802
+
803
+ ## 1.10.0
804
+ Tue, 07 Jan 2020 19:44:01 GMT
805
+
806
+ ### Updates
807
+
808
+ - Fix styling issue in property grid when actionButtonRenders are not defined.
809
+ - Fixed lgtm issues in UI folders
810
+ - Update code to up code coverage to avoid CI failures on Linux machines.
811
+ - Added Action Buttons for properties
812
+ - Attempt to fix sporadic failing solartimeline test.
813
+ - Fix bug in timeline component when view only has an analysis animation without dates.
814
+ - Update timeline test to use fake timers to see if that resolved sporadic failures on CI builds.
815
+
816
+ ## 1.9.0
817
+ Tue, 10 Dec 2019 18:08:56 GMT
818
+
819
+ ### Updates
820
+
821
+ - Update sunrise/sunset calculation
822
+ - Update solar timeline test
823
+ - Made detecting links have stricter rules. Links have to start with a schema or `www.`.
824
+ - Fix solar timeline timezone bug.
825
+ - Added a tooltip component.
826
+ - No longer accessing this.state or this.props in setState updater - flagged by lgtm report
827
+ - Changed SignIn & SignOut buttons to large. Fixed Dialog component resizing. Reduced default minimum size of Dialog component.
828
+ - Update sinon version.
829
+ - Added documentation to ControlledTree API and changes release tags to beta
830
+ - Added node editing support in ControlledTree
831
+ - Changes ControlledTree events to pass TreeNodeItem instead of nodeId
832
+ - Added 'removeChild', 'insertChild', 'getChildOffset' methods to MutableTreeModel
833
+ - Moved ControlledTree node highlighting to TreeRenderer
834
+ - Use exhaustive-deps linter rule.
835
+ - Truncate property grid group title.
836
+ - Rename array length property label to be less ambiguous
837
+ - Solar timeline date/time offset fix.
838
+ - Start arrays at `1` when rendering array property items
839
+ - Removed unused React state variables. Removed unsupported setState calls from render() methods.
840
+ - Code cleanup based on code analysis report from lgtm.
841
+
842
+ ## 1.8.0
843
+ Fri, 22 Nov 2019 14:03:34 GMT
844
+
845
+ ### Updates
846
+
847
+ - Update Icon package version
848
+ - Responsive logic in Property Grid to switch to Vertical orientation when too narrow
849
+ - Added StatusBarComposer, StatusBarItem, StatusBarManager and StatusBarItemsManager
850
+ - Added Table cell context menu support
851
+ - Added Tree Node.tsx export to ui-components package
852
+ - Added tslint-react-hooks to UI packages
853
+ - Change componentDidUpdate to call _setDuration instead of setState directly. This will make sure the onChange handler is called.
854
+ - Refactor ControlledTree custom hooks to use useEffectSkipFirst
855
+ - Separated TreeModelSource and TreeNodeLoader. Added highlighting support to ControlledTree.
856
+ - Added node icon rendering to ControlledTree
857
+ - Fix node content sometimes not being re-rendered when editor state changed very quickly
858
+ - Add componentDidUpdate() to the TimelineComponent, updating currentDuration after the app changes the state of initialDuration.
859
+
860
+ ## 1.7.0
861
+ Fri, 01 Nov 2019 13:28:37 GMT
862
+
863
+ ### Updates
864
+
865
+ - Add ability to have Table provide top visible row feedback
866
+ - Made PropertyGrid categories keep the collapsed state when data is refreshed.
867
+ - Added New badge for UI items
868
+ - Added Table column filtering support
869
+ - Added initial ui-abstract package setup
870
+ - Added UiAdmin with support for displaying Menus and Toolbars at a location
871
+ - Added DataProvider getter on TreeModelSource
872
+ - Fix tree attempting to highlight empty text in nodes
873
+ - Fix tree no re-rendering delay loaded nodes after reload
874
+ - Added initial implementation of ControlledTree
875
+
876
+ ## 1.6.0
877
+ Wed, 09 Oct 2019 20:28:42 GMT
878
+
879
+ ### Updates
880
+
881
+ - Clear internal row/column selection data when number or rows change in Table. Add definitions for platform MeasureTools.
882
+ - Allow width defined in ColumnDescription to be passed into <Table> component to set initial column width.
883
+ - Added AutoSuggest component and improved KeyinBrowser component
884
+ - Focus EnumButtonGroupEditor without scrolling.
885
+
886
+ ## 1.5.0
887
+ Mon, 30 Sep 2019 22:28:48 GMT
888
+
889
+ ### Updates
890
+
891
+ - AccuDraw Popup Editors. Improved editor sizes. Editor Params improvements.
892
+ - Initial Accudraw Ui components - Buttons, ContextMenus, Calculator, Editors. IconInput in ui-core.
893
+ - Added ability to automatically expand non primitive properties
894
+ - Ability to Scroll to Table row via scrollToRow Prop
895
+ - Add alwaysMinimized prop to TimelineComponent.
896
+ - Tool Assistance changes per UX Design
897
+ - Update the tree (empty data) be more descriptive and generic.
898
+ - In the Model/Category/Spatial trees, center the error message
899
+ - Upgrade to TypeScript 3.6.2
900
+ - Fixed signature of BreadcrumbTreeUtils.aliasNodeListToTableDataProvider for consistent extract-api treatment
901
+ - Tree: Clear page caches when reloading tree data
902
+ - this.props.viewportRef(this._vp); callback moved to the end of async componentDidMount(); Additional check if (!this._mounted) after await
903
+
904
+ ## 1.4.0
905
+ Tue, 10 Sep 2019 12:09:49 GMT
906
+
907
+ ### Updates
908
+
909
+ - Using Checkbox component in BooleanEditor. Cleaned up cell editor positioning.
910
+ - Updated inputs and button padding for iModel.js. Fixed Popup colors & z-index.
911
+ - Color picker had incorrect styling after focus trap added.
912
+ - Added support for content view minSize properties
913
+ - Added support for ProjectWise Explorer links.
914
+ - Added a new component for the Poc, an icon picker.
915
+ - Addressed some warnings introduced with React 16.9
916
+ - Timeline: added display for times
917
+ - Fixed bug in style of the weight picker popup
918
+
919
+ ## 1.3.0
920
+ Tue, 13 Aug 2019 20:25:53 GMT
921
+
922
+ ### Updates
923
+
924
+ - Update to use latest icon library
925
+ - Added CursorPrompt, improved Pointer messages
926
+ - Explicitly set margin for button groups to avoid bleed over from BWC styles.
927
+ - After canceling (clearing) search, set focus back to input field.
928
+ - Skip failing test until UI team can investigate
929
+ - Updated generic icon package
930
+ - Fix DateTime type converters
931
+ - Improve point type converters to handle points defined as `number[]` or `{x,y}` or `{x,y,z}`
932
+ - Change floating point converter to round-off numbers up to 2 decimal places
933
+ - Fixed property grid tests.
934
+ - Fixed OnPropertyLinkClick event handler assignment for nested properties in PropertyGrid. Fixed OnPropertyLinkClick signature for PropertyGrid.
935
+ - Added onPropertyLinkClick handler property for PropertyGrid with default behavior to open url links in the new tab or open email client if it is an email link. Wrote tests for it.
936
+ - Update FilteringInput to use updated search box design from UX.
937
+ - Added SelectionMode.None to the default SelectionHandler.
938
+ - Tree: Fix children not loaded when parent is reloaded due to other page loads after children request
939
+ - Update to latest icon package version.
940
+
941
+ ## 1.2.0
942
+ Wed, 24 Jul 2019 11:47:26 GMT
943
+
944
+ ### Updates
945
+
946
+ - Tree: Add `bulkCheckboxActionsDisabled` prop.
947
+ - Tree: Update visual styles.
948
+ - Table: Update visual styles.
949
+ - PropertyView: Update visual styles.
950
+
951
+ ## 1.1.0
952
+ Mon, 01 Jul 2019 19:04:29 GMT
953
+
954
+ ### Updates
955
+
956
+ - Tree: Fix an issue whith multiselection where shift-selecting nodes would not select anything.
957
+ - Tree: Add ability to check or uncheck multiple selected nodes' checkboxes all at once.
958
+ - BeInspireTree: Fix an issue with calling `updateNodesCheckboxes()` while handling `ModelLoaded` event
959
+ - Tree: Correct TreeProps.checkboxInfo documentation.
960
+ - Allow Line Weight to be selected via Up/Down arrow keys once popup is open.
961
+ - Updated react-data-grid import statement
962
+ - Added prefixes to Dialog & ContextMenu positioning CSS classes
963
+ - Removed missing group descriptions
964
+ - Call filterclear when the user enters an empty search string and clicks Search.
965
+ - Added autofocus to the FilteringInput component.
966
+ - Remove inner focus outline that is only displayed in Firefox.
967
+ - Update WeightPicker.
968
+ - Removed 4 dangerouslySetInnerHtml usages to help with Security audit; 3 remain on purpose.
969
+ - Save & Restore View Layouts
970
+ - Update to TypeScript 3.5
971
+ - Temporarily lowered ui-components coverage thresholds
972
+ - BeInspireTree: Fix an issue with delay-loaded child nodes sometimes being assigned to expired node objects.
973
+ - Tree: Fix child node checkbox events affecting parent node's checkbox state
974
+ - ui-component unit tests. NumericInput strict=true default.
975
+
976
+ ## 1.0.0
977
+ Mon, 03 Jun 2019 18:09:39 GMT
978
+
979
+ ### Updates
980
+
981
+ - Update to use parse error message from callback.
982
+ - Added UI Logger & UiError usage & improved i18n calls
983
+ - Added Overflow button support
984
+ - Define `extendedData` in `TreeNodeItem` and `RowItem` as a key-value pairs structure. We're about to expose this structure to external consumers and don't want them to set `extendedData` to some primitive value. Instead, consumers should put key-value pairs with keys unique enough to not overwrite others' values.
985
+ - Update CustomNumberEditor to show InputFieldMessage when unable to parse quantity.
986
+ - Release tag cleanup and ui-framework unit tests
987
+ - Updated UI package release tags for 1.0 release.
988
+ - Fixed release tag warnings in UI packages
989
+ - Add alpha level support for solar timeline
990
+ - Added property selection to the property grid component on right click
991
+ - Update Tree API. Allow onCheckboxClick callback to receive multiple checkbox state changes.
992
+ - Tree: Fix node placeholder offset
993
+ - Added ViewSelectorChangedEvent
994
+
995
+ ## 0.191.0
996
+ Mon, 13 May 2019 15:52:05 GMT
997
+
998
+ ### Updates
999
+
1000
+ - Update to latest version of icon library.
1001
+ - @beta tags for Toolbar. More React.PureComponent usage. Added constructors to prevent deprecated warnings. Coverage minimum thresholds.
1002
+ - Add support for a view overlay component. This will provide ability to show animation timeline control in viewport.
1003
+ - Update Timeline interfaces.
1004
+ - Update CSS for ColorSwatch.
1005
+ - Add Unit test for ColorEditor and ColorPickerButton
1006
+ - Added CommonProps to many component Props in ui-core & ui-components
1007
+ - Added 'Register' link back to SignIn component. Added ExternalIModel test widget. Made AppBackstage in ui-test-app Redux connected again.
1008
+ - Added missing package prefix to some CSS class names in ui-core, ui-components & ui-framework
1009
+ - Reverted CubeNavigationAid changes
1010
+ - Added viewport synchronization for 2d drawing navigation aid
1011
+ - Added local snapshot support to ui-test-app. Added specialized div components to ui-core.
1012
+ - Fix broken links
1013
+ - Fix failing CustomNumberPropertyEditor test
1014
+ - Add WeightEditor line weight type editor.
1015
+ - Add components to show and select a line weight.
1016
+ - Put sourcemap in npm package.
1017
+ - Locked react-data-grid at 6.0.1 and @types/react-data-grid at 4.0.2
1018
+ - Improve default rotate point for navigation cube
1019
+ - Fix to SignIn constructor in ui-components
1020
+ - Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
1021
+ - Require React & React-dom 16.8
1022
+ - remove IModelApp subclasses
1023
+ - Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
1024
+ - Update icons-generic-webfont version to latest available.
1025
+ - Clean up WeightPickerButton test code.
1026
+ - Introduce timeline animation interfaces.
1027
+ - Move timeline components from ui-test-app to ui-components package
1028
+ - Added release tags to ui-framework, ui-components and ui-core.
1029
+ - Property Grid: Show loading spinner only after half a second delay
1030
+ - Fix indefinite Tree component rendering when used with `checkboxInfo` prop
1031
+ - Tree: Fix nodes not being re-rendered in some async workflows
1032
+ - Fix tree being marked as dirty when selected nodes predicate changes, but returns the same results (actual selection doesn't change)
1033
+ - Add Tree.getLoadedNode(nodeId) function
1034
+ - Add ability to set tooltips on tree node checkboxes
1035
+ - Unit tests and fixed ColorEditor alignment
1036
+ - Upgrade TypeDoc dependency to 0.14.2
1037
+ - Added test coverage for ViewportComponent
1038
+
1039
+ ## 0.190.0
1040
+ Thu, 14 Mar 2019 14:26:49 GMT
1041
+
1042
+ ### Updates
1043
+
1044
+ - Add ColorEditor to list of available Type Editors
1045
+ - Cleaned up index.scss for variables & mixins in ui-core and added classes.scss that generates CSS
1046
+ - Add SaturationPicker for use with ColorType editor.
1047
+ - Add Transparency slider component.
1048
+
1049
+ ## 0.189.0
1050
+ Wed, 06 Mar 2019 15:41:22 GMT
1051
+
1052
+ ### Updates
1053
+
1054
+ - UI documentation fixes
1055
+ - Added ToggleEditor. Support for defaultTool in Frontstage. Fixed BooleanEditor sizing.
1056
+ - Added 100% test coverage for Breadcrumb/BreadcrumbDetails
1057
+ - Use new buildIModelJsBuild script
1058
+ - Remove unneeded typedoc plugin dependency
1059
+ - Added EnumEditor & BooleanEditor type editors
1060
+ - Minor UI Color Theme changes
1061
+ - Support for including CSS files in published UI packages
1062
+ - Updated type editors to support updated PropertyRecord. Moved setFocus to props in type editors..
1063
+ - Removed dependency on BWC. Parts of BWC copied into ui-core in preparation for theming support.
1064
+ - Added ToggleEditor. Support for defaultTool in Frontstage.
1065
+ - Save BUILD_SEMVER to globally accessible map
1066
+ - Change setImmediate to setTimeout. Fixed cube rotation issue.
1067
+ - Added ItemStyle and ItemStyle provider.
1068
+ - CellItem and TreeNodeItem now have the same style property.
1069
+ - Added TableCell and TableCellContent React components.
1070
+ - Changed table css class names.
1071
+ - Changed CellItem interface property - 'alignment' type to be a restricted string instead of an enum.
1072
+ - Cleanup of DefaultToolSetting provider and EnumButtonGroup editor
1073
+ - Add EnumButtonGroupEditor.
1074
+ - Primitive property value renderers now render links specified in property records.
1075
+ - Renamed class names that start with "ui-components-" to start with just "components-"
1076
+ - Added IImageLoader, ImageRenderer and TreeImageLoader.
1077
+ - Added showIcons and imageLoader props to Tree component.
1078
+ - Added a property to provide rowHeight value or function that calculates it.
1079
+ - Tree now accepts one checkbox prop object instead of multiple props.
1080
+ - Tree now accepts one cell editing prop object instead of multiple props.
1081
+ - Split tree node label and description rendering into a separate component - TreeNodeContent.
1082
+ - Added an ability to show node descriptions in the Tree component via showDescriptions property.
1083
+ - Fix tree failing to load nodes in special cases
1084
+ - Added support for UI color themes
1085
+ - Add a way to specify checkbox states asynchronously in Tree component
1086
+ - Breadcrumb fixes
1087
+ - Add a way to specify custom Tree checkbox renderer
1088
+ - Update to use newer generic-icons-webfont package.
1089
+ - upgrade to TypeScript 3.2.2
1090
+ - WIP: ViewportComponent unit tests. Removed imodeljs-clients-backend dependency from ui-framework
1091
+
1092
+ ## 0.188.0
1093
+ Wed, 16 Jan 2019 16:36:09 GMT
1094
+
1095
+ _Version update only_
1096
+
1097
+ ## 0.187.0
1098
+ Tue, 15 Jan 2019 15:18:59 GMT
1099
+
1100
+ ### Updates
1101
+
1102
+ - Add a separate PropertyGrid prop to tell if properties should be hoverable
1103
+ - Add ability to assign context menu for properties in PropertyGrid
1104
+
1105
+ ## 0.186.0
1106
+ Mon, 14 Jan 2019 23:09:10 GMT
1107
+
1108
+ ### Updates
1109
+
1110
+ - Property pane does not show struct or array info anymore
1111
+
1112
+ ## 0.185.0
1113
+ Fri, 11 Jan 2019 18:29:00 GMT
1114
+
1115
+ _Version update only_
1116
+
1117
+ ## 0.184.0
1118
+ Thu, 10 Jan 2019 22:46:17 GMT
1119
+
1120
+ ### Updates
1121
+
1122
+ - Renamed PropertyDataProvider to IPropertyDataProvider.
1123
+ - Add ui-component root to avoid relative file conflicts in bundles.
1124
+ - Handle custom row and cell item styling in Table component
1125
+ - Fix double and navigation property value renderers to not append ".0" to values in certain cases
1126
+
1127
+ ## 0.183.0
1128
+ Mon, 07 Jan 2019 21:49:21 GMT
1129
+
1130
+ _Version update only_
1131
+
1132
+ ## 0.182.0
1133
+ Mon, 07 Jan 2019 13:31:34 GMT
1134
+
1135
+ _Version update only_
1136
+
1137
+ ## 0.181.0
1138
+ Fri, 04 Jan 2019 13:02:40 GMT
1139
+
1140
+ _Version update only_
1141
+
1142
+ ## 0.180.0
1143
+ Wed, 02 Jan 2019 15:18:23 GMT
1144
+
1145
+ ### Updates
1146
+
1147
+ - Changed property pane css.
1148
+ - Changed how vertical PropertyPane looks.
1149
+ - Fix BeInspireTree's render suspension not being consistent in some cases
1150
+ - Added optional viewState prop to ViewportComponent
1151
+
1152
+ ## 0.179.0
1153
+ Wed, 19 Dec 2018 18:26:14 GMT
1154
+
1155
+ ### Updates
1156
+
1157
+ - Added Tests, updated Table, fixed breadcrumb mutability issues
1158
+ - Added DragDrop tests, added component withDragDrop HOC tests
1159
+ - Synchronizing navigation aids with view definition changes
1160
+ - Simplified property pane tooltips and improved Property Pane performance.
1161
+ - Simplified struct and array tooltips in Table component.
1162
+ - Fix BeInspireTree's event listening functions to handle array inputs
1163
+ - Fix BeInspireTree's muting events with allowed number of triggers
1164
+ - Cache BeInspireTree.visible() result for better performance
1165
+ - Optimize BeInspireTree.selectBetween
1166
+ - Avoid loading PropertyGrid data for intermediate data changes
1167
+ - Avoid loading TableView data for intermediate column / row changes
1168
+ - Allow property converters and renderers to return result either sync or async
1169
+ - Fix tree node loosing its children when collapsed while children are being loaded
1170
+ - Fix tree not showing data after changing data provider while another data provider is being loaded
1171
+ - Show loading spinner in the Tree while root nodes are being loaded
1172
+
1173
+ ## 0.178.0
1174
+ Thu, 13 Dec 2018 22:06:10 GMT
1175
+
1176
+ _Version update only_
1177
+
1178
+ ## 0.177.0
1179
+ Wed, 12 Dec 2018 17:21:32 GMT
1180
+
1181
+ ### Updates
1182
+
1183
+ - Added a merged property value renderer.
1184
+ - Set BeInspireTreeNode's payload as possibly `undefined`
1185
+ - Fix Tree component to handle data provider change before the first update
1186
+ - Handle shift-selecting not loaded tree nodes
1187
+ - Fix tree checkbox-related props
1188
+ - Improved speed & smoothness of CubeNavigationAid. Made class names unique to fix documentation. UI Tree doc fixes.
1189
+
1190
+ ## 0.176.0
1191
+ Mon, 10 Dec 2018 21:19:45 GMT
1192
+
1193
+ _Version update only_
1194
+
1195
+ ## 0.175.0
1196
+ Mon, 10 Dec 2018 17:08:55 GMT
1197
+
1198
+ _Version update only_
1199
+
1200
+ ## 0.174.0
1201
+ Mon, 10 Dec 2018 13:24:09 GMT
1202
+
1203
+ ### Updates
1204
+
1205
+ - Added Tests, updated Table, fixed breadcrumb mutability issues
1206
+ - Tree now accepts propertyValueRendererManager as a property.
1207
+ - PrimitivePropertyValueRenderer now accepts context and can render tree properties.
1208
+ - TreeNodeItem now accepts an additional optional property - typename.
1209
+ - TreeNode can now render asynchronously.
1210
+
1211
+ ## 0.173.0
1212
+ Thu, 06 Dec 2018 22:03:29 GMT
1213
+
1214
+ ### Updates
1215
+
1216
+ - Added fillZone property to the Widget
1217
+ - Fixed initial & return layout of Frontstage. Styling of scrollbar in Chrome.
1218
+ - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
1219
+
1220
+ ## 0.172.0
1221
+ Tue, 04 Dec 2018 17:24:39 GMT
1222
+
1223
+ ### Updates
1224
+
1225
+ - Changed index file name to match package name, eliminate subdirectory index files, decrease usage of default exports, change imports to use other packages' index file.
1226
+
1227
+ ## 0.171.0
1228
+ Mon, 03 Dec 2018 18:52:58 GMT
1229
+
1230
+ ### Updates
1231
+
1232
+ - Added tests to Breadcrumb, updated Table and fixed Table Resize issues.
1233
+ - Added property value renderers for double and navigation primitive types.
1234
+ - Added specialized property value renderers for nonprimitive types when their container is a table.
1235
+ - Refactored PropertyRenderer into smaller pieces and added isSelectable and indentation prop
1236
+ - Changed the way PropertyCategoryBlock looks.
1237
+ - Enabled table to contain popups and dialog and slightly cleaned up it's CSS.
1238
+ - Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
1239
+ - Implement pagination in Tree component
1240
+
1241
+ ## 0.170.0
1242
+ Mon, 26 Nov 2018 19:38:42 GMT
1243
+
1244
+ ### Updates
1245
+
1246
+ - Added property value renderers for double and navigation primitive types.
1247
+ - Added specialized property value renderers for nonprimitive types when their container is a table.
1248
+ - Refactored PropertyRenderer into smaller pieces and added isSelectable and indentation prop
1249
+ - Changed the way PropertyCategoryBlock looks.
1250
+ - Enabled table to contain popups and dialog and slightly cleaned up it's CSS.
1251
+
1252
+ ## 0.169.0
1253
+ Tue, 20 Nov 2018 16:17:15 GMT
1254
+
1255
+ ### Updates
1256
+
1257
+ - Virtualized nodes' rendering in the Tree component
1258
+
1259
+ ## 0.168.0
1260
+ Sat, 17 Nov 2018 14:20:11 GMT
1261
+
1262
+ _Version update only_
1263
+
1264
+ ## 0.167.0
1265
+ Fri, 16 Nov 2018 21:45:44 GMT
1266
+
1267
+ ### Updates
1268
+
1269
+ - Fixed some content control sizing issues
1270
+ - Added Tree cell editing
1271
+ - Added ShowHide in Common package, implemented ShowHide for Table columns.
1272
+ - Tree cell editing unit tests
1273
+ - Fix tree nodes loosing their state when ITreeDataProvider.onTreeNodeChanged is called
1274
+ - ui-framework unit tests & docs
1275
+
1276
+ ## 0.166.0
1277
+ Mon, 12 Nov 2018 16:42:10 GMT
1278
+
1279
+ _Version update only_
1280
+
1281
+ ## 0.165.0
1282
+ Mon, 12 Nov 2018 15:47:00 GMT
1283
+
1284
+ _Version update only_
1285
+
1286
+ ## 0.164.0
1287
+ Thu, 08 Nov 2018 17:59:21 GMT
1288
+
1289
+ ### Updates
1290
+
1291
+ - Deprecated dev-cors-proxy-server and use of it.
1292
+ - Fix: Do not start search if input field is empty
1293
+ - Use strongly typed enums for identifying keyboard keys
1294
+ - PropertyGrid property editing and unit tests
1295
+ - Updated to TypeScript 3.1
1296
+ - Refactored Tree component to improve its performance
1297
+ - Refactored Breadcrumb and added tests
1298
+ - Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
1299
+
1300
+ ## 0.163.0
1301
+ Wed, 31 Oct 2018 20:55:37 GMT
1302
+
1303
+ ### Updates
1304
+
1305
+ - Fixed breadcrumb component test
1306
+ - Added JSX specification for Frontstage, Zone & Widget
1307
+ - Fixed ui-framework unit test
1308
+
1309
+ ## 0.162.0
1310
+ Wed, 24 Oct 2018 19:20:07 GMT
1311
+
1312
+ ### Updates
1313
+
1314
+ - Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
1315
+ - Ui Documentation
1316
+ - Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
1317
+ - Changed Horizontal PropertyGrid css to use grid instead of table display and modified subcomponents accordingly.
1318
+ - Fixed property selection.
1319
+ - Added an ability to resize label/value in PropertyRenderer.
1320
+ - SelectablePropertyBlock now controls label/value ratio for every property in a category.
1321
+ - Fixed PropertyList to use the right key.
1322
+ - Updated types from any to more specific one in TypeConverters.
1323
+ - Primitive property record value now can not be undefined.
1324
+ - TextEditor now accepts property defined as string instead of PropertyRecord.
1325
+ - Added a manager that allows registering custom property value renderers.
1326
+ - Added default renderers for Primitive, Array and Struct properties.
1327
+ - Custom property value renderer manager can now be provided to Table and Pane. Without it they use default property renderers.
1328
+
1329
+ ## 0.161.0
1330
+ Fri, 19 Oct 2018 13:04:14 GMT
1331
+
1332
+ _Version update only_
1333
+
1334
+ ## 0.160.0
1335
+ Wed, 17 Oct 2018 18:18:38 GMT
1336
+
1337
+ _Version update only_
1338
+
1339
+ ## 0.159.0
1340
+ Tue, 16 Oct 2018 14:09:09 GMT
1341
+
1342
+ _Version update only_
1343
+
1344
+ ## 0.158.0
1345
+ Mon, 15 Oct 2018 19:36:09 GMT
1346
+
1347
+ _Version update only_
1348
+
1349
+ ## 0.157.0
1350
+ Sun, 14 Oct 2018 17:20:06 GMT
1351
+
1352
+ ### Updates
1353
+
1354
+ - Fixing scripts for linux
1355
+
1356
+ ## 0.156.0
1357
+ Fri, 12 Oct 2018 23:00:10 GMT
1358
+
1359
+ ### Updates
1360
+
1361
+ - Initial release
1362
+