@itwin/appui-react 4.0.0-dev.1 → 4.0.0-dev.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1682) hide show
  1. package/CHANGELOG.md +1 -119
  2. package/lib/cjs/appui-react/UiFramework.d.ts +63 -36
  3. package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
  4. package/lib/cjs/appui-react/UiFramework.js +99 -51
  5. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  6. package/lib/cjs/appui-react/_variables.scss +2 -2
  7. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.d.ts.map +1 -1
  8. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js +1 -2
  9. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  10. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +2 -2
  11. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  12. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +2 -3
  13. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js +2 -2
  14. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  15. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +9 -4
  16. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +1 -1
  17. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts.map +1 -1
  18. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  19. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts +1 -1
  20. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  21. package/lib/cjs/appui-react/backstage/BackstageComposer.js +3 -2
  22. package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
  23. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +5 -5
  24. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  25. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts +3 -17
  26. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  27. package/lib/cjs/appui-react/backstage/BackstageItem.js +1 -12
  28. package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -1
  29. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +3 -8
  30. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  31. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +31 -45
  32. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  33. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +15 -15
  34. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  35. package/lib/cjs/appui-react/backstage/BackstageManager.js +22 -29
  36. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  37. package/lib/cjs/appui-react/backstage/InternalBackstageManager.d.ts +23 -0
  38. package/lib/cjs/appui-react/backstage/InternalBackstageManager.d.ts.map +1 -0
  39. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js +56 -0
  40. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js.map +1 -0
  41. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +2 -1
  42. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  43. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -5
  44. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  45. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +58 -19
  46. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
  47. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +77 -150
  48. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  49. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts +72 -0
  50. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -0
  51. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js +230 -0
  52. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -0
  53. package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts.map +1 -1
  54. package/lib/cjs/appui-react/configurableui/ActivityTracker.js +4 -3
  55. package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
  56. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  57. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +6 -9
  58. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  59. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +11 -55
  60. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
  61. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +22 -120
  62. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  63. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts +82 -0
  64. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts.map +1 -0
  65. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js +155 -0
  66. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -0
  67. package/lib/cjs/appui-react/configurableui/TimeTracker.js +5 -5
  68. package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
  69. package/lib/cjs/appui-react/configurableui/configurableui.scss +5 -7
  70. package/lib/cjs/appui-react/configurableui/state.d.ts +0 -7
  71. package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
  72. package/lib/cjs/appui-react/configurableui/state.js +0 -9
  73. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  74. package/lib/cjs/appui-react/content/ContentGroup.d.ts +2 -9
  75. package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
  76. package/lib/cjs/appui-react/content/ContentGroup.js +4 -4
  77. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  78. package/lib/cjs/appui-react/content/ContentLayout.d.ts +0 -4
  79. package/lib/cjs/appui-react/content/ContentLayout.d.ts.map +1 -1
  80. package/lib/cjs/appui-react/content/ContentLayout.js +14 -16
  81. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  82. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +1 -1
  83. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts.map +1 -1
  84. package/lib/cjs/appui-react/content/ContentLayoutManager.js +11 -37
  85. package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +1 -1
  86. package/lib/cjs/appui-react/content/ContentViewManager.d.ts +4 -34
  87. package/lib/cjs/appui-react/content/ContentViewManager.d.ts.map +1 -1
  88. package/lib/cjs/appui-react/content/ContentViewManager.js +22 -133
  89. package/lib/cjs/appui-react/content/ContentViewManager.js.map +1 -1
  90. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +4 -5
  91. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +19 -7
  92. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  93. package/lib/cjs/appui-react/content/FloatingViewportContent.js +33 -38
  94. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  95. package/lib/cjs/appui-react/content/IModelViewport.d.ts +2 -2
  96. package/lib/cjs/appui-react/content/IModelViewport.d.ts.map +1 -1
  97. package/lib/cjs/appui-react/content/IModelViewport.js +7 -13
  98. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  99. package/lib/cjs/appui-react/content/InternalContentLayoutManager.d.ts +48 -0
  100. package/lib/cjs/appui-react/content/InternalContentLayoutManager.d.ts.map +1 -0
  101. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js +96 -0
  102. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js.map +1 -0
  103. package/lib/cjs/appui-react/content/InternalContentViewManager.d.ts +80 -0
  104. package/lib/cjs/appui-react/content/InternalContentViewManager.d.ts.map +1 -0
  105. package/lib/cjs/appui-react/content/InternalContentViewManager.js +210 -0
  106. package/lib/cjs/appui-react/content/InternalContentViewManager.js.map +1 -0
  107. package/lib/cjs/appui-react/content/ViewportContentControl.d.ts.map +1 -1
  108. package/lib/cjs/appui-react/content/ViewportContentControl.js +3 -4
  109. package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
  110. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +1 -1
  111. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  112. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
  113. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  114. package/lib/cjs/appui-react/dialog/ContentDialog.js +10 -11
  115. package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
  116. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +9 -22
  117. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  118. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +23 -85
  119. package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
  120. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.d.ts +48 -0
  121. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.d.ts.map +1 -0
  122. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js +132 -0
  123. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js.map +1 -0
  124. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.d.ts +36 -0
  125. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.d.ts.map +1 -0
  126. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js +55 -0
  127. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js.map +1 -0
  128. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.d.ts +46 -0
  129. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.d.ts.map +1 -0
  130. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js +120 -0
  131. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js.map +1 -0
  132. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +7 -12
  133. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  134. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +23 -27
  135. package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
  136. package/lib/cjs/appui-react/dialog/ModelessDialog.js +2 -2
  137. package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
  138. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +17 -28
  139. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  140. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +36 -86
  141. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  142. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +2 -0
  143. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  144. package/lib/cjs/appui-react/dialog/StandardMessageBox.js +2 -2
  145. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  146. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts.map +1 -1
  147. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +3 -4
  148. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  149. package/lib/cjs/appui-react/feedback/ElementTooltip.js +1 -2
  150. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  151. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +2 -0
  152. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  153. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  154. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +4 -4
  155. package/lib/cjs/appui-react/framework/FrameworkBackstage.d.ts +44 -0
  156. package/lib/cjs/appui-react/framework/FrameworkBackstage.d.ts.map +1 -0
  157. package/lib/cjs/appui-react/{content/FloatingViewportContent.css → framework/FrameworkBackstage.js} +6 -5
  158. package/lib/cjs/appui-react/framework/FrameworkBackstage.js.map +1 -0
  159. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts +76 -0
  160. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -0
  161. package/lib/cjs/appui-react/{imodel-components/category-tree/CategoriesTree.scss → framework/FrameworkChildWindows.js} +6 -5
  162. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js.map +1 -0
  163. package/lib/cjs/appui-react/framework/FrameworkContent.d.ts +155 -0
  164. package/lib/cjs/appui-react/framework/FrameworkContent.d.ts.map +1 -0
  165. package/lib/cjs/appui-react/framework/FrameworkContent.js +31 -0
  166. package/lib/cjs/appui-react/framework/FrameworkContent.js.map +1 -0
  167. package/lib/cjs/appui-react/framework/FrameworkControls.d.ts +43 -0
  168. package/lib/cjs/appui-react/framework/FrameworkControls.d.ts.map +1 -0
  169. package/lib/cjs/appui-react/{statusfields/StatusFieldProps.js → framework/FrameworkControls.js} +1 -1
  170. package/lib/cjs/appui-react/framework/FrameworkControls.js.map +1 -0
  171. package/lib/cjs/appui-react/framework/FrameworkDialogs.d.ts +79 -0
  172. package/lib/cjs/appui-react/framework/FrameworkDialogs.d.ts.map +1 -0
  173. package/lib/cjs/appui-react/framework/FrameworkDialogs.js +24 -0
  174. package/lib/cjs/appui-react/framework/FrameworkDialogs.js.map +1 -0
  175. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts +286 -0
  176. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -0
  177. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js +64 -0
  178. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js.map +1 -0
  179. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +100 -0
  180. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.d.ts.map +1 -0
  181. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js +3 -0
  182. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -0
  183. package/lib/cjs/appui-react/framework/FrameworkToolSettings.d.ts +52 -0
  184. package/lib/cjs/appui-react/framework/FrameworkToolSettings.d.ts.map +1 -0
  185. package/lib/cjs/appui-react/{statusbar/StatusBarItemsManager.js → framework/FrameworkToolSettings.js} +8 -9
  186. package/lib/cjs/appui-react/framework/FrameworkToolSettings.js.map +1 -0
  187. package/lib/cjs/appui-react/framework/FrameworkVisibility.d.ts +37 -0
  188. package/lib/cjs/appui-react/framework/FrameworkVisibility.d.ts.map +1 -0
  189. package/lib/cjs/appui-react/framework/FrameworkVisibility.js +3 -0
  190. package/lib/cjs/appui-react/framework/FrameworkVisibility.js.map +1 -0
  191. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
  192. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  193. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +23 -76
  194. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  195. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +134 -347
  196. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  197. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +98 -258
  198. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
  199. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +153 -474
  200. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
  201. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +3 -11
  202. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
  203. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  204. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts +235 -0
  205. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -0
  206. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js +509 -0
  207. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js.map +1 -0
  208. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +2 -0
  209. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  210. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +2 -1
  211. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  212. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +1 -4
  213. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +1 -1
  214. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  215. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +6 -7
  216. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  217. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +2 -2
  218. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  219. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +5 -16
  220. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  221. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +44 -27
  222. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  223. package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts.map +1 -1
  224. package/lib/cjs/appui-react/hooks/useActiveStageId.js +4 -4
  225. package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
  226. package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts.map +1 -1
  227. package/lib/cjs/appui-react/hooks/useActiveViewport.js +5 -5
  228. package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
  229. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +2 -2
  230. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  231. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +40 -0
  232. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts.map +1 -0
  233. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +112 -0
  234. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -0
  235. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +5 -25
  236. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  237. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +19 -61
  238. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  239. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +1 -36
  240. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  241. package/lib/cjs/appui-react/messages/ActivityMessage.js +25 -38
  242. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  243. package/lib/cjs/appui-react/messages/MessageManager.d.ts.map +1 -1
  244. package/lib/cjs/appui-react/messages/MessageManager.js +4 -6
  245. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  246. package/lib/cjs/appui-react/messages/Pointer.js +1 -2
  247. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  248. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  249. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +1 -0
  250. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  251. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  252. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +1 -0
  253. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  254. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  255. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +2 -2
  256. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  257. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +13 -9
  258. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +1 -1
  259. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts.map +1 -1
  260. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +2 -3
  261. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  262. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  263. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +6 -7
  264. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  265. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +3 -35
  266. package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
  267. package/lib/cjs/appui-react/pickers/ListPicker.js +9 -143
  268. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  269. package/lib/cjs/appui-react/pickers/ListPicker.scss +15 -17
  270. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  271. package/lib/cjs/appui-react/pickers/ViewSelector.js +1 -3
  272. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  273. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +2 -0
  274. package/lib/cjs/appui-react/popup/PositionPopup.d.ts.map +1 -1
  275. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  276. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +1 -1
  277. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +3 -65
  278. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  279. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +3 -20
  280. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  281. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +8 -0
  282. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts.map +1 -0
  283. package/lib/cjs/appui-react/{zones/Outline.js → safearea/SafeAreaHelpers.js} +6 -12
  284. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +1 -0
  285. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +8 -7
  286. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  287. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +9 -3
  288. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  289. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +7 -48
  290. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  291. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +25 -172
  292. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  293. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  294. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +4 -17
  295. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  296. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  297. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +3 -6
  298. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  299. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +6 -13
  300. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +0 -12
  301. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  302. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +40 -41
  303. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  304. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +8 -9
  305. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +0 -7
  306. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  307. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +0 -19
  308. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  309. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +0 -2
  310. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  311. package/lib/cjs/appui-react/shared/CustomItemDef.js +0 -18
  312. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  313. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +0 -1
  314. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts.map +1 -1
  315. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  316. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +0 -3
  317. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts.map +1 -1
  318. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  319. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +0 -8
  320. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  321. package/lib/cjs/appui-react/shared/ItemDefBase.js +2 -16
  322. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  323. package/lib/cjs/appui-react/shared/ItemProps.d.ts +0 -17
  324. package/lib/cjs/appui-react/shared/ItemProps.d.ts.map +1 -1
  325. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  326. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +10 -4
  327. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  328. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +0 -1
  329. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  330. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +13 -31
  331. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  332. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +68 -124
  333. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  334. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +2 -2
  335. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +1 -1
  336. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  337. package/lib/cjs/appui-react/statusbar/Indicator.js +2 -4
  338. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  339. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +1 -1
  340. package/lib/cjs/appui-react/statusbar/Overflow.d.ts.map +1 -1
  341. package/lib/cjs/appui-react/statusbar/Overflow.js +2 -3
  342. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  343. package/lib/cjs/appui-react/statusbar/Separator.d.ts +1 -0
  344. package/lib/cjs/appui-react/statusbar/Separator.d.ts.map +1 -1
  345. package/lib/cjs/appui-react/statusbar/Separator.js +4 -3
  346. package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
  347. package/lib/cjs/appui-react/statusbar/Separator.scss +14 -0
  348. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +1 -17
  349. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  350. package/lib/cjs/appui-react/statusbar/StatusBar.js +7 -56
  351. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  352. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  353. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +12 -16
  354. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  355. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +1 -1
  356. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  357. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +1 -20
  358. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  359. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  360. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +1 -1
  361. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  362. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +1 -1
  363. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  364. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +3 -2
  365. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  366. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +7 -13
  367. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  368. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +3 -21
  369. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  370. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +39 -47
  371. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  372. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +5 -16
  373. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  374. package/lib/cjs/appui-react/statusfields/MessageCenter.js +10 -38
  375. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  376. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +2 -2
  377. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  378. package/lib/cjs/appui-react/statusfields/SectionsField.js +10 -13
  379. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  380. package/lib/cjs/appui-react/statusfields/SectionsField.scss +5 -6
  381. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +2 -2
  382. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  383. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +1 -5
  384. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  385. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +2 -2
  386. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  387. package/lib/cjs/appui-react/statusfields/SelectionScope.js +4 -9
  388. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  389. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +5 -7
  390. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +2 -2
  391. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  392. package/lib/cjs/appui-react/statusfields/SnapMode.js +2 -3
  393. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  394. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +3 -4
  395. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  396. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +2 -10
  397. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  398. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
  399. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  400. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +1 -4
  401. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  402. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +9 -22
  403. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +5 -6
  404. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  405. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +24 -41
  406. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  407. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +10 -22
  408. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +5 -29
  409. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  410. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +15 -85
  411. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  412. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +2 -93
  413. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  414. package/lib/cjs/appui-react/toolbar/GroupItem.js +2 -393
  415. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  416. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +2 -1
  417. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  418. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +8 -33
  419. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  420. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +1 -2
  421. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  422. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +2 -16
  423. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  424. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +4 -4
  425. package/lib/cjs/appui-react/toolbar/ToolbarItem.js +2 -2
  426. package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -1
  427. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +2 -1
  428. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  429. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +4 -6
  430. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  431. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +0 -7
  432. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  433. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +10 -53
  434. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  435. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts.map +1 -1
  436. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +2 -3
  437. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  438. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +4 -4
  439. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  440. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +2 -2
  441. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  442. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.d.ts +2 -2
  443. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
  444. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.js +8 -11
  445. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
  446. package/lib/cjs/appui-react/{zones/toolsettings/ToolSettingsManager.d.ts → toolsettings/InternalToolSettingsManager.d.ts} +8 -17
  447. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.d.ts.map +1 -0
  448. package/lib/cjs/appui-react/{zones/toolsettings/ToolSettingsManager.js → toolsettings/InternalToolSettingsManager.js} +38 -44
  449. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -0
  450. package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts.map +1 -0
  451. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.js +6 -8
  452. package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +1 -0
  453. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts +44 -0
  454. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts.map +1 -0
  455. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +64 -0
  456. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +1 -0
  457. package/lib/{esm/appui-react/zones → cjs/appui-react}/toolsettings/ToolUiProvider.d.ts +4 -4
  458. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts.map +1 -0
  459. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/ToolUiProvider.js +2 -2
  460. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +1 -0
  461. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  462. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +1 -4
  463. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  464. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +0 -1
  465. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  466. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +1 -11
  467. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  468. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  469. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +6 -20
  470. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  471. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +1 -0
  472. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  473. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +6 -20
  474. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  475. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts.map +1 -1
  476. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +11 -15
  477. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  478. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  479. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +1 -3
  480. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  481. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +0 -3
  482. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +1 -5
  483. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  484. package/lib/cjs/appui-react/uistate/AppUiSettings.js +0 -6
  485. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  486. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.d.ts +84 -0
  487. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -0
  488. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js +198 -0
  489. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js.map +1 -0
  490. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +3 -33
  491. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts.map +1 -1
  492. package/lib/cjs/appui-react/utils/UiShowHideManager.js +27 -117
  493. package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
  494. package/lib/cjs/appui-react/widget-panels/Content.d.ts.map +1 -1
  495. package/lib/cjs/appui-react/widget-panels/Content.js +7 -5
  496. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  497. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +2 -2
  498. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  499. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +22 -19
  500. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  501. package/lib/cjs/appui-react/widget-panels/Frontstage.js +153 -259
  502. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  503. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  504. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +3 -3
  505. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  506. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +1 -1
  507. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts.map +1 -1
  508. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +6 -6
  509. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  510. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  511. package/lib/cjs/appui-react/widget-panels/StatusBar.js +6 -9
  512. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  513. package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts.map +1 -1
  514. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +25 -24
  515. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  516. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +3 -2
  517. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
  518. package/lib/cjs/appui-react/widget-panels/Toolbars.js +5 -12
  519. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  520. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  521. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +6 -8
  522. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  523. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  524. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +4 -8
  525. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  526. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +1 -1
  527. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +1 -1
  528. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  529. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  530. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +8 -13
  531. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  532. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +1 -1
  533. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +1 -1
  534. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  535. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts.map +1 -1
  536. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +2 -2
  537. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  538. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +0 -19
  539. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  540. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +1 -40
  541. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  542. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +3 -3
  543. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  544. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +19 -4
  545. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  546. package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
  547. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +11 -70
  548. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  549. package/lib/cjs/appui-react/widgets/WidgetDef.js +66 -124
  550. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  551. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +3 -3
  552. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  553. package/lib/cjs/appui-react/widgets/WidgetHost.js +4 -94
  554. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  555. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +5 -6
  556. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  557. package/lib/cjs/appui-react/widgets/WidgetManager.js +23 -58
  558. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  559. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts +1 -22
  560. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts.map +1 -1
  561. package/lib/cjs/appui-react/widgets/WidgetProps.js.map +1 -1
  562. package/lib/cjs/appui-react/widgets/WidgetState.d.ts +2 -2
  563. package/lib/cjs/appui-react/widgets/WidgetState.js +1 -1
  564. package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -1
  565. package/lib/cjs/appui-react.d.ts +13 -66
  566. package/lib/cjs/appui-react.d.ts.map +1 -1
  567. package/lib/cjs/appui-react.js +13 -66
  568. package/lib/cjs/appui-react.js.map +1 -1
  569. package/lib/esm/appui-react/UiFramework.d.ts +63 -36
  570. package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
  571. package/lib/esm/appui-react/UiFramework.js +97 -48
  572. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  573. package/lib/esm/appui-react/_variables.scss +2 -2
  574. package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts.map +1 -1
  575. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +1 -2
  576. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  577. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +2 -2
  578. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  579. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +2 -3
  580. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +2 -2
  581. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  582. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +9 -4
  583. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +1 -1
  584. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts.map +1 -1
  585. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  586. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +1 -1
  587. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  588. package/lib/esm/appui-react/backstage/BackstageComposer.js +3 -2
  589. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  590. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +4 -4
  591. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  592. package/lib/esm/appui-react/backstage/BackstageItem.d.ts +3 -17
  593. package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  594. package/lib/esm/appui-react/backstage/BackstageItem.js +0 -11
  595. package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -1
  596. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +3 -8
  597. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  598. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +31 -44
  599. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  600. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +15 -15
  601. package/lib/esm/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  602. package/lib/esm/appui-react/backstage/BackstageManager.js +22 -29
  603. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  604. package/lib/esm/appui-react/backstage/InternalBackstageManager.d.ts +23 -0
  605. package/lib/esm/appui-react/backstage/InternalBackstageManager.d.ts.map +1 -0
  606. package/lib/esm/appui-react/backstage/InternalBackstageManager.js +52 -0
  607. package/lib/esm/appui-react/backstage/InternalBackstageManager.js.map +1 -0
  608. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +2 -1
  609. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  610. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +2 -4
  611. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  612. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +58 -19
  613. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
  614. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +77 -150
  615. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  616. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts +72 -0
  617. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -0
  618. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js +226 -0
  619. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -0
  620. package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts.map +1 -1
  621. package/lib/esm/appui-react/configurableui/ActivityTracker.js +4 -3
  622. package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
  623. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  624. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +6 -9
  625. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  626. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +11 -55
  627. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
  628. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +21 -117
  629. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  630. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts +82 -0
  631. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts.map +1 -0
  632. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js +149 -0
  633. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -0
  634. package/lib/esm/appui-react/configurableui/TimeTracker.js +5 -5
  635. package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
  636. package/lib/esm/appui-react/configurableui/configurableui.scss +5 -7
  637. package/lib/esm/appui-react/configurableui/state.d.ts +0 -7
  638. package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
  639. package/lib/esm/appui-react/configurableui/state.js +0 -9
  640. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  641. package/lib/esm/appui-react/content/ContentGroup.d.ts +2 -9
  642. package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
  643. package/lib/esm/appui-react/content/ContentGroup.js +4 -4
  644. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  645. package/lib/esm/appui-react/content/ContentLayout.d.ts +0 -4
  646. package/lib/esm/appui-react/content/ContentLayout.d.ts.map +1 -1
  647. package/lib/esm/appui-react/content/ContentLayout.js +13 -15
  648. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  649. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +1 -1
  650. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts.map +1 -1
  651. package/lib/esm/appui-react/content/ContentLayoutManager.js +11 -37
  652. package/lib/esm/appui-react/content/ContentLayoutManager.js.map +1 -1
  653. package/lib/esm/appui-react/content/ContentViewManager.d.ts +4 -34
  654. package/lib/esm/appui-react/content/ContentViewManager.d.ts.map +1 -1
  655. package/lib/esm/appui-react/content/ContentViewManager.js +21 -130
  656. package/lib/esm/appui-react/content/ContentViewManager.js.map +1 -1
  657. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +4 -5
  658. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +19 -7
  659. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  660. package/lib/esm/appui-react/content/FloatingViewportContent.js +29 -36
  661. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  662. package/lib/esm/appui-react/content/IModelViewport.d.ts +2 -2
  663. package/lib/esm/appui-react/content/IModelViewport.d.ts.map +1 -1
  664. package/lib/esm/appui-react/content/IModelViewport.js +7 -13
  665. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  666. package/lib/esm/appui-react/content/InternalContentLayoutManager.d.ts +48 -0
  667. package/lib/esm/appui-react/content/InternalContentLayoutManager.d.ts.map +1 -0
  668. package/lib/esm/appui-react/content/InternalContentLayoutManager.js +92 -0
  669. package/lib/esm/appui-react/content/InternalContentLayoutManager.js.map +1 -0
  670. package/lib/esm/appui-react/content/InternalContentViewManager.d.ts +80 -0
  671. package/lib/esm/appui-react/content/InternalContentViewManager.d.ts.map +1 -0
  672. package/lib/esm/appui-react/content/InternalContentViewManager.js +206 -0
  673. package/lib/esm/appui-react/content/InternalContentViewManager.js.map +1 -0
  674. package/lib/esm/appui-react/content/ViewportContentControl.d.ts.map +1 -1
  675. package/lib/esm/appui-react/content/ViewportContentControl.js +3 -4
  676. package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
  677. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +1 -1
  678. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  679. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
  680. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  681. package/lib/esm/appui-react/dialog/ContentDialog.js +10 -11
  682. package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
  683. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +9 -22
  684. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  685. package/lib/esm/appui-react/dialog/ContentDialogManager.js +23 -84
  686. package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
  687. package/lib/esm/appui-react/dialog/InternalContentDialogManager.d.ts +48 -0
  688. package/lib/esm/appui-react/dialog/InternalContentDialogManager.d.ts.map +1 -0
  689. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js +128 -0
  690. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js.map +1 -0
  691. package/lib/esm/appui-react/dialog/InternalModalDialogManager.d.ts +36 -0
  692. package/lib/esm/appui-react/dialog/InternalModalDialogManager.d.ts.map +1 -0
  693. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js +51 -0
  694. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js.map +1 -0
  695. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.d.ts +46 -0
  696. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.d.ts.map +1 -0
  697. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js +116 -0
  698. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js.map +1 -0
  699. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +7 -12
  700. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  701. package/lib/esm/appui-react/dialog/ModalDialogManager.js +22 -25
  702. package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
  703. package/lib/esm/appui-react/dialog/ModelessDialog.js +2 -2
  704. package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
  705. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +17 -28
  706. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  707. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +35 -84
  708. package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  709. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +2 -0
  710. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  711. package/lib/esm/appui-react/dialog/StandardMessageBox.js +2 -2
  712. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  713. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts.map +1 -1
  714. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +3 -4
  715. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  716. package/lib/esm/appui-react/feedback/ElementTooltip.js +1 -2
  717. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  718. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +2 -0
  719. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  720. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  721. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +4 -4
  722. package/lib/esm/appui-react/framework/FrameworkBackstage.d.ts +44 -0
  723. package/lib/esm/appui-react/framework/FrameworkBackstage.d.ts.map +1 -0
  724. package/lib/{cjs/appui-react/imodel-components/models-tree/ModelsTree.scss → esm/appui-react/framework/FrameworkBackstage.js} +5 -5
  725. package/lib/esm/appui-react/framework/FrameworkBackstage.js.map +1 -0
  726. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts +76 -0
  727. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -0
  728. package/lib/{cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss → esm/appui-react/framework/FrameworkChildWindows.js} +5 -5
  729. package/lib/esm/appui-react/framework/FrameworkChildWindows.js.map +1 -0
  730. package/lib/esm/appui-react/framework/FrameworkContent.d.ts +155 -0
  731. package/lib/esm/appui-react/framework/FrameworkContent.d.ts.map +1 -0
  732. package/lib/esm/appui-react/framework/FrameworkContent.js +25 -0
  733. package/lib/esm/appui-react/framework/FrameworkContent.js.map +1 -0
  734. package/lib/esm/appui-react/framework/FrameworkControls.d.ts +43 -0
  735. package/lib/esm/appui-react/framework/FrameworkControls.d.ts.map +1 -0
  736. package/lib/esm/appui-react/framework/FrameworkControls.js +2 -0
  737. package/lib/esm/appui-react/framework/FrameworkControls.js.map +1 -0
  738. package/lib/esm/appui-react/framework/FrameworkDialogs.d.ts +79 -0
  739. package/lib/esm/appui-react/framework/FrameworkDialogs.d.ts.map +1 -0
  740. package/lib/esm/appui-react/framework/FrameworkDialogs.js +19 -0
  741. package/lib/esm/appui-react/framework/FrameworkDialogs.js.map +1 -0
  742. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts +286 -0
  743. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -0
  744. package/lib/esm/appui-react/framework/FrameworkFrontstages.js +53 -0
  745. package/lib/esm/appui-react/framework/FrameworkFrontstages.js.map +1 -0
  746. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +100 -0
  747. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.d.ts.map +1 -0
  748. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js +2 -0
  749. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -0
  750. package/lib/esm/appui-react/framework/FrameworkToolSettings.d.ts +52 -0
  751. package/lib/esm/appui-react/framework/FrameworkToolSettings.d.ts.map +1 -0
  752. package/lib/esm/appui-react/framework/FrameworkToolSettings.js +14 -0
  753. package/lib/esm/appui-react/framework/FrameworkToolSettings.js.map +1 -0
  754. package/lib/esm/appui-react/framework/FrameworkVisibility.d.ts +37 -0
  755. package/lib/esm/appui-react/framework/FrameworkVisibility.d.ts.map +1 -0
  756. package/lib/esm/appui-react/framework/FrameworkVisibility.js +2 -0
  757. package/lib/esm/appui-react/framework/FrameworkVisibility.js.map +1 -0
  758. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
  759. package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  760. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +23 -76
  761. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  762. package/lib/esm/appui-react/frontstage/FrontstageDef.js +109 -325
  763. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  764. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +98 -258
  765. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
  766. package/lib/esm/appui-react/frontstage/FrontstageManager.js +152 -465
  767. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
  768. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +3 -11
  769. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
  770. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  771. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts +235 -0
  772. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -0
  773. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js +505 -0
  774. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js.map +1 -0
  775. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +2 -0
  776. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  777. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +2 -1
  778. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  779. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +1 -4
  780. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +1 -1
  781. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  782. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +6 -7
  783. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  784. package/lib/esm/appui-react/frontstage/NestedFrontstage.js +2 -2
  785. package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  786. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +5 -16
  787. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  788. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +44 -27
  789. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  790. package/lib/esm/appui-react/hooks/useActiveStageId.d.ts.map +1 -1
  791. package/lib/esm/appui-react/hooks/useActiveStageId.js +4 -4
  792. package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
  793. package/lib/esm/appui-react/hooks/useActiveViewport.d.ts.map +1 -1
  794. package/lib/esm/appui-react/hooks/useActiveViewport.js +5 -5
  795. package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
  796. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +2 -2
  797. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  798. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +40 -0
  799. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts.map +1 -0
  800. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +108 -0
  801. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -0
  802. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +5 -25
  803. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  804. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +20 -62
  805. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  806. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +1 -36
  807. package/lib/esm/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  808. package/lib/esm/appui-react/messages/ActivityMessage.js +24 -34
  809. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  810. package/lib/esm/appui-react/messages/MessageManager.d.ts.map +1 -1
  811. package/lib/esm/appui-react/messages/MessageManager.js +4 -6
  812. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  813. package/lib/esm/appui-react/messages/Pointer.js +1 -2
  814. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  815. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  816. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +1 -0
  817. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  818. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  819. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +1 -0
  820. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  821. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  822. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +2 -2
  823. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  824. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +13 -9
  825. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +1 -1
  826. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts.map +1 -1
  827. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +2 -3
  828. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  829. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  830. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +8 -9
  831. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  832. package/lib/esm/appui-react/pickers/ListPicker.d.ts +3 -35
  833. package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
  834. package/lib/esm/appui-react/pickers/ListPicker.js +9 -142
  835. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  836. package/lib/esm/appui-react/pickers/ListPicker.scss +15 -17
  837. package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  838. package/lib/esm/appui-react/pickers/ViewSelector.js +1 -3
  839. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  840. package/lib/esm/appui-react/popup/PositionPopup.d.ts +2 -0
  841. package/lib/esm/appui-react/popup/PositionPopup.d.ts.map +1 -1
  842. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  843. package/lib/esm/appui-react/redux/FrameworkState.d.ts +1 -1
  844. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +3 -65
  845. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  846. package/lib/esm/appui-react/safearea/SafeAreaContext.js +2 -18
  847. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  848. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +8 -0
  849. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts.map +1 -0
  850. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js +12 -0
  851. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +1 -0
  852. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +8 -7
  853. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  854. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +9 -3
  855. package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  856. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +7 -48
  857. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  858. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +25 -172
  859. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  860. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  861. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +4 -17
  862. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  863. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  864. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +3 -6
  865. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  866. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +6 -13
  867. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +0 -12
  868. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  869. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +40 -41
  870. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  871. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +8 -9
  872. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +0 -7
  873. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  874. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +0 -19
  875. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  876. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +0 -2
  877. package/lib/esm/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  878. package/lib/esm/appui-react/shared/CustomItemDef.js +0 -18
  879. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  880. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +0 -1
  881. package/lib/esm/appui-react/shared/CustomItemProps.d.ts.map +1 -1
  882. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  883. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +0 -3
  884. package/lib/esm/appui-react/shared/GroupItemProps.d.ts.map +1 -1
  885. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  886. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +0 -8
  887. package/lib/esm/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  888. package/lib/esm/appui-react/shared/ItemDefBase.js +2 -16
  889. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  890. package/lib/esm/appui-react/shared/ItemProps.d.ts +0 -17
  891. package/lib/esm/appui-react/shared/ItemProps.d.ts.map +1 -1
  892. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  893. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +10 -4
  894. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  895. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +0 -1
  896. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  897. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +13 -31
  898. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  899. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +61 -116
  900. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  901. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +2 -2
  902. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +1 -1
  903. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  904. package/lib/esm/appui-react/statusbar/Indicator.js +2 -4
  905. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  906. package/lib/esm/appui-react/statusbar/Overflow.d.ts +1 -1
  907. package/lib/esm/appui-react/statusbar/Overflow.d.ts.map +1 -1
  908. package/lib/esm/appui-react/statusbar/Overflow.js +2 -3
  909. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  910. package/lib/esm/appui-react/statusbar/Separator.d.ts +1 -0
  911. package/lib/esm/appui-react/statusbar/Separator.d.ts.map +1 -1
  912. package/lib/esm/appui-react/statusbar/Separator.js +4 -3
  913. package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
  914. package/lib/esm/appui-react/statusbar/Separator.scss +14 -0
  915. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +1 -17
  916. package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  917. package/lib/esm/appui-react/statusbar/StatusBar.js +7 -56
  918. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  919. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  920. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +16 -20
  921. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  922. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +1 -1
  923. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  924. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +1 -20
  925. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  926. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  927. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +1 -1
  928. package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  929. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +1 -1
  930. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  931. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +3 -2
  932. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  933. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +7 -13
  934. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  935. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +3 -21
  936. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  937. package/lib/esm/appui-react/statusfields/ActivityCenter.js +39 -47
  938. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  939. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +5 -16
  940. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  941. package/lib/esm/appui-react/statusfields/MessageCenter.js +10 -38
  942. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  943. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +2 -2
  944. package/lib/esm/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  945. package/lib/esm/appui-react/statusfields/SectionsField.js +10 -13
  946. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  947. package/lib/esm/appui-react/statusfields/SectionsField.scss +5 -6
  948. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +2 -2
  949. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  950. package/lib/esm/appui-react/statusfields/SelectionInfo.js +1 -5
  951. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  952. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +2 -2
  953. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  954. package/lib/esm/appui-react/statusfields/SelectionScope.js +4 -9
  955. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  956. package/lib/esm/appui-react/statusfields/SelectionScope.scss +5 -7
  957. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +2 -2
  958. package/lib/esm/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  959. package/lib/esm/appui-react/statusfields/SnapMode.js +2 -3
  960. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  961. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +3 -4
  962. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  963. package/lib/esm/appui-react/statusfields/ViewAttributes.js +2 -10
  964. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  965. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
  966. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  967. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +1 -4
  968. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  969. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +9 -22
  970. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +5 -6
  971. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  972. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +25 -42
  973. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  974. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +10 -22
  975. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +5 -29
  976. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  977. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +15 -85
  978. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  979. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +2 -93
  980. package/lib/esm/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  981. package/lib/esm/appui-react/toolbar/GroupItem.js +1 -388
  982. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  983. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +2 -1
  984. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  985. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +8 -33
  986. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  987. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +1 -2
  988. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  989. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +2 -16
  990. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  991. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +4 -4
  992. package/lib/esm/appui-react/toolbar/ToolbarItem.js +2 -2
  993. package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -1
  994. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +2 -1
  995. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  996. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +4 -6
  997. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  998. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +0 -7
  999. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  1000. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +11 -54
  1001. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1002. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts.map +1 -1
  1003. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +2 -3
  1004. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  1005. package/lib/esm/appui-react/tools/RestoreLayoutTool.js +4 -4
  1006. package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  1007. package/lib/esm/appui-react/tools/ToolSettingsTools.js +2 -2
  1008. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1009. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.d.ts +2 -2
  1010. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
  1011. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.js +8 -11
  1012. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
  1013. package/lib/esm/appui-react/{zones/toolsettings/ToolSettingsManager.d.ts → toolsettings/InternalToolSettingsManager.d.ts} +8 -17
  1014. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.d.ts.map +1 -0
  1015. package/lib/esm/appui-react/{zones/toolsettings/ToolSettingsManager.js → toolsettings/InternalToolSettingsManager.js} +36 -41
  1016. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -0
  1017. package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts.map +1 -0
  1018. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.js +6 -8
  1019. package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +1 -0
  1020. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts +44 -0
  1021. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts.map +1 -0
  1022. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +60 -0
  1023. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +1 -0
  1024. package/lib/{cjs/appui-react/zones → esm/appui-react}/toolsettings/ToolUiProvider.d.ts +4 -4
  1025. package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts.map +1 -0
  1026. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/ToolUiProvider.js +2 -2
  1027. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +1 -0
  1028. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  1029. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +1 -4
  1030. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1031. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +0 -1
  1032. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  1033. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +1 -11
  1034. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1035. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  1036. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +6 -20
  1037. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  1038. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +1 -0
  1039. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  1040. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +6 -20
  1041. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1042. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts.map +1 -1
  1043. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +11 -15
  1044. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  1045. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  1046. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +1 -3
  1047. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  1048. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +0 -3
  1049. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +1 -5
  1050. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  1051. package/lib/esm/appui-react/uistate/AppUiSettings.js +0 -6
  1052. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1053. package/lib/esm/appui-react/utils/InternalUiShowHideManager.d.ts +84 -0
  1054. package/lib/esm/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -0
  1055. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js +193 -0
  1056. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js.map +1 -0
  1057. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +3 -33
  1058. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts.map +1 -1
  1059. package/lib/esm/appui-react/utils/UiShowHideManager.js +27 -115
  1060. package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
  1061. package/lib/esm/appui-react/widget-panels/Content.d.ts.map +1 -1
  1062. package/lib/esm/appui-react/widget-panels/Content.js +6 -4
  1063. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1064. package/lib/esm/appui-react/widget-panels/FloatingWidget.js +2 -2
  1065. package/lib/esm/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  1066. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +22 -19
  1067. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  1068. package/lib/esm/appui-react/widget-panels/Frontstage.js +137 -244
  1069. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1070. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  1071. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +2 -2
  1072. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  1073. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +1 -1
  1074. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts.map +1 -1
  1075. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +6 -6
  1076. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  1077. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  1078. package/lib/esm/appui-react/widget-panels/StatusBar.js +5 -8
  1079. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1080. package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts.map +1 -1
  1081. package/lib/esm/appui-react/widget-panels/ToolSettings.js +25 -24
  1082. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1083. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +3 -2
  1084. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
  1085. package/lib/esm/appui-react/widget-panels/Toolbars.js +4 -11
  1086. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1087. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  1088. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +7 -9
  1089. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  1090. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  1091. package/lib/esm/appui-react/widgets/BackstageAppButton.js +4 -8
  1092. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  1093. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +1 -1
  1094. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +1 -1
  1095. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  1096. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  1097. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +8 -13
  1098. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1099. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +1 -1
  1100. package/lib/esm/appui-react/widgets/StableWidgetDef.js +1 -1
  1101. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  1102. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts.map +1 -1
  1103. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +2 -2
  1104. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  1105. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +0 -19
  1106. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  1107. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +0 -38
  1108. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  1109. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +3 -3
  1110. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  1111. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +19 -4
  1112. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  1113. package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
  1114. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +11 -70
  1115. package/lib/esm/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  1116. package/lib/esm/appui-react/widgets/WidgetDef.js +66 -124
  1117. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1118. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +3 -3
  1119. package/lib/esm/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  1120. package/lib/esm/appui-react/widgets/WidgetHost.js +4 -94
  1121. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1122. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +5 -6
  1123. package/lib/esm/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  1124. package/lib/esm/appui-react/widgets/WidgetManager.js +20 -55
  1125. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  1126. package/lib/esm/appui-react/widgets/WidgetProps.d.ts +1 -22
  1127. package/lib/esm/appui-react/widgets/WidgetProps.d.ts.map +1 -1
  1128. package/lib/esm/appui-react/widgets/WidgetProps.js.map +1 -1
  1129. package/lib/esm/appui-react/widgets/WidgetState.d.ts +2 -2
  1130. package/lib/esm/appui-react/widgets/WidgetState.js +1 -1
  1131. package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -1
  1132. package/lib/esm/appui-react.d.ts +13 -66
  1133. package/lib/esm/appui-react.d.ts.map +1 -1
  1134. package/lib/esm/appui-react.js +13 -66
  1135. package/lib/esm/appui-react.js.map +1 -1
  1136. package/lib/public/locales/en/UiFramework.json +0 -2
  1137. package/package.json +45 -49
  1138. package/lib/cjs/appui-react/backstage/Backstage.d.ts +0 -62
  1139. package/lib/cjs/appui-react/backstage/Backstage.d.ts.map +0 -1
  1140. package/lib/cjs/appui-react/backstage/Backstage.js +0 -89
  1141. package/lib/cjs/appui-react/backstage/Backstage.js.map +0 -1
  1142. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts +0 -49
  1143. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts.map +0 -1
  1144. package/lib/cjs/appui-react/backstage/BackstageItemProps.js +0 -22
  1145. package/lib/cjs/appui-react/backstage/BackstageItemProps.js.map +0 -1
  1146. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts +0 -32
  1147. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts.map +0 -1
  1148. package/lib/cjs/appui-react/backstage/CommandLaunch.js +0 -87
  1149. package/lib/cjs/appui-react/backstage/CommandLaunch.js.map +0 -1
  1150. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts +0 -34
  1151. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts.map +0 -1
  1152. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js +0 -93
  1153. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js.map +0 -1
  1154. package/lib/cjs/appui-react/backstage/Separator.d.ts +0 -16
  1155. package/lib/cjs/appui-react/backstage/Separator.d.ts.map +0 -1
  1156. package/lib/cjs/appui-react/backstage/Separator.js +0 -28
  1157. package/lib/cjs/appui-react/backstage/Separator.js.map +0 -1
  1158. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts +0 -35
  1159. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts.map +0 -1
  1160. package/lib/cjs/appui-react/backstage/TaskLaunch.js +0 -101
  1161. package/lib/cjs/appui-react/backstage/TaskLaunch.js.map +0 -1
  1162. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts +0 -22
  1163. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts.map +0 -1
  1164. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js +0 -33
  1165. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js.map +0 -1
  1166. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts +0 -159
  1167. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts.map +0 -1
  1168. package/lib/cjs/appui-react/frontstage/Frontstage.js +0 -470
  1169. package/lib/cjs/appui-react/frontstage/Frontstage.js.map +0 -1
  1170. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts +0 -147
  1171. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts.map +0 -1
  1172. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js +0 -668
  1173. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js.map +0 -1
  1174. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts +0 -38
  1175. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts.map +0 -1
  1176. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js +0 -57
  1177. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js.map +0 -1
  1178. package/lib/cjs/appui-react/imodel-components/Common.d.ts +0 -26
  1179. package/lib/cjs/appui-react/imodel-components/Common.d.ts.map +0 -1
  1180. package/lib/cjs/appui-react/imodel-components/Common.js +0 -25
  1181. package/lib/cjs/appui-react/imodel-components/Common.js.map +0 -1
  1182. package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
  1183. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -72
  1184. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
  1185. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -149
  1186. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
  1187. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -52
  1188. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
  1189. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -71
  1190. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
  1191. package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +0 -102
  1192. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -72
  1193. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
  1194. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -109
  1195. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
  1196. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -64
  1197. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
  1198. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -201
  1199. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
  1200. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
  1201. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
  1202. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -85
  1203. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
  1204. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +0 -130
  1205. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
  1206. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
  1207. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -104
  1208. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
  1209. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -482
  1210. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
  1211. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
  1212. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
  1213. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +0 -23
  1214. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
  1215. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
  1216. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
  1217. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -36
  1218. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
  1219. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -44
  1220. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
  1221. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts +0 -80
  1222. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +0 -1
  1223. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js +0 -239
  1224. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js.map +0 -1
  1225. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.scss +0 -11
  1226. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts +0 -20
  1227. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts.map +0 -1
  1228. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js +0 -44
  1229. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js.map +0 -1
  1230. package/lib/cjs/appui-react/messages/ActivityMessagePopup.scss +0 -15
  1231. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts +0 -22
  1232. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts.map +0 -1
  1233. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js +0 -76
  1234. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js.map +0 -1
  1235. package/lib/cjs/appui-react/messages/StatusMessageRenderer.scss +0 -28
  1236. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts +0 -25
  1237. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts.map +0 -1
  1238. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js +0 -68
  1239. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js.map +0 -1
  1240. package/lib/cjs/appui-react/messages/StatusMessagesContainer.scss +0 -53
  1241. package/lib/cjs/appui-react/messages/StickyMessage.d.ts +0 -23
  1242. package/lib/cjs/appui-react/messages/StickyMessage.d.ts.map +0 -1
  1243. package/lib/cjs/appui-react/messages/StickyMessage.js +0 -39
  1244. package/lib/cjs/appui-react/messages/StickyMessage.js.map +0 -1
  1245. package/lib/cjs/appui-react/messages/StickyMessage.scss +0 -22
  1246. package/lib/cjs/appui-react/messages/ToastMessage.d.ts +0 -23
  1247. package/lib/cjs/appui-react/messages/ToastMessage.d.ts.map +0 -1
  1248. package/lib/cjs/appui-react/messages/ToastMessage.js +0 -31
  1249. package/lib/cjs/appui-react/messages/ToastMessage.js.map +0 -1
  1250. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts +0 -18
  1251. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts.map +0 -1
  1252. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js +0 -57
  1253. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js.map +0 -1
  1254. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts +0 -62
  1255. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +0 -1
  1256. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js +0 -122
  1257. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js.map +0 -1
  1258. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.scss +0 -42
  1259. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts +0 -142
  1260. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts.map +0 -1
  1261. package/lib/cjs/appui-react/stagepanels/StagePanel.js +0 -155
  1262. package/lib/cjs/appui-react/stagepanels/StagePanel.js.map +0 -1
  1263. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts +0 -28
  1264. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts.map +0 -1
  1265. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js +0 -46
  1266. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js.map +0 -1
  1267. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.scss +0 -26
  1268. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +0 -11
  1269. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts.map +0 -1
  1270. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +0 -1
  1271. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts +0 -10
  1272. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +0 -1
  1273. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js +0 -26
  1274. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js.map +0 -1
  1275. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts +0 -11
  1276. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts.map +0 -1
  1277. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js +0 -27
  1278. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js.map +0 -1
  1279. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts +0 -45
  1280. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts.map +0 -1
  1281. package/lib/cjs/appui-react/statusfields/ConditionalField.js +0 -57
  1282. package/lib/cjs/appui-react/statusfields/ConditionalField.js.map +0 -1
  1283. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts +0 -19
  1284. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts.map +0 -1
  1285. package/lib/cjs/appui-react/statusfields/FooterModeField.js +0 -28
  1286. package/lib/cjs/appui-react/statusfields/FooterModeField.js.map +0 -1
  1287. package/lib/cjs/appui-react/statusfields/Indicator.d.ts +0 -44
  1288. package/lib/cjs/appui-react/statusfields/Indicator.d.ts.map +0 -1
  1289. package/lib/cjs/appui-react/statusfields/Indicator.js +0 -46
  1290. package/lib/cjs/appui-react/statusfields/Indicator.js.map +0 -1
  1291. package/lib/cjs/appui-react/statusfields/Indicator.scss +0 -183
  1292. package/lib/cjs/appui-react/statusfields/PromptField.d.ts +0 -31
  1293. package/lib/cjs/appui-react/statusfields/PromptField.d.ts.map +0 -1
  1294. package/lib/cjs/appui-react/statusfields/PromptField.js +0 -52
  1295. package/lib/cjs/appui-react/statusfields/PromptField.js.map +0 -1
  1296. package/lib/cjs/appui-react/statusfields/PromptField.scss +0 -42
  1297. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts +0 -23
  1298. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts.map +0 -1
  1299. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js.map +0 -1
  1300. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts +0 -44
  1301. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts.map +0 -1
  1302. package/lib/cjs/appui-react/syncui/BooleanListener.js +0 -70
  1303. package/lib/cjs/appui-react/syncui/BooleanListener.js.map +0 -1
  1304. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts +0 -18
  1305. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts.map +0 -1
  1306. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js +0 -31
  1307. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js.map +0 -1
  1308. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts +0 -40
  1309. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts.map +0 -1
  1310. package/lib/cjs/appui-react/toolbar/ActionItemButton.js +0 -104
  1311. package/lib/cjs/appui-react/toolbar/ActionItemButton.js.map +0 -1
  1312. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts +0 -79
  1313. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts.map +0 -1
  1314. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js +0 -329
  1315. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js.map +0 -1
  1316. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts +0 -58
  1317. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts.map +0 -1
  1318. package/lib/cjs/appui-react/toolbar/PopupButton.js +0 -154
  1319. package/lib/cjs/appui-react/toolbar/PopupButton.js.map +0 -1
  1320. package/lib/cjs/appui-react/toolbar/PopupButton.scss +0 -9
  1321. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts +0 -31
  1322. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts.map +0 -1
  1323. package/lib/cjs/appui-react/toolbar/ToolButton.js +0 -100
  1324. package/lib/cjs/appui-react/toolbar/ToolButton.js.map +0 -1
  1325. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts +0 -55
  1326. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts.map +0 -1
  1327. package/lib/cjs/appui-react/toolbar/Toolbar.js +0 -240
  1328. package/lib/cjs/appui-react/toolbar/Toolbar.js.map +0 -1
  1329. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts +0 -22
  1330. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts.map +0 -1
  1331. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js +0 -54
  1332. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js.map +0 -1
  1333. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts +0 -15
  1334. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts.map +0 -1
  1335. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js +0 -62
  1336. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js.map +0 -1
  1337. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts +0 -35
  1338. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts.map +0 -1
  1339. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js +0 -65
  1340. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js.map +0 -1
  1341. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts +0 -56
  1342. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts.map +0 -1
  1343. package/lib/cjs/appui-react/widgets/NavigationWidget.js +0 -155
  1344. package/lib/cjs/appui-react/widgets/NavigationWidget.js.map +0 -1
  1345. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts +0 -33
  1346. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts.map +0 -1
  1347. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js +0 -74
  1348. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js.map +0 -1
  1349. package/lib/cjs/appui-react/widgets/ToolSettingsContent.scss +0 -61
  1350. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts +0 -47
  1351. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts.map +0 -1
  1352. package/lib/cjs/appui-react/widgets/ToolWidget.js +0 -90
  1353. package/lib/cjs/appui-react/widgets/ToolWidget.js.map +0 -1
  1354. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts +0 -26
  1355. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts.map +0 -1
  1356. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js +0 -55
  1357. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js.map +0 -1
  1358. package/lib/cjs/appui-react/widgets/Widget.d.ts +0 -15
  1359. package/lib/cjs/appui-react/widgets/Widget.d.ts.map +0 -1
  1360. package/lib/cjs/appui-react/widgets/Widget.js +0 -26
  1361. package/lib/cjs/appui-react/widgets/Widget.js.map +0 -1
  1362. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts +0 -135
  1363. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts.map +0 -1
  1364. package/lib/cjs/appui-react/widgets/WidgetStack.js +0 -138
  1365. package/lib/cjs/appui-react/widgets/WidgetStack.js.map +0 -1
  1366. package/lib/cjs/appui-react/workflow/Task.d.ts +0 -48
  1367. package/lib/cjs/appui-react/workflow/Task.d.ts.map +0 -1
  1368. package/lib/cjs/appui-react/workflow/Task.js +0 -73
  1369. package/lib/cjs/appui-react/workflow/Task.js.map +0 -1
  1370. package/lib/cjs/appui-react/workflow/Workflow.d.ts +0 -153
  1371. package/lib/cjs/appui-react/workflow/Workflow.d.ts.map +0 -1
  1372. package/lib/cjs/appui-react/workflow/Workflow.js +0 -238
  1373. package/lib/cjs/appui-react/workflow/Workflow.js.map +0 -1
  1374. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts +0 -44
  1375. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts.map +0 -1
  1376. package/lib/cjs/appui-react/zones/FrameworkZone.js +0 -53
  1377. package/lib/cjs/appui-react/zones/FrameworkZone.js.map +0 -1
  1378. package/lib/cjs/appui-react/zones/Outline.d.ts +0 -14
  1379. package/lib/cjs/appui-react/zones/Outline.d.ts.map +0 -1
  1380. package/lib/cjs/appui-react/zones/Outline.js.map +0 -1
  1381. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts +0 -28
  1382. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts.map +0 -1
  1383. package/lib/cjs/appui-react/zones/StatusBarZone.js +0 -33
  1384. package/lib/cjs/appui-react/zones/StatusBarZone.js.map +0 -1
  1385. package/lib/cjs/appui-react/zones/Zone.d.ts +0 -88
  1386. package/lib/cjs/appui-react/zones/Zone.d.ts.map +0 -1
  1387. package/lib/cjs/appui-react/zones/Zone.js +0 -158
  1388. package/lib/cjs/appui-react/zones/Zone.js.map +0 -1
  1389. package/lib/cjs/appui-react/zones/ZoneDef.d.ts +0 -57
  1390. package/lib/cjs/appui-react/zones/ZoneDef.d.ts.map +0 -1
  1391. package/lib/cjs/appui-react/zones/ZoneDef.js +0 -92
  1392. package/lib/cjs/appui-react/zones/ZoneDef.js.map +0 -1
  1393. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
  1394. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
  1395. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.d.ts.map +0 -1
  1396. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js.map +0 -1
  1397. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1398. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js.map +0 -1
  1399. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +0 -54
  1400. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +0 -1
  1401. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js +0 -96
  1402. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js.map +0 -1
  1403. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +0 -1
  1404. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js.map +0 -1
  1405. package/lib/esm/appui-react/backstage/Backstage.d.ts +0 -62
  1406. package/lib/esm/appui-react/backstage/Backstage.d.ts.map +0 -1
  1407. package/lib/esm/appui-react/backstage/Backstage.js +0 -84
  1408. package/lib/esm/appui-react/backstage/Backstage.js.map +0 -1
  1409. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts +0 -49
  1410. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts.map +0 -1
  1411. package/lib/esm/appui-react/backstage/BackstageItemProps.js +0 -18
  1412. package/lib/esm/appui-react/backstage/BackstageItemProps.js.map +0 -1
  1413. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts +0 -32
  1414. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts.map +0 -1
  1415. package/lib/esm/appui-react/backstage/CommandLaunch.js +0 -83
  1416. package/lib/esm/appui-react/backstage/CommandLaunch.js.map +0 -1
  1417. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts +0 -34
  1418. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts.map +0 -1
  1419. package/lib/esm/appui-react/backstage/FrontstageLaunch.js +0 -89
  1420. package/lib/esm/appui-react/backstage/FrontstageLaunch.js.map +0 -1
  1421. package/lib/esm/appui-react/backstage/Separator.d.ts +0 -16
  1422. package/lib/esm/appui-react/backstage/Separator.d.ts.map +0 -1
  1423. package/lib/esm/appui-react/backstage/Separator.js +0 -24
  1424. package/lib/esm/appui-react/backstage/Separator.js.map +0 -1
  1425. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts +0 -35
  1426. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts.map +0 -1
  1427. package/lib/esm/appui-react/backstage/TaskLaunch.js +0 -97
  1428. package/lib/esm/appui-react/backstage/TaskLaunch.js.map +0 -1
  1429. package/lib/esm/appui-react/content/FloatingViewportContent.css +0 -9
  1430. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts +0 -22
  1431. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts.map +0 -1
  1432. package/lib/esm/appui-react/dragdrop/ZoneTargets.js +0 -29
  1433. package/lib/esm/appui-react/dragdrop/ZoneTargets.js.map +0 -1
  1434. package/lib/esm/appui-react/frontstage/Frontstage.d.ts +0 -159
  1435. package/lib/esm/appui-react/frontstage/Frontstage.d.ts.map +0 -1
  1436. package/lib/esm/appui-react/frontstage/Frontstage.js +0 -462
  1437. package/lib/esm/appui-react/frontstage/Frontstage.js.map +0 -1
  1438. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts +0 -147
  1439. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts.map +0 -1
  1440. package/lib/esm/appui-react/frontstage/FrontstageComposer.js +0 -662
  1441. package/lib/esm/appui-react/frontstage/FrontstageComposer.js.map +0 -1
  1442. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts +0 -38
  1443. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts.map +0 -1
  1444. package/lib/esm/appui-react/hooks/useFrameworkVersion.js +0 -51
  1445. package/lib/esm/appui-react/hooks/useFrameworkVersion.js.map +0 -1
  1446. package/lib/esm/appui-react/imodel-components/Common.d.ts +0 -26
  1447. package/lib/esm/appui-react/imodel-components/Common.d.ts.map +0 -1
  1448. package/lib/esm/appui-react/imodel-components/Common.js +0 -22
  1449. package/lib/esm/appui-react/imodel-components/Common.js.map +0 -1
  1450. package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
  1451. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -72
  1452. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
  1453. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -145
  1454. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
  1455. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -52
  1456. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
  1457. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -63
  1458. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
  1459. package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +0 -102
  1460. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -72
  1461. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
  1462. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -103
  1463. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
  1464. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +0 -9
  1465. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -64
  1466. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
  1467. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -195
  1468. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
  1469. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
  1470. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
  1471. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -85
  1472. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
  1473. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +0 -126
  1474. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
  1475. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +0 -9
  1476. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
  1477. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -104
  1478. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
  1479. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -477
  1480. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
  1481. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
  1482. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
  1483. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +0 -19
  1484. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
  1485. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
  1486. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
  1487. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -36
  1488. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
  1489. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -40
  1490. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
  1491. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +0 -9
  1492. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts +0 -80
  1493. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +0 -1
  1494. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js +0 -235
  1495. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js.map +0 -1
  1496. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.scss +0 -11
  1497. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts +0 -20
  1498. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts.map +0 -1
  1499. package/lib/esm/appui-react/messages/ActivityMessagePopup.js +0 -40
  1500. package/lib/esm/appui-react/messages/ActivityMessagePopup.js.map +0 -1
  1501. package/lib/esm/appui-react/messages/ActivityMessagePopup.scss +0 -15
  1502. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts +0 -22
  1503. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts.map +0 -1
  1504. package/lib/esm/appui-react/messages/StatusMessageRenderer.js +0 -72
  1505. package/lib/esm/appui-react/messages/StatusMessageRenderer.js.map +0 -1
  1506. package/lib/esm/appui-react/messages/StatusMessageRenderer.scss +0 -28
  1507. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts +0 -25
  1508. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts.map +0 -1
  1509. package/lib/esm/appui-react/messages/StatusMessagesContainer.js +0 -64
  1510. package/lib/esm/appui-react/messages/StatusMessagesContainer.js.map +0 -1
  1511. package/lib/esm/appui-react/messages/StatusMessagesContainer.scss +0 -53
  1512. package/lib/esm/appui-react/messages/StickyMessage.d.ts +0 -23
  1513. package/lib/esm/appui-react/messages/StickyMessage.d.ts.map +0 -1
  1514. package/lib/esm/appui-react/messages/StickyMessage.js +0 -35
  1515. package/lib/esm/appui-react/messages/StickyMessage.js.map +0 -1
  1516. package/lib/esm/appui-react/messages/StickyMessage.scss +0 -22
  1517. package/lib/esm/appui-react/messages/ToastMessage.d.ts +0 -23
  1518. package/lib/esm/appui-react/messages/ToastMessage.d.ts.map +0 -1
  1519. package/lib/esm/appui-react/messages/ToastMessage.js +0 -27
  1520. package/lib/esm/appui-react/messages/ToastMessage.js.map +0 -1
  1521. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts +0 -18
  1522. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts.map +0 -1
  1523. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js +0 -53
  1524. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js.map +0 -1
  1525. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts +0 -62
  1526. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +0 -1
  1527. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js +0 -117
  1528. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js.map +0 -1
  1529. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.scss +0 -42
  1530. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts +0 -142
  1531. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts.map +0 -1
  1532. package/lib/esm/appui-react/stagepanels/StagePanel.js +0 -149
  1533. package/lib/esm/appui-react/stagepanels/StagePanel.js.map +0 -1
  1534. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts +0 -28
  1535. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts.map +0 -1
  1536. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js +0 -42
  1537. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js.map +0 -1
  1538. package/lib/esm/appui-react/stagepanels/StagePanelHeader.scss +0 -26
  1539. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +0 -11
  1540. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts.map +0 -1
  1541. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +0 -15
  1542. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +0 -1
  1543. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts +0 -10
  1544. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +0 -1
  1545. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js +0 -22
  1546. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js.map +0 -1
  1547. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts +0 -11
  1548. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts.map +0 -1
  1549. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js +0 -23
  1550. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js.map +0 -1
  1551. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts +0 -45
  1552. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts.map +0 -1
  1553. package/lib/esm/appui-react/statusfields/ConditionalField.js +0 -53
  1554. package/lib/esm/appui-react/statusfields/ConditionalField.js.map +0 -1
  1555. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts +0 -19
  1556. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts.map +0 -1
  1557. package/lib/esm/appui-react/statusfields/FooterModeField.js +0 -24
  1558. package/lib/esm/appui-react/statusfields/FooterModeField.js.map +0 -1
  1559. package/lib/esm/appui-react/statusfields/Indicator.d.ts +0 -44
  1560. package/lib/esm/appui-react/statusfields/Indicator.d.ts.map +0 -1
  1561. package/lib/esm/appui-react/statusfields/Indicator.js +0 -42
  1562. package/lib/esm/appui-react/statusfields/Indicator.js.map +0 -1
  1563. package/lib/esm/appui-react/statusfields/Indicator.scss +0 -183
  1564. package/lib/esm/appui-react/statusfields/PromptField.d.ts +0 -31
  1565. package/lib/esm/appui-react/statusfields/PromptField.d.ts.map +0 -1
  1566. package/lib/esm/appui-react/statusfields/PromptField.js +0 -49
  1567. package/lib/esm/appui-react/statusfields/PromptField.js.map +0 -1
  1568. package/lib/esm/appui-react/statusfields/PromptField.scss +0 -42
  1569. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts +0 -23
  1570. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts.map +0 -1
  1571. package/lib/esm/appui-react/statusfields/StatusFieldProps.js +0 -2
  1572. package/lib/esm/appui-react/statusfields/StatusFieldProps.js.map +0 -1
  1573. package/lib/esm/appui-react/syncui/BooleanListener.d.ts +0 -44
  1574. package/lib/esm/appui-react/syncui/BooleanListener.d.ts.map +0 -1
  1575. package/lib/esm/appui-react/syncui/BooleanListener.js +0 -66
  1576. package/lib/esm/appui-react/syncui/BooleanListener.js.map +0 -1
  1577. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts +0 -18
  1578. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts.map +0 -1
  1579. package/lib/esm/appui-react/toolbar/ActionButtonItem.js +0 -27
  1580. package/lib/esm/appui-react/toolbar/ActionButtonItem.js.map +0 -1
  1581. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts +0 -40
  1582. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts.map +0 -1
  1583. package/lib/esm/appui-react/toolbar/ActionItemButton.js +0 -100
  1584. package/lib/esm/appui-react/toolbar/ActionItemButton.js.map +0 -1
  1585. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts +0 -79
  1586. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts.map +0 -1
  1587. package/lib/esm/appui-react/toolbar/GroupButtonItem.js +0 -324
  1588. package/lib/esm/appui-react/toolbar/GroupButtonItem.js.map +0 -1
  1589. package/lib/esm/appui-react/toolbar/PopupButton.d.ts +0 -58
  1590. package/lib/esm/appui-react/toolbar/PopupButton.d.ts.map +0 -1
  1591. package/lib/esm/appui-react/toolbar/PopupButton.js +0 -150
  1592. package/lib/esm/appui-react/toolbar/PopupButton.js.map +0 -1
  1593. package/lib/esm/appui-react/toolbar/PopupButton.scss +0 -9
  1594. package/lib/esm/appui-react/toolbar/ToolButton.d.ts +0 -31
  1595. package/lib/esm/appui-react/toolbar/ToolButton.d.ts.map +0 -1
  1596. package/lib/esm/appui-react/toolbar/ToolButton.js +0 -96
  1597. package/lib/esm/appui-react/toolbar/ToolButton.js.map +0 -1
  1598. package/lib/esm/appui-react/toolbar/Toolbar.d.ts +0 -55
  1599. package/lib/esm/appui-react/toolbar/Toolbar.d.ts.map +0 -1
  1600. package/lib/esm/appui-react/toolbar/Toolbar.js +0 -236
  1601. package/lib/esm/appui-react/toolbar/Toolbar.js.map +0 -1
  1602. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts +0 -22
  1603. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts.map +0 -1
  1604. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js +0 -50
  1605. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js.map +0 -1
  1606. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts +0 -15
  1607. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts.map +0 -1
  1608. package/lib/esm/appui-react/uistate/UserSettingsStorage.js +0 -58
  1609. package/lib/esm/appui-react/uistate/UserSettingsStorage.js.map +0 -1
  1610. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts +0 -35
  1611. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts.map +0 -1
  1612. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js +0 -61
  1613. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js.map +0 -1
  1614. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts +0 -56
  1615. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts.map +0 -1
  1616. package/lib/esm/appui-react/widgets/NavigationWidget.js +0 -150
  1617. package/lib/esm/appui-react/widgets/NavigationWidget.js.map +0 -1
  1618. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts +0 -33
  1619. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts.map +0 -1
  1620. package/lib/esm/appui-react/widgets/ReviewToolWidget.js +0 -70
  1621. package/lib/esm/appui-react/widgets/ReviewToolWidget.js.map +0 -1
  1622. package/lib/esm/appui-react/widgets/ToolSettingsContent.scss +0 -61
  1623. package/lib/esm/appui-react/widgets/ToolWidget.d.ts +0 -47
  1624. package/lib/esm/appui-react/widgets/ToolWidget.d.ts.map +0 -1
  1625. package/lib/esm/appui-react/widgets/ToolWidget.js +0 -85
  1626. package/lib/esm/appui-react/widgets/ToolWidget.js.map +0 -1
  1627. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts +0 -26
  1628. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts.map +0 -1
  1629. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js +0 -51
  1630. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js.map +0 -1
  1631. package/lib/esm/appui-react/widgets/Widget.d.ts +0 -15
  1632. package/lib/esm/appui-react/widgets/Widget.d.ts.map +0 -1
  1633. package/lib/esm/appui-react/widgets/Widget.js +0 -22
  1634. package/lib/esm/appui-react/widgets/Widget.js.map +0 -1
  1635. package/lib/esm/appui-react/widgets/WidgetStack.d.ts +0 -135
  1636. package/lib/esm/appui-react/widgets/WidgetStack.d.ts.map +0 -1
  1637. package/lib/esm/appui-react/widgets/WidgetStack.js +0 -131
  1638. package/lib/esm/appui-react/widgets/WidgetStack.js.map +0 -1
  1639. package/lib/esm/appui-react/workflow/Task.d.ts +0 -48
  1640. package/lib/esm/appui-react/workflow/Task.d.ts.map +0 -1
  1641. package/lib/esm/appui-react/workflow/Task.js +0 -68
  1642. package/lib/esm/appui-react/workflow/Task.js.map +0 -1
  1643. package/lib/esm/appui-react/workflow/Workflow.d.ts +0 -153
  1644. package/lib/esm/appui-react/workflow/Workflow.d.ts.map +0 -1
  1645. package/lib/esm/appui-react/workflow/Workflow.js +0 -231
  1646. package/lib/esm/appui-react/workflow/Workflow.js.map +0 -1
  1647. package/lib/esm/appui-react/zones/FrameworkZone.d.ts +0 -44
  1648. package/lib/esm/appui-react/zones/FrameworkZone.d.ts.map +0 -1
  1649. package/lib/esm/appui-react/zones/FrameworkZone.js +0 -47
  1650. package/lib/esm/appui-react/zones/FrameworkZone.js.map +0 -1
  1651. package/lib/esm/appui-react/zones/Outline.d.ts +0 -14
  1652. package/lib/esm/appui-react/zones/Outline.d.ts.map +0 -1
  1653. package/lib/esm/appui-react/zones/Outline.js +0 -18
  1654. package/lib/esm/appui-react/zones/Outline.js.map +0 -1
  1655. package/lib/esm/appui-react/zones/StatusBarZone.d.ts +0 -28
  1656. package/lib/esm/appui-react/zones/StatusBarZone.d.ts.map +0 -1
  1657. package/lib/esm/appui-react/zones/StatusBarZone.js +0 -29
  1658. package/lib/esm/appui-react/zones/StatusBarZone.js.map +0 -1
  1659. package/lib/esm/appui-react/zones/Zone.d.ts +0 -88
  1660. package/lib/esm/appui-react/zones/Zone.d.ts.map +0 -1
  1661. package/lib/esm/appui-react/zones/Zone.js +0 -152
  1662. package/lib/esm/appui-react/zones/Zone.js.map +0 -1
  1663. package/lib/esm/appui-react/zones/ZoneDef.d.ts +0 -57
  1664. package/lib/esm/appui-react/zones/ZoneDef.d.ts.map +0 -1
  1665. package/lib/esm/appui-react/zones/ZoneDef.js +0 -88
  1666. package/lib/esm/appui-react/zones/ZoneDef.js.map +0 -1
  1667. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
  1668. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
  1669. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.d.ts.map +0 -1
  1670. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js.map +0 -1
  1671. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1672. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js.map +0 -1
  1673. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +0 -54
  1674. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +0 -1
  1675. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js +0 -92
  1676. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js.map +0 -1
  1677. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +0 -1
  1678. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js.map +0 -1
  1679. /package/lib/cjs/appui-react/childwindow/{ChildWindowManager.scss → InternalChildWindowManager.scss} +0 -0
  1680. /package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.d.ts +0 -0
  1681. /package/lib/esm/appui-react/childwindow/{ChildWindowManager.scss → InternalChildWindowManager.scss} +0 -0
  1682. /package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.d.ts +0 -0
