@itwin/appui-react 3.6.0 → 3.7.0-dev.1

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