@itwin/appui-react 4.0.0-dev.9 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1968) hide show
  1. package/CHANGELOG.md +233 -1
  2. package/README.md +2 -2
  3. package/lib/cjs/appui-react/UiFramework.d.ts +261 -269
  4. package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
  5. package/lib/cjs/appui-react/UiFramework.js +541 -557
  6. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  7. package/lib/cjs/appui-react/_variables.scss +11 -12
  8. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  9. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js +74 -74
  10. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  11. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  12. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js +39 -39
  13. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  14. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.scss +14 -14
  15. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  16. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +216 -216
  17. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  18. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  19. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  20. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts.map +1 -1
  21. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js +126 -122
  22. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  23. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +55 -61
  24. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  25. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +110 -110
  26. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  27. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  28. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js +64 -64
  29. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  30. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  31. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js +9 -9
  32. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  33. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  34. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js +44 -44
  35. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  36. package/lib/cjs/appui-react/accudraw/Calculator.d.ts +46 -46
  37. package/lib/cjs/appui-react/accudraw/Calculator.d.ts.map +1 -1
  38. package/lib/cjs/appui-react/accudraw/Calculator.js +218 -217
  39. package/lib/cjs/appui-react/accudraw/Calculator.js.map +1 -1
  40. package/lib/cjs/appui-react/accudraw/Calculator.scss +84 -86
  41. package/lib/cjs/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  42. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js +195 -195
  43. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  44. package/lib/cjs/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  45. package/lib/cjs/appui-react/accudraw/CalculatorPopup.js +41 -41
  46. package/lib/cjs/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  47. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  48. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js +231 -231
  49. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  50. package/lib/cjs/appui-react/accudraw/MenuButton.d.ts +30 -30
  51. package/lib/cjs/appui-react/accudraw/MenuButton.d.ts.map +1 -1
  52. package/lib/cjs/appui-react/accudraw/MenuButton.js +67 -66
  53. package/lib/cjs/appui-react/accudraw/MenuButton.js.map +1 -1
  54. package/lib/cjs/appui-react/accudraw/MenuButton.scss +18 -18
  55. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  56. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js +37 -37
  57. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  58. package/lib/cjs/appui-react/accudraw/SquareButton.d.ts +14 -14
  59. package/lib/cjs/appui-react/accudraw/SquareButton.js +26 -26
  60. package/lib/cjs/appui-react/accudraw/SquareButton.js.map +1 -1
  61. package/lib/cjs/appui-react/accudraw/SquareButton.scss +29 -44
  62. package/lib/cjs/appui-react/accudraw/backspace.svg +9 -9
  63. package/lib/cjs/appui-react/accudraw/constraint-2d.svg +11 -11
  64. package/lib/cjs/appui-react/accudraw/height-2.svg +10 -10
  65. package/lib/cjs/appui-react/accudraw/height.svg +11 -11
  66. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts +27 -27
  67. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  68. package/lib/cjs/appui-react/backstage/BackstageComposer.js +139 -142
  69. package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
  70. package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts +28 -29
  71. package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts.map +1 -1
  72. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +54 -55
  73. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  74. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts +59 -28
  75. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  76. package/lib/cjs/appui-react/backstage/BackstageItem.js +24 -25
  77. package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -1
  78. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +14 -13
  79. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  80. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +44 -44
  81. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  82. package/lib/cjs/appui-react/backstage/BackstageItemsManager.d.ts +39 -0
  83. package/lib/cjs/appui-react/backstage/BackstageItemsManager.d.ts.map +1 -0
  84. package/lib/cjs/appui-react/backstage/BackstageItemsManager.js +130 -0
  85. package/lib/cjs/appui-react/backstage/BackstageItemsManager.js.map +1 -0
  86. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +35 -35
  87. package/lib/cjs/appui-react/backstage/BackstageManager.js +77 -77
  88. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  89. package/lib/cjs/appui-react/backstage/InternalBackstageManager.d.ts +22 -22
  90. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js +55 -55
  91. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js.map +1 -1
  92. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts +9 -8
  93. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts.map +1 -1
  94. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +32 -36
  95. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  96. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +9 -9
  97. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  98. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +41 -45
  99. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  100. package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts +7 -7
  101. package/lib/cjs/appui-react/childwindow/CopyStyles.js +42 -42
  102. package/lib/cjs/appui-react/childwindow/CopyStyles.js.map +1 -1
  103. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts +71 -71
  104. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  105. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js +228 -229
  106. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  107. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.scss +14 -14
  108. package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  109. package/lib/cjs/appui-react/childwindow/PopoutWidget.js +19 -19
  110. package/lib/cjs/appui-react/childwindow/PopoutWidget.js.map +1 -1
  111. package/lib/cjs/appui-react/childwindow/PopoutWidget.scss +10 -10
  112. package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  113. package/lib/cjs/appui-react/configurableui/ActivityTracker.js +71 -71
  114. package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
  115. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  116. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +59 -59
  117. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  118. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  119. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
  120. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +95 -95
  121. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  122. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts +81 -81
  123. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js +154 -154
  124. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  125. package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts +33 -33
  126. package/lib/cjs/appui-react/configurableui/TimeTracker.js +80 -81
  127. package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
  128. package/lib/cjs/appui-react/configurableui/configurableui.scss +74 -78
  129. package/lib/cjs/appui-react/configurableui/state.d.ts +61 -61
  130. package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
  131. package/lib/cjs/appui-react/configurableui/state.js +111 -111
  132. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  133. package/lib/cjs/appui-react/content/ContentControl.d.ts +64 -64
  134. package/lib/cjs/appui-react/content/ContentControl.js +78 -78
  135. package/lib/cjs/appui-react/content/ContentControl.js.map +1 -1
  136. package/lib/cjs/appui-react/content/ContentGroup.d.ts +93 -93
  137. package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
  138. package/lib/cjs/appui-react/content/ContentGroup.js +174 -174
  139. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  140. package/lib/cjs/appui-react/content/ContentLayout.d.ts +90 -90
  141. package/lib/cjs/appui-react/content/ContentLayout.js +367 -372
  142. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  143. package/lib/cjs/appui-react/content/ContentLayout.scss +99 -99
  144. package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  145. package/lib/cjs/appui-react/content/DefaultViewOverlay.js +49 -50
  146. package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
  147. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +46 -43
  148. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +31 -27
  149. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  150. package/lib/cjs/appui-react/content/FloatingViewportContent.js +78 -82
  151. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  152. package/lib/cjs/appui-react/content/IModelViewport.d.ts +80 -80
  153. package/lib/cjs/appui-react/content/IModelViewport.d.ts.map +1 -1
  154. package/lib/cjs/appui-react/content/IModelViewport.js +147 -154
  155. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  156. package/lib/cjs/appui-react/content/InternalContentLayoutManager.d.ts +47 -47
  157. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js +94 -95
  158. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js.map +1 -1
  159. package/lib/cjs/appui-react/content/InternalContentViewManager.d.ts +79 -79
  160. package/lib/cjs/appui-react/content/InternalContentViewManager.js +209 -209
  161. package/lib/cjs/appui-react/content/InternalContentViewManager.js.map +1 -1
  162. package/lib/cjs/appui-react/content/StageContentLayout.d.ts +35 -35
  163. package/lib/cjs/appui-react/content/StageContentLayout.js +66 -66
  164. package/lib/cjs/appui-react/content/StageContentLayout.js.map +1 -1
  165. package/lib/cjs/appui-react/content/ViewStateHelper.d.ts +25 -25
  166. package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
  167. package/lib/cjs/appui-react/content/ViewStateHelper.js.map +1 -1
  168. package/lib/cjs/appui-react/content/ViewportContentControl.d.ts +61 -61
  169. package/lib/cjs/appui-react/content/ViewportContentControl.js +131 -131
  170. package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
  171. package/lib/cjs/appui-react/content/split-pane/Pane.d.ts +20 -20
  172. package/lib/cjs/appui-react/content/split-pane/Pane.js +42 -42
  173. package/lib/cjs/appui-react/content/split-pane/Pane.js.map +1 -1
  174. package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts +22 -22
  175. package/lib/cjs/appui-react/content/split-pane/Resizer.js +38 -38
  176. package/lib/cjs/appui-react/content/split-pane/Resizer.js.map +1 -1
  177. package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  178. package/lib/cjs/appui-react/content/split-pane/SplitPane.js +238 -242
  179. package/lib/cjs/appui-react/content/split-pane/SplitPane.js.map +1 -1
  180. package/lib/cjs/appui-react/cursor/CursorInformation.d.ts +68 -68
  181. package/lib/cjs/appui-react/cursor/CursorInformation.js +144 -144
  182. package/lib/cjs/appui-react/cursor/CursorInformation.js.map +1 -1
  183. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  184. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +75 -76
  185. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  186. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  187. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +150 -150
  188. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  189. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  190. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  191. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +325 -325
  192. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  193. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  194. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts.map +1 -1
  195. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +64 -63
  196. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  197. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  198. package/lib/cjs/appui-react/dialog/ContentDialog.d.ts +23 -23
  199. package/lib/cjs/appui-react/dialog/ContentDialog.js +67 -70
  200. package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
  201. package/lib/cjs/appui-react/dialog/ContentDialog.scss +25 -25
  202. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +12 -51
  203. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  204. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +25 -85
  205. package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
  206. package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  207. package/lib/cjs/appui-react/dialog/DialogManagerBase.js +140 -141
  208. package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
  209. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.d.ts +47 -47
  210. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js +131 -131
  211. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
  212. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.d.ts +35 -35
  213. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js +54 -54
  214. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
  215. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.d.ts +45 -45
  216. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js +119 -119
  217. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
  218. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +12 -42
  219. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  220. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +25 -68
  221. package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
  222. package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +21 -21
  223. package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
  224. package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
  225. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +12 -51
  226. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  227. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +26 -85
  228. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  229. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +42 -42
  230. package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
  231. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  232. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  233. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +81 -81
  234. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  235. package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts +61 -61
  236. package/lib/cjs/appui-react/feedback/ElementTooltip.js +131 -131
  237. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  238. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +73 -73
  239. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  240. package/lib/cjs/appui-react/feedback/ValidationTextbox.js +115 -114
  241. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  242. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +50 -54
  243. package/lib/cjs/appui-react/framework/FrameworkBackstage.d.ts +43 -43
  244. package/lib/cjs/appui-react/framework/FrameworkBackstage.js +9 -9
  245. package/lib/cjs/appui-react/framework/FrameworkBackstage.js.map +1 -1
  246. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts +75 -75
  247. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  248. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js +9 -9
  249. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  250. package/lib/cjs/appui-react/framework/FrameworkContent.d.ts +154 -154
  251. package/lib/cjs/appui-react/framework/FrameworkContent.js +30 -30
  252. package/lib/cjs/appui-react/framework/FrameworkContent.js.map +1 -1
  253. package/lib/cjs/appui-react/framework/FrameworkControls.d.ts +42 -42
  254. package/lib/cjs/appui-react/framework/FrameworkControls.js +2 -2
  255. package/lib/cjs/appui-react/framework/FrameworkControls.js.map +1 -1
  256. package/lib/cjs/appui-react/framework/FrameworkDialogs.d.ts +78 -78
  257. package/lib/cjs/appui-react/framework/FrameworkDialogs.js +23 -23
  258. package/lib/cjs/appui-react/framework/FrameworkDialogs.js.map +1 -1
  259. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts +289 -285
  260. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
  261. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js +63 -63
  262. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  263. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +99 -99
  264. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js +2 -2
  265. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
  266. package/lib/cjs/appui-react/framework/FrameworkToolSettings.d.ts +51 -51
  267. package/lib/cjs/appui-react/framework/FrameworkToolSettings.js +17 -17
  268. package/lib/cjs/appui-react/framework/FrameworkToolSettings.js.map +1 -1
  269. package/lib/cjs/appui-react/framework/FrameworkVisibility.d.ts +36 -36
  270. package/lib/cjs/appui-react/framework/FrameworkVisibility.js +2 -2
  271. package/lib/cjs/appui-react/framework/FrameworkVisibility.js.map +1 -1
  272. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +44 -39
  273. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts.map +1 -1
  274. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js +9 -9
  275. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  276. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +207 -205
  277. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  278. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +849 -825
  279. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  280. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  281. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
  282. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  283. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts +238 -234
  284. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
  285. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js +512 -508
  286. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  287. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
  288. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  289. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +46 -44
  290. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  291. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +80 -83
  292. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  293. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  294. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +86 -87
  295. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  296. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +11 -13
  297. package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts +13 -12
  298. package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts.map +1 -1
  299. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +33 -30
  300. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  301. package/lib/cjs/appui-react/frontstage/StageUsage.d.ts +15 -14
  302. package/lib/cjs/appui-react/frontstage/StageUsage.d.ts.map +1 -1
  303. package/lib/cjs/appui-react/frontstage/StageUsage.js +23 -16
  304. package/lib/cjs/appui-react/frontstage/StageUsage.js.map +1 -1
  305. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +70 -65
  306. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  307. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +78 -78
  308. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  309. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  310. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +37 -37
  311. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  312. package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts +7 -7
  313. package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
  314. package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
  315. package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts +8 -8
  316. package/lib/cjs/appui-react/hooks/useActiveViewport.js +46 -46
  317. package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
  318. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  319. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +67 -71
  320. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  321. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  322. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts.map +1 -1
  323. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +26 -30
  324. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  325. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  326. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
  327. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  328. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  329. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +67 -71
  330. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  331. package/lib/cjs/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  332. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js +60 -65
  333. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  334. package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts +5 -5
  335. package/lib/cjs/appui-react/hooks/useUiVisibility.js +26 -26
  336. package/lib/cjs/appui-react/hooks/useUiVisibility.js.map +1 -1
  337. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +39 -39
  338. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +111 -111
  339. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
  340. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +64 -96
  341. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  342. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +176 -230
  343. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  344. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  345. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +95 -95
  346. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  347. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +9 -9
  348. package/lib/cjs/appui-react/messages/ActivityMessage.js +77 -79
  349. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  350. package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts +74 -74
  351. package/lib/cjs/appui-react/messages/AppNotificationManager.js +125 -125
  352. package/lib/cjs/appui-react/messages/AppNotificationManager.js.map +1 -1
  353. package/lib/cjs/appui-react/messages/HollowIcon.d.ts +9 -9
  354. package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
  355. package/lib/cjs/appui-react/messages/HollowIcon.js.map +1 -1
  356. package/lib/cjs/appui-react/messages/InputField.d.ts +37 -37
  357. package/lib/cjs/appui-react/messages/InputField.d.ts.map +1 -1
  358. package/lib/cjs/appui-react/messages/InputField.js +92 -91
  359. package/lib/cjs/appui-react/messages/InputField.js.map +1 -1
  360. package/lib/cjs/appui-react/messages/InputField.scss +82 -82
  361. package/lib/cjs/appui-react/messages/MessageLabel.d.ts +12 -12
  362. package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
  363. package/lib/cjs/appui-react/messages/MessageLabel.js.map +1 -1
  364. package/lib/cjs/appui-react/messages/MessageManager.d.ts +253 -244
  365. package/lib/cjs/appui-react/messages/MessageManager.d.ts.map +1 -1
  366. package/lib/cjs/appui-react/messages/MessageManager.js +465 -441
  367. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  368. package/lib/cjs/appui-react/messages/MessageSpan.d.ts +14 -14
  369. package/lib/cjs/appui-react/messages/MessageSpan.js +22 -22
  370. package/lib/cjs/appui-react/messages/MessageSpan.js.map +1 -1
  371. package/lib/cjs/appui-react/messages/Pointer.d.ts +69 -69
  372. package/lib/cjs/appui-react/messages/Pointer.d.ts.map +1 -1
  373. package/lib/cjs/appui-react/messages/Pointer.js +173 -173
  374. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  375. package/lib/cjs/appui-react/messages/Pointer.scss +42 -42
  376. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  377. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
  378. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +68 -68
  379. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  380. package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts +24 -24
  381. package/lib/cjs/appui-react/messages/StatusMessageManager.js +55 -55
  382. package/lib/cjs/appui-react/messages/StatusMessageManager.js.map +1 -1
  383. package/lib/cjs/appui-react/messages/getToastCategory.d.ts +6 -6
  384. package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
  385. package/lib/cjs/appui-react/messages/getToastCategory.js.map +1 -1
  386. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  387. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +26 -26
  388. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  389. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  390. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +26 -26
  391. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  392. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  393. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +34 -34
  394. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  395. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  396. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  397. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +187 -184
  398. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  399. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +67 -87
  400. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  401. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts.map +1 -1
  402. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +151 -149
  403. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  404. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  405. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  406. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  407. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +113 -104
  408. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  409. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  410. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +114 -111
  411. package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
  412. package/lib/cjs/appui-react/pickers/ListPicker.js +197 -194
  413. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  414. package/lib/cjs/appui-react/pickers/ListPicker.scss +306 -299
  415. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +95 -90
  416. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  417. package/lib/cjs/appui-react/pickers/ViewSelector.js +267 -250
  418. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  419. package/lib/cjs/appui-react/popup/CardPopup.d.ts +48 -48
  420. package/lib/cjs/appui-react/popup/CardPopup.js +90 -89
  421. package/lib/cjs/appui-react/popup/CardPopup.js.map +1 -1
  422. package/lib/cjs/appui-react/popup/CardPopup.scss +25 -25
  423. package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  424. package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
  425. package/lib/cjs/appui-react/popup/HTMLElementPopup.js.map +1 -1
  426. package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts +38 -38
  427. package/lib/cjs/appui-react/popup/InputEditorPopup.js +57 -57
  428. package/lib/cjs/appui-react/popup/InputEditorPopup.js.map +1 -1
  429. package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  430. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +252 -253
  431. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  432. package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -30
  433. package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  434. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
  435. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  436. package/lib/cjs/appui-react/popup/PopupManager.d.ts +105 -105
  437. package/lib/cjs/appui-react/popup/PopupManager.d.ts.map +1 -1
  438. package/lib/cjs/appui-react/popup/PopupManager.js +231 -232
  439. package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
  440. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +28 -28
  441. package/lib/cjs/appui-react/popup/PositionPopup.js +48 -48
  442. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  443. package/lib/cjs/appui-react/popup/PositionPopup.scss +28 -28
  444. package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  445. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
  446. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  447. package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts +35 -34
  448. package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts.map +1 -1
  449. package/lib/cjs/appui-react/popup/ToolbarPopup.js +58 -57
  450. package/lib/cjs/appui-react/popup/ToolbarPopup.js.map +1 -1
  451. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +22 -22
  452. package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
  453. package/lib/cjs/appui-react/redux/FrameworkState.js.map +1 -1
  454. package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts +36 -36
  455. package/lib/cjs/appui-react/redux/ReducerRegistry.js +60 -60
  456. package/lib/cjs/appui-react/redux/ReducerRegistry.js.map +1 -1
  457. package/lib/cjs/appui-react/redux/SessionState.d.ts +103 -103
  458. package/lib/cjs/appui-react/redux/SessionState.d.ts.map +1 -1
  459. package/lib/cjs/appui-react/redux/SessionState.js +130 -130
  460. package/lib/cjs/appui-react/redux/SessionState.js.map +1 -1
  461. package/lib/cjs/appui-react/redux/StateManager.d.ts +43 -43
  462. package/lib/cjs/appui-react/redux/StateManager.js +97 -97
  463. package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
  464. package/lib/cjs/appui-react/redux/connectIModel.d.ts +26 -26
  465. package/lib/cjs/appui-react/redux/connectIModel.js +94 -94
  466. package/lib/cjs/appui-react/redux/connectIModel.js.map +1 -1
  467. package/lib/cjs/appui-react/redux/redux-ts.d.ts +197 -197
  468. package/lib/cjs/appui-react/redux/redux-ts.d.ts.map +1 -1
  469. package/lib/cjs/appui-react/redux/redux-ts.js +36 -36
  470. package/lib/cjs/appui-react/redux/redux-ts.js.map +1 -1
  471. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +10 -10
  472. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +16 -16
  473. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  474. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
  475. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js +15 -15
  476. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
  477. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
  478. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +21 -21
  479. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  480. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +265 -306
  481. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  482. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +548 -695
  483. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  484. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  485. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  486. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +209 -199
  487. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  488. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  489. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  490. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +200 -201
  491. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  492. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
  493. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  494. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
  495. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  496. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
  497. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +192 -192
  498. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  499. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +65 -66
  500. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
  501. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +48 -48
  502. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  503. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts +11 -11
  504. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts.map +1 -1
  505. package/lib/cjs/appui-react/shared/AnyItemDef.js +9 -9
  506. package/lib/cjs/appui-react/shared/AnyItemDef.js.map +1 -1
  507. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  508. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts.map +1 -1
  509. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +9 -9
  510. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  511. package/lib/cjs/appui-react/shared/CommandItemDef.d.ts +16 -16
  512. package/lib/cjs/appui-react/shared/CommandItemDef.js +35 -35
  513. package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
  514. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +17 -17
  515. package/lib/cjs/appui-react/shared/CustomItemDef.js +32 -32
  516. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  517. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +12 -12
  518. package/lib/cjs/appui-react/shared/CustomItemProps.js +9 -9
  519. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  520. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +19 -19
  521. package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
  522. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  523. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +58 -58
  524. package/lib/cjs/appui-react/shared/ItemDefBase.js +78 -78
  525. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  526. package/lib/cjs/appui-react/shared/ItemMap.d.ts +21 -21
  527. package/lib/cjs/appui-react/shared/ItemMap.js +51 -51
  528. package/lib/cjs/appui-react/shared/ItemMap.js.map +1 -1
  529. package/lib/cjs/appui-react/shared/ItemProps.d.ts +48 -48
  530. package/lib/cjs/appui-react/shared/ItemProps.d.ts.map +1 -1
  531. package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
  532. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  533. package/lib/cjs/appui-react/shared/MenuItem.d.ts +36 -36
  534. package/lib/cjs/appui-react/shared/MenuItem.d.ts.map +1 -1
  535. package/lib/cjs/appui-react/shared/MenuItem.js +112 -112
  536. package/lib/cjs/appui-react/shared/MenuItem.js.map +1 -1
  537. package/lib/cjs/appui-react/shared/SelectionScope.d.ts +13 -13
  538. package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
  539. package/lib/cjs/appui-react/shared/SelectionScope.js.map +1 -1
  540. package/lib/cjs/appui-react/shared/ToolItemDef.d.ts +17 -17
  541. package/lib/cjs/appui-react/shared/ToolItemDef.d.ts.map +1 -1
  542. package/lib/cjs/appui-react/shared/ToolItemDef.js +39 -39
  543. package/lib/cjs/appui-react/shared/ToolItemDef.js.map +1 -1
  544. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
  545. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  546. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +9 -9
  547. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  548. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +108 -265
  549. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  550. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +246 -220
  551. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  552. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
  553. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts.map +1 -1
  554. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +20 -15
  555. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  556. package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts +10 -12
  557. package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts.map +1 -1
  558. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +18 -15
  559. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js.map +1 -1
  560. package/lib/cjs/appui-react/statusbar/Field.d.ts +22 -0
  561. package/lib/cjs/appui-react/statusbar/Field.d.ts.map +1 -0
  562. package/lib/cjs/appui-react/statusbar/Field.js +26 -0
  563. package/lib/cjs/appui-react/statusbar/Field.js.map +1 -0
  564. package/lib/{esm/appui-react/statusbar/Indicator.scss → cjs/appui-react/statusbar/Field.scss} +109 -110
  565. package/lib/cjs/appui-react/statusbar/Indicator.d.ts +24 -25
  566. package/lib/cjs/appui-react/statusbar/Indicator.d.ts.map +1 -1
  567. package/lib/cjs/appui-react/statusbar/Indicator.js +28 -35
  568. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  569. package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  570. package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts.map +1 -1
  571. package/lib/cjs/appui-react/statusbar/LabelIndicator.js +28 -29
  572. package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
  573. package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +43 -43
  574. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +19 -19
  575. package/lib/cjs/appui-react/statusbar/Overflow.js +29 -29
  576. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  577. package/lib/cjs/appui-react/statusbar/Overflow.scss +27 -27
  578. package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  579. package/lib/cjs/appui-react/statusbar/OverflowPanel.js +22 -22
  580. package/lib/cjs/appui-react/statusbar/OverflowPanel.js.map +1 -1
  581. package/lib/cjs/appui-react/statusbar/OverflowPanel.scss +22 -22
  582. package/lib/cjs/appui-react/statusbar/Popup.d.ts +10 -0
  583. package/lib/cjs/appui-react/statusbar/Popup.d.ts.map +1 -0
  584. package/lib/cjs/appui-react/statusbar/Popup.js +20 -0
  585. package/lib/cjs/appui-react/statusbar/Popup.js.map +1 -0
  586. package/lib/cjs/appui-react/statusbar/Separator.d.ts +10 -10
  587. package/lib/cjs/appui-react/statusbar/Separator.js +21 -21
  588. package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
  589. package/lib/cjs/appui-react/statusbar/Separator.scss +12 -14
  590. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +77 -62
  591. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  592. package/lib/cjs/appui-react/statusbar/StatusBar.js +143 -129
  593. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  594. package/lib/cjs/appui-react/statusbar/StatusBar.scss +41 -43
  595. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  596. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  597. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +282 -283
  598. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  599. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +98 -66
  600. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  601. package/lib/cjs/appui-react/statusbar/StatusBarItem.js +61 -48
  602. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  603. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +24 -32
  604. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  605. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +60 -52
  606. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  607. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +40 -0
  608. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -0
  609. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +135 -0
  610. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -0
  611. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
  612. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  613. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +23 -23
  614. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  615. package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts +20 -20
  616. package/lib/cjs/appui-react/statusbar/dialog/Button.js +19 -19
  617. package/lib/cjs/appui-react/statusbar/dialog/Button.js.map +1 -1
  618. package/lib/cjs/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  619. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +30 -30
  620. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  621. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  622. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +19 -19
  623. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  624. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts +9 -8
  625. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts.map +1 -1
  626. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +32 -37
  627. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  628. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +9 -9
  629. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  630. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +50 -50
  631. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  632. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +9 -9
  633. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  634. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +61 -59
  635. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  636. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +46 -46
  637. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  638. package/lib/cjs/appui-react/statusfields/MessageCenter.js +126 -123
  639. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  640. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +16 -16
  641. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  642. package/lib/cjs/appui-react/statusfields/SectionsField.js +80 -77
  643. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  644. package/lib/cjs/appui-react/statusfields/SectionsField.scss +35 -36
  645. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  646. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  647. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +48 -47
  648. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  649. package/lib/cjs/appui-react/statusfields/SelectionInfo.scss +14 -14
  650. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +30 -37
  651. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  652. package/lib/cjs/appui-react/statusfields/SelectionScope.js +59 -66
  653. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  654. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +46 -46
  655. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +22 -41
  656. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  657. package/lib/cjs/appui-react/statusfields/SnapMode.js +97 -88
  658. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  659. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +30 -30
  660. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  661. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +93 -92
  662. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  663. package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +10 -14
  664. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  665. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +91 -91
  666. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  667. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
  668. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
  669. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  670. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +443 -442
  671. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  672. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
  673. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +81 -79
  674. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  675. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +204 -222
  676. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  677. package/lib/cjs/appui-react/theme/ThemeManager.d.ts +55 -55
  678. package/lib/cjs/appui-react/theme/ThemeManager.d.ts.map +1 -1
  679. package/lib/cjs/appui-react/theme/ThemeManager.js +95 -97
  680. package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
  681. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  682. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +52 -52
  683. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  684. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  685. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
  686. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  687. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  688. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +65 -65
  689. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  690. package/lib/cjs/appui-react/toolbar/DragInteraction.d.ts +8 -8
  691. package/lib/cjs/appui-react/toolbar/DragInteraction.js +15 -15
  692. package/lib/cjs/appui-react/toolbar/DragInteraction.js.map +1 -1
  693. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +37 -37
  694. package/lib/cjs/appui-react/toolbar/GroupItem.js +76 -76
  695. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  696. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts +32 -0
  697. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts.map +1 -0
  698. package/lib/cjs/appui-react/toolbar/Toolbar.js +26 -0
  699. package/lib/cjs/appui-react/toolbar/Toolbar.js.map +1 -0
  700. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +19 -20
  701. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  702. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +220 -224
  703. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  704. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +22 -26
  705. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  706. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +128 -138
  707. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  708. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +103 -52
  709. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
  710. package/lib/cjs/appui-react/toolbar/ToolbarItem.js +51 -40
  711. package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -1
  712. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts +15 -13
  713. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -1
  714. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +52 -27
  715. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
  716. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.d.ts +46 -0
  717. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.d.ts.map +1 -0
  718. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.js +248 -0
  719. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.js.map +1 -0
  720. package/lib/cjs/appui-react/toolbar/ToolbarWithOverflow.d.ts +34 -0
  721. package/lib/cjs/appui-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -0
  722. package/lib/cjs/appui-react/toolbar/ToolbarWithOverflow.js +26 -0
  723. package/lib/cjs/appui-react/toolbar/ToolbarWithOverflow.js.map +1 -0
  724. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.d.ts +8 -0
  725. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.d.ts.map +1 -0
  726. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js +26 -0
  727. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js.map +1 -0
  728. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts +9 -8
  729. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts.map +1 -1
  730. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +32 -36
  731. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  732. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +9 -9
  733. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  734. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +48 -52
  735. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  736. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
  737. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  738. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +365 -367
  739. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  740. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  741. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +30 -30
  742. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  743. package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  744. package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts.map +1 -1
  745. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +32 -30
  746. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  747. package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  748. package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts.map +1 -1
  749. package/lib/cjs/appui-react/tools/OpenSettingsTool.js +34 -32
  750. package/lib/cjs/appui-react/tools/OpenSettingsTool.js.map +1 -1
  751. package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  752. package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts.map +1 -1
  753. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +62 -60
  754. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  755. package/lib/cjs/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  756. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +46 -46
  757. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  758. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  759. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
  760. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js +73 -72
  761. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  762. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.d.ts +49 -49
  763. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js +123 -123
  764. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
  765. package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts +14 -14
  766. package/lib/cjs/appui-react/toolsettings/ToolInformation.js +43 -43
  767. package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +1 -1
  768. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
  769. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js +38 -38
  770. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
  771. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts +34 -0
  772. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -0
  773. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.js +509 -0
  774. package/lib/cjs/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -0
  775. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +27 -10
  776. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
  777. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js +73 -19
  778. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
  779. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts +9 -8
  780. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -1
  781. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js +9 -9
  782. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
  783. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +64 -62
  784. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  785. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +47 -103
  786. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  787. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +38 -36
  788. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  789. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +85 -86
  790. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  791. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +25 -24
  792. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
  793. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +41 -67
  794. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  795. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +34 -33
  796. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts.map +1 -1
  797. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +52 -52
  798. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  799. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +25 -24
  800. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  801. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +41 -77
  802. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  803. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +32 -31
  804. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  805. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +61 -69
  806. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  807. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts +93 -23
  808. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  809. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +198 -18
  810. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  811. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts +26 -8
  812. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -1
  813. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js +9 -9
  814. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
  815. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.d.ts +7 -0
  816. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.d.ts.map +1 -0
  817. package/lib/{esm/appui-react/content/FloatingViewportContent.css → cjs/appui-react/ui-items-provider/isProviderItem.js} +16 -9
  818. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.js.map +1 -0
  819. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  820. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +344 -344
  821. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  822. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  823. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +206 -206
  824. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  825. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  826. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +53 -53
  827. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  828. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +212 -213
  829. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +49 -49
  830. package/lib/cjs/appui-react/uistate/AppUiSettings.js +89 -89
  831. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  832. package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  833. package/lib/cjs/appui-react/uistate/useUiStateStorage.js +38 -38
  834. package/lib/cjs/appui-react/uistate/useUiStateStorage.js.map +1 -1
  835. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.d.ts +83 -83
  836. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -1
  837. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js +197 -197
  838. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
  839. package/lib/cjs/appui-react/utils/PropsHelper.d.ts +21 -20
  840. package/lib/cjs/appui-react/utils/PropsHelper.d.ts.map +1 -1
  841. package/lib/cjs/appui-react/utils/PropsHelper.js +68 -66
  842. package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
  843. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  844. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +60 -60
  845. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  846. package/lib/cjs/appui-react/utils/ViewUtilities.d.ts +66 -66
  847. package/lib/cjs/appui-react/utils/ViewUtilities.js +98 -98
  848. package/lib/cjs/appui-react/utils/ViewUtilities.js.map +1 -1
  849. package/lib/cjs/appui-react/widget-panels/Content.d.ts +6 -6
  850. package/lib/cjs/appui-react/widget-panels/Content.d.ts.map +1 -1
  851. package/lib/cjs/appui-react/widget-panels/Content.js +57 -60
  852. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  853. package/lib/cjs/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  854. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +18 -18
  855. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  856. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +125 -125
  857. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  858. package/lib/cjs/appui-react/widget-panels/Frontstage.js +1083 -1089
  859. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  860. package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -19
  861. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  862. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
  863. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  864. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  865. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +38 -38
  866. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  867. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts +8 -8
  868. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  869. package/lib/cjs/appui-react/widget-panels/StatusBar.js +28 -27
  870. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  871. package/lib/cjs/appui-react/widget-panels/StatusBar.scss +10 -10
  872. package/lib/cjs/appui-react/widget-panels/Tab.d.ts +10 -10
  873. package/lib/cjs/appui-react/widget-panels/Tab.js +34 -34
  874. package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
  875. package/lib/cjs/appui-react/widget-panels/Tab.scss +14 -14
  876. package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  877. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +148 -156
  878. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  879. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +41 -41
  880. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts +7 -7
  881. package/lib/cjs/appui-react/widget-panels/Toolbars.js +23 -24
  882. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  883. package/lib/cjs/appui-react/widget-panels/Toolbars.scss +20 -20
  884. package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts +7 -7
  885. package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
  886. package/lib/cjs/appui-react/widget-panels/useTransientState.js.map +1 -1
  887. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  888. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +29 -29
  889. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  890. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts +22 -21
  891. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  892. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +51 -51
  893. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  894. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  895. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts.map +1 -1
  896. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +60 -60
  897. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  898. package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  899. package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts.map +1 -1
  900. package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
  901. package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
  902. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  903. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +48 -48
  904. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  905. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  906. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +105 -105
  907. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  908. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  909. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +29 -29
  910. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  911. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  912. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +42 -42
  913. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  914. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
  915. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +15 -15
  916. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  917. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  918. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
  919. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  920. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  921. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +36 -36
  922. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  923. package/lib/cjs/appui-react/widgets/Widget.d.ts +39 -0
  924. package/lib/cjs/appui-react/widgets/Widget.d.ts.map +1 -0
  925. package/lib/cjs/appui-react/widgets/{WidgetProps.js → Widget.js} +10 -10
  926. package/lib/cjs/appui-react/widgets/Widget.js.map +1 -0
  927. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +15 -25
  928. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  929. package/lib/cjs/appui-react/widgets/WidgetConfig.js +9 -9
  930. package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
  931. package/lib/cjs/appui-react/widgets/WidgetControl.d.ts +33 -33
  932. package/lib/cjs/appui-react/widgets/WidgetControl.d.ts.map +1 -1
  933. package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
  934. package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
  935. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +170 -168
  936. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  937. package/lib/cjs/appui-react/widgets/WidgetDef.js +311 -323
  938. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  939. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +41 -41
  940. package/lib/cjs/appui-react/widgets/WidgetHost.js +89 -90
  941. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  942. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +55 -55
  943. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  944. package/lib/cjs/appui-react/widgets/WidgetManager.js +106 -119
  945. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  946. package/lib/cjs/appui-react/widgets/WidgetState.d.ts +13 -12
  947. package/lib/cjs/appui-react/widgets/WidgetState.d.ts.map +1 -1
  948. package/lib/cjs/appui-react/widgets/WidgetState.js +21 -15
  949. package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -1
  950. package/lib/cjs/appui-react.d.ts +336 -341
  951. package/lib/cjs/appui-react.d.ts.map +1 -1
  952. package/lib/cjs/appui-react.js +357 -358
  953. package/lib/cjs/appui-react.js.map +1 -1
  954. package/lib/esm/appui-react/UiFramework.d.ts +261 -269
  955. package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
  956. package/lib/esm/appui-react/UiFramework.js +537 -552
  957. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  958. package/lib/esm/appui-react/_variables.scss +11 -12
  959. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  960. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
  961. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  962. package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  963. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +35 -35
  964. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  965. package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +14 -14
  966. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  967. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
  968. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  969. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  970. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  971. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts.map +1 -1
  972. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +123 -119
  973. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  974. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +55 -61
  975. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  976. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
  977. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  978. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  979. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +61 -60
  980. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  981. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  982. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +8 -8
  983. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  984. package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  985. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +40 -39
  986. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  987. package/lib/esm/appui-react/accudraw/Calculator.d.ts +46 -46
  988. package/lib/esm/appui-react/accudraw/Calculator.d.ts.map +1 -1
  989. package/lib/esm/appui-react/accudraw/Calculator.js +215 -213
  990. package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
  991. package/lib/esm/appui-react/accudraw/Calculator.scss +84 -86
  992. package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  993. package/lib/esm/appui-react/accudraw/CalculatorEngine.js +191 -191
  994. package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  995. package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  996. package/lib/esm/appui-react/accudraw/CalculatorPopup.js +37 -37
  997. package/lib/esm/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  998. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  999. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +221 -220
  1000. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  1001. package/lib/esm/appui-react/accudraw/MenuButton.d.ts +30 -30
  1002. package/lib/esm/appui-react/accudraw/MenuButton.d.ts.map +1 -1
  1003. package/lib/esm/appui-react/accudraw/MenuButton.js +63 -62
  1004. package/lib/esm/appui-react/accudraw/MenuButton.js.map +1 -1
  1005. package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -18
  1006. package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  1007. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
  1008. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  1009. package/lib/esm/appui-react/accudraw/SquareButton.d.ts +14 -14
  1010. package/lib/esm/appui-react/accudraw/SquareButton.js +22 -22
  1011. package/lib/esm/appui-react/accudraw/SquareButton.js.map +1 -1
  1012. package/lib/esm/appui-react/accudraw/SquareButton.scss +29 -44
  1013. package/lib/esm/appui-react/accudraw/backspace.svg +9 -9
  1014. package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -11
  1015. package/lib/esm/appui-react/accudraw/height-2.svg +10 -10
  1016. package/lib/esm/appui-react/accudraw/height.svg +11 -11
  1017. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +27 -27
  1018. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  1019. package/lib/esm/appui-react/backstage/BackstageComposer.js +134 -137
  1020. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  1021. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +28 -29
  1022. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts.map +1 -1
  1023. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +48 -49
  1024. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  1025. package/lib/esm/appui-react/backstage/BackstageItem.d.ts +59 -28
  1026. package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  1027. package/lib/esm/appui-react/backstage/BackstageItem.js +19 -20
  1028. package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -1
  1029. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +14 -13
  1030. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
  1031. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +41 -41
  1032. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  1033. package/lib/esm/appui-react/backstage/BackstageItemsManager.d.ts +39 -0
  1034. package/lib/esm/appui-react/backstage/BackstageItemsManager.d.ts.map +1 -0
  1035. package/lib/esm/appui-react/backstage/BackstageItemsManager.js +126 -0
  1036. package/lib/esm/appui-react/backstage/BackstageItemsManager.js.map +1 -0
  1037. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +35 -35
  1038. package/lib/esm/appui-react/backstage/BackstageManager.js +71 -71
  1039. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  1040. package/lib/esm/appui-react/backstage/InternalBackstageManager.d.ts +22 -22
  1041. package/lib/esm/appui-react/backstage/InternalBackstageManager.js +51 -51
  1042. package/lib/esm/appui-react/backstage/InternalBackstageManager.js.map +1 -1
  1043. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts +9 -8
  1044. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts.map +1 -1
  1045. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +28 -32
  1046. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  1047. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +9 -9
  1048. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  1049. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +37 -41
  1050. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  1051. package/lib/esm/appui-react/childwindow/CopyStyles.d.ts +7 -7
  1052. package/lib/esm/appui-react/childwindow/CopyStyles.js +38 -38
  1053. package/lib/esm/appui-react/childwindow/CopyStyles.js.map +1 -1
  1054. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts +71 -71
  1055. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  1056. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js +224 -225
  1057. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  1058. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.scss +14 -14
  1059. package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  1060. package/lib/esm/appui-react/childwindow/PopoutWidget.js +15 -15
  1061. package/lib/esm/appui-react/childwindow/PopoutWidget.js.map +1 -1
  1062. package/lib/esm/appui-react/childwindow/PopoutWidget.scss +10 -10
  1063. package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  1064. package/lib/esm/appui-react/configurableui/ActivityTracker.js +67 -67
  1065. package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
  1066. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  1067. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +55 -55
  1068. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  1069. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  1070. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
  1071. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +89 -89
  1072. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  1073. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts +81 -81
  1074. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js +149 -148
  1075. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  1076. package/lib/esm/appui-react/configurableui/TimeTracker.d.ts +33 -33
  1077. package/lib/esm/appui-react/configurableui/TimeTracker.js +76 -77
  1078. package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
  1079. package/lib/esm/appui-react/configurableui/configurableui.scss +74 -78
  1080. package/lib/esm/appui-react/configurableui/state.d.ts +61 -61
  1081. package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
  1082. package/lib/esm/appui-react/configurableui/state.js +107 -107
  1083. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  1084. package/lib/esm/appui-react/content/ContentControl.d.ts +64 -64
  1085. package/lib/esm/appui-react/content/ContentControl.js +72 -72
  1086. package/lib/esm/appui-react/content/ContentControl.js.map +1 -1
  1087. package/lib/esm/appui-react/content/ContentGroup.d.ts +93 -93
  1088. package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
  1089. package/lib/esm/appui-react/content/ContentGroup.js +170 -169
  1090. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  1091. package/lib/esm/appui-react/content/ContentLayout.d.ts +90 -90
  1092. package/lib/esm/appui-react/content/ContentLayout.js +360 -365
  1093. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  1094. package/lib/esm/appui-react/content/ContentLayout.scss +99 -99
  1095. package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  1096. package/lib/esm/appui-react/content/DefaultViewOverlay.js +45 -46
  1097. package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
  1098. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +46 -43
  1099. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +31 -27
  1100. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  1101. package/lib/esm/appui-react/content/FloatingViewportContent.js +72 -78
  1102. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  1103. package/lib/esm/appui-react/content/IModelViewport.d.ts +80 -80
  1104. package/lib/esm/appui-react/content/IModelViewport.d.ts.map +1 -1
  1105. package/lib/esm/appui-react/content/IModelViewport.js +142 -149
  1106. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  1107. package/lib/esm/appui-react/content/InternalContentLayoutManager.d.ts +47 -47
  1108. package/lib/esm/appui-react/content/InternalContentLayoutManager.js +91 -91
  1109. package/lib/esm/appui-react/content/InternalContentLayoutManager.js.map +1 -1
  1110. package/lib/esm/appui-react/content/InternalContentViewManager.d.ts +79 -79
  1111. package/lib/esm/appui-react/content/InternalContentViewManager.js +206 -205
  1112. package/lib/esm/appui-react/content/InternalContentViewManager.js.map +1 -1
  1113. package/lib/esm/appui-react/content/StageContentLayout.d.ts +35 -35
  1114. package/lib/esm/appui-react/content/StageContentLayout.js +62 -62
  1115. package/lib/esm/appui-react/content/StageContentLayout.js.map +1 -1
  1116. package/lib/esm/appui-react/content/ViewStateHelper.d.ts +25 -25
  1117. package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
  1118. package/lib/esm/appui-react/content/ViewStateHelper.js.map +1 -1
  1119. package/lib/esm/appui-react/content/ViewportContentControl.d.ts +61 -61
  1120. package/lib/esm/appui-react/content/ViewportContentControl.js +126 -126
  1121. package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
  1122. package/lib/esm/appui-react/content/split-pane/Pane.d.ts +20 -20
  1123. package/lib/esm/appui-react/content/split-pane/Pane.js +38 -38
  1124. package/lib/esm/appui-react/content/split-pane/Pane.js.map +1 -1
  1125. package/lib/esm/appui-react/content/split-pane/Resizer.d.ts +22 -22
  1126. package/lib/esm/appui-react/content/split-pane/Resizer.js +34 -34
  1127. package/lib/esm/appui-react/content/split-pane/Resizer.js.map +1 -1
  1128. package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  1129. package/lib/esm/appui-react/content/split-pane/SplitPane.js +234 -238
  1130. package/lib/esm/appui-react/content/split-pane/SplitPane.js.map +1 -1
  1131. package/lib/esm/appui-react/cursor/CursorInformation.d.ts +68 -68
  1132. package/lib/esm/appui-react/cursor/CursorInformation.js +140 -139
  1133. package/lib/esm/appui-react/cursor/CursorInformation.js.map +1 -1
  1134. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  1135. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +71 -72
  1136. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  1137. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  1138. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +146 -145
  1139. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  1140. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  1141. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  1142. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +319 -318
  1143. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  1144. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  1145. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts.map +1 -1
  1146. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js +60 -59
  1147. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  1148. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  1149. package/lib/esm/appui-react/dialog/ContentDialog.d.ts +23 -23
  1150. package/lib/esm/appui-react/dialog/ContentDialog.js +62 -65
  1151. package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
  1152. package/lib/esm/appui-react/dialog/ContentDialog.scss +25 -25
  1153. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +12 -51
  1154. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts.map +1 -1
  1155. package/lib/esm/appui-react/dialog/ContentDialogManager.js +21 -80
  1156. package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
  1157. package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  1158. package/lib/esm/appui-react/dialog/DialogManagerBase.js +135 -135
  1159. package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
  1160. package/lib/esm/appui-react/dialog/InternalContentDialogManager.d.ts +47 -47
  1161. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js +128 -127
  1162. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
  1163. package/lib/esm/appui-react/dialog/InternalModalDialogManager.d.ts +35 -35
  1164. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js +51 -50
  1165. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
  1166. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.d.ts +45 -45
  1167. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js +116 -115
  1168. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
  1169. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +12 -42
  1170. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts.map +1 -1
  1171. package/lib/esm/appui-react/dialog/ModalDialogManager.js +21 -63
  1172. package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
  1173. package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +21 -21
  1174. package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
  1175. package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
  1176. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +12 -51
  1177. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts.map +1 -1
  1178. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +22 -80
  1179. package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  1180. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +42 -42
  1181. package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
  1182. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  1183. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  1184. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +77 -77
  1185. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  1186. package/lib/esm/appui-react/feedback/ElementTooltip.d.ts +61 -61
  1187. package/lib/esm/appui-react/feedback/ElementTooltip.js +127 -126
  1188. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  1189. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +73 -73
  1190. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  1191. package/lib/esm/appui-react/feedback/ValidationTextbox.js +111 -110
  1192. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  1193. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +50 -54
  1194. package/lib/esm/appui-react/framework/FrameworkBackstage.d.ts +43 -43
  1195. package/lib/esm/appui-react/framework/FrameworkBackstage.js +8 -8
  1196. package/lib/esm/appui-react/framework/FrameworkBackstage.js.map +1 -1
  1197. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts +75 -75
  1198. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  1199. package/lib/esm/appui-react/framework/FrameworkChildWindows.js +8 -8
  1200. package/lib/esm/appui-react/framework/FrameworkChildWindows.js.map +1 -1
  1201. package/lib/esm/appui-react/framework/FrameworkContent.d.ts +154 -154
  1202. package/lib/esm/appui-react/framework/FrameworkContent.js +24 -24
  1203. package/lib/esm/appui-react/framework/FrameworkContent.js.map +1 -1
  1204. package/lib/esm/appui-react/framework/FrameworkControls.d.ts +42 -42
  1205. package/lib/esm/appui-react/framework/FrameworkControls.js +1 -1
  1206. package/lib/esm/appui-react/framework/FrameworkControls.js.map +1 -1
  1207. package/lib/esm/appui-react/framework/FrameworkDialogs.d.ts +78 -78
  1208. package/lib/esm/appui-react/framework/FrameworkDialogs.js +18 -18
  1209. package/lib/esm/appui-react/framework/FrameworkDialogs.js.map +1 -1
  1210. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts +289 -285
  1211. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
  1212. package/lib/esm/appui-react/framework/FrameworkFrontstages.js +52 -52
  1213. package/lib/esm/appui-react/framework/FrameworkFrontstages.js.map +1 -1
  1214. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +99 -99
  1215. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js +1 -1
  1216. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
  1217. package/lib/esm/appui-react/framework/FrameworkToolSettings.d.ts +51 -51
  1218. package/lib/esm/appui-react/framework/FrameworkToolSettings.js +13 -13
  1219. package/lib/esm/appui-react/framework/FrameworkToolSettings.js.map +1 -1
  1220. package/lib/esm/appui-react/framework/FrameworkVisibility.d.ts +36 -36
  1221. package/lib/esm/appui-react/framework/FrameworkVisibility.js +1 -1
  1222. package/lib/esm/appui-react/framework/FrameworkVisibility.js.map +1 -1
  1223. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +44 -39
  1224. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts.map +1 -1
  1225. package/lib/esm/appui-react/frontstage/FrontstageConfig.js +8 -8
  1226. package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  1227. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +207 -205
  1228. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  1229. package/lib/esm/appui-react/frontstage/FrontstageDef.js +842 -818
  1230. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  1231. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  1232. package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
  1233. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  1234. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts +238 -234
  1235. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
  1236. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js +509 -504
  1237. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  1238. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
  1239. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  1240. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +42 -40
  1241. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  1242. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +80 -83
  1243. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  1244. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  1245. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +83 -83
  1246. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  1247. package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +11 -13
  1248. package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts +13 -12
  1249. package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts.map +1 -1
  1250. package/lib/esm/appui-react/frontstage/NestedFrontstage.js +30 -26
  1251. package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  1252. package/lib/esm/appui-react/frontstage/StageUsage.d.ts +15 -14
  1253. package/lib/esm/appui-react/frontstage/StageUsage.d.ts.map +1 -1
  1254. package/lib/esm/appui-react/frontstage/StageUsage.js +20 -13
  1255. package/lib/esm/appui-react/frontstage/StageUsage.js.map +1 -1
  1256. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +70 -65
  1257. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  1258. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +74 -74
  1259. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  1260. package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  1261. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +33 -33
  1262. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  1263. package/lib/esm/appui-react/hooks/useActiveStageId.d.ts +7 -7
  1264. package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
  1265. package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
  1266. package/lib/esm/appui-react/hooks/useActiveViewport.d.ts +8 -8
  1267. package/lib/esm/appui-react/hooks/useActiveViewport.js +42 -42
  1268. package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
  1269. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  1270. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +63 -67
  1271. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  1272. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  1273. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts.map +1 -1
  1274. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +22 -26
  1275. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  1276. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  1277. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
  1278. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  1279. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  1280. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +63 -67
  1281. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  1282. package/lib/esm/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  1283. package/lib/esm/appui-react/hooks/useSolarDataProvider.js +56 -61
  1284. package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  1285. package/lib/esm/appui-react/hooks/useUiVisibility.d.ts +5 -5
  1286. package/lib/esm/appui-react/hooks/useUiVisibility.js +22 -22
  1287. package/lib/esm/appui-react/hooks/useUiVisibility.js.map +1 -1
  1288. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +39 -39
  1289. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +108 -107
  1290. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
  1291. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +64 -96
  1292. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts.map +1 -1
  1293. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +171 -224
  1294. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  1295. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  1296. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +91 -90
  1297. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  1298. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +9 -9
  1299. package/lib/esm/appui-react/messages/ActivityMessage.js +73 -75
  1300. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  1301. package/lib/esm/appui-react/messages/AppNotificationManager.d.ts +74 -74
  1302. package/lib/esm/appui-react/messages/AppNotificationManager.js +121 -121
  1303. package/lib/esm/appui-react/messages/AppNotificationManager.js.map +1 -1
  1304. package/lib/esm/appui-react/messages/HollowIcon.d.ts +9 -9
  1305. package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
  1306. package/lib/esm/appui-react/messages/HollowIcon.js.map +1 -1
  1307. package/lib/esm/appui-react/messages/InputField.d.ts +37 -37
  1308. package/lib/esm/appui-react/messages/InputField.d.ts.map +1 -1
  1309. package/lib/esm/appui-react/messages/InputField.js +88 -87
  1310. package/lib/esm/appui-react/messages/InputField.js.map +1 -1
  1311. package/lib/esm/appui-react/messages/InputField.scss +82 -82
  1312. package/lib/esm/appui-react/messages/MessageLabel.d.ts +12 -12
  1313. package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
  1314. package/lib/esm/appui-react/messages/MessageLabel.js.map +1 -1
  1315. package/lib/esm/appui-react/messages/MessageManager.d.ts +253 -244
  1316. package/lib/esm/appui-react/messages/MessageManager.d.ts.map +1 -1
  1317. package/lib/esm/appui-react/messages/MessageManager.js +454 -429
  1318. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  1319. package/lib/esm/appui-react/messages/MessageSpan.d.ts +14 -14
  1320. package/lib/esm/appui-react/messages/MessageSpan.js +17 -17
  1321. package/lib/esm/appui-react/messages/MessageSpan.js.map +1 -1
  1322. package/lib/esm/appui-react/messages/Pointer.d.ts +69 -69
  1323. package/lib/esm/appui-react/messages/Pointer.d.ts.map +1 -1
  1324. package/lib/esm/appui-react/messages/Pointer.js +169 -168
  1325. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  1326. package/lib/esm/appui-react/messages/Pointer.scss +42 -42
  1327. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  1328. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
  1329. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +63 -63
  1330. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  1331. package/lib/esm/appui-react/messages/StatusMessageManager.d.ts +24 -24
  1332. package/lib/esm/appui-react/messages/StatusMessageManager.js +51 -51
  1333. package/lib/esm/appui-react/messages/StatusMessageManager.js.map +1 -1
  1334. package/lib/esm/appui-react/messages/getToastCategory.d.ts +6 -6
  1335. package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
  1336. package/lib/esm/appui-react/messages/getToastCategory.js.map +1 -1
  1337. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  1338. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +23 -22
  1339. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  1340. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  1341. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +23 -22
  1342. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  1343. package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  1344. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +29 -29
  1345. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  1346. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  1347. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  1348. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +183 -179
  1349. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  1350. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +67 -87
  1351. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  1352. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts.map +1 -1
  1353. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +145 -142
  1354. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  1355. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  1356. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  1357. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  1358. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +109 -99
  1359. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  1360. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  1361. package/lib/esm/appui-react/pickers/ListPicker.d.ts +114 -111
  1362. package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
  1363. package/lib/esm/appui-react/pickers/ListPicker.js +190 -187
  1364. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  1365. package/lib/esm/appui-react/pickers/ListPicker.scss +306 -299
  1366. package/lib/esm/appui-react/pickers/ViewSelector.d.ts +95 -90
  1367. package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  1368. package/lib/esm/appui-react/pickers/ViewSelector.js +263 -245
  1369. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  1370. package/lib/esm/appui-react/popup/CardPopup.d.ts +48 -48
  1371. package/lib/esm/appui-react/popup/CardPopup.js +85 -84
  1372. package/lib/esm/appui-react/popup/CardPopup.js.map +1 -1
  1373. package/lib/esm/appui-react/popup/CardPopup.scss +25 -25
  1374. package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  1375. package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
  1376. package/lib/esm/appui-react/popup/HTMLElementPopup.js.map +1 -1
  1377. package/lib/esm/appui-react/popup/InputEditorPopup.d.ts +38 -38
  1378. package/lib/esm/appui-react/popup/InputEditorPopup.js +52 -52
  1379. package/lib/esm/appui-react/popup/InputEditorPopup.js.map +1 -1
  1380. package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  1381. package/lib/esm/appui-react/popup/KeyinPalettePanel.js +247 -248
  1382. package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  1383. package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -30
  1384. package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  1385. package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
  1386. package/lib/esm/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  1387. package/lib/esm/appui-react/popup/PopupManager.d.ts +105 -105
  1388. package/lib/esm/appui-react/popup/PopupManager.d.ts.map +1 -1
  1389. package/lib/esm/appui-react/popup/PopupManager.js +225 -225
  1390. package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
  1391. package/lib/esm/appui-react/popup/PositionPopup.d.ts +28 -28
  1392. package/lib/esm/appui-react/popup/PositionPopup.js +43 -43
  1393. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  1394. package/lib/esm/appui-react/popup/PositionPopup.scss +28 -28
  1395. package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  1396. package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
  1397. package/lib/esm/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  1398. package/lib/esm/appui-react/popup/ToolbarPopup.d.ts +35 -34
  1399. package/lib/esm/appui-react/popup/ToolbarPopup.d.ts.map +1 -1
  1400. package/lib/esm/appui-react/popup/ToolbarPopup.js +54 -53
  1401. package/lib/esm/appui-react/popup/ToolbarPopup.js.map +1 -1
  1402. package/lib/esm/appui-react/redux/FrameworkState.d.ts +22 -22
  1403. package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
  1404. package/lib/esm/appui-react/redux/FrameworkState.js.map +1 -1
  1405. package/lib/esm/appui-react/redux/ReducerRegistry.d.ts +36 -36
  1406. package/lib/esm/appui-react/redux/ReducerRegistry.js +56 -56
  1407. package/lib/esm/appui-react/redux/ReducerRegistry.js.map +1 -1
  1408. package/lib/esm/appui-react/redux/SessionState.d.ts +103 -103
  1409. package/lib/esm/appui-react/redux/SessionState.d.ts.map +1 -1
  1410. package/lib/esm/appui-react/redux/SessionState.js +126 -126
  1411. package/lib/esm/appui-react/redux/SessionState.js.map +1 -1
  1412. package/lib/esm/appui-react/redux/StateManager.d.ts +43 -43
  1413. package/lib/esm/appui-react/redux/StateManager.js +94 -93
  1414. package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
  1415. package/lib/esm/appui-react/redux/connectIModel.d.ts +26 -26
  1416. package/lib/esm/appui-react/redux/connectIModel.js +89 -89
  1417. package/lib/esm/appui-react/redux/connectIModel.js.map +1 -1
  1418. package/lib/esm/appui-react/redux/redux-ts.d.ts +197 -197
  1419. package/lib/esm/appui-react/redux/redux-ts.d.ts.map +1 -1
  1420. package/lib/esm/appui-react/redux/redux-ts.js +32 -32
  1421. package/lib/esm/appui-react/redux/redux-ts.js.map +1 -1
  1422. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +10 -10
  1423. package/lib/esm/appui-react/safearea/SafeAreaContext.js +13 -13
  1424. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  1425. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
  1426. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js +11 -11
  1427. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
  1428. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
  1429. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +18 -18
  1430. package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  1431. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +265 -306
  1432. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts.map +1 -1
  1433. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +545 -690
  1434. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  1435. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  1436. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  1437. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +197 -187
  1438. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  1439. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  1440. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts.map +1 -1
  1441. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +195 -196
  1442. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  1443. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
  1444. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  1445. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
  1446. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  1447. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
  1448. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +187 -187
  1449. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  1450. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +65 -66
  1451. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
  1452. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +45 -44
  1453. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  1454. package/lib/esm/appui-react/shared/AnyItemDef.d.ts +11 -11
  1455. package/lib/esm/appui-react/shared/AnyItemDef.d.ts.map +1 -1
  1456. package/lib/esm/appui-react/shared/AnyItemDef.js +8 -8
  1457. package/lib/esm/appui-react/shared/AnyItemDef.js.map +1 -1
  1458. package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  1459. package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts.map +1 -1
  1460. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +8 -8
  1461. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  1462. package/lib/esm/appui-react/shared/CommandItemDef.d.ts +16 -16
  1463. package/lib/esm/appui-react/shared/CommandItemDef.js +32 -31
  1464. package/lib/esm/appui-react/shared/CommandItemDef.js.map +1 -1
  1465. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +17 -17
  1466. package/lib/esm/appui-react/shared/CustomItemDef.js +29 -28
  1467. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  1468. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +12 -12
  1469. package/lib/esm/appui-react/shared/CustomItemProps.js +8 -8
  1470. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  1471. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +19 -19
  1472. package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
  1473. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  1474. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +58 -58
  1475. package/lib/esm/appui-react/shared/ItemDefBase.js +74 -74
  1476. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  1477. package/lib/esm/appui-react/shared/ItemMap.d.ts +21 -21
  1478. package/lib/esm/appui-react/shared/ItemMap.js +46 -46
  1479. package/lib/esm/appui-react/shared/ItemMap.js.map +1 -1
  1480. package/lib/esm/appui-react/shared/ItemProps.d.ts +48 -48
  1481. package/lib/esm/appui-react/shared/ItemProps.d.ts.map +1 -1
  1482. package/lib/esm/appui-react/shared/ItemProps.js +8 -8
  1483. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  1484. package/lib/esm/appui-react/shared/MenuItem.d.ts +36 -36
  1485. package/lib/esm/appui-react/shared/MenuItem.d.ts.map +1 -1
  1486. package/lib/esm/appui-react/shared/MenuItem.js +107 -107
  1487. package/lib/esm/appui-react/shared/MenuItem.js.map +1 -1
  1488. package/lib/esm/appui-react/shared/SelectionScope.d.ts +13 -13
  1489. package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
  1490. package/lib/esm/appui-react/shared/SelectionScope.js.map +1 -1
  1491. package/lib/esm/appui-react/shared/ToolItemDef.d.ts +17 -17
  1492. package/lib/esm/appui-react/shared/ToolItemDef.d.ts.map +1 -1
  1493. package/lib/esm/appui-react/shared/ToolItemDef.js +35 -35
  1494. package/lib/esm/appui-react/shared/ToolItemDef.js.map +1 -1
  1495. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
  1496. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  1497. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +8 -8
  1498. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  1499. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +108 -265
  1500. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  1501. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +238 -212
  1502. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  1503. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
  1504. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts.map +1 -1
  1505. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +17 -12
  1506. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  1507. package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts +10 -12
  1508. package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts.map +1 -1
  1509. package/lib/esm/appui-react/stagepanels/StagePanelSection.js +15 -12
  1510. package/lib/esm/appui-react/stagepanels/StagePanelSection.js.map +1 -1
  1511. package/lib/esm/appui-react/statusbar/Field.d.ts +22 -0
  1512. package/lib/esm/appui-react/statusbar/Field.d.ts.map +1 -0
  1513. package/lib/esm/appui-react/statusbar/Field.js +23 -0
  1514. package/lib/esm/appui-react/statusbar/Field.js.map +1 -0
  1515. package/lib/{cjs/appui-react/statusbar/Indicator.scss → esm/appui-react/statusbar/Field.scss} +109 -110
  1516. package/lib/esm/appui-react/statusbar/Indicator.d.ts +24 -25
  1517. package/lib/esm/appui-react/statusbar/Indicator.d.ts.map +1 -1
  1518. package/lib/esm/appui-react/statusbar/Indicator.js +24 -31
  1519. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  1520. package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  1521. package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts.map +1 -1
  1522. package/lib/esm/appui-react/statusbar/LabelIndicator.js +24 -25
  1523. package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
  1524. package/lib/esm/appui-react/statusbar/LabelIndicator.scss +43 -43
  1525. package/lib/esm/appui-react/statusbar/Overflow.d.ts +19 -19
  1526. package/lib/esm/appui-react/statusbar/Overflow.js +26 -26
  1527. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  1528. package/lib/esm/appui-react/statusbar/Overflow.scss +27 -27
  1529. package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  1530. package/lib/esm/appui-react/statusbar/OverflowPanel.js +18 -18
  1531. package/lib/esm/appui-react/statusbar/OverflowPanel.js.map +1 -1
  1532. package/lib/esm/appui-react/statusbar/OverflowPanel.scss +22 -22
  1533. package/lib/esm/appui-react/statusbar/Popup.d.ts +10 -0
  1534. package/lib/esm/appui-react/statusbar/Popup.d.ts.map +1 -0
  1535. package/lib/esm/appui-react/statusbar/Popup.js +16 -0
  1536. package/lib/esm/appui-react/statusbar/Popup.js.map +1 -0
  1537. package/lib/esm/appui-react/statusbar/Separator.d.ts +10 -10
  1538. package/lib/esm/appui-react/statusbar/Separator.js +17 -17
  1539. package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
  1540. package/lib/esm/appui-react/statusbar/Separator.scss +12 -14
  1541. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +77 -62
  1542. package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  1543. package/lib/esm/appui-react/statusbar/StatusBar.js +135 -121
  1544. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  1545. package/lib/esm/appui-react/statusbar/StatusBar.scss +41 -43
  1546. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  1547. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  1548. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +276 -277
  1549. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  1550. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +98 -66
  1551. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  1552. package/lib/esm/appui-react/statusbar/StatusBarItem.js +55 -41
  1553. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  1554. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +24 -32
  1555. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  1556. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +57 -48
  1557. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  1558. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +40 -0
  1559. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -0
  1560. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +131 -0
  1561. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -0
  1562. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
  1563. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  1564. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +19 -19
  1565. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  1566. package/lib/esm/appui-react/statusbar/dialog/Button.d.ts +20 -20
  1567. package/lib/esm/appui-react/statusbar/dialog/Button.js +15 -15
  1568. package/lib/esm/appui-react/statusbar/dialog/Button.js.map +1 -1
  1569. package/lib/esm/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  1570. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +26 -26
  1571. package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  1572. package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  1573. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +15 -15
  1574. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  1575. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts +9 -8
  1576. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts.map +1 -1
  1577. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +28 -33
  1578. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  1579. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +9 -9
  1580. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  1581. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +46 -46
  1582. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  1583. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +9 -9
  1584. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  1585. package/lib/esm/appui-react/statusfields/ActivityCenter.js +57 -55
  1586. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  1587. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +46 -46
  1588. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  1589. package/lib/esm/appui-react/statusfields/MessageCenter.js +122 -119
  1590. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  1591. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +16 -16
  1592. package/lib/esm/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  1593. package/lib/esm/appui-react/statusfields/SectionsField.js +76 -73
  1594. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  1595. package/lib/esm/appui-react/statusfields/SectionsField.scss +35 -36
  1596. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  1597. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  1598. package/lib/esm/appui-react/statusfields/SelectionInfo.js +45 -44
  1599. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  1600. package/lib/esm/appui-react/statusfields/SelectionInfo.scss +14 -14
  1601. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +30 -37
  1602. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  1603. package/lib/esm/appui-react/statusfields/SelectionScope.js +56 -63
  1604. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  1605. package/lib/esm/appui-react/statusfields/SelectionScope.scss +46 -46
  1606. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +22 -41
  1607. package/lib/esm/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  1608. package/lib/esm/appui-react/statusfields/SnapMode.js +94 -85
  1609. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  1610. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +30 -30
  1611. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  1612. package/lib/esm/appui-react/statusfields/ViewAttributes.js +89 -88
  1613. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  1614. package/lib/esm/appui-react/statusfields/ViewAttributes.scss +10 -14
  1615. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  1616. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +87 -87
  1617. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  1618. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
  1619. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
  1620. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  1621. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +440 -438
  1622. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  1623. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
  1624. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +81 -79
  1625. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  1626. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +201 -218
  1627. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  1628. package/lib/esm/appui-react/theme/ThemeManager.d.ts +55 -55
  1629. package/lib/esm/appui-react/theme/ThemeManager.d.ts.map +1 -1
  1630. package/lib/esm/appui-react/theme/ThemeManager.js +92 -94
  1631. package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
  1632. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  1633. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +48 -48
  1634. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  1635. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  1636. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
  1637. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  1638. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  1639. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +61 -61
  1640. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  1641. package/lib/esm/appui-react/toolbar/DragInteraction.d.ts +8 -8
  1642. package/lib/esm/appui-react/toolbar/DragInteraction.js +12 -12
  1643. package/lib/esm/appui-react/toolbar/DragInteraction.js.map +1 -1
  1644. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +37 -37
  1645. package/lib/esm/appui-react/toolbar/GroupItem.js +73 -72
  1646. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  1647. package/lib/esm/appui-react/toolbar/Toolbar.d.ts +32 -0
  1648. package/lib/esm/appui-react/toolbar/Toolbar.d.ts.map +1 -0
  1649. package/lib/esm/appui-react/toolbar/Toolbar.js +22 -0
  1650. package/lib/esm/appui-react/toolbar/Toolbar.js.map +1 -0
  1651. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +19 -20
  1652. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  1653. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +216 -220
  1654. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  1655. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +22 -26
  1656. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  1657. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +124 -134
  1658. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  1659. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +103 -52
  1660. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
  1661. package/lib/esm/appui-react/toolbar/ToolbarItem.js +45 -34
  1662. package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -1
  1663. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts +15 -13
  1664. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -1
  1665. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +49 -24
  1666. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
  1667. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.d.ts +46 -0
  1668. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.d.ts.map +1 -0
  1669. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.js +244 -0
  1670. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.js.map +1 -0
  1671. package/lib/esm/appui-react/toolbar/ToolbarWithOverflow.d.ts +34 -0
  1672. package/lib/esm/appui-react/toolbar/ToolbarWithOverflow.d.ts.map +1 -0
  1673. package/lib/esm/appui-react/toolbar/ToolbarWithOverflow.js +22 -0
  1674. package/lib/esm/appui-react/toolbar/ToolbarWithOverflow.js.map +1 -0
  1675. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.d.ts +8 -0
  1676. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.d.ts.map +1 -0
  1677. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js +22 -0
  1678. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js.map +1 -0
  1679. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts +9 -8
  1680. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts.map +1 -1
  1681. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +28 -32
  1682. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  1683. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +9 -9
  1684. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  1685. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +44 -48
  1686. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  1687. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
  1688. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  1689. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +361 -363
  1690. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1691. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  1692. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +26 -26
  1693. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  1694. package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  1695. package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts.map +1 -1
  1696. package/lib/esm/appui-react/tools/KeyinPaletteTools.js +29 -26
  1697. package/lib/esm/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  1698. package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  1699. package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts.map +1 -1
  1700. package/lib/esm/appui-react/tools/OpenSettingsTool.js +31 -28
  1701. package/lib/esm/appui-react/tools/OpenSettingsTool.js.map +1 -1
  1702. package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  1703. package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts.map +1 -1
  1704. package/lib/esm/appui-react/tools/RestoreLayoutTool.js +59 -55
  1705. package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  1706. package/lib/esm/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  1707. package/lib/esm/appui-react/tools/ToolSettingsTools.js +43 -41
  1708. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1709. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  1710. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
  1711. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js +69 -68
  1712. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  1713. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.d.ts +49 -49
  1714. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js +120 -119
  1715. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
  1716. package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts +14 -14
  1717. package/lib/esm/appui-react/toolsettings/ToolInformation.js +39 -39
  1718. package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +1 -1
  1719. package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
  1720. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js +34 -34
  1721. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
  1722. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts +34 -0
  1723. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -0
  1724. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.js +505 -0
  1725. package/lib/esm/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -0
  1726. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +27 -10
  1727. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
  1728. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js +69 -15
  1729. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
  1730. package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts +9 -8
  1731. package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -1
  1732. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js +8 -8
  1733. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
  1734. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +64 -62
  1735. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  1736. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +43 -99
  1737. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1738. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +38 -36
  1739. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  1740. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +81 -82
  1741. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1742. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +25 -24
  1743. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
  1744. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +37 -63
  1745. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  1746. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +34 -33
  1747. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts.map +1 -1
  1748. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +48 -48
  1749. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  1750. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +25 -24
  1751. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  1752. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +37 -73
  1753. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  1754. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +32 -31
  1755. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  1756. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +57 -65
  1757. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1758. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts +93 -23
  1759. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  1760. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +195 -14
  1761. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  1762. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts +26 -8
  1763. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -1
  1764. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js +8 -8
  1765. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
  1766. package/lib/esm/appui-react/ui-items-provider/isProviderItem.d.ts +7 -0
  1767. package/lib/esm/appui-react/ui-items-provider/isProviderItem.d.ts.map +1 -0
  1768. package/lib/{cjs/appui-react/content/FloatingViewportContent.css → esm/appui-react/ui-items-provider/isProviderItem.js} +12 -9
  1769. package/lib/esm/appui-react/ui-items-provider/isProviderItem.js.map +1 -0
  1770. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  1771. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +340 -340
  1772. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  1773. package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  1774. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +202 -202
  1775. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  1776. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  1777. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +47 -47
  1778. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  1779. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +212 -213
  1780. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +49 -49
  1781. package/lib/esm/appui-react/uistate/AppUiSettings.js +86 -85
  1782. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1783. package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  1784. package/lib/esm/appui-react/uistate/useUiStateStorage.js +33 -33
  1785. package/lib/esm/appui-react/uistate/useUiStateStorage.js.map +1 -1
  1786. package/lib/esm/appui-react/utils/InternalUiShowHideManager.d.ts +83 -83
  1787. package/lib/esm/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -1
  1788. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js +194 -192
  1789. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
  1790. package/lib/esm/appui-react/utils/PropsHelper.d.ts +21 -20
  1791. package/lib/esm/appui-react/utils/PropsHelper.d.ts.map +1 -1
  1792. package/lib/esm/appui-react/utils/PropsHelper.js +64 -62
  1793. package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
  1794. package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  1795. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +56 -56
  1796. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  1797. package/lib/esm/appui-react/utils/ViewUtilities.d.ts +66 -66
  1798. package/lib/esm/appui-react/utils/ViewUtilities.js +94 -94
  1799. package/lib/esm/appui-react/utils/ViewUtilities.js.map +1 -1
  1800. package/lib/esm/appui-react/widget-panels/Content.d.ts +6 -6
  1801. package/lib/esm/appui-react/widget-panels/Content.d.ts.map +1 -1
  1802. package/lib/esm/appui-react/widget-panels/Content.js +52 -55
  1803. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1804. package/lib/esm/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  1805. package/lib/esm/appui-react/widget-panels/FloatingWidget.js +14 -14
  1806. package/lib/esm/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  1807. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +125 -125
  1808. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  1809. package/lib/esm/appui-react/widget-panels/Frontstage.js +1051 -1057
  1810. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1811. package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -19
  1812. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  1813. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
  1814. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  1815. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  1816. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +33 -33
  1817. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  1818. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts +8 -8
  1819. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  1820. package/lib/esm/appui-react/widget-panels/StatusBar.js +24 -23
  1821. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1822. package/lib/esm/appui-react/widget-panels/StatusBar.scss +10 -10
  1823. package/lib/esm/appui-react/widget-panels/Tab.d.ts +10 -10
  1824. package/lib/esm/appui-react/widget-panels/Tab.js +29 -29
  1825. package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
  1826. package/lib/esm/appui-react/widget-panels/Tab.scss +14 -14
  1827. package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  1828. package/lib/esm/appui-react/widget-panels/ToolSettings.js +138 -146
  1829. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1830. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +41 -41
  1831. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts +7 -7
  1832. package/lib/esm/appui-react/widget-panels/Toolbars.js +19 -20
  1833. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1834. package/lib/esm/appui-react/widget-panels/Toolbars.scss +20 -20
  1835. package/lib/esm/appui-react/widget-panels/useTransientState.d.ts +7 -7
  1836. package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
  1837. package/lib/esm/appui-react/widget-panels/useTransientState.js.map +1 -1
  1838. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  1839. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +25 -25
  1840. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  1841. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts +22 -21
  1842. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  1843. package/lib/esm/appui-react/widgets/BackstageAppButton.js +47 -47
  1844. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  1845. package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  1846. package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts.map +1 -1
  1847. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +56 -56
  1848. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  1849. package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  1850. package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts.map +1 -1
  1851. package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
  1852. package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
  1853. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  1854. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +44 -44
  1855. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  1856. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  1857. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +100 -100
  1858. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1859. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  1860. package/lib/esm/appui-react/widgets/StableWidgetDef.js +25 -25
  1861. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  1862. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  1863. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +39 -38
  1864. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  1865. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
  1866. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +12 -12
  1867. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  1868. package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  1869. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
  1870. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  1871. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  1872. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +32 -32
  1873. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  1874. package/lib/esm/appui-react/widgets/Widget.d.ts +39 -0
  1875. package/lib/esm/appui-react/widgets/Widget.d.ts.map +1 -0
  1876. package/lib/esm/appui-react/widgets/{WidgetProps.js → Widget.js} +9 -9
  1877. package/lib/esm/appui-react/widgets/Widget.js.map +1 -0
  1878. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +15 -25
  1879. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  1880. package/lib/esm/appui-react/widgets/WidgetConfig.js +8 -8
  1881. package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
  1882. package/lib/esm/appui-react/widgets/WidgetControl.d.ts +33 -33
  1883. package/lib/esm/appui-react/widgets/WidgetControl.d.ts.map +1 -1
  1884. package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
  1885. package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
  1886. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +170 -168
  1887. package/lib/esm/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  1888. package/lib/esm/appui-react/widgets/WidgetDef.js +307 -318
  1889. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1890. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +41 -41
  1891. package/lib/esm/appui-react/widgets/WidgetHost.js +85 -86
  1892. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1893. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +55 -55
  1894. package/lib/esm/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  1895. package/lib/esm/appui-react/widgets/WidgetManager.js +101 -114
  1896. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  1897. package/lib/esm/appui-react/widgets/WidgetState.d.ts +13 -12
  1898. package/lib/esm/appui-react/widgets/WidgetState.d.ts.map +1 -1
  1899. package/lib/esm/appui-react/widgets/WidgetState.js +18 -12
  1900. package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -1
  1901. package/lib/esm/appui-react.d.ts +336 -341
  1902. package/lib/esm/appui-react.d.ts.map +1 -1
  1903. package/lib/esm/appui-react.js +341 -346
  1904. package/lib/esm/appui-react.js.map +1 -1
  1905. package/lib/public/locales/en/UiFramework.json +331 -381
  1906. package/package.json +54 -67
  1907. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +0 -74
  1908. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts.map +0 -1
  1909. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +0 -107
  1910. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +0 -1
  1911. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +0 -66
  1912. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts.map +0 -1
  1913. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +0 -93
  1914. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +0 -1
  1915. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +0 -48
  1916. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts.map +0 -1
  1917. package/lib/cjs/appui-react/content/ContentLayoutManager.js +0 -69
  1918. package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +0 -1
  1919. package/lib/cjs/appui-react/content/ContentViewManager.d.ts +0 -63
  1920. package/lib/cjs/appui-react/content/ContentViewManager.d.ts.map +0 -1
  1921. package/lib/cjs/appui-react/content/ContentViewManager.js +0 -96
  1922. package/lib/cjs/appui-react/content/ContentViewManager.js.map +0 -1
  1923. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +0 -202
  1924. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts.map +0 -1
  1925. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +0 -269
  1926. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +0 -1
  1927. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts +0 -44
  1928. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1929. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +0 -64
  1930. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
  1931. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +0 -54
  1932. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts.map +0 -1
  1933. package/lib/cjs/appui-react/utils/UiShowHideManager.js +0 -108
  1934. package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +0 -1
  1935. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts +0 -12
  1936. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts.map +0 -1
  1937. package/lib/cjs/appui-react/widgets/WidgetProps.js.map +0 -1
  1938. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +0 -74
  1939. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts.map +0 -1
  1940. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +0 -103
  1941. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +0 -1
  1942. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +0 -66
  1943. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts.map +0 -1
  1944. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +0 -89
  1945. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +0 -1
  1946. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +0 -48
  1947. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts.map +0 -1
  1948. package/lib/esm/appui-react/content/ContentLayoutManager.js +0 -65
  1949. package/lib/esm/appui-react/content/ContentLayoutManager.js.map +0 -1
  1950. package/lib/esm/appui-react/content/ContentViewManager.d.ts +0 -63
  1951. package/lib/esm/appui-react/content/ContentViewManager.d.ts.map +0 -1
  1952. package/lib/esm/appui-react/content/ContentViewManager.js +0 -92
  1953. package/lib/esm/appui-react/content/ContentViewManager.js.map +0 -1
  1954. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +0 -202
  1955. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts.map +0 -1
  1956. package/lib/esm/appui-react/frontstage/FrontstageManager.js +0 -265
  1957. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +0 -1
  1958. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts +0 -44
  1959. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1960. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +0 -60
  1961. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
  1962. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +0 -54
  1963. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts.map +0 -1
  1964. package/lib/esm/appui-react/utils/UiShowHideManager.js +0 -105
  1965. package/lib/esm/appui-react/utils/UiShowHideManager.js.map +0 -1
  1966. package/lib/esm/appui-react/widgets/WidgetProps.d.ts +0 -12
  1967. package/lib/esm/appui-react/widgets/WidgetProps.d.ts.map +0 -1
  1968. package/lib/esm/appui-react/widgets/WidgetProps.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"FrontstageDef.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/FrontstageDef.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 Frontstage\r\n */\r\n\r\n// cSpell:ignore popout\r\n\r\nimport * as React from \"react\";\r\nimport { IModelApp, ScreenViewport } from \"@itwin/core-frontend\";\r\nimport { PointProps, UiError } from \"@itwin/appui-abstract\";\r\nimport { Rectangle, RectangleProps, SizeProps } from \"@itwin/core-react\";\r\nimport {\r\n dockWidgetContainer, floatWidget, getTabLocation, getWidgetLocation, isFloatingTabLocation, isPanelTabLocation, isPopoutTabLocation, isPopoutWidgetLocation,\r\n NineZoneState, PanelSide, panelSides, popoutWidgetToChildWindow,\r\n} from \"@itwin/appui-layout-react\";\r\nimport { ContentControl } from \"../content/ContentControl\";\r\nimport { ContentGroup, ContentGroupProvider } from \"../content/ContentGroup\";\r\nimport { ContentLayoutDef } from \"../content/ContentLayout\";\r\nimport { StagePanelDef, StagePanelState, toPanelSide } from \"../stagepanels/StagePanelDef\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { WidgetControl } from \"../widgets/WidgetControl\";\r\nimport { WidgetDef, WidgetType } from \"../widgets/WidgetDef\";\r\nimport { FrontstageProvider } from \"./FrontstageProvider\";\r\nimport { TimeTracker } from \"../configurableui/TimeTracker\";\r\nimport { ChildWindowLocationProps } from \"../framework/FrameworkChildWindows\";\r\nimport { PopoutWidget } from \"../childwindow/PopoutWidget\";\r\nimport { FrameworkStateReducer, SavedWidgets } from \"../widget-panels/Frontstage\";\r\nimport { assert, BentleyStatus, ProcessDetector } from \"@itwin/core-bentley\";\r\nimport { FrontstageConfig } from \"./FrontstageConfig\";\r\nimport { StagePanelConfig } from \"../stagepanels/StagePanelConfig\";\r\nimport { WidgetConfig } from \"../widgets/WidgetConfig\";\r\nimport { StageUsage } from \"./StageUsage\";\r\nimport { StagePanelLocation } from \"../stagepanels/StagePanelLocation\";\r\nimport { WidgetState } from \"../widgets/WidgetState\";\r\nimport { InternalFrontstageManager } from \"./InternalFrontstageManager\";\r\nimport { InternalContentDialogManager } from \"../dialog/InternalContentDialogManager\";\r\n\r\n/** @internal */\r\nexport interface FrontstageEventArgs {\r\n frontstageDef: FrontstageDef;\r\n}\r\n\r\n/** @internal */\r\nexport interface FrontstageNineZoneStateChangedEventArgs extends FrontstageEventArgs {\r\n state: NineZoneState | undefined;\r\n}\r\n\r\n/** FrontstageDef class provides an API for a Frontstage.\r\n * @public\r\n */\r\nexport class FrontstageDef {\r\n private _id: string = \"\";\r\n private _initialConfig?: FrontstageConfig;\r\n private _isStageClosing = false;\r\n private _isReady = false;\r\n private _isApplicationClosing = false;\r\n private _usage?: string;\r\n private _version: number = 0;\r\n private _toolSettings?: WidgetDef;\r\n private _statusBar?: WidgetDef;\r\n private _contentManipulation?: WidgetDef;\r\n private _viewNavigation?: WidgetDef;\r\n private _topPanel?: StagePanelDef;\r\n private _leftPanel?: StagePanelDef;\r\n private _rightPanel?: StagePanelDef;\r\n private _bottomPanel?: StagePanelDef;\r\n private _contentLayoutDef?: ContentLayoutDef;\r\n private _contentGroup?: ContentGroup;\r\n private _frontstageProvider?: FrontstageProvider;\r\n private _timeTracker = new TimeTracker();\r\n private _nineZoneState?: NineZoneState;\r\n private _contentGroupProvider?: ContentGroupProvider;\r\n private _floatingContentControls?: ContentControl[];\r\n private _savedWidgetDefs?: SavedWidgets;\r\n\r\n public get id(): string { return this._id; }\r\n public get usage(): string { return this._usage !== undefined ? this._usage : StageUsage.General; }\r\n public get version(): number { return this._version; }\r\n public get contentGroupProvider(): ContentGroupProvider | undefined { return this._contentGroupProvider; }\r\n public get floatingContentControls() { return this._floatingContentControls; }\r\n\r\n public get toolSettings(): WidgetDef | undefined { return this._toolSettings; }\r\n public get statusBar(): WidgetDef | undefined { return this._statusBar; }\r\n public get contentManipulation(): WidgetDef | undefined { return this._contentManipulation; }\r\n public get viewNavigation(): WidgetDef | undefined { return this._viewNavigation; }\r\n\r\n public get topPanel(): StagePanelDef | undefined { return this._topPanel; }\r\n public get leftPanel(): StagePanelDef | undefined { return this._leftPanel; }\r\n public get rightPanel(): StagePanelDef | undefined { return this._rightPanel; }\r\n public get bottomPanel(): StagePanelDef | undefined { return this._bottomPanel; }\r\n\r\n public get contentLayoutDef(): ContentLayoutDef | undefined { return this._contentLayoutDef; }\r\n public get contentGroup(): ContentGroup | undefined { return this._contentGroup; }\r\n public get frontstageProvider(): FrontstageProvider | undefined { return this._frontstageProvider; }\r\n\r\n private toStagePanelLocation(side: PanelSide): StagePanelLocation {\r\n switch (side) {\r\n case \"bottom\":\r\n return StagePanelLocation.Bottom;\r\n case \"left\":\r\n return StagePanelLocation.Left;\r\n case \"right\":\r\n return StagePanelLocation.Right;\r\n case \"top\":\r\n return StagePanelLocation.Top;\r\n }\r\n }\r\n\r\n private populateStateMaps(nineZone: NineZoneState, panelMap: Map<StagePanelDef, StagePanelState>, widgetMap: Map<WidgetDef, WidgetState>) {\r\n for (const panelSide of panelSides) {\r\n const panel = nineZone.panels[panelSide];\r\n const location = this.toStagePanelLocation(panelSide);\r\n const panelDef = this.getStagePanelDef(location);\r\n if (panelDef) {\r\n const panelState = panel.collapsed ? StagePanelState.Minimized : StagePanelState.Open;\r\n panelMap.set(panelDef, panelState);\r\n }\r\n for (const widgetId of panel.widgets) {\r\n const widget = nineZone.widgets[widgetId];\r\n // istanbul ignore else\r\n if (widget) {\r\n for (const tabId of widget.tabs) {\r\n const widgetDef = this.findWidgetDef(tabId);\r\n if (widgetDef) {\r\n let widgetState = WidgetState.Open;\r\n if (widget.minimized || tabId !== widget.activeTabId)\r\n widgetState = WidgetState.Closed;\r\n widgetMap.set(widgetDef, widgetState);\r\n }\r\n }\r\n }\r\n }\r\n }\r\n // istanbul ignore next\r\n for (const widgetId of nineZone.floatingWidgets.allIds) {\r\n const widget = nineZone.widgets[widgetId];\r\n if (widget) {\r\n for (const tabId of widget.tabs) {\r\n const widgetDef = this.findWidgetDef(tabId);\r\n if (widgetDef) {\r\n let widgetState = WidgetState.Open;\r\n if (widget.minimized || tabId !== widget.activeTabId)\r\n widgetState = WidgetState.Closed;\r\n widgetMap.set(widgetDef, widgetState);\r\n }\r\n }\r\n }\r\n }\r\n }\r\n\r\n private triggerStateChangeEventForWidgetsAndPanels(state: NineZoneState | undefined) {\r\n // istanbul ignore else\r\n if (!(this._isStageClosing || this._isApplicationClosing)) {\r\n if (state) {\r\n const originalPanelStateMap = new Map<StagePanelDef, StagePanelState>();\r\n const originalWidgetStateMap = new Map<WidgetDef, WidgetState>();\r\n const newPanelStateMap = new Map<StagePanelDef, StagePanelState>();\r\n const newWidgetStateMap = new Map<WidgetDef, WidgetState>();\r\n this._nineZoneState && this.populateStateMaps(this._nineZoneState, originalPanelStateMap, originalWidgetStateMap);\r\n this.populateStateMaps(state, newPanelStateMap, newWidgetStateMap);\r\n\r\n // set internal state value before triggering events\r\n this._nineZoneState = state;\r\n\r\n // now walk and trigger set state events\r\n newWidgetStateMap.forEach((stateValue, widgetDef) => {\r\n const originalState = originalWidgetStateMap.get(widgetDef);\r\n if (originalState !== stateValue) {\r\n UiFramework.frontstages.onWidgetStateChangedEvent.emit({ widgetDef, widgetState: stateValue });\r\n widgetDef.onWidgetStateChanged();\r\n }\r\n });\r\n newPanelStateMap.forEach((stateValue, panelDef) => {\r\n const originalState = originalPanelStateMap.get(panelDef);\r\n if (originalState !== stateValue) {\r\n UiFramework.frontstages.onPanelStateChangedEvent.emit({\r\n panelDef,\r\n panelState: stateValue,\r\n });\r\n }\r\n });\r\n } else {\r\n this._nineZoneState = state;\r\n }\r\n }\r\n }\r\n\r\n /** @internal */\r\n public get nineZoneState(): NineZoneState | undefined { return this._nineZoneState; }\r\n public set nineZoneState(state: NineZoneState | undefined) {\r\n if (this._nineZoneState === state)\r\n return;\r\n\r\n if (!this._nineZoneState) {\r\n this._nineZoneState = state;\r\n } else {\r\n this.triggerStateChangeEventForWidgetsAndPanels(state);\r\n }\r\n\r\n // istanbul ignore next - don't trigger any side effects until stage \"isReady\"\r\n if (!(this._isStageClosing || this._isApplicationClosing) || this.isReady) {\r\n InternalFrontstageManager.onFrontstageNineZoneStateChangedEvent.emit({\r\n frontstageDef: this,\r\n state,\r\n });\r\n }\r\n }\r\n\r\n /** @internal */\r\n public get savedWidgetDefs() { return this._savedWidgetDefs; }\r\n public set savedWidgetDefs(widgets: SavedWidgets | undefined) {\r\n this._savedWidgetDefs = widgets;\r\n }\r\n\r\n /** @internal */\r\n public get timeTracker(): TimeTracker { return this._timeTracker; }\r\n\r\n /** Created a [[FrontstageDef]] and initialize it */\r\n public static async create(provider: FrontstageProvider) {\r\n const def = new FrontstageDef();\r\n def._frontstageProvider = provider;\r\n\r\n const config = provider.frontstageConfig();\r\n await def.initializeFromConfig(config);\r\n\r\n return def;\r\n }\r\n\r\n /** Handles when the Frontstage becomes activated */\r\n protected async _onActivated() { }\r\n\r\n /** Handles when the Frontstage becomes activated */\r\n public async onActivated() {\r\n this.updateWidgetDefs();\r\n\r\n const provider = this._contentGroupProvider;\r\n if (provider && this._initialConfig) {\r\n this._contentGroup = await provider.contentGroup(this._initialConfig);\r\n }\r\n\r\n // istanbul ignore next\r\n if (!this._contentGroup)\r\n throw new UiError(UiFramework.loggerCategory(this), `onActivated: Content Group not defined`);\r\n\r\n this._contentLayoutDef = UiFramework.content.layouts.getForGroup(this._contentGroup);\r\n UiFramework.frontstages.onContentLayoutActivatedEvent.emit({ contentLayout: this._contentLayoutDef, contentGroup: this._contentGroup });\r\n\r\n this._timeTracker.startTiming();\r\n await this._onActivated();\r\n }\r\n\r\n /** Handles when the Frontstage becomes inactive */\r\n protected async _onDeactivated() { }\r\n\r\n /** Handles when the Frontstage becomes inactive */\r\n public async onDeactivated() {\r\n for (const control of this._widgetControls) {\r\n control.onFrontstageDeactivated();\r\n }\r\n\r\n for (const control of this.contentControls) {\r\n control.onFrontstageDeactivated();\r\n }\r\n\r\n // istanbul ignore else\r\n if (this.contentGroup)\r\n this.contentGroup.onFrontstageDeactivated();\r\n // istanbul ignore next\r\n if (this.contentGroupProvider)\r\n await this.contentGroupProvider.onFrontstageDeactivated();\r\n\r\n this._timeTracker.stopTiming();\r\n\r\n this._isStageClosing = true; // this keeps widgets in child windows from automatically re-docking\r\n UiFramework.childWindows.closeAll();\r\n\r\n if (this._floatingContentControls) {\r\n InternalContentDialogManager.closeAll();\r\n this._floatingContentControls = undefined;\r\n }\r\n\r\n await this._onDeactivated();\r\n this._isStageClosing = false;\r\n }\r\n\r\n /** @internal */\r\n public setIsApplicationClosing(value: boolean) {\r\n this._isApplicationClosing = value;\r\n }\r\n\r\n /** Returns once the contained widgets and content controls are ready to use */\r\n public async waitUntilReady(): Promise<void> {\r\n this._isReady = false;\r\n // create an array of control-ready promises\r\n const controlReadyPromises = new Array<Promise<void>>();\r\n this._widgetControls.forEach((control: WidgetControl) => {\r\n controlReadyPromises.push(control.isReady);\r\n });\r\n\r\n // istanbul ignore else\r\n if (this.contentLayoutDef) {\r\n const usedContentIndexes = this.contentLayoutDef.getUsedContentIndexes();\r\n this.contentControls.forEach((control: ContentControl, index: number) => {\r\n // istanbul ignore else\r\n if (usedContentIndexes.includes(index))\r\n controlReadyPromises.push(control.isReady);\r\n });\r\n }\r\n\r\n await Promise.all(controlReadyPromises);\r\n // Frontstage ready\r\n this._isReady = true;\r\n }\r\n\r\n /** Handles when the Frontstage becomes active */\r\n protected _onFrontstageReady(): void { }\r\n\r\n /** Handles when the Frontstage becomes active */\r\n public onFrontstageReady(): void {\r\n for (const control of this._widgetControls) {\r\n control.onFrontstageReady();\r\n }\r\n\r\n for (const control of this.contentControls) {\r\n control.onFrontstageReady();\r\n }\r\n\r\n // istanbul ignore else\r\n if (this.contentGroup)\r\n this.contentGroup.onFrontstageReady();\r\n\r\n this._onFrontstageReady();\r\n }\r\n\r\n /** Sets the Content Layout and Content Group */\r\n public setContentLayoutAndGroup(contentLayoutDef: ContentLayoutDef, contentGroup: ContentGroup): void {\r\n this._contentLayoutDef = contentLayoutDef;\r\n this._contentGroup = contentGroup;\r\n }\r\n\r\n /** Sets the active view content control to the default or first */\r\n public async setActiveContent(): Promise<boolean> {\r\n let contentControl: ContentControl | undefined;\r\n let activated = false;\r\n\r\n // istanbul ignore else\r\n if (!contentControl && this.contentControls.length >= 0) {\r\n contentControl = this.contentControls[0];\r\n }\r\n\r\n if (contentControl) {\r\n UiFramework.content.setActive(contentControl.reactNode, true);\r\n if (contentControl.viewport) {\r\n const status = await IModelApp.viewManager.setSelectedView(contentControl.viewport);\r\n activated = status === BentleyStatus.SUCCESS;\r\n }\r\n }\r\n\r\n return activated;\r\n }\r\n\r\n /** Sets the active view content control */\r\n public setActiveView(newContent: ContentControl, oldContent?: ContentControl): void {\r\n if (oldContent)\r\n oldContent.onDeactivated();\r\n newContent.onActivated();\r\n UiFramework.frontstages.onContentControlActivatedEvent.emit({ activeContentControl: newContent, oldContentControl: oldContent });\r\n }\r\n\r\n /** Sets the active view content control based on the selected viewport. */\r\n public setActiveViewFromViewport(viewport: ScreenViewport): boolean {\r\n const contentControl = this.contentControls.find((control: ContentControl) => control.viewport === viewport);\r\n // istanbul ignore else\r\n if (contentControl) {\r\n UiFramework.content.setActive(contentControl.reactNode, true);\r\n return true;\r\n }\r\n\r\n // istanbul ignore next\r\n return false;\r\n }\r\n\r\n /** Gets a [[StagePanelDef]] based on a given panel location\r\n * @beta\r\n */\r\n public getStagePanelDef(location: StagePanelLocation): StagePanelDef | undefined {\r\n let panelDef: StagePanelDef | undefined;\r\n\r\n switch (location) {\r\n case StagePanelLocation.Top:\r\n panelDef = this.topPanel;\r\n break;\r\n case StagePanelLocation.Left:\r\n panelDef = this.leftPanel;\r\n break;\r\n case StagePanelLocation.Right:\r\n panelDef = this.rightPanel;\r\n break;\r\n case StagePanelLocation.Bottom:\r\n panelDef = this.bottomPanel;\r\n break;\r\n }\r\n\r\n // Panels can be undefined in a Frontstage\r\n\r\n return panelDef;\r\n }\r\n\r\n /** Gets a list of [[StagePanelDef]]s\r\n * @beta\r\n */\r\n public get panelDefs(): StagePanelDef[] {\r\n const locations = [\r\n StagePanelLocation.Left, StagePanelLocation.Right,\r\n StagePanelLocation.Top, StagePanelLocation.Bottom,\r\n ];\r\n const panels: StagePanelDef[] = [];\r\n\r\n locations.forEach((location: StagePanelLocation) => {\r\n const panel = this.getStagePanelDef(location);\r\n if (panel)\r\n panels.push(panel);\r\n });\r\n\r\n return panels;\r\n }\r\n\r\n /** Finds a [[WidgetDef]] based on a given id */\r\n public findWidgetDef(id: string): WidgetDef | undefined {\r\n for (const widgetDef of this.widgetDefs) {\r\n if (widgetDef.id === id)\r\n return widgetDef;\r\n }\r\n return undefined;\r\n }\r\n\r\n /** Gets the list of [[WidgetControl]]s */\r\n private get _widgetControls(): WidgetControl[] {\r\n const widgetControls = new Array<WidgetControl>();\r\n\r\n this.panelDefs.forEach((panelDef: StagePanelDef) => {\r\n panelDef.widgetDefs.forEach((widgetDef: WidgetDef) => {\r\n const widgetControl = widgetDef.widgetControl;\r\n // istanbul ignore if\r\n if (widgetControl)\r\n widgetControls.push(widgetControl);\r\n });\r\n });\r\n\r\n return widgetControls;\r\n }\r\n\r\n public addFloatingContentControl(contentControl?: ContentControl) {\r\n // istanbul ignore next\r\n if (!contentControl)\r\n return;\r\n if (!this._floatingContentControls)\r\n this._floatingContentControls = new Array<ContentControl>();\r\n\r\n this._floatingContentControls.push(contentControl);\r\n UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });\r\n }\r\n\r\n public dropFloatingContentControl(contentControl?: ContentControl) {\r\n // istanbul ignore next\r\n if (!contentControl || !this._floatingContentControls)\r\n return;\r\n\r\n const index = this._floatingContentControls.indexOf(contentControl);\r\n // istanbul ignore else\r\n if (index > -1) {\r\n this._floatingContentControls.splice(index, 1);\r\n UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });\r\n }\r\n }\r\n\r\n /** Gets the list of [[ContentControl]]s */\r\n public get contentControls(): ContentControl[] {\r\n const contentControls = new Array<ContentControl>();\r\n // istanbul ignore else\r\n if (this.contentGroup) {\r\n contentControls.push(...this.contentGroup.getContentControls());\r\n }\r\n if (this._floatingContentControls) {\r\n contentControls.push(...this._floatingContentControls);\r\n }\r\n return contentControls;\r\n }\r\n\r\n /** Initializes a FrontstageDef from FrontstageConfig.\r\n * @internal\r\n */\r\n public async initializeFromConfig(config: FrontstageConfig): Promise<void> {\r\n this._id = config.id;\r\n this._initialConfig = config;\r\n\r\n if (config.contentGroup instanceof ContentGroupProvider) {\r\n this._contentGroupProvider = config.contentGroup;\r\n } else {\r\n this._contentGroup = config.contentGroup;\r\n }\r\n\r\n this._usage = config.usage;\r\n this._version = config.version;\r\n\r\n this._toolSettings = createWidgetDef(config.toolSettings, WidgetType.ToolSettings);\r\n this._statusBar = createWidgetDef(config.statusBar, WidgetType.StatusBar);\r\n this._contentManipulation = createWidgetDef(config.contentManipulation, WidgetType.Tool);\r\n this._viewNavigation = createWidgetDef(config.viewNavigation, WidgetType.Navigation);\r\n this._topPanel = createStagePanelDef(config, StagePanelLocation.Top);\r\n this._leftPanel = createStagePanelDef(config, StagePanelLocation.Left);\r\n this._rightPanel = createStagePanelDef(config, StagePanelLocation.Right);\r\n this._bottomPanel = createStagePanelDef(config, StagePanelLocation.Bottom);\r\n }\r\n\r\n /** @internal */\r\n public updateWidgetDefs(): void {\r\n // Tracks provided widgets to prevent duplicates.\r\n const allStageWidgetDefs: WidgetDef[] = [];\r\n\r\n // Process panels before zones so extension can explicitly target a widget for a StagePanelSection\r\n this.panelDefs.forEach((stagePanelDef: StagePanelDef) => {\r\n stagePanelDef.updateDynamicWidgetDefs(this.id, this.usage, stagePanelDef.location, undefined, allStageWidgetDefs);\r\n });\r\n }\r\n\r\n /** @beta */\r\n public restoreLayout() {\r\n for (const panelDef of this.panelDefs) {\r\n panelDef.size = panelDef.defaultSize;\r\n panelDef.panelState = panelDef.defaultState;\r\n }\r\n for (const widgetDef of this.widgetDefs) {\r\n widgetDef.setWidgetState(widgetDef.defaultState);\r\n }\r\n InternalFrontstageManager.onFrontstageRestoreLayoutEvent.emit({ frontstageDef: this });\r\n }\r\n\r\n /** Used only in UI 2.0 to determine WidgetState from NinezoneState\r\n * @internal\r\n */\r\n public getWidgetCurrentState(widgetDef: WidgetDef): WidgetState | undefined {\r\n // istanbul ignore else\r\n if (this.nineZoneState) {\r\n const location = getTabLocation(this.nineZoneState, widgetDef.id);\r\n // istanbul ignore next\r\n if (!location)\r\n return WidgetState.Hidden;\r\n\r\n if (isFloatingTabLocation(location)) {\r\n const floatingWidget = this.nineZoneState.floatingWidgets.byId[location.floatingWidgetId];\r\n if (floatingWidget && floatingWidget.hidden)\r\n return WidgetState.Hidden;\r\n else\r\n return WidgetState.Floating;\r\n }\r\n\r\n let collapsedPanel = false;\r\n // istanbul ignore else\r\n if (\"side\" in location) {\r\n const panel = this.nineZoneState.panels[location.side];\r\n collapsedPanel = panel.collapsed || undefined === panel.size || 0 === panel.size;\r\n }\r\n const widgetContainer = this.nineZoneState.widgets[location.widgetId];\r\n if (widgetDef.id === widgetContainer.activeTabId && !collapsedPanel)\r\n return WidgetState.Open;\r\n else\r\n return WidgetState.Closed;\r\n }\r\n return widgetDef.defaultState;\r\n }\r\n\r\n /** Used only in UI 2.0 to determine StagePanelState and size from NinezoneState\r\n * @internal\r\n */\r\n public getPanelCurrentState(panelDef: StagePanelDef): [StagePanelState, number] {\r\n // istanbul ignore next\r\n if (this.nineZoneState) {\r\n const side = toPanelSide(panelDef.location);\r\n const panel = this.nineZoneState.panels[side];\r\n if (panel)\r\n return [panel.collapsed ? StagePanelState.Minimized : StagePanelState.Open, panel.size ?? 0];\r\n return [StagePanelState.Off, 0];\r\n }\r\n return [panelDef.defaultState, panelDef.defaultSize ?? 0];\r\n }\r\n\r\n public isPopoutWidget(widgetId: string) {\r\n // istanbul ignore else\r\n if (this.nineZoneState) {\r\n const location = getTabLocation(this.nineZoneState, widgetId);\r\n // istanbul ignore else\r\n if (location)\r\n return isPopoutTabLocation(location);\r\n }\r\n\r\n return false;\r\n }\r\n\r\n public isFloatingWidget(widgetId: string) {\r\n // istanbul ignore else\r\n if (this.nineZoneState) {\r\n const location = getTabLocation(this.nineZoneState, widgetId);\r\n // istanbul ignore else\r\n if (location)\r\n return isFloatingTabLocation(location);\r\n }\r\n\r\n return false;\r\n }\r\n\r\n /** Create a new floating panel that contains the widget specified by its Id. Supported only when in\r\n * UI 2.0 or higher.\r\n * @param widgetId case sensitive Widget Id\r\n * @param point Position of top left corner of floating panel in pixels. If undefined {x:50, y:100} is used.\r\n * @param size defines the width and height of the floating panel. If undefined and widget has been floated before\r\n * the previous size is used, else {height:400, width:400} is used.\r\n * @beta\r\n */\r\n public floatWidget(widgetId: string, point?: PointProps, size?: SizeProps) {\r\n // istanbul ignore else\r\n if (this.nineZoneState) {\r\n const location = getTabLocation(this.nineZoneState, widgetId);\r\n if (location) {\r\n let popoutWidgetContainerId: string | undefined;\r\n if (isPopoutTabLocation(location)) {\r\n popoutWidgetContainerId = location.popoutWidgetId;\r\n }\r\n const state = floatWidget(this.nineZoneState, widgetId, point, size);\r\n // istanbul ignore else\r\n if (state) {\r\n this.nineZoneState = state;\r\n setTimeout(() => {\r\n popoutWidgetContainerId && UiFramework.childWindows.close(popoutWidgetContainerId, true);\r\n }, 600);\r\n }\r\n }\r\n }\r\n }\r\n /** Check widget and panel state to determine whether the widget is currently displayed\r\n * @param widgetId case-sensitive Widget Id\r\n * @public\r\n */\r\n public isWidgetDisplayed(widgetId: string) {\r\n let widgetIsVisible = false;\r\n // istanbul ignore else\r\n if (this.nineZoneState) {\r\n const tabLocation = getTabLocation(this.nineZoneState, widgetId);\r\n // istanbul ignore else\r\n if (tabLocation) {\r\n if (isFloatingTabLocation(tabLocation)) {\r\n const floatingWidget = this.nineZoneState.floatingWidgets.byId[tabLocation.floatingWidgetId];\r\n // istanbul ignore else\r\n if (!!!floatingWidget.hidden)\r\n widgetIsVisible = true;\r\n } else if (isPopoutTabLocation(tabLocation)) {\r\n widgetIsVisible = true;\r\n } else {\r\n // istanbul ignore else\r\n if (isPanelTabLocation(tabLocation)) {\r\n const panel = this.nineZoneState.panels[tabLocation.side];\r\n const widgetDef = this.findWidgetDef(widgetId);\r\n if (widgetDef && widgetDef.state === WidgetState.Open && !panel.collapsed)\r\n widgetIsVisible = true;\r\n }\r\n }\r\n }\r\n }\r\n return widgetIsVisible;\r\n }\r\n\r\n /** Opens window for specified PopoutWidget container. Used to reopen popout when running in Electron.\r\n * @internal */\r\n public openPopoutWidgetContainer(state: NineZoneState, widgetContainerId: string) {\r\n const location = getWidgetLocation(state, widgetContainerId);\r\n // istanbul ignore next\r\n if (!location)\r\n return;\r\n // istanbul ignore next\r\n if (!isPopoutWidgetLocation(location))\r\n return;\r\n\r\n const widget = state.widgets[widgetContainerId];\r\n const popoutWidget = state.popoutWidgets.byId[location.popoutWidgetId];\r\n\r\n // Popout widget should only contain a single tab.\r\n // istanbul ignore next\r\n if (widget.tabs.length !== 1)\r\n return;\r\n\r\n const tabId = widget.tabs[0];\r\n const widgetDef = this.findWidgetDef(tabId);\r\n // istanbul ignore next\r\n if (!widgetDef)\r\n return;\r\n\r\n const popoutContent = (<PopoutWidget widgetContainerId={widgetContainerId} widgetDef={widgetDef} />);\r\n const bounds = Rectangle.create(popoutWidget.bounds);\r\n\r\n const position: ChildWindowLocationProps = {\r\n width: bounds.getWidth(),\r\n height: bounds.getHeight(),\r\n left: bounds.left,\r\n top: bounds.top,\r\n };\r\n UiFramework.childWindows.open(widgetContainerId, widgetDef.label, popoutContent, position, UiFramework.useDefaultPopoutUrl);\r\n }\r\n\r\n /** Create a new popout/child window that contains the widget specified by its Id. Supported only when in\r\n * UI 2.0 or higher.\r\n * @param widgetId case sensitive Widget Id\r\n * @param point Position of top left corner of floating panel in pixels. If undefined {x:0, y:0} is used.\r\n * @param size defines the width and height of the floating panel. If undefined and widget has been floated before\r\n * the previous size is used, else {height:800, width:600} is used.\r\n * @beta\r\n */\r\n public popoutWidget(widgetId: string, point?: PointProps, size?: SizeProps) {\r\n // istanbul ignore next\r\n if (!this.nineZoneState)\r\n return;\r\n\r\n let location = getTabLocation(this.nineZoneState, widgetId);\r\n if (!location || isPopoutTabLocation(location))\r\n return;\r\n\r\n const widgetDef = this.findWidgetDef(widgetId);\r\n // istanbul ignore next\r\n if (!widgetDef)\r\n return;\r\n\r\n // get the state to apply that will pop-out the specified WidgetTab to child window.\r\n let preferredBounds = Rectangle.createFromSize({ height: 800, width: 600 });\r\n // istanbul ignore next\r\n if (widgetDef.popoutBounds)\r\n preferredBounds = widgetDef.popoutBounds;\r\n if (size)\r\n preferredBounds = preferredBounds.setSize(size);\r\n if (point)\r\n preferredBounds = preferredBounds.setPosition(point);\r\n\r\n const state = popoutWidgetToChildWindow(this.nineZoneState, widgetId, preferredBounds);\r\n this.nineZoneState = state;\r\n\r\n // now that the state is updated get the id of the container that houses the widgetTab/widgetId\r\n location = getTabLocation(state, widgetId);\r\n assert(!!location && isPopoutTabLocation(location));\r\n\r\n const widgetContainerId = location.widgetId;\r\n const popoutWidget = state.popoutWidgets.byId[widgetContainerId];\r\n const bounds = Rectangle.create(popoutWidget.bounds);\r\n\r\n setTimeout(() => {\r\n const popoutContent = (<PopoutWidget widgetContainerId={widgetContainerId} widgetDef={widgetDef} />);\r\n const position: ChildWindowLocationProps = {\r\n width: bounds.getWidth(),\r\n height: bounds.getHeight(),\r\n left: bounds.left,\r\n top: bounds.top,\r\n };\r\n UiFramework.childWindows.open(widgetContainerId, widgetDef.label, popoutContent, position, UiFramework.useDefaultPopoutUrl);\r\n });\r\n }\r\n\r\n public get isStageClosing() {\r\n return this._isStageClosing;\r\n }\r\n\r\n public get isApplicationClosing() {\r\n return this._isApplicationClosing;\r\n }\r\n\r\n public get isReady() {\r\n return this._isReady;\r\n }\r\n\r\n /** @internal */\r\n public saveChildWindowSizeAndPosition(childWindowId: string, childWindow: Window) {\r\n if (!this.nineZoneState)\r\n return;\r\n\r\n const location = getWidgetLocation(this.nineZoneState, childWindowId);\r\n if (!location || !isPopoutWidgetLocation(location))\r\n return;\r\n\r\n const widget = this.nineZoneState.widgets[location.popoutWidgetId];\r\n const tabId = widget.tabs[0];\r\n const widgetDef = this.findWidgetDef(tabId);\r\n if (!widgetDef)\r\n return;\r\n\r\n const adjustmentWidth = ProcessDetector.isElectronAppFrontend ? 16 : 0;\r\n const adjustmentHeight = ProcessDetector.isElectronAppFrontend ? 39 : 0;\r\n\r\n const width = childWindow.innerWidth + adjustmentWidth;\r\n const height = childWindow.innerHeight + adjustmentHeight;\r\n const bounds = Rectangle.createFromSize({ width, height }).offset({ x: childWindow.screenX, y: childWindow.screenY });\r\n widgetDef.popoutBounds = bounds;\r\n }\r\n\r\n /** Method used to possibly change a Popout Widget back to a docked widget if the user was the one closing the popout's child\r\n * window.\r\n * @internal\r\n */\r\n public dockPopoutWidgetContainer(widgetContainerId: string) {\r\n if (!this.nineZoneState)\r\n return;\r\n\r\n // Make sure the widgetContainerId is still in popout state. We don't want to set it to docked if the window is being closed because\r\n // an API call has moved the widget from a popout state to a floating state.\r\n // istanbul ignore else\r\n const location = getWidgetLocation(this.nineZoneState, widgetContainerId);\r\n if (!location || !isPopoutWidgetLocation(location))\r\n return;\r\n\r\n const state = dockWidgetContainer(this.nineZoneState, widgetContainerId, true);\r\n this.nineZoneState = state;\r\n }\r\n\r\n /** Finds the container with the specified widget and re-docks all widgets\r\n * back to the panel zone location that was used when the floating container\r\n * was generated. Supported only when in UI 2.0 or higher.\r\n * @param widgetId case sensitive Widget Id.\r\n * @beta\r\n */\r\n public dockWidgetContainer(widgetId: string) {\r\n // istanbul ignore else\r\n if (this.nineZoneState) {\r\n const location = getTabLocation(this.nineZoneState, widgetId);\r\n if (location) {\r\n const widgetContainerId = location.widgetId;\r\n const state = dockWidgetContainer(this.nineZoneState, widgetContainerId, true);\r\n state && (this.nineZoneState = state);\r\n if (isPopoutTabLocation(location)) {\r\n UiFramework.childWindows.close(location.widgetId, true);\r\n }\r\n }\r\n }\r\n }\r\n\r\n public setFloatingWidgetContainerBounds(floatingWidgetId: string, bounds: RectangleProps) {\r\n if (!this.nineZoneState || !(floatingWidgetId in this.nineZoneState.floatingWidgets.byId))\r\n return false;\r\n\r\n let state = FrameworkStateReducer(this.nineZoneState, {\r\n type: \"FLOATING_WIDGET_SET_BOUNDS\",\r\n id: floatingWidgetId,\r\n bounds,\r\n }, this);\r\n state = FrameworkStateReducer(state, {\r\n type: \"FLOATING_WIDGET_SET_USER_SIZED\",\r\n id: floatingWidgetId,\r\n userSized: true,\r\n }, this);\r\n this.nineZoneState = state;\r\n return true;\r\n }\r\n\r\n public getFloatingWidgetContainerIds(): string[] {\r\n if (!this.nineZoneState)\r\n return [];\r\n\r\n return [...this.nineZoneState.floatingWidgets.allIds];\r\n }\r\n\r\n public getFloatingWidgetContainerIdByWidgetId(widgetId: string): string | undefined {\r\n if (!this.nineZoneState)\r\n return undefined;\r\n\r\n const location = getTabLocation(this.nineZoneState, widgetId);\r\n // istanbul ignore else\r\n if (location && isFloatingTabLocation(location)) {\r\n return location.floatingWidgetId;\r\n }\r\n // istanbul ignore next\r\n return undefined;\r\n }\r\n\r\n public getFloatingWidgetContainerBounds(floatingWidgetId: string | undefined) {\r\n if (!floatingWidgetId)\r\n return undefined;\r\n\r\n // istanbul ignore else\r\n if (this.nineZoneState && (floatingWidgetId in this.nineZoneState.floatingWidgets.byId)) {\r\n const foundWidget = document.querySelector(`div.nz-widget-floatingWidget[data-widget-id='${floatingWidgetId}']`);\r\n // istanbul ignore next\r\n if (foundWidget) {\r\n const domRect = foundWidget.getBoundingClientRect();\r\n return { left: domRect.left, right: domRect.right, top: domRect.top, bottom: domRect.bottom };\r\n }\r\n return this.nineZoneState.floatingWidgets.byId[floatingWidgetId].bounds;\r\n }\r\n return undefined;\r\n }\r\n\r\n private *_widgetDefs(): Iterator<WidgetDef> {\r\n for (const panelDef of this.panelDefs) {\r\n for (const widgetDef of panelDef.widgetDefs) {\r\n yield widgetDef;\r\n }\r\n }\r\n\r\n return undefined;\r\n }\r\n\r\n /** Iterable of all widget definitions in a frontstage.\r\n * @internal\r\n */\r\n public get widgetDefs() {\r\n const defs = this._widgetDefs();\r\n return {\r\n [Symbol.iterator]() {\r\n return defs;\r\n },\r\n };\r\n }\r\n}\r\n\r\nfunction createWidgetDef(config: WidgetConfig | undefined, type: WidgetType): WidgetDef | undefined {\r\n if (!config)\r\n return undefined;\r\n\r\n const widgetDef = WidgetDef.create(config, type);\r\n return widgetDef;\r\n}\r\n\r\nfunction createStagePanelDef(frontstageConfig: FrontstageConfig, location: StagePanelLocation): StagePanelDef {\r\n const config = getStagePanel(location, frontstageConfig);\r\n\r\n const panelDef = new StagePanelDef();\r\n panelDef.initializeFromConfig(config, location);\r\n return panelDef;\r\n}\r\n\r\nfunction getStagePanel(location: StagePanelLocation, config: FrontstageConfig): StagePanelConfig | undefined {\r\n switch (location) {\r\n case StagePanelLocation.Top:\r\n return config.topPanel;\r\n case StagePanelLocation.Left:\r\n return config.leftPanel;\r\n case StagePanelLocation.Right:\r\n return config.rightPanel;\r\n case StagePanelLocation.Bottom:\r\n return config.bottomPanel;\r\n }\r\n}\r\n\r\n/** Hook that returns active frontstage id.\r\n * @public\r\n */\r\nexport const useActiveFrontstageId = () => {\r\n const def = useActiveFrontstageDef();\r\n const id = React.useMemo(() => def ? /* istanbul ignore next */ def.id : \"\", [def]);\r\n return id;\r\n};\r\n\r\n/** @internal */\r\nexport function useActiveFrontstageDef() {\r\n const [def, setDef] = React.useState(UiFramework.frontstages.activeFrontstageDef);\r\n React.useEffect(() => {\r\n return UiFramework.frontstages.onFrontstageActivatedEvent.addListener((args) => {\r\n setDef(args.activatedFrontstageDef);\r\n });\r\n }, []);\r\n return def;\r\n}\r\n\r\n/** Hook that returns the widgetDef for a specific widgetId within the active frontstage.\r\n * @public\r\n */\r\nexport function useSpecificWidgetDef(widgetId: string) {\r\n const frontstageDef = useActiveFrontstageDef();\r\n return frontstageDef?.findWidgetDef(widgetId);\r\n}\r\n"]}
