@itwin/appui-react 4.1.0 → 4.2.0

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 (1679) hide show
  1. package/CHANGELOG.md +2083 -2072
  2. package/LICENSE.md +9 -9
  3. package/README.md +21 -21
  4. package/lib/cjs/appui-react/UiFramework.d.ts +3 -3
  5. package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
  6. package/lib/cjs/appui-react/UiFramework.js +87 -44
  7. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  8. package/lib/cjs/appui-react/_variables.scss +11 -11
  9. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.d.ts.map +1 -1
  10. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js +3 -3
  11. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  12. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.d.ts.map +1 -1
  13. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js +5 -5
  14. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  15. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.scss +15 -15
  16. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.d.ts.map +1 -1
  17. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +64 -31
  18. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  19. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  20. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts +1 -1
  21. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts.map +1 -1
  22. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js +3 -3
  23. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  24. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +55 -55
  25. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +3 -3
  26. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  27. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.d.ts.map +1 -1
  28. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js +11 -5
  29. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  30. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js +3 -3
  31. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  32. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.d.ts.map +1 -1
  33. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js +3 -3
  34. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  35. package/lib/cjs/appui-react/accudraw/Calculator.d.ts.map +1 -1
  36. package/lib/cjs/appui-react/accudraw/Calculator.js +7 -9
  37. package/lib/cjs/appui-react/accudraw/Calculator.js.map +1 -1
  38. package/lib/cjs/appui-react/accudraw/Calculator.scss +84 -85
  39. package/lib/cjs/appui-react/accudraw/CalculatorEngine.d.ts.map +1 -1
  40. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js +19 -12
  41. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  42. package/lib/cjs/appui-react/accudraw/CalculatorPopup.d.ts.map +1 -1
  43. package/lib/cjs/appui-react/accudraw/CalculatorPopup.js +3 -3
  44. package/lib/cjs/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  45. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.d.ts.map +1 -1
  46. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js +29 -11
  47. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  48. package/lib/cjs/appui-react/accudraw/MenuButton.d.ts.map +1 -1
  49. package/lib/cjs/appui-react/accudraw/MenuButton.js +7 -5
  50. package/lib/cjs/appui-react/accudraw/MenuButton.js.map +1 -1
  51. package/lib/cjs/appui-react/accudraw/MenuButton.scss +18 -19
  52. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.d.ts.map +1 -1
  53. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js +3 -3
  54. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  55. package/lib/cjs/appui-react/accudraw/SquareButton.d.ts +2 -1
  56. package/lib/cjs/appui-react/accudraw/SquareButton.d.ts.map +1 -1
  57. package/lib/cjs/appui-react/accudraw/SquareButton.js +3 -3
  58. package/lib/cjs/appui-react/accudraw/SquareButton.js.map +1 -1
  59. package/lib/cjs/appui-react/accudraw/SquareButton.scss +30 -30
  60. package/lib/cjs/appui-react/accudraw/backspace.svg +9 -9
  61. package/lib/cjs/appui-react/accudraw/constraint-2d.svg +11 -11
  62. package/lib/cjs/appui-react/accudraw/height-2.svg +10 -10
  63. package/lib/cjs/appui-react/accudraw/height.svg +11 -11
  64. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  65. package/lib/cjs/appui-react/backstage/BackstageComposer.js +9 -20
  66. package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
  67. package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts +2 -2
  68. package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts.map +1 -1
  69. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +8 -9
  70. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  71. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  72. package/lib/cjs/appui-react/backstage/BackstageItem.js +3 -3
  73. package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -1
  74. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  75. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +3 -3
  76. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  77. package/lib/cjs/appui-react/backstage/BackstageItemsManager.d.ts.map +1 -1
  78. package/lib/cjs/appui-react/backstage/BackstageItemsManager.js +11 -12
  79. package/lib/cjs/appui-react/backstage/BackstageItemsManager.js.map +1 -1
  80. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +1 -1
  81. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  82. package/lib/cjs/appui-react/backstage/BackstageManager.js +7 -5
  83. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  84. package/lib/cjs/appui-react/backstage/InternalBackstageManager.d.ts.map +1 -1
  85. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js +3 -3
  86. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js.map +1 -1
  87. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts.map +1 -1
  88. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +3 -3
  89. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  90. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  91. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -3
  92. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  93. package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts.map +1 -1
  94. package/lib/cjs/appui-react/childwindow/CopyStyles.js +3 -3
  95. package/lib/cjs/appui-react/childwindow/CopyStyles.js.map +1 -1
  96. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  97. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js +33 -44
  98. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  99. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.scss +14 -14
  100. package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +1 -1
  101. package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts.map +1 -1
  102. package/lib/cjs/appui-react/childwindow/PopoutWidget.js +4 -4
  103. package/lib/cjs/appui-react/childwindow/PopoutWidget.js.map +1 -1
  104. package/lib/cjs/appui-react/childwindow/PopoutWidget.scss +10 -10
  105. package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts.map +1 -1
  106. package/lib/cjs/appui-react/configurableui/ActivityTracker.js +6 -4
  107. package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
  108. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  109. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +7 -4
  110. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  111. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
  112. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +26 -11
  113. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  114. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts +1 -1
  115. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts.map +1 -1
  116. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js +5 -5
  117. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  118. package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts.map +1 -1
  119. package/lib/cjs/appui-react/configurableui/TimeTracker.js +7 -6
  120. package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
  121. package/lib/cjs/appui-react/configurableui/configurableui.scss +74 -74
  122. package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
  123. package/lib/cjs/appui-react/configurableui/state.js +3 -3
  124. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  125. package/lib/cjs/appui-react/content/ContentControl.d.ts.map +1 -1
  126. package/lib/cjs/appui-react/content/ContentControl.js +17 -11
  127. package/lib/cjs/appui-react/content/ContentControl.js.map +1 -1
  128. package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
  129. package/lib/cjs/appui-react/content/ContentGroup.js +7 -5
  130. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  131. package/lib/cjs/appui-react/content/ContentLayout.d.ts.map +1 -1
  132. package/lib/cjs/appui-react/content/ContentLayout.js +34 -32
  133. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  134. package/lib/cjs/appui-react/content/ContentLayout.scss +128 -128
  135. package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +1 -1
  136. package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts.map +1 -1
  137. package/lib/cjs/appui-react/content/DefaultViewOverlay.js +10 -8
  138. package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
  139. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +46 -46
  140. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +1 -1
  141. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  142. package/lib/cjs/appui-react/content/FloatingViewportContent.js +9 -8
  143. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  144. package/lib/cjs/appui-react/content/IModelViewport.d.ts +1 -1
  145. package/lib/cjs/appui-react/content/IModelViewport.d.ts.map +1 -1
  146. package/lib/cjs/appui-react/content/IModelViewport.js +25 -21
  147. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  148. package/lib/cjs/appui-react/content/InternalContentLayoutManager.d.ts.map +1 -1
  149. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js +17 -9
  150. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js.map +1 -1
  151. package/lib/cjs/appui-react/content/InternalContentViewManager.d.ts.map +1 -1
  152. package/lib/cjs/appui-react/content/InternalContentViewManager.js +22 -16
  153. package/lib/cjs/appui-react/content/InternalContentViewManager.js.map +1 -1
  154. package/lib/cjs/appui-react/content/StageContentLayout.d.ts.map +1 -1
  155. package/lib/cjs/appui-react/content/StageContentLayout.js +7 -4
  156. package/lib/cjs/appui-react/content/StageContentLayout.js.map +1 -1
  157. package/lib/cjs/appui-react/content/ViewStateHelper.d.ts.map +1 -1
  158. package/lib/cjs/appui-react/content/ViewStateHelper.js +4 -4
  159. package/lib/cjs/appui-react/content/ViewStateHelper.js.map +1 -1
  160. package/lib/cjs/appui-react/content/ViewportContentControl.d.ts.map +1 -1
  161. package/lib/cjs/appui-react/content/ViewportContentControl.js +23 -10
  162. package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
  163. package/lib/cjs/appui-react/content/split-pane/Pane.d.ts.map +1 -1
  164. package/lib/cjs/appui-react/content/split-pane/Pane.js +4 -4
  165. package/lib/cjs/appui-react/content/split-pane/Pane.js.map +1 -1
  166. package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts.map +1 -1
  167. package/lib/cjs/appui-react/content/split-pane/Resizer.js +3 -3
  168. package/lib/cjs/appui-react/content/split-pane/Resizer.js.map +1 -1
  169. package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts.map +1 -1
  170. package/lib/cjs/appui-react/content/split-pane/SplitPane.js +38 -34
  171. package/lib/cjs/appui-react/content/split-pane/SplitPane.js.map +1 -1
  172. package/lib/cjs/appui-react/cursor/CursorInformation.d.ts.map +1 -1
  173. package/lib/cjs/appui-react/cursor/CursorInformation.js +18 -8
  174. package/lib/cjs/appui-react/cursor/CursorInformation.js.map +1 -1
  175. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.d.ts.map +1 -1
  176. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +15 -10
  177. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  178. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts.map +1 -1
  179. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +10 -10
  180. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  181. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +33 -34
  182. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts.map +1 -1
  183. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +21 -9
  184. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  185. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts.map +1 -1
  186. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +5 -5
  187. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  188. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +31 -31
  189. package/lib/cjs/appui-react/dialog/ContentDialog.d.ts.map +1 -1
  190. package/lib/cjs/appui-react/dialog/ContentDialog.js +15 -12
  191. package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
  192. package/lib/cjs/appui-react/dialog/ContentDialog.scss +25 -25
  193. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  194. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +3 -3
  195. package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
  196. package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts.map +1 -1
  197. package/lib/cjs/appui-react/dialog/DialogManagerBase.js +23 -12
  198. package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
  199. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.d.ts +1 -1
  200. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.d.ts.map +1 -1
  201. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js +22 -9
  202. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
  203. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.d.ts.map +1 -1
  204. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js +6 -4
  205. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
  206. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.d.ts +1 -1
  207. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.d.ts.map +1 -1
  208. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js +18 -8
  209. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
  210. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  211. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +3 -3
  212. package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
  213. package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +1 -1
  214. package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts.map +1 -1
  215. package/lib/cjs/appui-react/dialog/ModelessDialog.js +8 -5
  216. package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
  217. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  218. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +3 -3
  219. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  220. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +1 -1
  221. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  222. package/lib/cjs/appui-react/dialog/StandardMessageBox.js +39 -9
  223. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  224. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts.map +1 -1
  225. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +3 -3
  226. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  227. package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts.map +1 -1
  228. package/lib/cjs/appui-react/feedback/ElementTooltip.js +32 -11
  229. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  230. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  231. package/lib/cjs/appui-react/feedback/ValidationTextbox.js +6 -4
  232. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  233. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +50 -50
  234. package/lib/cjs/appui-react/framework/FrameworkBackstage.js +3 -3
  235. package/lib/cjs/appui-react/framework/FrameworkBackstage.js.map +1 -1
  236. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  237. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js +3 -3
  238. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  239. package/lib/cjs/appui-react/framework/FrameworkContent.d.ts.map +1 -1
  240. package/lib/cjs/appui-react/framework/FrameworkContent.js +3 -3
  241. package/lib/cjs/appui-react/framework/FrameworkContent.js.map +1 -1
  242. package/lib/cjs/appui-react/framework/FrameworkControls.d.ts.map +1 -1
  243. package/lib/cjs/appui-react/framework/FrameworkControls.js.map +1 -1
  244. package/lib/cjs/appui-react/framework/FrameworkDialogs.d.ts.map +1 -1
  245. package/lib/cjs/appui-react/framework/FrameworkDialogs.js.map +1 -1
  246. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
  247. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js +3 -3
  248. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  249. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.d.ts.map +1 -1
  250. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
  251. package/lib/cjs/appui-react/framework/FrameworkToolSettings.d.ts.map +1 -1
  252. package/lib/cjs/appui-react/framework/FrameworkToolSettings.js.map +1 -1
  253. package/lib/cjs/appui-react/framework/FrameworkVisibility.d.ts.map +1 -1
  254. package/lib/cjs/appui-react/framework/FrameworkVisibility.js.map +1 -1
  255. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts.map +1 -1
  256. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js +3 -3
  257. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  258. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  259. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +119 -44
  260. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  261. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +3 -3
  262. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  263. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts +1 -1
  264. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
  265. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js +52 -20
  266. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  267. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  268. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +4 -5
  269. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  270. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +81 -81
  271. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  272. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +16 -14
  273. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  274. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +12 -12
  275. package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts.map +1 -1
  276. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +3 -3
  277. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  278. package/lib/cjs/appui-react/frontstage/StageUsage.js +3 -3
  279. package/lib/cjs/appui-react/frontstage/StageUsage.js.map +1 -1
  280. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  281. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +20 -15
  282. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  283. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts.map +1 -1
  284. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +3 -3
  285. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  286. package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts.map +1 -1
  287. package/lib/cjs/appui-react/hooks/useActiveStageId.js +3 -3
  288. package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
  289. package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts.map +1 -1
  290. package/lib/cjs/appui-react/hooks/useActiveViewport.js +8 -4
  291. package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
  292. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts.map +1 -1
  293. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +18 -18
  294. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  295. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts.map +1 -1
  296. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +3 -3
  297. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  298. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +3 -3
  299. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  300. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts.map +1 -1
  301. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +18 -18
  302. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  303. package/lib/cjs/appui-react/hooks/useSolarDataProvider.d.ts.map +1 -1
  304. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js +22 -18
  305. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  306. package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts.map +1 -1
  307. package/lib/cjs/appui-react/hooks/useUiVisibility.js +4 -4
  308. package/lib/cjs/appui-react/hooks/useUiVisibility.js.map +1 -1
  309. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +1 -1
  310. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts.map +1 -1
  311. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +10 -6
  312. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
  313. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  314. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +24 -10
  315. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  316. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts.map +1 -1
  317. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +7 -4
  318. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  319. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  320. package/lib/cjs/appui-react/messages/ActivityMessage.js +26 -16
  321. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  322. package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts.map +1 -1
  323. package/lib/cjs/appui-react/messages/AppNotificationManager.js +12 -6
  324. package/lib/cjs/appui-react/messages/AppNotificationManager.js.map +1 -1
  325. package/lib/cjs/appui-react/messages/HollowIcon.js +3 -3
  326. package/lib/cjs/appui-react/messages/HollowIcon.js.map +1 -1
  327. package/lib/cjs/appui-react/messages/InputField.d.ts.map +1 -1
  328. package/lib/cjs/appui-react/messages/InputField.js +13 -15
  329. package/lib/cjs/appui-react/messages/InputField.js.map +1 -1
  330. package/lib/cjs/appui-react/messages/InputField.scss +82 -83
  331. package/lib/cjs/appui-react/messages/MessageLabel.d.ts.map +1 -1
  332. package/lib/cjs/appui-react/messages/MessageLabel.js +3 -3
  333. package/lib/cjs/appui-react/messages/MessageLabel.js.map +1 -1
  334. package/lib/cjs/appui-react/messages/MessageManager.d.ts.map +1 -1
  335. package/lib/cjs/appui-react/messages/MessageManager.js +33 -16
  336. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  337. package/lib/cjs/appui-react/messages/MessageSpan.d.ts.map +1 -1
  338. package/lib/cjs/appui-react/messages/MessageSpan.js +3 -3
  339. package/lib/cjs/appui-react/messages/MessageSpan.js.map +1 -1
  340. package/lib/cjs/appui-react/messages/Pointer.d.ts.map +1 -1
  341. package/lib/cjs/appui-react/messages/Pointer.js +9 -9
  342. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  343. package/lib/cjs/appui-react/messages/Pointer.scss +43 -43
  344. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
  345. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +24 -10
  346. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  347. package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts.map +1 -1
  348. package/lib/cjs/appui-react/messages/StatusMessageManager.js +6 -4
  349. package/lib/cjs/appui-react/messages/StatusMessageManager.js.map +1 -1
  350. package/lib/cjs/appui-react/messages/getToastCategory.js +3 -3
  351. package/lib/cjs/appui-react/messages/getToastCategory.js.map +1 -1
  352. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  353. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +7 -5
  354. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  355. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  356. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +7 -5
  357. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  358. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts.map +1 -1
  359. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +15 -7
  360. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  361. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  362. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +39 -17
  363. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  364. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +67 -67
  365. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts.map +1 -1
  366. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +20 -9
  367. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  368. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +73 -73
  369. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  370. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +17 -10
  371. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  372. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  373. package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
  374. package/lib/cjs/appui-react/pickers/ListPicker.js +76 -30
  375. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  376. package/lib/cjs/appui-react/pickers/ListPicker.scss +306 -306
  377. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  378. package/lib/cjs/appui-react/pickers/ViewSelector.js +34 -16
  379. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  380. package/lib/cjs/appui-react/popup/CardPopup.d.ts.map +1 -1
  381. package/lib/cjs/appui-react/popup/CardPopup.js +11 -13
  382. package/lib/cjs/appui-react/popup/CardPopup.js.map +1 -1
  383. package/lib/cjs/appui-react/popup/CardPopup.scss +25 -25
  384. package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts.map +1 -1
  385. package/lib/cjs/appui-react/popup/HTMLElementPopup.js +3 -3
  386. package/lib/cjs/appui-react/popup/HTMLElementPopup.js.map +1 -1
  387. package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts.map +1 -1
  388. package/lib/cjs/appui-react/popup/InputEditorPopup.js +5 -4
  389. package/lib/cjs/appui-react/popup/InputEditorPopup.js.map +1 -1
  390. package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +1 -1
  391. package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts.map +1 -1
  392. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +22 -22
  393. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  394. package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +31 -31
  395. package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +1 -1
  396. package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts.map +1 -1
  397. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +5 -5
  398. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  399. package/lib/cjs/appui-react/popup/PopupManager.d.ts.map +1 -1
  400. package/lib/cjs/appui-react/popup/PopupManager.js +46 -21
  401. package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
  402. package/lib/cjs/appui-react/popup/PositionPopup.d.ts.map +1 -1
  403. package/lib/cjs/appui-react/popup/PositionPopup.js +4 -4
  404. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  405. package/lib/cjs/appui-react/popup/PositionPopup.scss +27 -28
  406. package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts.map +1 -1
  407. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +4 -5
  408. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  409. package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts.map +1 -1
  410. package/lib/cjs/appui-react/popup/ToolbarPopup.js +3 -3
  411. package/lib/cjs/appui-react/popup/ToolbarPopup.js.map +1 -1
  412. package/lib/cjs/appui-react/redux/FrameworkState.d.ts.map +1 -1
  413. package/lib/cjs/appui-react/redux/FrameworkState.js +3 -3
  414. package/lib/cjs/appui-react/redux/FrameworkState.js.map +1 -1
  415. package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts.map +1 -1
  416. package/lib/cjs/appui-react/redux/ReducerRegistry.js +3 -4
  417. package/lib/cjs/appui-react/redux/ReducerRegistry.js.map +1 -1
  418. package/lib/cjs/appui-react/redux/SessionState.d.ts +9 -9
  419. package/lib/cjs/appui-react/redux/SessionState.d.ts.map +1 -1
  420. package/lib/cjs/appui-react/redux/SessionState.js +7 -4
  421. package/lib/cjs/appui-react/redux/SessionState.js.map +1 -1
  422. package/lib/cjs/appui-react/redux/StateManager.d.ts.map +1 -1
  423. package/lib/cjs/appui-react/redux/StateManager.js +10 -6
  424. package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
  425. package/lib/cjs/appui-react/redux/connectIModel.d.ts +1 -1
  426. package/lib/cjs/appui-react/redux/connectIModel.d.ts.map +1 -1
  427. package/lib/cjs/appui-react/redux/connectIModel.js +4 -4
  428. package/lib/cjs/appui-react/redux/connectIModel.js.map +1 -1
  429. package/lib/cjs/appui-react/redux/redux-ts.d.ts +3 -3
  430. package/lib/cjs/appui-react/redux/redux-ts.d.ts.map +1 -1
  431. package/lib/cjs/appui-react/redux/redux-ts.js +6 -4
  432. package/lib/cjs/appui-react/redux/redux-ts.js.map +1 -1
  433. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  434. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +3 -3
  435. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  436. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts.map +1 -1
  437. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js +3 -3
  438. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
  439. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  440. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +3 -3
  441. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  442. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +2 -2
  443. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  444. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +103 -40
  445. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  446. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  447. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +41 -13
  448. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  449. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +1 -1
  450. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  451. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +33 -26
  452. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  453. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
  454. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts.map +1 -1
  455. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +9 -5
  456. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  457. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  458. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +36 -13
  459. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  460. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +65 -65
  461. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  462. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +7 -4
  463. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  464. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts.map +1 -1
  465. package/lib/cjs/appui-react/shared/AnyItemDef.js +3 -3
  466. package/lib/cjs/appui-react/shared/AnyItemDef.js.map +1 -1
  467. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +3 -3
  468. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  469. package/lib/cjs/appui-react/shared/CommandItemDef.d.ts.map +1 -1
  470. package/lib/cjs/appui-react/shared/CommandItemDef.js +8 -4
  471. package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
  472. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  473. package/lib/cjs/appui-react/shared/CustomItemDef.js +3 -3
  474. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  475. package/lib/cjs/appui-react/shared/CustomItemProps.js +3 -3
  476. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  477. package/lib/cjs/appui-react/shared/GroupItemProps.js +3 -3
  478. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  479. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  480. package/lib/cjs/appui-react/shared/ItemDefBase.js +15 -8
  481. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  482. package/lib/cjs/appui-react/shared/ItemMap.d.ts.map +1 -1
  483. package/lib/cjs/appui-react/shared/ItemMap.js +3 -3
  484. package/lib/cjs/appui-react/shared/ItemMap.js.map +1 -1
  485. package/lib/cjs/appui-react/shared/ItemProps.d.ts.map +1 -1
  486. package/lib/cjs/appui-react/shared/ItemProps.js +3 -3
  487. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  488. package/lib/cjs/appui-react/shared/MenuItem.d.ts.map +1 -1
  489. package/lib/cjs/appui-react/shared/MenuItem.js +6 -4
  490. package/lib/cjs/appui-react/shared/MenuItem.js.map +1 -1
  491. package/lib/cjs/appui-react/shared/SelectionScope.js +3 -3
  492. package/lib/cjs/appui-react/shared/SelectionScope.js.map +1 -1
  493. package/lib/cjs/appui-react/shared/ToolItemDef.d.ts.map +1 -1
  494. package/lib/cjs/appui-react/shared/ToolItemDef.js +13 -5
  495. package/lib/cjs/appui-react/shared/ToolItemDef.js.map +1 -1
  496. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +3 -3
  497. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  498. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  499. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +35 -18
  500. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  501. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +3 -3
  502. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  503. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +3 -3
  504. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js.map +1 -1
  505. package/lib/cjs/appui-react/statusbar/Field.d.ts.map +1 -1
  506. package/lib/cjs/appui-react/statusbar/Field.js +3 -3
  507. package/lib/cjs/appui-react/statusbar/Field.js.map +1 -1
  508. package/lib/cjs/appui-react/statusbar/Field.scss +109 -109
  509. package/lib/cjs/appui-react/statusbar/Indicator.d.ts.map +1 -1
  510. package/lib/cjs/appui-react/statusbar/Indicator.js +5 -6
  511. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  512. package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts.map +1 -1
  513. package/lib/cjs/appui-react/statusbar/LabelIndicator.js +5 -5
  514. package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
  515. package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +43 -43
  516. package/lib/cjs/appui-react/statusbar/Overflow.d.ts.map +1 -1
  517. package/lib/cjs/appui-react/statusbar/Overflow.js +3 -3
  518. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  519. package/lib/cjs/appui-react/statusbar/Overflow.scss +28 -28
  520. package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts.map +1 -1
  521. package/lib/cjs/appui-react/statusbar/OverflowPanel.js +3 -3
  522. package/lib/cjs/appui-react/statusbar/OverflowPanel.js.map +1 -1
  523. package/lib/cjs/appui-react/statusbar/OverflowPanel.scss +23 -23
  524. package/lib/cjs/appui-react/statusbar/Popup.d.ts.map +1 -1
  525. package/lib/cjs/appui-react/statusbar/Popup.js +4 -4
  526. package/lib/cjs/appui-react/statusbar/Popup.js.map +1 -1
  527. package/lib/cjs/appui-react/statusbar/Separator.d.ts.map +1 -1
  528. package/lib/cjs/appui-react/statusbar/Separator.js +4 -4
  529. package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
  530. package/lib/cjs/appui-react/statusbar/Separator.scss +12 -12
  531. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  532. package/lib/cjs/appui-react/statusbar/StatusBar.js +10 -12
  533. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  534. package/lib/cjs/appui-react/statusbar/StatusBar.scss +42 -42
  535. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  536. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +22 -17
  537. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  538. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  539. package/lib/cjs/appui-react/statusbar/StatusBarItem.js +3 -3
  540. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  541. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  542. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +3 -3
  543. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  544. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -1
  545. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +11 -12
  546. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  547. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  548. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +6 -4
  549. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  550. package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts +2 -2
  551. package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts.map +1 -1
  552. package/lib/cjs/appui-react/statusbar/dialog/Button.js +6 -6
  553. package/lib/cjs/appui-react/statusbar/dialog/Button.js.map +1 -1
  554. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +3 -3
  555. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  556. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts +2 -2
  557. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts.map +1 -1
  558. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +5 -5
  559. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  560. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts.map +1 -1
  561. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +3 -3
  562. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  563. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  564. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +5 -4
  565. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  566. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +3 -3
  567. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  568. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  569. package/lib/cjs/appui-react/statusfields/MessageCenter.js +14 -11
  570. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  571. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  572. package/lib/cjs/appui-react/statusfields/SectionsField.js +20 -18
  573. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  574. package/lib/cjs/appui-react/statusfields/SectionsField.scss +35 -35
  575. package/lib/cjs/appui-react/statusfields/SelectionCount.d.ts.map +1 -1
  576. package/lib/cjs/appui-react/statusfields/SelectionCount.js +3 -3
  577. package/lib/cjs/appui-react/statusfields/SelectionCount.js.map +1 -1
  578. package/lib/cjs/appui-react/statusfields/SelectionCount.scss +12 -12
  579. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +3 -3
  580. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  581. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +2 -1
  582. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  583. package/lib/cjs/appui-react/statusfields/SelectionScope.js +8 -5
  584. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  585. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +46 -46
  586. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +2 -1
  587. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  588. package/lib/cjs/appui-react/statusfields/SnapMode.js +42 -13
  589. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  590. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  591. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +17 -8
  592. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  593. package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +10 -10
  594. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  595. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +12 -6
  596. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  597. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
  598. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  599. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +69 -52
  600. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  601. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
  602. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  603. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +27 -14
  604. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  605. package/lib/cjs/appui-react/theme/ThemeManager.d.ts +1 -7
  606. package/lib/cjs/appui-react/theme/ThemeManager.d.ts.map +1 -1
  607. package/lib/cjs/appui-react/theme/ThemeManager.js +23 -23
  608. package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
  609. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts.map +1 -1
  610. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +3 -3
  611. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  612. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts.map +1 -1
  613. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +7 -5
  614. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  615. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts.map +1 -1
  616. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +19 -8
  617. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  618. package/lib/cjs/appui-react/toolbar/DragInteraction.js +4 -4
  619. package/lib/cjs/appui-react/toolbar/DragInteraction.js.map +1 -1
  620. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  621. package/lib/cjs/appui-react/toolbar/GroupItem.js +10 -7
  622. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  623. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts.map +1 -1
  624. package/lib/cjs/appui-react/toolbar/Toolbar.js +3 -3
  625. package/lib/cjs/appui-react/toolbar/Toolbar.js.map +1 -1
  626. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  627. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +46 -19
  628. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  629. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  630. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +2 -1
  631. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  632. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
  633. package/lib/cjs/appui-react/toolbar/ToolbarItem.js +3 -3
  634. package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -1
  635. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -1
  636. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +3 -3
  637. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
  638. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.d.ts.map +1 -1
  639. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.js +31 -16
  640. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.js.map +1 -1
  641. package/lib/cjs/appui-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -1
  642. package/lib/cjs/appui-react/toolbar/ToolbarWithOverflow.js +3 -3
  643. package/lib/cjs/appui-react/toolbar/ToolbarWithOverflow.js.map +1 -1
  644. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.d.ts.map +1 -1
  645. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js +16 -4
  646. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js.map +1 -1
  647. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts.map +1 -1
  648. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +3 -3
  649. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  650. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  651. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +5 -4
  652. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  653. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  654. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +67 -28
  655. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  656. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts +2 -2
  657. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts.map +1 -1
  658. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +7 -6
  659. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  660. package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts.map +1 -1
  661. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +9 -5
  662. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  663. package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts.map +1 -1
  664. package/lib/cjs/appui-react/tools/OpenSettingsTool.js +9 -5
  665. package/lib/cjs/appui-react/tools/OpenSettingsTool.js.map +1 -1
  666. package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts.map +1 -1
  667. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +9 -5
  668. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  669. package/lib/cjs/appui-react/tools/ToolSettingsTools.d.ts.map +1 -1
  670. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +6 -4
  671. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  672. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
  673. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js +11 -7
  674. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  675. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.d.ts.map +1 -1
  676. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js +33 -13
  677. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
  678. package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts.map +1 -1
  679. package/lib/cjs/appui-react/toolsettings/ToolInformation.js +5 -4
  680. package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +1 -1
  681. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts.map +1 -1
  682. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js +27 -11
  683. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
  684. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -1
  685. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.js +51 -29
  686. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -1
  687. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
  688. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js +18 -10
  689. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
  690. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js +3 -3
  691. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
  692. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  693. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +3 -3
  694. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  695. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  696. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +44 -25
  697. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  698. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
  699. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +3 -3
  700. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  701. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts.map +1 -1
  702. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +35 -15
  703. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  704. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +8 -8
  705. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  706. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +11 -11
  707. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  708. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  709. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +8 -7
  710. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  711. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  712. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +44 -30
  713. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  714. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -1
  715. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js +3 -3
  716. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
  717. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.d.ts.map +1 -1
  718. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.js +3 -3
  719. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.js.map +1 -1
  720. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +8 -8
  721. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts.map +1 -1
  722. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +37 -19
  723. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  724. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts.map +1 -1
  725. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +46 -28
  726. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  727. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +3 -3
  728. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  729. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +12 -11
  730. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  731. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +223 -212
  732. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  733. package/lib/cjs/appui-react/uistate/AppUiSettings.js +3 -3
  734. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  735. package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts.map +1 -1
  736. package/lib/cjs/appui-react/uistate/useUiStateStorage.js +6 -4
  737. package/lib/cjs/appui-react/uistate/useUiStateStorage.js.map +1 -1
  738. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -1
  739. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js +18 -10
  740. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
  741. package/lib/cjs/appui-react/utils/PropsHelper.d.ts +1 -1
  742. package/lib/cjs/appui-react/utils/PropsHelper.d.ts.map +1 -1
  743. package/lib/cjs/appui-react/utils/PropsHelper.js +8 -7
  744. package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
  745. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts.map +1 -1
  746. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +3 -3
  747. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  748. package/lib/cjs/appui-react/utils/ViewUtilities.d.ts.map +1 -1
  749. package/lib/cjs/appui-react/utils/ViewUtilities.js +7 -5
  750. package/lib/cjs/appui-react/utils/ViewUtilities.js.map +1 -1
  751. package/lib/cjs/appui-react/widget-panels/Content.d.ts.map +1 -1
  752. package/lib/cjs/appui-react/widget-panels/Content.js +16 -12
  753. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  754. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +3 -3
  755. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  756. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +1 -1
  757. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  758. package/lib/cjs/appui-react/widget-panels/Frontstage.js +110 -70
  759. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  760. package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -19
  761. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  762. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +6 -4
  763. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  764. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +1 -1
  765. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts.map +1 -1
  766. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +10 -7
  767. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  768. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  769. package/lib/cjs/appui-react/widget-panels/StatusBar.js +7 -5
  770. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  771. package/lib/cjs/appui-react/widget-panels/StatusBar.scss +11 -11
  772. package/lib/cjs/appui-react/widget-panels/Tab.d.ts.map +1 -1
  773. package/lib/cjs/appui-react/widget-panels/Tab.js +5 -5
  774. package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
  775. package/lib/cjs/appui-react/widget-panels/Tab.scss +14 -14
  776. package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts.map +1 -1
  777. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +30 -31
  778. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  779. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +41 -41
  780. package/lib/cjs/appui-react/widget-panels/Toolbars.js +5 -6
  781. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  782. package/lib/cjs/appui-react/widget-panels/Toolbars.scss +20 -20
  783. package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts.map +1 -1
  784. package/lib/cjs/appui-react/widget-panels/useTransientState.js +3 -3
  785. package/lib/cjs/appui-react/widget-panels/useTransientState.js.map +1 -1
  786. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  787. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +6 -4
  788. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  789. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  790. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +9 -5
  791. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  792. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts.map +1 -1
  793. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +9 -4
  794. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  795. package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts.map +1 -1
  796. package/lib/cjs/appui-react/widgets/BasicToolWidget.js +10 -4
  797. package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
  798. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts.map +1 -1
  799. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +3 -3
  800. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  801. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  802. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +23 -11
  803. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  804. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts.map +1 -1
  805. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +3 -3
  806. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  807. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts.map +1 -1
  808. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +3 -3
  809. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  810. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  811. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +3 -3
  812. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  813. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts.map +1 -1
  814. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +3 -3
  815. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  816. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts.map +1 -1
  817. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +3 -3
  818. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  819. package/lib/cjs/appui-react/widgets/Widget.d.ts.map +1 -1
  820. package/lib/cjs/appui-react/widgets/Widget.js +3 -3
  821. package/lib/cjs/appui-react/widgets/Widget.js.map +1 -1
  822. package/lib/cjs/appui-react/widgets/WidgetConfig.js +3 -3
  823. package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
  824. package/lib/cjs/appui-react/widgets/WidgetControl.d.ts.map +1 -1
  825. package/lib/cjs/appui-react/widgets/WidgetControl.js +20 -12
  826. package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
  827. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  828. package/lib/cjs/appui-react/widgets/WidgetDef.js +99 -36
  829. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  830. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  831. package/lib/cjs/appui-react/widgets/WidgetHost.js +7 -7
  832. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  833. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  834. package/lib/cjs/appui-react/widgets/WidgetManager.js +23 -15
  835. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  836. package/lib/cjs/appui-react/widgets/WidgetState.js +3 -3
  837. package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -1
  838. package/lib/cjs/appui-react.js +3 -3
  839. package/lib/cjs/appui-react.js.map +1 -1
  840. package/lib/esm/appui-react/UiFramework.d.ts +3 -3
  841. package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
  842. package/lib/esm/appui-react/UiFramework.js +90 -47
  843. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  844. package/lib/esm/appui-react/_variables.scss +11 -11
  845. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts.map +1 -1
  846. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +3 -3
  847. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  848. package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts.map +1 -1
  849. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +5 -5
  850. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  851. package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +15 -15
  852. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts.map +1 -1
  853. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +64 -31
  854. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  855. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  856. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +1 -1
  857. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts.map +1 -1
  858. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +3 -3
  859. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  860. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +55 -55
  861. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +3 -3
  862. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  863. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts.map +1 -1
  864. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +11 -5
  865. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  866. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +3 -3
  867. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  868. package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts.map +1 -1
  869. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +3 -3
  870. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  871. package/lib/esm/appui-react/accudraw/Calculator.d.ts.map +1 -1
  872. package/lib/esm/appui-react/accudraw/Calculator.js +7 -9
  873. package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
  874. package/lib/esm/appui-react/accudraw/Calculator.scss +84 -85
  875. package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts.map +1 -1
  876. package/lib/esm/appui-react/accudraw/CalculatorEngine.js +19 -12
  877. package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  878. package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts.map +1 -1
  879. package/lib/esm/appui-react/accudraw/CalculatorPopup.js +3 -3
  880. package/lib/esm/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  881. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts.map +1 -1
  882. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +30 -12
  883. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  884. package/lib/esm/appui-react/accudraw/MenuButton.d.ts.map +1 -1
  885. package/lib/esm/appui-react/accudraw/MenuButton.js +7 -5
  886. package/lib/esm/appui-react/accudraw/MenuButton.js.map +1 -1
  887. package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -19
  888. package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts.map +1 -1
  889. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +3 -3
  890. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  891. package/lib/esm/appui-react/accudraw/SquareButton.d.ts +2 -1
  892. package/lib/esm/appui-react/accudraw/SquareButton.d.ts.map +1 -1
  893. package/lib/esm/appui-react/accudraw/SquareButton.js +3 -3
  894. package/lib/esm/appui-react/accudraw/SquareButton.js.map +1 -1
  895. package/lib/esm/appui-react/accudraw/SquareButton.scss +30 -30
  896. package/lib/esm/appui-react/accudraw/backspace.svg +9 -9
  897. package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -11
  898. package/lib/esm/appui-react/accudraw/height-2.svg +10 -10
  899. package/lib/esm/appui-react/accudraw/height.svg +11 -11
  900. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  901. package/lib/esm/appui-react/backstage/BackstageComposer.js +10 -21
  902. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  903. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +2 -2
  904. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts.map +1 -1
  905. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +9 -10
  906. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  907. package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  908. package/lib/esm/appui-react/backstage/BackstageItem.js +3 -3
  909. package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -1
  910. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  911. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +3 -3
  912. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  913. package/lib/esm/appui-react/backstage/BackstageItemsManager.d.ts.map +1 -1
  914. package/lib/esm/appui-react/backstage/BackstageItemsManager.js +12 -13
  915. package/lib/esm/appui-react/backstage/BackstageItemsManager.js.map +1 -1
  916. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +1 -1
  917. package/lib/esm/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  918. package/lib/esm/appui-react/backstage/BackstageManager.js +7 -5
  919. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  920. package/lib/esm/appui-react/backstage/InternalBackstageManager.d.ts.map +1 -1
  921. package/lib/esm/appui-react/backstage/InternalBackstageManager.js +3 -3
  922. package/lib/esm/appui-react/backstage/InternalBackstageManager.js.map +1 -1
  923. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts.map +1 -1
  924. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +3 -3
  925. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  926. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  927. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -3
  928. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  929. package/lib/esm/appui-react/childwindow/CopyStyles.d.ts.map +1 -1
  930. package/lib/esm/appui-react/childwindow/CopyStyles.js +3 -3
  931. package/lib/esm/appui-react/childwindow/CopyStyles.js.map +1 -1
  932. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  933. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js +33 -44
  934. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  935. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.scss +14 -14
  936. package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +1 -1
  937. package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts.map +1 -1
  938. package/lib/esm/appui-react/childwindow/PopoutWidget.js +4 -4
  939. package/lib/esm/appui-react/childwindow/PopoutWidget.js.map +1 -1
  940. package/lib/esm/appui-react/childwindow/PopoutWidget.scss +10 -10
  941. package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts.map +1 -1
  942. package/lib/esm/appui-react/configurableui/ActivityTracker.js +6 -4
  943. package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
  944. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  945. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +7 -4
  946. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  947. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
  948. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +26 -11
  949. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  950. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts +1 -1
  951. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts.map +1 -1
  952. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js +5 -5
  953. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  954. package/lib/esm/appui-react/configurableui/TimeTracker.d.ts.map +1 -1
  955. package/lib/esm/appui-react/configurableui/TimeTracker.js +7 -6
  956. package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
  957. package/lib/esm/appui-react/configurableui/configurableui.scss +74 -74
  958. package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
  959. package/lib/esm/appui-react/configurableui/state.js +4 -4
  960. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  961. package/lib/esm/appui-react/content/ContentControl.d.ts.map +1 -1
  962. package/lib/esm/appui-react/content/ContentControl.js +18 -12
  963. package/lib/esm/appui-react/content/ContentControl.js.map +1 -1
  964. package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
  965. package/lib/esm/appui-react/content/ContentGroup.js +8 -6
  966. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  967. package/lib/esm/appui-react/content/ContentLayout.d.ts.map +1 -1
  968. package/lib/esm/appui-react/content/ContentLayout.js +34 -32
  969. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  970. package/lib/esm/appui-react/content/ContentLayout.scss +128 -128
  971. package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +1 -1
  972. package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts.map +1 -1
  973. package/lib/esm/appui-react/content/DefaultViewOverlay.js +11 -9
  974. package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
  975. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +46 -46
  976. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +1 -1
  977. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  978. package/lib/esm/appui-react/content/FloatingViewportContent.js +9 -8
  979. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  980. package/lib/esm/appui-react/content/IModelViewport.d.ts +1 -1
  981. package/lib/esm/appui-react/content/IModelViewport.d.ts.map +1 -1
  982. package/lib/esm/appui-react/content/IModelViewport.js +25 -21
  983. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  984. package/lib/esm/appui-react/content/InternalContentLayoutManager.d.ts.map +1 -1
  985. package/lib/esm/appui-react/content/InternalContentLayoutManager.js +17 -9
  986. package/lib/esm/appui-react/content/InternalContentLayoutManager.js.map +1 -1
  987. package/lib/esm/appui-react/content/InternalContentViewManager.d.ts.map +1 -1
  988. package/lib/esm/appui-react/content/InternalContentViewManager.js +23 -17
  989. package/lib/esm/appui-react/content/InternalContentViewManager.js.map +1 -1
  990. package/lib/esm/appui-react/content/StageContentLayout.d.ts.map +1 -1
  991. package/lib/esm/appui-react/content/StageContentLayout.js +7 -4
  992. package/lib/esm/appui-react/content/StageContentLayout.js.map +1 -1
  993. package/lib/esm/appui-react/content/ViewStateHelper.d.ts.map +1 -1
  994. package/lib/esm/appui-react/content/ViewStateHelper.js +5 -5
  995. package/lib/esm/appui-react/content/ViewStateHelper.js.map +1 -1
  996. package/lib/esm/appui-react/content/ViewportContentControl.d.ts.map +1 -1
  997. package/lib/esm/appui-react/content/ViewportContentControl.js +24 -11
  998. package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
  999. package/lib/esm/appui-react/content/split-pane/Pane.d.ts.map +1 -1
  1000. package/lib/esm/appui-react/content/split-pane/Pane.js +4 -4
  1001. package/lib/esm/appui-react/content/split-pane/Pane.js.map +1 -1
  1002. package/lib/esm/appui-react/content/split-pane/Resizer.d.ts.map +1 -1
  1003. package/lib/esm/appui-react/content/split-pane/Resizer.js +3 -3
  1004. package/lib/esm/appui-react/content/split-pane/Resizer.js.map +1 -1
  1005. package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts.map +1 -1
  1006. package/lib/esm/appui-react/content/split-pane/SplitPane.js +38 -34
  1007. package/lib/esm/appui-react/content/split-pane/SplitPane.js.map +1 -1
  1008. package/lib/esm/appui-react/cursor/CursorInformation.d.ts.map +1 -1
  1009. package/lib/esm/appui-react/cursor/CursorInformation.js +18 -8
  1010. package/lib/esm/appui-react/cursor/CursorInformation.js.map +1 -1
  1011. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.d.ts.map +1 -1
  1012. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +15 -10
  1013. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  1014. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.d.ts.map +1 -1
  1015. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +10 -10
  1016. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  1017. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +33 -34
  1018. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts.map +1 -1
  1019. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +21 -9
  1020. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  1021. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts.map +1 -1
  1022. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js +5 -5
  1023. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  1024. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +31 -31
  1025. package/lib/esm/appui-react/dialog/ContentDialog.d.ts.map +1 -1
  1026. package/lib/esm/appui-react/dialog/ContentDialog.js +16 -13
  1027. package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
  1028. package/lib/esm/appui-react/dialog/ContentDialog.scss +25 -25
  1029. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  1030. package/lib/esm/appui-react/dialog/ContentDialogManager.js +3 -3
  1031. package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
  1032. package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts.map +1 -1
  1033. package/lib/esm/appui-react/dialog/DialogManagerBase.js +23 -12
  1034. package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
  1035. package/lib/esm/appui-react/dialog/InternalContentDialogManager.d.ts +1 -1
  1036. package/lib/esm/appui-react/dialog/InternalContentDialogManager.d.ts.map +1 -1
  1037. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js +23 -10
  1038. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
  1039. package/lib/esm/appui-react/dialog/InternalModalDialogManager.d.ts.map +1 -1
  1040. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js +6 -4
  1041. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
  1042. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.d.ts +1 -1
  1043. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.d.ts.map +1 -1
  1044. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js +19 -9
  1045. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
  1046. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  1047. package/lib/esm/appui-react/dialog/ModalDialogManager.js +3 -3
  1048. package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
  1049. package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +1 -1
  1050. package/lib/esm/appui-react/dialog/ModelessDialog.d.ts.map +1 -1
  1051. package/lib/esm/appui-react/dialog/ModelessDialog.js +8 -5
  1052. package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
  1053. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  1054. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +3 -3
  1055. package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  1056. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +1 -1
  1057. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  1058. package/lib/esm/appui-react/dialog/StandardMessageBox.js +40 -10
  1059. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  1060. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts.map +1 -1
  1061. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +3 -3
  1062. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  1063. package/lib/esm/appui-react/feedback/ElementTooltip.d.ts.map +1 -1
  1064. package/lib/esm/appui-react/feedback/ElementTooltip.js +33 -12
  1065. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  1066. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  1067. package/lib/esm/appui-react/feedback/ValidationTextbox.js +6 -4
  1068. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  1069. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +50 -50
  1070. package/lib/esm/appui-react/framework/FrameworkBackstage.js +3 -3
  1071. package/lib/esm/appui-react/framework/FrameworkBackstage.js.map +1 -1
  1072. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  1073. package/lib/esm/appui-react/framework/FrameworkChildWindows.js +3 -3
  1074. package/lib/esm/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  1075. package/lib/esm/appui-react/framework/FrameworkContent.d.ts.map +1 -1
  1076. package/lib/esm/appui-react/framework/FrameworkContent.js +3 -3
  1077. package/lib/esm/appui-react/framework/FrameworkContent.js.map +1 -1
  1078. package/lib/esm/appui-react/framework/FrameworkControls.d.ts.map +1 -1
  1079. package/lib/esm/appui-react/framework/FrameworkControls.js.map +1 -1
  1080. package/lib/esm/appui-react/framework/FrameworkDialogs.d.ts.map +1 -1
  1081. package/lib/esm/appui-react/framework/FrameworkDialogs.js.map +1 -1
  1082. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
  1083. package/lib/esm/appui-react/framework/FrameworkFrontstages.js +3 -3
  1084. package/lib/esm/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  1085. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.d.ts.map +1 -1
  1086. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
  1087. package/lib/esm/appui-react/framework/FrameworkToolSettings.d.ts.map +1 -1
  1088. package/lib/esm/appui-react/framework/FrameworkToolSettings.js.map +1 -1
  1089. package/lib/esm/appui-react/framework/FrameworkVisibility.d.ts.map +1 -1
  1090. package/lib/esm/appui-react/framework/FrameworkVisibility.js.map +1 -1
  1091. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts.map +1 -1
  1092. package/lib/esm/appui-react/frontstage/FrontstageConfig.js +3 -3
  1093. package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  1094. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  1095. package/lib/esm/appui-react/frontstage/FrontstageDef.js +120 -45
  1096. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  1097. package/lib/esm/appui-react/frontstage/FrontstageProvider.js +3 -3
  1098. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  1099. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts +1 -1
  1100. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
  1101. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js +54 -22
  1102. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  1103. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  1104. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +4 -5
  1105. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  1106. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +81 -81
  1107. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  1108. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +18 -16
  1109. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  1110. package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +12 -12
  1111. package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts.map +1 -1
  1112. package/lib/esm/appui-react/frontstage/NestedFrontstage.js +3 -3
  1113. package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  1114. package/lib/esm/appui-react/frontstage/StageUsage.js +3 -3
  1115. package/lib/esm/appui-react/frontstage/StageUsage.js.map +1 -1
  1116. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  1117. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +20 -15
  1118. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  1119. package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts.map +1 -1
  1120. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +3 -3
  1121. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  1122. package/lib/esm/appui-react/hooks/useActiveStageId.d.ts.map +1 -1
  1123. package/lib/esm/appui-react/hooks/useActiveStageId.js +3 -3
  1124. package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
  1125. package/lib/esm/appui-react/hooks/useActiveViewport.d.ts.map +1 -1
  1126. package/lib/esm/appui-react/hooks/useActiveViewport.js +9 -5
  1127. package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
  1128. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts.map +1 -1
  1129. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +18 -18
  1130. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  1131. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts.map +1 -1
  1132. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +3 -3
  1133. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  1134. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +3 -3
  1135. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  1136. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts.map +1 -1
  1137. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +18 -18
  1138. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  1139. package/lib/esm/appui-react/hooks/useSolarDataProvider.d.ts.map +1 -1
  1140. package/lib/esm/appui-react/hooks/useSolarDataProvider.js +22 -18
  1141. package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  1142. package/lib/esm/appui-react/hooks/useUiVisibility.d.ts.map +1 -1
  1143. package/lib/esm/appui-react/hooks/useUiVisibility.js +4 -4
  1144. package/lib/esm/appui-react/hooks/useUiVisibility.js.map +1 -1
  1145. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +1 -1
  1146. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts.map +1 -1
  1147. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +11 -7
  1148. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
  1149. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  1150. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +24 -10
  1151. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  1152. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts.map +1 -1
  1153. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +8 -5
  1154. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  1155. package/lib/esm/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  1156. package/lib/esm/appui-react/messages/ActivityMessage.js +26 -16
  1157. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  1158. package/lib/esm/appui-react/messages/AppNotificationManager.d.ts.map +1 -1
  1159. package/lib/esm/appui-react/messages/AppNotificationManager.js +12 -6
  1160. package/lib/esm/appui-react/messages/AppNotificationManager.js.map +1 -1
  1161. package/lib/esm/appui-react/messages/HollowIcon.js +3 -3
  1162. package/lib/esm/appui-react/messages/HollowIcon.js.map +1 -1
  1163. package/lib/esm/appui-react/messages/InputField.d.ts.map +1 -1
  1164. package/lib/esm/appui-react/messages/InputField.js +14 -16
  1165. package/lib/esm/appui-react/messages/InputField.js.map +1 -1
  1166. package/lib/esm/appui-react/messages/InputField.scss +82 -83
  1167. package/lib/esm/appui-react/messages/MessageLabel.d.ts.map +1 -1
  1168. package/lib/esm/appui-react/messages/MessageLabel.js +3 -3
  1169. package/lib/esm/appui-react/messages/MessageLabel.js.map +1 -1
  1170. package/lib/esm/appui-react/messages/MessageManager.d.ts.map +1 -1
  1171. package/lib/esm/appui-react/messages/MessageManager.js +34 -17
  1172. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  1173. package/lib/esm/appui-react/messages/MessageSpan.d.ts.map +1 -1
  1174. package/lib/esm/appui-react/messages/MessageSpan.js +3 -3
  1175. package/lib/esm/appui-react/messages/MessageSpan.js.map +1 -1
  1176. package/lib/esm/appui-react/messages/Pointer.d.ts.map +1 -1
  1177. package/lib/esm/appui-react/messages/Pointer.js +11 -11
  1178. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  1179. package/lib/esm/appui-react/messages/Pointer.scss +43 -43
  1180. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
  1181. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +25 -11
  1182. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  1183. package/lib/esm/appui-react/messages/StatusMessageManager.d.ts.map +1 -1
  1184. package/lib/esm/appui-react/messages/StatusMessageManager.js +6 -4
  1185. package/lib/esm/appui-react/messages/StatusMessageManager.js.map +1 -1
  1186. package/lib/esm/appui-react/messages/getToastCategory.js +3 -3
  1187. package/lib/esm/appui-react/messages/getToastCategory.js.map +1 -1
  1188. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  1189. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +7 -5
  1190. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  1191. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  1192. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +7 -5
  1193. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  1194. package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts.map +1 -1
  1195. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +16 -8
  1196. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  1197. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  1198. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +39 -17
  1199. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  1200. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +67 -67
  1201. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts.map +1 -1
  1202. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +21 -10
  1203. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  1204. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +73 -73
  1205. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  1206. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +20 -13
  1207. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  1208. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  1209. package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
  1210. package/lib/esm/appui-react/pickers/ListPicker.js +78 -32
  1211. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  1212. package/lib/esm/appui-react/pickers/ListPicker.scss +306 -306
  1213. package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  1214. package/lib/esm/appui-react/pickers/ViewSelector.js +34 -16
  1215. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  1216. package/lib/esm/appui-react/popup/CardPopup.d.ts.map +1 -1
  1217. package/lib/esm/appui-react/popup/CardPopup.js +12 -14
  1218. package/lib/esm/appui-react/popup/CardPopup.js.map +1 -1
  1219. package/lib/esm/appui-react/popup/CardPopup.scss +25 -25
  1220. package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts.map +1 -1
  1221. package/lib/esm/appui-react/popup/HTMLElementPopup.js +3 -3
  1222. package/lib/esm/appui-react/popup/HTMLElementPopup.js.map +1 -1
  1223. package/lib/esm/appui-react/popup/InputEditorPopup.d.ts.map +1 -1
  1224. package/lib/esm/appui-react/popup/InputEditorPopup.js +5 -4
  1225. package/lib/esm/appui-react/popup/InputEditorPopup.js.map +1 -1
  1226. package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +1 -1
  1227. package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts.map +1 -1
  1228. package/lib/esm/appui-react/popup/KeyinPalettePanel.js +24 -24
  1229. package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  1230. package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +31 -31
  1231. package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +1 -1
  1232. package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts.map +1 -1
  1233. package/lib/esm/appui-react/popup/KeyinPalettePopup.js +5 -5
  1234. package/lib/esm/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  1235. package/lib/esm/appui-react/popup/PopupManager.d.ts.map +1 -1
  1236. package/lib/esm/appui-react/popup/PopupManager.js +46 -21
  1237. package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
  1238. package/lib/esm/appui-react/popup/PositionPopup.d.ts.map +1 -1
  1239. package/lib/esm/appui-react/popup/PositionPopup.js +4 -4
  1240. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  1241. package/lib/esm/appui-react/popup/PositionPopup.scss +27 -28
  1242. package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts.map +1 -1
  1243. package/lib/esm/appui-react/popup/ToolSettingsPopup.js +4 -5
  1244. package/lib/esm/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  1245. package/lib/esm/appui-react/popup/ToolbarPopup.d.ts.map +1 -1
  1246. package/lib/esm/appui-react/popup/ToolbarPopup.js +4 -4
  1247. package/lib/esm/appui-react/popup/ToolbarPopup.js.map +1 -1
  1248. package/lib/esm/appui-react/redux/FrameworkState.d.ts.map +1 -1
  1249. package/lib/esm/appui-react/redux/FrameworkState.js +3 -3
  1250. package/lib/esm/appui-react/redux/FrameworkState.js.map +1 -1
  1251. package/lib/esm/appui-react/redux/ReducerRegistry.d.ts.map +1 -1
  1252. package/lib/esm/appui-react/redux/ReducerRegistry.js +3 -4
  1253. package/lib/esm/appui-react/redux/ReducerRegistry.js.map +1 -1
  1254. package/lib/esm/appui-react/redux/SessionState.d.ts +9 -9
  1255. package/lib/esm/appui-react/redux/SessionState.d.ts.map +1 -1
  1256. package/lib/esm/appui-react/redux/SessionState.js +7 -4
  1257. package/lib/esm/appui-react/redux/SessionState.js.map +1 -1
  1258. package/lib/esm/appui-react/redux/StateManager.d.ts.map +1 -1
  1259. package/lib/esm/appui-react/redux/StateManager.js +10 -6
  1260. package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
  1261. package/lib/esm/appui-react/redux/connectIModel.d.ts +1 -1
  1262. package/lib/esm/appui-react/redux/connectIModel.d.ts.map +1 -1
  1263. package/lib/esm/appui-react/redux/connectIModel.js +4 -4
  1264. package/lib/esm/appui-react/redux/connectIModel.js.map +1 -1
  1265. package/lib/esm/appui-react/redux/redux-ts.d.ts +3 -3
  1266. package/lib/esm/appui-react/redux/redux-ts.d.ts.map +1 -1
  1267. package/lib/esm/appui-react/redux/redux-ts.js +6 -4
  1268. package/lib/esm/appui-react/redux/redux-ts.js.map +1 -1
  1269. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  1270. package/lib/esm/appui-react/safearea/SafeAreaContext.js +3 -3
  1271. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  1272. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts.map +1 -1
  1273. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js +3 -3
  1274. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
  1275. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  1276. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +3 -3
  1277. package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  1278. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +2 -2
  1279. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  1280. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +103 -40
  1281. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  1282. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  1283. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +42 -14
  1284. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  1285. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +1 -1
  1286. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  1287. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +34 -27
  1288. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  1289. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
  1290. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts.map +1 -1
  1291. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +9 -5
  1292. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  1293. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  1294. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +38 -15
  1295. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  1296. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +65 -65
  1297. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  1298. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +7 -4
  1299. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  1300. package/lib/esm/appui-react/shared/AnyItemDef.d.ts.map +1 -1
  1301. package/lib/esm/appui-react/shared/AnyItemDef.js +3 -3
  1302. package/lib/esm/appui-react/shared/AnyItemDef.js.map +1 -1
  1303. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +3 -3
  1304. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  1305. package/lib/esm/appui-react/shared/CommandItemDef.d.ts.map +1 -1
  1306. package/lib/esm/appui-react/shared/CommandItemDef.js +8 -4
  1307. package/lib/esm/appui-react/shared/CommandItemDef.js.map +1 -1
  1308. package/lib/esm/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  1309. package/lib/esm/appui-react/shared/CustomItemDef.js +3 -3
  1310. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  1311. package/lib/esm/appui-react/shared/CustomItemProps.js +3 -3
  1312. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  1313. package/lib/esm/appui-react/shared/GroupItemProps.js +3 -3
  1314. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  1315. package/lib/esm/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  1316. package/lib/esm/appui-react/shared/ItemDefBase.js +15 -8
  1317. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  1318. package/lib/esm/appui-react/shared/ItemMap.d.ts.map +1 -1
  1319. package/lib/esm/appui-react/shared/ItemMap.js +3 -3
  1320. package/lib/esm/appui-react/shared/ItemMap.js.map +1 -1
  1321. package/lib/esm/appui-react/shared/ItemProps.d.ts.map +1 -1
  1322. package/lib/esm/appui-react/shared/ItemProps.js +3 -3
  1323. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  1324. package/lib/esm/appui-react/shared/MenuItem.d.ts.map +1 -1
  1325. package/lib/esm/appui-react/shared/MenuItem.js +6 -4
  1326. package/lib/esm/appui-react/shared/MenuItem.js.map +1 -1
  1327. package/lib/esm/appui-react/shared/SelectionScope.js +3 -3
  1328. package/lib/esm/appui-react/shared/SelectionScope.js.map +1 -1
  1329. package/lib/esm/appui-react/shared/ToolItemDef.d.ts.map +1 -1
  1330. package/lib/esm/appui-react/shared/ToolItemDef.js +13 -5
  1331. package/lib/esm/appui-react/shared/ToolItemDef.js.map +1 -1
  1332. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +3 -3
  1333. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  1334. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  1335. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +35 -18
  1336. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  1337. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +3 -3
  1338. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  1339. package/lib/esm/appui-react/stagepanels/StagePanelSection.js +3 -3
  1340. package/lib/esm/appui-react/stagepanels/StagePanelSection.js.map +1 -1
  1341. package/lib/esm/appui-react/statusbar/Field.d.ts.map +1 -1
  1342. package/lib/esm/appui-react/statusbar/Field.js +3 -3
  1343. package/lib/esm/appui-react/statusbar/Field.js.map +1 -1
  1344. package/lib/esm/appui-react/statusbar/Field.scss +109 -109
  1345. package/lib/esm/appui-react/statusbar/Indicator.d.ts.map +1 -1
  1346. package/lib/esm/appui-react/statusbar/Indicator.js +5 -6
  1347. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  1348. package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts.map +1 -1
  1349. package/lib/esm/appui-react/statusbar/LabelIndicator.js +5 -5
  1350. package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
  1351. package/lib/esm/appui-react/statusbar/LabelIndicator.scss +43 -43
  1352. package/lib/esm/appui-react/statusbar/Overflow.d.ts.map +1 -1
  1353. package/lib/esm/appui-react/statusbar/Overflow.js +3 -3
  1354. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  1355. package/lib/esm/appui-react/statusbar/Overflow.scss +28 -28
  1356. package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts.map +1 -1
  1357. package/lib/esm/appui-react/statusbar/OverflowPanel.js +3 -3
  1358. package/lib/esm/appui-react/statusbar/OverflowPanel.js.map +1 -1
  1359. package/lib/esm/appui-react/statusbar/OverflowPanel.scss +23 -23
  1360. package/lib/esm/appui-react/statusbar/Popup.d.ts.map +1 -1
  1361. package/lib/esm/appui-react/statusbar/Popup.js +4 -4
  1362. package/lib/esm/appui-react/statusbar/Popup.js.map +1 -1
  1363. package/lib/esm/appui-react/statusbar/Separator.d.ts.map +1 -1
  1364. package/lib/esm/appui-react/statusbar/Separator.js +4 -4
  1365. package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
  1366. package/lib/esm/appui-react/statusbar/Separator.scss +12 -12
  1367. package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  1368. package/lib/esm/appui-react/statusbar/StatusBar.js +10 -12
  1369. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  1370. package/lib/esm/appui-react/statusbar/StatusBar.scss +42 -42
  1371. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  1372. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +25 -20
  1373. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  1374. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  1375. package/lib/esm/appui-react/statusbar/StatusBarItem.js +3 -3
  1376. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  1377. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  1378. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +3 -3
  1379. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  1380. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -1
  1381. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +12 -13
  1382. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  1383. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  1384. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +6 -4
  1385. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  1386. package/lib/esm/appui-react/statusbar/dialog/Button.d.ts +2 -2
  1387. package/lib/esm/appui-react/statusbar/dialog/Button.d.ts.map +1 -1
  1388. package/lib/esm/appui-react/statusbar/dialog/Button.js +6 -6
  1389. package/lib/esm/appui-react/statusbar/dialog/Button.js.map +1 -1
  1390. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +3 -3
  1391. package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  1392. package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts +2 -2
  1393. package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts.map +1 -1
  1394. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +5 -5
  1395. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  1396. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts.map +1 -1
  1397. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +3 -3
  1398. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  1399. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  1400. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +5 -4
  1401. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  1402. package/lib/esm/appui-react/statusfields/ActivityCenter.js +3 -3
  1403. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  1404. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  1405. package/lib/esm/appui-react/statusfields/MessageCenter.js +15 -12
  1406. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  1407. package/lib/esm/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  1408. package/lib/esm/appui-react/statusfields/SectionsField.js +21 -19
  1409. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  1410. package/lib/esm/appui-react/statusfields/SectionsField.scss +35 -35
  1411. package/lib/esm/appui-react/statusfields/SelectionCount.d.ts.map +1 -1
  1412. package/lib/esm/appui-react/statusfields/SelectionCount.js +3 -3
  1413. package/lib/esm/appui-react/statusfields/SelectionCount.js.map +1 -1
  1414. package/lib/esm/appui-react/statusfields/SelectionCount.scss +12 -12
  1415. package/lib/esm/appui-react/statusfields/SelectionInfo.js +3 -3
  1416. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  1417. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +2 -1
  1418. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  1419. package/lib/esm/appui-react/statusfields/SelectionScope.js +8 -5
  1420. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  1421. package/lib/esm/appui-react/statusfields/SelectionScope.scss +46 -46
  1422. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +2 -1
  1423. package/lib/esm/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  1424. package/lib/esm/appui-react/statusfields/SnapMode.js +42 -13
  1425. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  1426. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  1427. package/lib/esm/appui-react/statusfields/ViewAttributes.js +17 -8
  1428. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  1429. package/lib/esm/appui-react/statusfields/ViewAttributes.scss +10 -10
  1430. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  1431. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +12 -6
  1432. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  1433. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
  1434. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  1435. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +69 -52
  1436. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  1437. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
  1438. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  1439. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +27 -14
  1440. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  1441. package/lib/esm/appui-react/theme/ThemeManager.d.ts +1 -7
  1442. package/lib/esm/appui-react/theme/ThemeManager.d.ts.map +1 -1
  1443. package/lib/esm/appui-react/theme/ThemeManager.js +23 -23
  1444. package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
  1445. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts.map +1 -1
  1446. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +3 -3
  1447. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  1448. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts.map +1 -1
  1449. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +7 -5
  1450. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  1451. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts.map +1 -1
  1452. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +20 -9
  1453. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  1454. package/lib/esm/appui-react/toolbar/DragInteraction.js +4 -4
  1455. package/lib/esm/appui-react/toolbar/DragInteraction.js.map +1 -1
  1456. package/lib/esm/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  1457. package/lib/esm/appui-react/toolbar/GroupItem.js +10 -7
  1458. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  1459. package/lib/esm/appui-react/toolbar/Toolbar.d.ts.map +1 -1
  1460. package/lib/esm/appui-react/toolbar/Toolbar.js +3 -3
  1461. package/lib/esm/appui-react/toolbar/Toolbar.js.map +1 -1
  1462. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  1463. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +48 -21
  1464. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  1465. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  1466. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +3 -2
  1467. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  1468. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
  1469. package/lib/esm/appui-react/toolbar/ToolbarItem.js +3 -3
  1470. package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -1
  1471. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -1
  1472. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +3 -3
  1473. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
  1474. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.d.ts.map +1 -1
  1475. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.js +32 -17
  1476. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.js.map +1 -1
  1477. package/lib/esm/appui-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -1
  1478. package/lib/esm/appui-react/toolbar/ToolbarWithOverflow.js +3 -3
  1479. package/lib/esm/appui-react/toolbar/ToolbarWithOverflow.js.map +1 -1
  1480. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.d.ts.map +1 -1
  1481. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js +17 -5
  1482. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js.map +1 -1
  1483. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts.map +1 -1
  1484. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +3 -3
  1485. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  1486. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  1487. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +5 -4
  1488. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  1489. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  1490. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +68 -29
  1491. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1492. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts +2 -2
  1493. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts.map +1 -1
  1494. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +7 -6
  1495. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  1496. package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts.map +1 -1
  1497. package/lib/esm/appui-react/tools/KeyinPaletteTools.js +9 -5
  1498. package/lib/esm/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  1499. package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts.map +1 -1
  1500. package/lib/esm/appui-react/tools/OpenSettingsTool.js +9 -5
  1501. package/lib/esm/appui-react/tools/OpenSettingsTool.js.map +1 -1
  1502. package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts.map +1 -1
  1503. package/lib/esm/appui-react/tools/RestoreLayoutTool.js +10 -6
  1504. package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  1505. package/lib/esm/appui-react/tools/ToolSettingsTools.d.ts.map +1 -1
  1506. package/lib/esm/appui-react/tools/ToolSettingsTools.js +6 -4
  1507. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1508. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
  1509. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js +11 -7
  1510. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  1511. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.d.ts.map +1 -1
  1512. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js +33 -13
  1513. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
  1514. package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts.map +1 -1
  1515. package/lib/esm/appui-react/toolsettings/ToolInformation.js +5 -4
  1516. package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +1 -1
  1517. package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts.map +1 -1
  1518. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js +28 -12
  1519. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
  1520. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -1
  1521. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.js +52 -30
  1522. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -1
  1523. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
  1524. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js +18 -10
  1525. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
  1526. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js +3 -3
  1527. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
  1528. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  1529. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +3 -3
  1530. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1531. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  1532. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +44 -25
  1533. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1534. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
  1535. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +3 -3
  1536. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  1537. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts.map +1 -1
  1538. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +35 -15
  1539. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  1540. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +8 -8
  1541. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  1542. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +11 -11
  1543. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  1544. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  1545. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +8 -7
  1546. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1547. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  1548. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +44 -30
  1549. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  1550. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -1
  1551. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js +3 -3
  1552. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
  1553. package/lib/esm/appui-react/ui-items-provider/isProviderItem.d.ts.map +1 -1
  1554. package/lib/esm/appui-react/ui-items-provider/isProviderItem.js +3 -3
  1555. package/lib/esm/appui-react/ui-items-provider/isProviderItem.js.map +1 -1
  1556. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +8 -8
  1557. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts.map +1 -1
  1558. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +38 -20
  1559. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  1560. package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts.map +1 -1
  1561. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +46 -28
  1562. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  1563. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +3 -3
  1564. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  1565. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +12 -11
  1566. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  1567. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +223 -212
  1568. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  1569. package/lib/esm/appui-react/uistate/AppUiSettings.js +3 -3
  1570. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1571. package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts.map +1 -1
  1572. package/lib/esm/appui-react/uistate/useUiStateStorage.js +7 -5
  1573. package/lib/esm/appui-react/uistate/useUiStateStorage.js.map +1 -1
  1574. package/lib/esm/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -1
  1575. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js +19 -11
  1576. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
  1577. package/lib/esm/appui-react/utils/PropsHelper.d.ts +1 -1
  1578. package/lib/esm/appui-react/utils/PropsHelper.d.ts.map +1 -1
  1579. package/lib/esm/appui-react/utils/PropsHelper.js +8 -7
  1580. package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
  1581. package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts.map +1 -1
  1582. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +3 -3
  1583. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  1584. package/lib/esm/appui-react/utils/ViewUtilities.d.ts.map +1 -1
  1585. package/lib/esm/appui-react/utils/ViewUtilities.js +8 -6
  1586. package/lib/esm/appui-react/utils/ViewUtilities.js.map +1 -1
  1587. package/lib/esm/appui-react/widget-panels/Content.d.ts.map +1 -1
  1588. package/lib/esm/appui-react/widget-panels/Content.js +17 -13
  1589. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1590. package/lib/esm/appui-react/widget-panels/FloatingWidget.js +3 -3
  1591. package/lib/esm/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  1592. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +1 -1
  1593. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  1594. package/lib/esm/appui-react/widget-panels/Frontstage.js +111 -71
  1595. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1596. package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -19
  1597. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  1598. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +6 -4
  1599. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  1600. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +1 -1
  1601. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts.map +1 -1
  1602. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +10 -7
  1603. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  1604. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  1605. package/lib/esm/appui-react/widget-panels/StatusBar.js +7 -5
  1606. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1607. package/lib/esm/appui-react/widget-panels/StatusBar.scss +11 -11
  1608. package/lib/esm/appui-react/widget-panels/Tab.d.ts.map +1 -1
  1609. package/lib/esm/appui-react/widget-panels/Tab.js +5 -5
  1610. package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
  1611. package/lib/esm/appui-react/widget-panels/Tab.scss +14 -14
  1612. package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts.map +1 -1
  1613. package/lib/esm/appui-react/widget-panels/ToolSettings.js +31 -32
  1614. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1615. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +41 -41
  1616. package/lib/esm/appui-react/widget-panels/Toolbars.js +5 -6
  1617. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1618. package/lib/esm/appui-react/widget-panels/Toolbars.scss +20 -20
  1619. package/lib/esm/appui-react/widget-panels/useTransientState.d.ts.map +1 -1
  1620. package/lib/esm/appui-react/widget-panels/useTransientState.js +3 -3
  1621. package/lib/esm/appui-react/widget-panels/useTransientState.js.map +1 -1
  1622. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  1623. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +7 -5
  1624. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  1625. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  1626. package/lib/esm/appui-react/widgets/BackstageAppButton.js +9 -5
  1627. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  1628. package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts.map +1 -1
  1629. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +9 -4
  1630. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  1631. package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts.map +1 -1
  1632. package/lib/esm/appui-react/widgets/BasicToolWidget.js +10 -4
  1633. package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
  1634. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts.map +1 -1
  1635. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +3 -3
  1636. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  1637. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  1638. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +24 -12
  1639. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1640. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts.map +1 -1
  1641. package/lib/esm/appui-react/widgets/StableWidgetDef.js +3 -3
  1642. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  1643. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts.map +1 -1
  1644. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +3 -3
  1645. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  1646. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  1647. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +3 -3
  1648. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  1649. package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts.map +1 -1
  1650. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +4 -4
  1651. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  1652. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts.map +1 -1
  1653. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +3 -3
  1654. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  1655. package/lib/esm/appui-react/widgets/Widget.d.ts.map +1 -1
  1656. package/lib/esm/appui-react/widgets/Widget.js +3 -3
  1657. package/lib/esm/appui-react/widgets/Widget.js.map +1 -1
  1658. package/lib/esm/appui-react/widgets/WidgetConfig.js +3 -3
  1659. package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
  1660. package/lib/esm/appui-react/widgets/WidgetControl.d.ts.map +1 -1
  1661. package/lib/esm/appui-react/widgets/WidgetControl.js +21 -13
  1662. package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
  1663. package/lib/esm/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  1664. package/lib/esm/appui-react/widgets/WidgetDef.js +100 -37
  1665. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1666. package/lib/esm/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  1667. package/lib/esm/appui-react/widgets/WidgetHost.js +7 -7
  1668. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1669. package/lib/esm/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  1670. package/lib/esm/appui-react/widgets/WidgetManager.js +23 -15
  1671. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  1672. package/lib/esm/appui-react/widgets/WidgetState.js +3 -3
  1673. package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -1
  1674. package/lib/esm/appui-react.js +3 -3
  1675. package/lib/esm/appui-react.js.map +1 -1
  1676. package/lib/public/locales/en/UiFramework.json +334 -334
  1677. package/package.json +16 -29
  1678. package/rulesets/Categories.json +72 -76
  1679. package/rulesets/Models.json +42 -44
