@itwin/appui-react 3.7.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 (1381) hide show
  1. package/CHANGELOG.md +1 -134
  2. package/lib/cjs/appui-react/UiFramework.d.ts +2 -32
  3. package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
  4. package/lib/cjs/appui-react/UiFramework.js +6 -33
  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/AccuDrawFieldContainer.scss +2 -3
  8. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +9 -4
  9. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts +1 -1
  10. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  11. package/lib/cjs/appui-react/backstage/BackstageComposer.js +3 -2
  12. package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
  13. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +2 -2
  14. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  15. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts +3 -17
  16. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  17. package/lib/cjs/appui-react/backstage/BackstageItem.js +1 -12
  18. package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -1
  19. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +3 -8
  20. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  21. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +31 -45
  22. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  23. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +6 -0
  24. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  25. package/lib/cjs/appui-react/backstage/BackstageManager.js +7 -0
  26. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  27. package/lib/cjs/appui-react/backstage/InternalBackstageManager.d.ts.map +1 -1
  28. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js +0 -2
  29. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js.map +1 -1
  30. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +2 -1
  31. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  32. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -5
  33. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  34. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +2 -1
  35. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
  36. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +3 -0
  37. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  38. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts +23 -0
  39. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  40. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js +41 -17
  41. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  42. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  43. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +1 -4
  44. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  45. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +1 -21
  46. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
  47. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +1 -27
  48. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  49. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts +1 -1
  50. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js +2 -2
  51. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  52. package/lib/cjs/appui-react/configurableui/configurableui.scss +5 -7
  53. package/lib/cjs/appui-react/configurableui/state.d.ts +0 -7
  54. package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
  55. package/lib/cjs/appui-react/configurableui/state.js +0 -9
  56. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  57. package/lib/cjs/appui-react/content/ContentGroup.d.ts +2 -9
  58. package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
  59. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  60. package/lib/cjs/appui-react/content/ContentLayout.d.ts +0 -4
  61. package/lib/cjs/appui-react/content/ContentLayout.d.ts.map +1 -1
  62. package/lib/cjs/appui-react/content/ContentLayout.js +2 -2
  63. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  64. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +4 -5
  65. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +19 -7
  66. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  67. package/lib/cjs/appui-react/content/FloatingViewportContent.js +29 -33
  68. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  69. package/lib/cjs/appui-react/content/IModelViewport.d.ts +2 -2
  70. package/lib/cjs/appui-react/content/IModelViewport.d.ts.map +1 -1
  71. package/lib/cjs/appui-react/content/IModelViewport.js +2 -6
  72. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  73. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
  74. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  75. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +2 -0
  76. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  77. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  78. package/lib/cjs/appui-react/feedback/ElementTooltip.js +1 -2
  79. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  80. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +2 -0
  81. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  82. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  83. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +4 -4
  84. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts +17 -0
  85. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  86. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  87. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts +1 -1
  88. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
  89. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  90. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
  91. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  92. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +22 -75
  93. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  94. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +114 -325
  95. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  96. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +11 -15
  97. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
  98. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +0 -5
  99. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
  100. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +3 -11
  101. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
  102. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  103. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts +5 -10
  104. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
  105. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js +12 -41
  106. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  107. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +2 -0
  108. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  109. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +2 -1
  110. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  111. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +1 -4
  112. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +5 -16
  113. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  114. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +44 -27
  115. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  116. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +1 -36
  117. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  118. package/lib/cjs/appui-react/messages/ActivityMessage.js +25 -38
  119. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  120. package/lib/cjs/appui-react/messages/MessageManager.d.ts.map +1 -1
  121. package/lib/cjs/appui-react/messages/MessageManager.js +2 -3
  122. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  123. package/lib/cjs/appui-react/messages/Pointer.js +1 -2
  124. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  125. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  126. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +1 -0
  127. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  128. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  129. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +1 -0
  130. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  131. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  132. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +1 -0
  133. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  134. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +13 -9
  135. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  136. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +6 -7
  137. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  138. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +3 -35
  139. package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
  140. package/lib/cjs/appui-react/pickers/ListPicker.js +9 -143
  141. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  142. package/lib/cjs/appui-react/pickers/ListPicker.scss +15 -17
  143. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  144. package/lib/cjs/appui-react/pickers/ViewSelector.js +0 -1
  145. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  146. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +2 -0
  147. package/lib/cjs/appui-react/popup/PositionPopup.d.ts.map +1 -1
  148. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  149. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +1 -1
  150. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +3 -65
  151. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  152. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +3 -20
  153. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  154. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +8 -0
  155. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts.map +1 -0
  156. package/lib/cjs/appui-react/{zones/Outline.js → safearea/SafeAreaHelpers.js} +6 -12
  157. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +1 -0
  158. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +8 -7
  159. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  160. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +9 -3
  161. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  162. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +7 -48
  163. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  164. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +25 -172
  165. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  166. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  167. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +0 -12
  168. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  169. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  170. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +0 -2
  171. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  172. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +6 -13
  173. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +0 -12
  174. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  175. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +26 -26
  176. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  177. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +8 -9
  178. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +0 -7
  179. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  180. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +0 -19
  181. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  182. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +0 -2
  183. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  184. package/lib/cjs/appui-react/shared/CustomItemDef.js +0 -18
  185. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  186. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +0 -1
  187. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts.map +1 -1
  188. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  189. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +0 -3
  190. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts.map +1 -1
  191. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  192. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +0 -8
  193. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  194. package/lib/cjs/appui-react/shared/ItemDefBase.js +2 -16
  195. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  196. package/lib/cjs/appui-react/shared/ItemProps.d.ts +0 -17
  197. package/lib/cjs/appui-react/shared/ItemProps.d.ts.map +1 -1
  198. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  199. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +10 -4
  200. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  201. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +0 -1
  202. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  203. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +13 -31
  204. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  205. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +61 -117
  206. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  207. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +2 -2
  208. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +1 -1
  209. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  210. package/lib/cjs/appui-react/statusbar/Indicator.js +2 -4
  211. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  212. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +1 -1
  213. package/lib/cjs/appui-react/statusbar/Overflow.d.ts.map +1 -1
  214. package/lib/cjs/appui-react/statusbar/Overflow.js +2 -3
  215. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  216. package/lib/cjs/appui-react/statusbar/Separator.d.ts +1 -0
  217. package/lib/cjs/appui-react/statusbar/Separator.d.ts.map +1 -1
  218. package/lib/cjs/appui-react/statusbar/Separator.js +4 -3
  219. package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
  220. package/lib/cjs/appui-react/statusbar/Separator.scss +14 -0
  221. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +1 -17
  222. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  223. package/lib/cjs/appui-react/statusbar/StatusBar.js +6 -55
  224. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  225. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  226. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +12 -16
  227. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  228. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +1 -1
  229. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  230. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +1 -1
  231. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +1 -1
  232. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  233. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +1 -20
  234. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  235. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  236. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +1 -1
  237. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  238. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +1 -1
  239. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  240. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +3 -2
  241. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  242. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +5 -11
  243. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  244. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +3 -21
  245. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  246. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +39 -47
  247. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  248. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +5 -16
  249. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  250. package/lib/cjs/appui-react/statusfields/MessageCenter.js +10 -38
  251. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  252. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +2 -2
  253. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  254. package/lib/cjs/appui-react/statusfields/SectionsField.js +10 -13
  255. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  256. package/lib/cjs/appui-react/statusfields/SectionsField.scss +5 -6
  257. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +2 -2
  258. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  259. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +1 -5
  260. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  261. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +2 -2
  262. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  263. package/lib/cjs/appui-react/statusfields/SelectionScope.js +4 -9
  264. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  265. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +5 -7
  266. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +2 -2
  267. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  268. package/lib/cjs/appui-react/statusfields/SnapMode.js +2 -3
  269. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  270. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +3 -4
  271. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  272. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +2 -10
  273. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  274. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
  275. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  276. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +1 -4
  277. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  278. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +9 -22
  279. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +5 -6
  280. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  281. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +22 -38
  282. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  283. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +10 -22
  284. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +5 -29
  285. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  286. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +6 -74
  287. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  288. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +2 -93
  289. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  290. package/lib/cjs/appui-react/toolbar/GroupItem.js +2 -392
  291. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  292. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +2 -1
  293. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  294. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +4 -27
  295. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  296. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +1 -2
  297. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  298. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +2 -16
  299. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  300. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +4 -4
  301. package/lib/cjs/appui-react/toolbar/ToolbarItem.js +2 -2
  302. package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -1
  303. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +2 -1
  304. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  305. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +2 -4
  306. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  307. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +0 -7
  308. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  309. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +1 -43
  310. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  311. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.d.ts +2 -2
  312. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
  313. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.js +4 -5
  314. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
  315. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/InternalToolSettingsManager.d.ts +1 -1
  316. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.d.ts.map +1 -0
  317. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/InternalToolSettingsManager.js +2 -2
  318. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -0
  319. package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts.map +1 -0
  320. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.js +2 -2
  321. package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +1 -0
  322. package/lib/{esm/appui-react/zones → cjs/appui-react}/toolsettings/ToolSettingsManager.d.ts +1 -1
  323. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts.map +1 -0
  324. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +1 -0
  325. package/lib/{esm/appui-react/zones → cjs/appui-react}/toolsettings/ToolUiProvider.d.ts +3 -3
  326. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts.map +1 -0
  327. package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/ToolUiProvider.js +1 -1
  328. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +1 -0
  329. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  330. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +1 -4
  331. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  332. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +0 -1
  333. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  334. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +1 -11
  335. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  336. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  337. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +6 -20
  338. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  339. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +1 -0
  340. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  341. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +6 -20
  342. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  343. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  344. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +1 -3
  345. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  346. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +0 -3
  347. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +1 -5
  348. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  349. package/lib/cjs/appui-react/uistate/AppUiSettings.js +0 -6
  350. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  351. package/lib/cjs/appui-react/widget-panels/Content.d.ts.map +1 -1
  352. package/lib/cjs/appui-react/widget-panels/Content.js +5 -3
  353. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  354. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +22 -19
  355. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  356. package/lib/cjs/appui-react/widget-panels/Frontstage.js +125 -231
  357. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  358. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  359. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +3 -3
  360. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  361. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  362. package/lib/cjs/appui-react/widget-panels/StatusBar.js +6 -9
  363. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  364. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +7 -7
  365. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  366. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +3 -2
  367. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
  368. package/lib/cjs/appui-react/widget-panels/Toolbars.js +5 -12
  369. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  370. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  371. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +6 -8
  372. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  373. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  374. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +4 -7
  375. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  376. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +1 -1
  377. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +1 -1
  378. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  379. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  380. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +1 -2
  381. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  382. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +1 -1
  383. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +1 -1
  384. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  385. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +0 -19
  386. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  387. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +1 -40
  388. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  389. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +19 -4
  390. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  391. package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
  392. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +11 -70
  393. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  394. package/lib/cjs/appui-react/widgets/WidgetDef.js +59 -116
  395. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  396. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +3 -3
  397. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  398. package/lib/cjs/appui-react/widgets/WidgetHost.js +4 -94
  399. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  400. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +5 -6
  401. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  402. package/lib/cjs/appui-react/widgets/WidgetManager.js +23 -58
  403. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  404. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts +1 -22
  405. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts.map +1 -1
  406. package/lib/cjs/appui-react/widgets/WidgetProps.js.map +1 -1
  407. package/lib/cjs/appui-react/widgets/WidgetState.d.ts +2 -2
  408. package/lib/cjs/appui-react/widgets/WidgetState.js +1 -1
  409. package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -1
  410. package/lib/cjs/appui-react.d.ts +4 -66
  411. package/lib/cjs/appui-react.d.ts.map +1 -1
  412. package/lib/cjs/appui-react.js +4 -66
  413. package/lib/cjs/appui-react.js.map +1 -1
  414. package/lib/esm/appui-react/UiFramework.d.ts +2 -32
  415. package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
  416. package/lib/esm/appui-react/UiFramework.js +5 -31
  417. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  418. package/lib/esm/appui-react/_variables.scss +2 -2
  419. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +2 -3
  420. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +9 -4
  421. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +1 -1
  422. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  423. package/lib/esm/appui-react/backstage/BackstageComposer.js +3 -2
  424. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  425. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +1 -1
  426. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  427. package/lib/esm/appui-react/backstage/BackstageItem.d.ts +3 -17
  428. package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  429. package/lib/esm/appui-react/backstage/BackstageItem.js +0 -11
  430. package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -1
  431. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +3 -8
  432. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  433. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +31 -44
  434. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  435. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +6 -0
  436. package/lib/esm/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  437. package/lib/esm/appui-react/backstage/BackstageManager.js +7 -0
  438. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  439. package/lib/esm/appui-react/backstage/InternalBackstageManager.d.ts.map +1 -1
  440. package/lib/esm/appui-react/backstage/InternalBackstageManager.js +0 -2
  441. package/lib/esm/appui-react/backstage/InternalBackstageManager.js.map +1 -1
  442. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +2 -1
  443. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  444. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +2 -4
  445. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  446. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +2 -1
  447. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
  448. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +3 -0
  449. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  450. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts +23 -0
  451. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  452. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js +41 -17
  453. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  454. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  455. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +1 -4
  456. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  457. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +1 -21
  458. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
  459. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +1 -27
  460. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  461. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts +1 -1
  462. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js +2 -2
  463. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  464. package/lib/esm/appui-react/configurableui/configurableui.scss +5 -7
  465. package/lib/esm/appui-react/configurableui/state.d.ts +0 -7
  466. package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
  467. package/lib/esm/appui-react/configurableui/state.js +0 -9
  468. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  469. package/lib/esm/appui-react/content/ContentGroup.d.ts +2 -9
  470. package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
  471. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  472. package/lib/esm/appui-react/content/ContentLayout.d.ts +0 -4
  473. package/lib/esm/appui-react/content/ContentLayout.d.ts.map +1 -1
  474. package/lib/esm/appui-react/content/ContentLayout.js +1 -1
  475. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  476. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +4 -5
  477. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +19 -7
  478. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  479. package/lib/esm/appui-react/content/FloatingViewportContent.js +25 -31
  480. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  481. package/lib/esm/appui-react/content/IModelViewport.d.ts +2 -2
  482. package/lib/esm/appui-react/content/IModelViewport.d.ts.map +1 -1
  483. package/lib/esm/appui-react/content/IModelViewport.js +2 -6
  484. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  485. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
  486. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  487. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +2 -0
  488. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  489. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  490. package/lib/esm/appui-react/feedback/ElementTooltip.js +1 -2
  491. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  492. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +2 -0
  493. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  494. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  495. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +4 -4
  496. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts +17 -0
  497. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  498. package/lib/esm/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  499. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts +1 -1
  500. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
  501. package/lib/esm/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  502. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
  503. package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  504. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +22 -75
  505. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  506. package/lib/esm/appui-react/frontstage/FrontstageDef.js +89 -303
  507. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  508. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +11 -15
  509. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
  510. package/lib/esm/appui-react/frontstage/FrontstageManager.js +0 -5
  511. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
  512. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +3 -11
  513. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
  514. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  515. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts +5 -10
  516. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
  517. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js +4 -33
  518. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  519. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +2 -0
  520. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  521. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +2 -1
  522. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  523. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +1 -4
  524. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +5 -16
  525. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  526. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +44 -27
  527. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  528. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +1 -36
  529. package/lib/esm/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  530. package/lib/esm/appui-react/messages/ActivityMessage.js +24 -34
  531. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  532. package/lib/esm/appui-react/messages/MessageManager.d.ts.map +1 -1
  533. package/lib/esm/appui-react/messages/MessageManager.js +2 -3
  534. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  535. package/lib/esm/appui-react/messages/Pointer.js +1 -2
  536. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  537. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  538. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +1 -0
  539. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  540. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  541. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +1 -0
  542. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  543. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  544. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +1 -0
  545. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  546. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +13 -9
  547. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  548. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +8 -9
  549. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  550. package/lib/esm/appui-react/pickers/ListPicker.d.ts +3 -35
  551. package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
  552. package/lib/esm/appui-react/pickers/ListPicker.js +9 -142
  553. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  554. package/lib/esm/appui-react/pickers/ListPicker.scss +15 -17
  555. package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  556. package/lib/esm/appui-react/pickers/ViewSelector.js +0 -1
  557. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  558. package/lib/esm/appui-react/popup/PositionPopup.d.ts +2 -0
  559. package/lib/esm/appui-react/popup/PositionPopup.d.ts.map +1 -1
  560. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  561. package/lib/esm/appui-react/redux/FrameworkState.d.ts +1 -1
  562. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +3 -65
  563. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  564. package/lib/esm/appui-react/safearea/SafeAreaContext.js +2 -18
  565. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  566. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +8 -0
  567. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts.map +1 -0
  568. package/lib/{cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss → esm/appui-react/safearea/SafeAreaHelpers.js} +7 -4
  569. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +1 -0
  570. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +8 -7
  571. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  572. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +9 -3
  573. package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  574. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +7 -48
  575. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  576. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +25 -172
  577. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  578. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  579. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +0 -12
  580. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  581. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  582. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +0 -2
  583. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  584. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +6 -13
  585. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +0 -12
  586. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  587. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +26 -26
  588. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  589. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +8 -9
  590. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +0 -7
  591. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  592. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +0 -19
  593. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  594. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +0 -2
  595. package/lib/esm/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  596. package/lib/esm/appui-react/shared/CustomItemDef.js +0 -18
  597. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  598. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +0 -1
  599. package/lib/esm/appui-react/shared/CustomItemProps.d.ts.map +1 -1
  600. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  601. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +0 -3
  602. package/lib/esm/appui-react/shared/GroupItemProps.d.ts.map +1 -1
  603. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  604. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +0 -8
  605. package/lib/esm/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  606. package/lib/esm/appui-react/shared/ItemDefBase.js +2 -16
  607. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  608. package/lib/esm/appui-react/shared/ItemProps.d.ts +0 -17
  609. package/lib/esm/appui-react/shared/ItemProps.d.ts.map +1 -1
  610. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  611. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +10 -4
  612. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  613. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +0 -1
  614. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  615. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +13 -31
  616. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  617. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +54 -109
  618. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  619. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +2 -2
  620. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +1 -1
  621. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  622. package/lib/esm/appui-react/statusbar/Indicator.js +2 -4
  623. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  624. package/lib/esm/appui-react/statusbar/Overflow.d.ts +1 -1
  625. package/lib/esm/appui-react/statusbar/Overflow.d.ts.map +1 -1
  626. package/lib/esm/appui-react/statusbar/Overflow.js +2 -3
  627. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  628. package/lib/esm/appui-react/statusbar/Separator.d.ts +1 -0
  629. package/lib/esm/appui-react/statusbar/Separator.d.ts.map +1 -1
  630. package/lib/esm/appui-react/statusbar/Separator.js +4 -3
  631. package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
  632. package/lib/esm/appui-react/statusbar/Separator.scss +14 -0
  633. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +1 -17
  634. package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  635. package/lib/esm/appui-react/statusbar/StatusBar.js +6 -55
  636. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  637. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  638. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +16 -20
  639. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  640. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +1 -1
  641. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  642. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +1 -1
  643. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +1 -1
  644. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  645. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +1 -20
  646. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  647. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  648. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +1 -1
  649. package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  650. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +1 -1
  651. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  652. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +3 -2
  653. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  654. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +5 -11
  655. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  656. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +3 -21
  657. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  658. package/lib/esm/appui-react/statusfields/ActivityCenter.js +39 -47
  659. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  660. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +5 -16
  661. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  662. package/lib/esm/appui-react/statusfields/MessageCenter.js +10 -38
  663. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  664. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +2 -2
  665. package/lib/esm/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  666. package/lib/esm/appui-react/statusfields/SectionsField.js +10 -13
  667. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  668. package/lib/esm/appui-react/statusfields/SectionsField.scss +5 -6
  669. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +2 -2
  670. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  671. package/lib/esm/appui-react/statusfields/SelectionInfo.js +1 -5
  672. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  673. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +2 -2
  674. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  675. package/lib/esm/appui-react/statusfields/SelectionScope.js +4 -9
  676. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  677. package/lib/esm/appui-react/statusfields/SelectionScope.scss +5 -7
  678. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +2 -2
  679. package/lib/esm/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  680. package/lib/esm/appui-react/statusfields/SnapMode.js +2 -3
  681. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  682. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +3 -4
  683. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  684. package/lib/esm/appui-react/statusfields/ViewAttributes.js +2 -10
  685. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  686. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
  687. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  688. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +1 -4
  689. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  690. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +9 -22
  691. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +5 -6
  692. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  693. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +23 -39
  694. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  695. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +10 -22
  696. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +5 -29
  697. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  698. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +6 -74
  699. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  700. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +2 -93
  701. package/lib/esm/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  702. package/lib/esm/appui-react/toolbar/GroupItem.js +1 -387
  703. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  704. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +2 -1
  705. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  706. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +4 -27
  707. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  708. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +1 -2
  709. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  710. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +2 -16
  711. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  712. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +4 -4
  713. package/lib/esm/appui-react/toolbar/ToolbarItem.js +2 -2
  714. package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -1
  715. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +2 -1
  716. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  717. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +2 -4
  718. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  719. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +0 -7
  720. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  721. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +2 -44
  722. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  723. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.d.ts +2 -2
  724. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
  725. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/DefaultToolSettingsProvider.js +4 -5
  726. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
  727. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/InternalToolSettingsManager.d.ts +1 -1
  728. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.d.ts.map +1 -0
  729. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/InternalToolSettingsManager.js +2 -2
  730. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -0
  731. package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts.map +1 -0
  732. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.js +2 -2
  733. package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +1 -0
  734. package/lib/{cjs/appui-react/zones → esm/appui-react}/toolsettings/ToolSettingsManager.d.ts +1 -1
  735. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts.map +1 -0
  736. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +1 -0
  737. package/lib/{cjs/appui-react/zones → esm/appui-react}/toolsettings/ToolUiProvider.d.ts +3 -3
  738. package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts.map +1 -0
  739. package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/ToolUiProvider.js +1 -1
  740. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +1 -0
  741. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  742. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +1 -4
  743. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  744. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +0 -1
  745. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  746. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +1 -11
  747. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  748. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  749. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +6 -20
  750. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  751. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +1 -0
  752. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  753. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +6 -20
  754. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  755. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  756. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +1 -3
  757. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  758. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +0 -3
  759. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +1 -5
  760. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  761. package/lib/esm/appui-react/uistate/AppUiSettings.js +0 -6
  762. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  763. package/lib/esm/appui-react/widget-panels/Content.d.ts.map +1 -1
  764. package/lib/esm/appui-react/widget-panels/Content.js +4 -2
  765. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  766. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +22 -19
  767. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  768. package/lib/esm/appui-react/widget-panels/Frontstage.js +109 -216
  769. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  770. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  771. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +2 -2
  772. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  773. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  774. package/lib/esm/appui-react/widget-panels/StatusBar.js +5 -8
  775. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  776. package/lib/esm/appui-react/widget-panels/ToolSettings.js +7 -7
  777. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  778. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +3 -2
  779. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
  780. package/lib/esm/appui-react/widget-panels/Toolbars.js +4 -11
  781. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  782. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  783. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +7 -9
  784. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  785. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  786. package/lib/esm/appui-react/widgets/BackstageAppButton.js +4 -7
  787. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  788. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +1 -1
  789. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +1 -1
  790. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  791. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  792. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +1 -2
  793. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  794. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +1 -1
  795. package/lib/esm/appui-react/widgets/StableWidgetDef.js +1 -1
  796. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  797. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +0 -19
  798. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  799. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +0 -38
  800. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  801. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +19 -4
  802. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  803. package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
  804. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +11 -70
  805. package/lib/esm/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  806. package/lib/esm/appui-react/widgets/WidgetDef.js +59 -116
  807. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  808. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +3 -3
  809. package/lib/esm/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  810. package/lib/esm/appui-react/widgets/WidgetHost.js +4 -94
  811. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  812. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +5 -6
  813. package/lib/esm/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  814. package/lib/esm/appui-react/widgets/WidgetManager.js +20 -55
  815. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  816. package/lib/esm/appui-react/widgets/WidgetProps.d.ts +1 -22
  817. package/lib/esm/appui-react/widgets/WidgetProps.d.ts.map +1 -1
  818. package/lib/esm/appui-react/widgets/WidgetProps.js.map +1 -1
  819. package/lib/esm/appui-react/widgets/WidgetState.d.ts +2 -2
  820. package/lib/esm/appui-react/widgets/WidgetState.js +1 -1
  821. package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -1
  822. package/lib/esm/appui-react.d.ts +4 -66
  823. package/lib/esm/appui-react.d.ts.map +1 -1
  824. package/lib/esm/appui-react.js +4 -66
  825. package/lib/esm/appui-react.js.map +1 -1
  826. package/lib/public/locales/en/UiFramework.json +0 -2
  827. package/package.json +46 -50
  828. package/lib/cjs/appui-react/backstage/Backstage.d.ts +0 -62
  829. package/lib/cjs/appui-react/backstage/Backstage.d.ts.map +0 -1
  830. package/lib/cjs/appui-react/backstage/Backstage.js +0 -89
  831. package/lib/cjs/appui-react/backstage/Backstage.js.map +0 -1
  832. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts +0 -49
  833. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts.map +0 -1
  834. package/lib/cjs/appui-react/backstage/BackstageItemProps.js +0 -22
  835. package/lib/cjs/appui-react/backstage/BackstageItemProps.js.map +0 -1
  836. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts +0 -32
  837. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts.map +0 -1
  838. package/lib/cjs/appui-react/backstage/CommandLaunch.js +0 -87
  839. package/lib/cjs/appui-react/backstage/CommandLaunch.js.map +0 -1
  840. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts +0 -34
  841. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts.map +0 -1
  842. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js +0 -92
  843. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js.map +0 -1
  844. package/lib/cjs/appui-react/backstage/Separator.d.ts +0 -16
  845. package/lib/cjs/appui-react/backstage/Separator.d.ts.map +0 -1
  846. package/lib/cjs/appui-react/backstage/Separator.js +0 -28
  847. package/lib/cjs/appui-react/backstage/Separator.js.map +0 -1
  848. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts +0 -35
  849. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts.map +0 -1
  850. package/lib/cjs/appui-react/backstage/TaskLaunch.js +0 -101
  851. package/lib/cjs/appui-react/backstage/TaskLaunch.js.map +0 -1
  852. package/lib/cjs/appui-react/content/FloatingViewportContent.css +0 -9
  853. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts +0 -22
  854. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts.map +0 -1
  855. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js +0 -33
  856. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js.map +0 -1
  857. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts +0 -159
  858. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts.map +0 -1
  859. package/lib/cjs/appui-react/frontstage/Frontstage.js +0 -469
  860. package/lib/cjs/appui-react/frontstage/Frontstage.js.map +0 -1
  861. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts +0 -147
  862. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts.map +0 -1
  863. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js +0 -668
  864. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js.map +0 -1
  865. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts +0 -38
  866. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts.map +0 -1
  867. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js +0 -57
  868. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js.map +0 -1
  869. package/lib/cjs/appui-react/imodel-components/Common.d.ts +0 -26
  870. package/lib/cjs/appui-react/imodel-components/Common.d.ts.map +0 -1
  871. package/lib/cjs/appui-react/imodel-components/Common.js +0 -25
  872. package/lib/cjs/appui-react/imodel-components/Common.js.map +0 -1
  873. package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
  874. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -72
  875. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
  876. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -149
  877. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
  878. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -52
  879. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
  880. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -71
  881. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
  882. package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +0 -102
  883. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -72
  884. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
  885. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -109
  886. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
  887. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.scss +0 -9
  888. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -64
  889. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
  890. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -201
  891. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
  892. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
  893. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
  894. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -85
  895. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
  896. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +0 -130
  897. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
  898. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.scss +0 -9
  899. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
  900. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -104
  901. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
  902. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -482
  903. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
  904. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
  905. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
  906. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +0 -23
  907. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
  908. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
  909. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
  910. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -36
  911. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
  912. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -44
  913. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
  914. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts +0 -80
  915. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +0 -1
  916. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js +0 -239
  917. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js.map +0 -1
  918. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.scss +0 -11
  919. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts +0 -20
  920. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts.map +0 -1
  921. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js +0 -44
  922. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js.map +0 -1
  923. package/lib/cjs/appui-react/messages/ActivityMessagePopup.scss +0 -15
  924. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts +0 -22
  925. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts.map +0 -1
  926. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js +0 -76
  927. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js.map +0 -1
  928. package/lib/cjs/appui-react/messages/StatusMessageRenderer.scss +0 -28
  929. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts +0 -25
  930. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts.map +0 -1
  931. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js +0 -68
  932. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js.map +0 -1
  933. package/lib/cjs/appui-react/messages/StatusMessagesContainer.scss +0 -53
  934. package/lib/cjs/appui-react/messages/StickyMessage.d.ts +0 -23
  935. package/lib/cjs/appui-react/messages/StickyMessage.d.ts.map +0 -1
  936. package/lib/cjs/appui-react/messages/StickyMessage.js +0 -39
  937. package/lib/cjs/appui-react/messages/StickyMessage.js.map +0 -1
  938. package/lib/cjs/appui-react/messages/StickyMessage.scss +0 -22
  939. package/lib/cjs/appui-react/messages/ToastMessage.d.ts +0 -23
  940. package/lib/cjs/appui-react/messages/ToastMessage.d.ts.map +0 -1
  941. package/lib/cjs/appui-react/messages/ToastMessage.js +0 -31
  942. package/lib/cjs/appui-react/messages/ToastMessage.js.map +0 -1
  943. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts +0 -18
  944. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts.map +0 -1
  945. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js +0 -57
  946. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js.map +0 -1
  947. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts +0 -62
  948. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +0 -1
  949. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js +0 -122
  950. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js.map +0 -1
  951. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.scss +0 -42
  952. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts +0 -142
  953. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts.map +0 -1
  954. package/lib/cjs/appui-react/stagepanels/StagePanel.js +0 -155
  955. package/lib/cjs/appui-react/stagepanels/StagePanel.js.map +0 -1
  956. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts +0 -28
  957. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts.map +0 -1
  958. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js +0 -46
  959. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js.map +0 -1
  960. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.scss +0 -26
  961. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +0 -11
  962. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts.map +0 -1
  963. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +0 -19
  964. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +0 -1
  965. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts +0 -10
  966. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +0 -1
  967. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js +0 -26
  968. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js.map +0 -1
  969. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts +0 -11
  970. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts.map +0 -1
  971. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js +0 -27
  972. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js.map +0 -1
  973. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts +0 -45
  974. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts.map +0 -1
  975. package/lib/cjs/appui-react/statusfields/ConditionalField.js +0 -57
  976. package/lib/cjs/appui-react/statusfields/ConditionalField.js.map +0 -1
  977. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts +0 -19
  978. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts.map +0 -1
  979. package/lib/cjs/appui-react/statusfields/FooterModeField.js +0 -28
  980. package/lib/cjs/appui-react/statusfields/FooterModeField.js.map +0 -1
  981. package/lib/cjs/appui-react/statusfields/Indicator.d.ts +0 -44
  982. package/lib/cjs/appui-react/statusfields/Indicator.d.ts.map +0 -1
  983. package/lib/cjs/appui-react/statusfields/Indicator.js +0 -46
  984. package/lib/cjs/appui-react/statusfields/Indicator.js.map +0 -1
  985. package/lib/cjs/appui-react/statusfields/Indicator.scss +0 -183
  986. package/lib/cjs/appui-react/statusfields/PromptField.d.ts +0 -31
  987. package/lib/cjs/appui-react/statusfields/PromptField.d.ts.map +0 -1
  988. package/lib/cjs/appui-react/statusfields/PromptField.js +0 -52
  989. package/lib/cjs/appui-react/statusfields/PromptField.js.map +0 -1
  990. package/lib/cjs/appui-react/statusfields/PromptField.scss +0 -42
  991. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts +0 -23
  992. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts.map +0 -1
  993. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js +0 -3
  994. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js.map +0 -1
  995. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts +0 -44
  996. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts.map +0 -1
  997. package/lib/cjs/appui-react/syncui/BooleanListener.js +0 -70
  998. package/lib/cjs/appui-react/syncui/BooleanListener.js.map +0 -1
  999. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts +0 -18
  1000. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts.map +0 -1
  1001. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js +0 -31
  1002. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js.map +0 -1
  1003. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts +0 -40
  1004. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts.map +0 -1
  1005. package/lib/cjs/appui-react/toolbar/ActionItemButton.js +0 -104
  1006. package/lib/cjs/appui-react/toolbar/ActionItemButton.js.map +0 -1
  1007. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts +0 -79
  1008. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts.map +0 -1
  1009. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js +0 -329
  1010. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js.map +0 -1
  1011. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts +0 -58
  1012. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts.map +0 -1
  1013. package/lib/cjs/appui-react/toolbar/PopupButton.js +0 -153
  1014. package/lib/cjs/appui-react/toolbar/PopupButton.js.map +0 -1
  1015. package/lib/cjs/appui-react/toolbar/PopupButton.scss +0 -9
  1016. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts +0 -31
  1017. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts.map +0 -1
  1018. package/lib/cjs/appui-react/toolbar/ToolButton.js +0 -99
  1019. package/lib/cjs/appui-react/toolbar/ToolButton.js.map +0 -1
  1020. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts +0 -55
  1021. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts.map +0 -1
  1022. package/lib/cjs/appui-react/toolbar/Toolbar.js +0 -240
  1023. package/lib/cjs/appui-react/toolbar/Toolbar.js.map +0 -1
  1024. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts +0 -22
  1025. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts.map +0 -1
  1026. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js +0 -54
  1027. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js.map +0 -1
  1028. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts +0 -15
  1029. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts.map +0 -1
  1030. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js +0 -62
  1031. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js.map +0 -1
  1032. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts +0 -35
  1033. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts.map +0 -1
  1034. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js +0 -65
  1035. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js.map +0 -1
  1036. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts +0 -56
  1037. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts.map +0 -1
  1038. package/lib/cjs/appui-react/widgets/NavigationWidget.js +0 -151
  1039. package/lib/cjs/appui-react/widgets/NavigationWidget.js.map +0 -1
  1040. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts +0 -33
  1041. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts.map +0 -1
  1042. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js +0 -74
  1043. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js.map +0 -1
  1044. package/lib/cjs/appui-react/widgets/ToolSettingsContent.scss +0 -61
  1045. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts +0 -47
  1046. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts.map +0 -1
  1047. package/lib/cjs/appui-react/widgets/ToolWidget.js +0 -88
  1048. package/lib/cjs/appui-react/widgets/ToolWidget.js.map +0 -1
  1049. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts +0 -26
  1050. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts.map +0 -1
  1051. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js +0 -55
  1052. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js.map +0 -1
  1053. package/lib/cjs/appui-react/widgets/Widget.d.ts +0 -15
  1054. package/lib/cjs/appui-react/widgets/Widget.d.ts.map +0 -1
  1055. package/lib/cjs/appui-react/widgets/Widget.js +0 -26
  1056. package/lib/cjs/appui-react/widgets/Widget.js.map +0 -1
  1057. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts +0 -135
  1058. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts.map +0 -1
  1059. package/lib/cjs/appui-react/widgets/WidgetStack.js +0 -138
  1060. package/lib/cjs/appui-react/widgets/WidgetStack.js.map +0 -1
  1061. package/lib/cjs/appui-react/workflow/Task.d.ts +0 -48
  1062. package/lib/cjs/appui-react/workflow/Task.d.ts.map +0 -1
  1063. package/lib/cjs/appui-react/workflow/Task.js +0 -73
  1064. package/lib/cjs/appui-react/workflow/Task.js.map +0 -1
  1065. package/lib/cjs/appui-react/workflow/Workflow.d.ts +0 -153
  1066. package/lib/cjs/appui-react/workflow/Workflow.d.ts.map +0 -1
  1067. package/lib/cjs/appui-react/workflow/Workflow.js +0 -238
  1068. package/lib/cjs/appui-react/workflow/Workflow.js.map +0 -1
  1069. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts +0 -44
  1070. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts.map +0 -1
  1071. package/lib/cjs/appui-react/zones/FrameworkZone.js +0 -53
  1072. package/lib/cjs/appui-react/zones/FrameworkZone.js.map +0 -1
  1073. package/lib/cjs/appui-react/zones/Outline.d.ts +0 -14
  1074. package/lib/cjs/appui-react/zones/Outline.d.ts.map +0 -1
  1075. package/lib/cjs/appui-react/zones/Outline.js.map +0 -1
  1076. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts +0 -28
  1077. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts.map +0 -1
  1078. package/lib/cjs/appui-react/zones/StatusBarZone.js +0 -33
  1079. package/lib/cjs/appui-react/zones/StatusBarZone.js.map +0 -1
  1080. package/lib/cjs/appui-react/zones/Zone.d.ts +0 -88
  1081. package/lib/cjs/appui-react/zones/Zone.d.ts.map +0 -1
  1082. package/lib/cjs/appui-react/zones/Zone.js +0 -158
  1083. package/lib/cjs/appui-react/zones/Zone.js.map +0 -1
  1084. package/lib/cjs/appui-react/zones/ZoneDef.d.ts +0 -57
  1085. package/lib/cjs/appui-react/zones/ZoneDef.d.ts.map +0 -1
  1086. package/lib/cjs/appui-react/zones/ZoneDef.js +0 -92
  1087. package/lib/cjs/appui-react/zones/ZoneDef.js.map +0 -1
  1088. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
  1089. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
  1090. package/lib/cjs/appui-react/zones/toolsettings/InternalToolSettingsManager.d.ts.map +0 -1
  1091. package/lib/cjs/appui-react/zones/toolsettings/InternalToolSettingsManager.js.map +0 -1
  1092. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.d.ts.map +0 -1
  1093. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js.map +0 -1
  1094. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1095. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js.map +0 -1
  1096. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +0 -54
  1097. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +0 -1
  1098. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js +0 -93
  1099. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js.map +0 -1
  1100. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +0 -1
  1101. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js.map +0 -1
  1102. package/lib/esm/appui-react/backstage/Backstage.d.ts +0 -62
  1103. package/lib/esm/appui-react/backstage/Backstage.d.ts.map +0 -1
  1104. package/lib/esm/appui-react/backstage/Backstage.js +0 -84
  1105. package/lib/esm/appui-react/backstage/Backstage.js.map +0 -1
  1106. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts +0 -49
  1107. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts.map +0 -1
  1108. package/lib/esm/appui-react/backstage/BackstageItemProps.js +0 -18
  1109. package/lib/esm/appui-react/backstage/BackstageItemProps.js.map +0 -1
  1110. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts +0 -32
  1111. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts.map +0 -1
  1112. package/lib/esm/appui-react/backstage/CommandLaunch.js +0 -83
  1113. package/lib/esm/appui-react/backstage/CommandLaunch.js.map +0 -1
  1114. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts +0 -34
  1115. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts.map +0 -1
  1116. package/lib/esm/appui-react/backstage/FrontstageLaunch.js +0 -88
  1117. package/lib/esm/appui-react/backstage/FrontstageLaunch.js.map +0 -1
  1118. package/lib/esm/appui-react/backstage/Separator.d.ts +0 -16
  1119. package/lib/esm/appui-react/backstage/Separator.d.ts.map +0 -1
  1120. package/lib/esm/appui-react/backstage/Separator.js +0 -24
  1121. package/lib/esm/appui-react/backstage/Separator.js.map +0 -1
  1122. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts +0 -35
  1123. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts.map +0 -1
  1124. package/lib/esm/appui-react/backstage/TaskLaunch.js +0 -97
  1125. package/lib/esm/appui-react/backstage/TaskLaunch.js.map +0 -1
  1126. package/lib/esm/appui-react/content/FloatingViewportContent.css +0 -9
  1127. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts +0 -22
  1128. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts.map +0 -1
  1129. package/lib/esm/appui-react/dragdrop/ZoneTargets.js +0 -29
  1130. package/lib/esm/appui-react/dragdrop/ZoneTargets.js.map +0 -1
  1131. package/lib/esm/appui-react/frontstage/Frontstage.d.ts +0 -159
  1132. package/lib/esm/appui-react/frontstage/Frontstage.d.ts.map +0 -1
  1133. package/lib/esm/appui-react/frontstage/Frontstage.js +0 -461
  1134. package/lib/esm/appui-react/frontstage/Frontstage.js.map +0 -1
  1135. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts +0 -147
  1136. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts.map +0 -1
  1137. package/lib/esm/appui-react/frontstage/FrontstageComposer.js +0 -662
  1138. package/lib/esm/appui-react/frontstage/FrontstageComposer.js.map +0 -1
  1139. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts +0 -38
  1140. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts.map +0 -1
  1141. package/lib/esm/appui-react/hooks/useFrameworkVersion.js +0 -51
  1142. package/lib/esm/appui-react/hooks/useFrameworkVersion.js.map +0 -1
  1143. package/lib/esm/appui-react/imodel-components/Common.d.ts +0 -26
  1144. package/lib/esm/appui-react/imodel-components/Common.d.ts.map +0 -1
  1145. package/lib/esm/appui-react/imodel-components/Common.js +0 -22
  1146. package/lib/esm/appui-react/imodel-components/Common.js.map +0 -1
  1147. package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
  1148. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -72
  1149. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
  1150. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -145
  1151. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
  1152. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -52
  1153. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
  1154. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -63
  1155. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
  1156. package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +0 -102
  1157. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -72
  1158. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
  1159. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -103
  1160. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
  1161. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +0 -9
  1162. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -64
  1163. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
  1164. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -195
  1165. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
  1166. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
  1167. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
  1168. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -85
  1169. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
  1170. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +0 -126
  1171. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
  1172. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +0 -9
  1173. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
  1174. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -104
  1175. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
  1176. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -477
  1177. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
  1178. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
  1179. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
  1180. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +0 -19
  1181. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
  1182. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
  1183. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
  1184. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -36
  1185. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
  1186. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -40
  1187. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
  1188. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +0 -9
  1189. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts +0 -80
  1190. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +0 -1
  1191. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js +0 -235
  1192. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js.map +0 -1
  1193. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.scss +0 -11
  1194. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts +0 -20
  1195. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts.map +0 -1
  1196. package/lib/esm/appui-react/messages/ActivityMessagePopup.js +0 -40
  1197. package/lib/esm/appui-react/messages/ActivityMessagePopup.js.map +0 -1
  1198. package/lib/esm/appui-react/messages/ActivityMessagePopup.scss +0 -15
  1199. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts +0 -22
  1200. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts.map +0 -1
  1201. package/lib/esm/appui-react/messages/StatusMessageRenderer.js +0 -72
  1202. package/lib/esm/appui-react/messages/StatusMessageRenderer.js.map +0 -1
  1203. package/lib/esm/appui-react/messages/StatusMessageRenderer.scss +0 -28
  1204. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts +0 -25
  1205. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts.map +0 -1
  1206. package/lib/esm/appui-react/messages/StatusMessagesContainer.js +0 -64
  1207. package/lib/esm/appui-react/messages/StatusMessagesContainer.js.map +0 -1
  1208. package/lib/esm/appui-react/messages/StatusMessagesContainer.scss +0 -53
  1209. package/lib/esm/appui-react/messages/StickyMessage.d.ts +0 -23
  1210. package/lib/esm/appui-react/messages/StickyMessage.d.ts.map +0 -1
  1211. package/lib/esm/appui-react/messages/StickyMessage.js +0 -35
  1212. package/lib/esm/appui-react/messages/StickyMessage.js.map +0 -1
  1213. package/lib/esm/appui-react/messages/StickyMessage.scss +0 -22
  1214. package/lib/esm/appui-react/messages/ToastMessage.d.ts +0 -23
  1215. package/lib/esm/appui-react/messages/ToastMessage.d.ts.map +0 -1
  1216. package/lib/esm/appui-react/messages/ToastMessage.js +0 -27
  1217. package/lib/esm/appui-react/messages/ToastMessage.js.map +0 -1
  1218. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts +0 -18
  1219. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts.map +0 -1
  1220. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js +0 -53
  1221. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js.map +0 -1
  1222. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts +0 -62
  1223. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +0 -1
  1224. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js +0 -117
  1225. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js.map +0 -1
  1226. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.scss +0 -42
  1227. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts +0 -142
  1228. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts.map +0 -1
  1229. package/lib/esm/appui-react/stagepanels/StagePanel.js +0 -149
  1230. package/lib/esm/appui-react/stagepanels/StagePanel.js.map +0 -1
  1231. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts +0 -28
  1232. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts.map +0 -1
  1233. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js +0 -42
  1234. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js.map +0 -1
  1235. package/lib/esm/appui-react/stagepanels/StagePanelHeader.scss +0 -26
  1236. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +0 -11
  1237. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts.map +0 -1
  1238. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +0 -15
  1239. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +0 -1
  1240. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts +0 -10
  1241. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +0 -1
  1242. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js +0 -22
  1243. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js.map +0 -1
  1244. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts +0 -11
  1245. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts.map +0 -1
  1246. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js +0 -23
  1247. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js.map +0 -1
  1248. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts +0 -45
  1249. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts.map +0 -1
  1250. package/lib/esm/appui-react/statusfields/ConditionalField.js +0 -53
  1251. package/lib/esm/appui-react/statusfields/ConditionalField.js.map +0 -1
  1252. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts +0 -19
  1253. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts.map +0 -1
  1254. package/lib/esm/appui-react/statusfields/FooterModeField.js +0 -24
  1255. package/lib/esm/appui-react/statusfields/FooterModeField.js.map +0 -1
  1256. package/lib/esm/appui-react/statusfields/Indicator.d.ts +0 -44
  1257. package/lib/esm/appui-react/statusfields/Indicator.d.ts.map +0 -1
  1258. package/lib/esm/appui-react/statusfields/Indicator.js +0 -42
  1259. package/lib/esm/appui-react/statusfields/Indicator.js.map +0 -1
  1260. package/lib/esm/appui-react/statusfields/Indicator.scss +0 -183
  1261. package/lib/esm/appui-react/statusfields/PromptField.d.ts +0 -31
  1262. package/lib/esm/appui-react/statusfields/PromptField.d.ts.map +0 -1
  1263. package/lib/esm/appui-react/statusfields/PromptField.js +0 -49
  1264. package/lib/esm/appui-react/statusfields/PromptField.js.map +0 -1
  1265. package/lib/esm/appui-react/statusfields/PromptField.scss +0 -42
  1266. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts +0 -23
  1267. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts.map +0 -1
  1268. package/lib/esm/appui-react/statusfields/StatusFieldProps.js +0 -2
  1269. package/lib/esm/appui-react/statusfields/StatusFieldProps.js.map +0 -1
  1270. package/lib/esm/appui-react/syncui/BooleanListener.d.ts +0 -44
  1271. package/lib/esm/appui-react/syncui/BooleanListener.d.ts.map +0 -1
  1272. package/lib/esm/appui-react/syncui/BooleanListener.js +0 -66
  1273. package/lib/esm/appui-react/syncui/BooleanListener.js.map +0 -1
  1274. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts +0 -18
  1275. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts.map +0 -1
  1276. package/lib/esm/appui-react/toolbar/ActionButtonItem.js +0 -27
  1277. package/lib/esm/appui-react/toolbar/ActionButtonItem.js.map +0 -1
  1278. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts +0 -40
  1279. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts.map +0 -1
  1280. package/lib/esm/appui-react/toolbar/ActionItemButton.js +0 -100
  1281. package/lib/esm/appui-react/toolbar/ActionItemButton.js.map +0 -1
  1282. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts +0 -79
  1283. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts.map +0 -1
  1284. package/lib/esm/appui-react/toolbar/GroupButtonItem.js +0 -324
  1285. package/lib/esm/appui-react/toolbar/GroupButtonItem.js.map +0 -1
  1286. package/lib/esm/appui-react/toolbar/PopupButton.d.ts +0 -58
  1287. package/lib/esm/appui-react/toolbar/PopupButton.d.ts.map +0 -1
  1288. package/lib/esm/appui-react/toolbar/PopupButton.js +0 -149
  1289. package/lib/esm/appui-react/toolbar/PopupButton.js.map +0 -1
  1290. package/lib/esm/appui-react/toolbar/PopupButton.scss +0 -9
  1291. package/lib/esm/appui-react/toolbar/ToolButton.d.ts +0 -31
  1292. package/lib/esm/appui-react/toolbar/ToolButton.d.ts.map +0 -1
  1293. package/lib/esm/appui-react/toolbar/ToolButton.js +0 -95
  1294. package/lib/esm/appui-react/toolbar/ToolButton.js.map +0 -1
  1295. package/lib/esm/appui-react/toolbar/Toolbar.d.ts +0 -55
  1296. package/lib/esm/appui-react/toolbar/Toolbar.d.ts.map +0 -1
  1297. package/lib/esm/appui-react/toolbar/Toolbar.js +0 -236
  1298. package/lib/esm/appui-react/toolbar/Toolbar.js.map +0 -1
  1299. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts +0 -22
  1300. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts.map +0 -1
  1301. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js +0 -50
  1302. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js.map +0 -1
  1303. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts +0 -15
  1304. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts.map +0 -1
  1305. package/lib/esm/appui-react/uistate/UserSettingsStorage.js +0 -58
  1306. package/lib/esm/appui-react/uistate/UserSettingsStorage.js.map +0 -1
  1307. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts +0 -35
  1308. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts.map +0 -1
  1309. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js +0 -61
  1310. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js.map +0 -1
  1311. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts +0 -56
  1312. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts.map +0 -1
  1313. package/lib/esm/appui-react/widgets/NavigationWidget.js +0 -146
  1314. package/lib/esm/appui-react/widgets/NavigationWidget.js.map +0 -1
  1315. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts +0 -33
  1316. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts.map +0 -1
  1317. package/lib/esm/appui-react/widgets/ReviewToolWidget.js +0 -70
  1318. package/lib/esm/appui-react/widgets/ReviewToolWidget.js.map +0 -1
  1319. package/lib/esm/appui-react/widgets/ToolSettingsContent.scss +0 -61
  1320. package/lib/esm/appui-react/widgets/ToolWidget.d.ts +0 -47
  1321. package/lib/esm/appui-react/widgets/ToolWidget.d.ts.map +0 -1
  1322. package/lib/esm/appui-react/widgets/ToolWidget.js +0 -83
  1323. package/lib/esm/appui-react/widgets/ToolWidget.js.map +0 -1
  1324. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts +0 -26
  1325. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts.map +0 -1
  1326. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js +0 -51
  1327. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js.map +0 -1
  1328. package/lib/esm/appui-react/widgets/Widget.d.ts +0 -15
  1329. package/lib/esm/appui-react/widgets/Widget.d.ts.map +0 -1
  1330. package/lib/esm/appui-react/widgets/Widget.js +0 -22
  1331. package/lib/esm/appui-react/widgets/Widget.js.map +0 -1
  1332. package/lib/esm/appui-react/widgets/WidgetStack.d.ts +0 -135
  1333. package/lib/esm/appui-react/widgets/WidgetStack.d.ts.map +0 -1
  1334. package/lib/esm/appui-react/widgets/WidgetStack.js +0 -131
  1335. package/lib/esm/appui-react/widgets/WidgetStack.js.map +0 -1
  1336. package/lib/esm/appui-react/workflow/Task.d.ts +0 -48
  1337. package/lib/esm/appui-react/workflow/Task.d.ts.map +0 -1
  1338. package/lib/esm/appui-react/workflow/Task.js +0 -68
  1339. package/lib/esm/appui-react/workflow/Task.js.map +0 -1
  1340. package/lib/esm/appui-react/workflow/Workflow.d.ts +0 -153
  1341. package/lib/esm/appui-react/workflow/Workflow.d.ts.map +0 -1
  1342. package/lib/esm/appui-react/workflow/Workflow.js +0 -231
  1343. package/lib/esm/appui-react/workflow/Workflow.js.map +0 -1
  1344. package/lib/esm/appui-react/zones/FrameworkZone.d.ts +0 -44
  1345. package/lib/esm/appui-react/zones/FrameworkZone.d.ts.map +0 -1
  1346. package/lib/esm/appui-react/zones/FrameworkZone.js +0 -47
  1347. package/lib/esm/appui-react/zones/FrameworkZone.js.map +0 -1
  1348. package/lib/esm/appui-react/zones/Outline.d.ts +0 -14
  1349. package/lib/esm/appui-react/zones/Outline.d.ts.map +0 -1
  1350. package/lib/esm/appui-react/zones/Outline.js +0 -18
  1351. package/lib/esm/appui-react/zones/Outline.js.map +0 -1
  1352. package/lib/esm/appui-react/zones/StatusBarZone.d.ts +0 -28
  1353. package/lib/esm/appui-react/zones/StatusBarZone.d.ts.map +0 -1
  1354. package/lib/esm/appui-react/zones/StatusBarZone.js +0 -29
  1355. package/lib/esm/appui-react/zones/StatusBarZone.js.map +0 -1
  1356. package/lib/esm/appui-react/zones/Zone.d.ts +0 -88
  1357. package/lib/esm/appui-react/zones/Zone.d.ts.map +0 -1
  1358. package/lib/esm/appui-react/zones/Zone.js +0 -152
  1359. package/lib/esm/appui-react/zones/Zone.js.map +0 -1
  1360. package/lib/esm/appui-react/zones/ZoneDef.d.ts +0 -57
  1361. package/lib/esm/appui-react/zones/ZoneDef.d.ts.map +0 -1
  1362. package/lib/esm/appui-react/zones/ZoneDef.js +0 -88
  1363. package/lib/esm/appui-react/zones/ZoneDef.js.map +0 -1
  1364. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
  1365. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
  1366. package/lib/esm/appui-react/zones/toolsettings/InternalToolSettingsManager.d.ts.map +0 -1
  1367. package/lib/esm/appui-react/zones/toolsettings/InternalToolSettingsManager.js.map +0 -1
  1368. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.d.ts.map +0 -1
  1369. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js.map +0 -1
  1370. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1371. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js.map +0 -1
  1372. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +0 -54
  1373. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +0 -1
  1374. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js +0 -89
  1375. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js.map +0 -1
  1376. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +0 -1
  1377. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js.map +0 -1
  1378. /package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.d.ts +0 -0
  1379. /package/lib/cjs/appui-react/{zones/toolsettings → toolsettings}/ToolSettingsManager.js +0 -0
  1380. /package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/ToolInformation.d.ts +0 -0
  1381. /package/lib/esm/appui-react/{zones/toolsettings → toolsettings}/ToolSettingsManager.js +0 -0