@@ -7,15 +7,16 @@
7
7
  * @module StatusBar
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.StatusBarContext = exports.StatusBarRightSection = exports.StatusBarCenterSection = exports.StatusBarLeftSection = exports.StatusBarSpaceBetween = exports.StatusBar = void 0;
10
+ exports.StatusBarRightSection = exports.StatusBarCenterSection = exports.StatusBarLeftSection = exports.StatusBarSpaceBetween = exports.StatusBar = void 0;
11
11
  require("./StatusBar.scss");
12
12
  const React = require("react");
13
13
  const core_react_1 = require("@itwin/core-react");
14
14
  const appui_layout_react_1 = require("@itwin/appui-layout-react");
15
15
  const MessageManager_1 = require("../messages/MessageManager");
16
16
  const SafeAreaContext_1 = require("../safearea/SafeAreaContext");
17
- const UiShowHideManager_1 = require("../utils/UiShowHideManager");
17
+ const SafeAreaHelpers_1 = require("../safearea/SafeAreaHelpers");
18
18
  const ActivityMessage_1 = require("../messages/ActivityMessage");
19
+ const UiFramework_1 = require("../UiFramework");
19
20
  /** Status Bar React component.
20
21
  * @public
21
22
  */
@@ -65,57 +66,19 @@ class StatusBar extends React.Component {
65
66
  activityMessageInfo: undefined,
66
67
  });
