@itwin/components-react 4.1.0-dev.1 → 4.2.0-dev.1

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