1
+ {"version":3,"file":"FrontstageDef.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/FrontstageDef.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Frontstage\n */\n\n// cSpell:ignore popout\n\nimport * as React from \"react\";\nimport { IModelApp, ScreenViewport } from \"@itwin/core-frontend\";\nimport { PointProps, UiError } from \"@itwin/appui-abstract\";\nimport { Rectangle, RectangleProps, SizeProps } from \"@itwin/core-react\";\nimport {\n dockWidgetContainer, floatWidget, getTabLocation, getWidgetLocation, isFloatingTabLocation, isPanelTabLocation, isPopoutTabLocation, isPopoutWidgetLocation,\n NineZoneState, PanelSide, panelSides, popoutWidgetToChildWindow,\n} from \"@itwin/appui-layout-react\";\nimport { ContentControl } from \"../content/ContentControl\";\nimport { ContentGroup, ContentGroupProvider } from \"../content/ContentGroup\";\nimport { ContentLayoutDef } from \"../content/ContentLayout\";\nimport { StagePanelDef, StagePanelState, toPanelSide } from \"../stagepanels/StagePanelDef\";\nimport { UiFramework } from \"../UiFramework\";\nimport { WidgetControl } from \"../widgets/WidgetControl\";\nimport { WidgetDef, WidgetType } from \"../widgets/WidgetDef\";\nimport { FrontstageProvider } from \"./FrontstageProvider\";\nimport { TimeTracker } from \"../configurableui/TimeTracker\";\nimport { ChildWindowLocationProps } from \"../framework/FrameworkChildWindows\";\nimport { PopoutWidget } from \"../childwindow/PopoutWidget\";\nimport { FrameworkStateReducer, SavedWidgets } from \"../widget-panels/Frontstage\";\nimport { assert, BentleyStatus, ProcessDetector } from \"@itwin/core-bentley\";\nimport { FrontstageConfig } from \"./FrontstageConfig\";\nimport { StagePanelConfig } from \"../stagepanels/StagePanelConfig\";\nimport { WidgetConfig } from \"../widgets/WidgetConfig\";\nimport { StageUsage } from \"./StageUsage\";\nimport { StagePanelLocation } from \"../stagepanels/StagePanelLocation\";\nimport { WidgetState } from \"../widgets/WidgetState\";\nimport { InternalFrontstageManager } from \"./InternalFrontstageManager\";\nimport { InternalContentDialogManager } from \"../dialog/InternalContentDialogManager\";\n\n/** @internal */\nexport interface FrontstageEventArgs {\n frontstageDef: FrontstageDef;\n}\n\n/** @internal */\nexport interface FrontstageNineZoneStateChangedEventArgs extends FrontstageEventArgs {\n state: NineZoneState | undefined;\n}\n\n/** FrontstageDef class provides an API for a Frontstage.\n * @public\n */\nexport class FrontstageDef {\n private _id: string = \"\";\n private _initialConfig?: FrontstageConfig;\n private _isStageClosing = false;\n private _isReady = false;\n private _isApplicationClosing = false;\n private _usage?: string;\n private _version: number = 0;\n private _toolSettings?: WidgetDef;\n private _statusBar?: WidgetDef;\n private _contentManipulation?: WidgetDef;\n private _viewNavigation?: WidgetDef;\n private _topPanel?: StagePanelDef;\n private _leftPanel?: StagePanelDef;\n private _rightPanel?: StagePanelDef;\n private _bottomPanel?: StagePanelDef;\n private _contentLayoutDef?: ContentLayoutDef;\n private _contentGroup?: ContentGroup;\n private _frontstageProvider?: FrontstageProvider;\n private _timeTracker = new TimeTracker();\n private _nineZoneState?: NineZoneState;\n private _contentGroupProvider?: ContentGroupProvider;\n private _floatingContentControls?: ContentControl[];\n private _savedWidgetDefs?: SavedWidgets;\n private _toolAdminDefaultToolId?: string;\n\n public get id(): string { return this._id; }\n public get usage(): string { return this._usage !== undefined ? this._usage : StageUsage.General; }\n public get version(): number { return this._version; }\n public get contentGroupProvider(): ContentGroupProvider | undefined { return this._contentGroupProvider; }\n public get floatingContentControls() { return this._floatingContentControls; }\n\n public get toolSettings(): WidgetDef | undefined { return this._toolSettings; }\n public get statusBar(): WidgetDef | undefined { return this._statusBar; }\n public get contentManipulation(): WidgetDef | undefined { return this._contentManipulation; }\n public get viewNavigation(): WidgetDef | undefined { return this._viewNavigation; }\n\n public get topPanel(): StagePanelDef | undefined { return this._topPanel; }\n public get leftPanel(): StagePanelDef | undefined { return this._leftPanel; }\n public get rightPanel(): StagePanelDef | undefined { return this._rightPanel; }\n public get bottomPanel(): StagePanelDef | undefined { return this._bottomPanel; }\n\n public get contentLayoutDef(): ContentLayoutDef | undefined { return this._contentLayoutDef; }\n public get contentGroup(): ContentGroup | undefined { return this._contentGroup; }\n public get frontstageProvider(): FrontstageProvider | undefined { return this._frontstageProvider; }\n\n private toStagePanelLocation(side: PanelSide): StagePanelLocation {\n switch (side) {\n case \"bottom\":\n return StagePanelLocation.Bottom;\n case \"left\":\n return StagePanelLocation.Left;\n case \"right\":\n return StagePanelLocation.Right;\n case \"top\":\n return StagePanelLocation.Top;\n }\n }\n\n private populateStateMaps(nineZone: NineZoneState, panelMap: Map<StagePanelDef, StagePanelState>, widgetMap: Map<WidgetDef, WidgetState>) {\n for (const panelSide of panelSides) {\n const panel = nineZone.panels[panelSide];\n const location = this.toStagePanelLocation(panelSide);\n const panelDef = this.getStagePanelDef(location);\n if (panelDef) {\n const panelState = panel.collapsed ? StagePanelState.Minimized : StagePanelState.Open;\n panelMap.set(panelDef, panelState);\n }\n for (const widgetId of panel.widgets) {\n const widget = nineZone.widgets[widgetId];\n // istanbul ignore else\n if (widget) {\n for (const tabId of widget.tabs) {\n const widgetDef = this.findWidgetDef(tabId);\n if (widgetDef) {\n let widgetState = WidgetState.Open;\n if (widget.minimized || tabId !== widget.activeTabId)\n widgetState = WidgetState.Closed;\n widgetMap.set(widgetDef, widgetState);\n }\n }\n }\n }\n }\n // istanbul ignore next\n for (const widgetId of nineZone.floatingWidgets.allIds) {\n const widget = nineZone.widgets[widgetId];\n if (widget) {\n for (const tabId of widget.tabs) {\n const widgetDef = this.findWidgetDef(tabId);\n if (widgetDef) {\n let widgetState = WidgetState.Open;\n if (widget.minimized || tabId !== widget.activeTabId)\n widgetState = WidgetState.Closed;\n widgetMap.set(widgetDef, widgetState);\n }\n }\n }\n }\n }\n\n private triggerStateChangeEventForWidgetsAndPanels(state: NineZoneState | undefined) {\n // istanbul ignore else\n if (!(this._isStageClosing || this._isApplicationClosing)) {\n if (state) {\n const originalPanelStateMap = new Map<StagePanelDef, StagePanelState>();\n const originalWidgetStateMap = new Map<WidgetDef, WidgetState>();\n const newPanelStateMap = new Map<StagePanelDef, StagePanelState>();\n const newWidgetStateMap = new Map<WidgetDef, WidgetState>();\n this._nineZoneState && this.populateStateMaps(this._nineZoneState, originalPanelStateMap, originalWidgetStateMap);\n this.populateStateMaps(state, newPanelStateMap, newWidgetStateMap);\n\n // set internal state value before triggering events\n this._nineZoneState = state;\n\n // now walk and trigger set state events\n newWidgetStateMap.forEach((stateValue, widgetDef) => {\n const originalState = originalWidgetStateMap.get(widgetDef);\n if (originalState !== stateValue) {\n UiFramework.frontstages.onWidgetStateChangedEvent.emit({ widgetDef, widgetState: stateValue });\n widgetDef.onWidgetStateChanged();\n }\n });\n newPanelStateMap.forEach((stateValue, panelDef) => {\n const originalState = originalPanelStateMap.get(panelDef);\n if (originalState !== stateValue) {\n UiFramework.frontstages.onPanelStateChangedEvent.emit({\n panelDef,\n panelState: stateValue,\n });\n }\n });\n\n for (const panelSide of panelSides) {\n const panel = state.panels[panelSide];\n const location = this.toStagePanelLocation(panelSide);\n const panelDef = this.getStagePanelDef(location);\n if (panelDef) {\n panelDef.size = panel.size;\n panelDef.pinned = panel.pinned;\n }\n }\n } else {\n this._nineZoneState = state;\n }\n }\n }\n\n /** @internal */\n public get nineZoneState(): NineZoneState | undefined { return this._nineZoneState; }\n public set nineZoneState(state: NineZoneState | undefined) {\n if (this._nineZoneState === state)\n return;\n\n if (!this._nineZoneState) {\n this._nineZoneState = state;\n } else {\n this.triggerStateChangeEventForWidgetsAndPanels(state);\n }\n\n // istanbul ignore next - don't trigger any side effects until stage \"isReady\"\n if (!(this._isStageClosing || this._isApplicationClosing) || this.isReady) {\n InternalFrontstageManager.onFrontstageNineZoneStateChangedEvent.emit({\n frontstageDef: this,\n state,\n });\n }\n }\n\n /** @internal */\n public get savedWidgetDefs() { return this._savedWidgetDefs; }\n public set savedWidgetDefs(widgets: SavedWidgets | undefined) {\n this._savedWidgetDefs = widgets;\n }\n\n /** @internal */\n public get timeTracker(): TimeTracker { return this._timeTracker; }\n\n /** Created a [[FrontstageDef]] and initialize it */\n public static async create(provider: FrontstageProvider) {\n const def = new FrontstageDef();\n def._frontstageProvider = provider;\n\n const config = provider.frontstageConfig();\n await def.initializeFromConfig(config);\n\n return def;\n }\n\n /** Handles when the Frontstage becomes activated */\n protected async _onActivated() { }\n\n /** Handles when the Frontstage becomes activated */\n public async onActivated() {\n this.updateWidgetDefs();\n\n const provider = this._contentGroupProvider;\n if (provider && this._initialConfig) {\n this._contentGroup = await provider.contentGroup(this._initialConfig);\n }\n\n // istanbul ignore next\n if (!this._contentGroup)\n throw new UiError(UiFramework.loggerCategory(this), `onActivated: Content Group not defined`);\n\n this._contentLayoutDef = UiFramework.content.layouts.getForGroup(this._contentGroup);\n UiFramework.frontstages.onContentLayoutActivatedEvent.emit({ contentLayout: this._contentLayoutDef, contentGroup: this._contentGroup });\n\n this._timeTracker.startTiming();\n await this._onActivated();\n }\n\n /** Handles when the Frontstage becomes inactive */\n protected async _onDeactivated() { }\n\n /** Handles when the Frontstage becomes inactive */\n public async onDeactivated() {\n for (const control of this._widgetControls) {\n control.onFrontstageDeactivated();\n }\n\n for (const control of this.contentControls) {\n control.onFrontstageDeactivated();\n }\n\n // istanbul ignore else\n if (this.contentGroup)\n this.contentGroup.onFrontstageDeactivated();\n // istanbul ignore next\n if (this.contentGroupProvider)\n await this.contentGroupProvider.onFrontstageDeactivated();\n\n this._timeTracker.stopTiming();\n\n this._isStageClosing = true; // this keeps widgets in child windows from automatically re-docking\n UiFramework.childWindows.closeAll();\n\n if (this._floatingContentControls) {\n InternalContentDialogManager.closeAll();\n this._floatingContentControls = undefined;\n }\n\n if (this._toolAdminDefaultToolId) {\n IModelApp.toolAdmin.defaultToolId = this._toolAdminDefaultToolId;\n this._toolAdminDefaultToolId = undefined;\n }\n\n await this._onDeactivated();\n this._isStageClosing = false;\n }\n\n /** @internal */\n public setIsApplicationClosing(value: boolean) {\n this._isApplicationClosing = value;\n }\n\n /** Returns once the contained widgets and content controls are ready to use */\n public async waitUntilReady(): Promise<void> {\n this._isReady = false;\n // create an array of control-ready promises\n const controlReadyPromises = new Array<Promise<void>>();\n this._widgetControls.forEach((control: WidgetControl) => {\n controlReadyPromises.push(control.isReady);\n });\n\n // istanbul ignore else\n if (this.contentLayoutDef) {\n const usedContentIndexes = this.contentLayoutDef.getUsedContentIndexes();\n this.contentControls.forEach((control: ContentControl, index: number) => {\n // istanbul ignore else\n if (usedContentIndexes.includes(index))\n controlReadyPromises.push(control.isReady);\n });\n }\n\n await Promise.all(controlReadyPromises);\n // Frontstage ready\n this._isReady = true;\n }\n\n /** Handles when the Frontstage becomes active */\n protected _onFrontstageReady(): void { }\n\n /** Handles when the Frontstage becomes active */\n public onFrontstageReady(): void {\n for (const control of this._widgetControls) {\n control.onFrontstageReady();\n }\n\n for (const control of this.contentControls) {\n control.onFrontstageReady();\n }\n\n // istanbul ignore else\n if (this.contentGroup)\n this.contentGroup.onFrontstageReady();\n\n if (IModelApp.toolAdmin && IModelApp.viewManager && this._initialConfig) {\n const defaultTool = this._initialConfig.defaultTool;\n if (defaultTool) {\n this._toolAdminDefaultToolId = IModelApp.toolAdmin.defaultToolId;\n IModelApp.toolAdmin.defaultToolId = defaultTool;\n void IModelApp.tools.run(defaultTool);\n } else {\n void IModelApp.toolAdmin.startDefaultTool();\n }\n }\n\n this._onFrontstageReady();\n }\n\n /** Sets the Content Layout and Content Group */\n public setContentLayoutAndGroup(contentLayoutDef: ContentLayoutDef, contentGroup: ContentGroup): void {\n this._contentLayoutDef = contentLayoutDef;\n this._contentGroup = contentGroup;\n }\n\n /** Sets the active view content control to the default or first */\n public async setActiveContent(): Promise<boolean> {\n let contentControl: ContentControl | undefined;\n let activated = false;\n\n // istanbul ignore else\n if (!contentControl && this.contentControls.length >= 0) {\n contentControl = this.contentControls[0];\n }\n\n if (contentControl) {\n UiFramework.content.setActive(contentControl.reactNode, true);\n if (contentControl.viewport) {\n const status = await IModelApp.viewManager.setSelectedView(contentControl.viewport);\n activated = status === BentleyStatus.SUCCESS;\n }\n }\n\n return activated;\n }\n\n /** Sets the active view content control */\n public setActiveView(newContent: ContentControl, oldContent?: ContentControl): void {\n if (oldContent)\n oldContent.onDeactivated();\n newContent.onActivated();\n UiFramework.frontstages.onContentControlActivatedEvent.emit({ activeContentControl: newContent, oldContentControl: oldContent });\n }\n\n /** Sets the active view content control based on the selected viewport. */\n public setActiveViewFromViewport(viewport: ScreenViewport): boolean {\n const contentControl = this.contentControls.find((control: ContentControl) => control.viewport === viewport);\n // istanbul ignore else\n if (contentControl) {\n UiFramework.content.setActive(contentControl.reactNode, true);\n return true;\n }\n\n // istanbul ignore next\n return false;\n }\n\n /** Gets a [[StagePanelDef]] based on a given panel location\n * @beta\n */\n public getStagePanelDef(location: StagePanelLocation): StagePanelDef | undefined {\n let panelDef: StagePanelDef | undefined;\n\n switch (location) {\n case StagePanelLocation.Top:\n panelDef = this.topPanel;\n break;\n case StagePanelLocation.Left:\n panelDef = this.leftPanel;\n break;\n case StagePanelLocation.Right:\n panelDef = this.rightPanel;\n break;\n case StagePanelLocation.Bottom:\n panelDef = this.bottomPanel;\n break;\n }\n\n // Panels can be undefined in a Frontstage\n\n return panelDef;\n }\n\n /** Gets a list of [[StagePanelDef]]s\n * @beta\n */\n public get panelDefs(): StagePanelDef[] {\n const locations = [\n StagePanelLocation.Left, StagePanelLocation.Right,\n StagePanelLocation.Top, StagePanelLocation.Bottom,\n ];\n const panels: StagePanelDef[] = [];\n\n locations.forEach((location: StagePanelLocation) => {\n const panel = this.getStagePanelDef(location);\n if (panel)\n panels.push(panel);\n });\n\n return panels;\n }\n\n /** Finds a [[WidgetDef]] based on a given id */\n public findWidgetDef(id: string): WidgetDef | undefined {\n for (const widgetDef of this.widgetDefs) {\n if (widgetDef.id === id)\n return widgetDef;\n }\n return undefined;\n }\n\n /** Gets the list of [[WidgetControl]]s */\n private get _widgetControls(): WidgetControl[] {\n const widgetControls = new Array<WidgetControl>();\n\n this.panelDefs.forEach((panelDef: StagePanelDef) => {\n panelDef.widgetDefs.forEach((widgetDef: WidgetDef) => {\n const widgetControl = widgetDef.widgetControl;\n // istanbul ignore if\n if (widgetControl)\n widgetControls.push(widgetControl);\n });\n });\n\n return widgetControls;\n }\n\n public addFloatingContentControl(contentControl?: ContentControl) {\n // istanbul ignore next\n if (!contentControl)\n return;\n if (!this._floatingContentControls)\n this._floatingContentControls = new Array<ContentControl>();\n\n this._floatingContentControls.push(contentControl);\n UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });\n }\n\n public dropFloatingContentControl(contentControl?: ContentControl) {\n // istanbul ignore next\n if (!contentControl || !this._floatingContentControls)\n return;\n\n const index = this._floatingContentControls.indexOf(contentControl);\n // istanbul ignore else\n if (index > -1) {\n this._floatingContentControls.splice(index, 1);\n UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });\n }\n }\n\n /** Gets the list of [[ContentControl]]s */\n public get contentControls(): ContentControl[] {\n const contentControls = new Array<ContentControl>();\n // istanbul ignore else\n if (this.contentGroup) {\n contentControls.push(...this.contentGroup.getContentControls());\n }\n if (this._floatingContentControls) {\n contentControls.push(...this._floatingContentControls);\n }\n return contentControls;\n }\n\n /** Initializes a FrontstageDef from FrontstageConfig.\n * @internal\n */\n public async initializeFromConfig(config: FrontstageConfig): Promise<void> {\n this._id = config.id;\n this._initialConfig = config;\n\n if (config.contentGroup instanceof ContentGroupProvider) {\n this._contentGroupProvider = config.contentGroup;\n } else {\n this._contentGroup = config.contentGroup;\n }\n\n this._usage = config.usage;\n this._version = config.version;\n\n this._toolSettings = createWidgetDef(config.toolSettings, WidgetType.ToolSettings);\n this._statusBar = createWidgetDef(config.statusBar, WidgetType.StatusBar);\n this._contentManipulation = createWidgetDef(config.contentManipulation, WidgetType.Tool);\n this._viewNavigation = createWidgetDef(config.viewNavigation, WidgetType.Navigation);\n this._topPanel = createStagePanelDef(config, StagePanelLocation.Top);\n this._leftPanel = createStagePanelDef(config, StagePanelLocation.Left);\n this._rightPanel = createStagePanelDef(config, StagePanelLocation.Right);\n this._bottomPanel = createStagePanelDef(config, StagePanelLocation.Bottom);\n }\n\n /** @internal */\n public updateWidgetDefs(): void {\n // Tracks provided widgets to prevent duplicates.\n const allStageWidgetDefs: WidgetDef[] = [];\n\n // Process panels before zones so extension can explicitly target a widget for a StagePanelSection\n this.panelDefs.forEach((stagePanelDef: StagePanelDef) => {\n stagePanelDef.updateDynamicWidgetDefs(this.id, this.usage, stagePanelDef.location, undefined, allStageWidgetDefs);\n });\n }\n\n /** @beta */\n public restoreLayout() {\n for (const panelDef of this.panelDefs) {\n panelDef.size = panelDef.defaultSize;\n panelDef.panelState = panelDef.defaultState;\n }\n for (const widgetDef of this.widgetDefs) {\n widgetDef.setWidgetState(widgetDef.defaultState);\n }\n InternalFrontstageManager.onFrontstageRestoreLayoutEvent.emit({ frontstageDef: this });\n }\n\n /** Used only in UI 2.0 to determine WidgetState from NinezoneState\n * @internal\n */\n public getWidgetCurrentState(widgetDef: WidgetDef): WidgetState | undefined {\n // istanbul ignore else\n if (this.nineZoneState) {\n const location = getTabLocation(this.nineZoneState, widgetDef.id);\n // istanbul ignore next\n if (!location)\n return WidgetState.Hidden;\n\n if (isFloatingTabLocation(location)) {\n const floatingWidget = this.nineZoneState.floatingWidgets.byId[location.floatingWidgetId];\n if (floatingWidget && floatingWidget.hidden)\n return WidgetState.Hidden;\n else\n return WidgetState.Floating;\n }\n\n let collapsedPanel = false;\n // istanbul ignore else\n if (\"side\" in location) {\n const panel = this.nineZoneState.panels[location.side];\n collapsedPanel = panel.collapsed || undefined === panel.size || 0 === panel.size;\n }\n const widgetContainer = this.nineZoneState.widgets[location.widgetId];\n if (widgetDef.id === widgetContainer.activeTabId && !collapsedPanel)\n return WidgetState.Open;\n else\n return WidgetState.Closed;\n }\n return widgetDef.defaultState;\n }\n\n /** Used only in UI 2.0 to determine StagePanelState and size from NinezoneState\n * @internal\n */\n public getPanelCurrentState(panelDef: StagePanelDef): [StagePanelState, number, boolean] {\n // istanbul ignore next\n if (this.nineZoneState) {\n const side = toPanelSide(panelDef.location);\n const panel = this.nineZoneState.panels[side];\n if (panel)\n return [panel.collapsed ? StagePanelState.Minimized : StagePanelState.Open, panel.size ?? 0, panel.pinned];\n return [StagePanelState.Off, 0, false];\n }\n return [panelDef.defaultState, panelDef.defaultSize ?? 0, true];\n }\n\n public isPopoutWidget(widgetId: string) {\n // istanbul ignore else\n if (this.nineZoneState) {\n const location = getTabLocation(this.nineZoneState, widgetId);\n // istanbul ignore else\n if (location)\n return isPopoutTabLocation(location);\n }\n\n return false;\n }\n\n public isFloatingWidget(widgetId: string) {\n // istanbul ignore else\n if (this.nineZoneState) {\n const location = getTabLocation(this.nineZoneState, widgetId);\n // istanbul ignore else\n if (location)\n return isFloatingTabLocation(location);\n }\n\n return false;\n }\n\n /** Create a new floating panel that contains the widget specified by its Id. Supported only when in\n * UI 2.0 or higher.\n * @param widgetId case sensitive Widget Id\n * @param point Position of top left corner of floating panel in pixels. If undefined {x:50, y:100} is used.\n * @param size defines the width and height of the floating panel. If undefined and widget has been floated before\n * the previous size is used, else {height:400, width:400} is used.\n * @beta\n */\n public floatWidget(widgetId: string, point?: PointProps, size?: SizeProps) {\n // istanbul ignore else\n if (this.nineZoneState) {\n const location = getTabLocation(this.nineZoneState, widgetId);\n if (location) {\n let popoutWidgetContainerId: string | undefined;\n if (isPopoutTabLocation(location)) {\n popoutWidgetContainerId = location.popoutWidgetId;\n }\n const state = floatWidget(this.nineZoneState, widgetId, point, size);\n // istanbul ignore else\n if (state) {\n this.nineZoneState = state;\n setTimeout(() => {\n popoutWidgetContainerId && UiFramework.childWindows.close(popoutWidgetContainerId, true);\n }, 600);\n }\n }\n }\n }\n /** Check widget and panel state to determine whether the widget is currently displayed\n * @param widgetId case-sensitive Widget Id\n * @public\n */\n public isWidgetDisplayed(widgetId: string) {\n let widgetIsVisible = false;\n // istanbul ignore else\n if (this.nineZoneState) {\n const tabLocation = getTabLocation(this.nineZoneState, widgetId);\n // istanbul ignore else\n if (tabLocation) {\n if (isFloatingTabLocation(tabLocation)) {\n const floatingWidget = this.nineZoneState.floatingWidgets.byId[tabLocation.floatingWidgetId];\n // istanbul ignore else\n if (!!!floatingWidget.hidden)\n widgetIsVisible = true;\n } else if (isPopoutTabLocation(tabLocation)) {\n widgetIsVisible = true;\n } else {\n // istanbul ignore else\n if (isPanelTabLocation(tabLocation)) {\n const panel = this.nineZoneState.panels[tabLocation.side];\n const widgetDef = this.findWidgetDef(widgetId);\n if (widgetDef && widgetDef.state === WidgetState.Open && !panel.collapsed)\n widgetIsVisible = true;\n }\n }\n }\n }\n return widgetIsVisible;\n }\n\n /** Opens window for specified PopoutWidget container. Used to reopen popout when running in Electron.\n * @internal */\n public openPopoutWidgetContainer(state: NineZoneState, widgetContainerId: string) {\n const location = getWidgetLocation(state, widgetContainerId);\n // istanbul ignore next\n if (!location)\n return;\n // istanbul ignore next\n if (!isPopoutWidgetLocation(location))\n return;\n\n const widget = state.widgets[widgetContainerId];\n const popoutWidget = state.popoutWidgets.byId[location.popoutWidgetId];\n\n // Popout widget should only contain a single tab.\n // istanbul ignore next\n if (widget.tabs.length !== 1)\n return;\n\n const tabId = widget.tabs[0];\n const widgetDef = this.findWidgetDef(tabId);\n // istanbul ignore next\n if (!widgetDef)\n return;\n\n const popoutContent = (<PopoutWidget widgetContainerId={widgetContainerId} widgetDef={widgetDef} />);\n const bounds = Rectangle.create(popoutWidget.bounds);\n\n const position: ChildWindowLocationProps = {\n width: bounds.getWidth(),\n height: bounds.getHeight(),\n left: bounds.left,\n top: bounds.top,\n };\n UiFramework.childWindows.open(widgetContainerId, widgetDef.label, popoutContent, position, UiFramework.useDefaultPopoutUrl);\n }\n\n /** Create a new popout/child window that contains the widget specified by its Id. Supported only when in\n * UI 2.0 or higher.\n * @param widgetId case sensitive Widget Id\n * @param point Position of top left corner of floating panel in pixels. If undefined {x:0, y:0} is used.\n * @param size defines the width and height of the floating panel. If undefined and widget has been floated before\n * the previous size is used, else {height:800, width:600} is used.\n * @beta\n */\n public popoutWidget(widgetId: string, point?: PointProps, size?: SizeProps) {\n // istanbul ignore next\n if (!this.nineZoneState)\n return;\n\n let location = getTabLocation(this.nineZoneState, widgetId);\n if (!location || isPopoutTabLocation(location))\n return;\n\n const widgetDef = this.findWidgetDef(widgetId);\n // istanbul ignore next\n if (!widgetDef)\n return;\n\n // get the state to apply that will pop-out the specified WidgetTab to child window.\n let preferredBounds = Rectangle.createFromSize({ height: 800, width: 600 });\n // istanbul ignore next\n if (widgetDef.popoutBounds)\n preferredBounds = widgetDef.popoutBounds;\n if (size)\n preferredBounds = preferredBounds.setSize(size);\n if (point)\n preferredBounds = preferredBounds.setPosition(point);\n\n const state = popoutWidgetToChildWindow(this.nineZoneState, widgetId, preferredBounds);\n this.nineZoneState = state;\n\n // now that the state is updated get the id of the container that houses the widgetTab/widgetId\n location = getTabLocation(state, widgetId);\n assert(!!location && isPopoutTabLocation(location));\n\n const widgetContainerId = location.widgetId;\n const popoutWidget = state.popoutWidgets.byId[widgetContainerId];\n const bounds = Rectangle.create(popoutWidget.bounds);\n\n setTimeout(() => {\n const popoutContent = (<PopoutWidget widgetContainerId={widgetContainerId} widgetDef={widgetDef} />);\n const position: ChildWindowLocationProps = {\n width: bounds.getWidth(),\n height: bounds.getHeight(),\n left: bounds.left,\n top: bounds.top,\n };\n UiFramework.childWindows.open(widgetContainerId, widgetDef.label, popoutContent, position, UiFramework.useDefaultPopoutUrl);\n });\n }\n\n public get isStageClosing() {\n return this._isStageClosing;\n }\n\n public get isApplicationClosing() {\n return this._isApplicationClosing;\n }\n\n public get isReady() {\n return this._isReady;\n }\n\n /** @internal */\n public saveChildWindowSizeAndPosition(childWindowId: string, childWindow: Window) {\n if (!this.nineZoneState)\n return;\n\n const location = getWidgetLocation(this.nineZoneState, childWindowId);\n if (!location || !isPopoutWidgetLocation(location))\n return;\n\n const widget = this.nineZoneState.widgets[location.popoutWidgetId];\n const tabId = widget.tabs[0];\n const widgetDef = this.findWidgetDef(tabId);\n if (!widgetDef)\n return;\n\n const adjustmentWidth = ProcessDetector.isElectronAppFrontend ? 16 : 0;\n const adjustmentHeight = ProcessDetector.isElectronAppFrontend ? 39 : 0;\n\n const width = childWindow.innerWidth + adjustmentWidth;\n const height = childWindow.innerHeight + adjustmentHeight;\n const bounds = Rectangle.createFromSize({ width, height }).offset({ x: childWindow.screenX, y: childWindow.screenY });\n widgetDef.popoutBounds = bounds;\n }\n\n /** Method used to possibly change a Popout Widget back to a docked widget if the user was the one closing the popout's child\n * window.\n * @internal\n */\n public dockPopoutWidgetContainer(widgetContainerId: string) {\n if (!this.nineZoneState)\n return;\n\n // Make sure the widgetContainerId is still in popout state. We don't want to set it to docked if the window is being closed because\n // an API call has moved the widget from a popout state to a floating state.\n // istanbul ignore else\n const location = getWidgetLocation(this.nineZoneState, widgetContainerId);\n if (!location || !isPopoutWidgetLocation(location))\n return;\n\n const state = dockWidgetContainer(this.nineZoneState, widgetContainerId, true);\n this.nineZoneState = state;\n }\n\n /** Finds the container with the specified widget and re-docks all widgets\n * back to the panel zone location that was used when the floating container\n * was generated. Supported only when in UI 2.0 or higher.\n * @param widgetId case sensitive Widget Id.\n * @beta\n */\n public dockWidgetContainer(widgetId: string) {\n // istanbul ignore else\n if (this.nineZoneState) {\n const location = getTabLocation(this.nineZoneState, widgetId);\n if (location) {\n const widgetContainerId = location.widgetId;\n const state = dockWidgetContainer(this.nineZoneState, widgetContainerId, true);\n state && (this.nineZoneState = state);\n if (isPopoutTabLocation(location)) {\n UiFramework.childWindows.close(location.widgetId, true);\n }\n }\n }\n }\n\n public setFloatingWidgetContainerBounds(floatingWidgetId: string, bounds: RectangleProps) {\n if (!this.nineZoneState || !(floatingWidgetId in this.nineZoneState.floatingWidgets.byId))\n return false;\n\n let state = FrameworkStateReducer(this.nineZoneState, {\n type: \"FLOATING_WIDGET_SET_BOUNDS\",\n id: floatingWidgetId,\n bounds,\n }, this);\n state = FrameworkStateReducer(state, {\n type: \"FLOATING_WIDGET_SET_USER_SIZED\",\n id: floatingWidgetId,\n userSized: true,\n }, this);\n this.nineZoneState = state;\n return true;\n }\n\n public getFloatingWidgetContainerIds(): string[] {\n if (!this.nineZoneState)\n return [];\n\n return [...this.nineZoneState.floatingWidgets.allIds];\n }\n\n public getFloatingWidgetContainerIdByWidgetId(widgetId: string): string | undefined {\n if (!this.nineZoneState)\n return undefined;\n\n const location = getTabLocation(this.nineZoneState, widgetId);\n // istanbul ignore else\n if (location && isFloatingTabLocation(location)) {\n return location.floatingWidgetId;\n }\n // istanbul ignore next\n return undefined;\n }\n\n public getFloatingWidgetContainerBounds(floatingWidgetId: string | undefined) {\n if (!floatingWidgetId)\n return undefined;\n\n // istanbul ignore else\n if (this.nineZoneState && (floatingWidgetId in this.nineZoneState.floatingWidgets.byId)) {\n const foundWidget = document.querySelector(`div.nz-widget-floatingWidget[data-widget-id='${floatingWidgetId}']`);\n // istanbul ignore next\n if (foundWidget) {\n const domRect = foundWidget.getBoundingClientRect();\n return { left: domRect.left, right: domRect.right, top: domRect.top, bottom: domRect.bottom };\n }\n return this.nineZoneState.floatingWidgets.byId[floatingWidgetId].bounds;\n }\n return undefined;\n }\n\n private *_widgetDefs(): Iterator<WidgetDef> {\n for (const panelDef of this.panelDefs) {\n for (const widgetDef of panelDef.widgetDefs) {\n yield widgetDef;\n }\n }\n\n return undefined;\n }\n\n /** Iterable of all widget definitions in a frontstage.\n * @internal\n */\n public get widgetDefs() {\n const defs = this._widgetDefs();\n return {\n [Symbol.iterator]() {\n return defs;\n },\n };\n }\n}\n\nfunction createWidgetDef(config: WidgetConfig | undefined, type: WidgetType): WidgetDef | undefined {\n if (!config)\n return undefined;\n\n const widgetDef = WidgetDef.create(config, type);\n return widgetDef;\n}\n\nfunction createStagePanelDef(frontstageConfig: FrontstageConfig, location: StagePanelLocation): StagePanelDef {\n const config = getStagePanel(location, frontstageConfig);\n\n const panelDef = new StagePanelDef();\n panelDef.initializeFromConfig(config, location);\n return panelDef;\n}\n\nfunction getStagePanel(location: StagePanelLocation, config: FrontstageConfig): StagePanelConfig | undefined {\n switch (location) {\n case StagePanelLocation.Top:\n return config.topPanel;\n case StagePanelLocation.Left:\n return config.leftPanel;\n case StagePanelLocation.Right:\n return config.rightPanel;\n case StagePanelLocation.Bottom:\n return config.bottomPanel;\n }\n}\n\n/** Hook that returns active frontstage id.\n * @public\n */\nexport const useActiveFrontstageId = () => {\n const def = useActiveFrontstageDef();\n const id = React.useMemo(() => def ? /* istanbul ignore next */ def.id : \"\", [def]);\n return id;\n};\n\n/** Hook to return the active Frontstage def */\n/** @public */\nexport function useActiveFrontstageDef() {\n const [def, setDef] = React.useState(UiFramework.frontstages.activeFrontstageDef);\n React.useEffect(() => {\n return UiFramework.frontstages.onFrontstageActivatedEvent.addListener((args) => {\n setDef(args.activatedFrontstageDef);\n });\n }, []);\n return def;\n}\n\n/** Hook that returns the widgetDef for a specific widgetId within the active frontstage.\n * @public\n */\nexport function useSpecificWidgetDef(widgetId: string) {\n const frontstageDef = useActiveFrontstageDef();\n return frontstageDef?.findWidgetDef(widgetId);\n}\n"]}
@@ -1,14 +1,14 @@
1
- /** @packageDocumentation
2
- * @module Frontstage
3
- */
4
- import { FrontstageConfig } from "./FrontstageConfig";
5
- /** Provides a definition required to create a Frontstage.
6
- * @public
7
- */
8
- export declare abstract class FrontstageProvider {
9
- /** Get the FrontstageProvider id. */
10
- abstract get id(): string;
11
- /** Return the frontstage configuration. */
12
- abstract frontstageConfig(): FrontstageConfig;
13
- }
1
+ /** @packageDocumentation
2
+ * @module Frontstage
3
+ */
4
+ import { FrontstageConfig } from "./FrontstageConfig";
5
+ /** Provides a definition required to create a Frontstage.
6
+ * @public
7
+ */
8
+ export declare abstract class FrontstageProvider {
9
+ /** Get the FrontstageProvider id. */
10
+ abstract get id(): string;
11
+ /** Return the frontstage configuration. */
12
+ abstract frontstageConfig(): FrontstageConfig;
13
+ }
14
14
  //# sourceMappingURL=FrontstageProvider.d.ts.map