67
68
  };
68
- /**
69
- * Ends canceled process and dismisses ActivityMessage
70
- */
71
- this._cancelActivityMessage = () => {
72
- MessageManager_1.MessageManager.endActivityMessage(false);
73
- };
74
- this._handleOpenWidget = (openWidget) => {
75
- this.setState({
76
- openWidget,
77
- });
78
- };
79
69
  this._closeMessage = (id) => {
80
70
  MessageManager_1.MessageManager.activeMessageManager.remove(id);
81
71
  MessageManager_1.MessageManager.updateMessages();
82
72
  };
83
- this._handleToastTargetRef = (toastTarget) => {
84
- MessageManager_1.MessageManager.registerAnimateOutToElement(toastTarget);
85
- };
86
73
  this.state = {
87
- openWidget: null,
88
74
  activityMessageInfo: undefined,
89
75
  };
90
76
  }
91
77
  render() {
92
- var _a, _b;
93
- let footerSections = null;
94
- const widgetControl = this.props.widgetControl;
95
- // istanbul ignore else
96
- if (widgetControl && widgetControl.getReactNode) {
97
- footerSections = widgetControl.getReactNode({
98
- // eslint-disable-next-line deprecation/deprecation
99
- isInFooterMode: (_a = this.props.isInFooterMode) !== null && _a !== void 0 ? _a : true,
100
- openWidget: this.state.openWidget,
101
- toastTargetRef: this._handleToastTargetRef,
102
- onOpenWidget: this._handleOpenWidget,
103
- });
104
- }
105
- return (React.createElement(exports.StatusBarContext.Provider, { value: {
106
- // eslint-disable-next-line deprecation/deprecation
107
- isInFooterMode: (_b = this.props.isInFooterMode) !== null && _b !== void 0 ? _b : true,
108
- openWidget: this.state.openWidget,
109
- toastTargetRef: this._handleToastTargetRef,
110
- onOpenWidget: this._handleOpenWidget,
111
- } },
112
- React.createElement(SafeAreaContext_1.SafeAreaContext.Consumer, null, (safeAreaInsets) => {
113
- var _a;
114
- return (React.createElement(appui_layout_react_1.Footer // eslint-disable-line deprecation/deprecation
115
- , { className: this.props.className, messages: this.getFooterMessages(),
116
- // eslint-disable-next-line deprecation/deprecation
117
- isInFooterMode: (_a = this.props.isInFooterMode) !== null && _a !== void 0 ? _a : true, onMouseEnter: UiShowHideManager_1.UiShowHideManager.handleWidgetMouseEnter, safeAreaInsets: safeAreaInsets, style: this.props.style }, footerSections));
118
- })));
78
+ return (React.createElement(SafeAreaContext_1.SafeAreaContext.Consumer, null, (safeAreaInsets) => {
79
+ var _a, _b, _c;
80
+ return (React.createElement(appui_layout_react_1.Footer, { className: this.props.className, messages: React.createElement(ActivityMessage_1.ActivityMessageRenderer, null), onMouseEnter: UiFramework_1.UiFramework.visibility.handleWidgetMouseEnter, safeAreaInsets: (0, SafeAreaHelpers_1.toLayoutSafeAreaInsets)(safeAreaInsets), style: this.props.style }, (_c = (_b = (_a = this.props.widgetControl) === null || _a === void 0 ? void 0 : _a.getReactNode) === null || _b === void 0 ? void 0 : _b.call(_a)) !== null && _c !== void 0 ? _c : null));
81
+ }));
119
82
  }
