@itwin/appui-react 3.6.0-dev.34 → 3.6.0-dev.36

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