@@ -1,13 +1,13 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /** @packageDocumentation
6
- * @module Frontstage
7
- */
8
- /** Provides a definition required to create a Frontstage.
9
- * @public
10
- */
11
- export class FrontstageProvider {
12
- }
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /** @packageDocumentation
6
+ * @module Frontstage
7
+ */
8
+ /** Provides a definition required to create a Frontstage.
9
+ * @public
10
+ */
11
+ export class FrontstageProvider {
12
+ }
13
13
  //# sourceMappingURL=FrontstageProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FrontstageProvider.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/FrontstageProvider.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAIH;;GAEG;AACH,MAAM,OAAgB,kBAAkB;CAKvC","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 Frontstage\r\n */\r\n\r\nimport { FrontstageConfig } from \"./FrontstageConfig\";\r\n\r\n/** Provides a definition required to create a Frontstage.\r\n * @public\r\n */\r\nexport abstract class FrontstageProvider {\r\n /** Get the FrontstageProvider id. */\r\n public abstract get id(): string;\r\n /** Return the frontstage configuration. */\r\n public abstract frontstageConfig(): FrontstageConfig;\r\n}\r\n"]}
1
+ {"version":3,"file":"FrontstageProvider.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/FrontstageProvider.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAIH;;GAEG;AACH,MAAM,OAAgB,kBAAkB;CAKvC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Frontstage\n */\n\nimport { FrontstageConfig } from \"./FrontstageConfig\";\n\n/** Provides a definition required to create a Frontstage.\n * @public\n */\nexport abstract class FrontstageProvider {\n /** Get the FrontstageProvider id. */\n public abstract get id(): string;\n /** Return the frontstage configuration. */\n public abstract frontstageConfig(): FrontstageConfig;\n}\n"]}