120
83
  componentDidMount() {
121
84
  MessageManager_1.MessageManager.onMessageAddedEvent.addListener(this._handleMessageAddedEvent);
@@ -130,9 +93,6 @@ class StatusBar extends React.Component {
130
93
  MessageManager_1.MessageManager.onActivityMessageCancelledEvent.removeListener(this._handleActivityMessageCancelledEvent);
131
94
  MessageManager_1.MessageManager.onMessagesUpdatedEvent.removeListener(this._handleMessagesUpdatedEvent);
132
95
  }
133
- getFooterMessages() {
134
- return (React.createElement(ActivityMessage_1.CustomActivityMessageRenderer, { settings: { placement: "bottom" }, activityMessageInfo: this.state.activityMessageInfo, cancelActivityMessage: this._cancelActivityMessage }));
135
- }
136
96
  }
137
97
  exports.StatusBar = StatusBar;
138
98
  /** StatusBar With Space Between Items React functional component
@@ -167,13 +127,4 @@ function StatusBarRightSection(props) {
167
127
  return React.createElement(core_react_1.Div, { ...divProps, mainClassName: className ? className : "uifw-statusbar-right" });
168
128
  }
169
129
  exports.StatusBarRightSection = StatusBarRightSection;
170
- /** Context providing values for StatusFieldProps and MessageCenterFieldProps
171
- * @internal
172
- */
173
- exports.StatusBarContext = React.createContext({
174
- isInFooterMode: true,
175
- onOpenWidget: /* istanbul ignore next */ () => { },
176
- openWidget: "",
177
- toastTargetRef: { current: null },
178
- });
179
130
  //# sourceMappingURL=StatusBar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBar.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBar.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport \"./StatusBar.scss\";\r\nimport * as React from \"react\";\r\nimport { CommonDivProps, CommonProps, Div } from \"@itwin/core-react\";\r\nimport { Footer } from \"@itwin/appui-layout-react\";\r\nimport { ActivityMessageEventArgs, MessageAddedEventArgs, MessageManager } from \"../messages/MessageManager\";\r\nimport { SafeAreaContext } from \"../safearea/SafeAreaContext\";\r\nimport { UiShowHideManager } from \"../utils/UiShowHideManager\";\r\nimport { StatusBarFieldId, StatusBarWidgetControl, StatusBarWidgetControlArgs } from \"./StatusBarWidgetControl\";\r\nimport { CustomActivityMessageRenderer } from \"../messages/ActivityMessage\";\r\n\r\n// cspell:ignore safearea\r\n\r\n/** State for the [[StatusBar]] React component\r\n * @internal\r\n */\r\ninterface StatusBarState {\r\n openWidget: StatusBarFieldId;\r\n activityMessageInfo: ActivityMessageEventArgs | undefined;\r\n}\r\n\r\n/** Properties for the [[StatusBar]] React component\r\n * @public\r\n */\r\nexport interface StatusBarProps extends CommonProps {\r\n widgetControl?: StatusBarWidgetControl;\r\n /** Indicates whether the StatusBar is in footer mode\r\n * @deprecated in 3.3. In upcoming version, widget mode will be removed. Consider this parameter to always be true.\r\n */\r\n isInFooterMode?: boolean;\r\n}\r\n\r\n/** Message type for the [[StatusBar]] React component\r\n * @internal\r\n */\r\ninterface StatusBarMessage {\r\n close: () => void;\r\n id: string;\r\n}\r\n\r\n/** Status Bar React component.\r\n * @public\r\n */\r\nexport class StatusBar extends React.Component<StatusBarProps, StatusBarState> {\r\n private messages: StatusBarMessage[] = [];\r\n\r\n /** @internal */\r\n constructor(props: StatusBarProps) {\r\n super(props);\r\n\r\n this.state = {\r\n openWidget: null,\r\n activityMessageInfo: undefined,\r\n };\r\n }\r\n\r\n public override render(): React.ReactNode {\r\n let footerSections: React.ReactNode = null;\r\n const widgetControl = this.props.widgetControl;\r\n\r\n // istanbul ignore else\r\n if (widgetControl && widgetControl.getReactNode) {\r\n footerSections = widgetControl.getReactNode({\r\n // eslint-disable-next-line deprecation/deprecation\r\n isInFooterMode: this.props.isInFooterMode ?? true,\r\n openWidget: this.state.openWidget,\r\n toastTargetRef: this._handleToastTargetRef,\r\n onOpenWidget: this._handleOpenWidget,\r\n });\r\n }\r\n\r\n return (\r\n <StatusBarContext.Provider value={{\r\n // eslint-disable-next-line deprecation/deprecation\r\n isInFooterMode: this.props.isInFooterMode ?? true,\r\n openWidget: this.state.openWidget,\r\n toastTargetRef: this._handleToastTargetRef,\r\n onOpenWidget: this._handleOpenWidget,\r\n }}>\r\n <SafeAreaContext.Consumer>\r\n {(safeAreaInsets) => (\r\n <Footer // eslint-disable-line deprecation/deprecation\r\n className={this.props.className}\r\n messages={this.getFooterMessages()}\r\n // eslint-disable-next-line deprecation/deprecation\r\n isInFooterMode={this.props.isInFooterMode ?? true}\r\n onMouseEnter={UiShowHideManager.handleWidgetMouseEnter}\r\n safeAreaInsets={safeAreaInsets}\r\n style={this.props.style}\r\n >\r\n {footerSections}\r\n </Footer>\r\n )}\r\n </SafeAreaContext.Consumer>\r\n </StatusBarContext.Provider>\r\n );\r\n }\r\n\r\n public override componentDidMount() {\r\n MessageManager.onMessageAddedEvent.addListener(this._handleMessageAddedEvent);\r\n MessageManager.onActivityMessageUpdatedEvent.addListener(this._handleActivityMessageUpdatedEvent);\r\n MessageManager.onActivityMessageCancelledEvent.addListener(this._handleActivityMessageCancelledEvent);\r\n MessageManager.onMessagesUpdatedEvent.addListener(this._handleMessagesUpdatedEvent);\r\n\r\n MessageManager.updateMessages();\r\n }\r\n\r\n public override componentWillUnmount() {\r\n MessageManager.onMessageAddedEvent.removeListener(this._handleMessageAddedEvent);\r\n MessageManager.onActivityMessageUpdatedEvent.removeListener(this._handleActivityMessageUpdatedEvent);\r\n MessageManager.onActivityMessageCancelledEvent.removeListener(this._handleActivityMessageCancelledEvent);\r\n MessageManager.onMessagesUpdatedEvent.removeListener(this._handleMessagesUpdatedEvent);\r\n }\r\n\r\n private _handleMessageAddedEvent = (_args: MessageAddedEventArgs) => {\r\n this._updateMessages();\r\n const messagesToAdd = MessageManager.activeMessageManager.messages.filter((msg) => !this.messages.find((m) => m.id === msg.id));\r\n messagesToAdd.forEach((msg) => {\r\n const displayedMessage = MessageManager.displayMessage(msg.messageDetails, { onRemove: () => this._closeMessage(msg.id) });\r\n if(!!displayedMessage)\r\n this.messages.push({close: displayedMessage.close, id: msg.id});\r\n });\r\n };\r\n\r\n private _updateMessages = () => {\r\n const updatedMessages = [...this.messages];\r\n this.messages.forEach((m) => {\r\n if (!MessageManager.activeMessageManager.messages.some((msg) => m.id === msg.id)) {\r\n m.close();\r\n const index = updatedMessages.findIndex((msg) => msg.id === m.id);\r\n updatedMessages.splice(index, 1);\r\n }\r\n });\r\n this.messages = updatedMessages;\r\n };\r\n\r\n /** Respond to clearing the message list */\r\n private _handleMessagesUpdatedEvent = () => {\r\n this._updateMessages();\r\n };\r\n\r\n /**\r\n * Sets state of the status bar to updated values reflecting activity progress.\r\n * @param args New values to set for ActivityMessage\r\n */\r\n private _handleActivityMessageUpdatedEvent = (args: ActivityMessageEventArgs) => {\r\n this.setState({\r\n activityMessageInfo: args,\r\n });\r\n };\r\n\r\n /**\r\n * Hides ActivityMessage after cancellation\r\n */\r\n private _handleActivityMessageCancelledEvent = () => {\r\n this.setState({\r\n activityMessageInfo: undefined,\r\n });\r\n };\r\n\r\n private getFooterMessages(): React.ReactNode {\r\n return (\r\n <CustomActivityMessageRenderer settings={{placement: \"bottom\"}} activityMessageInfo={this.state.activityMessageInfo} cancelActivityMessage={this._cancelActivityMessage} />\r\n );\r\n }\r\n\r\n /**\r\n * Ends canceled process and dismisses ActivityMessage\r\n */\r\n private _cancelActivityMessage = () => {\r\n MessageManager.endActivityMessage(false);\r\n };\r\n\r\n private _handleOpenWidget = (openWidget: StatusBarFieldId) => {\r\n this.setState({\r\n openWidget,\r\n });\r\n };\r\n\r\n private _closeMessage = (id: string) => {\r\n MessageManager.activeMessageManager.remove(id);\r\n MessageManager.updateMessages();\r\n };\r\n\r\n private _handleToastTargetRef = (toastTarget: HTMLElement | null) => {\r\n MessageManager.registerAnimateOutToElement(toastTarget);\r\n };\r\n}\r\n\r\n/** StatusBar With Space Between Items React functional component\r\n * @public\r\n */\r\nexport function StatusBarSpaceBetween(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-space-between\"} />;\r\n}\r\n\r\n/** StatusBar Left Section React functional component\r\n * @public\r\n */\r\nexport function StatusBarLeftSection(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-left\"} />;\r\n}\r\n\r\n/** StatusBar Center Section React functional component\r\n * @public\r\n */\r\nexport function StatusBarCenterSection(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-center\"} />;\r\n}\r\n\r\n/** StatusBar Right Section React functional component\r\n * @public\r\n */\r\nexport function StatusBarRightSection(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-right\"} />;\r\n}\r\n\r\n/** Context providing values for StatusFieldProps and MessageCenterFieldProps\r\n * @internal\r\n */\r\nexport const StatusBarContext = React.createContext<StatusBarWidgetControlArgs>({ // eslint-disable-line @typescript-eslint/naming-convention\r\n isInFooterMode: true,\r\n onOpenWidget: /* istanbul ignore next */ () => { },\r\n openWidget: \"\",\r\n toastTargetRef: { current: null },\r\n});\r\n"]}