@@ -4,6 +4,12 @@
4
4
  import "./InternalChildWindowManager.scss";
5
5
  import * as React from "react";
6
6
  import { ChildWindowLocationProps, FrameworkChildWindows, OpenChildWindowInfo } from "../framework/FrameworkChildWindows";
7
+ /**
8
+ * Simplification of non exported CreateRoot parameter, only to be used
9
+ * in InternalChildWindowManager and ChildWindowManager
10
+ * @internal
11
+ */
12
+ export declare type CreateRoot = Parameters<FrameworkChildWindows["useCreateRoot"]>[0];
7
13
  /** Supports opening a child browser window from the main application window. The child window is managed by the main application
8
14
  * and is running in the same security context. The application must deliver the html file iTwinPopup.html along side its index.html.
9
15
  * See also: [Child Window Manager]($docs/learning/ui/appui-react/ChildWindows.md)
@@ -11,7 +17,24 @@ import { ChildWindowLocationProps, FrameworkChildWindows, OpenChildWindowInfo }
11
17
  * */
12
18
  export declare class InternalChildWindowManager implements FrameworkChildWindows {
13
19
  private _openChildWindows;
20
+ private _createRoot?;
14
21
  get openChildWindows(): OpenChildWindowInfo[];
22
+ /**
23
+ * When using React18, the `createRoot` function must be provided in order to render Popout content with React18.
24
+ * Do not call if using React 17 or before.
25
+ *
26
+ * Note: The type of the function is intentionally simplified here.
27
+ *
28
+ * @param createRootFn Function imported from `import { createRoot } from "react-dom/client";`
29
+ * @beta Will be removed once the transition to react 18 is complete.
30
+ */
31
+ useCreateRoot(createRootFn: CreateRoot): void;
32
+ /**
33
+ * Abstracts ReactDOM.render to use either the _createRoot method or the default ReactDOM.render.
34
+ * @param element Element to render.
35
+ * @param container Container to render to.
36
+ */
37
+ private render;
15
38
  /**
16
39
  * Returns the OpenChildWindowInfo for the related id.
17
40
  * @param childWindowId Id of the window to retrieve.
@@ -1 +1 @@
1
- {"version":3,"file":"InternalChildWindowManager.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/childwindow/InternalChildWindowManager.tsx"],"names":[],"mappings":"AAKA;;GAEG;AAEH,OAAO,mCAAmC,CAAC;AAC3C,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAa/B,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAyB1H;;;;KAIK;AACL,qBAAa,0BAA2B,YAAW,qBAAqB;IACtE,OAAO,CAAC,iBAAiB,CAA6B;IAEtD,IAAW,gBAAgB,0BAE1B;IAED;;;;OAIG;IACI,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,mBAAmB,GAAG,SAAS;IAO/E;;;;OAIG;IACI,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS;IAS3E,OAAO,CAAC,yBAAyB;IA+CjC,gGAAgG;IACzF,QAAQ;IAMf;;;;;OAKG;IACI,KAAK,kBAAmB,MAAM,2CAcnC;IAGF,OAAO,CAAC,mBAAmB;IAsB3B;;;;;;;;OAQG;IAEI,IAAI,CAAC,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,SAAS,EAAE,QAAQ,EAAE,wBAAwB,EAAE,mBAAmB,CAAC,EAAE,OAAO;CA6B9I"}
1
+ {"version":3,"file":"InternalChildWindowManager.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/childwindow/InternalChildWindowManager.tsx"],"names":[],"mappings":"AAKA;;GAEG;AAEH,OAAO,mCAAmC,CAAC;AAC3C,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAyB1H;;;;GAIG;AACH,oBAAY,UAAU,GAAG,UAAU,CAAC,qBAAqB,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAE/E;;;;KAIK;AACL,qBAAa,0BAA2B,YAAW,qBAAqB;IACtE,OAAO,CAAC,iBAAiB,CAA6B;IACtD,OAAO,CAAC,WAAW,CAAC,CAAa;IAEjC,IAAW,gBAAgB,0BAE1B;IAED;;;;;;;;OAQG;IAEI,aAAa,CAAC,YAAY,EAAE,UAAU,GAAG,IAAI;IAIpD;;;;OAIG;IAEH,OAAO,CAAC,MAAM;IAQd;;;;OAIG;IACI,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,mBAAmB,GAAG,SAAS;IAO/E;;;;OAIG;IACI,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS;IAS3E,OAAO,CAAC,yBAAyB;IA4CjC,gGAAgG;IACzF,QAAQ;IAMf;;;;;OAKG;IACI,KAAK,kBAAmB,MAAM,2CAcnC;IAGF,OAAO,CAAC,mBAAmB;IAsB3B;;;;;;;;OAQG;IAEI,IAAI,CAAC,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,SAAS,EAAE,QAAQ,EAAE,wBAAwB,EAAE,mBAAmB,CAAC,EAAE,OAAO;CA8B9I"}
@@ -16,7 +16,6 @@ import { PopupRenderer } from "../popup/PopupManager";
16
16
  import { ModelessDialogRenderer } from "../dialog/ModelessDialogManager";
17
17
  import { ModalDialogRenderer } from "../dialog/ModalDialogManager";
18
18
  import { CursorPopupMenu } from "../cursor/cursormenu/CursorMenu";
19
- import { FrameworkVersion } from "../hooks/useFrameworkVersion";
20
19
  import { ThemeManager } from "../theme/ThemeManager";
21
20
  import { UiFramework } from "../UiFramework";
22
21
  const childHtml = `<!DOCTYPE html>
@@ -75,6 +74,33 @@ export class InternalChildWindowManager {
75
74
  get openChildWindows() {
76
75
  return this._openChildWindows;
77
76
  }
77
+ /**
78
+ * When using React18, the `createRoot` function must be provided in order to render Popout content with React18.
79
+ * Do not call if using React 17 or before.
80
+ *
81
+ * Note: The type of the function is intentionally simplified here.
82
+ *
83
+ * @param createRootFn Function imported from `import { createRoot } from "react-dom/client";`
84
+ * @beta Will be removed once the transition to react 18 is complete.
85
+ */
86
+ // istanbul ignore next: Result of this assignment is only visible in `open`, which is not tested.
87
+ useCreateRoot(createRootFn) {
88
+ this._createRoot = createRootFn;
89
+ }
90
+ /**
91
+ * Abstracts ReactDOM.render to use either the _createRoot method or the default ReactDOM.render.
92
+ * @param element Element to render.
93
+ * @param container Container to render to.
94
+ */
95
+ // istanbul ignore next: Used in `open` which is not tested.
96
+ render(element, container) {
97
+ if (this._createRoot) {
98
+ this._createRoot(container).render(element);
99
+ }
100
+ else {
101
+ ReactDOM.render(element, container);
102
+ }
103
+ }
78
104
  /**
79
105
  * Returns the OpenChildWindowInfo for the related id.
80
106
  * @param childWindowId Id of the window to retrieve.
@@ -96,9 +122,8 @@ export class InternalChildWindowManager {
96
122
  const childWindow = this.openChildWindows.find((openWindow) => openWindow.window === contentWindow);
97
123
  return childWindow === null || childWindow === void 0 ? void 0 : childWindow.childWindowId;
98
124
  }
99
- // istanbul ignore next
100
- renderChildWindowContents(childWindow, childWindowId, content, title) {
101
- childWindow.document.title = title;
125
+ // istanbul ignore next: Used in `open` which is not tested.
126
+ renderChildWindowContents(childWindow, childWindowId, content) {
102
127
  const reactConnectionDiv = childWindow.document.getElementById("root");
103
128
  if (reactConnectionDiv) {
104
129
  // set openChildWindows now so components can use it when they mount
@@ -110,17 +135,15 @@ export class InternalChildWindowManager {
110
135
  setTimeout(() => {
111
136
  copyStyles(childWindow.document);
112
137
  setTimeout(() => {
113
- ReactDOM.render(React.createElement(Provider, { store: StateManager.store },
138
+ this.render(React.createElement(Provider, { store: StateManager.store },
114
139
  React.createElement(UiStateStorageHandler, null,
115
140
  React.createElement(ThemeManager, null,
116
- React.createElement(FrameworkVersion, null,
117
- " ",
118
- React.createElement("div", { className: "uifw-child-window-container-host" },
119
- React.createElement(PopupRenderer, null),
120
- React.createElement(ModalDialogRenderer, null),
121
- React.createElement(ModelessDialogRenderer, null),
122
- React.createElement(CursorPopupMenu, null),
123
- React.createElement("div", { className: "uifw-child-window-container nz-widget-widget" }, content)))))), reactConnectionDiv);
141
+ React.createElement("div", { className: "uifw-child-window-container-host" },
142
+ React.createElement(PopupRenderer, null),
143
+ React.createElement(ModalDialogRenderer, null),
144
+ React.createElement(ModelessDialogRenderer, null),
145
+ React.createElement(CursorPopupMenu, null),
146
+ React.createElement("div", { className: "uifw-child-window-container nz-widget-widget" }, content))))), reactConnectionDiv);
124
147
  });
125
148
  });
126
149
  childWindow.onbeforeunload = () => {
@@ -138,7 +161,7 @@ export class InternalChildWindowManager {
138
161
  this.openChildWindows.forEach((openChildWindow) => openChildWindow.window.close());
139
162
  this._openChildWindows = [];
140
163
  }
141
- // istanbul ignore next
164
+ // istanbul ignore next: Used in `open` which is not tested.
142
165
  adjustWidowLocation(location, center) {
143
166
  var _a;
144
167
  const outLocation = { ...location };
@@ -170,7 +193,7 @@ export class InternalChildWindowManager {
170
193
  * @param useDefaultPopoutUrl use "/iTwinPopup.html" as the window Url, "" otherwise.
171
194
  * @returns true if the window is opened successfully.
172
195
  */
173
- // istanbul ignore next
196
+ // istanbul ignore next: Would require mocking window.open to return a window object.
174
197
  open(childWindowId, title, content, location, useDefaultPopoutUrl) {
175
198
  // first check to see if content is already open in child window
176
199
  if (this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId) >= 0) {
@@ -183,11 +206,12 @@ export class InternalChildWindowManager {
183
206
  return false;
184
207
  if (0 === url.length) {
185
208
  childWindow.document.write(childHtml);
186
- this.renderChildWindowContents(childWindow, childWindowId, content, title);
209
+ this.renderChildWindowContents(childWindow, childWindowId, content);
187
210
  }
188
211
  else {
189
212
  childWindow.addEventListener("load", () => {
190
- this.renderChildWindowContents(childWindow, childWindowId, content, title);
213
+ childWindow.document.title = title;
214
+ this.renderChildWindowContents(childWindow, childWindowId, content);
191
215
  }, false);
192
216
  }
193
217
  window.addEventListener("unload", () => {
@@ -1 +1 @@
1
- {"version":3,"file":"InternalChildWindowManager.js","sourceRoot":"","sources":["../../../../src/appui-react/childwindow/InternalChildWindowManager.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\r\n/** @packageDocumentation\r\n * @module ChildWindowManager\r\n */\r\n\r\nimport \"./InternalChildWindowManager.scss\";\r\nimport * as React from \"react\";\r\nimport * as ReactDOM from \"react-dom\";\r\nimport { copyStyles } from \"./CopyStyles\";\r\nimport { Provider } from \"react-redux\";\r\nimport { StateManager } from \"../redux/StateManager\";\r\nimport { UiStateStorageHandler } from \"../uistate/useUiStateStorage\";\r\nimport { PopupRenderer } from \"../popup/PopupManager\";\r\nimport { ModelessDialogRenderer } from \"../dialog/ModelessDialogManager\";\r\nimport { ModalDialogRenderer } from \"../dialog/ModalDialogManager\";\r\nimport { CursorPopupMenu } from \"../cursor/cursormenu/CursorMenu\";\r\nimport { FrameworkVersion } from \"../hooks/useFrameworkVersion\";\r\nimport { ThemeManager } from \"../theme/ThemeManager\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ChildWindowLocationProps, FrameworkChildWindows, OpenChildWindowInfo } from \"../framework/FrameworkChildWindows\";\r\n\r\nconst childHtml = `<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <meta charset=\"utf-8\" />\r\n <style>\r\n html,\r\n body {\r\n height: 100%;\r\n width: 100%;\r\n margin: 0;\r\n overflow: hidden;\r\n }\r\n #root {\r\n height: 100%;\r\n }\r\n </style>\r\n</head>\r\n<body>\r\n <noscript>You need to enable JavaScript to run this app.</noscript>\r\n <div id=\"root\"></div>\r\n</body>\r\n</html>`;\r\n\r\n/** Supports opening a child browser window from the main application window. The child window is managed by the main application\r\n * and is running in the same security context. The application must deliver the html file iTwinPopup.html along side its index.html.\r\n * See also: [Child Window Manager]($docs/learning/ui/appui-react/ChildWindows.md)\r\n * @internal\r\n * */\r\nexport class InternalChildWindowManager implements FrameworkChildWindows {\r\n private _openChildWindows: OpenChildWindowInfo[] = [];\r\n\r\n public get openChildWindows() {\r\n return this._openChildWindows;\r\n }\r\n\r\n /**\r\n * Returns the OpenChildWindowInfo for the related id.\r\n * @param childWindowId Id of the window to retrieve.\r\n * @returns undefined if not found.\r\n */\r\n public find(childWindowId: string | undefined): OpenChildWindowInfo | undefined {\r\n if (undefined === childWindowId)\r\n return undefined;\r\n\r\n return this.openChildWindows.find((openWindow) => openWindow.childWindowId === childWindowId);\r\n }\r\n\r\n /**\r\n * Return the childWindowId of the provided window.\r\n * @param contentWindow Window element to identify\r\n * @returns undefined if not found\r\n */\r\n public findId(contentWindow: Window | undefined | null): string | undefined {\r\n if (!contentWindow)\r\n return undefined;\r\n\r\n const childWindow = this.openChildWindows.find((openWindow) => openWindow.window === contentWindow);\r\n return childWindow?.childWindowId;\r\n }\r\n\r\n // istanbul ignore next\r\n private renderChildWindowContents(childWindow: Window, childWindowId: string, content: React.ReactNode, title: string) {\r\n childWindow.document.title = title;\r\n const reactConnectionDiv = childWindow.document.getElementById(\"root\");\r\n if (reactConnectionDiv) {\r\n // set openChildWindows now so components can use it when they mount\r\n this._openChildWindows.push({\r\n childWindowId,\r\n window: childWindow,\r\n parentWindow: window,\r\n });\r\n\r\n setTimeout(() => {\r\n copyStyles(childWindow.document);\r\n setTimeout(() => {\r\n ReactDOM.render(\r\n <Provider store={StateManager.store} >\r\n <UiStateStorageHandler>\r\n <ThemeManager>\r\n <FrameworkVersion> {/* eslint-disable-line deprecation/deprecation */}\r\n <div className=\"uifw-child-window-container-host\">\r\n <PopupRenderer />\r\n <ModalDialogRenderer />\r\n <ModelessDialogRenderer />\r\n <CursorPopupMenu />\r\n <div className=\"uifw-child-window-container nz-widget-widget\">\r\n {content}\r\n </div>\r\n </div>\r\n </FrameworkVersion>\r\n </ThemeManager>\r\n </UiStateStorageHandler>\r\n </Provider>,\r\n reactConnectionDiv\r\n );\r\n });\r\n });\r\n\r\n childWindow.onbeforeunload = () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (!frontStageDef)\r\n return;\r\n frontStageDef.saveChildWindowSizeAndPosition(childWindowId, childWindow);\r\n this.close(childWindowId, false);\r\n };\r\n }\r\n }\r\n\r\n /** Close all child/pop-out windows. This typically is called when the frontstage is changed. */\r\n public closeAll() {\r\n // istanbul ignore next\r\n this.openChildWindows.forEach((openChildWindow) => openChildWindow.window.close());\r\n this._openChildWindows = [];\r\n }\r\n\r\n /**\r\n * Close a specific child window.\r\n * @param childWindowId Id of the window to close\r\n * @param processWindowClose should the `close` method be called on the closing window. (defaults to true)\r\n * @returns false if the window could not be found.\r\n */\r\n public close = (childWindowId: string, processWindowClose = true) => {\r\n const windowIndex = this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId);\r\n if (-1 === windowIndex)\r\n return false;\r\n const childWindow = this.openChildWindows[windowIndex];\r\n this.openChildWindows.splice(windowIndex, 1);\r\n if (processWindowClose) {\r\n childWindow.window.close();\r\n } else {\r\n // call the following to convert popout to docked widget\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n frontStageDef && frontStageDef.dockPopoutWidgetContainer(childWindowId);\r\n }\r\n return true;\r\n };\r\n\r\n // istanbul ignore next\r\n private adjustWidowLocation(location: ChildWindowLocationProps, center?: boolean): ChildWindowLocationProps {\r\n const outLocation = { ...location };\r\n if (0 === location.top && 0 === location.left) {\r\n center = center ?? true;\r\n const windowTop = window.top ?? window;\r\n\r\n // Prepare position of the new window to be centered against the 'parent' window.\r\n if (center) {\r\n outLocation.left =\r\n windowTop.outerWidth / 2 + windowTop.screenX - location.width / 2;\r\n outLocation.top =\r\n windowTop.outerHeight / 2 + windowTop.screenY - location.height / 2;\r\n } else {\r\n if (undefined !== window.screenLeft && undefined !== window.screenTop) {\r\n outLocation.top = window.screenTop + location.top;\r\n outLocation.left = window.screenLeft + location.left;\r\n }\r\n }\r\n }\r\n return outLocation;\r\n }\r\n\r\n /**\r\n * Open a new child window.\r\n * @param childWindowId Id to assign to the newly created window.\r\n * @param title Title to display on the window.\r\n * @param content ReactNode to be rendered in the window.\r\n * @param location Position and size information\r\n * @param useDefaultPopoutUrl use \"/iTwinPopup.html\" as the window Url, \"\" otherwise.\r\n * @returns true if the window is opened successfully.\r\n */\r\n // istanbul ignore next\r\n public open(childWindowId: string, title: string, content: React.ReactNode, location: ChildWindowLocationProps, useDefaultPopoutUrl?: boolean) {\r\n // first check to see if content is already open in child window\r\n if (this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId) >= 0) {\r\n return false;\r\n }\r\n\r\n location = this.adjustWidowLocation(location);\r\n const url = useDefaultPopoutUrl ? \"/iTwinPopup.html\" : \"\";\r\n const childWindow = window.open(url, \"\", `width=${location.width},height=${location.height},left=${location.left},top=${location.top},menubar=no,resizable=yes,scrollbars=no,status=no,location=no`);\r\n if (!childWindow)\r\n return false;\r\n if (0 === url.length) {\r\n childWindow.document.write(childHtml);\r\n this.renderChildWindowContents(childWindow, childWindowId, content, title);\r\n } else {\r\n childWindow.addEventListener(\"load\", () => {\r\n this.renderChildWindowContents(childWindow, childWindowId, content, title);\r\n }, false);\r\n }\r\n\r\n window.addEventListener(\"unload\", () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (frontStageDef) {\r\n this.close(childWindowId, true);\r\n }\r\n }, false);\r\n\r\n return true;\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"InternalChildWindowManager.js","sourceRoot":"","sources":["../../../../src/appui-react/childwindow/InternalChildWindowManager.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\r\n/** @packageDocumentation\r\n * @module ChildWindowManager\r\n */\r\n\r\nimport \"./InternalChildWindowManager.scss\";\r\nimport * as React from \"react\";\r\nimport * as ReactDOM from \"react-dom\";\r\nimport { copyStyles } from \"./CopyStyles\";\r\nimport { Provider } from \"react-redux\";\r\nimport { StateManager } from \"../redux/StateManager\";\r\nimport { UiStateStorageHandler } from \"../uistate/useUiStateStorage\";\r\nimport { PopupRenderer } from \"../popup/PopupManager\";\r\nimport { ModelessDialogRenderer } from \"../dialog/ModelessDialogManager\";\r\nimport { ModalDialogRenderer } from \"../dialog/ModalDialogManager\";\r\nimport { CursorPopupMenu } from \"../cursor/cursormenu/CursorMenu\";\r\nimport { ThemeManager } from \"../theme/ThemeManager\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ChildWindowLocationProps, FrameworkChildWindows, OpenChildWindowInfo } from \"../framework/FrameworkChildWindows\";\r\n\r\nconst childHtml = `<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <meta charset=\"utf-8\" />\r\n <style>\r\n html,\r\n body {\r\n height: 100%;\r\n width: 100%;\r\n margin: 0;\r\n overflow: hidden;\r\n }\r\n #root {\r\n height: 100%;\r\n }\r\n </style>\r\n</head>\r\n<body>\r\n <noscript>You need to enable JavaScript to run this app.</noscript>\r\n <div id=\"root\"></div>\r\n</body>\r\n</html>`;\r\n\r\n/**\r\n * Simplification of non exported CreateRoot parameter, only to be used\r\n * in InternalChildWindowManager and ChildWindowManager\r\n * @internal\r\n */\r\nexport type CreateRoot = Parameters<FrameworkChildWindows[\"useCreateRoot\"]>[0];\r\n\r\n/** Supports opening a child browser window from the main application window. The child window is managed by the main application\r\n * and is running in the same security context. The application must deliver the html file iTwinPopup.html along side its index.html.\r\n * See also: [Child Window Manager]($docs/learning/ui/appui-react/ChildWindows.md)\r\n * @internal\r\n * */\r\nexport class InternalChildWindowManager implements FrameworkChildWindows {\r\n private _openChildWindows: OpenChildWindowInfo[] = [];\r\n private _createRoot?: CreateRoot;\r\n\r\n public get openChildWindows() {\r\n return this._openChildWindows;\r\n }\r\n\r\n /**\r\n * When using React18, the `createRoot` function must be provided in order to render Popout content with React18.\r\n * Do not call if using React 17 or before.\r\n *\r\n * Note: The type of the function is intentionally simplified here.\r\n *\r\n * @param createRootFn Function imported from `import { createRoot } from \"react-dom/client\";`\r\n * @beta Will be removed once the transition to react 18 is complete.\r\n */\r\n // istanbul ignore next: Result of this assignment is only visible in `open`, which is not tested.\r\n public useCreateRoot(createRootFn: CreateRoot): void {\r\n this._createRoot = createRootFn;\r\n }\r\n\r\n /**\r\n * Abstracts ReactDOM.render to use either the _createRoot method or the default ReactDOM.render.\r\n * @param element Element to render.\r\n * @param container Container to render to.\r\n */\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private render(element: React.FunctionComponentElement<any>, container: Element | DocumentFragment) {\r\n if(this._createRoot) {\r\n this._createRoot(container).render(element);\r\n } else {\r\n ReactDOM.render(element, container);\r\n }\r\n }\r\n\r\n /**\r\n * Returns the OpenChildWindowInfo for the related id.\r\n * @param childWindowId Id of the window to retrieve.\r\n * @returns undefined if not found.\r\n */\r\n public find(childWindowId: string | undefined): OpenChildWindowInfo | undefined {\r\n if (undefined === childWindowId)\r\n return undefined;\r\n\r\n return this.openChildWindows.find((openWindow) => openWindow.childWindowId === childWindowId);\r\n }\r\n\r\n /**\r\n * Return the childWindowId of the provided window.\r\n * @param contentWindow Window element to identify\r\n * @returns undefined if not found\r\n */\r\n public findId(contentWindow: Window | undefined | null): string | undefined {\r\n if (!contentWindow)\r\n return undefined;\r\n\r\n const childWindow = this.openChildWindows.find((openWindow) => openWindow.window === contentWindow);\r\n return childWindow?.childWindowId;\r\n }\r\n\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private renderChildWindowContents(childWindow: Window, childWindowId: string, content: React.ReactNode) {\r\n const reactConnectionDiv = childWindow.document.getElementById(\"root\");\r\n if (reactConnectionDiv) {\r\n // set openChildWindows now so components can use it when they mount\r\n this._openChildWindows.push({\r\n childWindowId,\r\n window: childWindow,\r\n parentWindow: window,\r\n });\r\n\r\n setTimeout(() => {\r\n copyStyles(childWindow.document);\r\n setTimeout(() => {\r\n this.render(\r\n <Provider store={StateManager.store} >\r\n <UiStateStorageHandler>\r\n <ThemeManager>\r\n <div className=\"uifw-child-window-container-host\">\r\n <PopupRenderer />\r\n <ModalDialogRenderer />\r\n <ModelessDialogRenderer />\r\n <CursorPopupMenu />\r\n <div className=\"uifw-child-window-container nz-widget-widget\">\r\n {content}\r\n </div>\r\n </div>\r\n </ThemeManager>\r\n </UiStateStorageHandler>\r\n </Provider>,\r\n reactConnectionDiv\r\n );\r\n });\r\n });\r\n\r\n childWindow.onbeforeunload = () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (!frontStageDef)\r\n return;\r\n frontStageDef.saveChildWindowSizeAndPosition(childWindowId, childWindow);\r\n this.close(childWindowId, false);\r\n };\r\n }\r\n }\r\n\r\n /** Close all child/pop-out windows. This typically is called when the frontstage is changed. */\r\n public closeAll() {\r\n // istanbul ignore next\r\n this.openChildWindows.forEach((openChildWindow) => openChildWindow.window.close());\r\n this._openChildWindows = [];\r\n }\r\n\r\n /**\r\n * Close a specific child window.\r\n * @param childWindowId Id of the window to close\r\n * @param processWindowClose should the `close` method be called on the closing window. (defaults to true)\r\n * @returns false if the window could not be found.\r\n */\r\n public close = (childWindowId: string, processWindowClose = true) => {\r\n const windowIndex = this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId);\r\n if (-1 === windowIndex)\r\n return false;\r\n const childWindow = this.openChildWindows[windowIndex];\r\n this.openChildWindows.splice(windowIndex, 1);\r\n if (processWindowClose) {\r\n childWindow.window.close();\r\n } else {\r\n // call the following to convert popout to docked widget\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n frontStageDef && frontStageDef.dockPopoutWidgetContainer(childWindowId);\r\n }\r\n return true;\r\n };\r\n\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private adjustWidowLocation(location: ChildWindowLocationProps, center?: boolean): ChildWindowLocationProps {\r\n const outLocation = { ...location };\r\n if (0 === location.top && 0 === location.left) {\r\n center = center ?? true;\r\n const windowTop = window.top ?? window;\r\n\r\n // Prepare position of the new window to be centered against the 'parent' window.\r\n if (center) {\r\n outLocation.left =\r\n windowTop.outerWidth / 2 + windowTop.screenX - location.width / 2;\r\n outLocation.top =\r\n windowTop.outerHeight / 2 + windowTop.screenY - location.height / 2;\r\n } else {\r\n if (undefined !== window.screenLeft && undefined !== window.screenTop) {\r\n outLocation.top = window.screenTop + location.top;\r\n outLocation.left = window.screenLeft + location.left;\r\n }\r\n }\r\n }\r\n return outLocation;\r\n }\r\n\r\n /**\r\n * Open a new child window.\r\n * @param childWindowId Id to assign to the newly created window.\r\n * @param title Title to display on the window.\r\n * @param content ReactNode to be rendered in the window.\r\n * @param location Position and size information\r\n * @param useDefaultPopoutUrl use \"/iTwinPopup.html\" as the window Url, \"\" otherwise.\r\n * @returns true if the window is opened successfully.\r\n */\r\n // istanbul ignore next: Would require mocking window.open to return a window object.\r\n public open(childWindowId: string, title: string, content: React.ReactNode, location: ChildWindowLocationProps, useDefaultPopoutUrl?: boolean) {\r\n // first check to see if content is already open in child window\r\n if (this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId) >= 0) {\r\n return false;\r\n }\r\n\r\n location = this.adjustWidowLocation(location);\r\n const url = useDefaultPopoutUrl ? \"/iTwinPopup.html\" : \"\";\r\n const childWindow = window.open(url, \"\", `width=${location.width},height=${location.height},left=${location.left},top=${location.top},menubar=no,resizable=yes,scrollbars=no,status=no,location=no`);\r\n if (!childWindow)\r\n return false;\r\n if (0 === url.length) {\r\n childWindow.document.write(childHtml);\r\n this.renderChildWindowContents(childWindow, childWindowId, content);\r\n } else {\r\n childWindow.addEventListener(\"load\", () => {\r\n childWindow.document.title = title;\r\n this.renderChildWindowContents(childWindow, childWindowId, content);\r\n }, false);\r\n }\r\n\r\n window.addEventListener(\"unload\", () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (frontStageDef) {\r\n this.close(childWindowId, true);\r\n }\r\n }, false);\r\n\r\n return true;\r\n }\r\n}\r\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigurableUiContent.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiContent.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,uBAAuB,CAAC;AAC/B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAS,MAAM,mBAAmB,CAAC;AAoBvD;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,WAAW;IAC7D,kCAAkC;IAClC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE/B,gBAAgB;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,eAuCtE"}
1
+ {"version":3,"file":"ConfigurableUiContent.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiContent.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,uBAAuB,CAAC;AAC/B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAS,MAAM,mBAAmB,CAAC;AAkBvD;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,WAAW;IAC7D,kCAAkC;IAClC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE/B,gBAAgB;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,eAqCtE"}
@@ -14,8 +14,6 @@ import { CursorPopupRenderer } from "../cursor/cursorpopup/CursorPopupManager";
14
14
  import { ModalDialogRenderer } from "../dialog/ModalDialogManager";
15
15
  import { ModelessDialogRenderer } from "../dialog/ModelessDialogManager";
16
16
  import { ElementTooltip } from "../feedback/ElementTooltip";
17
- import { FrontstageComposer } from "../frontstage/FrontstageComposer";
18
- import { useFrameworkVersion } from "../hooks/useFrameworkVersion";
19
17
  import { KeyboardShortcutMenu } from "../keyboardshortcut/KeyboardShortcutMenu";
20
18
  import { InputFieldMessage } from "../messages/InputField";
21
19
  import { PointerMessage } from "../messages/Pointer";
@@ -28,7 +26,6 @@ import { InternalConfigurableUiManager } from "./InternalConfigurableUiManager";
28
26
  * @public
29
27
  */
30
28
  export function ConfigurableUiContent(props) {
31
- const version = useFrameworkVersion(); // eslint-disable-line deprecation/deprecation
32
29
  React.useEffect(() => {
33
30
  UiFramework.keyboardShortcuts.setFocusToHome();
34
31
  }, []);
@@ -44,7 +41,7 @@ export function ConfigurableUiContent(props) {
44
41
  }, []);
45
42
  return (React.createElement("main", { role: "main", id: "uifw-configurableui-wrapper", className: props.className, style: props.style, onMouseMove: handleMouseMove },
46
43
  props.appBackstage,
47
- version === "1" ? /* istanbul ignore next */ React.createElement(FrontstageComposer, { style: { position: "relative", height: "100%" } }) : /* istanbul ignore next */ React.createElement(WidgetPanelsFrontstage, null),
44
+ React.createElement(WidgetPanelsFrontstage, null),
48
45
  React.createElement(ContentDialogRenderer, null),
49
46
  React.createElement(ModelessDialogRenderer, null),
50
47
  React.createElement(ModalDialogRenderer, null),
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigurableUiContent.js","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiContent.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 ConfigurableUi\r\n */\r\n\r\nimport \"./configurableui.scss\";\r\nimport * as React from \"react\";\r\nimport { CommonProps, Point } from \"@itwin/core-react\";\r\nimport { CursorInformation } from \"../cursor/CursorInformation\";\r\nimport { CursorPopupMenu } from \"../cursor/cursormenu/CursorMenu\";\r\nimport { CursorPopupRenderer } from \"../cursor/cursorpopup/CursorPopupManager\";\r\nimport { ModalDialogRenderer } from \"../dialog/ModalDialogManager\";\r\nimport { ModelessDialogRenderer } from \"../dialog/ModelessDialogManager\";\r\nimport { ElementTooltip } from \"../feedback/ElementTooltip\";\r\nimport { FrontstageComposer } from \"../frontstage/FrontstageComposer\";\r\nimport { useFrameworkVersion } from \"../hooks/useFrameworkVersion\";\r\nimport { KeyboardShortcutMenu } from \"../keyboardshortcut/KeyboardShortcutMenu\";\r\nimport { InputFieldMessage } from \"../messages/InputField\";\r\nimport { PointerMessage } from \"../messages/Pointer\";\r\nimport { PopupRenderer } from \"../popup/PopupManager\";\r\nimport { WidgetPanelsFrontstage } from \"../widget-panels/Frontstage\";\r\nimport { ContentDialogRenderer } from \"../dialog/ContentDialogManager\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { InternalConfigurableUiManager } from \"./InternalConfigurableUiManager\";\r\n\r\n// cSpell:ignore cursormenu cursorpopup\r\n\r\n/** Properties for [[ConfigurableUiContent]]\r\n * @public\r\n */\r\nexport interface ConfigurableUiContentProps extends CommonProps {\r\n /** React node of the Backstage */\r\n appBackstage?: React.ReactNode;\r\n\r\n /** @internal */\r\n idleTimeout?: number;\r\n /** @internal */\r\n intervalTimeout?: number;\r\n}\r\n\r\n/** The ConfigurableUiContent component is the component the pages specified using ConfigurableUi\r\n * @public\r\n */\r\nexport function ConfigurableUiContent(props: ConfigurableUiContentProps) {\r\n const version = useFrameworkVersion(); // eslint-disable-line deprecation/deprecation\r\n React.useEffect(() => {\r\n UiFramework.keyboardShortcuts.setFocusToHome();\r\n }, []);\r\n React.useEffect(() => {\r\n InternalConfigurableUiManager.activityTracker.initialize({ idleTimeout: props.idleTimeout, intervalTimeout: props.intervalTimeout });\r\n return () => {\r\n InternalConfigurableUiManager.activityTracker.terminate();\r\n };\r\n }, [props.idleTimeout, props.intervalTimeout]);\r\n\r\n const handleMouseMove = React.useCallback((e: React.MouseEvent) => {\r\n const point = new Point(e.pageX, e.pageY);\r\n CursorInformation.handleMouseMove(point);\r\n }, []);\r\n\r\n return (\r\n <main role=\"main\"\r\n id=\"uifw-configurableui-wrapper\"\r\n className={props.className}\r\n style={props.style}\r\n onMouseMove={handleMouseMove}\r\n >\r\n {props.appBackstage}\r\n {/* eslint-disable-next-line deprecation/deprecation */}\r\n {version === \"1\" ? /* istanbul ignore next */ <FrontstageComposer style={{ position: \"relative\", height: \"100%\" }} /> : /* istanbul ignore next */ <WidgetPanelsFrontstage />}\r\n <ContentDialogRenderer />\r\n <ModelessDialogRenderer />\r\n <ModalDialogRenderer />\r\n <ElementTooltip />\r\n <PointerMessage />\r\n <KeyboardShortcutMenu />\r\n <InputFieldMessage />\r\n <CursorPopupMenu />\r\n <CursorPopupRenderer />\r\n <PopupRenderer />\r\n </main>\r\n );\r\n}\r\n"]}
1
+ {"version":3,"file":"ConfigurableUiContent.js","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiContent.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,uBAAuB,CAAC;AAC/B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAe,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAC/E,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAiBhF;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,KAAiC;IACrE,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,WAAW,CAAC,iBAAiB,CAAC,cAAc,EAAE,CAAC;IACjD,CAAC,EAAE,EAAE,CAAC,CAAC;IACP,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,6BAA6B,CAAC,eAAe,CAAC,UAAU,CAAC,EAAE,WAAW,EAAE,KAAK,CAAC,WAAW,EAAE,eAAe,EAAE,KAAK,CAAC,eAAe,EAAE,CAAC,CAAC;QACrI,OAAO,GAAG,EAAE;YACV,6BAA6B,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC;QAC5D,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,KAAK,CAAC,WAAW,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;IAE/C,MAAM,eAAe,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,CAAmB,EAAE,EAAE;QAChE,MAAM,KAAK,GAAG,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC;QAC1C,iBAAiB,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACL,8BAAM,IAAI,EAAC,MAAM,EACf,EAAE,EAAC,6BAA6B,EAChC,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,WAAW,EAAE,eAAe;QAE3B,KAAK,CAAC,YAAY;QACnB,oBAAC,sBAAsB,OAAG;QAC1B,oBAAC,qBAAqB,OAAG;QACzB,oBAAC,sBAAsB,OAAG;QAC1B,oBAAC,mBAAmB,OAAG;QACvB,oBAAC,cAAc,OAAG;QAClB,oBAAC,cAAc,OAAG;QAClB,oBAAC,oBAAoB,OAAG;QACxB,oBAAC,iBAAiB,OAAG;QACrB,oBAAC,eAAe,OAAG;QACnB,oBAAC,mBAAmB,OAAG;QACvB,oBAAC,aAAa,OAAG,CACZ,CACR,CAAC;AACJ,CAAC","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 ConfigurableUi\r\n */\r\n\r\nimport \"./configurableui.scss\";\r\nimport * as React from \"react\";\r\nimport { CommonProps, Point } from \"@itwin/core-react\";\r\nimport { CursorInformation } from \"../cursor/CursorInformation\";\r\nimport { CursorPopupMenu } from \"../cursor/cursormenu/CursorMenu\";\r\nimport { CursorPopupRenderer } from \"../cursor/cursorpopup/CursorPopupManager\";\r\nimport { ModalDialogRenderer } from \"../dialog/ModalDialogManager\";\r\nimport { ModelessDialogRenderer } from \"../dialog/ModelessDialogManager\";\r\nimport { ElementTooltip } from \"../feedback/ElementTooltip\";\r\nimport { KeyboardShortcutMenu } from \"../keyboardshortcut/KeyboardShortcutMenu\";\r\nimport { InputFieldMessage } from \"../messages/InputField\";\r\nimport { PointerMessage } from \"../messages/Pointer\";\r\nimport { PopupRenderer } from \"../popup/PopupManager\";\r\nimport { WidgetPanelsFrontstage } from \"../widget-panels/Frontstage\";\r\nimport { ContentDialogRenderer } from \"../dialog/ContentDialogManager\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { InternalConfigurableUiManager } from \"./InternalConfigurableUiManager\";\r\n\r\n// cSpell:ignore cursormenu cursorpopup\r\n\r\n/** Properties for [[ConfigurableUiContent]]\r\n * @public\r\n */\r\nexport interface ConfigurableUiContentProps extends CommonProps {\r\n /** React node of the Backstage */\r\n appBackstage?: React.ReactNode;\r\n\r\n /** @internal */\r\n idleTimeout?: number;\r\n /** @internal */\r\n intervalTimeout?: number;\r\n}\r\n\r\n/** The ConfigurableUiContent component is the component the pages specified using ConfigurableUi\r\n * @public\r\n */\r\nexport function ConfigurableUiContent(props: ConfigurableUiContentProps) {\r\n React.useEffect(() => {\r\n UiFramework.keyboardShortcuts.setFocusToHome();\r\n }, []);\r\n React.useEffect(() => {\r\n InternalConfigurableUiManager.activityTracker.initialize({ idleTimeout: props.idleTimeout, intervalTimeout: props.intervalTimeout });\r\n return () => {\r\n InternalConfigurableUiManager.activityTracker.terminate();\r\n };\r\n }, [props.idleTimeout, props.intervalTimeout]);\r\n\r\n const handleMouseMove = React.useCallback((e: React.MouseEvent) => {\r\n const point = new Point(e.pageX, e.pageY);\r\n CursorInformation.handleMouseMove(point);\r\n }, []);\r\n\r\n return (\r\n <main role=\"main\"\r\n id=\"uifw-configurableui-wrapper\"\r\n className={props.className}\r\n style={props.style}\r\n onMouseMove={handleMouseMove}\r\n >\r\n {props.appBackstage}\r\n <WidgetPanelsFrontstage />\r\n <ContentDialogRenderer />\r\n <ModelessDialogRenderer />\r\n <ModalDialogRenderer />\r\n <ElementTooltip />\r\n <PointerMessage />\r\n <KeyboardShortcutMenu />\r\n <InputFieldMessage />\r\n <CursorPopupMenu />\r\n <CursorPopupRenderer />\r\n <PopupRenderer />\r\n </main>\r\n );\r\n}\r\n"]}
@@ -3,8 +3,6 @@
3
3
  */
4
4
  import { FrontstageProvider } from "../frontstage/FrontstageProvider";
5
5
  import { KeyboardShortcutProps } from "../framework/FrameworkKeyboardShortcuts";
6
- import { TaskPropsList } from "../workflow/Task";
7
- import { WorkflowProps, WorkflowPropsList } from "../workflow/Workflow";
8
6
  import { ConfigurableUiControlConstructor, ConfigurableUiElement } from "./ConfigurableUiControl";
9
7
  /** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.
10
8
  * @public
@@ -21,7 +19,7 @@ export declare class ConfigurableUiManager {
21
19
  * [[NavigationAidControl]],
22
20
  * [[StatusBarWidgetControl]],
23
21
  * [[WidgetControl]] or
24
- * [[ToolUiProvider]].
22
+ * [ToolUiProvider]($appui-react).
25
23
  * @param classId the class id of the control to register
26
24
  * @param constructor the constructor of the control to register
27
25
  * @deprecated in 3.7. Use `register` method.
@@ -55,24 +53,6 @@ export declare class ConfigurableUiManager {
55
53
  * @deprecated in 3.7. Use `UiFramework.frontstages.addFrontstageProvider` method.
56
54
  */
57
55
  static addFrontstageProvider(frontstageProvider: FrontstageProvider): void;
58
- /** Loads one or more Tasks into the [[TaskManager]].
59
- * @param taskPropsList the list of Tasks to load
60
- * @internal
61
- * @deprecated in 3.0. TaskManager is obsolete.
62
- */
63
- static loadTasks(taskPropsList: TaskPropsList): void;
64
- /** Loads a Workflow into the [[WorkflowManager]].
65
- * @param workflowProps the Workflow to load
66
- * @internal
67
- * @deprecated in 3.0. WorkflowManager is obsolete.
68
- */
69
- static loadWorkflow(workflowProps: WorkflowProps): void;
70
- /** Loads one or more Workflows into the [[WorkflowManager]].
71
- * @param workflowPropsList the list of Workflows to load
72
- * @internal
73
- * @deprecated in 3.0. WorkflowManager is obsolete.
74
- */
75
- static loadWorkflows(workflowPropsList: WorkflowPropsList): void;
76
56
  /** Loads one or more Keyboard Shortcuts into the [[KeyboardShortcutManager]].
77
57
  * @param shortcutList the properties of the Keyboard Shortcuts to load
78
58
  * @deprecated in 3.7. Use `UiFramework.keyboardShortcuts.loadShortcuts` method.
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigurableUiManager.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiManager.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAEhF,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAmB,aAAa,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzF,OAAO,EAAE,gCAAgC,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGlG;;;GAGG;AACH,qBAAa,qBAAqB;IAChC;;MAEE;WACY,UAAU;IAIxB;;;;;;;;;;OAUG;WACW,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,gCAAgC,GAAG,IAAI;IAInG;;;OAGG;WACW,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO;IAI3D;;OAEG;WACW,qBAAqB,CAAC,WAAW,EAAE,gCAAgC,GAAG,MAAM,GAAG,SAAS;IAItG;;;OAGG;WACW,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAItD;;;;;;;OAOG;WACW,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,qBAAqB,GAAG,SAAS;IAIpI;;;OAGG;WACW,qBAAqB,CAAC,kBAAkB,EAAE,kBAAkB,GAAG,IAAI;IAIjF;;;;OAIG;WACW,SAAS,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;IAI3D;;;;OAIG;WACW,YAAY,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;IAI9D;;;;OAIG;WACW,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,IAAI;IAIvE;;;OAGG;WACW,qBAAqB,CAAC,YAAY,EAAE,qBAAqB,EAAE,GAAG,IAAI;IAIhF,wDAAwD;WAC1C,iBAAiB,IAAI,WAAW;IAI9C,0CAA0C;WAC5B,OAAO,IAAI,IAAI;CAI9B"}
1
+ {"version":3,"file":"ConfigurableUiManager.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiManager.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAEhF,OAAO,EAAE,gCAAgC,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGlG;;;GAGG;AACH,qBAAa,qBAAqB;IAChC;;MAEE;WACY,UAAU;IAIxB;;;;;;;;;;OAUG;WACW,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,gCAAgC,GAAG,IAAI;IAInG;;;OAGG;WACW,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO;IAI3D;;OAEG;WACW,qBAAqB,CAAC,WAAW,EAAE,gCAAgC,GAAG,MAAM,GAAG,SAAS;IAItG;;;OAGG;WACW,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAItD;;;;;;;OAOG;WACW,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,qBAAqB,GAAG,SAAS;IAIpI;;;OAGG;WACW,qBAAqB,CAAC,kBAAkB,EAAE,kBAAkB,GAAG,IAAI;IAIjF;;;OAGG;WACW,qBAAqB,CAAC,YAAY,EAAE,qBAAqB,EAAE,GAAG,IAAI;IAIhF,wDAAwD;WAC1C,iBAAiB,IAAI,WAAW;IAI9C,0CAA0C;WAC5B,OAAO,IAAI,IAAI;CAI9B"}
@@ -6,8 +6,6 @@
6
6
  * @module ConfigurableUi
7
7
  */
8
8
  import { UiFramework } from "../UiFramework";
9
- import { TaskManager } from "../workflow/Task";
10
- import { WorkflowManager } from "../workflow/Workflow";
11
9
  import { InternalConfigurableUiManager as internal } from "./InternalConfigurableUiManager";
12
10
  /** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.
13
11
  * @public
@@ -26,7 +24,7 @@ export class ConfigurableUiManager {
26
24
  * [[NavigationAidControl]],
27
25
  * [[StatusBarWidgetControl]],
28
26
  * [[WidgetControl]] or
29
- * [[ToolUiProvider]].
27
+ * [ToolUiProvider]($appui-react).
30
28
  * @param classId the class id of the control to register
31
29
  * @param constructor the constructor of the control to register
32
30
  * @deprecated in 3.7. Use `register` method.
@@ -72,30 +70,6 @@ export class ConfigurableUiManager {
72
70
  static addFrontstageProvider(frontstageProvider) {
73
71
  UiFramework.frontstages.addFrontstageProvider(frontstageProvider);
74
72
  }
75
- /** Loads one or more Tasks into the [[TaskManager]].
76
- * @param taskPropsList the list of Tasks to load
77
- * @internal
78
- * @deprecated in 3.0. TaskManager is obsolete.
79
- */
80
- static loadTasks(taskPropsList) {
81
- TaskManager.loadTasks(taskPropsList); // eslint-disable-line deprecation/deprecation
82
- }
83
- /** Loads a Workflow into the [[WorkflowManager]].
84
- * @param workflowProps the Workflow to load
85
- * @internal
86
- * @deprecated in 3.0. WorkflowManager is obsolete.
87
- */
88
- static loadWorkflow(workflowProps) {
89
- WorkflowManager.loadWorkflow(workflowProps); // eslint-disable-line deprecation/deprecation
90
- }
91
- /** Loads one or more Workflows into the [[WorkflowManager]].
92
- * @param workflowPropsList the list of Workflows to load
93
- * @internal
94
- * @deprecated in 3.0. WorkflowManager is obsolete.
95
- */
96
- static loadWorkflows(workflowPropsList) {
97
- WorkflowManager.loadWorkflows(workflowPropsList); // eslint-disable-line deprecation/deprecation
98
- }
99
73
  /** Loads one or more Keyboard Shortcuts into the [[KeyboardShortcutManager]].
100
74
  * @param shortcutList the properties of the Keyboard Shortcuts to load
101
75
  * @deprecated in 3.7. Use `UiFramework.keyboardShortcuts.loadShortcuts` method.
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigurableUiManager.js","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiManager.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAIH,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAiB,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAoC,MAAM,sBAAsB,CAAC;AAEzF,OAAO,EAAE,6BAA6B,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAE5F;;;GAGG;AACH,MAAM,OAAO,qBAAqB;IAChC;;MAEE;IACK,MAAM,CAAC,UAAU;QACtB,OAAO,QAAQ,CAAC,UAAU,EAAE,CAAC;IAC/B,CAAC;IAED;;;;;;;;;;OAUG;IACI,MAAM,CAAC,eAAe,CAAC,OAAe,EAAE,WAA6C;QAC1F,OAAO,QAAQ,CAAC,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IACjD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,mBAAmB,CAAC,OAAe;QAC/C,OAAO,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,qBAAqB,CAAC,WAA6C;QAC/E,OAAO,QAAQ,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAC;IACrD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,iBAAiB,CAAC,OAAe;QAC7C,OAAO,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACtC,CAAC;IAED;;;;;;;OAOG;IACI,MAAM,CAAC,aAAa,CAAC,OAAe,EAAE,QAAgB,EAAE,OAAa,EAAE,SAAkB;QAC9F,OAAO,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC;IAChE,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,qBAAqB,CAAC,kBAAsC;QACxE,WAAW,CAAC,WAAW,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IACpE,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,SAAS,CAAC,aAA4B;QAClD,WAAW,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAG,8CAA8C;IACxF,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,YAAY,CAAC,aAA4B;QACrD,eAAe,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC,CAAI,8CAA8C;IAChG,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,aAAa,CAAC,iBAAoC;QAC9D,eAAe,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC,CAAG,8CAA8C;IACpG,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,qBAAqB,CAAC,YAAqC;QACvE,WAAW,CAAC,iBAAiB,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5D,CAAC;IAED,wDAAwD;IACjD,MAAM,CAAC,iBAAiB;QAC7B,OAAO,QAAQ,CAAC,iBAAiB,EAAE,CAAC;IACtC,CAAC;IAED,0CAA0C;IACnC,MAAM,CAAC,OAAO;QACnB,OAAO,QAAQ,CAAC,OAAO,EAAE,CAAC;IAC5B,CAAC;CAEF","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 ConfigurableUi\r\n */\r\n\r\nimport { FrontstageProvider } from \"../frontstage/FrontstageProvider\";\r\nimport { KeyboardShortcutProps } from \"../framework/FrameworkKeyboardShortcuts\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { TaskManager, TaskPropsList } from \"../workflow/Task\";\r\nimport { WorkflowManager, WorkflowProps, WorkflowPropsList } from \"../workflow/Workflow\";\r\nimport { ConfigurableUiControlConstructor, ConfigurableUiElement } from \"./ConfigurableUiControl\";\r\nimport { InternalConfigurableUiManager as internal } from \"./InternalConfigurableUiManager\";\r\n\r\n/** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.\r\n * @public\r\n * @deprecated in 3.7. Use `UiFramework.controls` property.\r\n */\r\nexport class ConfigurableUiManager {\r\n /** Initializes the InternalConfigurableUiManager and registers core controls.\r\n * @deprecated in 3.7. This is called internally.\r\n */\r\n public static initialize() {\r\n return internal.initialize();\r\n }\r\n\r\n /** Registers a control implementing the [[ConfigurableUiElement]] interface.\r\n * These controls can be a\r\n * [[ContentControl]],\r\n * [[NavigationAidControl]],\r\n * [[StatusBarWidgetControl]],\r\n * [[WidgetControl]] or\r\n * [[ToolUiProvider]].\r\n * @param classId the class id of the control to register\r\n * @param constructor the constructor of the control to register\r\n * @deprecated in 3.7. Use `register` method.\r\n */\r\n public static registerControl(classId: string, constructor: ConfigurableUiControlConstructor): void {\r\n return internal.register(classId, constructor);\r\n }\r\n\r\n /** Determines if a control has been registered based on its classId.\r\n * @param classId the class id of the control to test\r\n * @returns true if the control is registered or false if not\r\n */\r\n public static isControlRegistered(classId: string): boolean {\r\n return internal.isRegistered(classId);\r\n }\r\n\r\n /** Determines if a control has been registered.\r\n * @internal\r\n */\r\n public static getConstructorClassId(constructor: ConfigurableUiControlConstructor): string | undefined {\r\n return internal.getConstructorClassId(constructor);\r\n }\r\n\r\n /** Unregisters a control that has been registered.\r\n * @param classId the class id of the control to unregister\r\n * @deprecated in 3.7. Use `unregister` method.\r\n */\r\n public static unregisterControl(classId: string): void {\r\n return internal.unregister(classId);\r\n }\r\n\r\n /** Creates a control registered by calling registerControl.\r\n * @param classId the class id of the control to create\r\n * @param uniqueId a unique id for the control\r\n * @param options options passed to the constructor of the control\r\n * @param controlId controlId which may not be unique across all control instances.\r\n * @returns the created control\r\n * @deprecated in 3.7. Use `create` method.\r\n */\r\n public static createControl(classId: string, uniqueId: string, options?: any, controlId?: string): ConfigurableUiElement | undefined {\r\n return internal.create(classId, uniqueId, options, controlId);\r\n }\r\n\r\n /** Add a Frontstage via a provider into the [[FrontstageManager]].\r\n * @param frontstageProvider Provider of the Frontstage to add\r\n * @deprecated in 3.7. Use `UiFramework.frontstages.addFrontstageProvider` method.\r\n */\r\n public static addFrontstageProvider(frontstageProvider: FrontstageProvider): void {\r\n UiFramework.frontstages.addFrontstageProvider(frontstageProvider);\r\n }\r\n\r\n /** Loads one or more Tasks into the [[TaskManager]].\r\n * @param taskPropsList the list of Tasks to load\r\n * @internal\r\n * @deprecated in 3.0. TaskManager is obsolete.\r\n */\r\n public static loadTasks(taskPropsList: TaskPropsList): void { // eslint-disable-line deprecation/deprecation\r\n TaskManager.loadTasks(taskPropsList); // eslint-disable-line deprecation/deprecation\r\n }\r\n\r\n /** Loads a Workflow into the [[WorkflowManager]].\r\n * @param workflowProps the Workflow to load\r\n * @internal\r\n * @deprecated in 3.0. WorkflowManager is obsolete.\r\n */\r\n public static loadWorkflow(workflowProps: WorkflowProps): void { // eslint-disable-line deprecation/deprecation\r\n WorkflowManager.loadWorkflow(workflowProps); // eslint-disable-line deprecation/deprecation\r\n }\r\n\r\n /** Loads one or more Workflows into the [[WorkflowManager]].\r\n * @param workflowPropsList the list of Workflows to load\r\n * @internal\r\n * @deprecated in 3.0. WorkflowManager is obsolete.\r\n */\r\n public static loadWorkflows(workflowPropsList: WorkflowPropsList): void { // eslint-disable-line deprecation/deprecation\r\n WorkflowManager.loadWorkflows(workflowPropsList); // eslint-disable-line deprecation/deprecation\r\n }\r\n\r\n /** Loads one or more Keyboard Shortcuts into the [[KeyboardShortcutManager]].\r\n * @param shortcutList the properties of the Keyboard Shortcuts to load\r\n * @deprecated in 3.7. Use `UiFramework.keyboardShortcuts.loadShortcuts` method.\r\n */\r\n public static loadKeyboardShortcuts(shortcutList: KeyboardShortcutProps[]): void {\r\n UiFramework.keyboardShortcuts.loadShortcuts(shortcutList);\r\n }\r\n\r\n /** Gets the HTML wrapper element for Configurable UI */\r\n public static getWrapperElement(): HTMLElement {\r\n return internal.getWrapperElement();\r\n }\r\n\r\n /** Closes all UI popups currently open */\r\n public static closeUi(): void {\r\n return internal.closeUi();\r\n }\r\n\r\n}\r\n"]}
1
+ {"version":3,"file":"ConfigurableUiManager.js","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/ConfigurableUiManager.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAIH,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAE,6BAA6B,IAAI,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAE5F;;;GAGG;AACH,MAAM,OAAO,qBAAqB;IAChC;;MAEE;IACK,MAAM,CAAC,UAAU;QACtB,OAAO,QAAQ,CAAC,UAAU,EAAE,CAAC;IAC/B,CAAC;IAED;;;;;;;;;;OAUG;IACI,MAAM,CAAC,eAAe,CAAC,OAAe,EAAE,WAA6C;QAC1F,OAAO,QAAQ,CAAC,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IACjD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,mBAAmB,CAAC,OAAe;QAC/C,OAAO,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;IAED;;OAEG;IACI,MAAM,CAAC,qBAAqB,CAAC,WAA6C;QAC/E,OAAO,QAAQ,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAC;IACrD,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,iBAAiB,CAAC,OAAe;QAC7C,OAAO,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACtC,CAAC;IAED;;;;;;;OAOG;IACI,MAAM,CAAC,aAAa,CAAC,OAAe,EAAE,QAAgB,EAAE,OAAa,EAAE,SAAkB;QAC9F,OAAO,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC;IAChE,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,qBAAqB,CAAC,kBAAsC;QACxE,WAAW,CAAC,WAAW,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IACpE,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,qBAAqB,CAAC,YAAqC;QACvE,WAAW,CAAC,iBAAiB,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5D,CAAC;IAED,wDAAwD;IACjD,MAAM,CAAC,iBAAiB;QAC7B,OAAO,QAAQ,CAAC,iBAAiB,EAAE,CAAC;IACtC,CAAC;IAED,0CAA0C;IACnC,MAAM,CAAC,OAAO;QACnB,OAAO,QAAQ,CAAC,OAAO,EAAE,CAAC;IAC5B,CAAC;CAEF","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 ConfigurableUi\r\n */\r\n\r\nimport { FrontstageProvider } from \"../frontstage/FrontstageProvider\";\r\nimport { KeyboardShortcutProps } from \"../framework/FrameworkKeyboardShortcuts\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ConfigurableUiControlConstructor, ConfigurableUiElement } from \"./ConfigurableUiControl\";\r\nimport { InternalConfigurableUiManager as internal } from \"./InternalConfigurableUiManager\";\r\n\r\n/** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.\r\n * @public\r\n * @deprecated in 3.7. Use `UiFramework.controls` property.\r\n */\r\nexport class ConfigurableUiManager {\r\n /** Initializes the InternalConfigurableUiManager and registers core controls.\r\n * @deprecated in 3.7. This is called internally.\r\n */\r\n public static initialize() {\r\n return internal.initialize();\r\n }\r\n\r\n /** Registers a control implementing the [[ConfigurableUiElement]] interface.\r\n * These controls can be a\r\n * [[ContentControl]],\r\n * [[NavigationAidControl]],\r\n * [[StatusBarWidgetControl]],\r\n * [[WidgetControl]] or\r\n * [ToolUiProvider]($appui-react).\r\n * @param classId the class id of the control to register\r\n * @param constructor the constructor of the control to register\r\n * @deprecated in 3.7. Use `register` method.\r\n */\r\n public static registerControl(classId: string, constructor: ConfigurableUiControlConstructor): void {\r\n return internal.register(classId, constructor);\r\n }\r\n\r\n /** Determines if a control has been registered based on its classId.\r\n * @param classId the class id of the control to test\r\n * @returns true if the control is registered or false if not\r\n */\r\n public static isControlRegistered(classId: string): boolean {\r\n return internal.isRegistered(classId);\r\n }\r\n\r\n /** Determines if a control has been registered.\r\n * @internal\r\n */\r\n public static getConstructorClassId(constructor: ConfigurableUiControlConstructor): string | undefined {\r\n return internal.getConstructorClassId(constructor);\r\n }\r\n\r\n /** Unregisters a control that has been registered.\r\n * @param classId the class id of the control to unregister\r\n * @deprecated in 3.7. Use `unregister` method.\r\n */\r\n public static unregisterControl(classId: string): void {\r\n return internal.unregister(classId);\r\n }\r\n\r\n /** Creates a control registered by calling registerControl.\r\n * @param classId the class id of the control to create\r\n * @param uniqueId a unique id for the control\r\n * @param options options passed to the constructor of the control\r\n * @param controlId controlId which may not be unique across all control instances.\r\n * @returns the created control\r\n * @deprecated in 3.7. Use `create` method.\r\n */\r\n public static createControl(classId: string, uniqueId: string, options?: any, controlId?: string): ConfigurableUiElement | undefined {\r\n return internal.create(classId, uniqueId, options, controlId);\r\n }\r\n\r\n /** Add a Frontstage via a provider into the [[FrontstageManager]].\r\n * @param frontstageProvider Provider of the Frontstage to add\r\n * @deprecated in 3.7. Use `UiFramework.frontstages.addFrontstageProvider` method.\r\n */\r\n public static addFrontstageProvider(frontstageProvider: FrontstageProvider): void {\r\n UiFramework.frontstages.addFrontstageProvider(frontstageProvider);\r\n }\r\n\r\n /** Loads one or more Keyboard Shortcuts into the [[KeyboardShortcutManager]].\r\n * @param shortcutList the properties of the Keyboard Shortcuts to load\r\n * @deprecated in 3.7. Use `UiFramework.keyboardShortcuts.loadShortcuts` method.\r\n */\r\n public static loadKeyboardShortcuts(shortcutList: KeyboardShortcutProps[]): void {\r\n UiFramework.keyboardShortcuts.loadShortcuts(shortcutList);\r\n }\r\n\r\n /** Gets the HTML wrapper element for Configurable UI */\r\n public static getWrapperElement(): HTMLElement {\r\n return internal.getWrapperElement();\r\n }\r\n\r\n /** Closes all UI popups currently open */\r\n public static closeUi(): void {\r\n return internal.closeUi();\r\n }\r\n\r\n}\r\n"]}
@@ -48,7 +48,7 @@ export declare class InternalConfigurableUiManager {
48
48
  * [[NavigationAidControl]],
49
49
  * [[StatusBarWidgetControl]],
50
50
  * [[WidgetControl]] or
51
- * [[ToolUiProvider]].
51
+ * [ToolUiProvider]($appui-react).
52
52
  * @param classId the class id of the control to register
53
53
  * @param constructor the constructor of the control to register
54
54
  */
@@ -17,7 +17,7 @@ import { PopupManager } from "../popup/PopupManager";
17
17
  import { ActivityTracker } from "./ActivityTracker";
18
18
  import { BeUiEvent } from "@itwin/core-bentley";
19
19
  import { InternalFrontstageManager } from "../frontstage/InternalFrontstageManager";
20
- import { InternalToolSettingsManager } from "../zones/toolsettings/InternalToolSettingsManager";
20
+ import { InternalToolSettingsManager } from "../toolsettings/InternalToolSettingsManager";
21
21
  import { InternalModelessDialogManager } from "../dialog/InternalModelessDialogManager";
22
22
  import { InternalContentDialogManager } from "../dialog/InternalContentDialogManager";
23
23
  import { InternalKeyboardShortcutManager } from "../keyboardshortcut/InternalKeyboardShortcut";
@@ -69,7 +69,7 @@ export class InternalConfigurableUiManager {
69
69
  * [[NavigationAidControl]],
70
70
  * [[StatusBarWidgetControl]],
71
71
  * [[WidgetControl]] or
72
- * [[ToolUiProvider]].
72
+ * [ToolUiProvider]($appui-react).
73
73
  * @param classId the class id of the control to register
74
74
  * @param constructor the constructor of the control to register
75
75
  */
@@ -1 +1 @@
1
- {"version":3,"file":"InternalConfigurableUiManager.js","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/InternalConfigurableUiManager.ts"],"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 ConfigurableUi\r\n */\r\n\r\nimport { UiError } from \"@itwin/appui-abstract\";\r\nimport { CubeNavigationAidControl } from \"../navigationaids/CubeNavigationAidControl\";\r\nimport { DrawingNavigationAidControl } from \"../navigationaids/DrawingNavigationAidControl\";\r\nimport { SheetNavigationAidControl } from \"../navigationaids/SheetNavigationAid\";\r\nimport { StandardRotationNavigationAidControl } from \"../navigationaids/StandardRotationNavigationAid\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ConfigurableCreateInfo, ConfigurableUiControlConstructor, ConfigurableUiElement } from \"./ConfigurableUiControl\";\r\nimport { MessageManager } from \"../messages/MessageManager\";\r\nimport { PopupManager } from \"../popup/PopupManager\";\r\nimport { ActivityTracker } from \"./ActivityTracker\";\r\nimport { BeUiEvent } from \"@itwin/core-bentley\";\r\nimport { InternalFrontstageManager } from \"../frontstage/InternalFrontstageManager\";\r\nimport { InternalToolSettingsManager } from \"../zones/toolsettings/InternalToolSettingsManager\";\r\nimport { InternalModelessDialogManager } from \"../dialog/InternalModelessDialogManager\";\r\nimport { InternalContentDialogManager } from \"../dialog/InternalContentDialogManager\";\r\nimport { InternalKeyboardShortcutManager } from \"../keyboardshortcut/InternalKeyboardShortcut\";\r\nimport { InternalModalDialogManager } from \"../dialog/InternalModalDialogManager\";\r\nimport { SyncUiEventDispatcher } from \"../syncui/SyncUiEventDispatcher\";\r\n\r\n/** Ui Activity Event Args interface.\r\n * @internal\r\n */\r\nexport interface UiActivityEventArgs {\r\n event: Event;\r\n}\r\n\r\n/** Ui Activity Event class.\r\n * @internal\r\n */\r\nexport class UiActivityEvent extends BeUiEvent<UiActivityEventArgs> { }\r\n\r\n/** Ui Interval Event Args interface\r\n * @internal\r\n */\r\nexport interface UiIntervalEventArgs {\r\n idleTimeout?: number;\r\n}\r\n\r\n/** Ui Interval Event class.\r\n * @internal\r\n */\r\nexport class UiIntervalEvent extends BeUiEvent<UiIntervalEventArgs> { }\r\n\r\n/** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.\r\n * @internal\r\n */\r\nexport class InternalConfigurableUiManager {\r\n private static _registeredControls = new Map<string, ConfigurableUiControlConstructor>();\r\n private static _initialized = false;\r\n\r\n /** @internal */\r\n public static readonly activityTracker = new ActivityTracker();\r\n /** @internal */\r\n public static readonly onUiActivityEvent = new UiActivityEvent();\r\n /** @internal */\r\n public static readonly onUiIntervalEvent = new UiIntervalEvent();\r\n\r\n /** Initializes the InternalConfigurableUiManager and registers core controls.\r\n * @internal\r\n */\r\n public static initialize() {\r\n if (this._initialized)\r\n return;\r\n\r\n // Register core controls\r\n InternalConfigurableUiManager.register(StandardRotationNavigationAidControl.navigationAidId, StandardRotationNavigationAidControl);\r\n InternalConfigurableUiManager.register(SheetNavigationAidControl.navigationAidId, SheetNavigationAidControl);\r\n InternalConfigurableUiManager.register(DrawingNavigationAidControl.navigationAidId, DrawingNavigationAidControl);\r\n InternalConfigurableUiManager.register(CubeNavigationAidControl.navigationAidId, CubeNavigationAidControl);\r\n\r\n // Initialize SyncUiEventDispatcher so it can register event callbacks.\r\n SyncUiEventDispatcher.initialize();\r\n\r\n // Initialize the FrontstageManager\r\n InternalFrontstageManager.initialize();\r\n\r\n // Initialize the ToolSettingsManager that manages Tool Settings properties.\r\n InternalToolSettingsManager.initialize();\r\n\r\n // Initialize dialog managers that allow one or more dialogs to be open at a time. These managers adjust the z-indexing\r\n // to ensure the most recently focused dialog of a specific type displays above its siblings.\r\n InternalModelessDialogManager.initialize();\r\n\r\n // ContentDialog have a z-index just above the fixed content views and below all other UI elements.\r\n InternalContentDialogManager.initialize();\r\n\r\n // Initialize the Keyboard Shortcut manager\r\n InternalKeyboardShortcutManager.initialize();\r\n\r\n this._initialized = true;\r\n }\r\n\r\n /** Registers a control implementing the [[ConfigurableUiElement]] interface.\r\n * These controls can be a\r\n * [[ContentControl]],\r\n * [[NavigationAidControl]],\r\n * [[StatusBarWidgetControl]],\r\n * [[WidgetControl]] or\r\n * [[ToolUiProvider]].\r\n * @param classId the class id of the control to register\r\n * @param constructor the constructor of the control to register\r\n */\r\n public static register(classId: string, constructor: ConfigurableUiControlConstructor): void {\r\n if (this._registeredControls.get(classId) !== undefined) {\r\n throw new UiError(UiFramework.loggerCategory(this), `registerControl: classId '${classId}' already registered`);\r\n }\r\n\r\n this._registeredControls.set(classId, constructor);\r\n }\r\n\r\n /** Determines if a control has been registered based on its classId.\r\n * @param classId the class id of the control to test\r\n * @returns true if the control is registered or false if not\r\n */\r\n public static isRegistered(classId: string): boolean {\r\n const constructor = this._registeredControls.get(classId);\r\n return constructor !== undefined;\r\n }\r\n\r\n /** Determines if a control has been registered.\r\n * @internal\r\n */\r\n public static getConstructorClassId(constructor: ConfigurableUiControlConstructor): string | undefined {\r\n for (const [key, value] of this._registeredControls.entries()) {\r\n if (value === constructor)\r\n return key;\r\n }\r\n\r\n return undefined;\r\n }\r\n\r\n /** Unregisters a control that has been registered.\r\n * @param classId the class id of the control to unregister\r\n */\r\n public static unregister(classId: string): void {\r\n const constructor = this._registeredControls.get(classId);\r\n if (constructor)\r\n this._registeredControls.delete(classId);\r\n }\r\n\r\n /** Creates a control registered by calling registerControl.\r\n * @param classId the class id of the control to create\r\n * @param uniqueId a unique id for the control\r\n * @param options options passed to the constructor of the control\r\n * @param controlId controlId which may not be unique across all control instances.\r\n * @returns the created control\r\n */\r\n public static create(classId: string, uniqueId: string, options?: any, controlId?: string): ConfigurableUiElement | undefined {\r\n const info = new ConfigurableCreateInfo(classId, uniqueId, controlId ?? uniqueId);\r\n const constructor = this._registeredControls.get(info.classId);\r\n if (!constructor) {\r\n throw new UiError(UiFramework.loggerCategory(this), `createControl: classId '${classId}' not registered`);\r\n }\r\n\r\n const control = new constructor(info, options);\r\n return control;\r\n }\r\n\r\n /** Gets the HTML wrapper element for Configurable UI */\r\n public static getWrapperElement(): HTMLElement {\r\n const wrapper = document.getElementById(\"uifw-configurableui-wrapper\");\r\n const htmlElement = wrapper!;\r\n return htmlElement;\r\n }\r\n\r\n /** Closes all UI popups currently open */\r\n public static closeUi(): void {\r\n MessageManager.closeAllMessages();\r\n InternalModelessDialogManager.closeAll();\r\n InternalModalDialogManager.closeAll();\r\n InternalContentDialogManager.closeAll();\r\n UiFramework.keyboardShortcuts.closeMenu();\r\n UiFramework.closeCursorMenu();\r\n PopupManager.clearPopups();\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"InternalConfigurableUiManager.js","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/InternalConfigurableUiManager.ts"],"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 ConfigurableUi\r\n */\r\n\r\nimport { UiError } from \"@itwin/appui-abstract\";\r\nimport { CubeNavigationAidControl } from \"../navigationaids/CubeNavigationAidControl\";\r\nimport { DrawingNavigationAidControl } from \"../navigationaids/DrawingNavigationAidControl\";\r\nimport { SheetNavigationAidControl } from \"../navigationaids/SheetNavigationAid\";\r\nimport { StandardRotationNavigationAidControl } from \"../navigationaids/StandardRotationNavigationAid\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ConfigurableCreateInfo, ConfigurableUiControlConstructor, ConfigurableUiElement } from \"./ConfigurableUiControl\";\r\nimport { MessageManager } from \"../messages/MessageManager\";\r\nimport { PopupManager } from \"../popup/PopupManager\";\r\nimport { ActivityTracker } from \"./ActivityTracker\";\r\nimport { BeUiEvent } from \"@itwin/core-bentley\";\r\nimport { InternalFrontstageManager } from \"../frontstage/InternalFrontstageManager\";\r\nimport { InternalToolSettingsManager } from \"../toolsettings/InternalToolSettingsManager\";\r\nimport { InternalModelessDialogManager } from \"../dialog/InternalModelessDialogManager\";\r\nimport { InternalContentDialogManager } from \"../dialog/InternalContentDialogManager\";\r\nimport { InternalKeyboardShortcutManager } from \"../keyboardshortcut/InternalKeyboardShortcut\";\r\nimport { InternalModalDialogManager } from \"../dialog/InternalModalDialogManager\";\r\nimport { SyncUiEventDispatcher } from \"../syncui/SyncUiEventDispatcher\";\r\n\r\n/** Ui Activity Event Args interface.\r\n * @internal\r\n */\r\nexport interface UiActivityEventArgs {\r\n event: Event;\r\n}\r\n\r\n/** Ui Activity Event class.\r\n * @internal\r\n */\r\nexport class UiActivityEvent extends BeUiEvent<UiActivityEventArgs> { }\r\n\r\n/** Ui Interval Event Args interface\r\n * @internal\r\n */\r\nexport interface UiIntervalEventArgs {\r\n idleTimeout?: number;\r\n}\r\n\r\n/** Ui Interval Event class.\r\n * @internal\r\n */\r\nexport class UiIntervalEvent extends BeUiEvent<UiIntervalEventArgs> { }\r\n\r\n/** Configurable Ui Manager maintains controls, Frontstages, Content Groups, Content Layouts, Tasks and Workflows.\r\n * @internal\r\n */\r\nexport class InternalConfigurableUiManager {\r\n private static _registeredControls = new Map<string, ConfigurableUiControlConstructor>();\r\n private static _initialized = false;\r\n\r\n /** @internal */\r\n public static readonly activityTracker = new ActivityTracker();\r\n /** @internal */\r\n public static readonly onUiActivityEvent = new UiActivityEvent();\r\n /** @internal */\r\n public static readonly onUiIntervalEvent = new UiIntervalEvent();\r\n\r\n /** Initializes the InternalConfigurableUiManager and registers core controls.\r\n * @internal\r\n */\r\n public static initialize() {\r\n if (this._initialized)\r\n return;\r\n\r\n // Register core controls\r\n InternalConfigurableUiManager.register(StandardRotationNavigationAidControl.navigationAidId, StandardRotationNavigationAidControl);\r\n InternalConfigurableUiManager.register(SheetNavigationAidControl.navigationAidId, SheetNavigationAidControl);\r\n InternalConfigurableUiManager.register(DrawingNavigationAidControl.navigationAidId, DrawingNavigationAidControl);\r\n InternalConfigurableUiManager.register(CubeNavigationAidControl.navigationAidId, CubeNavigationAidControl);\r\n\r\n // Initialize SyncUiEventDispatcher so it can register event callbacks.\r\n SyncUiEventDispatcher.initialize();\r\n\r\n // Initialize the FrontstageManager\r\n InternalFrontstageManager.initialize();\r\n\r\n // Initialize the ToolSettingsManager that manages Tool Settings properties.\r\n InternalToolSettingsManager.initialize();\r\n\r\n // Initialize dialog managers that allow one or more dialogs to be open at a time. These managers adjust the z-indexing\r\n // to ensure the most recently focused dialog of a specific type displays above its siblings.\r\n InternalModelessDialogManager.initialize();\r\n\r\n // ContentDialog have a z-index just above the fixed content views and below all other UI elements.\r\n InternalContentDialogManager.initialize();\r\n\r\n // Initialize the Keyboard Shortcut manager\r\n InternalKeyboardShortcutManager.initialize();\r\n\r\n this._initialized = true;\r\n }\r\n\r\n /** Registers a control implementing the [[ConfigurableUiElement]] interface.\r\n * These controls can be a\r\n * [[ContentControl]],\r\n * [[NavigationAidControl]],\r\n * [[StatusBarWidgetControl]],\r\n * [[WidgetControl]] or\r\n * [ToolUiProvider]($appui-react).\r\n * @param classId the class id of the control to register\r\n * @param constructor the constructor of the control to register\r\n */\r\n public static register(classId: string, constructor: ConfigurableUiControlConstructor): void {\r\n if (this._registeredControls.get(classId) !== undefined) {\r\n throw new UiError(UiFramework.loggerCategory(this), `registerControl: classId '${classId}' already registered`);\r\n }\r\n\r\n this._registeredControls.set(classId, constructor);\r\n }\r\n\r\n /** Determines if a control has been registered based on its classId.\r\n * @param classId the class id of the control to test\r\n * @returns true if the control is registered or false if not\r\n */\r\n public static isRegistered(classId: string): boolean {\r\n const constructor = this._registeredControls.get(classId);\r\n return constructor !== undefined;\r\n }\r\n\r\n /** Determines if a control has been registered.\r\n * @internal\r\n */\r\n public static getConstructorClassId(constructor: ConfigurableUiControlConstructor): string | undefined {\r\n for (const [key, value] of this._registeredControls.entries()) {\r\n if (value === constructor)\r\n return key;\r\n }\r\n\r\n return undefined;\r\n }\r\n\r\n /** Unregisters a control that has been registered.\r\n * @param classId the class id of the control to unregister\r\n */\r\n public static unregister(classId: string): void {\r\n const constructor = this._registeredControls.get(classId);\r\n if (constructor)\r\n this._registeredControls.delete(classId);\r\n }\r\n\r\n /** Creates a control registered by calling registerControl.\r\n * @param classId the class id of the control to create\r\n * @param uniqueId a unique id for the control\r\n * @param options options passed to the constructor of the control\r\n * @param controlId controlId which may not be unique across all control instances.\r\n * @returns the created control\r\n */\r\n public static create(classId: string, uniqueId: string, options?: any, controlId?: string): ConfigurableUiElement | undefined {\r\n const info = new ConfigurableCreateInfo(classId, uniqueId, controlId ?? uniqueId);\r\n const constructor = this._registeredControls.get(info.classId);\r\n if (!constructor) {\r\n throw new UiError(UiFramework.loggerCategory(this), `createControl: classId '${classId}' not registered`);\r\n }\r\n\r\n const control = new constructor(info, options);\r\n return control;\r\n }\r\n\r\n /** Gets the HTML wrapper element for Configurable UI */\r\n public static getWrapperElement(): HTMLElement {\r\n const wrapper = document.getElementById(\"uifw-configurableui-wrapper\");\r\n const htmlElement = wrapper!;\r\n return htmlElement;\r\n }\r\n\r\n /** Closes all UI popups currently open */\r\n public static closeUi(): void {\r\n MessageManager.closeAllMessages();\r\n InternalModelessDialogManager.closeAll();\r\n InternalModalDialogManager.closeAll();\r\n InternalContentDialogManager.closeAll();\r\n UiFramework.keyboardShortcuts.closeMenu();\r\n UiFramework.closeCursorMenu();\r\n PopupManager.clearPopups();\r\n }\r\n}\r\n"]}
@@ -10,8 +10,6 @@
10
10
  @import "~@itwin/core-react/lib/cjs/core-react/style/variables";
11
11
  @import "~@itwin/core-react/lib/cjs/core-react/z-index";
12
12
  @import "~@itwin/appui-layout-react/lib/cjs/appui-layout-react/footer/variables";
13
- @import "~@itwin/itwinui-css/scss/style/space";
14
- @import "~@itwin/itwinui-css/scss/style/typography";
15
13
  @import "../variables";
16
14
 
17
15
  #uifw-configurableui-wrapper {
@@ -21,7 +19,7 @@
21
19
  width: 100%;
22
20
  height: 100%;
23
21
  overflow: hidden;
24
- font-size: $iui-font-size;
22
+ font-size: var(--iui-font-size-1);
25
23
  }
26
24
 
27
25
  #uifw-frontstage-composer {
@@ -58,12 +56,12 @@
58
56
 
59
57
  @include uicore-z-index(tooltip);
60
58
 
61
- >.uifw-element-tooltip {
59
+ > .uifw-element-tooltip {
62
60
  width: max-content;
63
- font-size: $iui-font-size;
61
+ font-size: var(--iui-font-size-1);
64
62
  }
65
63
 
66
- >.nz-popup-tooltip {
64
+ > .nz-popup-tooltip {
67
65
  border: {
68
66
  color: $uifw-popup-border-color;
69
67
  radius: $uifw-popup-border-radius;
@@ -77,4 +75,4 @@
77
75
  margin-bottom: 6px;
78
76
  }
79
77
 
80
- @include itwinui-style-overrides;
78
+ @include itwinui-style-overrides;
@@ -2,7 +2,6 @@
2
2
  * @module State
3
3
  */
4
4
  import { ActionsUnion } from "../redux/redux-ts";
5
- import { FrameworkVersionId } from "../UiFramework";
6
5
  /** Action Ids used by Redux and to send sync UI components. Typically used to refresh visibility or enable state of control.
7
6
  * Since these are also used as sync ids they should be in lowercase.
8
7
  * @public
@@ -13,8 +12,6 @@ export declare enum ConfigurableUiActionId {
13
12
  SetToolPrompt = "configurableui:set_toolprompt",
14
13
  SetWidgetOpacity = "configurableui:set_widget_opacity",
15
14
  SetDragInteraction = "configurableui:set-drag-interaction",
16
- /** @deprecated in 3.6. UI1.0 is deprecated. */
17
- SetFrameworkVersion = "configurableui:set-framework-version",
18
15
  SetShowWidgetIcon = "configurableui:set-show-widget-icon",
19
16
  AutoCollapseUnpinnedPanels = "configurableui:set-auto-collapse-unpinned-panels",
20
17
  SetViewOverlayDisplay = "configurableui:set-view-overlay-display",
@@ -31,8 +28,6 @@ export interface ConfigurableUiState {
31
28
  theme: string;
32
29
  widgetOpacity: number;
33
30
  useDragInteraction: boolean;
34
- /** @deprecated in 3.6. UI1.0 is deprecated. */
35
- frameworkVersion: FrameworkVersionId;
36
31
  showWidgetIcon: boolean;
37
32
  autoCollapseUnpinnedPanels: boolean;
38
33
  viewOverlayDisplay: boolean;
@@ -49,8 +44,6 @@ export declare const ConfigurableUiActions: {
49
44
  setToolPrompt: (toolPrompt: string) => import("../redux/redux-ts").ActionWithPayload<ConfigurableUiActionId.SetToolPrompt, string>;
50
45
  setWidgetOpacity: (opacity: number) => import("../redux/redux-ts").ActionWithPayload<ConfigurableUiActionId.SetWidgetOpacity, number>;
51
46
  setDragInteraction: (dragInteraction: boolean) => import("../redux/redux-ts").ActionWithPayload<ConfigurableUiActionId.SetDragInteraction, boolean>;
52
- /** @deprecated in 3.6. UI1.0 is deprecated. */
53
- setFrameworkVersion: (frameworkVersion: FrameworkVersionId) => import("../redux/redux-ts").ActionWithPayload<ConfigurableUiActionId.SetFrameworkVersion, FrameworkVersionId>;
54
47
  setShowWidgetIcon: (showWidgetIcon: boolean) => import("../redux/redux-ts").ActionWithPayload<ConfigurableUiActionId.SetShowWidgetIcon, boolean>;
55
48
  setAutoCollapseUnpinnedPanels: (autoCollapse: boolean) => import("../redux/redux-ts").ActionWithPayload<ConfigurableUiActionId.AutoCollapseUnpinnedPanels, boolean>;
56
49
  setViewOverlayDisplay: (displayViewOverlay: boolean) => import("../redux/redux-ts").ActionWithPayload<ConfigurableUiActionId.SetViewOverlayDisplay, boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/state.ts"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,EAAE,YAAY,EAAgB,MAAM,mBAAmB,CAAC;AAE/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAIpD;;;GAGG;AACH,oBAAY,sBAAsB;IAChC,WAAW,gCAAgC;IAC3C,QAAQ,6BAA6B;IACrC,aAAa,kCAAkC;IAC/C,gBAAgB,sCAAsC;IACtD,kBAAkB,wCAAwC;IAC1D,+CAA+C;IAC/C,mBAAmB,yCAAyC;IAC5D,iBAAiB,wCAAwC;IACzD,0BAA0B,qDAAqD;IAC/E,qBAAqB,4CAA4C;IACjE,mBAAmB,6CAA6C;IAChE,0BAA0B,uDAAuD;IACjF,iBAAiB,uCAAuC;CACzD;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,+CAA+C;IAC/C,gBAAgB,EAAE,kBAAkB,CAAC;IACrC,cAAc,EAAE,OAAO,CAAC;IACxB,0BAA0B,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,0BAA0B,EAAE,OAAO,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;CACxB;AAkBD;;GAEG;AACH,eAAO,MAAM,qBAAqB;4BACR,MAAM;sBAGpB,MAAM;gCAGD,MAAM;gCAGT,MAAM;0CACoB,OAAO;IAC7C,+CAA+C;4CACP,kBAAkB;wCACtB,OAAO;kDACG,OAAO;gDACT,OAAO;kDACL,OAAO;gEACO,OAAO;iCACtC,MAAM;CACpC,CAAC;AAEF;;GAEG;AACH,oBAAY,0BAA0B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpF;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,iCAAoC,EAAE,MAAM,EAAE,0BAA0B,GAAG,mBAAmB,CA2CxI"}
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/configurableui/state.ts"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,EAAE,YAAY,EAAgB,MAAM,mBAAmB,CAAC;AAK/D;;;GAGG;AACH,oBAAY,sBAAsB;IAChC,WAAW,gCAAgC;IAC3C,QAAQ,6BAA6B;IACrC,aAAa,kCAAkC;IAC/C,gBAAgB,sCAAsC;IACtD,kBAAkB,wCAAwC;IAC1D,iBAAiB,wCAAwC;IACzD,0BAA0B,qDAAqD;IAC/E,qBAAqB,4CAA4C;IACjE,mBAAmB,6CAA6C;IAChE,0BAA0B,uDAAuD;IACjF,iBAAiB,uCAAuC;CACzD;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,cAAc,EAAE,OAAO,CAAC;IACxB,0BAA0B,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,0BAA0B,EAAE,OAAO,CAAC;IACpC,cAAc,EAAE,MAAM,CAAC;CACxB;AAiBD;;GAEG;AACH,eAAO,MAAM,qBAAqB;4BACR,MAAM;sBAGpB,MAAM;gCAGD,MAAM;gCAGT,MAAM;0CACoB,OAAO;wCACT,OAAO;kDACG,OAAO;gDACT,OAAO;kDACL,OAAO;gEACO,OAAO;iCACtC,MAAM;CACpC,CAAC;AAEF;;GAEG;AACH,oBAAY,0BAA0B,GAAG,YAAY,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpF;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,iCAAoC,EAAE,MAAM,EAAE,0BAA0B,GAAG,mBAAmB,CAuCxI"}