package/CHANGELOG.md CHANGED
@@ -1,2072 +1,2083 @@
1
- # Change Log - @itwin/appui-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
- - Make content control resize grip handles visually more like side panel grip handles.
11
- - Added auto-expand functionality for ViewSelector search results. Fixed ViewSelector current view highlight bug.
12
- - Implemented fuzzy search for ViewSelector
13
- - Add SelectionCountField component.
14
- - Allow iModelOpen to go to dev, qa, or prod based on the URL prefix set in the env.
15
- - Minor change to make sure styling is consistent in pop-out windows.
16
- - Errors thrown during rendering of widget content are now caught by `ErrorBoundary`. A fallback UI is rendered instead.
17
-
18
- ## 4.0.1
19
- Fri, 19 May 2023 12:24:30 GMT
20
-
21
- ### Updates
22
-
23
- - ToolAssistanceField: Display as class if image is not svg (IE: webfont class image)
24
-
25
- ## 4.0.0
26
- Mon, 01 May 2023 13:32:16 GMT
27
-
28
- ### Updates
29
-
30
- - Promote APIs in use by apps.
31
- - Remove deprecated APIs.
32
- - Remove FrontstageProps, StagePanelProps, WidgetProps.
33
- - Removed unused localization strings.
34
- - Move @itwin/core-telemetry to peerDependencies.
35
- - Add `defaultTool` prop to `FrontstageConfig` and `StandardFrontstageProps`.
36
- - Use UiItemsManager from @itwin/appui-abstract when available.
37
- - Fix SelectionInfoField by displaying selection set size.
38
- - Fix stale options of SelectionScopeField.
39
- - Remove selection scope fallback labels.
40
- - Allow ReactNode icon argument in item utilities.
41
- - Add ContentViewManager tracking info back into FloatingViewportContent.
42
- - Using iTwinUI-variables.
43
- - Update iTwinUI-react to v2.x.
44
- - Maintain widget panel location after frontstage is changed.
45
- - Expose status bar components (marked as @internal in appui-layout-react).
46
- - Added search functionality to ViewSelector. Added test to ViewSelector tests for search functionality.
47
- - Fixed ViewSelector rendering bug.
48
- - Removed Trees component from appui-react.
49
- - Add Toolbar components.
50
- - Fix floating viewport content to properly synchronize active ViewportComponent with the selected view.
51
- - Promotoe UiItemsManager/Provider APIs.
52
- - Remove StatusBarContext related code.
53
- - Clean dependencies.
54
- - Refactor to use iTwinUI instead of deprecated core-react.
55
- - React to toolbar changes.
56
- - Removed react-dnd dependency.
57
- - Bump minimum of core packages to 3.7.0.
58
- - peerDependency allow react: ^18.0.0.
59
- - Update typings for React18.
60
- - Clean SCSS.
61
- - SnapModeField now emit syncEvent.
62
- - Support React18 in child windows.
63
- - Fix `widgetDef.expand` method.
64
- - Frontstage provider to return FrontstageProps instead of a ReactElement.
65
- - Remove UI1.0 components.
66
- - Add SafeAreaInsets enum.
67
- - Fix StagePanelDef state being out of sync issue. Add event for listening to changes of StagePanelDef pinned state.
68
- - Expose StatusBar.Popup and StatusBar.Field components.
69
- - Update package.json dependencies and repo documentation.
70
- - Remove webfont icons from components.
71
-
72
- ## 3.7.2
73
- Wed, 12 Apr 2023 13:12:42 GMT
74
-
75
- _Version update only_
76
-
77
- ## 3.7.1
78
- Mon, 03 Apr 2023 15:15:36 GMT
79
-
80
- _Version update only_
81
-
82
- ## 3.7.0
83
- Wed, 29 Mar 2023 15:02:27 GMT
84
-
85
- ### Updates
86
-
87
- - Fix Popout widget window title
88
- - Fix react briefMessage in toasts
89
- - Move `Manager` classes under `UiFramework`
90
- - update @deprecated comments.
91
-
92
- ## 3.6.3
93
- Mon, 27 Mar 2023 16:26:47 GMT
94
-
95
- _Version update only_
96
-
97
- ## 3.6.2
98
- Fri, 17 Mar 2023 17:52:32 GMT
99
-
100
- ### Updates
101
-
102
- - Add search functionality to ViewSelector
103
-
104
- ## 3.6.1
105
- Fri, 24 Feb 2023 22:00:48 GMT
106
-
107
- ### Updates
108
-
109
- - Fix react briefMessage in toasts
110
- - Fix `@itwin/itwinui-icons-react` dependency version
111
-
112
- ## 3.6.0
113
- Wed, 08 Feb 2023 14:58:39 GMT
114
-
115
- ### Updates
116
-
117
- - Expose AppUI specific types previously defined in @itwin/appui-abstract.
118
- - Deprecated tree components that were movet to '@itwin/tree-widget-react' package
119
- - Use EmptyLocalization for localization in tests to increase test performance
120
- - Deprecate UI1.0 related properties.
121
- - React to RPC deprecations.
122
- - Add viewportRef as a props for the FloatingWidgetComponent. Caller might be needing to grab a reference to the viewport. Also, change the initialViewState to allow passing a function that returns a ViewState
123
- - Use React.ForwardedRef rather than just a callback.
124
- - Issue #4879: Make sure floating viewports properly set their content as active and display the active view highlight bar.
125
- - Fix floating widget offset issue.
126
-
127
- ## 3.5.6
128
- Fri, 24 Feb 2023 16:02:47 GMT
129
-
130
- _Version update only_
131
-
132
- ## 3.5.5
133
- Thu, 26 Jan 2023 22:53:27 GMT
134
-
135
- _Version update only_
136
-
137
- ## 3.5.4
138
- Wed, 18 Jan 2023 15:27:15 GMT
139
-
140
- ### Updates
141
-
142
- - Issue #4879: Make sure floating viewports properly set their content as active and display the active view highlight bar.
143
-
144
- ## 3.5.3
145
- Fri, 13 Jan 2023 17:23:07 GMT
146
-
147
- _Version update only_
148
-
149
- ## 3.5.2
150
- Wed, 11 Jan 2023 16:46:30 GMT
151
-
152
- ### Updates
153
-
154
- - Fix detailed output message on a new line in toasts.
155
-
156
- ## 3.5.1
157
- Thu, 15 Dec 2022 16:38:28 GMT
158
-
159
- _Version update only_
160
-
161
- ## 3.5.0
162
- Wed, 07 Dec 2022 19:12:36 GMT
163
-
164
- ### Updates
165
-
166
- - Add FeatureOverridesChanged SyncUIEvent in SyncUiEventDispatcher.ts
167
- - Do not auto-hide the UI when floating widget is hovered.
168
- - Fix a circular dependency issue.
169
- - Updated pin icon for help widget.
170
- - Deprecate pseudo components of frontstage provider in favor of configuration interfaces.
171
- - Add automatic horizonal scrolling to the ListPicker's expandable blocks for small form factors or long strings.
172
- - Refactored many tests to remove enzyme and snaphot testing
173
- - Unpin classnames package
174
- - Rename RestoreFrontstagesLayoutTool to RestoreAllFrontstagesTool.
175
- - Add RestoreFrontstagesLayout tool.
176
- - Deprecate components in preparation for next major version.
177
- - Persist the toolbar-opacity to state.
178
- - Add a toolbar opacity to the state and the UiFramework API to allow users or apps to configure it. Add a slider to the UiSettingsPage to control the toolbar opacity.
179
- - Update WidgetDef to pass the optional prop allowedPanelTargets to createTab wh
180
-
181
- ## 3.4.7
182
- Wed, 30 Nov 2022 14:28:19 GMT
183
-
184
- _Version update only_
185
-
186
- ## 3.4.6
187
- Tue, 22 Nov 2022 14:24:19 GMT
188
-
189
- ### Updates
190
-
191
- - Maintain widget panel location after frontstage is changed.
192
-
193
- ## 3.4.5
194
- Thu, 17 Nov 2022 21:32:49 GMT
195
-
196
- _Version update only_
197
-
198
- ## 3.4.4
199
- Thu, 10 Nov 2022 19:32:17 GMT
200
-
201
- _Version update only_
202
-
203
- ## 3.4.3
204
- Fri, 28 Oct 2022 13:34:57 GMT
205
-
206
- _Version update only_
207
-
208
- ## 3.4.2
209
- Mon, 24 Oct 2022 13:23:45 GMT
210
-
211
- _Version update only_
212
-
213
- ## 3.4.1
214
- Mon, 17 Oct 2022 20:06:51 GMT
215
-
216
- _Version update only_
217
-
218
- ## 3.4.0
219
- Thu, 13 Oct 2022 20:24:47 GMT
220
-
221
- ### Updates
222
-
223
- - Fixed private categories being displayed in ModelsTree and CategoriesTree components.
224
- - Fix an issue where maxWidgetCount of a panel is exceeded when adding a widget.
225
- - Persist WidgetDef configuration in a separate structure.
226
- - Ability to float a widget that is hidden by default.
227
- - Dock removed widget tool settings.
228
- - Updated Node types declaration to support latest v16
229
- - Restore floating widgets after a reload.
230
- - Adding setup walk tool to standard navigation tools
231
- - Move the management of zIndex for modal and modeless dialogs to DialogManagerBase to allow modal dialogs (MessageBox) to use the topZIndex so that they open on top of any modeless dialogs that are open. ContentDialog still maintains its own zIndex at a much lower elevation.
232
- - Models Tree: Do not recreate subject model ids cache unless iModel changes
233
- - Make sure FloatingViewportContent specifies controlId to FloatingViewport. Make sure FloatingViewportContent updates whenever the ViewState changes.
234
-
235
- ## 3.3.5
236
- Tue, 27 Sep 2022 11:50:59 GMT
237
-
238
- _Version update only_
239
-
240
- ## 3.3.4
241
- Thu, 08 Sep 2022 19:00:04 GMT
242
-
243
- _Version update only_
244
-
245
- ## 3.3.3
246
- Tue, 06 Sep 2022 20:54:19 GMT
247
-
248
- _Version update only_
249
-
250
- ## 3.3.2
251
- Thu, 01 Sep 2022 14:37:22 GMT
252
-
253
- ### Updates
254
-
255
- - Update camera icon and make camera tooltip conditional on the camera's on/off state.
256
-
257
- ## 3.3.1
258
- Fri, 26 Aug 2022 15:40:02 GMT
259
-
260
- _Version update only_
261
-
262
- ## 3.3.0
263
- Thu, 18 Aug 2022 19:08:01 GMT
264
-
265
- ### Updates
266
-
267
- - remove alpha tag from AutoCollapseUnpinnedPanels
268
- - upgrade mocha to version 10.0.0
269
- - Set `hideWithUiWhenFloating` flag of a widget when restoring a layout.
270
- - Fix an issue where a widget is added to the layout multiple times.
271
- - [ModelsTree]: Make sure all child elements visibility is changed
272
- - Deprecated `isInFooterMode` in `StatusFieldProps`, should always be considered true. Deprecated `withStatusFieldProps` which provides only deprecated props to components.
273
- - Deprecated `isInFooterMode` in `FrontstageProps` and `ContentLayoutComponentProps`, should alays be considered true.
274
- - Deprecated `withMessageCenterFieldProps`, components should directly use `MessageManager.registerAnimateOutToElement`.
275
- - Deprecate `openWidget` and `onOpenWidget` props from `StatusBarFields` interface.
276
- - Add option to display active tool name as the Tool Settings tab label.
277
- - Export useTransientState hook.
278
- - Do not require list of static backstage items to be specified with BackstageComposer. Allow StandardFrontstageProvider to hideToolSetting in modal stages.
279
- - Avoid slow keyin browser filtering when processing long keyins.
280
- - Change to only log the inability to find a content view when the content is required.
281
- - Models Tree: Optimize creating subjects hierarchy
282
- - Add hideWithUiWhenFloating prop to widgets so that an app can opt into hiding specific floating widgets when the UI automatically hides.
283
- - Save state of floating widgets when they are hidden
284
- - Use toaster from iTwinUI to display messages
285
- - Update iTwinUI-react to 1.38.1
286
-
287
- ## 3.2.9
288
- Fri, 26 Aug 2022 14:21:40 GMT
289
-
290
- _Version update only_
291
-
292
- ## 3.2.8
293
- Tue, 09 Aug 2022 15:52:41 GMT
294
-
295
- _Version update only_
296
-
297
- ## 3.2.7
298
- Mon, 01 Aug 2022 13:36:56 GMT
299
-
300
- _Version update only_
301
-
302
- ## 3.2.6
303
- Fri, 15 Jul 2022 19:04:43 GMT
304
-
305
- _Version update only_
306
-
307
- ## 3.2.5
308
- Wed, 13 Jul 2022 15:45:52 GMT
309
-
310
- _Version update only_
311
-
312
- ## 3.2.4
313
- Tue, 21 Jun 2022 18:06:33 GMT
314
-
315
- _Version update only_
316
-
317
- ## 3.2.3
318
- Fri, 17 Jun 2022 15:18:39 GMT
319
-
320
- _Version update only_
321
-
322
- ## 3.2.2
323
- Fri, 10 Jun 2022 16:11:36 GMT
324
-
325
- _Version update only_
326
-
327
- ## 3.2.1
328
- Tue, 07 Jun 2022 15:02:56 GMT
329
-
330
- ### Updates
331
-
332
- - Ensure selection scope override labels are honored.
333
- - Models Tree: Fix performance of determining Subject nodes' display state.
334
- - Models Tree: Optimize creating subjects hierarchy
335
- - Remove cached frontstageDef if associated FrontstageProvider is re-registered.
336
-
337
- ## 3.2.0
338
- Fri, 20 May 2022 13:10:54 GMT
339
-
340
- ### Updates
341
-
342
- - mock hydrateviewstate rpc method in SavedviewLayout tests
343
- - Documentation updates
344
- - Fix bug where widgets from UiItemProviders were not honoring Center Zonelocation in UI 1.0 mode.
345
- - Fix for losing viewport content after clicking PW link.
346
- - Add ability to pass parameters to UiItemsManager when loading items provider to specify what stages allow the provider to supply items.
347
- - Add option to auto-collapse unpinned widget panels.
348
- - Allow React icons to be used on Wedget tabs, backstage, and status bar items
349
- - Add default tool prop to StandardFrontstageProps to give apps a simple, typesafe way to specify a default tool for their frontstages.
350
- - Add an empty state message when there are no settings to display in the tool settings bar.
351
- - Add a mousemove listener to an ElementTooltip's owner document so that it can be closed when the mouse travels over a React element.
352
- - Fix checkbox alignment in visibility trees.
353
-
354
- ## 3.1.3
355
- Fri, 15 Apr 2022 13:49:25 GMT
356
-
357
- _Version update only_
358
-
359
- ## 3.1.2
360
- Wed, 06 Apr 2022 22:27:56 GMT
361
-
362
- _Version update only_
363
-
364
- ## 3.1.1
365
- Thu, 31 Mar 2022 15:55:48 GMT
366
-
367
- _Version update only_
368
-
369
- ## 3.1.0
370
- Tue, 29 Mar 2022 20:53:46 GMT
371
-
372
- ### Updates
373
-
374
- - Fix missing parameter in UiManager.getWidgets call and pass provider to isSupportedStage function.
375
- - Allow initial UI version to be set when UIFramework is initialized.
376
- - Optimize ModelsTree search ruleset
377
- - Add data attributes to identify item and its UI provider.
378
- - Added ContentDialogManager, ContentDialog, and FloatingViewportContentControl to allow imodel viewport in a modeless dialog.
379
- - Add the ability to Open a collapsed Panel when a request to Open a widget in a collapsed panel is made.
380
- - Update to itwinui-css version "0.44.0".
381
- - Fix spelling error in function documentation.
382
- - Update to @itwin/itwinui-react: 1.32.0
383
- - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
384
-
385
- ## 3.0.3
386
- Fri, 25 Mar 2022 15:10:01 GMT
387
-
388
- _Version update only_
389
-
390
- ## 3.0.2
391
- Thu, 10 Mar 2022 21:18:13 GMT
392
-
393
- ### Updates
394
-
395
- - Optimize ModelsTree search ruleset
396
- - Make fix to displaying a custom view overlay.
397
-
398
- ## 3.0.1
399
- Thu, 24 Feb 2022 15:26:55 GMT
400
-
401
- ### Updates
402
-
403
- - React to 3.0 breaking change w.r.t ECSQL Query Row Format
404
- - Respect min/max size when initializing a panel.
405
- - Provide FrontstageManager.clearFrontstageProviders method to clear out static maps.
406
- - Add FrontstageDef.isWidgetDisplayed() to allow apps to query whether their widget is visible.
407
- - Update ToolbarAutoHidePopup context when widgets autohide.
408
- - Change initializeNineZoneState to properly handle floating widgets.
409
- - Remove unecessary dependency on itwin/browser-authorization
410
-
411
- ## 3.0.0
412
- Mon, 24 Jan 2022 14:00:52 GMT
413
-
414
- ### Updates
415
-
416
- - Update ClearHideIsolateEmphasize Tool button definition to work on Models and Categories as well as Elements.
417
- - The Cartographic creation API now takes an interface as an argument with named properties. This will avoid callers mixing up the order of longitude, latitude, and height.
418
- - Update colorpicker to support RGB input
419
- - fix code for breaking change to .query() method
420
- - Existing ruleset configurations were updated to no longer use deprecated rule versions for iModel.js 3.0.
421
- - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
422
- - export CategoryVisibilityHandler
423
- - Fix ecsql row format
424
- - getAccessToken always returns a token
425
- - rename contextId -> iTwinId
426
- - updated @itwin/browser-authorization to 0.3.1
427
- - rename to @itwin/appui-react
428
- - Added UserInfo from itwin-client
429
- - remove ClientRequestContext and its subclasses
430
- - Made ConfigurableUiManager.closeUi() public
431
- - Removed OIDC signin/signout and UserProfileBackstageItem
432
- - Improve performance of determining visibility state of element and element grouping nodes.
433
- - Removed 'ModelsTreeProps.enablePreloading' flag
434
- - Promote standard UI providers from beta to public
435
- - Initialize StateManager store if necessary during UiFramework initialization.
436
- - Replace usage of I18N with generic Localization interface.
437
- - Remove use of UiItemsArbiter
438
- - Remove UserInfo completely
439
- - Update snapshots
440
- - Replaced ContextRegistry with generalized ITwinAccess interface
441
- - Renamed an iModel's parent container to iTwin
442
- - Removed references to the deleted config-loader package
443
- - tool.run and tool.parseAndRun are now async methods
444
- - Support for TypeDoc v0.22.7. Fix various broken docs links.
445
- - Refactor SynchUiEventDispatcher to use new UiEventDispatcher from appui-abstract. Deprecate obsolete code.
446
- - Refactored part of AccuDraw UI & Providing AccuDraw UI documentation
447
- - Create empty frontstage and UiItemsProviders to populate it and update how ContentGroups are defined.
448
- - Add missing public/beta types to the barrel file.
449
- - Add required `width` and `height` props for `CategoryTree`, `ModelsTree` and `SpatialContainmentTree`.
450
- - Remove `IModelConnectedCategoryTree`, `IModelConnectedModelsTree` and `IModelConnectedSpatialContainmentTree`.
451
- - Remove deprecated `CategoryTreeWithSearchBox`.
452
- - Remove deprecated `VisibilityComponent`, `VisibilityWidget` and related types.
453
- - Clean up deprecated Drag & Drop related APIs
454
- - Add state variable to control display of view overlay in the viewports.
455
- - Update to default to using UI2.0/AppUI.
456
- - Deprecate and promote apis
457
- - Deprecate obsolete APIs. Publish beta APIs from last release.
458
- - Update links in API doc comments.
459
- - Make it possible to set label and execute function for BackstageAppButton
460
- - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
461
- - Ensure duplicate items provided via UiItemProviders are filtered out and only one item per Id is used.
462
- - Add ability to remove stage launcher entry from backstage if only one stage is available.
463
- - Remove files generated by bad merge
464
- - Fix bug where ConditionalStringValue used in some status bar components would cause a crash.
465
- - Ensure nineZoneState is not set in FrontstageDef until 'isReady' is set.
466
- - Add support for all existing Indicator Props.
467
- - Updates to enable frontstageDef to be cached per iModelConnection.
468
- - Add initializeStateFromUserSettingsProviders to initialize UI state.
469
- - Update ShowHideManager defaults
470
- - Update comment.
471
- - Fix warning shown in unit test by ensuring setState is only processed if state component is mounted.
472
- - Allow widgets supplied by a UiItemsProvider to specify a default state of floating.
473
- - Deprecated HorizontalTabs in ui-core. Removed older deprecated items. Updated NextVersion.md.
474
- - Update to latest itwinui-react
475
- - Clean up css for status bar entries to avoid unwanted text wrapping.
476
- - Incorporating iTwinUI-CSS and iTwinUI-React into iModel.js
477
- - Moved iTwinUI style overrides to ui-core from ui-framework
478
- - Rename ui directories to match new package names.
479
- - Deprecated Task/Workflow. Promoted AccuDraw UI to @beta. Added AccuDraw and NavigationAids learning docs.
480
- - Fix bug that sets the icon on MessageBox.NoSymbol the Success icon.
481
- - Add prop that prevents popup button panel from unmounting when closed.
482
- - Update to React 17.
483
- - 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.
484
- - Remove react 16 peer dependency.
485
- - Filter out duplicate tools that may be registered in different UiItemProviders. First one in wins.
486
- - Remove itwinUi css overrides.
487
- - UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
488
- - Remove package react-split-pane.
489
- - Remove WidgetProvider and associated events.
490
- - Fixed z-index of status messages to be on top of a dialog
491
- - Update Tool Setting for UI 1.0 to fix refresh bug.
492
- - BaseUiItemsProvider class and refactor "standard" providers to subclass it.
493
- - Undeprecate necessary UI 1.0 classes/interfaces
494
- - Update standard UI item providers to require a providerId so more than one instance may be used within an app. Usually by different packages providing stages.
495
- - Replaced ui-core Slider with one from iTwinUi-react. Update DefaultViewOverlay to opt-in to dislay of view overlays.
496
- - Update to latest types/react package
497
- - reset to use overflow hidden in floating widgets as it messes up auto-sizing and re-sizing.
498
- - Add support for widget tab icons in UI-2
499
- - Update CSS used for ToolSettingEntries in grid layout.
500
- - Get WidgetState and PanelState from NinzoneState when running in UI 2 mode - single source of truth.
501
- - Lock down and update version numbers so docs will build.
502
- - Hide widgets with Hidden defaultState when frontstage is activated.
503
-
504
- ## 2.19.28
505
- Wed, 12 Jan 2022 14:52:38 GMT
506
-
507
- _Version update only_
508
-
509
- ## 2.19.27
510
- Wed, 05 Jan 2022 20:07:20 GMT
511
-
512
- _Version update only_
513
-
514
- ## 2.19.26
515
- Wed, 08 Dec 2021 20:54:53 GMT
516
-
517
- _Version update only_
518
-
519
- ## 2.19.25
520
- Fri, 03 Dec 2021 20:05:49 GMT
521
-
522
- _Version update only_
523
-
524
- ## 2.19.24
525
- Mon, 29 Nov 2021 18:44:31 GMT
526
-
527
- _Version update only_
528
-
529
- ## 2.19.23
530
- Mon, 22 Nov 2021 20:41:40 GMT
531
-
532
- _Version update only_
533
-
534
- ## 2.19.22
535
- Wed, 17 Nov 2021 01:23:26 GMT
536
-
537
- _Version update only_
538
-
539
- ## 2.19.21
540
- Wed, 10 Nov 2021 10:58:24 GMT
541
-
542
- _Version update only_
543
-
544
- ## 2.19.20
545
- Fri, 29 Oct 2021 16:14:22 GMT
546
-
547
- _Version update only_
548
-
549
- ## 2.19.19
550
- Mon, 25 Oct 2021 16:16:25 GMT
551
-
552
- ### Updates
553
-
554
- - Drop unnecessary dep on @bentley/react-scripts; add a *.d.ts file for svg?sprite loader syntax
555
-
556
- ## 2.19.18
557
- Thu, 21 Oct 2021 20:59:44 GMT
558
-
559
- _Version update only_
560
-
561
- ## 2.19.17
562
- Thu, 14 Oct 2021 21:19:43 GMT
563
-
564
- _Version update only_
565
-
566
- ## 2.19.16
567
- Mon, 11 Oct 2021 17:37:46 GMT
568
-
569
- _Version update only_
570
-
571
- ## 2.19.15
572
- Fri, 08 Oct 2021 16:44:23 GMT
573
-
574
- _Version update only_
575
-
576
- ## 2.19.14
577
- Fri, 01 Oct 2021 13:07:03 GMT
578
-
579
- ### Updates
580
-
581
- - Force Tool Settings to render when the active tool is reloaded.
582
-
583
- ## 2.19.13
584
- Tue, 21 Sep 2021 21:06:40 GMT
585
-
586
- _Version update only_
587
-
588
- ## 2.19.12
589
- Wed, 15 Sep 2021 18:06:47 GMT
590
-
591
- ### Updates
592
-
593
- - Fix calc function that is causing an error in the latest dart-sass version
594
-
595
- ## 2.19.11
596
- Thu, 09 Sep 2021 21:04:58 GMT
597
-
598
- _Version update only_
599
-
600
- ## 2.19.10
601
- Wed, 08 Sep 2021 14:36:01 GMT
602
-
603
- _Version update only_
604
-
605
- ## 2.19.9
606
- Wed, 25 Aug 2021 15:36:01 GMT
607
-
608
- _Version update only_
609
-
610
- ## 2.19.8
611
- Mon, 23 Aug 2021 13:23:13 GMT
612
-
613
- ### Updates
614
-
615
- - Backport change to clear hide/isolate/emphasis of models and categories.
616
-
617
- ## 2.19.7
618
- Fri, 20 Aug 2021 17:47:22 GMT
619
-
620
- _Version update only_
621
-
622
- ## 2.19.6
623
- Tue, 17 Aug 2021 20:34:29 GMT
624
-
625
- _Version update only_
626
-
627
- ## 2.19.5
628
- Fri, 13 Aug 2021 21:48:09 GMT
629
-
630
- _Version update only_
631
-
632
- ## 2.19.4
633
- Thu, 12 Aug 2021 13:09:26 GMT
634
-
635
- _Version update only_
636
-
637
- ## 2.19.3
638
- Wed, 04 Aug 2021 20:29:34 GMT
639
-
640
- _Version update only_
641
-
642
- ## 2.19.2
643
- Tue, 03 Aug 2021 18:26:23 GMT
644
-
645
- _Version update only_
646
-
647
- ## 2.19.1
648
- Thu, 29 Jul 2021 20:01:11 GMT
649
-
650
- _Version update only_
651
-
652
- ## 2.19.0
653
- Mon, 26 Jul 2021 12:21:25 GMT
654
-
655
- ### Updates
656
-
657
- - remove internal barrel-import usage
658
- - Stop delivering pseudo-localized strings
659
- - Add useActiveStageId to barrel file so it is properly exported.
660
-
661
- ## 2.18.4
662
- Tue, 10 Aug 2021 19:35:13 GMT
663
-
664
- _Version update only_
665
-
666
- ## 2.18.3
667
- Wed, 28 Jul 2021 17:16:30 GMT
668
-
669
- _Version update only_
670
-
671
- ## 2.18.2
672
- Mon, 26 Jul 2021 16:18:31 GMT
673
-
674
- _Version update only_
675
-
676
- ## 2.18.1
677
- Fri, 16 Jul 2021 17:45:09 GMT
678
-
679
- ### Updates
680
-
681
- - Add test for the iModelConnection being blank to avoid asserts when setting up for new iModel.
682
-
683
- ## 2.18.0
684
- Fri, 09 Jul 2021 18:11:24 GMT
685
-
686
- ### Updates
687
-
688
- - Update component to pass HtmlDivElement to ElementResizeObserver.
689
- - Update ToolSettings documentation.
690
- - Improved `onVisibilityChange` event to allow passing new visibility status.
691
- - Refactor DefaultViewOverlay to be more reliable.
692
- - Turn off lint rule for deprecated components.
693
- - Ensure redux stays in sync with FrameworkVersion context and convenience updates that take UI initialization burden off IModelApp.
694
- - Models Tree: Add a way to filter the hierarchy by element IDs
695
- - Add ability to provide widgets to zones via UiItemsProvider when using AppUI version 1.
696
-
697
- ## 2.17.3
698
- Mon, 26 Jul 2021 16:08:36 GMT
699
-
700
- _Version update only_
701
-
702
- ## 2.17.2
703
- Thu, 08 Jul 2021 15:23:00 GMT
704
-
705
- _Version update only_
706
-
707
- ## 2.17.1
708
- Fri, 02 Jul 2021 15:38:31 GMT
709
-
710
- _Version update only_
711
-
712
- ## 2.17.0
713
- Mon, 28 Jun 2021 16:20:11 GMT
714
-
715
- ### Updates
716
-
717
- - Add ability to "pop-out" a widget to a child window.
718
- - Export EmphasizeElementProps from common, deprecate from frontend.
719
- - Add ability to maintain tab state even if UiItemsProvider that added the tab is not loaded. This allow preference size to be maintained.
720
- - Add 100ms wait during unit test for open window processing to be triggered.
721
- - Add getters to retrieve the list of category and model overrides & make update category/model overrides functions public
722
- - publish in-use APIs
723
- - Refactor SolarTimeline and ScheduleAnimationProvider to use new TimelineComponent iteration.
724
-
725
- ## 2.16.10
726
- Thu, 22 Jul 2021 20:23:45 GMT
727
-
728
- _Version update only_
729
-
730
- ## 2.16.9
731
- Tue, 06 Jul 2021 22:08:34 GMT
732
-
733
- _Version update only_
734
-
735
- ## 2.16.8
736
- Fri, 02 Jul 2021 17:40:46 GMT
737
-
738
- _Version update only_
739
-
740
- ## 2.16.7
741
- Mon, 28 Jun 2021 18:13:04 GMT
742
-
743
- _Version update only_
744
-
745
- ## 2.16.6
746
- Mon, 28 Jun 2021 13:12:55 GMT
747
-
748
- _Version update only_
749
-
750
- ## 2.16.5
751
- Fri, 25 Jun 2021 16:03:01 GMT
752
-
753
- _Version update only_
754
-
755
- ## 2.16.4
756
- Wed, 23 Jun 2021 17:09:07 GMT
757
-
758
- _Version update only_
759
-
760
- ## 2.16.3
761
- Wed, 16 Jun 2021 20:29:32 GMT
762
-
763
- _Version update only_
764
-
765
- ## 2.16.2
766
- Thu, 03 Jun 2021 18:08:11 GMT
767
-
768
- _Version update only_
769
-
770
- ## 2.16.1
771
- Thu, 27 May 2021 20:04:22 GMT
772
-
773
- _Version update only_
774
-
775
- ## 2.16.0
776
- Mon, 24 May 2021 15:58:39 GMT
777
-
778
- ### Updates
779
-
780
- - Clean up styling in StatusBar.css
781
- - Set overflow hidden on content Panes used when stage has multiple content views.
782
- - Adding ability to override isActive property for BackstageItem
783
- - Add support for child popup windows.
784
- - Replace deprecated ViewManager.forEachViewport() with iterator.
785
- - Update to latest classnames package
786
-
787
- ## 2.15.6
788
- Wed, 26 May 2021 15:55:19 GMT
789
-
790
- _Version update only_
791
-
792
- ## 2.15.5
793
- Thu, 20 May 2021 15:06:26 GMT
794
-
795
- ### Updates
796
-
797
- - Remove framework version condition from floatWidget and dockWidget. This was causing problems in the sample showcase.
798
-
799
- ## 2.15.4
800
- Tue, 18 May 2021 21:59:07 GMT
801
-
802
- _Version update only_
803
-
804
- ## 2.15.3
805
- Mon, 17 May 2021 13:31:38 GMT
806
-
807
- ### Updates
808
-
809
- - Clean up styling in StatusBar.css
810
-
811
- ## 2.15.2
812
- Wed, 12 May 2021 18:08:13 GMT
813
-
814
- _Version update only_
815
-
816
- ## 2.15.1
817
- Wed, 05 May 2021 13:18:31 GMT
818
-
819
- _Version update only_
820
-
821
- ## 2.15.0
822
- Fri, 30 Apr 2021 12:36:58 GMT
823
-
824
- ### Updates
825
-
826
- - Add UiSettingsPage, AppUiSettings, and ability to register UserSettingsProvider to provide default settings from UsSettingsStorage.
827
- - Properly declare changeSetId variables as string.
828
- - Adding ability to open Message Center on demand
829
- - Cache element ids when determining visbility in ModelsTree
830
- - Fix compatibility issue when multiple versions of `rxjs` are in use.
831
- - Publish APIs used bu iTwinViewer.
832
-
833
- ## 2.14.4
834
- Thu, 22 Apr 2021 21:07:34 GMT
835
-
836
- ### Updates
837
-
838
- - Update to get activeViewPort by monitoring ContentViewManager.onActiveContentChangedEvent this elimates issue where ViewManager active viewport changes occur before all UI components are mounted and listening.
839
-
840
- ## 2.14.3
841
- Thu, 15 Apr 2021 15:13:16 GMT
842
-
843
- ### Updates
844
-
845
- - Cleanup statusbar styling to ensure items are centered and do not overflow area.
846
-
847
- ## 2.14.2
848
- Thu, 08 Apr 2021 14:30:09 GMT
849
-
850
- ### Updates
851
-
852
- - Avoid getting into infinite render loop in CategoriesTree
853
-
854
- ## 2.14.1
855
- Mon, 05 Apr 2021 16:28:00 GMT
856
-
857
- _Version update only_
858
-
859
- ## 2.14.0
860
- Fri, 02 Apr 2021 13:18:42 GMT
861
-
862
- ### Updates
863
-
864
- - Add Standard Modal Settings Stage for displaying App Settings.
865
- - Add api to float and dock widgets in UI2.0.
866
- - Filter out history key-in that are no longer available in key-in palette.
867
- - Move Quantity Formatting settings page from ui-test-app to ui-framework and add ability to set Presentation Unit System.
868
- - Adding sectionToolGroupWithPanel definition in CoreTools
869
- - Support for AccuDraw Ui Settings
870
- - Support for Bump Tool Settings
871
- - Better support for Escape key to Home position
872
- - Support for Focus into Tool Settings
873
- - Initialize tool settings React components from the record in UiLayoutDataProvider to prevent reinitializing the value when the items move into the overflow popup.
874
- - Fix ViewSelector so it reloads list of views when iModel prop is updated.
875
-
876
- ## 2.13.0
877
- Tue, 09 Mar 2021 20:28:13 GMT
878
-
879
- ### Updates
880
-
881
- - Add functions to clear the Hide/Isolate for Models and Categories
882
- - Upgrade react-resize-detector to avoid lodash security vulnerability
883
- - Fix solar timeline component so that sunTime is properly set for project location.
884
- - Document uiSettings in ToolAssistanceField
885
- - Fix stateFunction for clear hide/isolate/emphasize tool that is used in UI 1.0.
886
- - Updated to use TypeScript 4.1
887
- - AccuDraw show Z field only for 3d views
888
- - AccuDraw default keyboard shortcuts
889
- - Added AccuDraw notifications for rotation & compass mode
890
- - Added AccuDraw widget
891
- - Support for conditionally disabling/hiding keyboard shortcuts
892
- - Fixed local file support in Electron ui-test-app
893
- - begin rename project from iModel.js to iTwin.js
894
-
895
- ## 2.12.3
896
- Mon, 08 Mar 2021 15:32:00 GMT
897
-
898
- _Version update only_
899
-
900
- ## 2.12.2
901
- Wed, 03 Mar 2021 18:48:53 GMT
902
-
903
- _Version update only_
904
-
905
- ## 2.12.1
906
- Tue, 23 Feb 2021 20:54:45 GMT
907
-
908
- _Version update only_
909
-
910
- ## 2.12.0
911
- Thu, 18 Feb 2021 22:10:13 GMT
912
-
913
- ### Updates
914
-
915
- - Changed ModelsTree visibility handler behavior to fully change visibility of node if it matches applied filter
916
- - Updated ModelsTree rulesets to better handle updates.
917
- - AccuDraw bi-directional value updates
918
- - Correctly add and remove widgets provided by UiItemsProviders."
919
- - ModelsTree: Fix getting display status of element nodes
920
- - WidgetDef show and expand will correctly activate the tab.
921
- - Preventing cursor prompt lag
922
- - Provide dynamic widgets for every section type.
923
- - Update remaining syncEventId checks to be case insensitive.
924
-
925
- ## 2.11.2
926
- Thu, 18 Feb 2021 02:50:59 GMT
927
-
928
- _Version update only_
929
-
930
- ## 2.11.1
931
- Thu, 04 Feb 2021 17:22:41 GMT
932
-
933
- ### Updates
934
-
935
- - Updated ModelsTree rulesets to better handle updates.
936
-
937
- ## 2.11.0
938
- Thu, 28 Jan 2021 13:39:27 GMT
939
-
940
- ### Updates
941
-
942
- - Update components that support providing refs via React.forwardRef to work better with document generation.
943
- - Fix backstage not updating when props.items are updated.
944
- - Propagate isDisabled MenuItem property to ContextMenuItem disabled property
945
- - Added partially visible instances support to VisibilityHandler
946
- - Initial implementation of AccuDraw UI
947
- - Prevent unnecessary 1.0 Toolbar rerenders in ToolbarComposer.
948
- - Updated UI Learning docs
949
- - Set active viewport to match active content view when overlay is clicked.
950
- - Add ability to control panel size and state from StagePanelDef.
951
- - Update to latest react-dnd version.
952
-
953
- ## 2.10.3
954
- Fri, 08 Jan 2021 18:34:03 GMT
955
-
956
- _Version update only_
957
-
958
- ## 2.10.2
959
- Fri, 08 Jan 2021 14:52:02 GMT
960
-
961
- _Version update only_
962
-
963
- ## 2.10.1
964
- Tue, 22 Dec 2020 00:53:38 GMT
965
-
966
- _Version update only_
967
-
968
- ## 2.10.0
969
- Fri, 18 Dec 2020 18:24:01 GMT
970
-
971
- ### Updates
972
-
973
- - Rename 'VisibilityHandler' to 'ModelsVisibilityHandler' and allow subclasses to acces more methods.
974
- - Avoid throwing exception in ModelsTree VisibilityHandler if RulesetDrivenIdsProvider got undefined content
975
- - Correctly handler visibility changes in ModelsTree when filter is applied
976
- - Refactor DialogItem and Property interfaces to make them easier to use.
977
- - Add a 'hasChildren' hint for categories in ModelsTree. We know that categories always have nodes under them. Tell that with a `hasChildren: "Always"` hint to improve categories' loading performance
978
- - Disable pointer events in overlay of default view overlay.
979
-
980
- ## 2.9.9
981
- Sun, 13 Dec 2020 19:00:03 GMT
982
-
983
- _Version update only_
984
-
985
- ## 2.9.8
986
- Fri, 11 Dec 2020 02:57:36 GMT
987
-
988
- _Version update only_
989
-
990
- ## 2.9.7
991
- Wed, 09 Dec 2020 20:58:23 GMT
992
-
993
- _Version update only_
994
-
995
- ## 2.9.6
996
- Mon, 07 Dec 2020 18:40:48 GMT
997
-
998
- _Version update only_
999
-
1000
- ## 2.9.5
1001
- Sat, 05 Dec 2020 01:55:56 GMT
1002
-
1003
- _Version update only_
1004
-
1005
- ## 2.9.4
1006
- Wed, 02 Dec 2020 20:55:40 GMT
1007
-
1008
- _Version update only_
1009
-
1010
- ## 2.9.3
1011
- Mon, 23 Nov 2020 20:57:56 GMT
1012
-
1013
- _Version update only_
1014
-
1015
- ## 2.9.2
1016
- Mon, 23 Nov 2020 15:33:50 GMT
1017
-
1018
- _Version update only_
1019
-
1020
- ## 2.9.1
1021
- Thu, 19 Nov 2020 17:03:42 GMT
1022
-
1023
- ### Updates
1024
-
1025
- - Revert width change to EnumEditor component instead set width to auto only for docked tool settings.
1026
-
1027
- ## 2.9.0
1028
- Wed, 18 Nov 2020 16:01:50 GMT
1029
-
1030
- ### Updates
1031
-
1032
- - Change ComponentGenerator to remove need for setImmediate call.
1033
- - Update test snapshot file due to change to support ForwardRef of Input controls.
1034
- - Rename ToolUiManager to ToolSettingsManager
1035
- - Add support for reloading enum choices or reloading all components constructed from UiDataProvider data.
1036
- - Changed AutoSuggest getSuggestions prop to async and removed @deprecated tag
1037
- - Added FrameworkUiAdmin.showReactCard
1038
- - Update 2.0 status bar background color.
1039
- - Change Editor components to process native keyboard events instead of synthe
1040
- - Added MessagePopup - Displays Toast & Sticky messages without a StatusBar
1041
- - Respect WidgetState.Hidden when rendering widget tabs.
1042
-
1043
- ## 2.8.1
1044
- Tue, 03 Nov 2020 00:33:56 GMT
1045
-
1046
- _Version update only_
1047
-
1048
- ## 2.8.0
1049
- Fri, 23 Oct 2020 17:04:02 GMT
1050
-
1051
- ### Updates
1052
-
1053
- - ModelsTree: Handle GraphicalPartition3d similar to PhysicalPartition - it should not be displayed if there's a 'GraphicalPartition3d.Model.Content' attribute in JsonProperties
1054
- - Added jsdoc ESLint rule for UI packages
1055
- - Upgraded react-split-pane to 0.1.92
1056
-
1057
- ## 2.7.6
1058
- Wed, 11 Nov 2020 16:28:23 GMT
1059
-
1060
- _Version update only_
1061
-
1062
- ## 2.7.5
1063
- Fri, 23 Oct 2020 16:23:51 GMT
1064
-
1065
- _Version update only_
1066
-
1067
- ## 2.7.4
1068
- Mon, 19 Oct 2020 17:57:02 GMT
1069
-
1070
- _Version update only_
1071
-
1072
- ## 2.7.3
1073
- Wed, 14 Oct 2020 17:00:59 GMT
1074
-
1075
- _Version update only_
1076
-
1077
- ## 2.7.2
1078
- Tue, 13 Oct 2020 18:20:39 GMT
1079
-
1080
- _Version update only_
1081
-
1082
- ## 2.7.1
1083
- Thu, 08 Oct 2020 13:04:35 GMT
1084
-
1085
- _Version update only_
1086
-
1087
- ## 2.7.0
1088
- Fri, 02 Oct 2020 18:03:32 GMT
1089
-
1090
- ### Updates
1091
-
1092
- - Update to limit size of keyin stored in keyin history.
1093
- - Added Table cell editor activation via keyboard when using row selection. Added Tree cell editor activation via keyboard.
1094
- - Table cell editing via keyboard
1095
- - Added useCachedNineZoneState in widget-panels Frontstage
1096
- - Do not render empty stage panel when frontstage changes.
1097
- - ModelsTree: Add a prop for enabling auto-update
1098
- - ModelsTree: Group similar category nodes to avoid duplication
1099
- - Add telemetry to ui-framework.
1100
-
1101
- ## 2.6.5
1102
- Sat, 26 Sep 2020 16:06:34 GMT
1103
-
1104
- _Version update only_
1105
-
1106
- ## 2.6.4
1107
- Tue, 22 Sep 2020 17:40:07 GMT
1108
-
1109
- ### Updates
1110
-
1111
- - Do not render empty stage panel when frontstage changes.
1112
-
1113
- ## 2.6.3
1114
- Mon, 21 Sep 2020 14:47:10 GMT
1115
-
1116
- _Version update only_
1117
-
1118
- ## 2.6.2
1119
- Mon, 21 Sep 2020 13:07:45 GMT
1120
-
1121
- _Version update only_
1122
-
1123
- ## 2.6.1
1124
- Fri, 18 Sep 2020 13:15:09 GMT
1125
-
1126
- _Version update only_
1127
-
1128
- ## 2.6.0
1129
- Thu, 17 Sep 2020 13:16:12 GMT
1130
-
1131
- ### Updates
1132
-
1133
- - Add support for a feature flag to control the display of the keyin palette.
1134
- - BadgeType support for Backstage items
1135
- - add itemschanged handler so that items provided can be conditionally hidden
1136
- - Lower case syncEventIds prior to comparison
1137
- - Added PopupContextMenu component. Added 'iconRight' support to menu items.
1138
- - Moved ESLint configuration to a plugin
1139
- - Exported ActivityMessage. Added ActivityMessagePopup component.
1140
- - react to creation of telemetry client
1141
- - Addressed ESLint warnings in UI packages. Fixed react-set-state-usage rule. Allowing PascalCase for functions in UI packages for React function component names.
1142
- - Add support for opening a key-in palette to run key-ins.
1143
- - ModelsTree: Fix search hierarchy
1144
- - Avoid exception during keyin palette test.
1145
- - Render only visible stage panel widgets.
1146
- - Prevent useWidgetDirection from crashing in 1.0 UI.
1147
- - Enable stage panel resizable prop for 2.0.
1148
- - Add pinned flag to StagePanelProps.
1149
- - Add system preferred theme as default theme.
1150
- - Deny tool settings tab from docking to top panel target.
1151
-
1152
- ## 2.5.5
1153
- Wed, 02 Sep 2020 17:42:23 GMT
1154
-
1155
- ### Updates
1156
-
1157
- - Update rxjs dependency version to `^6.6.2`
1158
-
1159
- ## 2.5.4
1160
- Fri, 28 Aug 2020 15:34:16 GMT
1161
-
1162
- ### Updates
1163
-
1164
- - Show duplicate target partitions in ModelsTree
1165
-
1166
- ## 2.5.3
1167
- Wed, 26 Aug 2020 11:46:00 GMT
1168
-
1169
- _Version update only_
1170
-
1171
- ## 2.5.2
1172
- Tue, 25 Aug 2020 22:09:08 GMT
1173
-
1174
- _Version update only_
1175
-
1176
- ## 2.5.1
1177
- Mon, 24 Aug 2020 18:13:04 GMT
1178
-
1179
- _Version update only_
1180
-
1181
- ## 2.5.0
1182
- Thu, 20 Aug 2020 20:57:10 GMT
1183
-
1184
- ### Updates
1185
-
1186
- - Fixed updating focus when Tabs activeIndex updated. More a11y issues.
1187
- - Toolbar overflow styling.
1188
- - Update calculation of StageUsage to pass to UiItemsProviders
1189
- - Added eslint-plugin-jsx-a11y devDependency and made first pass at adding a11y roles
1190
- - Added react-axe and resolved some a11y issues
1191
- - Moved SpecialKey & FunctionKey enums to ui-abstract & started using them throughout UI packages
1192
- - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
1193
- - Added Table component keyboard row selection. Miscellaneous a11y fixes.
1194
- - Switch to ESLint
1195
- - Add drop shadow to statusbar overflow popup.
1196
- - Ability to fit content of panel widgets.
1197
- - Added Home focus support to ui-abstract
1198
- - Update to @bentley/react-scripts@3.4.2
1199
-
1200
- ## 2.4.2
1201
- Fri, 14 Aug 2020 16:34:09 GMT
1202
-
1203
- _Version update only_
1204
-
1205
- ## 2.4.1
1206
- Fri, 07 Aug 2020 19:57:43 GMT
1207
-
1208
- ### Updates
1209
-
1210
- - add missing rbac-client dep
1211
-
1212
- ## 2.4.0
1213
- Tue, 28 Jul 2020 16:26:24 GMT
1214
-
1215
- ### Updates
1216
-
1217
- - Fixed size of Checkbox & cursor for ViewAttributes checkboxes
1218
- - Map Layer UX
1219
- - Update 2.0 fronstage logic to monitor extensions and refresh widgets.
1220
- - Changed toolbar opacity processing to affect all components in widget.
1221
- - Fix stage panel initialization when defaultState is Off.
1222
- - Address LGTM warnings in UI code.
1223
- - Remove not found widget tabs when restoring layout.
1224
-
1225
- ## 2.3.3
1226
- Thu, 23 Jul 2020 12:57:15 GMT
1227
-
1228
- _Version update only_
1229
-
1230
- ## 2.3.2
1231
- Tue, 14 Jul 2020 23:50:36 GMT
1232
-
1233
- _Version update only_
1234
-
1235
- ## 2.3.1
1236
- Mon, 13 Jul 2020 18:50:14 GMT
1237
-
1238
- _Version update only_
1239
-
1240
- ## 2.3.0
1241
- Fri, 10 Jul 2020 17:23:14 GMT
1242
-
1243
- ### Updates
1244
-
1245
- - Provide an immediate tool that will restore the default layout for frontstage.
1246
- - Provide ability to support subclassing IModelViewportControl and allow custom overlay component without sub-classing.
1247
- - fix styling of docked toolsetting so controls are centered.
1248
- - Fix tool settings styling on FireFox.
1249
- - Accessibility: Improved focus borders & indicators
1250
- - Fix floating widget bug.
1251
- - Models Tree: Show sub-model contents under geometric elements
1252
- - Enable minSize and maxSize StagePanelProps in 2.0. Allow percentage units to be passed in to maxSize prop.
1253
- - Enable WidgetDef.setLabel() in 2.0 mode.
1254
-
1255
- ## 2.2.1
1256
- Tue, 07 Jul 2020 14:44:52 GMT
1257
-
1258
- ### Updates
1259
-
1260
- - Fix setWidgetState edge case where widget stays open w/o active tab.
1261
-
1262
- ## 2.2.0
1263
- Fri, 19 Jun 2020 14:10:03 GMT
1264
-
1265
- ### Updates
1266
-
1267
- - Update the IModelApp.features.track calls in HideIsolateEmphasizeManager
1268
- - Update uses of StageUsage to use strings.
1269
- - Added MessageManager.MaxDisplayedStickyMessages & support for maximum displayed sticky messages
1270
- - Added property editors for multi-line text, slider and numeric input/spinner.
1271
- - Replace 'Plugin' with 'Extension' in comments and examples.
1272
- - Exported ToastMessage & StickyMessage components
1273
- - Added support for popup with multiple editors
1274
- - Use the DialogGridContainer not the ToolSettingsGridContainer for popup toolsetting since these popup are not in widgets.
1275
- - Tracking time spent in frontstages for application telemetry
1276
- - Do not save tab labels when saving frontstage layout.
1277
- - Set ui-framework test coverage thresholds to 100%
1278
- - Move LayoutManager API to FrontstageDef and WidgetDef.
1279
- - Introduce an option to group elements by class in `ModelsTree` and `SpatialContainmentTree`. Also allow specifying the option for both trees when creating `VisibilityWidget`.
1280
- - Fix bottom/top stage panel tab duplication.
1281
- - Added ViewStateProp & support for obtaining ViewState from function in ViewportComponent and IModelViewportControl
1282
-
1283
- ## 2.1.0
1284
- Thu, 28 May 2020 22:48:59 GMT
1285
-
1286
- ### Updates
1287
-
1288
- - Add missing @itwin/core-markup peerDependency
1289
- - Add commandItemDef to clearHiddenIsolatedEmphasized elements.
1290
- - Fix z-index of Modeless dialogs.
1291
- - Address React warnings about deprecated methods.
1292
- - Make methods in HideIsolateEmphasizeManager static so they can be called by other packages.
1293
- - Update Hide, isolate, empahsize callback processing to ensure selection is not cleared until callbacks are processed.
1294
- - Added ability for apps to display Favorite properties in Element Tooltip & Card at Cursor
1295
- - Add useWidgetDirection hook.
1296
- - Ability to restore layout.
1297
- - Expose showWidget and expandWidget functionality.
1298
- - Generate stable widget def id to fix save/restore layout issue.
1299
- - Ability to set stage panel size.
1300
- - Visibility Widget Trees: Fix a wrong offset being used for nodes when display state of the node is still unclear
1301
- - Update HideIsolateEmphasizeAction enum so entries match FeatureIds used by Design Review.
1302
- - Do not display camera tool if 3D view does not support camera.
1303
-
1304
- ## 2.0.0
1305
- Wed, 06 May 2020 13:17:49 GMT
1306
-
1307
- ### Updates
1308
-
1309
- - Add support for 2.0 ui Tool and Navigation widgets to react to UiFramework.onUiVisibilityChanged events
1310
- - Add support for showing modal stages when using 2.0 UI components.
1311
- - Added following zone names to be used in-lieu of old ninezone names: contentManipulationTools, toolSettings, viewNavigationTools, and statusBar.
1312
- - Add support for groupPriority for ToolbarItems. If specified then a group separator is shown when the priority changes.
1313
- - Improved Tool Settings inline editor group layout when narrow
1314
- - Fixed Message Center count for MessageManager.clearMessages()
1315
- - Add ConditionStringValue support. Used to define labels and icons.
1316
- - Removed @deprecated APIs from ui-framework & ui-core and updated NextVersion.md
1317
- - Rename some new widget classes and deprecate classes we don't want user to continue to use.
1318
- - Fix to properly initialize enable/disable state of toolsettings editor based on lock property.
1319
- - 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.
1320
- - Call FrontstageDef.setActiveViewFromViewport when viewport is available to ensure activeContent is properly set.
1321
- - Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
1322
- - Fix type in ToolSettingsGridProps name
1323
- - Fix bug 292829 where toolbar border displayed when all items are hidden. Add new camera on/off icons definitions.
1324
- - Update test to avoid warnings.
1325
- - Fix for setting active Frontstage before FrontstageComposer mount
1326
- - Fixed ReactResizeDetector usage after upgrade. Converted Toggle component to function. Hover/pressed styling in 2.0 Toolbar.
1327
- - react to renaming of imodeljs-clients
1328
- - Moved KeyinBrowser component to @beta for 2.0
1329
- - Using center of Messages indicator as target. Added CSS classname overrides to StatusBarComposer for sections. UI 2.0 color tweaks.
1330
- - Fixed FrontendAuthorizationClient type guard.
1331
- - Update GroupButton definition to use ReadonlyArray for child items.
1332
- - Modal Frontstage styling
1333
- - Ui 2.0 - Blur the toolbar item background
1334
- - Moved the CubeNavigationAid & DrawingNavigationAid to ui-components package
1335
- - Renamed OIDC constructs for consistency; Removed SAML support.
1336
- - Fixed popup location when passing htmlElement to UiAdmin functions
1337
- - Clean up deprecated APIs
1338
- - Hide stage panel when panel state is off.
1339
- - Added ability to customize selection handling in VisibilityWidget's Models tree
1340
- - Made React functional component specifications consistent across UI packages
1341
- - Slider component tooltipBelow prop & tooltip styling
1342
- - Added API in MessageManager to display either a Toast or Sticky message using React components.
1343
- - react to new clients packages from imodeljs-clients
1344
- - Remove comment text shown in render function.
1345
- - Updates to remove need for svg-sprite-loader, use defualt CRA svgr loader instead.
1346
- - For consistency add reactNode getters/setters and deprecate use of reactElement.
1347
- - Revert back to using svg-sprite-loader and sprite resourceQuery.
1348
- - Upgrade to Rush 5.23.2
1349
- - Cleanups needed to Signin/Signout and related components in UiFramework
1350
- - Deprecated UiFramework.oidcClient and added isIOidcFrontendClient to imodeljs-clients
1351
- - Fixed className usage in StatusBar section components
1352
- - Update StatusBarComposer to support Overflow panel.
1353
- - Fixed sizing for string-based SVG in ToolAssistance
1354
- - Fixed several Tool Assistance issues
1355
- - Ui 2.0 - Toolbar display changes
1356
- - Updated Toolbar colors/opacity for Ui 2.0
1357
- - Update ToolbarComposer to use new ToolbarWithOverflow.
1358
- - Learning docs for UiAdmin & UiItemsArbiter
1359
- - Extract base behavior and styling from Models and Categories trees.
1360
- - Promoted some @beta to @public in Ui packages & ToolAssistance for 2.0 release.
1361
- - Categories Tree should react to display changes from other components
1362
- - Changed Categories Tree to take filter info as property and removed searchbox from it
1363
- - In source documentation. Some learning docs & API changes.
1364
- - Move react to peerDependencies.
1365
- - Learning documentation for ui-core
1366
- - TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
1367
- - Documentation updates and change camera tool to use SVG icons.
1368
- - Ability to drag docked tool settings to widget mode.
1369
- - Fix mergeWithZone when frontstage is activated before FrontstageComposer mounts.
1370
- - Support for floating widget targets.
1371
- - Passing on style props from ui-framework Toolbar to ui-ninezone Toolbar
1372
- - Started ui-components Learning doc section
1373
- - Use panel zones with fallback to frontstage zones to define 2.0 UI.
1374
- - Updated ModelTree ruleset to use RelationshipPathSpecification
1375
- - Filtering support in Models Tree
1376
- - Move redux and react-redux to peerDependencies.
1377
- - Removed `UiFramework.getDefaultRulesetId()` and `UiFramework.setDefaultRulesetId()`
1378
- - Ability to save and restore frontstage layout.
1379
- - UI: Toggle Component - only use animation on value change
1380
- - Added custom message to render if filter returns no data in Categories and Models trees
1381
- - Fix visibility widget trees styles
1382
- - Ability to switch to 9-Zone 2.0
1383
- - Refactor to remove duplicate ComponentGenerator instatiation. Rename filea nd components to remove React reference.
1384
- - Update auto-generated dialog items to work with the Tool Settings Bar.
1385
- - Moved Property classes and interfaces to ui-abstract package. Created a "DefaultDialogGridContainer" to turn specifications from abstract DialogItems UI into React components.
1386
- - Refactor DefaultToolSettingsProvider to use DialogItemsManager and remove duplicate code.
1387
- - Fix Indicator to properly load SVG icons.
1388
- - Refactor DefaultToolSettingsProvider to use the DialogItem interfaces in place of ToolSettings classes.
1389
- - Moved Checkbox, Radio, Select, Toggle, Slider & AutoSuggest into their own category
1390
- - Defaulting to IModelApp.i18n in UI packages and cascading initialize() calls
1391
- - UI: Support for multiple Toast & Sticky messages
1392
- - Added UiSetting. Saving/restoring settings in ui-test-app.
1393
- - Remove support for the iModel.js module system by no longer delivering modules.
1394
- - Hide 3d tools when active view is 2d.
1395
- - Add support for Horizontal Tool Settings container
1396
-
1397
- ## 1.14.1
1398
- Wed, 22 Apr 2020 19:04:00 GMT
1399
-
1400
- _Version update only_
1401
-
1402
- ## 1.14.0
1403
- Tue, 31 Mar 2020 15:44:19 GMT
1404
-
1405
- ### Updates
1406
-
1407
- - Models Tree: Fix non-geometric models being used when changing subject's display
1408
-
1409
- ## 1.13.0
1410
- Wed, 04 Mar 2020 16:16:31 GMT
1411
-
1412
- ### Updates
1413
-
1414
- - Added ability to customize selection handling in VisibilityWidget's Models tree
1415
- - Passing on style props from ui-framework Toolbar to ui-ninezone Toolbar
1416
- - Updated ModelTree ruleset to use RelationshipPathSpecification
1417
-
1418
- ## 1.12.0
1419
- Wed, 12 Feb 2020 17:45:50 GMT
1420
-
1421
- ### Updates
1422
-
1423
- - Upgraded icons-generic-webfont to ^1.0.0
1424
- - #269173 Nav cube arrow controls will no longer turn model sideways.
1425
- - Avoid handling whole tree model when handling model change event
1426
- - Added UiAdmin.showHTMLElement to show information & graphics for markers
1427
-
1428
- ## 1.11.0
1429
- Wed, 22 Jan 2020 19:24:12 GMT
1430
-
1431
- ### Updates
1432
-
1433
- - Upgrade to TypeScript 3.7.2.
1434
- - Made 'show/hide all categories' action be limited by the filter
1435
- - Cube navigation aid touch events fix.
1436
-
1437
- ## 1.10.0
1438
- Tue, 07 Jan 2020 19:44:01 GMT
1439
-
1440
- ### Updates
1441
-
1442
- - Fixed lgtm issues in UI folders
1443
- - Ui doc & release tag cleanup
1444
- - Update to use new BackstageItemManager and PluginStatusBarManager from ui-abstract package. Update StatusbarComposer to show items from plugins.
1445
- - Remove duplicate StatusBarItemManager from ui-framework and only leave the one in ui-abstract.
1446
- - Fix for nine-zone sample app not displaying backstage items.
1447
-
1448
- ## 1.9.0
1449
- Tue, 10 Dec 2019 18:08:56 GMT
1450
-
1451
- ### Updates
1452
-
1453
- - Add useActiveIModelConnection hook.
1454
- - Allow setting App Iconspec.
1455
- - Setup OidcDesktopClient for Electron use cases.
1456
- - Fix styling of footer Indicator to work with Themes.
1457
- - Disallow plugins from adding tools anywhere but the end of a toolbar.
1458
- - [ModelsTree] Merge same-label Subject nodes to avoid duplication
1459
- - No longer accessing this.state or this.props in setState updater - flagged by lgtm report
1460
- - Changed SignIn & SignOut buttons to large. Fixed Dialog component resizing. Reduced default minimum size of Dialog component.
1461
- - Update sinon version.
1462
- - Added support for NotifyMessageDetails.displayTime for Toast messages
1463
- - Reduce active tab index when tab is removed.
1464
- - Ability to determine available tool settings width.
1465
- - Fix code analysis report issues.
1466
- - Adjusted Categories and Models trees according changes to ControlledTree events
1467
- - Added VisibilityWigdet implementation using ControlledTree and ability to switch to it
1468
- - Remove content node when WidgetContentRenderer unmounts.
1469
- - Update overflow GroupItem click action to open the panel.
1470
- - Prevent frontstage composer rerender on pointer events.
1471
- - Use exhaustive-deps linter rule.
1472
- - Ability to opt-in to toolbar drag interaction.
1473
- - Prevent unnecessary resubscribe in useActiveViewport hook.
1474
- - Visibility Widget: Treat dictionary model as never private in Categories tree.
1475
- - Ability to specify initialWidth for Zone component.
1476
- - Removed unused React state variables. Removed unsupported setState calls from render() methods.
1477
- - Code cleanup based on code analysis report from lgtm. Updated status field fade-in/out animation.
1478
- - Update to allow Sections statusfield to hide/show depending on active view clip.
1479
- - Added ConditionalField and FooterModeField components. StatusBar responsive changes.
1480
-
1481
- ## 1.8.0
1482
- Fri, 22 Nov 2019 14:03:34 GMT
1483
-
1484
- ### Updates
1485
-
1486
- - Add support for Hide, Isolate, emphasize tools and status bar item to UiFramework.
1487
- - Fix bug where ToolSettings title was not reset after view undo/redo tool usage.
1488
- - Initializing OidcBrowserClient before setting it in UiFramework
1489
- - Responsive logic in Property Grid to switch to Vertical orientation when too narrow
1490
- - Tablet responsive UI
1491
- - Added StatusBarComposer, StatusBarItem, StatusBarManager and StatusBarItemsManager
1492
- - Added StatusBarItemsManager.setIsVisible & StatusBarItem.isVisible
1493
- - Support multiple status bars in the StatusBarManager
1494
- - Added tslint-react-hooks to UI packages
1495
- - Ensure item uniqueness in BackstageItemsManager and StatusBarItemsManager.
1496
- - Remove unsupported fit-content CSS value.
1497
- - Expose stage panel minSize and maxSize props.
1498
- - Do not show widget resize indicator when widget can not be resized.
1499
- - Remove history trays.
1500
- - Open tool panel via drag interaction.
1501
- - Update TileRendering StatusField width.
1502
-
1503
- ## 1.7.0
1504
- Fri, 01 Nov 2019 13:28:37 GMT
1505
-
1506
- ### Updates
1507
-
1508
- - Addressed AccessToken, OidcClient and Backstage issues in ui-framework
1509
- - UiAdmin methods for AccuDraw Ui: MenuButton, Calculator, Angle, Length, Height
1510
- - Provide a DefaultNavigationWidget that can be used by Apps and Plugins and can be extended by Plugins.
1511
- - Fixed issues with use of OIDC AuthCode workflow in Electron and Single Page Applications.
1512
- - Minor Backstage cleanup & unit tests
1513
- - Update DefaultToolSettingsProvide to create responsive UI.
1514
- - Added badge support to context menu items. Moved some Plugin Ui definitions to ui-abstract.
1515
- - Added support for English key-ins in addition to translated key-ins
1516
- - Flatten group in DefaultNavigationWidget
1517
- - Update order of string enums to try to avoid extract-api issues
1518
- - Added New badge for UI items
1519
- - Add basic support for redux connected components.
1520
- - Made the Status Bar & Backstage more responsive on smaller screens
1521
- - Added initial ui-abstract package setup
1522
- - Added UiAdmin with support for displaying Menus and Toolbars at a location
1523
- - Refactored BackstageComposer.
1524
- - Expand tool zone bounds over unused bottom zones.
1525
- - Correctly fill merged zones.
1526
- - Update presentation rules of imodel components' hierarchies to hide private models and their content
1527
- - Fix defaultState of StagePanel.
1528
- - Raise BackstageEvent from BackstageManager.
1529
- - Remove CSS class that was adding extra padding to the bottom of editor fields in narrow layout.
1530
- - Removed unused package
1531
-
1532
- ## 1.6.0
1533
- Wed, 09 Oct 2019 20:28:43 GMT
1534
-
1535
- ### Updates
1536
-
1537
- - Add support for CursorMenu
1538
- - Clear internal row/column selection data when number or rows change in Table. Add definitions for platform MeasureTools.
1539
- - Fix Tool Settings label to ensure it stays in sync with active tool.
1540
- - Added AutoSuggest component and improved KeyinBrowser component
1541
- - Close tool group panel on toolbar item click.
1542
- - Ability to drag and resize tool settings widget.
1543
- - Ignore widgetDef state in WidgetContentRenderer of tool settings.
1544
-
1545
- ## 1.5.0
1546
- Mon, 30 Sep 2019 22:28:48 GMT
1547
-
1548
- ### Updates
1549
-
1550
- - AccuDraw Popup Editors. Improved editor sizes. Editor Params improvements.
1551
- - Initial Accudraw Ui components - Buttons, ContextMenus, Calculator, Editors. IconInput in ui-core.
1552
- - Backport Sections and ViewAttributes Status Fields from Design Review for use with plugins.
1553
- - Cursor Prompt no longer displays as small blank popup when Tool Assistance instruction is blank
1554
- - Fixed Frontstage resizing problem exposed by Chrome update
1555
- - Don't try to correct clip plane handle location when plane has been moved outside project extents. Updated image for two finger drag svg.
1556
- - Changed ToolWidget, NavigatonWidget, and Toolbar render method to only render items in state and to not generate them during render.
1557
- - Add support for panelLabel property for a GoupButton. This is the title that is shown when the group is opened.
1558
- - Added FrontstageProvider.initializeDef param for FrontstageDef
1559
- - Correct ViewClipByPlaneTool icon.
1560
- - UiDataProvider class, work on PluginUiProvider
1561
- - Change BackstageItemSpec to use localized strings not keys to be localized due to the way Plugins provide localization.
1562
- - Create a common IModelViewPort control that supports Design Review and ui-test-app.
1563
- - Add ability to pre-load hierarchies in Visibility Widget
1564
- - Tool Assistance changes per UX Design
1565
- - Support for Modifier key + wide SVG
1566
- - Tool Assistance for Ctrl+Z and other chars
1567
- - Fixed ToolAssistanceField pin problem
1568
- - Tool assistance: Measure tools, view clip tools, and touch cursor inputs.
1569
- - Added touch entries to ToolAssistanceImage
1570
- - Update the tree (empty data) be more descriptive and generic.
1571
- - In the Model/Category/Spatial trees, center the error message
1572
- - Upgrade to TypeScript 3.6.2
1573
- - Ability to collapse stage panel using StagePanelDef.
1574
- - Stage panel header.
1575
- - Make components aware of safe area insets.
1576
-
1577
- ## 1.4.0
1578
- Tue, 10 Sep 2019 12:09:49 GMT
1579
-
1580
- ### Updates
1581
-
1582
- - Using Checkbox component in BooleanEditor. Cleaned up cell editor positioning.
1583
- - Updated inputs and button padding for iModel.js. Fixed Popup colors & z-index.
1584
- - Added support for content view minSize properties
1585
- - Fixed SplitPane pane 2 size. Upgraded react-split-pane to 0.1.87.
1586
- - Addressed some warnings introduced with React 16.9
1587
- - Listening for onSelectedViewportChanged to set active content view for viewports
1588
- - Had to back up to react-split-pane 0.1.77
1589
- - Allow an app to specify touch-specific instructions in tool assistance.
1590
- - Visibility Component: Preserve active tree state by saving and restoring scroll position
1591
-
1592
- ## 1.3.0
1593
- Tue, 13 Aug 2019 20:25:53 GMT
1594
-
1595
- ### Updates
1596
-
1597
- - Add markupTool definitions. Update to use latest icon library
1598
- - Add support for BackstageComposer so Plugins can add backstage items.
1599
- - Fix dragged widget offset.
1600
- - Widget with isToolSettings honors defaultState
1601
- - Move MarkupTool definitions to their own class.
1602
- - Fixed location of ContentLayout within 9-zone area and Stage Panels
1603
- - Added CursorPopupRenderer to render multiple CursorPopups per RelativePosition.
1604
- - Added CursorPrompt, improved Pointer messages
1605
- - Added @bentley/icons-generic to dependencies which was wrongly set in devDependencies.
1606
- - Fixed Group Button history is overlapping a Popup Button panel when hovering over the Group button
1607
- - Allow enter key in arguments field of keyin browser to trigger command execution. Select text on focus in to allow easy argument replacement
1608
- - Added icons to markup/redline
1609
- - Fixed Zone mergeWithZone processing
1610
- - Port RealityData widget from Design Review.
1611
- - Added icon for redline text tool
1612
- - Update FilteringInput to use updated search box design from UX. Also updated ModelSelectorTree to work with changes and marked ModelSelector as deprecated.
1613
- - Add tool assistance for SelectTool.
1614
- - Update SelectTool to display tool setting by default.
1615
- - Moved Point, PointProps, Rectangle, RectangleProps, Size and SizeProps to ui-core from ui-ninezone
1616
- - Improved ToolAssistance item spacing. ViewSelector shows current view.
1617
- - Made Tool Settings tab tooltip more concise & clearer
1618
- - Close ListPicker popup when clicking the button.
1619
- - Initialize stage panel size from size prop.
1620
- - VisibilityTree: Fix not all models' visibility being changed when changing visibility of parent subject
1621
- - Visibility Tree: Handle `Viewport.isAlwaysDrawnExclusive` flag when determining and handling Element display states
1622
- - Backport Visibility Widget from Design Review
1623
- - Update to latest icon package version.
1624
-
1625
- ## 1.2.0
1626
- Wed, 24 Jul 2019 11:47:26 GMT
1627
-
1628
- ### Updates
1629
-
1630
- - Update so both Tool and Navigation wigets refresh when PluginUiProvider is loaded.
1631
- - Support ToolbarItemInsertSpecs with conditional visibility. Update toolbar processing to better handle situations where number of visible items change.
1632
- - Add support for GroupItemInsertSpec, badges, and svg symbolId in ToolbarItemInsertSpecs
1633
- - Removed redundant call to OidcClient.initialize in UiFramework.
1634
- - Add PluginUiManager class and PluginUiProvider interface that will be used by Plugins to specify UI components to add to an iModeljs application.
1635
- - Added CursorInformation and CursorPopup
1636
- - Upgraded to Redux 4.0.3 that fixed combineReducers
1637
- - Add basic support to display an svg file for an toolbar item image.
1638
- - Added ToolAssistance support and Tool.iconSpec
1639
- - Fixed Toolbar resizing, ContextMenu className and $buic-row-hover & $buic-row-selection
1640
- - Rerender widget tabs when WidgetDef changes.
1641
- - Close ListPicker on outside click.
1642
- - Ability to close Panel of PopupButton.
1643
- - Remove node selection logic from model Tree
1644
- - Convert Widget, Zone and StagePanel components to PureComponents.
1645
- - Model Picker: Fix presentation ruleset
1646
- - VisibilityTree: Update visual styles.
1647
- - Visibility Tree: Only show Subject nodes which have child Subjects, PhysicalPartitions or SpatialLocationPartitions.
1648
- - React to ui-ninezone changes.
1649
-
1650
- ## 1.1.0
1651
- Mon, 01 Jul 2019 19:04:29 GMT
1652
-
1653
- ### Updates
1654
-
1655
- - Added beta badge support to toolbar buttons and widget tabs
1656
- - Cleaned up console warnings
1657
- - Eliminate need to cache tool setting properties by ensuring active tool is available before activeToolChanged event is fired.
1658
- - Added prefixes to Dialog & ContextMenu to CSS classes for positioning
1659
- - Removed missing group descriptions
1660
- - Added support for 'HTMLElement | string' for message strings
1661
- - Fixed Minimum/Maximum window toast message spam
1662
- - Fixed ActionButtonItemDef random key unit test
1663
- - Removed 4 dangerouslySetInnerHtml usages to help with Security audit; 3 remain on purpose.
1664
- - Save & Restore View Layouts
1665
- - Force toolsettings to refresh when a tool is started even if new toolId is same as active toolId.
1666
- - Added *.svg to .npmignore file
1667
- - Fix issue where cached tool settings values in UI would get out of sync with actual values in tool.
1668
- - Update to TypeScript 3.5
1669
- - Fix model selector view sync problem
1670
- - Added MessageManager.addToMessageCenter. ui-framework unit tests.
1671
- - Reuse ui-ninezone stage panels.
1672
- - Visibility Tree: Auto-expand root node
1673
- - Visibility Tree: Fix incorrect category status when category is displayed directly under subject
1674
- - Visibility Tree: Use a more fool-proof node type checking
1675
- - Visibility Tree: Update subject node icons
1676
- - Visibility Tree: Disable subjects and models if active view is not spatial
1677
- - Visibility Tree: Avoid re-rendering the tree multiple times when receiving multiple view change notifications in a row
1678
- - The VisibilityTree component now ensures displayed models are loaded.
1679
- - Added ViewSelector.updateShowSettings to control which view types are displayed
1680
-
1681
- ## 1.0.0
1682
- Mon, 03 Jun 2019 18:09:39 GMT
1683
-
1684
- ### Updates
1685
-
1686
- - Switched from iModelHub Project API to Context API
1687
- - Disable SyncUi test that occasionally fails on CI job.
1688
- - Added UI Logger & UiError usage & improved i18n calls
1689
- - Fix spelling error and rename frontstageKey to iModelId since token was used to inform ui when imodel changed.
1690
- - Fix setWidgetState(Hidden)
1691
- - Support touch move for navigation controls.
1692
- - Moved NoChildrenProps, OmitChildrenProp and flattenChildren to ui-core from ui-ninezone
1693
- - Added Overflow button support
1694
- - InputFieldMessages are now hosted by ConfigurableUiContent control.
1695
- - Release tag cleanup and ui-framework unit tests
1696
- - Updated UI package release tags for 1.0 release.
1697
- - Fixed release tag warnings in UI packages
1698
- - Removed use of OidcClientWrapper.
1699
- - Remove console log message output by SyncUiEventDispatcher. Add Logging.
1700
- - Changed some release tags from @hidden to @internal
1701
- - Add alpha level support for solar timeline
1702
- - Fix widget content renderer when widget prop changes.
1703
- - Prevent configurableui wrapper from creating a stacking context.
1704
- - Use the updated onCheckboxClick API inside ModelSelectorTree and VisibilityTree.
1705
- - Visibility Tree: Fix reference subjects being hidden even when they have nested subjects
1706
- - Visibility Tree: Fix statuses of subjects and elements
1707
- - Visibility Tree: Refactor subjects' status checking and elements' category and model ids' retrieval for better performance
1708
- - Visibility Tree: Enable all subcategories' display when making category visible
1709
- - Add a notification event when a view is chosen in ViewSelector. #124295. ViewSelector incorrectly handles the case when a selected view has not initialized with a viewport.
1710
- - Added ViewSelectorChangedEvent
1711
-
1712
- ## 0.191.0
1713
- Mon, 13 May 2019 15:52:05 GMT
1714
-
1715
- ### Updates
1716
-
1717
- - Update to when active tool properties are cached for toolsettings.
1718
- - Fixed NotificationManager.openMessageBox amd OutputMessageAlert.Dialog implementations to support HTML tags
1719
- - @beta tags for Toolbar. More React.PureComponent usage. Added constructors to prevent deprecated warnings. Coverage minimum thresholds.
1720
- - Fixed AppButton onClick on Firefox and bar color
1721
- - Removed Redux from AppState in ui-test-app and made Backstage stateful
1722
- - Refactor category/model picker
1723
- - CommonProps usage in ui-framework. SvgPath sample in ui-test-app. Added tools/build/tslint-docs.json.
1724
- - Added 'Register' link back to SignIn component. Added ExternalIModel test widget. Made AppBackstage in ui-test-app Redux connected again.
1725
- - Added missing package prefix to some CSS class names in ui-core, ui-components & ui-framework
1726
- - Reverted CubeNavigationAid changes
1727
- - Added 2D drawing navigation aid
1728
- - Added 100% coverage to DrawingNavigationAid, fixed snapshot leaks for InputField.test.snap
1729
- - Show/Hide UI enhancements. Widget Opacity enhancements.
1730
- - Added local snapshot support to ui-test-app. Added specialized div components to ui-core.
1731
- - Fix broken links
1732
- - Fixed Viewport heights & initial navigation aid. Widget transparency.
1733
- - Added StagePanel support to the Frontstage
1734
- - From hackathon-ui-team: StagePanels, UI Show/Hide, PopupButtons
1735
- - Put sourcemap in npm package.
1736
- - Correctly align ElementTooltip in subsequent Viewports.
1737
- - Render ElementTooltip above ViewportDialog.
1738
- - Add unmount component test.
1739
- - Move AnalysisAnimation Tool to ui-test-app. To be replaced by new timeline animation component.
1740
- - Fixed navigation aid bugs
1741
- - Fixes to OidcBrowserClient.
1742
- - Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
1743
- - Require React & React-dom 16.8
1744
- - Remove IModelApp subclasses
1745
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1746
- - Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
1747
- - Minimized serialization/deserialization costs when round tripping SAML based AccessToken-s.
1748
- - Rename AppState to SessionState to avoid collision with acutal App's state. Add AvailableSectionScopes to SessionState.
1749
- - Move SelectionScope status field from test app to ui-framework. Update icons-generic-webfont version to latest available.
1750
- - Remove need to sync SelectionMethod since it is not changed within tool code.
1751
- - Move timeline components from ui-test-app to ui-components package
1752
- - Tool Settings: removed minimize tab, added min to title bar, styled title
1753
- - Auto close popups when clicking outside.
1754
- - Return rulset promises in Category/Model picker _initialize()
1755
- - Use GlobalContextMenu in category picker and modify to better follow UX standards.
1756
- - Added ui-framework release tags and common/api/ui-framework.api.md
1757
- - UI documentation - added to Learning section
1758
- - Fix hidden tabs issue.
1759
- - Added ModelessDialog & ModelessDialogManager
1760
- - In Category picker show only categories with elements
1761
- - Check for ruleset before removing
1762
- - Wait for category/model rulsets to load before creating groups.
1763
- - Manage category picker tree nodes via id instead of node
1764
- - Fix Model Selector's ruleset. It contained invalid ECExpression for LabelOverride rule which caused labels in some cases to be incorrect and ECExpression parsing errors in our logs.
1765
- - Prevent widget content unmount.
1766
- - Removed IStatusBar and fixed incorrect Toast animateOuTo prop value.
1767
- - Visibility Tree: Use per-model category display overrides
1768
- - Visibility Tree: Show tooltips explaining why checkbox status is what it is
1769
- - Visibility Tree: Fix some subjects not being displayed in the hierarchy
1770
- - Visibility Tree: Do not show nodes for reference subjects with no children
1771
- - Visibility Tree: Set correct icons
1772
- - Visibility Tree: Update hierarchy to hide specific kinds of nodes
1773
- - Visibility Tree: When changing assembly display state, also change its children state
1774
- - Visibility Tree: Update checkbox states when activeView prop is changed
1775
- - Visibility Tree: Set paging size on the data provider to avoid excessive backend requests
1776
- - Update tests for better coverage and move certain components to test app that should not be in framework.
1777
- - Unit tests and fixed ColorEditor alignment
1778
- - Upgrade TypeDoc dependency to 0.14.2
1779
- - Add ListPickerBase test to trigger item expansion.
1780
- - Changed props for CubeRotationChangeEvents
1781
-
1782
- ## 0.190.0
1783
- Thu, 14 Mar 2019 14:26:49 GMT
1784
-
1785
- ### Updates
1786
-
1787
- - Added 'uifw-' to ContentLayout CSS class names and others. Fixed Status Bar separators.
1788
- - Added 'uifw-' prefix to most ui-framework CSS class names
1789
- - Fixed .npmignore in ui-framework to include JSON files in lib
1790
- - Cleaned up index.scss for variables & mixins in ui-core and added classes.scss that generates CSS
1791
- - Add SaturationPicker for use with ColorType editor.
1792
- - Made ContentLayoutManager.setActiveLayout callable by apps
1793
- - Update ModelSelector when changes are made to ViewState
1794
- - Add models visibility tree
1795
-
1796
- ## 0.189.0
1797
- Wed, 06 Mar 2019 15:41:22 GMT
1798
-
1799
- ### Updates
1800
-
1801
- - OIDC changes needed for Angular client
1802
- - Renamed CSS files to SCSS
1803
- - UI documentation fixes
1804
- - Added ToggleEditor. Support for defaultTool in Frontstage. Fixed BooleanEditor sizing.
1805
- - Use new buildIModelJsBuild script
1806
- - Removed rowHeight function from ModelSelector, because heights changed to default.
1807
- - Updated view query in ViewSelector to exclude private views
1808
- - Remove unneeded typedoc plugin dependency
1809
- - Support for including CSS files in published UI packages
1810
- - Include descriptions (if any) in category and model picker
1811
- - Added styling capability to messages
1812
- - More ui-framework unit tests
1813
- - Removed dependency on BWC. Parts of BWC copied into ui-core in preparation for theming support.
1814
- - Added ToggleEditor. Support for defaultTool in Frontstage.
1815
- - Save BUILD_SEMVER to globally accessible map
1816
- - Change setImmediate to setTimeout. Fixed cube rotation issue.
1817
- - Cleanup of DefaultToolSetting provider
1818
- - Move property definitions to imodeljs-frontend so they could be used by tools to define properties for tool settings.
1819
- - Fixed ModelSelector highlighting when hovered or clicked on node.
1820
- - Fixed ModelSelector row height.
1821
- - Added priority support for pointer messages
1822
- - Change 'Categories' ruleset to return either spatial or drawing categories based on ruleset variable
1823
- - Changed node style processing in model selector
1824
- - Set initial ModelSelector selection based on ViewState
1825
- - Load models when selected in picker
1826
- - Force scene invalidation when toggling items in model selector
1827
- - Render unique filter in model/category widget when changing tabs
1828
- - Add spinner to model/category widget
1829
- - Cache model/category tree
1830
- - Make one call to update viewport
1831
- - Enabled descriptions in model selector
1832
- - Map model/category nodes to items with unique id
1833
- - Show spinner while waiting to load category list
1834
- - Added strings for reality data picker
1835
- - Added support for UI color themes
1836
- - Keyboard Shortcut keys in context menu. ui-core unit test branches.
1837
- - Fix dependencies
1838
- - Update to use newer generic-icons-webfont package.
1839
- - Upgrade to TypeScript 3.2.2
1840
- - WIP: ViewportComponent unit tests. Removed imodeljs-clients-backend dependency from ui-framework
1841
-
1842
- ## 0.188.0
1843
- Wed, 16 Jan 2019 16:36:09 GMT
1844
-
1845
- _Version update only_
1846
-
1847
- ## 0.187.0
1848
- Tue, 15 Jan 2019 15:18:59 GMT
1849
-
1850
- _Version update only_
1851
-
1852
- ## 0.186.0
1853
- Mon, 14 Jan 2019 23:09:10 GMT
1854
-
1855
- ### Updates
1856
-
1857
- - Added activated, deactivated & ready notification for Frontstages. Added support for nested frontstages.
1858
- - Add Status Field to show selection count
1859
-
1860
- ## 0.185.0
1861
- Fri, 11 Jan 2019 18:29:00 GMT
1862
-
1863
- _Version update only_
1864
-
1865
- ## 0.184.0
1866
- Thu, 10 Jan 2019 22:46:17 GMT
1867
-
1868
- ### Updates
1869
-
1870
- - Improved state management in ModelSelector
1871
- - Improve performance for show/hide/invert buttons in model selector
1872
- - Clearing content controls on Frontstage deactivate
1873
- - Keyboard Shortcut support
1874
- - Renamed connection getter to imodel
1875
-
1876
- ## 0.183.0
1877
- Mon, 07 Jan 2019 21:49:21 GMT
1878
-
1879
- _Version update only_
1880
-
1881
- ## 0.182.0
1882
- Mon, 07 Jan 2019 13:31:34 GMT
1883
-
1884
- ### Updates
1885
-
1886
- - Do not show SubCategory if it has no siblings
1887
-
1888
- ## 0.181.0
1889
- Fri, 04 Jan 2019 13:02:40 GMT
1890
-
1891
- ### Updates
1892
-
1893
- - Add SyncUi support for ConfigurableUi controls.
1894
-
1895
- ## 0.180.0
1896
- Wed, 02 Jan 2019 15:18:23 GMT
1897
-
1898
- _Version update only_
1899
-
1900
- ## 0.179.0
1901
- Wed, 19 Dec 2018 18:26:14 GMT
1902
-
1903
- ### Updates
1904
-
1905
- - Added showDialogInitially support to ActivityMessageDetails
1906
- - Synchronizing navigation aids with view definition changes
1907
- - Fix model selector to only show non-private spatial models
1908
-
1909
- ## 0.178.0
1910
- Thu, 13 Dec 2018 22:06:10 GMT
1911
-
1912
- ### Updates
1913
-
1914
- - Added StringGetter support to ItemDefBase, ItemProps & ToolButton. Added IModelApp.i18n checks to Tool for unit tests.
1915
- - Fix tool panel alignment issue.
1916
-
1917
- ## 0.177.0
1918
- Wed, 12 Dec 2018 17:21:32 GMT
1919
-
1920
- ### Updates
1921
-
1922
- - Moved checkbox responsibility to nodes
1923
- - Improved speed & smoothness of CubeNavigationAid. Made class names unique to fix documentation. UI Tree doc fixes.
1924
-
1925
- ## 0.176.0
1926
- Mon, 10 Dec 2018 21:19:45 GMT
1927
-
1928
- _Version update only_
1929
-
1930
- ## 0.175.0
1931
- Mon, 10 Dec 2018 17:08:55 GMT
1932
-
1933
- _Version update only_
1934
-
1935
- ## 0.174.0
1936
- Mon, 10 Dec 2018 13:24:09 GMT
1937
-
1938
- ### Updates
1939
-
1940
- - Add SignIn and SignOut to the index file
1941
-
1942
- ## 0.173.0
1943
- Thu, 06 Dec 2018 22:03:29 GMT
1944
-
1945
- ### Updates
1946
-
1947
- - Added fillZone property to the Widget
1948
- - Fixed initial & return layout of Frontstage. Styling of scrollbar in Chrome.
1949
- - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
1950
-
1951
- ## 0.172.0
1952
- Tue, 04 Dec 2018 17:24:39 GMT
1953
-
1954
- ### Updates
1955
-
1956
- - 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.
1957
-
1958
- ## 0.171.0
1959
- Mon, 03 Dec 2018 18:52:58 GMT
1960
-
1961
- ### Updates
1962
-
1963
- - More information logged from BriefcaseManager.\nFixed deletion/cleanup of invalid briefcases.\nAdded OIDC support for simpleviewtest application.
1964
- - Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
1965
-
1966
- ## 0.170.0
1967
- Mon, 26 Nov 2018 19:38:42 GMT
1968
-
1969
- ### Updates
1970
-
1971
- - Fix to OIDC browser client.
1972
-
1973
- ## 0.169.0
1974
- Tue, 20 Nov 2018 16:17:15 GMT
1975
-
1976
- ### Updates
1977
-
1978
- - Include presentation rulesets in package
1979
-
1980
- ## 0.168.0
1981
- Sat, 17 Nov 2018 14:20:11 GMT
1982
-
1983
- ### Updates
1984
-
1985
- - Fixed OidcBrowserClient comparision of redirect path.
1986
-
1987
- ## 0.167.0
1988
- Fri, 16 Nov 2018 21:45:44 GMT
1989
-
1990
- ### Updates
1991
-
1992
- - Overhaul category/model picker to use presentation rules
1993
- - Fixed some content control sizing issues
1994
- - Moved most isHidden logic for toolbar items into ui-ninezone
1995
- - Hiding items by rendering them conditionally instead of using a CSS class.
1996
- - Tree cell editing unit tests
1997
- - ui-framework unit tests & docs
1998
-
1999
- ## 0.166.0
2000
- Mon, 12 Nov 2018 16:42:10 GMT
2001
-
2002
- _Version update only_
2003
-
2004
- ## 0.165.0
2005
- Mon, 12 Nov 2018 15:47:00 GMT
2006
-
2007
- _Version update only_
2008
-
2009
- ## 0.164.0
2010
- Thu, 08 Nov 2018 17:59:21 GMT
2011
-
2012
- ### Updates
2013
-
2014
- - OIDC related enhancments (WIP).
2015
- - Updated to TypeScript 3.1
2016
- - ui-core unit tests. Fixed backstage open issue.
2017
- - Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
2018
-
2019
- ## 0.163.0
2020
- Wed, 31 Oct 2018 20:55:37 GMT
2021
-
2022
- ### Updates
2023
-
2024
- - Added JSX specification for Frontstage, Zone & Widget
2025
- - Fixed ui-framework unit test
2026
-
2027
- ## 0.162.0
2028
- Wed, 24 Oct 2018 19:20:07 GMT
2029
-
2030
- ### Updates
2031
-
2032
- - Merge and fix framework test warning
2033
- - Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
2034
- - Ui Documentation
2035
- - Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
2036
- - Added NotificationManager.isToolTipSupported so that we can avoid asking for tooltip message when _showToolTip isn't implemented by application.
2037
- - Adding SyncUiEventDispatcher
2038
-
2039
- ## 0.161.0
2040
- Fri, 19 Oct 2018 13:04:14 GMT
2041
-
2042
- _Version update only_
2043
-
2044
- ## 0.160.0
2045
- Wed, 17 Oct 2018 18:18:38 GMT
2046
-
2047
- _Version update only_
2048
-
2049
- ## 0.159.0
2050
- Tue, 16 Oct 2018 14:09:09 GMT
2051
-
2052
- _Version update only_
2053
-
2054
- ## 0.158.0
2055
- Mon, 15 Oct 2018 19:36:09 GMT
2056
-
2057
- _Version update only_
2058
-
2059
- ## 0.157.0
2060
- Sun, 14 Oct 2018 17:20:06 GMT
2061
-
2062
- ### Updates
2063
-
2064
- - Fixing scripts for linux
2065
-
2066
- ## 0.156.0
2067
- Fri, 12 Oct 2018 23:00:10 GMT
2068
-
2069
- ### Updates
2070
-
2071
- - Initial release
2072
-
1
+ # Change Log - @itwin/appui-react
2
+
3
+ This log was last generated on Tue, 27 Jun 2023 14:50:22 GMT and should not be manually modified.
4
+
5
+ ## 4.2.0
6
+ Tue, 27 Jun 2023 14:50:22 GMT
7
+
8
+ ### Updates
9
+
10
+ - Update ToolbarItemsManager to support ConditionalIconItem.
11
+ - Remove non-public API calls.
12
+ - Fix toolbar item badges not displaying
13
+ - Fix issue with opening a popout from within an iFrame (Sandboxed iFrames still requires `allow-popups`)
14
+ - Update `@itwin/itwinui-react` version to 2.11.6.
15
+
16
+ ## 4.1.0
17
+ Mon, 29 May 2023 14:05:04 GMT
18
+
19
+ ### Updates
20
+
21
+ - Make content control resize grip handles visually more like side panel grip handles.
22
+ - Added auto-expand functionality for ViewSelector search results. Fixed ViewSelector current view highlight bug.
23
+ - Implemented fuzzy search for ViewSelector
24
+ - Add SelectionCountField component.
25
+ - Allow iModelOpen to go to dev, qa, or prod based on the URL prefix set in the env.
26
+ - Minor change to make sure styling is consistent in pop-out windows.
27
+ - Errors thrown during rendering of widget content are now caught by `ErrorBoundary`. A fallback UI is rendered instead.
28
+
29
+ ## 4.0.1
30
+ Fri, 19 May 2023 12:24:30 GMT
31
+
32
+ ### Updates
33
+
34
+ - ToolAssistanceField: Display as class if image is not svg (IE: webfont class image)
35
+
36
+ ## 4.0.0
37
+ Mon, 01 May 2023 13:32:16 GMT
38
+
39
+ ### Updates
40
+
41
+ - Promote APIs in use by apps.
42
+ - Remove deprecated APIs.
43
+ - Remove FrontstageProps, StagePanelProps, WidgetProps.
44
+ - Removed unused localization strings.
45
+ - Move @itwin/core-telemetry to peerDependencies.
46
+ - Add `defaultTool` prop to `FrontstageConfig` and `StandardFrontstageProps`.
47
+ - Use UiItemsManager from @itwin/appui-abstract when available.
48
+ - Fix SelectionInfoField by displaying selection set size.
49
+ - Fix stale options of SelectionScopeField.
50
+ - Remove selection scope fallback labels.
51
+ - Allow ReactNode icon argument in item utilities.
52
+ - Add ContentViewManager tracking info back into FloatingViewportContent.
53
+ - Using iTwinUI-variables.
54
+ - Update iTwinUI-react to v2.x.
55
+ - Maintain widget panel location after frontstage is changed.
56
+ - Expose status bar components (marked as @internal in appui-layout-react).
57
+ - Added search functionality to ViewSelector. Added test to ViewSelector tests for search functionality.
58
+ - Fixed ViewSelector rendering bug.
59
+ - Removed Trees component from appui-react.
60
+ - Add Toolbar components.
61
+ - Fix floating viewport content to properly synchronize active ViewportComponent with the selected view.
62
+ - Promotoe UiItemsManager/Provider APIs.
63
+ - Remove StatusBarContext related code.
64
+ - Clean dependencies.
65
+ - Refactor to use iTwinUI instead of deprecated core-react.
66
+ - React to toolbar changes.
67
+ - Removed react-dnd dependency.
68
+ - Bump minimum of core packages to 3.7.0.
69
+ - peerDependency allow react: ^18.0.0.
70
+ - Update typings for React18.
71
+ - Clean SCSS.
72
+ - SnapModeField now emit syncEvent.
73
+ - Support React18 in child windows.
74
+ - Fix `widgetDef.expand` method.
75
+ - Frontstage provider to return FrontstageProps instead of a ReactElement.
76
+ - Remove UI1.0 components.
77
+ - Add SafeAreaInsets enum.
78
+ - Fix StagePanelDef state being out of sync issue. Add event for listening to changes of StagePanelDef pinned state.
79
+ - Expose StatusBar.Popup and StatusBar.Field components.
80
+ - Update package.json dependencies and repo documentation.
81
+ - Remove webfont icons from components.
82
+
83
+ ## 3.7.2
84
+ Wed, 12 Apr 2023 13:12:42 GMT
85
+
86
+ _Version update only_
87
+
88
+ ## 3.7.1
89
+ Mon, 03 Apr 2023 15:15:36 GMT
90
+
91
+ _Version update only_
92
+
93
+ ## 3.7.0
94
+ Wed, 29 Mar 2023 15:02:27 GMT
95
+
96
+ ### Updates
97
+
98
+ - Fix Popout widget window title
99
+ - Fix react briefMessage in toasts
100
+ - Move `Manager` classes under `UiFramework`
101
+ - update @deprecated comments.
102
+
103
+ ## 3.6.3
104
+ Mon, 27 Mar 2023 16:26:47 GMT
105
+
106
+ _Version update only_
107
+
108
+ ## 3.6.2
109
+ Fri, 17 Mar 2023 17:52:32 GMT
110
+
111
+ ### Updates
112
+
113
+ - Add search functionality to ViewSelector
114
+
115
+ ## 3.6.1
116
+ Fri, 24 Feb 2023 22:00:48 GMT
117
+
118
+ ### Updates
119
+
120
+ - Fix react briefMessage in toasts
121
+ - Fix `@itwin/itwinui-icons-react` dependency version
122
+
123
+ ## 3.6.0
124
+ Wed, 08 Feb 2023 14:58:39 GMT
125
+
126
+ ### Updates
127
+
128
+ - Expose AppUI specific types previously defined in @itwin/appui-abstract.
129
+ - Deprecated tree components that were movet to '@itwin/tree-widget-react' package
130
+ - Use EmptyLocalization for localization in tests to increase test performance
131
+ - Deprecate UI1.0 related properties.
132
+ - React to RPC deprecations.
133
+ - Add viewportRef as a props for the FloatingWidgetComponent. Caller might be needing to grab a reference to the viewport. Also, change the initialViewState to allow passing a function that returns a ViewState
134
+ - Use React.ForwardedRef rather than just a callback.
135
+ - Issue #4879: Make sure floating viewports properly set their content as active and display the active view highlight bar.
136
+ - Fix floating widget offset issue.
137
+
138
+ ## 3.5.6
139
+ Fri, 24 Feb 2023 16:02:47 GMT
140
+
141
+ _Version update only_
142
+
143
+ ## 3.5.5
144
+ Thu, 26 Jan 2023 22:53:27 GMT
145
+
146
+ _Version update only_
147
+
148
+ ## 3.5.4
149
+ Wed, 18 Jan 2023 15:27:15 GMT
150
+
151
+ ### Updates
152
+
153
+ - Issue #4879: Make sure floating viewports properly set their content as active and display the active view highlight bar.
154
+
155
+ ## 3.5.3
156
+ Fri, 13 Jan 2023 17:23:07 GMT
157
+
158
+ _Version update only_
159
+
160
+ ## 3.5.2
161
+ Wed, 11 Jan 2023 16:46:30 GMT
162
+
163
+ ### Updates
164
+
165
+ - Fix detailed output message on a new line in toasts.
166
+
167
+ ## 3.5.1
168
+ Thu, 15 Dec 2022 16:38:28 GMT
169
+
170
+ _Version update only_
171
+
172
+ ## 3.5.0
173
+ Wed, 07 Dec 2022 19:12:36 GMT
174
+
175
+ ### Updates
176
+
177
+ - Add FeatureOverridesChanged SyncUIEvent in SyncUiEventDispatcher.ts
178
+ - Do not auto-hide the UI when floating widget is hovered.
179
+ - Fix a circular dependency issue.
180
+ - Updated pin icon for help widget.
181
+ - Deprecate pseudo components of frontstage provider in favor of configuration interfaces.
182
+ - Add automatic horizonal scrolling to the ListPicker's expandable blocks for small form factors or long strings.
183
+ - Refactored many tests to remove enzyme and snaphot testing
184
+ - Unpin classnames package
185
+ - Rename RestoreFrontstagesLayoutTool to RestoreAllFrontstagesTool.
186
+ - Add RestoreFrontstagesLayout tool.
187
+ - Deprecate components in preparation for next major version.
188
+ - Persist the toolbar-opacity to state.
189
+ - Add a toolbar opacity to the state and the UiFramework API to allow users or apps to configure it. Add a slider to the UiSettingsPage to control the toolbar opacity.
190
+ - Update WidgetDef to pass the optional prop allowedPanelTargets to createTab wh
191
+
192
+ ## 3.4.7
193
+ Wed, 30 Nov 2022 14:28:19 GMT
194
+
195
+ _Version update only_
196
+
197
+ ## 3.4.6
198
+ Tue, 22 Nov 2022 14:24:19 GMT
199
+
200
+ ### Updates
201
+
202
+ - Maintain widget panel location after frontstage is changed.
203
+
204
+ ## 3.4.5
205
+ Thu, 17 Nov 2022 21:32:49 GMT
206
+
207
+ _Version update only_
208
+
209
+ ## 3.4.4
210
+ Thu, 10 Nov 2022 19:32:17 GMT
211
+
212
+ _Version update only_
213
+
214
+ ## 3.4.3
215
+ Fri, 28 Oct 2022 13:34:57 GMT
216
+
217
+ _Version update only_
218
+
219
+ ## 3.4.2
220
+ Mon, 24 Oct 2022 13:23:45 GMT
221
+
222
+ _Version update only_
223
+
224
+ ## 3.4.1
225
+ Mon, 17 Oct 2022 20:06:51 GMT
226
+
227
+ _Version update only_
228
+
229
+ ## 3.4.0
230
+ Thu, 13 Oct 2022 20:24:47 GMT
231
+
232
+ ### Updates
233
+
234
+ - Fixed private categories being displayed in ModelsTree and CategoriesTree components.
235
+ - Fix an issue where maxWidgetCount of a panel is exceeded when adding a widget.
236
+ - Persist WidgetDef configuration in a separate structure.
237
+ - Ability to float a widget that is hidden by default.
238
+ - Dock removed widget tool settings.
239
+ - Updated Node types declaration to support latest v16
240
+ - Restore floating widgets after a reload.
241
+ - Adding setup walk tool to standard navigation tools
242
+ - Move the management of zIndex for modal and modeless dialogs to DialogManagerBase to allow modal dialogs (MessageBox) to use the topZIndex so that they open on top of any modeless dialogs that are open. ContentDialog still maintains its own zIndex at a much lower elevation.
243
+ - Models Tree: Do not recreate subject model ids cache unless iModel changes
244
+ - Make sure FloatingViewportContent specifies controlId to FloatingViewport. Make sure FloatingViewportContent updates whenever the ViewState changes.
245
+
246
+ ## 3.3.5
247
+ Tue, 27 Sep 2022 11:50:59 GMT
248
+
249
+ _Version update only_
250
+
251
+ ## 3.3.4
252
+ Thu, 08 Sep 2022 19:00:04 GMT
253
+
254
+ _Version update only_
255
+
256
+ ## 3.3.3
257
+ Tue, 06 Sep 2022 20:54:19 GMT
258
+
259
+ _Version update only_
260
+
261
+ ## 3.3.2
262
+ Thu, 01 Sep 2022 14:37:22 GMT
263
+
264
+ ### Updates
265
+
266
+ - Update camera icon and make camera tooltip conditional on the camera's on/off state.
267
+
268
+ ## 3.3.1
269
+ Fri, 26 Aug 2022 15:40:02 GMT
270
+
271
+ _Version update only_
272
+
273
+ ## 3.3.0
274
+ Thu, 18 Aug 2022 19:08:01 GMT
275
+
276
+ ### Updates
277
+
278
+ - remove alpha tag from AutoCollapseUnpinnedPanels
279
+ - upgrade mocha to version 10.0.0
280
+ - Set `hideWithUiWhenFloating` flag of a widget when restoring a layout.
281
+ - Fix an issue where a widget is added to the layout multiple times.
282
+ - [ModelsTree]: Make sure all child elements visibility is changed
283
+ - Deprecated `isInFooterMode` in `StatusFieldProps`, should always be considered true. Deprecated `withStatusFieldProps` which provides only deprecated props to components.
284
+ - Deprecated `isInFooterMode` in `FrontstageProps` and `ContentLayoutComponentProps`, should alays be considered true.
285
+ - Deprecated `withMessageCenterFieldProps`, components should directly use `MessageManager.registerAnimateOutToElement`.
286
+ - Deprecate `openWidget` and `onOpenWidget` props from `StatusBarFields` interface.
287
+ - Add option to display active tool name as the Tool Settings tab label.
288
+ - Export useTransientState hook.
289
+ - Do not require list of static backstage items to be specified with BackstageComposer. Allow StandardFrontstageProvider to hideToolSetting in modal stages.
290
+ - Avoid slow keyin browser filtering when processing long keyins.
291
+ - Change to only log the inability to find a content view when the content is required.
292
+ - Models Tree: Optimize creating subjects hierarchy
293
+ - Add hideWithUiWhenFloating prop to widgets so that an app can opt into hiding specific floating widgets when the UI automatically hides.
294
+ - Save state of floating widgets when they are hidden
295
+ - Use toaster from iTwinUI to display messages
296
+ - Update iTwinUI-react to 1.38.1
297
+
298
+ ## 3.2.9
299
+ Fri, 26 Aug 2022 14:21:40 GMT
300
+
301
+ _Version update only_
302
+
303
+ ## 3.2.8
304
+ Tue, 09 Aug 2022 15:52:41 GMT
305
+
306
+ _Version update only_
307
+
308
+ ## 3.2.7
309
+ Mon, 01 Aug 2022 13:36:56 GMT
310
+
311
+ _Version update only_
312
+
313
+ ## 3.2.6
314
+ Fri, 15 Jul 2022 19:04:43 GMT
315
+
316
+ _Version update only_
317
+
318
+ ## 3.2.5
319
+ Wed, 13 Jul 2022 15:45:52 GMT
320
+
321
+ _Version update only_
322
+
323
+ ## 3.2.4
324
+ Tue, 21 Jun 2022 18:06:33 GMT
325
+
326
+ _Version update only_
327
+
328
+ ## 3.2.3
329
+ Fri, 17 Jun 2022 15:18:39 GMT
330
+
331
+ _Version update only_
332
+
333
+ ## 3.2.2
334
+ Fri, 10 Jun 2022 16:11:36 GMT
335
+
336
+ _Version update only_
337
+
338
+ ## 3.2.1
339
+ Tue, 07 Jun 2022 15:02:56 GMT
340
+
341
+ ### Updates
342
+
343
+ - Ensure selection scope override labels are honored.
344
+ - Models Tree: Fix performance of determining Subject nodes' display state.
345
+ - Models Tree: Optimize creating subjects hierarchy
346
+ - Remove cached frontstageDef if associated FrontstageProvider is re-registered.
347
+
348
+ ## 3.2.0
349
+ Fri, 20 May 2022 13:10:54 GMT
350
+
351
+ ### Updates
352
+
353
+ - mock hydrateviewstate rpc method in SavedviewLayout tests
354
+ - Documentation updates
355
+ - Fix bug where widgets from UiItemProviders were not honoring Center Zonelocation in UI 1.0 mode.
356
+ - Fix for losing viewport content after clicking PW link.
357
+ - Add ability to pass parameters to UiItemsManager when loading items provider to specify what stages allow the provider to supply items.
358
+ - Add option to auto-collapse unpinned widget panels.
359
+ - Allow React icons to be used on Wedget tabs, backstage, and status bar items
360
+ - Add default tool prop to StandardFrontstageProps to give apps a simple, typesafe way to specify a default tool for their frontstages.
361
+ - Add an empty state message when there are no settings to display in the tool settings bar.
362
+ - Add a mousemove listener to an ElementTooltip's owner document so that it can be closed when the mouse travels over a React element.
363
+ - Fix checkbox alignment in visibility trees.
364
+
365
+ ## 3.1.3
366
+ Fri, 15 Apr 2022 13:49:25 GMT
367
+
368
+ _Version update only_
369
+
370
+ ## 3.1.2
371
+ Wed, 06 Apr 2022 22:27:56 GMT
372
+
373
+ _Version update only_
374
+
375
+ ## 3.1.1
376
+ Thu, 31 Mar 2022 15:55:48 GMT
377
+
378
+ _Version update only_
379
+
380
+ ## 3.1.0
381
+ Tue, 29 Mar 2022 20:53:46 GMT
382
+
383
+ ### Updates
384
+
385
+ - Fix missing parameter in UiManager.getWidgets call and pass provider to isSupportedStage function.
386
+ - Allow initial UI version to be set when UIFramework is initialized.
387
+ - Optimize ModelsTree search ruleset
388
+ - Add data attributes to identify item and its UI provider.
389
+ - Added ContentDialogManager, ContentDialog, and FloatingViewportContentControl to allow imodel viewport in a modeless dialog.
390
+ - Add the ability to Open a collapsed Panel when a request to Open a widget in a collapsed panel is made.
391
+ - Update to itwinui-css version "0.44.0".
392
+ - Fix spelling error in function documentation.
393
+ - Update to @itwin/itwinui-react: 1.32.0
394
+ - Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
395
+
396
+ ## 3.0.3
397
+ Fri, 25 Mar 2022 15:10:01 GMT
398
+
399
+ _Version update only_
400
+
401
+ ## 3.0.2
402
+ Thu, 10 Mar 2022 21:18:13 GMT
403
+
404
+ ### Updates
405
+
406
+ - Optimize ModelsTree search ruleset
407
+ - Make fix to displaying a custom view overlay.
408
+
409
+ ## 3.0.1
410
+ Thu, 24 Feb 2022 15:26:55 GMT
411
+
412
+ ### Updates
413
+
414
+ - React to 3.0 breaking change w.r.t ECSQL Query Row Format
415
+ - Respect min/max size when initializing a panel.
416
+ - Provide FrontstageManager.clearFrontstageProviders method to clear out static maps.
417
+ - Add FrontstageDef.isWidgetDisplayed() to allow apps to query whether their widget is visible.
418
+ - Update ToolbarAutoHidePopup context when widgets autohide.
419
+ - Change initializeNineZoneState to properly handle floating widgets.
420
+ - Remove unecessary dependency on itwin/browser-authorization
421
+
422
+ ## 3.0.0
423
+ Mon, 24 Jan 2022 14:00:52 GMT
424
+
425
+ ### Updates
426
+
427
+ - Update ClearHideIsolateEmphasize Tool button definition to work on Models and Categories as well as Elements.
428
+ - The Cartographic creation API now takes an interface as an argument with named properties. This will avoid callers mixing up the order of longitude, latitude, and height.
429
+ - Update colorpicker to support RGB input
430
+ - fix code for breaking change to .query() method
431
+ - Existing ruleset configurations were updated to no longer use deprecated rule versions for iModel.js 3.0.
432
+ - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
433
+ - export CategoryVisibilityHandler
434
+ - Fix ecsql row format
435
+ - getAccessToken always returns a token
436
+ - rename contextId -> iTwinId
437
+ - updated @itwin/browser-authorization to 0.3.1
438
+ - rename to @itwin/appui-react
439
+ - Added UserInfo from itwin-client
440
+ - remove ClientRequestContext and its subclasses
441
+ - Made ConfigurableUiManager.closeUi() public
442
+ - Removed OIDC signin/signout and UserProfileBackstageItem
443
+ - Improve performance of determining visibility state of element and element grouping nodes.
444
+ - Removed 'ModelsTreeProps.enablePreloading' flag
445
+ - Promote standard UI providers from beta to public
446
+ - Initialize StateManager store if necessary during UiFramework initialization.
447
+ - Replace usage of I18N with generic Localization interface.
448
+ - Remove use of UiItemsArbiter
449
+ - Remove UserInfo completely
450
+ - Update snapshots
451
+ - Replaced ContextRegistry with generalized ITwinAccess interface
452
+ - Renamed an iModel's parent container to iTwin
453
+ - Removed references to the deleted config-loader package
454
+ - tool.run and tool.parseAndRun are now async methods
455
+ - Support for TypeDoc v0.22.7. Fix various broken docs links.
456
+ - Refactor SynchUiEventDispatcher to use new UiEventDispatcher from appui-abstract. Deprecate obsolete code.
457
+ - Refactored part of AccuDraw UI & Providing AccuDraw UI documentation
458
+ - Create empty frontstage and UiItemsProviders to populate it and update how ContentGroups are defined.
459
+ - Add missing public/beta types to the barrel file.
460
+ - Add required `width` and `height` props for `CategoryTree`, `ModelsTree` and `SpatialContainmentTree`.
461
+ - Remove `IModelConnectedCategoryTree`, `IModelConnectedModelsTree` and `IModelConnectedSpatialContainmentTree`.
462
+ - Remove deprecated `CategoryTreeWithSearchBox`.
463
+ - Remove deprecated `VisibilityComponent`, `VisibilityWidget` and related types.
464
+ - Clean up deprecated Drag & Drop related APIs
465
+ - Add state variable to control display of view overlay in the viewports.
466
+ - Update to default to using UI2.0/AppUI.
467
+ - Deprecate and promote apis
468
+ - Deprecate obsolete APIs. Publish beta APIs from last release.
469
+ - Update links in API doc comments.
470
+ - Make it possible to set label and execute function for BackstageAppButton
471
+ - Upgraded itwinui-react to 1.16.2. Fixed editor sizes.
472
+ - Ensure duplicate items provided via UiItemProviders are filtered out and only one item per Id is used.
473
+ - Add ability to remove stage launcher entry from backstage if only one stage is available.
474
+ - Remove files generated by bad merge
475
+ - Fix bug where ConditionalStringValue used in some status bar components would cause a crash.
476
+ - Ensure nineZoneState is not set in FrontstageDef until 'isReady' is set.
477
+ - Add support for all existing Indicator Props.
478
+ - Updates to enable frontstageDef to be cached per iModelConnection.
479
+ - Add initializeStateFromUserSettingsProviders to initialize UI state.
480
+ - Update ShowHideManager defaults
481
+ - Update comment.
482
+ - Fix warning shown in unit test by ensuring setState is only processed if state component is mounted.
483
+ - Allow widgets supplied by a UiItemsProvider to specify a default state of floating.
484
+ - Deprecated HorizontalTabs in ui-core. Removed older deprecated items. Updated NextVersion.md.
485
+ - Update to latest itwinui-react
486
+ - Clean up css for status bar entries to avoid unwanted text wrapping.
487
+ - Incorporating iTwinUI-CSS and iTwinUI-React into iModel.js
488
+ - Moved iTwinUI style overrides to ui-core from ui-framework
489
+ - Rename ui directories to match new package names.
490
+ - Deprecated Task/Workflow. Promoted AccuDraw UI to @beta. Added AccuDraw and NavigationAids learning docs.
491
+ - Fix bug that sets the icon on MessageBox.NoSymbol the Success icon.
492
+ - Add prop that prevents popup button panel from unmounting when closed.
493
+ - Update to React 17.
494
+ - 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.
495
+ - Remove react 16 peer dependency.
496
+ - Filter out duplicate tools that may be registered in different UiItemProviders. First one in wins.
497
+ - Remove itwinUi css overrides.
498
+ - UiFramework and UiIModelComponent initialize method no longer take localization argument, uses IModelApp.localization internally.
499
+ - Remove package react-split-pane.
500
+ - Remove WidgetProvider and associated events.
501
+ - Fixed z-index of status messages to be on top of a dialog
502
+ - Update Tool Setting for UI 1.0 to fix refresh bug.
503
+ - BaseUiItemsProvider class and refactor "standard" providers to subclass it.
504
+ - Undeprecate necessary UI 1.0 classes/interfaces
505
+ - Update standard UI item providers to require a providerId so more than one instance may be used within an app. Usually by different packages providing stages.
506
+ - Replaced ui-core Slider with one from iTwinUi-react. Update DefaultViewOverlay to opt-in to dislay of view overlays.
507
+ - Update to latest types/react package
508
+ - reset to use overflow hidden in floating widgets as it messes up auto-sizing and re-sizing.
509
+ - Add support for widget tab icons in UI-2
510
+ - Update CSS used for ToolSettingEntries in grid layout.
511
+ - Get WidgetState and PanelState from NinzoneState when running in UI 2 mode - single source of truth.
512
+ - Lock down and update version numbers so docs will build.
513
+ - Hide widgets with Hidden defaultState when frontstage is activated.
514
+
515
+ ## 2.19.28
516
+ Wed, 12 Jan 2022 14:52:38 GMT
517
+
518
+ _Version update only_
519
+
520
+ ## 2.19.27
521
+ Wed, 05 Jan 2022 20:07:20 GMT
522
+
523
+ _Version update only_
524
+
525
+ ## 2.19.26
526
+ Wed, 08 Dec 2021 20:54:53 GMT
527
+
528
+ _Version update only_
529
+
530
+ ## 2.19.25
531
+ Fri, 03 Dec 2021 20:05:49 GMT
532
+
533
+ _Version update only_
534
+
535
+ ## 2.19.24
536
+ Mon, 29 Nov 2021 18:44:31 GMT
537
+
538
+ _Version update only_
539
+
540
+ ## 2.19.23
541
+ Mon, 22 Nov 2021 20:41:40 GMT
542
+
543
+ _Version update only_
544
+
545
+ ## 2.19.22
546
+ Wed, 17 Nov 2021 01:23:26 GMT
547
+
548
+ _Version update only_
549
+
550
+ ## 2.19.21
551
+ Wed, 10 Nov 2021 10:58:24 GMT
552
+
553
+ _Version update only_
554
+
555
+ ## 2.19.20
556
+ Fri, 29 Oct 2021 16:14:22 GMT
557
+
558
+ _Version update only_
559
+
560
+ ## 2.19.19
561
+ Mon, 25 Oct 2021 16:16:25 GMT
562
+
563
+ ### Updates
564
+
565
+ - Drop unnecessary dep on @bentley/react-scripts; add a *.d.ts file for svg?sprite loader syntax
566
+
567
+ ## 2.19.18
568
+ Thu, 21 Oct 2021 20:59:44 GMT
569
+
570
+ _Version update only_
571
+
572
+ ## 2.19.17
573
+ Thu, 14 Oct 2021 21:19:43 GMT
574
+
575
+ _Version update only_
576
+
577
+ ## 2.19.16
578
+ Mon, 11 Oct 2021 17:37:46 GMT
579
+
580
+ _Version update only_
581
+
582
+ ## 2.19.15
583
+ Fri, 08 Oct 2021 16:44:23 GMT
584
+
585
+ _Version update only_
586
+
587
+ ## 2.19.14
588
+ Fri, 01 Oct 2021 13:07:03 GMT
589
+
590
+ ### Updates
591
+
592
+ - Force Tool Settings to render when the active tool is reloaded.
593
+
594
+ ## 2.19.13
595
+ Tue, 21 Sep 2021 21:06:40 GMT
596
+
597
+ _Version update only_
598
+
599
+ ## 2.19.12
600
+ Wed, 15 Sep 2021 18:06:47 GMT
601
+
602
+ ### Updates
603
+
604
+ - Fix calc function that is causing an error in the latest dart-sass version
605
+
606
+ ## 2.19.11
607
+ Thu, 09 Sep 2021 21:04:58 GMT
608
+
609
+ _Version update only_
610
+
611
+ ## 2.19.10
612
+ Wed, 08 Sep 2021 14:36:01 GMT
613
+
614
+ _Version update only_
615
+
616
+ ## 2.19.9
617
+ Wed, 25 Aug 2021 15:36:01 GMT
618
+
619
+ _Version update only_
620
+
621
+ ## 2.19.8
622
+ Mon, 23 Aug 2021 13:23:13 GMT
623
+
624
+ ### Updates
625
+
626
+ - Backport change to clear hide/isolate/emphasis of models and categories.
627
+
628
+ ## 2.19.7
629
+ Fri, 20 Aug 2021 17:47:22 GMT
630
+
631
+ _Version update only_
632
+
633
+ ## 2.19.6
634
+ Tue, 17 Aug 2021 20:34:29 GMT
635
+
636
+ _Version update only_
637
+
638
+ ## 2.19.5
639
+ Fri, 13 Aug 2021 21:48:09 GMT
640
+
641
+ _Version update only_
642
+
643
+ ## 2.19.4
644
+ Thu, 12 Aug 2021 13:09:26 GMT
645
+
646
+ _Version update only_
647
+
648
+ ## 2.19.3
649
+ Wed, 04 Aug 2021 20:29:34 GMT
650
+
651
+ _Version update only_
652
+
653
+ ## 2.19.2
654
+ Tue, 03 Aug 2021 18:26:23 GMT
655
+
656
+ _Version update only_
657
+
658
+ ## 2.19.1
659
+ Thu, 29 Jul 2021 20:01:11 GMT
660
+
661
+ _Version update only_
662
+
663
+ ## 2.19.0
664
+ Mon, 26 Jul 2021 12:21:25 GMT
665
+
666
+ ### Updates
667
+
668
+ - remove internal barrel-import usage
669
+ - Stop delivering pseudo-localized strings
670
+ - Add useActiveStageId to barrel file so it is properly exported.
671
+
672
+ ## 2.18.4
673
+ Tue, 10 Aug 2021 19:35:13 GMT
674
+
675
+ _Version update only_
676
+
677
+ ## 2.18.3
678
+ Wed, 28 Jul 2021 17:16:30 GMT
679
+
680
+ _Version update only_
681
+
682
+ ## 2.18.2
683
+ Mon, 26 Jul 2021 16:18:31 GMT
684
+
685
+ _Version update only_
686
+
687
+ ## 2.18.1
688
+ Fri, 16 Jul 2021 17:45:09 GMT
689
+
690
+ ### Updates
691
+
692
+ - Add test for the iModelConnection being blank to avoid asserts when setting up for new iModel.
693
+
694
+ ## 2.18.0
695
+ Fri, 09 Jul 2021 18:11:24 GMT
696
+
697
+ ### Updates
698
+
699
+ - Update component to pass HtmlDivElement to ElementResizeObserver.
700
+ - Update ToolSettings documentation.
701
+ - Improved `onVisibilityChange` event to allow passing new visibility status.
702
+ - Refactor DefaultViewOverlay to be more reliable.
703
+ - Turn off lint rule for deprecated components.
704
+ - Ensure redux stays in sync with FrameworkVersion context and convenience updates that take UI initialization burden off IModelApp.
705
+ - Models Tree: Add a way to filter the hierarchy by element IDs
706
+ - Add ability to provide widgets to zones via UiItemsProvider when using AppUI version 1.
707
+
708
+ ## 2.17.3
709
+ Mon, 26 Jul 2021 16:08:36 GMT
710
+
711
+ _Version update only_
712
+
713
+ ## 2.17.2
714
+ Thu, 08 Jul 2021 15:23:00 GMT
715
+
716
+ _Version update only_
717
+
718
+ ## 2.17.1
719
+ Fri, 02 Jul 2021 15:38:31 GMT
720
+
721
+ _Version update only_
722
+
723
+ ## 2.17.0
724
+ Mon, 28 Jun 2021 16:20:11 GMT
725
+
726
+ ### Updates
727
+
728
+ - Add ability to "pop-out" a widget to a child window.
729
+ - Export EmphasizeElementProps from common, deprecate from frontend.
730
+ - Add ability to maintain tab state even if UiItemsProvider that added the tab is not loaded. This allow preference size to be maintained.
731
+ - Add 100ms wait during unit test for open window processing to be triggered.
732
+ - Add getters to retrieve the list of category and model overrides & make update category/model overrides functions public
733
+ - publish in-use APIs
734
+ - Refactor SolarTimeline and ScheduleAnimationProvider to use new TimelineComponent iteration.
735
+
736
+ ## 2.16.10
737
+ Thu, 22 Jul 2021 20:23:45 GMT
738
+
739
+ _Version update only_
740
+
741
+ ## 2.16.9
742
+ Tue, 06 Jul 2021 22:08:34 GMT
743
+
744
+ _Version update only_
745
+
746
+ ## 2.16.8
747
+ Fri, 02 Jul 2021 17:40:46 GMT
748
+
749
+ _Version update only_
750
+
751
+ ## 2.16.7
752
+ Mon, 28 Jun 2021 18:13:04 GMT
753
+
754
+ _Version update only_
755
+
756
+ ## 2.16.6
757
+ Mon, 28 Jun 2021 13:12:55 GMT
758
+
759
+ _Version update only_
760
+
761
+ ## 2.16.5
762
+ Fri, 25 Jun 2021 16:03:01 GMT
763
+
764
+ _Version update only_
765
+
766
+ ## 2.16.4
767
+ Wed, 23 Jun 2021 17:09:07 GMT
768
+
769
+ _Version update only_
770
+
771
+ ## 2.16.3
772
+ Wed, 16 Jun 2021 20:29:32 GMT
773
+
774
+ _Version update only_
775
+
776
+ ## 2.16.2
777
+ Thu, 03 Jun 2021 18:08:11 GMT
778
+
779
+ _Version update only_
780
+
781
+ ## 2.16.1
782
+ Thu, 27 May 2021 20:04:22 GMT
783
+
784
+ _Version update only_
785
+
786
+ ## 2.16.0
787
+ Mon, 24 May 2021 15:58:39 GMT
788
+
789
+ ### Updates
790
+
791
+ - Clean up styling in StatusBar.css
792
+ - Set overflow hidden on content Panes used when stage has multiple content views.
793
+ - Adding ability to override isActive property for BackstageItem
794
+ - Add support for child popup windows.
795
+ - Replace deprecated ViewManager.forEachViewport() with iterator.
796
+ - Update to latest classnames package
797
+
798
+ ## 2.15.6
799
+ Wed, 26 May 2021 15:55:19 GMT
800
+
801
+ _Version update only_
802
+
803
+ ## 2.15.5
804
+ Thu, 20 May 2021 15:06:26 GMT
805
+
806
+ ### Updates
807
+
808
+ - Remove framework version condition from floatWidget and dockWidget. This was causing problems in the sample showcase.
809
+
810
+ ## 2.15.4
811
+ Tue, 18 May 2021 21:59:07 GMT
812
+
813
+ _Version update only_
814
+
815
+ ## 2.15.3
816
+ Mon, 17 May 2021 13:31:38 GMT
817
+
818
+ ### Updates
819
+
820
+ - Clean up styling in StatusBar.css
821
+
822
+ ## 2.15.2
823
+ Wed, 12 May 2021 18:08:13 GMT
824
+
825
+ _Version update only_
826
+
827
+ ## 2.15.1
828
+ Wed, 05 May 2021 13:18:31 GMT
829
+
830
+ _Version update only_
831
+
832
+ ## 2.15.0
833
+ Fri, 30 Apr 2021 12:36:58 GMT
834
+
835
+ ### Updates
836
+
837
+ - Add UiSettingsPage, AppUiSettings, and ability to register UserSettingsProvider to provide default settings from UsSettingsStorage.
838
+ - Properly declare changeSetId variables as string.
839
+ - Adding ability to open Message Center on demand
840
+ - Cache element ids when determining visbility in ModelsTree
841
+ - Fix compatibility issue when multiple versions of `rxjs` are in use.
842
+ - Publish APIs used bu iTwinViewer.
843
+
844
+ ## 2.14.4
845
+ Thu, 22 Apr 2021 21:07:34 GMT
846
+
847
+ ### Updates
848
+
849
+ - Update to get activeViewPort by monitoring ContentViewManager.onActiveContentChangedEvent this elimates issue where ViewManager active viewport changes occur before all UI components are mounted and listening.
850
+
851
+ ## 2.14.3
852
+ Thu, 15 Apr 2021 15:13:16 GMT
853
+
854
+ ### Updates
855
+
856
+ - Cleanup statusbar styling to ensure items are centered and do not overflow area.
857
+
858
+ ## 2.14.2
859
+ Thu, 08 Apr 2021 14:30:09 GMT
860
+
861
+ ### Updates
862
+
863
+ - Avoid getting into infinite render loop in CategoriesTree
864
+
865
+ ## 2.14.1
866
+ Mon, 05 Apr 2021 16:28:00 GMT
867
+
868
+ _Version update only_
869
+
870
+ ## 2.14.0
871
+ Fri, 02 Apr 2021 13:18:42 GMT
872
+
873
+ ### Updates
874
+
875
+ - Add Standard Modal Settings Stage for displaying App Settings.
876
+ - Add api to float and dock widgets in UI2.0.
877
+ - Filter out history key-in that are no longer available in key-in palette.
878
+ - Move Quantity Formatting settings page from ui-test-app to ui-framework and add ability to set Presentation Unit System.
879
+ - Adding sectionToolGroupWithPanel definition in CoreTools
880
+ - Support for AccuDraw Ui Settings
881
+ - Support for Bump Tool Settings
882
+ - Better support for Escape key to Home position
883
+ - Support for Focus into Tool Settings
884
+ - Initialize tool settings React components from the record in UiLayoutDataProvider to prevent reinitializing the value when the items move into the overflow popup.
885
+ - Fix ViewSelector so it reloads list of views when iModel prop is updated.
886
+
887
+ ## 2.13.0
888
+ Tue, 09 Mar 2021 20:28:13 GMT
889
+
890
+ ### Updates
891
+
892
+ - Add functions to clear the Hide/Isolate for Models and Categories
893
+ - Upgrade react-resize-detector to avoid lodash security vulnerability
894
+ - Fix solar timeline component so that sunTime is properly set for project location.
895
+ - Document uiSettings in ToolAssistanceField
896
+ - Fix stateFunction for clear hide/isolate/emphasize tool that is used in UI 1.0.
897
+ - Updated to use TypeScript 4.1
898
+ - AccuDraw show Z field only for 3d views
899
+ - AccuDraw default keyboard shortcuts
900
+ - Added AccuDraw notifications for rotation & compass mode
901
+ - Added AccuDraw widget
902
+ - Support for conditionally disabling/hiding keyboard shortcuts
903
+ - Fixed local file support in Electron ui-test-app
904
+ - begin rename project from iModel.js to iTwin.js
905
+
906
+ ## 2.12.3
907
+ Mon, 08 Mar 2021 15:32:00 GMT
908
+
909
+ _Version update only_
910
+
911
+ ## 2.12.2
912
+ Wed, 03 Mar 2021 18:48:53 GMT
913
+
914
+ _Version update only_
915
+
916
+ ## 2.12.1
917
+ Tue, 23 Feb 2021 20:54:45 GMT
918
+
919
+ _Version update only_
920
+
921
+ ## 2.12.0
922
+ Thu, 18 Feb 2021 22:10:13 GMT
923
+
924
+ ### Updates
925
+
926
+ - Changed ModelsTree visibility handler behavior to fully change visibility of node if it matches applied filter
927
+ - Updated ModelsTree rulesets to better handle updates.
928
+ - AccuDraw bi-directional value updates
929
+ - Correctly add and remove widgets provided by UiItemsProviders."
930
+ - ModelsTree: Fix getting display status of element nodes
931
+ - WidgetDef show and expand will correctly activate the tab.
932
+ - Preventing cursor prompt lag
933
+ - Provide dynamic widgets for every section type.
934
+ - Update remaining syncEventId checks to be case insensitive.
935
+
936
+ ## 2.11.2
937
+ Thu, 18 Feb 2021 02:50:59 GMT
938
+
939
+ _Version update only_
940
+
941
+ ## 2.11.1
942
+ Thu, 04 Feb 2021 17:22:41 GMT
943
+
944
+ ### Updates
945
+
946
+ - Updated ModelsTree rulesets to better handle updates.
947
+
948
+ ## 2.11.0
949
+ Thu, 28 Jan 2021 13:39:27 GMT
950
+
951
+ ### Updates
952
+
953
+ - Update components that support providing refs via React.forwardRef to work better with document generation.
954
+ - Fix backstage not updating when props.items are updated.
955
+ - Propagate isDisabled MenuItem property to ContextMenuItem disabled property
956
+ - Added partially visible instances support to VisibilityHandler
957
+ - Initial implementation of AccuDraw UI
958
+ - Prevent unnecessary 1.0 Toolbar rerenders in ToolbarComposer.
959
+ - Updated UI Learning docs
960
+ - Set active viewport to match active content view when overlay is clicked.
961
+ - Add ability to control panel size and state from StagePanelDef.
962
+ - Update to latest react-dnd version.
963
+
964
+ ## 2.10.3
965
+ Fri, 08 Jan 2021 18:34:03 GMT
966
+
967
+ _Version update only_
968
+
969
+ ## 2.10.2
970
+ Fri, 08 Jan 2021 14:52:02 GMT
971
+
972
+ _Version update only_
973
+
974
+ ## 2.10.1
975
+ Tue, 22 Dec 2020 00:53:38 GMT
976
+
977
+ _Version update only_
978
+
979
+ ## 2.10.0
980
+ Fri, 18 Dec 2020 18:24:01 GMT
981
+
982
+ ### Updates
983
+
984
+ - Rename 'VisibilityHandler' to 'ModelsVisibilityHandler' and allow subclasses to acces more methods.
985
+ - Avoid throwing exception in ModelsTree VisibilityHandler if RulesetDrivenIdsProvider got undefined content
986
+ - Correctly handler visibility changes in ModelsTree when filter is applied
987
+ - Refactor DialogItem and Property interfaces to make them easier to use.
988
+ - Add a 'hasChildren' hint for categories in ModelsTree. We know that categories always have nodes under them. Tell that with a `hasChildren: "Always"` hint to improve categories' loading performance
989
+ - Disable pointer events in overlay of default view overlay.
990
+
991
+ ## 2.9.9
992
+ Sun, 13 Dec 2020 19:00:03 GMT
993
+
994
+ _Version update only_
995
+
996
+ ## 2.9.8
997
+ Fri, 11 Dec 2020 02:57:36 GMT
998
+
999
+ _Version update only_
1000
+
1001
+ ## 2.9.7
1002
+ Wed, 09 Dec 2020 20:58:23 GMT
1003
+
1004
+ _Version update only_
1005
+
1006
+ ## 2.9.6
1007
+ Mon, 07 Dec 2020 18:40:48 GMT
1008
+
1009
+ _Version update only_
1010
+
1011
+ ## 2.9.5
1012
+ Sat, 05 Dec 2020 01:55:56 GMT
1013
+
1014
+ _Version update only_
1015
+
1016
+ ## 2.9.4
1017
+ Wed, 02 Dec 2020 20:55:40 GMT
1018
+
1019
+ _Version update only_
1020
+
1021
+ ## 2.9.3
1022
+ Mon, 23 Nov 2020 20:57:56 GMT
1023
+
1024
+ _Version update only_
1025
+
1026
+ ## 2.9.2
1027
+ Mon, 23 Nov 2020 15:33:50 GMT
1028
+
1029
+ _Version update only_
1030
+
1031
+ ## 2.9.1
1032
+ Thu, 19 Nov 2020 17:03:42 GMT
1033
+
1034
+ ### Updates
1035
+
1036
+ - Revert width change to EnumEditor component instead set width to auto only for docked tool settings.
1037
+
1038
+ ## 2.9.0
1039
+ Wed, 18 Nov 2020 16:01:50 GMT
1040
+
1041
+ ### Updates
1042
+
1043
+ - Change ComponentGenerator to remove need for setImmediate call.
1044
+ - Update test snapshot file due to change to support ForwardRef of Input controls.
1045
+ - Rename ToolUiManager to ToolSettingsManager
1046
+ - Add support for reloading enum choices or reloading all components constructed from UiDataProvider data.
1047
+ - Changed AutoSuggest getSuggestions prop to async and removed @deprecated tag
1048
+ - Added FrameworkUiAdmin.showReactCard
1049
+ - Update 2.0 status bar background color.
1050
+ - Change Editor components to process native keyboard events instead of synthe
1051
+ - Added MessagePopup - Displays Toast & Sticky messages without a StatusBar
1052
+ - Respect WidgetState.Hidden when rendering widget tabs.
1053
+
1054
+ ## 2.8.1
1055
+ Tue, 03 Nov 2020 00:33:56 GMT
1056
+
1057
+ _Version update only_
1058
+
1059
+ ## 2.8.0
1060
+ Fri, 23 Oct 2020 17:04:02 GMT
1061
+
1062
+ ### Updates
1063
+
1064
+ - ModelsTree: Handle GraphicalPartition3d similar to PhysicalPartition - it should not be displayed if there's a 'GraphicalPartition3d.Model.Content' attribute in JsonProperties
1065
+ - Added jsdoc ESLint rule for UI packages
1066
+ - Upgraded react-split-pane to 0.1.92
1067
+
1068
+ ## 2.7.6
1069
+ Wed, 11 Nov 2020 16:28:23 GMT
1070
+
1071
+ _Version update only_
1072
+
1073
+ ## 2.7.5
1074
+ Fri, 23 Oct 2020 16:23:51 GMT
1075
+
1076
+ _Version update only_
1077
+
1078
+ ## 2.7.4
1079
+ Mon, 19 Oct 2020 17:57:02 GMT
1080
+
1081
+ _Version update only_
1082
+
1083
+ ## 2.7.3
1084
+ Wed, 14 Oct 2020 17:00:59 GMT
1085
+
1086
+ _Version update only_
1087
+
1088
+ ## 2.7.2
1089
+ Tue, 13 Oct 2020 18:20:39 GMT
1090
+
1091
+ _Version update only_
1092
+
1093
+ ## 2.7.1
1094
+ Thu, 08 Oct 2020 13:04:35 GMT
1095
+
1096
+ _Version update only_
1097
+
1098
+ ## 2.7.0
1099
+ Fri, 02 Oct 2020 18:03:32 GMT
1100
+
1101
+ ### Updates
1102
+
1103
+ - Update to limit size of keyin stored in keyin history.
1104
+ - Added Table cell editor activation via keyboard when using row selection. Added Tree cell editor activation via keyboard.
1105
+ - Table cell editing via keyboard
1106
+ - Added useCachedNineZoneState in widget-panels Frontstage
1107
+ - Do not render empty stage panel when frontstage changes.
1108
+ - ModelsTree: Add a prop for enabling auto-update
1109
+ - ModelsTree: Group similar category nodes to avoid duplication
1110
+ - Add telemetry to ui-framework.
1111
+
1112
+ ## 2.6.5
1113
+ Sat, 26 Sep 2020 16:06:34 GMT
1114
+
1115
+ _Version update only_
1116
+
1117
+ ## 2.6.4
1118
+ Tue, 22 Sep 2020 17:40:07 GMT
1119
+
1120
+ ### Updates
1121
+
1122
+ - Do not render empty stage panel when frontstage changes.
1123
+
1124
+ ## 2.6.3
1125
+ Mon, 21 Sep 2020 14:47:10 GMT
1126
+
1127
+ _Version update only_
1128
+
1129
+ ## 2.6.2
1130
+ Mon, 21 Sep 2020 13:07:45 GMT
1131
+
1132
+ _Version update only_
1133
+
1134
+ ## 2.6.1
1135
+ Fri, 18 Sep 2020 13:15:09 GMT
1136
+
1137
+ _Version update only_
1138
+
1139
+ ## 2.6.0
1140
+ Thu, 17 Sep 2020 13:16:12 GMT
1141
+
1142
+ ### Updates
1143
+
1144
+ - Add support for a feature flag to control the display of the keyin palette.
1145
+ - BadgeType support for Backstage items
1146
+ - add itemschanged handler so that items provided can be conditionally hidden
1147
+ - Lower case syncEventIds prior to comparison
1148
+ - Added PopupContextMenu component. Added 'iconRight' support to menu items.
1149
+ - Moved ESLint configuration to a plugin
1150
+ - Exported ActivityMessage. Added ActivityMessagePopup component.
1151
+ - react to creation of telemetry client
1152
+ - Addressed ESLint warnings in UI packages. Fixed react-set-state-usage rule. Allowing PascalCase for functions in UI packages for React function component names.
1153
+ - Add support for opening a key-in palette to run key-ins.
1154
+ - ModelsTree: Fix search hierarchy
1155
+ - Avoid exception during keyin palette test.
1156
+ - Render only visible stage panel widgets.
1157
+ - Prevent useWidgetDirection from crashing in 1.0 UI.
1158
+ - Enable stage panel resizable prop for 2.0.
1159
+ - Add pinned flag to StagePanelProps.
1160
+ - Add system preferred theme as default theme.
1161
+ - Deny tool settings tab from docking to top panel target.
1162
+
1163
+ ## 2.5.5
1164
+ Wed, 02 Sep 2020 17:42:23 GMT
1165
+
1166
+ ### Updates
1167
+
1168
+ - Update rxjs dependency version to `^6.6.2`
1169
+
1170
+ ## 2.5.4
1171
+ Fri, 28 Aug 2020 15:34:16 GMT
1172
+
1173
+ ### Updates
1174
+
1175
+ - Show duplicate target partitions in ModelsTree
1176
+
1177
+ ## 2.5.3
1178
+ Wed, 26 Aug 2020 11:46:00 GMT
1179
+
1180
+ _Version update only_
1181
+
1182
+ ## 2.5.2
1183
+ Tue, 25 Aug 2020 22:09:08 GMT
1184
+
1185
+ _Version update only_
1186
+
1187
+ ## 2.5.1
1188
+ Mon, 24 Aug 2020 18:13:04 GMT
1189
+
1190
+ _Version update only_
1191
+
1192
+ ## 2.5.0
1193
+ Thu, 20 Aug 2020 20:57:10 GMT
1194
+
1195
+ ### Updates
1196
+
1197
+ - Fixed updating focus when Tabs activeIndex updated. More a11y issues.
1198
+ - Toolbar overflow styling.
1199
+ - Update calculation of StageUsage to pass to UiItemsProviders
1200
+ - Added eslint-plugin-jsx-a11y devDependency and made first pass at adding a11y roles
1201
+ - Added react-axe and resolved some a11y issues
1202
+ - Moved SpecialKey & FunctionKey enums to ui-abstract & started using them throughout UI packages
1203
+ - lock down @types/react version at 16.9.43 to prevent build error from csstype dependency
1204
+ - Added Table component keyboard row selection. Miscellaneous a11y fixes.
1205
+ - Switch to ESLint
1206
+ - Add drop shadow to statusbar overflow popup.
1207
+ - Ability to fit content of panel widgets.
1208
+ - Added Home focus support to ui-abstract
1209
+ - Update to @bentley/react-scripts@3.4.2
1210
+
1211
+ ## 2.4.2
1212
+ Fri, 14 Aug 2020 16:34:09 GMT
1213
+
1214
+ _Version update only_
1215
+
1216
+ ## 2.4.1
1217
+ Fri, 07 Aug 2020 19:57:43 GMT
1218
+
1219
+ ### Updates
1220
+
1221
+ - add missing rbac-client dep
1222
+
1223
+ ## 2.4.0
1224
+ Tue, 28 Jul 2020 16:26:24 GMT
1225
+
1226
+ ### Updates
1227
+
1228
+ - Fixed size of Checkbox & cursor for ViewAttributes checkboxes
1229
+ - Map Layer UX
1230
+ - Update 2.0 fronstage logic to monitor extensions and refresh widgets.
1231
+ - Changed toolbar opacity processing to affect all components in widget.
1232
+ - Fix stage panel initialization when defaultState is Off.
1233
+ - Address LGTM warnings in UI code.
1234
+ - Remove not found widget tabs when restoring layout.
1235
+
1236
+ ## 2.3.3
1237
+ Thu, 23 Jul 2020 12:57:15 GMT
1238
+
1239
+ _Version update only_
1240
+
1241
+ ## 2.3.2
1242
+ Tue, 14 Jul 2020 23:50:36 GMT
1243
+
1244
+ _Version update only_
1245
+
1246
+ ## 2.3.1
1247
+ Mon, 13 Jul 2020 18:50:14 GMT
1248
+
1249
+ _Version update only_
1250
+
1251
+ ## 2.3.0
1252
+ Fri, 10 Jul 2020 17:23:14 GMT
1253
+
1254
+ ### Updates
1255
+
1256
+ - Provide an immediate tool that will restore the default layout for frontstage.
1257
+ - Provide ability to support subclassing IModelViewportControl and allow custom overlay component without sub-classing.
1258
+ - fix styling of docked toolsetting so controls are centered.
1259
+ - Fix tool settings styling on FireFox.
1260
+ - Accessibility: Improved focus borders & indicators
1261
+ - Fix floating widget bug.
1262
+ - Models Tree: Show sub-model contents under geometric elements
1263
+ - Enable minSize and maxSize StagePanelProps in 2.0. Allow percentage units to be passed in to maxSize prop.
1264
+ - Enable WidgetDef.setLabel() in 2.0 mode.
1265
+
1266
+ ## 2.2.1
1267
+ Tue, 07 Jul 2020 14:44:52 GMT
1268
+
1269
+ ### Updates
1270
+
1271
+ - Fix setWidgetState edge case where widget stays open w/o active tab.
1272
+
1273
+ ## 2.2.0
1274
+ Fri, 19 Jun 2020 14:10:03 GMT
1275
+
1276
+ ### Updates
1277
+
1278
+ - Update the IModelApp.features.track calls in HideIsolateEmphasizeManager
1279
+ - Update uses of StageUsage to use strings.
1280
+ - Added MessageManager.MaxDisplayedStickyMessages & support for maximum displayed sticky messages
1281
+ - Added property editors for multi-line text, slider and numeric input/spinner.
1282
+ - Replace 'Plugin' with 'Extension' in comments and examples.
1283
+ - Exported ToastMessage & StickyMessage components
1284
+ - Added support for popup with multiple editors
1285
+ - Use the DialogGridContainer not the ToolSettingsGridContainer for popup toolsetting since these popup are not in widgets.
1286
+ - Tracking time spent in frontstages for application telemetry
1287
+ - Do not save tab labels when saving frontstage layout.
1288
+ - Set ui-framework test coverage thresholds to 100%
1289
+ - Move LayoutManager API to FrontstageDef and WidgetDef.
1290
+ - Introduce an option to group elements by class in `ModelsTree` and `SpatialContainmentTree`. Also allow specifying the option for both trees when creating `VisibilityWidget`.
1291
+ - Fix bottom/top stage panel tab duplication.
1292
+ - Added ViewStateProp & support for obtaining ViewState from function in ViewportComponent and IModelViewportControl
1293
+
1294
+ ## 2.1.0
1295
+ Thu, 28 May 2020 22:48:59 GMT
1296
+
1297
+ ### Updates
1298
+
1299
+ - Add missing @itwin/core-markup peerDependency
1300
+ - Add commandItemDef to clearHiddenIsolatedEmphasized elements.
1301
+ - Fix z-index of Modeless dialogs.
1302
+ - Address React warnings about deprecated methods.
1303
+ - Make methods in HideIsolateEmphasizeManager static so they can be called by other packages.
1304
+ - Update Hide, isolate, empahsize callback processing to ensure selection is not cleared until callbacks are processed.
1305
+ - Added ability for apps to display Favorite properties in Element Tooltip & Card at Cursor
1306
+ - Add useWidgetDirection hook.
1307
+ - Ability to restore layout.
1308
+ - Expose showWidget and expandWidget functionality.
1309
+ - Generate stable widget def id to fix save/restore layout issue.
1310
+ - Ability to set stage panel size.
1311
+ - Visibility Widget Trees: Fix a wrong offset being used for nodes when display state of the node is still unclear
1312
+ - Update HideIsolateEmphasizeAction enum so entries match FeatureIds used by Design Review.
1313
+ - Do not display camera tool if 3D view does not support camera.
1314
+
1315
+ ## 2.0.0
1316
+ Wed, 06 May 2020 13:17:49 GMT
1317
+
1318
+ ### Updates
1319
+
1320
+ - Add support for 2.0 ui Tool and Navigation widgets to react to UiFramework.onUiVisibilityChanged events
1321
+ - Add support for showing modal stages when using 2.0 UI components.
1322
+ - Added following zone names to be used in-lieu of old ninezone names: contentManipulationTools, toolSettings, viewNavigationTools, and statusBar.
1323
+ - Add support for groupPriority for ToolbarItems. If specified then a group separator is shown when the priority changes.
1324
+ - Improved Tool Settings inline editor group layout when narrow
1325
+ - Fixed Message Center count for MessageManager.clearMessages()
1326
+ - Add ConditionStringValue support. Used to define labels and icons.
1327
+ - Removed @deprecated APIs from ui-framework & ui-core and updated NextVersion.md
1328
+ - Rename some new widget classes and deprecate classes we don't want user to continue to use.
1329
+ - Fix to properly initialize enable/disable state of toolsettings editor based on lock property.
1330
+ - 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.
1331
+ - Call FrontstageDef.setActiveViewFromViewport when viewport is available to ensure activeContent is properly set.
1332
+ - Ensure ui-abstract is listed as peer dependency and not just a dev dependency.
1333
+ - Fix type in ToolSettingsGridProps name
1334
+ - Fix bug 292829 where toolbar border displayed when all items are hidden. Add new camera on/off icons definitions.
1335
+ - Update test to avoid warnings.
1336
+ - Fix for setting active Frontstage before FrontstageComposer mount
1337
+ - Fixed ReactResizeDetector usage after upgrade. Converted Toggle component to function. Hover/pressed styling in 2.0 Toolbar.
1338
+ - react to renaming of imodeljs-clients
1339
+ - Moved KeyinBrowser component to @beta for 2.0
1340
+ - Using center of Messages indicator as target. Added CSS classname overrides to StatusBarComposer for sections. UI 2.0 color tweaks.
1341
+ - Fixed FrontendAuthorizationClient type guard.
1342
+ - Update GroupButton definition to use ReadonlyArray for child items.
1343
+ - Modal Frontstage styling
1344
+ - Ui 2.0 - Blur the toolbar item background
1345
+ - Moved the CubeNavigationAid & DrawingNavigationAid to ui-components package
1346
+ - Renamed OIDC constructs for consistency; Removed SAML support.
1347
+ - Fixed popup location when passing htmlElement to UiAdmin functions
1348
+ - Clean up deprecated APIs
1349
+ - Hide stage panel when panel state is off.
1350
+ - Added ability to customize selection handling in VisibilityWidget's Models tree
1351
+ - Made React functional component specifications consistent across UI packages
1352
+ - Slider component tooltipBelow prop & tooltip styling
1353
+ - Added API in MessageManager to display either a Toast or Sticky message using React components.
1354
+ - react to new clients packages from imodeljs-clients
1355
+ - Remove comment text shown in render function.
1356
+ - Updates to remove need for svg-sprite-loader, use defualt CRA svgr loader instead.
1357
+ - For consistency add reactNode getters/setters and deprecate use of reactElement.
1358
+ - Revert back to using svg-sprite-loader and sprite resourceQuery.
1359
+ - Upgrade to Rush 5.23.2
1360
+ - Cleanups needed to Signin/Signout and related components in UiFramework
1361
+ - Deprecated UiFramework.oidcClient and added isIOidcFrontendClient to imodeljs-clients
1362
+ - Fixed className usage in StatusBar section components
1363
+ - Update StatusBarComposer to support Overflow panel.
1364
+ - Fixed sizing for string-based SVG in ToolAssistance
1365
+ - Fixed several Tool Assistance issues
1366
+ - Ui 2.0 - Toolbar display changes
1367
+ - Updated Toolbar colors/opacity for Ui 2.0
1368
+ - Update ToolbarComposer to use new ToolbarWithOverflow.
1369
+ - Learning docs for UiAdmin & UiItemsArbiter
1370
+ - Extract base behavior and styling from Models and Categories trees.
1371
+ - Promoted some @beta to @public in Ui packages & ToolAssistance for 2.0 release.
1372
+ - Categories Tree should react to display changes from other components
1373
+ - Changed Categories Tree to take filter info as property and removed searchbox from it
1374
+ - In source documentation. Some learning docs & API changes.
1375
+ - Move react to peerDependencies.
1376
+ - Learning documentation for ui-core
1377
+ - TOC for UI 2.0 Docs, @alpha to @beta, Components Examples
1378
+ - Documentation updates and change camera tool to use SVG icons.
1379
+ - Ability to drag docked tool settings to widget mode.
1380
+ - Fix mergeWithZone when frontstage is activated before FrontstageComposer mounts.
1381
+ - Support for floating widget targets.
1382
+ - Passing on style props from ui-framework Toolbar to ui-ninezone Toolbar
1383
+ - Started ui-components Learning doc section
1384
+ - Use panel zones with fallback to frontstage zones to define 2.0 UI.
1385
+ - Updated ModelTree ruleset to use RelationshipPathSpecification
1386
+ - Filtering support in Models Tree
1387
+ - Move redux and react-redux to peerDependencies.
1388
+ - Removed `UiFramework.getDefaultRulesetId()` and `UiFramework.setDefaultRulesetId()`
1389
+ - Ability to save and restore frontstage layout.
1390
+ - UI: Toggle Component - only use animation on value change
1391
+ - Added custom message to render if filter returns no data in Categories and Models trees
1392
+ - Fix visibility widget trees styles
1393
+ - Ability to switch to 9-Zone 2.0
1394
+ - Refactor to remove duplicate ComponentGenerator instatiation. Rename filea nd components to remove React reference.
1395
+ - Update auto-generated dialog items to work with the Tool Settings Bar.
1396
+ - Moved Property classes and interfaces to ui-abstract package. Created a "DefaultDialogGridContainer" to turn specifications from abstract DialogItems UI into React components.
1397
+ - Refactor DefaultToolSettingsProvider to use DialogItemsManager and remove duplicate code.
1398
+ - Fix Indicator to properly load SVG icons.
1399
+ - Refactor DefaultToolSettingsProvider to use the DialogItem interfaces in place of ToolSettings classes.
1400
+ - Moved Checkbox, Radio, Select, Toggle, Slider & AutoSuggest into their own category
1401
+ - Defaulting to IModelApp.i18n in UI packages and cascading initialize() calls
1402
+ - UI: Support for multiple Toast & Sticky messages
1403
+ - Added UiSetting. Saving/restoring settings in ui-test-app.
1404
+ - Remove support for the iModel.js module system by no longer delivering modules.
1405
+ - Hide 3d tools when active view is 2d.
1406
+ - Add support for Horizontal Tool Settings container
1407
+
1408
+ ## 1.14.1
1409
+ Wed, 22 Apr 2020 19:04:00 GMT
1410
+
1411
+ _Version update only_
1412
+
1413
+ ## 1.14.0
1414
+ Tue, 31 Mar 2020 15:44:19 GMT
1415
+
1416
+ ### Updates
1417
+
1418
+ - Models Tree: Fix non-geometric models being used when changing subject's display
1419
+
1420
+ ## 1.13.0
1421
+ Wed, 04 Mar 2020 16:16:31 GMT
1422
+
1423
+ ### Updates
1424
+
1425
+ - Added ability to customize selection handling in VisibilityWidget's Models tree
1426
+ - Passing on style props from ui-framework Toolbar to ui-ninezone Toolbar
1427
+ - Updated ModelTree ruleset to use RelationshipPathSpecification
1428
+
1429
+ ## 1.12.0
1430
+ Wed, 12 Feb 2020 17:45:50 GMT
1431
+
1432
+ ### Updates
1433
+
1434
+ - Upgraded icons-generic-webfont to ^1.0.0
1435
+ - #269173 Nav cube arrow controls will no longer turn model sideways.
1436
+ - Avoid handling whole tree model when handling model change event
1437
+ - Added UiAdmin.showHTMLElement to show information & graphics for markers
1438
+
1439
+ ## 1.11.0
1440
+ Wed, 22 Jan 2020 19:24:12 GMT
1441
+
1442
+ ### Updates
1443
+
1444
+ - Upgrade to TypeScript 3.7.2.
1445
+ - Made 'show/hide all categories' action be limited by the filter
1446
+ - Cube navigation aid touch events fix.
1447
+
1448
+ ## 1.10.0
1449
+ Tue, 07 Jan 2020 19:44:01 GMT
1450
+
1451
+ ### Updates
1452
+
1453
+ - Fixed lgtm issues in UI folders
1454
+ - Ui doc & release tag cleanup
1455
+ - Update to use new BackstageItemManager and PluginStatusBarManager from ui-abstract package. Update StatusbarComposer to show items from plugins.
1456
+ - Remove duplicate StatusBarItemManager from ui-framework and only leave the one in ui-abstract.
1457
+ - Fix for nine-zone sample app not displaying backstage items.
1458
+
1459
+ ## 1.9.0
1460
+ Tue, 10 Dec 2019 18:08:56 GMT
1461
+
1462
+ ### Updates
1463
+
1464
+ - Add useActiveIModelConnection hook.
1465
+ - Allow setting App Iconspec.
1466
+ - Setup OidcDesktopClient for Electron use cases.
1467
+ - Fix styling of footer Indicator to work with Themes.
1468
+ - Disallow plugins from adding tools anywhere but the end of a toolbar.
1469
+ - [ModelsTree] Merge same-label Subject nodes to avoid duplication
1470
+ - No longer accessing this.state or this.props in setState updater - flagged by lgtm report
1471
+ - Changed SignIn & SignOut buttons to large. Fixed Dialog component resizing. Reduced default minimum size of Dialog component.
1472
+ - Update sinon version.
1473
+ - Added support for NotifyMessageDetails.displayTime for Toast messages
1474
+ - Reduce active tab index when tab is removed.
1475
+ - Ability to determine available tool settings width.
1476
+ - Fix code analysis report issues.
1477
+ - Adjusted Categories and Models trees according changes to ControlledTree events
1478
+ - Added VisibilityWigdet implementation using ControlledTree and ability to switch to it
1479
+ - Remove content node when WidgetContentRenderer unmounts.
1480
+ - Update overflow GroupItem click action to open the panel.
1481
+ - Prevent frontstage composer rerender on pointer events.
1482
+ - Use exhaustive-deps linter rule.
1483
+ - Ability to opt-in to toolbar drag interaction.
1484
+ - Prevent unnecessary resubscribe in useActiveViewport hook.
1485
+ - Visibility Widget: Treat dictionary model as never private in Categories tree.
1486
+ - Ability to specify initialWidth for Zone component.
1487
+ - Removed unused React state variables. Removed unsupported setState calls from render() methods.
1488
+ - Code cleanup based on code analysis report from lgtm. Updated status field fade-in/out animation.
1489
+ - Update to allow Sections statusfield to hide/show depending on active view clip.
1490
+ - Added ConditionalField and FooterModeField components. StatusBar responsive changes.
1491
+
1492
+ ## 1.8.0
1493
+ Fri, 22 Nov 2019 14:03:34 GMT
1494
+
1495
+ ### Updates
1496
+
1497
+ - Add support for Hide, Isolate, emphasize tools and status bar item to UiFramework.
1498
+ - Fix bug where ToolSettings title was not reset after view undo/redo tool usage.
1499
+ - Initializing OidcBrowserClient before setting it in UiFramework
1500
+ - Responsive logic in Property Grid to switch to Vertical orientation when too narrow
1501
+ - Tablet responsive UI
1502
+ - Added StatusBarComposer, StatusBarItem, StatusBarManager and StatusBarItemsManager
1503
+ - Added StatusBarItemsManager.setIsVisible & StatusBarItem.isVisible
1504
+ - Support multiple status bars in the StatusBarManager
1505
+ - Added tslint-react-hooks to UI packages
1506
+ - Ensure item uniqueness in BackstageItemsManager and StatusBarItemsManager.
1507
+ - Remove unsupported fit-content CSS value.
1508
+ - Expose stage panel minSize and maxSize props.
1509
+ - Do not show widget resize indicator when widget can not be resized.
1510
+ - Remove history trays.
1511
+ - Open tool panel via drag interaction.
1512
+ - Update TileRendering StatusField width.
1513
+
1514
+ ## 1.7.0
1515
+ Fri, 01 Nov 2019 13:28:37 GMT
1516
+
1517
+ ### Updates
1518
+
1519
+ - Addressed AccessToken, OidcClient and Backstage issues in ui-framework
1520
+ - UiAdmin methods for AccuDraw Ui: MenuButton, Calculator, Angle, Length, Height
1521
+ - Provide a DefaultNavigationWidget that can be used by Apps and Plugins and can be extended by Plugins.
1522
+ - Fixed issues with use of OIDC AuthCode workflow in Electron and Single Page Applications.
1523
+ - Minor Backstage cleanup & unit tests
1524
+ - Update DefaultToolSettingsProvide to create responsive UI.
1525
+ - Added badge support to context menu items. Moved some Plugin Ui definitions to ui-abstract.
1526
+ - Added support for English key-ins in addition to translated key-ins
1527
+ - Flatten group in DefaultNavigationWidget
1528
+ - Update order of string enums to try to avoid extract-api issues
1529
+ - Added New badge for UI items
1530
+ - Add basic support for redux connected components.
1531
+ - Made the Status Bar & Backstage more responsive on smaller screens
1532
+ - Added initial ui-abstract package setup
1533
+ - Added UiAdmin with support for displaying Menus and Toolbars at a location
1534
+ - Refactored BackstageComposer.
1535
+ - Expand tool zone bounds over unused bottom zones.
1536
+ - Correctly fill merged zones.
1537
+ - Update presentation rules of imodel components' hierarchies to hide private models and their content
1538
+ - Fix defaultState of StagePanel.
1539
+ - Raise BackstageEvent from BackstageManager.
1540
+ - Remove CSS class that was adding extra padding to the bottom of editor fields in narrow layout.
1541
+ - Removed unused package
1542
+
1543
+ ## 1.6.0
1544
+ Wed, 09 Oct 2019 20:28:43 GMT
1545
+
1546
+ ### Updates
1547
+
1548
+ - Add support for CursorMenu
1549
+ - Clear internal row/column selection data when number or rows change in Table. Add definitions for platform MeasureTools.
1550
+ - Fix Tool Settings label to ensure it stays in sync with active tool.
1551
+ - Added AutoSuggest component and improved KeyinBrowser component
1552
+ - Close tool group panel on toolbar item click.
1553
+ - Ability to drag and resize tool settings widget.
1554
+ - Ignore widgetDef state in WidgetContentRenderer of tool settings.
1555
+
1556
+ ## 1.5.0
1557
+ Mon, 30 Sep 2019 22:28:48 GMT
1558
+
1559
+ ### Updates
1560
+
1561
+ - AccuDraw Popup Editors. Improved editor sizes. Editor Params improvements.
1562
+ - Initial Accudraw Ui components - Buttons, ContextMenus, Calculator, Editors. IconInput in ui-core.
1563
+ - Backport Sections and ViewAttributes Status Fields from Design Review for use with plugins.
1564
+ - Cursor Prompt no longer displays as small blank popup when Tool Assistance instruction is blank
1565
+ - Fixed Frontstage resizing problem exposed by Chrome update
1566
+ - Don't try to correct clip plane handle location when plane has been moved outside project extents. Updated image for two finger drag svg.
1567
+ - Changed ToolWidget, NavigatonWidget, and Toolbar render method to only render items in state and to not generate them during render.
1568
+ - Add support for panelLabel property for a GoupButton. This is the title that is shown when the group is opened.
1569
+ - Added FrontstageProvider.initializeDef param for FrontstageDef
1570
+ - Correct ViewClipByPlaneTool icon.
1571
+ - UiDataProvider class, work on PluginUiProvider
1572
+ - Change BackstageItemSpec to use localized strings not keys to be localized due to the way Plugins provide localization.
1573
+ - Create a common IModelViewPort control that supports Design Review and ui-test-app.
1574
+ - Add ability to pre-load hierarchies in Visibility Widget
1575
+ - Tool Assistance changes per UX Design
1576
+ - Support for Modifier key + wide SVG
1577
+ - Tool Assistance for Ctrl+Z and other chars
1578
+ - Fixed ToolAssistanceField pin problem
1579
+ - Tool assistance: Measure tools, view clip tools, and touch cursor inputs.
1580
+ - Added touch entries to ToolAssistanceImage
1581
+ - Update the tree (empty data) be more descriptive and generic.
1582
+ - In the Model/Category/Spatial trees, center the error message
1583
+ - Upgrade to TypeScript 3.6.2
1584
+ - Ability to collapse stage panel using StagePanelDef.
1585
+ - Stage panel header.
1586
+ - Make components aware of safe area insets.
1587
+
1588
+ ## 1.4.0
1589
+ Tue, 10 Sep 2019 12:09:49 GMT
1590
+
1591
+ ### Updates
1592
+
1593
+ - Using Checkbox component in BooleanEditor. Cleaned up cell editor positioning.
1594
+ - Updated inputs and button padding for iModel.js. Fixed Popup colors & z-index.
1595
+ - Added support for content view minSize properties
1596
+ - Fixed SplitPane pane 2 size. Upgraded react-split-pane to 0.1.87.
1597
+ - Addressed some warnings introduced with React 16.9
1598
+ - Listening for onSelectedViewportChanged to set active content view for viewports
1599
+ - Had to back up to react-split-pane 0.1.77
1600
+ - Allow an app to specify touch-specific instructions in tool assistance.
1601
+ - Visibility Component: Preserve active tree state by saving and restoring scroll position
1602
+
1603
+ ## 1.3.0
1604
+ Tue, 13 Aug 2019 20:25:53 GMT
1605
+
1606
+ ### Updates
1607
+
1608
+ - Add markupTool definitions. Update to use latest icon library
1609
+ - Add support for BackstageComposer so Plugins can add backstage items.
1610
+ - Fix dragged widget offset.
1611
+ - Widget with isToolSettings honors defaultState
1612
+ - Move MarkupTool definitions to their own class.
1613
+ - Fixed location of ContentLayout within 9-zone area and Stage Panels
1614
+ - Added CursorPopupRenderer to render multiple CursorPopups per RelativePosition.
1615
+ - Added CursorPrompt, improved Pointer messages
1616
+ - Added @bentley/icons-generic to dependencies which was wrongly set in devDependencies.
1617
+ - Fixed Group Button history is overlapping a Popup Button panel when hovering over the Group button
1618
+ - Allow enter key in arguments field of keyin browser to trigger command execution. Select text on focus in to allow easy argument replacement
1619
+ - Added icons to markup/redline
1620
+ - Fixed Zone mergeWithZone processing
1621
+ - Port RealityData widget from Design Review.
1622
+ - Added icon for redline text tool
1623
+ - Update FilteringInput to use updated search box design from UX. Also updated ModelSelectorTree to work with changes and marked ModelSelector as deprecated.
1624
+ - Add tool assistance for SelectTool.
1625
+ - Update SelectTool to display tool setting by default.
1626
+ - Moved Point, PointProps, Rectangle, RectangleProps, Size and SizeProps to ui-core from ui-ninezone
1627
+ - Improved ToolAssistance item spacing. ViewSelector shows current view.
1628
+ - Made Tool Settings tab tooltip more concise & clearer
1629
+ - Close ListPicker popup when clicking the button.
1630
+ - Initialize stage panel size from size prop.
1631
+ - VisibilityTree: Fix not all models' visibility being changed when changing visibility of parent subject
1632
+ - Visibility Tree: Handle `Viewport.isAlwaysDrawnExclusive` flag when determining and handling Element display states
1633
+ - Backport Visibility Widget from Design Review
1634
+ - Update to latest icon package version.
1635
+
1636
+ ## 1.2.0
1637
+ Wed, 24 Jul 2019 11:47:26 GMT
1638
+
1639
+ ### Updates
1640
+
1641
+ - Update so both Tool and Navigation wigets refresh when PluginUiProvider is loaded.
1642
+ - Support ToolbarItemInsertSpecs with conditional visibility. Update toolbar processing to better handle situations where number of visible items change.
1643
+ - Add support for GroupItemInsertSpec, badges, and svg symbolId in ToolbarItemInsertSpecs
1644
+ - Removed redundant call to OidcClient.initialize in UiFramework.
1645
+ - Add PluginUiManager class and PluginUiProvider interface that will be used by Plugins to specify UI components to add to an iModeljs application.
1646
+ - Added CursorInformation and CursorPopup
1647
+ - Upgraded to Redux 4.0.3 that fixed combineReducers
1648
+ - Add basic support to display an svg file for an toolbar item image.
1649
+ - Added ToolAssistance support and Tool.iconSpec
1650
+ - Fixed Toolbar resizing, ContextMenu className and $buic-row-hover & $buic-row-selection
1651
+ - Rerender widget tabs when WidgetDef changes.
1652
+ - Close ListPicker on outside click.
1653
+ - Ability to close Panel of PopupButton.
1654
+ - Remove node selection logic from model Tree
1655
+ - Convert Widget, Zone and StagePanel components to PureComponents.
1656
+ - Model Picker: Fix presentation ruleset
1657
+ - VisibilityTree: Update visual styles.
1658
+ - Visibility Tree: Only show Subject nodes which have child Subjects, PhysicalPartitions or SpatialLocationPartitions.
1659
+ - React to ui-ninezone changes.
1660
+
1661
+ ## 1.1.0
1662
+ Mon, 01 Jul 2019 19:04:29 GMT
1663
+
1664
+ ### Updates
1665
+
1666
+ - Added beta badge support to toolbar buttons and widget tabs
1667
+ - Cleaned up console warnings
1668
+ - Eliminate need to cache tool setting properties by ensuring active tool is available before activeToolChanged event is fired.
1669
+ - Added prefixes to Dialog & ContextMenu to CSS classes for positioning
1670
+ - Removed missing group descriptions
1671
+ - Added support for 'HTMLElement | string' for message strings
1672
+ - Fixed Minimum/Maximum window toast message spam
1673
+ - Fixed ActionButtonItemDef random key unit test
1674
+ - Removed 4 dangerouslySetInnerHtml usages to help with Security audit; 3 remain on purpose.
1675
+ - Save & Restore View Layouts
1676
+ - Force toolsettings to refresh when a tool is started even if new toolId is same as active toolId.
1677
+ - Added *.svg to .npmignore file
1678
+ - Fix issue where cached tool settings values in UI would get out of sync with actual values in tool.
1679
+ - Update to TypeScript 3.5
1680
+ - Fix model selector view sync problem
1681
+ - Added MessageManager.addToMessageCenter. ui-framework unit tests.
1682
+ - Reuse ui-ninezone stage panels.
1683
+ - Visibility Tree: Auto-expand root node
1684
+ - Visibility Tree: Fix incorrect category status when category is displayed directly under subject
1685
+ - Visibility Tree: Use a more fool-proof node type checking
1686
+ - Visibility Tree: Update subject node icons
1687
+ - Visibility Tree: Disable subjects and models if active view is not spatial
1688
+ - Visibility Tree: Avoid re-rendering the tree multiple times when receiving multiple view change notifications in a row
1689
+ - The VisibilityTree component now ensures displayed models are loaded.
1690
+ - Added ViewSelector.updateShowSettings to control which view types are displayed
1691
+
1692
+ ## 1.0.0
1693
+ Mon, 03 Jun 2019 18:09:39 GMT
1694
+
1695
+ ### Updates
1696
+
1697
+ - Switched from iModelHub Project API to Context API
1698
+ - Disable SyncUi test that occasionally fails on CI job.
1699
+ - Added UI Logger & UiError usage & improved i18n calls
1700
+ - Fix spelling error and rename frontstageKey to iModelId since token was used to inform ui when imodel changed.
1701
+ - Fix setWidgetState(Hidden)
1702
+ - Support touch move for navigation controls.
1703
+ - Moved NoChildrenProps, OmitChildrenProp and flattenChildren to ui-core from ui-ninezone
1704
+ - Added Overflow button support
1705
+ - InputFieldMessages are now hosted by ConfigurableUiContent control.
1706
+ - Release tag cleanup and ui-framework unit tests
1707
+ - Updated UI package release tags for 1.0 release.
1708
+ - Fixed release tag warnings in UI packages
1709
+ - Removed use of OidcClientWrapper.
1710
+ - Remove console log message output by SyncUiEventDispatcher. Add Logging.
1711
+ - Changed some release tags from @hidden to @internal
1712
+ - Add alpha level support for solar timeline
1713
+ - Fix widget content renderer when widget prop changes.
1714
+ - Prevent configurableui wrapper from creating a stacking context.
1715
+ - Use the updated onCheckboxClick API inside ModelSelectorTree and VisibilityTree.
1716
+ - Visibility Tree: Fix reference subjects being hidden even when they have nested subjects
1717
+ - Visibility Tree: Fix statuses of subjects and elements
1718
+ - Visibility Tree: Refactor subjects' status checking and elements' category and model ids' retrieval for better performance
1719
+ - Visibility Tree: Enable all subcategories' display when making category visible
1720
+ - Add a notification event when a view is chosen in ViewSelector. #124295. ViewSelector incorrectly handles the case when a selected view has not initialized with a viewport.
1721
+ - Added ViewSelectorChangedEvent
1722
+
1723
+ ## 0.191.0
1724
+ Mon, 13 May 2019 15:52:05 GMT
1725
+
1726
+ ### Updates
1727
+
1728
+ - Update to when active tool properties are cached for toolsettings.
1729
+ - Fixed NotificationManager.openMessageBox amd OutputMessageAlert.Dialog implementations to support HTML tags
1730
+ - @beta tags for Toolbar. More React.PureComponent usage. Added constructors to prevent deprecated warnings. Coverage minimum thresholds.
1731
+ - Fixed AppButton onClick on Firefox and bar color
1732
+ - Removed Redux from AppState in ui-test-app and made Backstage stateful
1733
+ - Refactor category/model picker
1734
+ - CommonProps usage in ui-framework. SvgPath sample in ui-test-app. Added tools/build/tslint-docs.json.
1735
+ - Added 'Register' link back to SignIn component. Added ExternalIModel test widget. Made AppBackstage in ui-test-app Redux connected again.
1736
+ - Added missing package prefix to some CSS class names in ui-core, ui-components & ui-framework
1737
+ - Reverted CubeNavigationAid changes
1738
+ - Added 2D drawing navigation aid
1739
+ - Added 100% coverage to DrawingNavigationAid, fixed snapshot leaks for InputField.test.snap
1740
+ - Show/Hide UI enhancements. Widget Opacity enhancements.
1741
+ - Added local snapshot support to ui-test-app. Added specialized div components to ui-core.
1742
+ - Fix broken links
1743
+ - Fixed Viewport heights & initial navigation aid. Widget transparency.
1744
+ - Added StagePanel support to the Frontstage
1745
+ - From hackathon-ui-team: StagePanels, UI Show/Hide, PopupButtons
1746
+ - Put sourcemap in npm package.
1747
+ - Correctly align ElementTooltip in subsequent Viewports.
1748
+ - Render ElementTooltip above ViewportDialog.
1749
+ - Add unmount component test.
1750
+ - Move AnalysisAnimation Tool to ui-test-app. To be replaced by new timeline animation component.
1751
+ - Fixed navigation aid bugs
1752
+ - Fixes to OidcBrowserClient.
1753
+ - Added SignIn presentational component to ui-components. Removed --ignoreMissingTags extract-api option.
1754
+ - Require React & React-dom 16.8
1755
+ - Remove IModelApp subclasses
1756
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1757
+ - Added ViewportDialog in ui-test-app, ui-core/ContributeGuidelines.md. TSLint rules in ui-core for no-default-export & completed-docs. @beta release tags.
1758
+ - Minimized serialization/deserialization costs when round tripping SAML based AccessToken-s.
1759
+ - Rename AppState to SessionState to avoid collision with acutal App's state. Add AvailableSectionScopes to SessionState.
1760
+ - Move SelectionScope status field from test app to ui-framework. Update icons-generic-webfont version to latest available.
1761
+ - Remove need to sync SelectionMethod since it is not changed within tool code.
1762
+ - Move timeline components from ui-test-app to ui-components package
1763
+ - Tool Settings: removed minimize tab, added min to title bar, styled title
1764
+ - Auto close popups when clicking outside.
1765
+ - Return rulset promises in Category/Model picker _initialize()
1766
+ - Use GlobalContextMenu in category picker and modify to better follow UX standards.
1767
+ - Added ui-framework release tags and common/api/ui-framework.api.md
1768
+ - UI documentation - added to Learning section
1769
+ - Fix hidden tabs issue.
1770
+ - Added ModelessDialog & ModelessDialogManager
1771
+ - In Category picker show only categories with elements
1772
+ - Check for ruleset before removing
1773
+ - Wait for category/model rulsets to load before creating groups.
1774
+ - Manage category picker tree nodes via id instead of node
1775
+ - Fix Model Selector's ruleset. It contained invalid ECExpression for LabelOverride rule which caused labels in some cases to be incorrect and ECExpression parsing errors in our logs.
1776
+ - Prevent widget content unmount.
1777
+ - Removed IStatusBar and fixed incorrect Toast animateOuTo prop value.
1778
+ - Visibility Tree: Use per-model category display overrides
1779
+ - Visibility Tree: Show tooltips explaining why checkbox status is what it is
1780
+ - Visibility Tree: Fix some subjects not being displayed in the hierarchy
1781
+ - Visibility Tree: Do not show nodes for reference subjects with no children
1782
+ - Visibility Tree: Set correct icons
1783
+ - Visibility Tree: Update hierarchy to hide specific kinds of nodes
1784
+ - Visibility Tree: When changing assembly display state, also change its children state
1785
+ - Visibility Tree: Update checkbox states when activeView prop is changed
1786
+ - Visibility Tree: Set paging size on the data provider to avoid excessive backend requests
1787
+ - Update tests for better coverage and move certain components to test app that should not be in framework.
1788
+ - Unit tests and fixed ColorEditor alignment
1789
+ - Upgrade TypeDoc dependency to 0.14.2
1790
+ - Add ListPickerBase test to trigger item expansion.
1791
+ - Changed props for CubeRotationChangeEvents
1792
+
1793
+ ## 0.190.0
1794
+ Thu, 14 Mar 2019 14:26:49 GMT
1795
+
1796
+ ### Updates
1797
+
1798
+ - Added 'uifw-' to ContentLayout CSS class names and others. Fixed Status Bar separators.
1799
+ - Added 'uifw-' prefix to most ui-framework CSS class names
1800
+ - Fixed .npmignore in ui-framework to include JSON files in lib
1801
+ - Cleaned up index.scss for variables & mixins in ui-core and added classes.scss that generates CSS
1802
+ - Add SaturationPicker for use with ColorType editor.
1803
+ - Made ContentLayoutManager.setActiveLayout callable by apps
1804
+ - Update ModelSelector when changes are made to ViewState
1805
+ - Add models visibility tree
1806
+
1807
+ ## 0.189.0
1808
+ Wed, 06 Mar 2019 15:41:22 GMT
1809
+
1810
+ ### Updates
1811
+
1812
+ - OIDC changes needed for Angular client
1813
+ - Renamed CSS files to SCSS
1814
+ - UI documentation fixes
1815
+ - Added ToggleEditor. Support for defaultTool in Frontstage. Fixed BooleanEditor sizing.
1816
+ - Use new buildIModelJsBuild script
1817
+ - Removed rowHeight function from ModelSelector, because heights changed to default.
1818
+ - Updated view query in ViewSelector to exclude private views
1819
+ - Remove unneeded typedoc plugin dependency
1820
+ - Support for including CSS files in published UI packages
1821
+ - Include descriptions (if any) in category and model picker
1822
+ - Added styling capability to messages
1823
+ - More ui-framework unit tests
1824
+ - Removed dependency on BWC. Parts of BWC copied into ui-core in preparation for theming support.
1825
+ - Added ToggleEditor. Support for defaultTool in Frontstage.
1826
+ - Save BUILD_SEMVER to globally accessible map
1827
+ - Change setImmediate to setTimeout. Fixed cube rotation issue.
1828
+ - Cleanup of DefaultToolSetting provider
1829
+ - Move property definitions to imodeljs-frontend so they could be used by tools to define properties for tool settings.
1830
+ - Fixed ModelSelector highlighting when hovered or clicked on node.
1831
+ - Fixed ModelSelector row height.
1832
+ - Added priority support for pointer messages
1833
+ - Change 'Categories' ruleset to return either spatial or drawing categories based on ruleset variable
1834
+ - Changed node style processing in model selector
1835
+ - Set initial ModelSelector selection based on ViewState
1836
+ - Load models when selected in picker
1837
+ - Force scene invalidation when toggling items in model selector
1838
+ - Render unique filter in model/category widget when changing tabs
1839
+ - Add spinner to model/category widget
1840
+ - Cache model/category tree
1841
+ - Make one call to update viewport
1842
+ - Enabled descriptions in model selector
1843
+ - Map model/category nodes to items with unique id
1844
+ - Show spinner while waiting to load category list
1845
+ - Added strings for reality data picker
1846
+ - Added support for UI color themes
1847
+ - Keyboard Shortcut keys in context menu. ui-core unit test branches.
1848
+ - Fix dependencies
1849
+ - Update to use newer generic-icons-webfont package.
1850
+ - Upgrade to TypeScript 3.2.2
1851
+ - WIP: ViewportComponent unit tests. Removed imodeljs-clients-backend dependency from ui-framework
1852
+
1853
+ ## 0.188.0
1854
+ Wed, 16 Jan 2019 16:36:09 GMT
1855
+
1856
+ _Version update only_
1857
+
1858
+ ## 0.187.0
1859
+ Tue, 15 Jan 2019 15:18:59 GMT
1860
+
1861
+ _Version update only_
1862
+
1863
+ ## 0.186.0
1864
+ Mon, 14 Jan 2019 23:09:10 GMT
1865
+
1866
+ ### Updates
1867
+
1868
+ - Added activated, deactivated & ready notification for Frontstages. Added support for nested frontstages.
1869
+ - Add Status Field to show selection count
1870
+
1871
+ ## 0.185.0
1872
+ Fri, 11 Jan 2019 18:29:00 GMT
1873
+
1874
+ _Version update only_
1875
+
1876
+ ## 0.184.0
1877
+ Thu, 10 Jan 2019 22:46:17 GMT
1878
+
1879
+ ### Updates
1880
+
1881
+ - Improved state management in ModelSelector
1882
+ - Improve performance for show/hide/invert buttons in model selector
1883
+ - Clearing content controls on Frontstage deactivate
1884
+ - Keyboard Shortcut support
1885
+ - Renamed connection getter to imodel
1886
+
1887
+ ## 0.183.0
1888
+ Mon, 07 Jan 2019 21:49:21 GMT
1889
+
1890
+ _Version update only_
1891
+
1892
+ ## 0.182.0
1893
+ Mon, 07 Jan 2019 13:31:34 GMT
1894
+
1895
+ ### Updates
1896
+
1897
+ - Do not show SubCategory if it has no siblings
1898
+
1899
+ ## 0.181.0
1900
+ Fri, 04 Jan 2019 13:02:40 GMT
1901
+
1902
+ ### Updates
1903
+
1904
+ - Add SyncUi support for ConfigurableUi controls.
1905
+
1906
+ ## 0.180.0
1907
+ Wed, 02 Jan 2019 15:18:23 GMT
1908
+
1909
+ _Version update only_
1910
+
1911
+ ## 0.179.0
1912
+ Wed, 19 Dec 2018 18:26:14 GMT
1913
+
1914
+ ### Updates
1915
+
1916
+ - Added showDialogInitially support to ActivityMessageDetails
1917
+ - Synchronizing navigation aids with view definition changes
1918
+ - Fix model selector to only show non-private spatial models
1919
+
1920
+ ## 0.178.0
1921
+ Thu, 13 Dec 2018 22:06:10 GMT
1922
+
1923
+ ### Updates
1924
+
1925
+ - Added StringGetter support to ItemDefBase, ItemProps & ToolButton. Added IModelApp.i18n checks to Tool for unit tests.
1926
+ - Fix tool panel alignment issue.
1927
+
1928
+ ## 0.177.0
1929
+ Wed, 12 Dec 2018 17:21:32 GMT
1930
+
1931
+ ### Updates
1932
+
1933
+ - Moved checkbox responsibility to nodes
1934
+ - Improved speed & smoothness of CubeNavigationAid. Made class names unique to fix documentation. UI Tree doc fixes.
1935
+
1936
+ ## 0.176.0
1937
+ Mon, 10 Dec 2018 21:19:45 GMT
1938
+
1939
+ _Version update only_
1940
+
1941
+ ## 0.175.0
1942
+ Mon, 10 Dec 2018 17:08:55 GMT
1943
+
1944
+ _Version update only_
1945
+
1946
+ ## 0.174.0
1947
+ Mon, 10 Dec 2018 13:24:09 GMT
1948
+
1949
+ ### Updates
1950
+
1951
+ - Add SignIn and SignOut to the index file
1952
+
1953
+ ## 0.173.0
1954
+ Thu, 06 Dec 2018 22:03:29 GMT
1955
+
1956
+ ### Updates
1957
+
1958
+ - Added fillZone property to the Widget
1959
+ - Fixed initial & return layout of Frontstage. Styling of scrollbar in Chrome.
1960
+ - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
1961
+
1962
+ ## 0.172.0
1963
+ Tue, 04 Dec 2018 17:24:39 GMT
1964
+
1965
+ ### Updates
1966
+
1967
+ - 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.
1968
+
1969
+ ## 0.171.0
1970
+ Mon, 03 Dec 2018 18:52:58 GMT
1971
+
1972
+ ### Updates
1973
+
1974
+ - More information logged from BriefcaseManager.\nFixed deletion/cleanup of invalid briefcases.\nAdded OIDC support for simpleviewtest application.
1975
+ - Removed ConfigurableUiManager.addFrontstageDef and other unused/old methods and components
1976
+
1977
+ ## 0.170.0
1978
+ Mon, 26 Nov 2018 19:38:42 GMT
1979
+
1980
+ ### Updates
1981
+
1982
+ - Fix to OIDC browser client.
1983
+
1984
+ ## 0.169.0
1985
+ Tue, 20 Nov 2018 16:17:15 GMT
1986
+
1987
+ ### Updates
1988
+
1989
+ - Include presentation rulesets in package
1990
+
1991
+ ## 0.168.0
1992
+ Sat, 17 Nov 2018 14:20:11 GMT
1993
+
1994
+ ### Updates
1995
+
1996
+ - Fixed OidcBrowserClient comparision of redirect path.
1997
+
1998
+ ## 0.167.0
1999
+ Fri, 16 Nov 2018 21:45:44 GMT
2000
+
2001
+ ### Updates
2002
+
2003
+ - Overhaul category/model picker to use presentation rules
2004
+ - Fixed some content control sizing issues
2005
+ - Moved most isHidden logic for toolbar items into ui-ninezone
2006
+ - Hiding items by rendering them conditionally instead of using a CSS class.
2007
+ - Tree cell editing unit tests
2008
+ - ui-framework unit tests & docs
2009
+
2010
+ ## 0.166.0
2011
+ Mon, 12 Nov 2018 16:42:10 GMT
2012
+
2013
+ _Version update only_
2014
+
2015
+ ## 0.165.0
2016
+ Mon, 12 Nov 2018 15:47:00 GMT
2017
+
2018
+ _Version update only_
2019
+
2020
+ ## 0.164.0
2021
+ Thu, 08 Nov 2018 17:59:21 GMT
2022
+
2023
+ ### Updates
2024
+
2025
+ - OIDC related enhancments (WIP).
2026
+ - Updated to TypeScript 3.1
2027
+ - ui-core unit tests. Fixed backstage open issue.
2028
+ - Zone & Widget initial state, more ui-core unit tests, cleaned up ui-framework index.ts files.
2029
+
2030
+ ## 0.163.0
2031
+ Wed, 31 Oct 2018 20:55:37 GMT
2032
+
2033
+ ### Updates
2034
+
2035
+ - Added JSX specification for Frontstage, Zone & Widget
2036
+ - Fixed ui-framework unit test
2037
+
2038
+ ## 0.162.0
2039
+ Wed, 24 Oct 2018 19:20:07 GMT
2040
+
2041
+ ### Updates
2042
+
2043
+ - Merge and fix framework test warning
2044
+ - Tooltips, ToolAdmin.activeToolChanged support, SheetNavigationAid/SheetsModalFrontstage improvements.
2045
+ - Ui Documentation
2046
+ - Vertical PropertyGrid layout improvements. PropertyGrid background color. Setting the widget state.
2047
+ - Added NotificationManager.isToolTipSupported so that we can avoid asking for tooltip message when _showToolTip isn't implemented by application.
2048
+ - Adding SyncUiEventDispatcher
2049
+
2050
+ ## 0.161.0
2051
+ Fri, 19 Oct 2018 13:04:14 GMT
2052
+
2053
+ _Version update only_
2054
+
2055
+ ## 0.160.0
2056
+ Wed, 17 Oct 2018 18:18:38 GMT
2057
+
2058
+ _Version update only_
2059
+
2060
+ ## 0.159.0
2061
+ Tue, 16 Oct 2018 14:09:09 GMT
2062
+
2063
+ _Version update only_
2064
+
2065
+ ## 0.158.0
2066
+ Mon, 15 Oct 2018 19:36:09 GMT
2067
+
2068
+ _Version update only_
2069
+
2070
+ ## 0.157.0
2071
+ Sun, 14 Oct 2018 17:20:06 GMT
2072
+
2073
+ ### Updates
2074
+
2075
+ - Fixing scripts for linux
2076
+
2077
+ ## 0.156.0
2078
+ Fri, 12 Oct 2018 23:00:10 GMT
2079
+
2080
+ ### Updates
2081
+
2082
+ - Initial release
2083
+