1
+ {"version":3,"file":"StatusBar.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBar.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport \"./StatusBar.scss\";\r\nimport * as React from \"react\";\r\nimport { CommonDivProps, CommonProps, Div } from \"@itwin/core-react\";\r\nimport { Footer } from \"@itwin/appui-layout-react\";\r\nimport { ActivityMessageEventArgs, MessageAddedEventArgs, MessageManager } from \"../messages/MessageManager\";\r\nimport { SafeAreaContext } from \"../safearea/SafeAreaContext\";\r\nimport { StatusBarWidgetControl } from \"./StatusBarWidgetControl\";\r\nimport { toLayoutSafeAreaInsets } from \"../safearea/SafeAreaHelpers\";\r\nimport { ActivityMessageRenderer } from \"../messages/ActivityMessage\";\r\nimport { UiFramework } from \"../UiFramework\";\r\n\r\n// cspell:ignore safearea\r\n\r\n/** State for the [[StatusBar]] React component\r\n * @internal\r\n */\r\ninterface StatusBarState {\r\n activityMessageInfo: ActivityMessageEventArgs | undefined;\r\n}\r\n\r\n/** Properties for the [[StatusBar]] React component\r\n * @public\r\n */\r\nexport interface StatusBarProps extends CommonProps {\r\n widgetControl?: StatusBarWidgetControl;\r\n}\r\n\r\n/** Message type for the [[StatusBar]] React component\r\n * @internal\r\n */\r\ninterface StatusBarMessage {\r\n close: () => void;\r\n id: string;\r\n}\r\n\r\n/** Status Bar React component.\r\n * @public\r\n */\r\nexport class StatusBar extends React.Component<StatusBarProps, StatusBarState> {\r\n private messages: StatusBarMessage[] = [];\r\n\r\n /** @internal */\r\n constructor(props: StatusBarProps) {\r\n super(props);\r\n\r\n this.state = {\r\n activityMessageInfo: undefined,\r\n };\r\n }\r\n\r\n public override render(): React.ReactNode {\r\n return (\r\n <SafeAreaContext.Consumer>\r\n {(safeAreaInsets) => (\r\n <Footer\r\n className={this.props.className}\r\n messages={<ActivityMessageRenderer />}\r\n onMouseEnter={UiFramework.visibility.handleWidgetMouseEnter}\r\n safeAreaInsets={toLayoutSafeAreaInsets(safeAreaInsets)}\r\n style={this.props.style}\r\n >\r\n {this.props.widgetControl?.getReactNode?.() ?? null}\r\n </Footer>\r\n )}\r\n </SafeAreaContext.Consumer>\r\n );\r\n }\r\n\r\n public override componentDidMount() {\r\n MessageManager.onMessageAddedEvent.addListener(this._handleMessageAddedEvent);\r\n MessageManager.onActivityMessageUpdatedEvent.addListener(this._handleActivityMessageUpdatedEvent);\r\n MessageManager.onActivityMessageCancelledEvent.addListener(this._handleActivityMessageCancelledEvent);\r\n MessageManager.onMessagesUpdatedEvent.addListener(this._handleMessagesUpdatedEvent);\r\n\r\n MessageManager.updateMessages();\r\n }\r\n\r\n public override componentWillUnmount() {\r\n MessageManager.onMessageAddedEvent.removeListener(this._handleMessageAddedEvent);\r\n MessageManager.onActivityMessageUpdatedEvent.removeListener(this._handleActivityMessageUpdatedEvent);\r\n MessageManager.onActivityMessageCancelledEvent.removeListener(this._handleActivityMessageCancelledEvent);\r\n MessageManager.onMessagesUpdatedEvent.removeListener(this._handleMessagesUpdatedEvent);\r\n }\r\n\r\n private _handleMessageAddedEvent = (_args: MessageAddedEventArgs) => {\r\n this._updateMessages();\r\n const messagesToAdd = MessageManager.activeMessageManager.messages.filter((msg) => !this.messages.find((m) => m.id === msg.id));\r\n messagesToAdd.forEach((msg) => {\r\n const displayedMessage = MessageManager.displayMessage(msg.messageDetails, { onRemove: () => this._closeMessage(msg.id) });\r\n if (!!displayedMessage)\r\n this.messages.push({ close: displayedMessage.close, id: msg.id });\r\n });\r\n };\r\n\r\n private _updateMessages = () => {\r\n const updatedMessages = [...this.messages];\r\n this.messages.forEach((m) => {\r\n if (!MessageManager.activeMessageManager.messages.some((msg) => m.id === msg.id)) {\r\n m.close();\r\n const index = updatedMessages.findIndex((msg) => msg.id === m.id);\r\n updatedMessages.splice(index, 1);\r\n }\r\n });\r\n this.messages = updatedMessages;\r\n };\r\n\r\n /** Respond to clearing the message list */\r\n private _handleMessagesUpdatedEvent = () => {\r\n this._updateMessages();\r\n };\r\n\r\n /**\r\n * Sets state of the status bar to updated values reflecting activity progress.\r\n * @param args New values to set for ActivityMessage\r\n */\r\n private _handleActivityMessageUpdatedEvent = (args: ActivityMessageEventArgs) => {\r\n this.setState({\r\n activityMessageInfo: args,\r\n });\r\n };\r\n\r\n /**\r\n * Hides ActivityMessage after cancellation\r\n */\r\n private _handleActivityMessageCancelledEvent = () => {\r\n this.setState({\r\n activityMessageInfo: undefined,\r\n });\r\n };\r\n\r\n private _closeMessage = (id: string) => {\r\n MessageManager.activeMessageManager.remove(id);\r\n MessageManager.updateMessages();\r\n };\r\n}\r\n\r\n/** StatusBar With Space Between Items React functional component\r\n * @public\r\n */\r\nexport function StatusBarSpaceBetween(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-space-between\"} />;\r\n}\r\n\r\n/** StatusBar Left Section React functional component\r\n * @public\r\n */\r\nexport function StatusBarLeftSection(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-left\"} />;\r\n}\r\n\r\n/** StatusBar Center Section React functional component\r\n * @public\r\n */\r\nexport function StatusBarCenterSection(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-center\"} />;\r\n}\r\n\r\n/** StatusBar Right Section React functional component\r\n * @public\r\n */\r\nexport function StatusBarRightSection(props: CommonDivProps) {\r\n const { className, ...divProps } = props;\r\n return <Div {...divProps} mainClassName={className ? className : \"uifw-statusbar-right\"} />;\r\n}\r\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarComposer.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarComposer.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACoD,mBAAmB,EAE7E,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAoC,MAAM,mBAAmB,CAAC;AAyBlF,UAAU,8BAA8B;IACtC,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAMD,gBAAgB;AAChB,wBAAgB,iBAAiB,mCAEhC;AAED;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,kBAAkB,eAqB5D;AAmID;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,WAAW;IACzD,uBAAuB;IACvB,KAAK,EAAE,mBAAmB,EAAE,CAAC;IAE7B,yDAAyD;IACzD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mDAAmD;IACnD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qDAAqD;IACrD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,eAqM9D"}
1
+ {"version":3,"file":"StatusBarComposer.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarComposer.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACoD,mBAAmB,EAE7E,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,WAAW,EAA8B,MAAM,mBAAmB,CAAC;AAyB5E,UAAU,8BAA8B;IACtC,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAMD,gBAAgB;AAChB,wBAAgB,iBAAiB,mCAEhC;AAED;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,kBAAkB,eAqB5D;AAwID;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,WAAW;IACzD,uBAAuB;IACvB,KAAK,EAAE,mBAAmB,EAAE,CAAC;IAE7B,yDAAyD;IACzD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mDAAmD;IACnD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qDAAqD;IACrD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,eAiM9D"}
@@ -14,13 +14,13 @@ const appui_abstract_1 = require("@itwin/appui-abstract");
14
14
  const core_react_1 = require("@itwin/core-react");
15
15
  const appui_layout_react_1 = require("@itwin/appui-layout-react");
16
16
  const SyncUiEventDispatcher_1 = require("../syncui/SyncUiEventDispatcher");
17
- const Indicator_1 = require("../statusfields/Indicator");
18
17
  const Overflow_1 = require("./Overflow");
19
18
  const OverflowPanel_1 = require("./OverflowPanel");
20
19
  const StatusBar_1 = require("./StatusBar");
21
20
  const StatusBarItem_1 = require("./StatusBarItem");
22
21
  const useDefaultStatusBarItems_1 = require("./useDefaultStatusBarItems");
23
22
  const useUiItemsProviderStatusBarItems_1 = require("./useUiItemsProviderStatusBarItems");
23
+ const LabelIndicator_1 = require("../statusbar/LabelIndicator");
24
24
  /* eslint-disable deprecation/deprecation */
25
25
  /** Private function to generate a value that will allow the proper order to be maintained when items are placed in overflow panel */
26
26
  function getCombinedSectionItemPriority(item) {
@@ -53,14 +53,14 @@ function DockedStatusBarItem(props) {
53
53
  exports.DockedStatusBarItem = DockedStatusBarItem;
54
54
  /** Wrapper for status bar entries so their size can be used to determine if the status bar container can display them or if they will need to be placed in an overflow panel. */
55
55
  // eslint-disable-next-line @typescript-eslint/naming-convention, no-shadow
56
- const DockedStatusBarEntry = React.memo(function DockedStatusbarEntry({ children, entryKey, getOnResize }) {
56
+ function DockedStatusBarEntry({ children, entryKey, getOnResize }) {
57
57
  const onResize = React.useMemo(() => getOnResize(entryKey), [getOnResize, entryKey]);
58
58
  const entry = React.useMemo(() => ({
59
59
  isOverflown: false,
60
60
  onResize,
61
61
  }), [onResize]);
62
62
  return (React.createElement(DockedStatusBarEntryContext.Provider, { value: entry }, children));
63
- });
63
+ }
64
64
  /** Private function to set up sync event monitoring of statusbar items */
65
65
  function useStatusBarItemSyncEffect(itemsManager, syncIdsOfInterest) {
66
66
  React.useEffect(() => {
@@ -81,16 +81,14 @@ function useStatusBarItemSyncEffect(itemsManager, syncIdsOfInterest) {
81
81
  }, [itemsManager, itemsManager.items, syncIdsOfInterest]);
82
82
  }
83
83
  /** function to produce a StatusBarItem component from an AbstractStatusBarLabelItem */
84
- function generateActionStatusLabelItem(item, isInFooterMode) {
85
- const iconPaddingClass = item.labelSide === appui_abstract_1.StatusBarLabelSide.Left ? "nz-icon-padding-right" : "nz-icon-padding-left";
86
- return (React.createElement(appui_layout_react_1.FooterIndicator // eslint-disable-line deprecation/deprecation
87
- , { isInFooterMode: isInFooterMode },
88
- item.icon && React.createElement(core_react_1.Icon, { iconSpec: item.icon }),
89
- item.label && React.createElement("span", { className: iconPaddingClass }, appui_abstract_1.ConditionalStringValue.getValue(item.label))));
84
+ function generateActionStatusLabelItem(item) {
85
+ const label = appui_abstract_1.ConditionalStringValue.getValue(item.label);
86
+ return (React.createElement(LabelIndicator_1.StatusBarLabelIndicator, { iconSpec: item.icon, label: label }));
90
87
  }
91
88
  /** function to produce a StatusBarItem component from an AbstractStatusBarActionItem */
92
- function generateActionStatusBarItem(item, isInFooterMode) {
93
- return React.createElement(Indicator_1.Indicator, { toolTip: appui_abstract_1.ConditionalStringValue.getValue(item.tooltip), opened: false, onClick: item.execute, iconSpec: item.icon, isInFooterMode: isInFooterMode });
89
+ function generateActionStatusBarItem(item) {
90
+ const title = appui_abstract_1.ConditionalStringValue.getValue(item.tooltip);
91
+ return (React.createElement(LabelIndicator_1.StatusBarLabelIndicator, { title: title, onClick: item.execute, iconSpec: item.icon }));
94
92
  }
95
93
  /** local function to combine items from Stage and from Extensions */
96
94
  function combineItems(stageItems, addonItems) {
@@ -172,7 +170,6 @@ function StatusBarComposer(props) {
172
170
  const defaultItems = (0, useDefaultStatusBarItems_1.useDefaultStatusBarItems)(defaultItemsManager);
173
171
  const syncIdsOfInterest = React.useMemo(() => appui_abstract_1.StatusBarItemsManager.getSyncIdsOfInterest(defaultItems), [defaultItems]);
174
172
  useStatusBarItemSyncEffect(defaultItemsManager, syncIdsOfInterest);
175
- const statusBarContext = React.useContext(StatusBar_1.StatusBarContext);
176
173
  const [addonItemsManager] = React.useState(() => new appui_abstract_1.StatusBarItemsManager());
177
174
  const addonItems = (0, useUiItemsProviderStatusBarItems_1.useUiItemsProviderStatusBarItems)(addonItemsManager);
178
175
  const addonSyncIdsOfInterest = React.useMemo(() => appui_abstract_1.StatusBarItemsManager.getSyncIdsOfInterest(addonItems), [addonItems]);
@@ -230,10 +227,9 @@ function StatusBarComposer(props) {
230
227
  return (React.createElement(DockedStatusBarEntry, { key: key, entryKey: key, getOnResize: handleEntryResize },
231
228
  React.createElement(DockedStatusBarItem, { key: key, itemId: item.id, itemPriority: itemPriority, providerId: providerId, section: getSectionName(section) },
232
229
  (0, StatusBarItem_1.isStatusBarItem)(item) && item.reactNode,
233
- (0, appui_abstract_1.isAbstractStatusBarActionItem)(item) && generateActionStatusBarItem(item, statusBarContext.isInFooterMode),
234
- (0, appui_abstract_1.isAbstractStatusBarLabelItem)(item) && generateActionStatusLabelItem(item, statusBarContext.isInFooterMode))));
235
- // eslint-disable-next-line deprecation/deprecation
236
- }, [statusBarContext.isInFooterMode, handleEntryResize]);
230
+ (0, appui_abstract_1.isAbstractStatusBarActionItem)(item) && generateActionStatusBarItem(item),
231
+ (0, appui_abstract_1.isAbstractStatusBarLabelItem)(item) && generateActionStatusLabelItem(item))));
232
+ }, [handleEntryResize]);
237
233
  const getSectionItems = React.useCallback((section) => {
238
234
  const sectionItems = statusBarItems
239
235
  .filter((item) => item.section === section && !isItemInOverflow(item.id, overflown) && !appui_abstract_1.ConditionalBooleanValue.getValue(item.isHidden))
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarComposer.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarComposer.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport {\r\n AbstractStatusBarActionItem, AbstractStatusBarLabelItem, CommonStatusBarItem, ConditionalBooleanValue, ConditionalStringValue,\r\n isAbstractStatusBarActionItem, isAbstractStatusBarLabelItem, StatusBarItemsManager, StatusBarLabelSide, StatusBarSection, UiSyncEventArgs,\r\n} from \"@itwin/appui-abstract\";\r\nimport { CommonProps, Icon, useRefs, useResizeObserver } from \"@itwin/core-react\";\r\nimport { eqlOverflown, FooterIndicator } from \"@itwin/appui-layout-react\";\r\nimport { SyncUiEventDispatcher } from \"../syncui/SyncUiEventDispatcher\";\r\nimport { Indicator } from \"../statusfields/Indicator\";\r\nimport { StatusBarOverflow } from \"./Overflow\";\r\nimport { StatusBarOverflowPanel } from \"./OverflowPanel\";\r\nimport { StatusBarCenterSection, StatusBarContext, StatusBarLeftSection, StatusBarRightSection, StatusBarSpaceBetween } from \"./StatusBar\";\r\nimport { isStatusBarItem } from \"./StatusBarItem\";\r\nimport { useDefaultStatusBarItems } from \"./useDefaultStatusBarItems\";\r\nimport { useUiItemsProviderStatusBarItems } from \"./useUiItemsProviderStatusBarItems\";\r\n\r\n/* eslint-disable deprecation/deprecation */\r\n\r\n/** Private function to generate a value that will allow the proper order to be maintained when items are placed in overflow panel */\r\nfunction getCombinedSectionItemPriority(item: CommonStatusBarItem) {\r\n let sectionValue = 0;\r\n if (item.section === StatusBarSection.Center)\r\n sectionValue = 100000;\r\n else if (item.section === StatusBarSection.Context)\r\n sectionValue = 200000;\r\n else if (item.section === StatusBarSection.Right)\r\n sectionValue = 300000;\r\n return sectionValue + item.itemPriority;\r\n}\r\n\r\ninterface DockedStatusBarEntryContextArg {\r\n readonly isOverflown: boolean;\r\n readonly onResize: (w: number) => void;\r\n}\r\n\r\n// eslint-disable-next-line @typescript-eslint/naming-convention\r\nconst DockedStatusBarEntryContext = React.createContext<DockedStatusBarEntryContextArg>(null!);\r\nDockedStatusBarEntryContext.displayName = \"nz:DockedStatusBarEntryContext\";\r\n\r\n/** @internal */\r\nexport function useStatusBarEntry() {\r\n return React.useContext(DockedStatusBarEntryContext);\r\n}\r\n\r\n/** Properties of [[DockedStatusBarItem]] component.\r\n * @internal future\r\n */\r\nexport interface StatusBarItemProps extends CommonProps {\r\n /** Tool setting content. */\r\n children?: React.ReactNode;\r\n itemPriority?: number;\r\n providerId?: string;\r\n section?: string;\r\n}\r\n\r\n/** Used in [[StatusBarComposer]] component to display a statusbar item.\r\n * @internal future\r\n */\r\nexport function DockedStatusBarItem(props: StatusBarItemProps) {\r\n const { onResize } = useStatusBarEntry();\r\n const ref = useResizeObserver<HTMLDivElement>(onResize);\r\n const className = classnames(\r\n \"uifw-statusbar-item-container\",\r\n props.className,\r\n );\r\n return (\r\n <div\r\n data-item-id={props.itemId}\r\n data-item-type=\"status-bar-item\"\r\n data-item-location={props.section}\r\n data-item-priority={props.itemPriority}\r\n data-item-provider-id={props.providerId}\r\n className={className}\r\n ref={ref}\r\n style={props.style}\r\n >\r\n {props.children}\r\n </div>\r\n );\r\n}\r\n\r\ninterface DockedStatusBarEntryProps {\r\n children?: React.ReactNode;\r\n entryKey: string;\r\n getOnResize: (key: string) => (w: number) => void;\r\n}\r\n\r\n/** Wrapper for status bar entries so their size can be used to determine if the status bar container can display them or if they will need to be placed in an overflow panel. */\r\n// eslint-disable-next-line @typescript-eslint/naming-convention, no-shadow\r\nconst DockedStatusBarEntry = React.memo<DockedStatusBarEntryProps>(function DockedStatusbarEntry({ children, entryKey, getOnResize }) {\r\n const onResize = React.useMemo(() => getOnResize(entryKey), [getOnResize, entryKey]);\r\n const entry = React.useMemo<DockedStatusBarEntryContextArg>(() => ({\r\n isOverflown: false,\r\n onResize,\r\n }), [onResize]);\r\n return (\r\n <DockedStatusBarEntryContext.Provider value={entry}>\r\n {children}\r\n </DockedStatusBarEntryContext.Provider>\r\n );\r\n});\r\n\r\n/** Private function to set up sync event monitoring of statusbar items */\r\nfunction useStatusBarItemSyncEffect(itemsManager: StatusBarItemsManager, syncIdsOfInterest: string[]) {\r\n React.useEffect(() => {\r\n const handleSyncUiEvent = (args: UiSyncEventArgs) => {\r\n if (0 === syncIdsOfInterest.length)\r\n return;\r\n\r\n // istanbul ignore else\r\n if (syncIdsOfInterest.some((value: string): boolean => args.eventIds.has(value.toLowerCase()))) {\r\n // process each item that has interest\r\n itemsManager.refreshAffectedItems(args.eventIds);\r\n }\r\n };\r\n\r\n // Note: that items with conditions have condition run when loaded into the items manager\r\n SyncUiEventDispatcher.onSyncUiEvent.addListener(handleSyncUiEvent);\r\n return () => {\r\n SyncUiEventDispatcher.onSyncUiEvent.removeListener(handleSyncUiEvent);\r\n };\r\n }, [itemsManager, itemsManager.items, syncIdsOfInterest]);\r\n}\r\n\r\n/** function to produce a StatusBarItem component from an AbstractStatusBarLabelItem */\r\nfunction generateActionStatusLabelItem(item: AbstractStatusBarLabelItem, isInFooterMode: boolean): React.ReactNode {\r\n const iconPaddingClass = item.labelSide === StatusBarLabelSide.Left ? \"nz-icon-padding-right\" : \"nz-icon-padding-left\";\r\n return (<FooterIndicator // eslint-disable-line deprecation/deprecation\r\n isInFooterMode={isInFooterMode}\r\n >\r\n {item.icon && <Icon iconSpec={item.icon} />}\r\n {item.label && <span className={iconPaddingClass}>{ConditionalStringValue.getValue(item.label)}</span>}\r\n </FooterIndicator>\r\n );\r\n}\r\n\r\n/** function to produce a StatusBarItem component from an AbstractStatusBarActionItem */\r\nfunction generateActionStatusBarItem(item: AbstractStatusBarActionItem, isInFooterMode: boolean): React.ReactNode {\r\n return <Indicator toolTip={ConditionalStringValue.getValue(item.tooltip)} opened={false} onClick={item.execute} iconSpec={item.icon} // eslint-disable-line deprecation/deprecation\r\n isInFooterMode={isInFooterMode} />;\r\n}\r\n\r\n/** local function to combine items from Stage and from Extensions */\r\nfunction combineItems(stageItems: ReadonlyArray<CommonStatusBarItem>, addonItems: ReadonlyArray<CommonStatusBarItem>) {\r\n const items: CommonStatusBarItem[] = [];\r\n if (stageItems.length) {\r\n // Walk through each and ensure no duplicate ids are added.\r\n stageItems.forEach((srcItem) => {\r\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\r\n items.push(srcItem);\r\n }\r\n });\r\n }\r\n if (addonItems.length) {\r\n // Walk through each and ensure no duplicate ids are added.\r\n addonItems.forEach((srcItem) => {\r\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\r\n items.push(srcItem);\r\n }\r\n });\r\n }\r\n return items;\r\n}\r\n\r\n/** local function to ensure a width value is defined for a status bar entries. */\r\nfunction verifiedMapEntries<T>(map: Map<string, T | undefined>) {\r\n for (const [, val] of map) {\r\n // istanbul ignore next\r\n if (val === undefined)\r\n return undefined;\r\n }\r\n return map as Map<string, T>;\r\n}\r\n\r\n/** Returns a subset of docked entry keys that exceed given width and should be placed in overflow panel. */\r\nfunction getItemToPlaceInOverflow(width: number, docked: ReadonlyArray<readonly [string, number]>, overflowWidth: number) {\r\n let settingsWidth = 0;\r\n\r\n let i = 0;\r\n for (; i < docked.length; i++) {\r\n const w = docked[i][1];\r\n const newSettingsWidth = settingsWidth + w;\r\n if (newSettingsWidth > width) {\r\n settingsWidth += overflowWidth;\r\n break;\r\n }\r\n settingsWidth = newSettingsWidth;\r\n }\r\n\r\n let j = i;\r\n for (; j > 0; j--) {\r\n if (settingsWidth <= width)\r\n break;\r\n const w = docked[j][1];\r\n settingsWidth -= w;\r\n }\r\n\r\n const overflowItems = new Array<string>();\r\n for (i = j; i < docked.length; i++) {\r\n overflowItems.push(docked[i][0]);\r\n }\r\n return overflowItems;\r\n}\r\n\r\nfunction isItemInOverflow(id: string, overflowItemIds: ReadonlyArray<string> | undefined) {\r\n if (!overflowItemIds || 0 === overflowItemIds.length)\r\n return false;\r\n return !!overflowItemIds.find((value) => value === id);\r\n}\r\n\r\n/** Properties for the [[StatusBarComposer]] React components\r\n * @public\r\n */\r\nexport interface StatusBarComposerProps extends CommonProps {\r\n /** Status Bar items */\r\n items: CommonStatusBarItem[];\r\n\r\n /** CSS class name override for the overall Status Bar */\r\n mainClassName?: string;\r\n /** CSS class name override for the left section */\r\n leftClassName?: string;\r\n /** CSS class name override for the center section */\r\n centerClassName?: string;\r\n /** CSS class name override for the right section */\r\n rightClassName?: string;\r\n}\r\n\r\n/** Component to load components into the [[StatusBar]].\r\n * @public\r\n */\r\nexport function StatusBarComposer(props: StatusBarComposerProps) {\r\n const { className, style, items, mainClassName, leftClassName, centerClassName, rightClassName } = props;\r\n const [defaultItemsManager, setDefaultItemsManager] = React.useState(() => new StatusBarItemsManager(items));\r\n const [isOverflowPanelOpen, setIsOverflowPanelOpen] = React.useState(false);\r\n const containerWidth = React.useRef<number | undefined>(undefined);\r\n\r\n const isInitialMount = React.useRef(true);\r\n React.useEffect(() => {\r\n if (isInitialMount.current)\r\n isInitialMount.current = false;\r\n else {\r\n setDefaultItemsManager(new StatusBarItemsManager(items));\r\n }\r\n }, [items]);\r\n const defaultItems = useDefaultStatusBarItems(defaultItemsManager);\r\n const syncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(defaultItems), [defaultItems]);\r\n useStatusBarItemSyncEffect(defaultItemsManager, syncIdsOfInterest);\r\n\r\n const statusBarContext = React.useContext(StatusBarContext);\r\n const [addonItemsManager] = React.useState(() => new StatusBarItemsManager());\r\n const addonItems = useUiItemsProviderStatusBarItems(addonItemsManager);\r\n const addonSyncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(addonItems), [addonItems]);\r\n useStatusBarItemSyncEffect(addonItemsManager, addonSyncIdsOfInterest);\r\n\r\n const statusBarItems = React.useMemo(() => combineItems(defaultItems, addonItems), [defaultItems, addonItems]);\r\n const entryWidths = React.useRef(new Map<string, number | undefined>());\r\n const overflowWidth = React.useRef<number | undefined>(undefined);\r\n const [overflown, setOverflown] = React.useState<ReadonlyArray<string>>();\r\n\r\n const calculateOverflow = React.useCallback(() => {\r\n const widths = verifiedMapEntries(entryWidths.current);\r\n if (containerWidth.current === undefined ||\r\n widths === undefined ||\r\n overflowWidth.current === undefined\r\n ) {\r\n setOverflown(new Array<string>());\r\n return;\r\n }\r\n\r\n // Calculate overflow.\r\n const newOverflown = getItemToPlaceInOverflow(containerWidth.current, [...widths.entries()], overflowWidth.current);\r\n if (!eqlOverflown(overflown, newOverflown)) {\r\n setOverflown(newOverflown);\r\n // istanbul ignore next\r\n if (0 === newOverflown.length && isOverflowPanelOpen)\r\n setIsOverflowPanelOpen(false);\r\n }\r\n }, [isOverflowPanelOpen, overflown]);\r\n\r\n const handleOverflowResize = React.useCallback((w: number) => {\r\n const calculate = overflowWidth.current !== w;\r\n overflowWidth.current = w;\r\n calculate && calculateOverflow();\r\n }, [calculateOverflow]);\r\n\r\n const handleEntryResize = React.useCallback((key: string) => (w: number) => {\r\n const oldW = entryWidths.current.get(key);\r\n if ((undefined === oldW) || Math.abs(oldW - w) > 2) {\r\n entryWidths.current.set(key, w);\r\n calculateOverflow();\r\n }\r\n }, [calculateOverflow]);\r\n\r\n const getSectionName = (section: StatusBarSection) => {\r\n switch (section) {\r\n case StatusBarSection.Center:\r\n case StatusBarSection.Stage:\r\n return \"status-bar-center\";\r\n case StatusBarSection.Context:\r\n return \"status-bar-right-start\";\r\n case StatusBarSection.Right:\r\n case StatusBarSection.Selection:\r\n return \"status-bar-right-end\";\r\n case StatusBarSection.Left:\r\n case StatusBarSection.Message:\r\n return \"status-bar-left\";\r\n }\r\n };\r\n\r\n /** generate a wrapped status bar entry that will report its size. */\r\n const getComponent = React.useCallback((item: CommonStatusBarItem, key: string, itemPriority: number,\r\n section: StatusBarSection, providerId?: string): React.ReactNode => {\r\n return (\r\n <DockedStatusBarEntry\r\n key={key}\r\n entryKey={key}\r\n getOnResize={handleEntryResize}\r\n >\r\n <DockedStatusBarItem key={key} itemId={item.id} itemPriority={itemPriority} providerId={providerId} section={getSectionName(section)} >\r\n {isStatusBarItem(item) && item.reactNode}\r\n {// eslint-disable-next-line deprecation/deprecation\r\n isAbstractStatusBarActionItem(item) && generateActionStatusBarItem(item, statusBarContext.isInFooterMode)}\r\n {// eslint-disable-next-line deprecation/deprecation\r\n isAbstractStatusBarLabelItem(item) && generateActionStatusLabelItem(item, statusBarContext.isInFooterMode)}\r\n </DockedStatusBarItem>\r\n </DockedStatusBarEntry>\r\n );\r\n // eslint-disable-next-line deprecation/deprecation\r\n }, [statusBarContext.isInFooterMode, handleEntryResize]);\r\n\r\n const getSectionItems = React.useCallback((section: StatusBarSection): React.ReactNode[] => {\r\n const sectionItems = statusBarItems\r\n .filter((item) => item.section as number === section && !isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\r\n .sort((a, b) => a.itemPriority - b.itemPriority);\r\n\r\n return sectionItems.map((sectionItem) => (\r\n <React.Fragment key={sectionItem.id}>\r\n {getComponent(sectionItem, sectionItem.id, sectionItem.itemPriority, sectionItem.section, sectionItem.providerId)}\r\n </React.Fragment>\r\n ));\r\n }, [statusBarItems, overflown, getComponent]);\r\n\r\n const getOverflowItems = React.useCallback((): React.ReactNode[] => {\r\n const itemsInOverflow = statusBarItems\r\n .filter((item) => isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\r\n .sort((a, b) => getCombinedSectionItemPriority(a) - getCombinedSectionItemPriority(b)).reverse();\r\n\r\n return itemsInOverflow.map((item) => (\r\n <React.Fragment key={item.id}>\r\n {getComponent(item, item.id, item.itemPriority, item.section, item.providerId)}\r\n </React.Fragment>\r\n ));\r\n }, [statusBarItems, overflown, getComponent]);\r\n\r\n const handleContainerResize = React.useCallback((w: number) => {\r\n if ((undefined === containerWidth.current) || Math.abs(containerWidth.current - w) > 2) {\r\n containerWidth.current = w;\r\n calculateOverflow();\r\n }\r\n }, [calculateOverflow]);\r\n\r\n const containerRef = React.useRef<HTMLDivElement>(null);\r\n const targetRef = React.useRef<HTMLDivElement>(null);\r\n const resizeObserverRef = useResizeObserver(handleContainerResize);\r\n // allow both the containerRef and the resize observer function that takes a ref to be processed when the ref is set.\r\n const refs = useRefs(containerRef, resizeObserverRef);\r\n\r\n const onOverflowClick = React.useCallback(() => {\r\n setIsOverflowPanelOpen((prev) => !prev);\r\n }, []);\r\n // istanbul ignore next\r\n const handleOnClose = React.useCallback(() => {\r\n setIsOverflowPanelOpen(false);\r\n }, []);\r\n const leftItems = React.useMemo(() => getSectionItems(StatusBarSection.Left), [getSectionItems]);\r\n const centerItems = React.useMemo(() => getSectionItems(StatusBarSection.Center), [getSectionItems]);\r\n const rightItems = React.useMemo(() => getSectionItems(StatusBarSection.Right), [getSectionItems]);\r\n const contextItems = React.useMemo(() => getSectionItems(StatusBarSection.Context), [getSectionItems]);\r\n const overflowItems = React.useMemo(() => getOverflowItems(), [getOverflowItems]);\r\n\r\n const containerClassName = classnames(\r\n \"uifw-statusbar-docked\",\r\n className,\r\n );\r\n\r\n return (\r\n <div\r\n className={containerClassName}\r\n ref={refs}\r\n style={style}\r\n role=\"presentation\"\r\n >\r\n <StatusBarSpaceBetween className={mainClassName}>\r\n <StatusBarLeftSection className={leftClassName}>\r\n {leftItems}\r\n </StatusBarLeftSection>\r\n <StatusBarCenterSection className={centerClassName}>\r\n {centerItems}\r\n {contextItems}\r\n </StatusBarCenterSection>\r\n <StatusBarRightSection className={rightClassName}>\r\n {rightItems}\r\n {(!overflown || overflown.length > 0) && (\r\n <>\r\n <StatusBarOverflow\r\n onClick={onOverflowClick}\r\n onResize={handleOverflowResize}\r\n ref={targetRef}\r\n />\r\n {overflowItems.length > 0 && isOverflowPanelOpen && targetRef.current &&\r\n <StatusBarOverflowPanel\r\n onClose={handleOnClose}\r\n open={true}\r\n target={targetRef.current}\r\n >\r\n <div className=\"uifw-statusbar-overflow-items-container\" data-testid=\"uifw-statusbar-overflow-items-container\">\r\n {overflowItems.map((overflowEntry) => overflowEntry)}\r\n </div>\r\n </StatusBarOverflowPanel>\r\n }\r\n </>\r\n )}\r\n\r\n </StatusBarRightSection>\r\n </StatusBarSpaceBetween>\r\n </div>\r\n );\r\n}\r\n"]}
1
+ {"version":3,"file":"StatusBarComposer.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarComposer.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport {\r\n AbstractStatusBarActionItem, AbstractStatusBarLabelItem, CommonStatusBarItem, ConditionalBooleanValue, ConditionalStringValue,\r\n isAbstractStatusBarActionItem, isAbstractStatusBarLabelItem, StatusBarItemsManager, StatusBarSection, UiSyncEventArgs,\r\n} from \"@itwin/appui-abstract\";\r\nimport { CommonProps, useRefs, useResizeObserver } from \"@itwin/core-react\";\r\nimport { eqlOverflown } from \"@itwin/appui-layout-react\";\r\nimport { SyncUiEventDispatcher } from \"../syncui/SyncUiEventDispatcher\";\r\nimport { StatusBarOverflow } from \"./Overflow\";\r\nimport { StatusBarOverflowPanel } from \"./OverflowPanel\";\r\nimport { StatusBarCenterSection, StatusBarLeftSection, StatusBarRightSection, StatusBarSpaceBetween } from \"./StatusBar\";\r\nimport { isStatusBarItem } from \"./StatusBarItem\";\r\nimport { useDefaultStatusBarItems } from \"./useDefaultStatusBarItems\";\r\nimport { useUiItemsProviderStatusBarItems } from \"./useUiItemsProviderStatusBarItems\";\r\nimport { StatusBarLabelIndicator } from \"../statusbar/LabelIndicator\";\r\n\r\n/* eslint-disable deprecation/deprecation */\r\n\r\n/** Private function to generate a value that will allow the proper order to be maintained when items are placed in overflow panel */\r\nfunction getCombinedSectionItemPriority(item: CommonStatusBarItem) {\r\n let sectionValue = 0;\r\n if (item.section === StatusBarSection.Center)\r\n sectionValue = 100000;\r\n else if (item.section === StatusBarSection.Context)\r\n sectionValue = 200000;\r\n else if (item.section === StatusBarSection.Right)\r\n sectionValue = 300000;\r\n return sectionValue + item.itemPriority;\r\n}\r\n\r\ninterface DockedStatusBarEntryContextArg {\r\n readonly isOverflown: boolean;\r\n readonly onResize: (w: number) => void;\r\n}\r\n\r\n// eslint-disable-next-line @typescript-eslint/naming-convention\r\nconst DockedStatusBarEntryContext = React.createContext<DockedStatusBarEntryContextArg>(null!);\r\nDockedStatusBarEntryContext.displayName = \"nz:DockedStatusBarEntryContext\";\r\n\r\n/** @internal */\r\nexport function useStatusBarEntry() {\r\n return React.useContext(DockedStatusBarEntryContext);\r\n}\r\n\r\n/** Properties of [[DockedStatusBarItem]] component.\r\n * @internal future\r\n */\r\nexport interface StatusBarItemProps extends CommonProps {\r\n /** Tool setting content. */\r\n children?: React.ReactNode;\r\n itemPriority?: number;\r\n providerId?: string;\r\n section?: string;\r\n}\r\n\r\n/** Used in [[StatusBarComposer]] component to display a statusbar item.\r\n * @internal future\r\n */\r\nexport function DockedStatusBarItem(props: StatusBarItemProps) {\r\n const { onResize } = useStatusBarEntry();\r\n const ref = useResizeObserver<HTMLDivElement>(onResize);\r\n const className = classnames(\r\n \"uifw-statusbar-item-container\",\r\n props.className,\r\n );\r\n return (\r\n <div\r\n data-item-id={props.itemId}\r\n data-item-type=\"status-bar-item\"\r\n data-item-location={props.section}\r\n data-item-priority={props.itemPriority}\r\n data-item-provider-id={props.providerId}\r\n className={className}\r\n ref={ref}\r\n style={props.style}\r\n >\r\n {props.children}\r\n </div>\r\n );\r\n}\r\n\r\ninterface DockedStatusBarEntryProps {\r\n children?: React.ReactNode;\r\n entryKey: string;\r\n getOnResize: (key: string) => (w: number) => void;\r\n}\r\n\r\n/** Wrapper for status bar entries so their size can be used to determine if the status bar container can display them or if they will need to be placed in an overflow panel. */\r\n// eslint-disable-next-line @typescript-eslint/naming-convention, no-shadow\r\nfunction DockedStatusBarEntry({ children, entryKey, getOnResize }: DockedStatusBarEntryProps) {\r\n const onResize = React.useMemo(() => getOnResize(entryKey), [getOnResize, entryKey]);\r\n const entry = React.useMemo<DockedStatusBarEntryContextArg>(() => ({\r\n isOverflown: false,\r\n onResize,\r\n }), [onResize]);\r\n return (\r\n <DockedStatusBarEntryContext.Provider value={entry}>\r\n {children}\r\n </DockedStatusBarEntryContext.Provider>\r\n );\r\n}\r\n\r\n/** Private function to set up sync event monitoring of statusbar items */\r\nfunction useStatusBarItemSyncEffect(itemsManager: StatusBarItemsManager, syncIdsOfInterest: string[]) {\r\n React.useEffect(() => {\r\n const handleSyncUiEvent = (args: UiSyncEventArgs) => {\r\n if (0 === syncIdsOfInterest.length)\r\n return;\r\n\r\n // istanbul ignore else\r\n if (syncIdsOfInterest.some((value: string): boolean => args.eventIds.has(value.toLowerCase()))) {\r\n // process each item that has interest\r\n itemsManager.refreshAffectedItems(args.eventIds);\r\n }\r\n };\r\n\r\n // Note: that items with conditions have condition run when loaded into the items manager\r\n SyncUiEventDispatcher.onSyncUiEvent.addListener(handleSyncUiEvent);\r\n return () => {\r\n SyncUiEventDispatcher.onSyncUiEvent.removeListener(handleSyncUiEvent);\r\n };\r\n }, [itemsManager, itemsManager.items, syncIdsOfInterest]);\r\n}\r\n\r\n/** function to produce a StatusBarItem component from an AbstractStatusBarLabelItem */\r\nfunction generateActionStatusLabelItem(item: AbstractStatusBarLabelItem): React.ReactNode {\r\n const label = ConditionalStringValue.getValue(item.label);\r\n return (\r\n <StatusBarLabelIndicator\r\n iconSpec={item.icon}\r\n label={label}\r\n />\r\n );\r\n}\r\n\r\n/** function to produce a StatusBarItem component from an AbstractStatusBarActionItem */\r\nfunction generateActionStatusBarItem(item: AbstractStatusBarActionItem): React.ReactNode {\r\n const title = ConditionalStringValue.getValue(item.tooltip);\r\n return (\r\n <StatusBarLabelIndicator\r\n title={title}\r\n onClick={item.execute}\r\n iconSpec={item.icon}\r\n />\r\n );\r\n}\r\n\r\n/** local function to combine items from Stage and from Extensions */\r\nfunction combineItems(stageItems: ReadonlyArray<CommonStatusBarItem>, addonItems: ReadonlyArray<CommonStatusBarItem>) {\r\n const items: CommonStatusBarItem[] = [];\r\n if (stageItems.length) {\r\n // Walk through each and ensure no duplicate ids are added.\r\n stageItems.forEach((srcItem) => {\r\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\r\n items.push(srcItem);\r\n }\r\n });\r\n }\r\n if (addonItems.length) {\r\n // Walk through each and ensure no duplicate ids are added.\r\n addonItems.forEach((srcItem) => {\r\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\r\n items.push(srcItem);\r\n }\r\n });\r\n }\r\n return items;\r\n}\r\n\r\n/** local function to ensure a width value is defined for a status bar entries. */\r\nfunction verifiedMapEntries<T>(map: Map<string, T | undefined>) {\r\n for (const [, val] of map) {\r\n // istanbul ignore next\r\n if (val === undefined)\r\n return undefined;\r\n }\r\n return map as Map<string, T>;\r\n}\r\n\r\n/** Returns a subset of docked entry keys that exceed given width and should be placed in overflow panel. */\r\nfunction getItemToPlaceInOverflow(width: number, docked: ReadonlyArray<readonly [string, number]>, overflowWidth: number) {\r\n let settingsWidth = 0;\r\n\r\n let i = 0;\r\n for (; i < docked.length; i++) {\r\n const w = docked[i][1];\r\n const newSettingsWidth = settingsWidth + w;\r\n if (newSettingsWidth > width) {\r\n settingsWidth += overflowWidth;\r\n break;\r\n }\r\n settingsWidth = newSettingsWidth;\r\n }\r\n\r\n let j = i;\r\n for (; j > 0; j--) {\r\n if (settingsWidth <= width)\r\n break;\r\n const w = docked[j][1];\r\n settingsWidth -= w;\r\n }\r\n\r\n const overflowItems = new Array<string>();\r\n for (i = j; i < docked.length; i++) {\r\n overflowItems.push(docked[i][0]);\r\n }\r\n return overflowItems;\r\n}\r\n\r\nfunction isItemInOverflow(id: string, overflowItemIds: ReadonlyArray<string> | undefined) {\r\n if (!overflowItemIds || 0 === overflowItemIds.length)\r\n return false;\r\n return !!overflowItemIds.find((value) => value === id);\r\n}\r\n\r\n/** Properties for the [[StatusBarComposer]] React components\r\n * @public\r\n */\r\nexport interface StatusBarComposerProps extends CommonProps {\r\n /** Status Bar items */\r\n items: CommonStatusBarItem[];\r\n\r\n /** CSS class name override for the overall Status Bar */\r\n mainClassName?: string;\r\n /** CSS class name override for the left section */\r\n leftClassName?: string;\r\n /** CSS class name override for the center section */\r\n centerClassName?: string;\r\n /** CSS class name override for the right section */\r\n rightClassName?: string;\r\n}\r\n\r\n/** Component to load components into the [[StatusBar]].\r\n * @public\r\n */\r\nexport function StatusBarComposer(props: StatusBarComposerProps) {\r\n const { className, style, items, mainClassName, leftClassName, centerClassName, rightClassName } = props;\r\n const [defaultItemsManager, setDefaultItemsManager] = React.useState(() => new StatusBarItemsManager(items));\r\n const [isOverflowPanelOpen, setIsOverflowPanelOpen] = React.useState(false);\r\n const containerWidth = React.useRef<number | undefined>(undefined);\r\n\r\n const isInitialMount = React.useRef(true);\r\n React.useEffect(() => {\r\n if (isInitialMount.current)\r\n isInitialMount.current = false;\r\n else {\r\n setDefaultItemsManager(new StatusBarItemsManager(items));\r\n }\r\n }, [items]);\r\n const defaultItems = useDefaultStatusBarItems(defaultItemsManager);\r\n const syncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(defaultItems), [defaultItems]);\r\n useStatusBarItemSyncEffect(defaultItemsManager, syncIdsOfInterest);\r\n\r\n const [addonItemsManager] = React.useState(() => new StatusBarItemsManager());\r\n const addonItems = useUiItemsProviderStatusBarItems(addonItemsManager);\r\n const addonSyncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(addonItems), [addonItems]);\r\n useStatusBarItemSyncEffect(addonItemsManager, addonSyncIdsOfInterest);\r\n\r\n const statusBarItems = React.useMemo(() => combineItems(defaultItems, addonItems), [defaultItems, addonItems]);\r\n const entryWidths = React.useRef(new Map<string, number | undefined>());\r\n const overflowWidth = React.useRef<number | undefined>(undefined);\r\n const [overflown, setOverflown] = React.useState<ReadonlyArray<string>>();\r\n\r\n const calculateOverflow = React.useCallback(() => {\r\n const widths = verifiedMapEntries(entryWidths.current);\r\n if (containerWidth.current === undefined ||\r\n widths === undefined ||\r\n overflowWidth.current === undefined\r\n ) {\r\n setOverflown(new Array<string>());\r\n return;\r\n }\r\n\r\n // Calculate overflow.\r\n const newOverflown = getItemToPlaceInOverflow(containerWidth.current, [...widths.entries()], overflowWidth.current);\r\n if (!eqlOverflown(overflown, newOverflown)) {\r\n setOverflown(newOverflown);\r\n // istanbul ignore next\r\n if (0 === newOverflown.length && isOverflowPanelOpen)\r\n setIsOverflowPanelOpen(false);\r\n }\r\n }, [isOverflowPanelOpen, overflown]);\r\n\r\n const handleOverflowResize = React.useCallback((w: number) => {\r\n const calculate = overflowWidth.current !== w;\r\n overflowWidth.current = w;\r\n calculate && calculateOverflow();\r\n }, [calculateOverflow]);\r\n\r\n const handleEntryResize = React.useCallback((key: string) => (w: number) => {\r\n const oldW = entryWidths.current.get(key);\r\n if ((undefined === oldW) || Math.abs(oldW - w) > 2) {\r\n entryWidths.current.set(key, w);\r\n calculateOverflow();\r\n }\r\n }, [calculateOverflow]);\r\n\r\n const getSectionName = (section: StatusBarSection) => {\r\n switch (section) {\r\n case StatusBarSection.Center:\r\n case StatusBarSection.Stage:\r\n return \"status-bar-center\";\r\n case StatusBarSection.Context:\r\n return \"status-bar-right-start\";\r\n case StatusBarSection.Right:\r\n case StatusBarSection.Selection:\r\n return \"status-bar-right-end\";\r\n case StatusBarSection.Left:\r\n case StatusBarSection.Message:\r\n return \"status-bar-left\";\r\n }\r\n };\r\n\r\n /** generate a wrapped status bar entry that will report its size. */\r\n const getComponent = React.useCallback((item: CommonStatusBarItem, key: string, itemPriority: number,\r\n section: StatusBarSection, providerId?: string): React.ReactNode => {\r\n return (\r\n <DockedStatusBarEntry\r\n key={key}\r\n entryKey={key}\r\n getOnResize={handleEntryResize}\r\n >\r\n <DockedStatusBarItem key={key} itemId={item.id} itemPriority={itemPriority} providerId={providerId} section={getSectionName(section)} >\r\n {isStatusBarItem(item) && item.reactNode}\r\n {isAbstractStatusBarActionItem(item) && generateActionStatusBarItem(item)}\r\n {isAbstractStatusBarLabelItem(item) && generateActionStatusLabelItem(item)}\r\n </DockedStatusBarItem>\r\n </DockedStatusBarEntry>\r\n );\r\n }, [handleEntryResize]);\r\n\r\n const getSectionItems = React.useCallback((section: StatusBarSection): React.ReactNode[] => {\r\n const sectionItems = statusBarItems\r\n .filter((item) => item.section as number === section && !isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\r\n .sort((a, b) => a.itemPriority - b.itemPriority);\r\n\r\n return sectionItems.map((sectionItem) => (\r\n <React.Fragment key={sectionItem.id}>\r\n {getComponent(sectionItem, sectionItem.id, sectionItem.itemPriority, sectionItem.section, sectionItem.providerId)}\r\n </React.Fragment>\r\n ));\r\n }, [statusBarItems, overflown, getComponent]);\r\n\r\n const getOverflowItems = React.useCallback((): React.ReactNode[] => {\r\n const itemsInOverflow = statusBarItems\r\n .filter((item) => isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\r\n .sort((a, b) => getCombinedSectionItemPriority(a) - getCombinedSectionItemPriority(b)).reverse();\r\n\r\n return itemsInOverflow.map((item) => (\r\n <React.Fragment key={item.id}>\r\n {getComponent(item, item.id, item.itemPriority, item.section, item.providerId)}\r\n </React.Fragment>\r\n ));\r\n }, [statusBarItems, overflown, getComponent]);\r\n\r\n const handleContainerResize = React.useCallback((w: number) => {\r\n if ((undefined === containerWidth.current) || Math.abs(containerWidth.current - w) > 2) {\r\n containerWidth.current = w;\r\n calculateOverflow();\r\n }\r\n }, [calculateOverflow]);\r\n\r\n const containerRef = React.useRef<HTMLDivElement>(null);\r\n const targetRef = React.useRef<HTMLDivElement>(null);\r\n const resizeObserverRef = useResizeObserver(handleContainerResize);\r\n // allow both the containerRef and the resize observer function that takes a ref to be processed when the ref is set.\r\n const refs = useRefs(containerRef, resizeObserverRef);\r\n\r\n const onOverflowClick = React.useCallback(() => {\r\n setIsOverflowPanelOpen((prev) => !prev);\r\n }, []);\r\n // istanbul ignore next\r\n const handleOnClose = React.useCallback(() => {\r\n setIsOverflowPanelOpen(false);\r\n }, []);\r\n const leftItems = React.useMemo(() => getSectionItems(StatusBarSection.Left), [getSectionItems]);\r\n const centerItems = React.useMemo(() => getSectionItems(StatusBarSection.Center), [getSectionItems]);\r\n const rightItems = React.useMemo(() => getSectionItems(StatusBarSection.Right), [getSectionItems]);\r\n const contextItems = React.useMemo(() => getSectionItems(StatusBarSection.Context), [getSectionItems]);\r\n const overflowItems = React.useMemo(() => getOverflowItems(), [getOverflowItems]);\r\n\r\n const containerClassName = classnames(\r\n \"uifw-statusbar-docked\",\r\n className,\r\n );\r\n\r\n return (\r\n <div\r\n className={containerClassName}\r\n ref={refs}\r\n style={style}\r\n role=\"presentation\"\r\n >\r\n <StatusBarSpaceBetween className={mainClassName}>\r\n <StatusBarLeftSection className={leftClassName}>\r\n {leftItems}\r\n </StatusBarLeftSection>\r\n <StatusBarCenterSection className={centerClassName}>\r\n {centerItems}\r\n {contextItems}\r\n </StatusBarCenterSection>\r\n <StatusBarRightSection className={rightClassName}>\r\n {rightItems}\r\n {(!overflown || overflown.length > 0) && (\r\n <>\r\n <StatusBarOverflow\r\n onClick={onOverflowClick}\r\n onResize={handleOverflowResize}\r\n ref={targetRef}\r\n />\r\n {overflowItems.length > 0 && isOverflowPanelOpen && targetRef.current &&\r\n <StatusBarOverflowPanel\r\n onClose={handleOnClose}\r\n open={true}\r\n target={targetRef.current}\r\n >\r\n <div className=\"uifw-statusbar-overflow-items-container\" data-testid=\"uifw-statusbar-overflow-items-container\">\r\n {overflowItems.map((overflowEntry) => overflowEntry)}\r\n </div>\r\n </StatusBarOverflowPanel>\r\n }\r\n </>\r\n )}\r\n\r\n </StatusBarRightSection>\r\n </StatusBarSpaceBetween>\r\n </div>\r\n );\r\n}\r\n"]}
@@ -44,7 +44,7 @@ export interface StatusBarItem extends AbstractStatusBarCustomItem {
44
44
  */
45
45
  export declare type StatusBarCustomItem = StatusBarItem;
46
46
  /** Describes the data needed to insert a button into the status bar.
47
- * @beta
47
+ * @public // TODO: 4.x cleanup
48
48
  */
49
49
  export declare type AnyStatusBarItem = UIA_CommonStatusBarItem;
50
50
  /** StatusBarActionItem type guard.
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarItem.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItem.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAGH,0DAW+B;AAO/B;;GAEG;AACU,QAAA,gBAAgB,GAAG,iCAAoB,CAAC,CAAC,+EAA+E;AAOrI;;GAEG;AACU,QAAA,kBAAkB,GAAG,mCAAsB,CAAC,CAAC,+EAA+E;AAqCzI;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAsB;IAC1D,OAAO,IAAA,8CAA6B,EAAC,IAAI,CAAC,CAAC,CAAC,8CAA8C;AAC5F,CAAC;AAFD,sDAEC;AAED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAsB;IACzD,OAAO,IAAA,6CAA4B,EAAC,IAAI,CAAC,CAAC,CAAC,8CAA8C;AAC3F,CAAC;AAFD,oDAEC;AAED;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAsB;IAC1D,OAAO,IAAA,uBAAe,EAAC,IAAI,CAAC,CAAC,CAAC,8CAA8C;AAC9E,CAAC;AAFD,sDAEC;AAED;;;GAGG;AACI,MAAM,eAAe,GAAG,CAAC,IAA6B,EAAyB,EAAE;IACtF,OAAO,IAAA,8CAA6B,EAAC,IAAI,CAAC,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,8CAA8C;AACrH,CAAC,CAAC;AAFW,QAAA,eAAe,mBAE1B","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport {\r\n AbstractStatusBarActionItem,\r\n AbstractStatusBarCustomItem,\r\n AbstractStatusBarItem,\r\n AbstractStatusBarLabelItem,\r\n isAbstractStatusBarActionItem,\r\n isAbstractStatusBarCustomItem,\r\n isAbstractStatusBarLabelItem,\r\n CommonStatusBarItem as UIA_CommonStatusBarItem,\r\n StatusBarLabelSide as UIA_StatusBarLabelSide,\r\n StatusBarSection as UIA_StatusBarSection,\r\n} from \"@itwin/appui-abstract\";\r\n\r\n/** Status bar Groups/Sections from Left to Right\r\n * @beta\r\n */\r\nexport type StatusBarSection = UIA_StatusBarSection; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Status bar Groups/Sections from Left to Right\r\n * @beta\r\n */\r\nexport const StatusBarSection = UIA_StatusBarSection; // eslint-disable-line @typescript-eslint/no-redeclare, deprecation/deprecation\r\n\r\n/** Defines which side of Icon where label is placed\r\n * @beta\r\n */\r\nexport type StatusBarLabelSide = UIA_StatusBarLabelSide; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Defines which side of Icon where label is placed\r\n * @beta\r\n */\r\nexport const StatusBarLabelSide = UIA_StatusBarLabelSide; // eslint-disable-line @typescript-eslint/no-redeclare, deprecation/deprecation\r\n\r\n/** Describes the data needed to insert a button into the status bar.\r\n * @beta\r\n */\r\nexport type CommonStatusBarItem = AbstractStatusBarItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert an action item into the status bar.\r\n * @beta\r\n */\r\nexport type StatusBarActionItem = AbstractStatusBarActionItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert a label item with an optional icon into the status bar.\r\n * @beta\r\n */\r\nexport type StatusBarLabelItem = AbstractStatusBarLabelItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert an item into the StatusBar.\r\n * @deprecated in 3.6. Use [[StatusBarCustomItem]] instead.\r\n * @public\r\n */\r\nexport interface StatusBarItem extends AbstractStatusBarCustomItem { // eslint-disable-line deprecation/deprecation\r\n /** React node for the StatusBar item. */\r\n readonly reactNode: React.ReactNode;\r\n}\r\n\r\n/** Describes the data needed to insert an item into the StatusBar.\r\n * @beta\r\n */\r\nexport type StatusBarCustomItem = StatusBarItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert a button into the status bar.\r\n * @beta\r\n */\r\n// eslint-disable-next-line deprecation/deprecation\r\nexport type AnyStatusBarItem = UIA_CommonStatusBarItem; // TODO: Rename to StatusBarItem.\r\n\r\n/** StatusBarActionItem type guard.\r\n * @beta\r\n */\r\nexport function isStatusBarActionItem(item: AnyStatusBarItem): item is StatusBarActionItem {\r\n return isAbstractStatusBarActionItem(item); // eslint-disable-line deprecation/deprecation\r\n}\r\n\r\n/** StatusBarLabelItem type guard.\r\n * @beta\r\n */\r\nexport function isStatusBarLabelItem(item: AnyStatusBarItem): item is StatusBarLabelItem {\r\n return isAbstractStatusBarLabelItem(item); // eslint-disable-line deprecation/deprecation\r\n}\r\n\r\n/** StatusBarCustomItem type guard.\r\n * @beta\r\n */\r\nexport function isStatusBarCustomItem(item: AnyStatusBarItem): item is StatusBarCustomItem {\r\n return isStatusBarItem(item); // eslint-disable-line deprecation/deprecation\r\n}\r\n\r\n/** StatusBarItem type guard.\r\n * @deprecated in 3.6. Use [[isStatusBarCustomItem]] instead.\r\n * @public\r\n */\r\nexport const isStatusBarItem = (item: UIA_CommonStatusBarItem): item is StatusBarItem => { // eslint-disable-line deprecation/deprecation\r\n return isAbstractStatusBarCustomItem(item) && (\"reactNode\" in item); // eslint-disable-line deprecation/deprecation\r\n};\r\n"]}
1
+ {"version":3,"file":"StatusBarItem.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItem.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAGH,0DAW+B;AAO/B;;GAEG;AACU,QAAA,gBAAgB,GAAG,iCAAoB,CAAC,CAAC,+EAA+E;AAOrI;;GAEG;AACU,QAAA,kBAAkB,GAAG,mCAAsB,CAAC,CAAC,+EAA+E;AAqCzI;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAsB;IAC1D,OAAO,IAAA,8CAA6B,EAAC,IAAI,CAAC,CAAC,CAAC,8CAA8C;AAC5F,CAAC;AAFD,sDAEC;AAED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAsB;IACzD,OAAO,IAAA,6CAA4B,EAAC,IAAI,CAAC,CAAC,CAAC,8CAA8C;AAC3F,CAAC;AAFD,oDAEC;AAED;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAsB;IAC1D,OAAO,IAAA,uBAAe,EAAC,IAAI,CAAC,CAAC,CAAC,8CAA8C;AAC9E,CAAC;AAFD,sDAEC;AAED;;;GAGG;AACI,MAAM,eAAe,GAAG,CAAC,IAA6B,EAAyB,EAAE;IACtF,OAAO,IAAA,8CAA6B,EAAC,IAAI,CAAC,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,8CAA8C;AACrH,CAAC,CAAC;AAFW,QAAA,eAAe,mBAE1B","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport {\r\n AbstractStatusBarActionItem,\r\n AbstractStatusBarCustomItem,\r\n AbstractStatusBarItem,\r\n AbstractStatusBarLabelItem,\r\n isAbstractStatusBarActionItem,\r\n isAbstractStatusBarCustomItem,\r\n isAbstractStatusBarLabelItem,\r\n CommonStatusBarItem as UIA_CommonStatusBarItem,\r\n StatusBarLabelSide as UIA_StatusBarLabelSide,\r\n StatusBarSection as UIA_StatusBarSection,\r\n} from \"@itwin/appui-abstract\";\r\n\r\n/** Status bar Groups/Sections from Left to Right\r\n * @beta\r\n */\r\nexport type StatusBarSection = UIA_StatusBarSection; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Status bar Groups/Sections from Left to Right\r\n * @beta\r\n */\r\nexport const StatusBarSection = UIA_StatusBarSection; // eslint-disable-line @typescript-eslint/no-redeclare, deprecation/deprecation\r\n\r\n/** Defines which side of Icon where label is placed\r\n * @beta\r\n */\r\nexport type StatusBarLabelSide = UIA_StatusBarLabelSide; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Defines which side of Icon where label is placed\r\n * @beta\r\n */\r\nexport const StatusBarLabelSide = UIA_StatusBarLabelSide; // eslint-disable-line @typescript-eslint/no-redeclare, deprecation/deprecation\r\n\r\n/** Describes the data needed to insert a button into the status bar.\r\n * @beta\r\n */\r\nexport type CommonStatusBarItem = AbstractStatusBarItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert an action item into the status bar.\r\n * @beta\r\n */\r\nexport type StatusBarActionItem = AbstractStatusBarActionItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert a label item with an optional icon into the status bar.\r\n * @beta\r\n */\r\nexport type StatusBarLabelItem = AbstractStatusBarLabelItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert an item into the StatusBar.\r\n * @deprecated in 3.6. Use [[StatusBarCustomItem]] instead.\r\n * @public\r\n */\r\nexport interface StatusBarItem extends AbstractStatusBarCustomItem { // eslint-disable-line deprecation/deprecation\r\n /** React node for the StatusBar item. */\r\n readonly reactNode: React.ReactNode;\r\n}\r\n\r\n/** Describes the data needed to insert an item into the StatusBar.\r\n * @beta\r\n */\r\nexport type StatusBarCustomItem = StatusBarItem; // eslint-disable-line deprecation/deprecation\r\n\r\n/** Describes the data needed to insert a button into the status bar.\r\n * @public // TODO: 4.x cleanup\r\n */\r\n// eslint-disable-next-line deprecation/deprecation\r\nexport type AnyStatusBarItem = UIA_CommonStatusBarItem; // TODO: Rename to StatusBarItem.\r\n\r\n/** StatusBarActionItem type guard.\r\n * @beta\r\n */\r\nexport function isStatusBarActionItem(item: AnyStatusBarItem): item is StatusBarActionItem {\r\n return isAbstractStatusBarActionItem(item); // eslint-disable-line deprecation/deprecation\r\n}\r\n\r\n/** StatusBarLabelItem type guard.\r\n * @beta\r\n */\r\nexport function isStatusBarLabelItem(item: AnyStatusBarItem): item is StatusBarLabelItem {\r\n return isAbstractStatusBarLabelItem(item); // eslint-disable-line deprecation/deprecation\r\n}\r\n\r\n/** StatusBarCustomItem type guard.\r\n * @beta\r\n */\r\nexport function isStatusBarCustomItem(item: AnyStatusBarItem): item is StatusBarCustomItem {\r\n return isStatusBarItem(item); // eslint-disable-line deprecation/deprecation\r\n}\r\n\r\n/** StatusBarItem type guard.\r\n * @deprecated in 3.6. Use [[isStatusBarCustomItem]] instead.\r\n * @public\r\n */\r\nexport const isStatusBarItem = (item: UIA_CommonStatusBarItem): item is StatusBarItem => { // eslint-disable-line deprecation/deprecation\r\n return isAbstractStatusBarCustomItem(item) && (\"reactNode\" in item); // eslint-disable-line deprecation/deprecation\r\n};\r\n"]}
@@ -8,32 +8,13 @@ import { WidgetControl } from "../widgets/WidgetControl";
8
8
  * @public
9
9
  */
10
10
  export declare type StatusBarFieldId = string | null;
11
- /** Status Bar Widget Control render prop arguments.
12
- * @public
13
- */
14
- export interface StatusBarWidgetControlArgs {
15
- /** Describes whether the footer is in widget or footer mode.
16
- * @deprecated in 3.3. In upcoming version, widget mode will be removed. Consider this parameter to always be true.
17
- */
18
- isInFooterMode: boolean;
19
- /** Currently open widget or null if no widget is open.
20
- * @deprecated in 3.3. In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.
21
- */
22
- openWidget: StatusBarFieldId;
23
- /** Function called when the widget is being opened or closed.
24
- * @deprecated in 3.3. In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.
25
- */
26
- onOpenWidget: (widget: StatusBarFieldId) => void;
27
- /** Element reference to which the toast will animate out to. */
28
- toastTargetRef: React.Ref<HTMLElement>;
29
- }
30
11
  /** Status Bar Widget Control.
31
12
  * @public
32
13
  */
33
14
  export declare abstract class StatusBarWidgetControl extends WidgetControl {
34
15
  constructor(info: ConfigurableCreateInfo, options: any);
35
16
  /** Gets the React node associated with this StatusBar Widget Control */
36
- abstract getReactNode(args: StatusBarWidgetControlArgs): React.ReactNode;
17
+ abstract getReactNode(): React.ReactNode;
37
18
  /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */
38
19
  getType(): ConfigurableUiControlType;
39
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarWidgetControl.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarWidgetControl.tsx"],"names":[],"mappings":"AAIA;;GAEG;;AAEH,OAAO,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AAC5G,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD;;GAEG;AACH,oBAAY,gBAAgB,GAAG,MAAM,GAAG,IAAI,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;MAEE;IACF,cAAc,EAAE,OAAO,CAAC;IACxB;;MAEE;IACF,UAAU,EAAE,gBAAgB,CAAC;IAC7B;;MAEE;IACF,YAAY,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACjD,gEAAgE;IAChE,cAAc,EAAE,KAAK,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;CACxC;AAED;;GAEG;AACH,8BAAsB,sBAAuB,SAAQ,aAAa;gBACpD,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,GAAG;IAItD,wEAAwE;aACxD,YAAY,CAAC,IAAI,EAAE,0BAA0B,GAAG,KAAK,CAAC,SAAS;IAE/E,sFAAsF;IACtE,OAAO,IAAI,yBAAyB;CACrD"}
1
+ {"version":3,"file":"StatusBarWidgetControl.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarWidgetControl.tsx"],"names":[],"mappings":"AAIA;;GAEG;;AAEH,OAAO,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AAC5G,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD;;GAEG;AACH,oBAAY,gBAAgB,GAAG,MAAM,GAAG,IAAI,CAAC;AAE7C;;GAEG;AACH,8BAAsB,sBAAuB,SAAQ,aAAa;gBACpD,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,GAAG;IAItD,wEAAwE;aACxD,YAAY,IAAI,KAAK,CAAC,SAAS;IAE/C,sFAAsF;IACtE,OAAO,IAAI,yBAAyB;CACrD"}
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarWidgetControl.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarWidgetControl.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,mFAA4G;AAC5G,4DAAyD;AA2BzD;;GAEG;AACH,MAAsB,sBAAuB,SAAQ,6BAAa;IAChE,YAAY,IAA4B,EAAE,OAAY;QACpD,KAAK,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACvB,CAAC;IAKD,sFAAsF;IACtE,OAAO,KAAgC,OAAO,iDAAyB,CAAC,eAAe,CAAC,CAAC,CAAC;CAC3G;AAVD,wDAUC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport { ConfigurableCreateInfo, ConfigurableUiControlType } from \"../configurableui/ConfigurableUiControl\";\r\nimport { WidgetControl } from \"../widgets/WidgetControl\";\r\n\r\n/** Status Bar Field type.\r\n * @public\r\n */\r\nexport type StatusBarFieldId = string | null;\r\n\r\n/** Status Bar Widget Control render prop arguments.\r\n * @public\r\n */\r\nexport interface StatusBarWidgetControlArgs {\r\n /** Describes whether the footer is in widget or footer mode.\r\n * @deprecated in 3.3. In upcoming version, widget mode will be removed. Consider this parameter to always be true.\r\n */\r\n isInFooterMode: boolean;\r\n /** Currently open widget or null if no widget is open.\r\n * @deprecated in 3.3. In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.\r\n */\r\n openWidget: StatusBarFieldId;\r\n /** Function called when the widget is being opened or closed.\r\n * @deprecated in 3.3. In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.\r\n */\r\n onOpenWidget: (widget: StatusBarFieldId) => void;\r\n /** Element reference to which the toast will animate out to. */\r\n toastTargetRef: React.Ref<HTMLElement>;\r\n}\r\n\r\n/** Status Bar Widget Control.\r\n * @public\r\n */\r\nexport abstract class StatusBarWidgetControl extends WidgetControl {\r\n constructor(info: ConfigurableCreateInfo, options: any) {\r\n super(info, options);\r\n }\r\n\r\n /** Gets the React node associated with this StatusBar Widget Control */\r\n public abstract getReactNode(args: StatusBarWidgetControlArgs): React.ReactNode;\r\n\r\n /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */\r\n public override getType(): ConfigurableUiControlType { return ConfigurableUiControlType.StatusBarWidget; }\r\n}\r\n"]}
1
+ {"version":3,"file":"StatusBarWidgetControl.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarWidgetControl.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,mFAA4G;AAC5G,4DAAyD;AAOzD;;GAEG;AACH,MAAsB,sBAAuB,SAAQ,6BAAa;IAChE,YAAY,IAA4B,EAAE,OAAY;QACpD,KAAK,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACvB,CAAC;IAKD,sFAAsF;IACtE,OAAO,KAAgC,OAAO,iDAAyB,CAAC,eAAe,CAAC,CAAC,CAAC;CAC3G;AAVD,wDAUC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport { ConfigurableCreateInfo, ConfigurableUiControlType } from \"../configurableui/ConfigurableUiControl\";\r\nimport { WidgetControl } from \"../widgets/WidgetControl\";\r\n\r\n/** Status Bar Field type.\r\n * @public\r\n */\r\nexport type StatusBarFieldId = string | null;\r\n\r\n/** Status Bar Widget Control.\r\n * @public\r\n */\r\nexport abstract class StatusBarWidgetControl extends WidgetControl {\r\n constructor(info: ConfigurableCreateInfo, options: any) {\r\n super(info, options);\r\n }\r\n\r\n /** Gets the React node associated with this StatusBar Widget Control */\r\n public abstract getReactNode(): React.ReactNode;\r\n\r\n /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */\r\n public override getType(): ConfigurableUiControlType { return ConfigurableUiControlType.StatusBarWidget; }\r\n}\r\n"]}
@@ -16,7 +16,7 @@ const Button_1 = require("./Button");
16
16
  * @beta
17
17
  */
18
18
  function StatusBarDialog(props) {
19
- return React.createElement(appui_layout_react_1.Dialog, { ...props }); // eslint-disable-line deprecation/deprecation
19
+ return React.createElement(appui_layout_react_1.Dialog, { ...props });
20
20
  }
21
21
  exports.StatusBarDialog = StatusBarDialog;
22
22
  /** Components used in a [[StatusBarDialog]].
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.js","sourceRoot":"","sources":["../../../../../src/appui-react/statusbar/dialog/Dialog.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAE/B,kEAAmD;AACnD,yCAAqD;AACrD,qCAAyD;AAYzD;;GAEG;AACH,SAAgB,eAAe,CAAC,KAA2B;IACzD,OAAO,oBAAC,2BAAM,OAAK,KAAK,GAAI,CAAC,CAAC,8CAA8C;AAC9E,CAAC;AAFD,0CAEC;AAED;;GAEG;AACH,WAAiB,eAAe;IAC9B,0CAA0C;IAC7B,wBAAQ,GAAG,kCAAuB,CAAC;IAEhD,iDAAiD;IACpC,8BAAc,GAAG,sCAA6B,CAAC;AAC9D,CAAC,EANgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAM/B","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { CommonProps } from \"@itwin/core-react\";\r\nimport { Dialog } from \"@itwin/appui-layout-react\";\r\nimport { StatusBarDialogTitleBar } from \"./TitleBar\";\r\nimport { StatusBarDialogTitleBarButton } from \"./Button\";\r\n\r\n/** Properties of [[StatusBarDialog]] component.\r\n * @beta\r\n */\r\nexport interface StatusBarDialogProps extends CommonProps {\r\n /** Dialog content. */\r\n children?: React.ReactNode;\r\n /** Dialog title bar. See [[StatusBarDialog.TitleBar]] */\r\n titleBar?: React.ReactNode;\r\n}\r\n\r\n/** Dialog component used in a [[StatusBarIndicator]] component.\r\n * @beta\r\n */\r\nexport function StatusBarDialog(props: StatusBarDialogProps) {\r\n return <Dialog {...props} />; // eslint-disable-line deprecation/deprecation\r\n}\r\n\r\n/** Components used in a [[StatusBarDialog]].\r\n * @beta\r\n */\r\nexport namespace StatusBarDialog {\r\n /** Title bar of a [[StatusBarDialog]]. */\r\n export const TitleBar = StatusBarDialogTitleBar;\r\n\r\n /** Title bar button of a [[StatusBarDialog]]. */\r\n export const TitleBarButton = StatusBarDialogTitleBarButton;\r\n}\r\n"]}
1
+ {"version":3,"file":"Dialog.js","sourceRoot":"","sources":["../../../../../src/appui-react/statusbar/dialog/Dialog.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAE/B,kEAAmD;AACnD,yCAAqD;AACrD,qCAAyD;AAYzD;;GAEG;AACH,SAAgB,eAAe,CAAC,KAA2B;IACzD,OAAO,oBAAC,2BAAM,OAAK,KAAK,GAAI,CAAC;AAC/B,CAAC;AAFD,0CAEC;AAED;;GAEG;AACH,WAAiB,eAAe;IAC9B,0CAA0C;IAC7B,wBAAQ,GAAG,kCAAuB,CAAC;IAEhD,iDAAiD;IACpC,8BAAc,GAAG,sCAA6B,CAAC;AAC9D,CAAC,EANgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAM/B","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { CommonProps } from \"@itwin/core-react\";\r\nimport { Dialog } from \"@itwin/appui-layout-react\";\r\nimport { StatusBarDialogTitleBar } from \"./TitleBar\";\r\nimport { StatusBarDialogTitleBarButton } from \"./Button\";\r\n\r\n/** Properties of [[StatusBarDialog]] component.\r\n * @beta\r\n */\r\nexport interface StatusBarDialogProps extends CommonProps {\r\n /** Dialog content. */\r\n children?: React.ReactNode;\r\n /** Dialog title bar. See [[StatusBarDialog.TitleBar]] */\r\n titleBar?: React.ReactNode;\r\n}\r\n\r\n/** Dialog component used in a [[StatusBarIndicator]] component.\r\n * @beta\r\n */\r\nexport function StatusBarDialog(props: StatusBarDialogProps) {\r\n return <Dialog {...props} />;\r\n}\r\n\r\n/** Components used in a [[StatusBarDialog]].\r\n * @beta\r\n */\r\nexport namespace StatusBarDialog {\r\n /** Title bar of a [[StatusBarDialog]]. */\r\n export const TitleBar = StatusBarDialogTitleBar;\r\n\r\n /** Title bar button of a [[StatusBarDialog]]. */\r\n export const TitleBarButton = StatusBarDialogTitleBarButton;\r\n}\r\n"]}
@@ -14,7 +14,7 @@ const appui_layout_react_1 = require("@itwin/appui-layout-react");
14
14
  * @beta
15
15
  */
16
16
  function StatusBarDialogTitleBar(props) {
17
- return React.createElement(appui_layout_react_1.TitleBar, { ...props }); // eslint-disable-line deprecation/deprecation
17
+ return React.createElement(appui_layout_react_1.TitleBar, { ...props });
18
18
  }
19
19
  exports.StatusBarDialogTitleBar = StatusBarDialogTitleBar;
20
20
  //# sourceMappingURL=TitleBar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TitleBar.js","sourceRoot":"","sources":["../../../../../src/appui-react/statusbar/dialog/TitleBar.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAE/B,kEAAqD;AAYrD;;EAEE;AACF,SAAgB,uBAAuB,CAAC,KAAmC;IACzE,OAAO,oBAAC,6BAAQ,OAAK,KAAK,GAAI,CAAC,CAAC,8CAA8C;AAChF,CAAC;AAFD,0DAEC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { CommonProps } from \"@itwin/core-react\";\r\nimport { TitleBar } from \"@itwin/appui-layout-react\";\r\n\r\n/** Properties of [[StatusBarDialogTitleBar]] component.\r\n * @beta\r\n */\r\nexport interface StatusBarDialogTitleBarProps extends CommonProps {\r\n /** Title bar buttons. */\r\n children?: React.ReactNode;\r\n /** Title bar title. */\r\n title?: string;\r\n}\r\n\r\n/** Dialog component used in a [[StatusBarDialog]] component.\r\n* @beta\r\n*/\r\nexport function StatusBarDialogTitleBar(props: StatusBarDialogTitleBarProps) {\r\n return <TitleBar {...props} />; // eslint-disable-line deprecation/deprecation\r\n}\r\n"]}
1
+ {"version":3,"file":"TitleBar.js","sourceRoot":"","sources":["../../../../../src/appui-react/statusbar/dialog/TitleBar.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAE/B,kEAAqD;AAYrD;;EAEE;AACF,SAAgB,uBAAuB,CAAC,KAAmC;IACzE,OAAO,oBAAC,6BAAQ,OAAK,KAAK,GAAI,CAAC;AACjC,CAAC;AAFD,0DAEC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { CommonProps } from \"@itwin/core-react\";\r\nimport { TitleBar } from \"@itwin/appui-layout-react\";\r\n\r\n/** Properties of [[StatusBarDialogTitleBar]] component.\r\n * @beta\r\n */\r\nexport interface StatusBarDialogTitleBarProps extends CommonProps {\r\n /** Title bar buttons. */\r\n children?: React.ReactNode;\r\n /** Title bar title. */\r\n title?: string;\r\n}\r\n\r\n/** Dialog component used in a [[StatusBarDialog]] component.\r\n* @beta\r\n*/\r\nexport function StatusBarDialogTitleBar(props: StatusBarDialogTitleBarProps) {\r\n return <TitleBar {...props} />;\r\n}\r\n"]}
@@ -1,9 +1,10 @@
1
1
  /** @packageDocumentation
2
2
  * @module StatusBar
3
3
  */
4
- import { CommonStatusBarItem, StatusBarItemsManager } from "@itwin/appui-abstract";
4
+ import { StatusBarItemsManager } from "@itwin/appui-abstract";
5
+ import { AnyStatusBarItem } from "./StatusBarItem";
5
6
  /** Hook that returns items from [[StatusBarItemsManager]].
6
7
  * @public
7
8
  */
8
- export declare const useUiItemsProviderStatusBarItems: (manager: StatusBarItemsManager) => readonly CommonStatusBarItem[];
9
+ export declare const useUiItemsProviderStatusBarItems: (manager: StatusBarItemsManager) => readonly AnyStatusBarItem[];
9
10
  //# sourceMappingURL=useUiItemsProviderStatusBarItems.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useUiItemsProviderStatusBarItems.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/useUiItemsProviderStatusBarItems.tsx"],"names":[],"mappings":"AAKA;;GAEG;AAGH,OAAO,EACL,mBAAmB,EAA6B,qBAAqB,EACtE,MAAM,uBAAuB,CAAC;AAO/B;;GAEG;AACH,eAAO,MAAM,gCAAgC,YAAa,qBAAqB,KAAG,SAAS,mBAAmB,EAmC7G,CAAC"}
1
+ {"version":3,"file":"useUiItemsProviderStatusBarItems.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/useUiItemsProviderStatusBarItems.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAI9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAGnD;;GAEG;AACH,eAAO,MAAM,gCAAgC,YAAa,qBAAqB,KAAG,SAAS,gBAAgB,EA+B1G,CAAC"}