@itwin/appui-react 3.6.0 → 3.6.2

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 (1923) hide show
  1. package/CHANGELOG.md +21 -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 +141 -141
  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/BackstageItem.d.ts +42 -42
  71. package/lib/cjs/appui-react/backstage/BackstageItem.js +36 -36
  72. package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -1
  73. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts +48 -48
  74. package/lib/cjs/appui-react/backstage/BackstageItemProps.js +21 -21
  75. package/lib/cjs/appui-react/backstage/BackstageItemProps.js.map +1 -1
  76. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +18 -18
  77. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +58 -58
  78. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  79. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +35 -35
  80. package/lib/cjs/appui-react/backstage/BackstageManager.js +84 -84
  81. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  82. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts +31 -31
  83. package/lib/cjs/appui-react/backstage/CommandLaunch.js +86 -86
  84. package/lib/cjs/appui-react/backstage/CommandLaunch.js.map +1 -1
  85. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts +33 -33
  86. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js +92 -92
  87. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js.map +1 -1
  88. package/lib/cjs/appui-react/backstage/Separator.d.ts +15 -15
  89. package/lib/cjs/appui-react/backstage/Separator.js +27 -27
  90. package/lib/cjs/appui-react/backstage/Separator.js.map +1 -1
  91. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts +34 -34
  92. package/lib/cjs/appui-react/backstage/TaskLaunch.js +100 -100
  93. package/lib/cjs/appui-react/backstage/TaskLaunch.js.map +1 -1
  94. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
  95. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +36 -36
  96. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  97. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
  98. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +47 -47
  99. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  100. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
  101. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +179 -179
  102. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  103. package/lib/cjs/appui-react/childwindow/ChildWindowManager.scss +14 -14
  104. package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts +7 -7
  105. package/lib/cjs/appui-react/childwindow/CopyStyles.js +42 -42
  106. package/lib/cjs/appui-react/childwindow/CopyStyles.js.map +1 -1
  107. package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  108. package/lib/cjs/appui-react/childwindow/PopoutWidget.js +19 -19
  109. package/lib/cjs/appui-react/childwindow/PopoutWidget.js.map +1 -1
  110. package/lib/cjs/appui-react/childwindow/PopoutWidget.scss +10 -10
  111. package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  112. package/lib/cjs/appui-react/configurableui/ActivityTracker.js +70 -70
  113. package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
  114. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  115. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +62 -62
  116. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  117. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  118. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +95 -95
  119. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  120. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +109 -109
  121. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +190 -190
  122. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  123. package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts +33 -33
  124. package/lib/cjs/appui-react/configurableui/TimeTracker.js +81 -81
  125. package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
  126. package/lib/cjs/appui-react/configurableui/configurableui.scss +79 -79
  127. package/lib/cjs/appui-react/configurableui/state.d.ts +68 -68
  128. package/lib/cjs/appui-react/configurableui/state.js +120 -120
  129. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  130. package/lib/cjs/appui-react/content/ContentControl.d.ts +64 -64
  131. package/lib/cjs/appui-react/content/ContentControl.js +78 -78
  132. package/lib/cjs/appui-react/content/ContentControl.js.map +1 -1
  133. package/lib/cjs/appui-react/content/ContentGroup.d.ts +100 -100
  134. package/lib/cjs/appui-react/content/ContentGroup.js +174 -174
  135. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  136. package/lib/cjs/appui-react/content/ContentLayout.d.ts +94 -94
  137. package/lib/cjs/appui-react/content/ContentLayout.js +374 -374
  138. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  139. package/lib/cjs/appui-react/content/ContentLayout.scss +99 -99
  140. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +47 -47
  141. package/lib/cjs/appui-react/content/ContentLayoutManager.js +94 -94
  142. package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +1 -1
  143. package/lib/cjs/appui-react/content/ContentViewManager.d.ts +92 -92
  144. package/lib/cjs/appui-react/content/ContentViewManager.js +206 -206
  145. package/lib/cjs/appui-react/content/ContentViewManager.js.map +1 -1
  146. package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  147. package/lib/cjs/appui-react/content/DefaultViewOverlay.js +50 -50
  148. package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
  149. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +43 -43
  150. package/lib/cjs/appui-react/content/FloatingViewportContent.css +9 -9
  151. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +27 -27
  152. package/lib/cjs/appui-react/content/FloatingViewportContent.js +83 -83
  153. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  154. package/lib/cjs/appui-react/content/IModelViewport.d.ts +80 -80
  155. package/lib/cjs/appui-react/content/IModelViewport.js +156 -156
  156. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  157. package/lib/cjs/appui-react/content/StageContentLayout.d.ts +35 -35
  158. package/lib/cjs/appui-react/content/StageContentLayout.js +66 -66
  159. package/lib/cjs/appui-react/content/StageContentLayout.js.map +1 -1
  160. package/lib/cjs/appui-react/content/ViewStateHelper.d.ts +25 -25
  161. package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
  162. package/lib/cjs/appui-react/content/ViewStateHelper.js.map +1 -1
  163. package/lib/cjs/appui-react/content/ViewportContentControl.d.ts +61 -61
  164. package/lib/cjs/appui-react/content/ViewportContentControl.js +132 -132
  165. package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
  166. package/lib/cjs/appui-react/content/split-pane/Pane.d.ts +20 -20
  167. package/lib/cjs/appui-react/content/split-pane/Pane.js +42 -42
  168. package/lib/cjs/appui-react/content/split-pane/Pane.js.map +1 -1
  169. package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts +22 -22
  170. package/lib/cjs/appui-react/content/split-pane/Resizer.js +38 -38
  171. package/lib/cjs/appui-react/content/split-pane/Resizer.js.map +1 -1
  172. package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  173. package/lib/cjs/appui-react/content/split-pane/SplitPane.js +242 -242
  174. package/lib/cjs/appui-react/content/split-pane/SplitPane.js.map +1 -1
  175. package/lib/cjs/appui-react/cursor/CursorInformation.d.ts +68 -68
  176. package/lib/cjs/appui-react/cursor/CursorInformation.js +144 -144
  177. package/lib/cjs/appui-react/cursor/CursorInformation.js.map +1 -1
  178. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  179. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +76 -76
  180. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  181. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  182. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +150 -150
  183. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  184. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  185. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  186. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +325 -325
  187. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  188. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  189. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +63 -63
  190. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  191. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  192. package/lib/cjs/appui-react/dialog/ContentDialog.d.ts +23 -23
  193. package/lib/cjs/appui-react/dialog/ContentDialog.js +71 -71
  194. package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
  195. package/lib/cjs/appui-react/dialog/ContentDialog.scss +25 -25
  196. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +64 -64
  197. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +147 -147
  198. package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
  199. package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  200. package/lib/cjs/appui-react/dialog/DialogManagerBase.js +141 -141
  201. package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
  202. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +47 -47
  203. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +72 -72
  204. package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
  205. package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +21 -21
  206. package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
  207. package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
  208. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
  209. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +135 -135
  210. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  211. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +40 -40
  212. package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
  213. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  214. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  215. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +82 -82
  216. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  217. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts +21 -21
  218. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js +32 -32
  219. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js.map +1 -1
  220. package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts +61 -61
  221. package/lib/cjs/appui-react/feedback/ElementTooltip.js +132 -132
  222. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  223. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +71 -71
  224. package/lib/cjs/appui-react/feedback/ValidationTextbox.js +114 -114
  225. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  226. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +53 -53
  227. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts +158 -158
  228. package/lib/cjs/appui-react/frontstage/Frontstage.js +469 -469
  229. package/lib/cjs/appui-react/frontstage/Frontstage.js.map +1 -1
  230. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts +146 -146
  231. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js +667 -667
  232. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js.map +1 -1
  233. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
  234. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js +9 -9
  235. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  236. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +258 -258
  237. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +1038 -1038
  238. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  239. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +361 -361
  240. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +589 -589
  241. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
  242. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +21 -21
  243. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
  244. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  245. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +32 -32
  246. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +43 -43
  247. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  248. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +86 -86
  249. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  250. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +88 -88
  251. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  252. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +13 -13
  253. package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
  254. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +30 -30
  255. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  256. package/lib/cjs/appui-react/frontstage/StageUsage.d.ts +14 -14
  257. package/lib/cjs/appui-react/frontstage/StageUsage.js +16 -16
  258. package/lib/cjs/appui-react/frontstage/StageUsage.js.map +1 -1
  259. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +76 -76
  260. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +61 -61
  261. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  262. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  263. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +37 -37
  264. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  265. package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts +7 -7
  266. package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
  267. package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
  268. package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts +8 -8
  269. package/lib/cjs/appui-react/hooks/useActiveViewport.js +46 -46
  270. package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
  271. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  272. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +71 -71
  273. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  274. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  275. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +30 -30
  276. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  277. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  278. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
  279. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  280. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts +37 -37
  281. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js +56 -56
  282. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js.map +1 -1
  283. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  284. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +71 -71
  285. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  286. package/lib/cjs/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  287. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js +65 -65
  288. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  289. package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts +5 -5
  290. package/lib/cjs/appui-react/hooks/useUiVisibility.js +26 -26
  291. package/lib/cjs/appui-react/hooks/useUiVisibility.js.map +1 -1
  292. package/lib/cjs/appui-react/imodel-components/Common.d.ts +25 -25
  293. package/lib/cjs/appui-react/imodel-components/Common.js +24 -24
  294. package/lib/cjs/appui-react/imodel-components/Common.js.map +1 -1
  295. package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +53 -53
  296. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +71 -71
  297. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +148 -148
  298. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -1
  299. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +51 -51
  300. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +70 -70
  301. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -1
  302. package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +102 -102
  303. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +71 -71
  304. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +108 -108
  305. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -1
  306. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -9
  307. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +63 -63
  308. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +200 -200
  309. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -1
  310. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -392
  311. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +387 -387
  312. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +84 -84
  313. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +129 -129
  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 -103
  318. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +481 -481
  319. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -1
  320. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +9 -9
  321. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +22 -22
  322. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +1 -1
  323. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +78 -78
  324. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +78 -78
  325. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +35 -35
  326. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +43 -43
  327. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -1
  328. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -9
  329. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
  330. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +272 -272
  331. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  332. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  333. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +95 -95
  334. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  335. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts +79 -79
  336. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js +238 -238
  337. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -1
  338. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.scss +11 -11
  339. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +44 -44
  340. package/lib/cjs/appui-react/messages/ActivityMessage.js +92 -92
  341. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  342. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts +19 -19
  343. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js +43 -43
  344. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js.map +1 -1
  345. package/lib/cjs/appui-react/messages/ActivityMessagePopup.scss +14 -14
  346. package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts +74 -74
  347. package/lib/cjs/appui-react/messages/AppNotificationManager.js +125 -125
  348. package/lib/cjs/appui-react/messages/AppNotificationManager.js.map +1 -1
  349. package/lib/cjs/appui-react/messages/HollowIcon.d.ts +9 -9
  350. package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
  351. package/lib/cjs/appui-react/messages/HollowIcon.js.map +1 -1
  352. package/lib/cjs/appui-react/messages/InputField.d.ts +37 -37
  353. package/lib/cjs/appui-react/messages/InputField.js +91 -91
  354. package/lib/cjs/appui-react/messages/InputField.js.map +1 -1
  355. package/lib/cjs/appui-react/messages/InputField.scss +82 -82
  356. package/lib/cjs/appui-react/messages/MessageLabel.d.ts +12 -12
  357. package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
  358. package/lib/cjs/appui-react/messages/MessageLabel.js.map +1 -1
  359. package/lib/cjs/appui-react/messages/MessageManager.d.ts +244 -244
  360. package/lib/cjs/appui-react/messages/MessageManager.d.ts.map +1 -1
  361. package/lib/cjs/appui-react/messages/MessageManager.js +441 -443
  362. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  363. package/lib/cjs/appui-react/messages/MessageSpan.d.ts +14 -14
  364. package/lib/cjs/appui-react/messages/MessageSpan.js +22 -22
  365. package/lib/cjs/appui-react/messages/MessageSpan.js.map +1 -1
  366. package/lib/cjs/appui-react/messages/Pointer.d.ts +69 -69
  367. package/lib/cjs/appui-react/messages/Pointer.js +174 -174
  368. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  369. package/lib/cjs/appui-react/messages/Pointer.scss +42 -42
  370. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  371. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +68 -68
  372. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  373. package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts +24 -24
  374. package/lib/cjs/appui-react/messages/StatusMessageManager.js +55 -55
  375. package/lib/cjs/appui-react/messages/StatusMessageManager.js.map +1 -1
  376. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts +21 -21
  377. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js +75 -75
  378. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js.map +1 -1
  379. package/lib/cjs/appui-react/messages/StatusMessageRenderer.scss +27 -27
  380. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts +24 -24
  381. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js +67 -67
  382. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js.map +1 -1
  383. package/lib/cjs/appui-react/messages/StatusMessagesContainer.scss +52 -52
  384. package/lib/cjs/appui-react/messages/StickyMessage.d.ts +22 -22
  385. package/lib/cjs/appui-react/messages/StickyMessage.js +38 -38
  386. package/lib/cjs/appui-react/messages/StickyMessage.js.map +1 -1
  387. package/lib/cjs/appui-react/messages/StickyMessage.scss +22 -22
  388. package/lib/cjs/appui-react/messages/ToastMessage.d.ts +22 -22
  389. package/lib/cjs/appui-react/messages/ToastMessage.js +30 -30
  390. package/lib/cjs/appui-react/messages/ToastMessage.js.map +1 -1
  391. package/lib/cjs/appui-react/messages/getToastCategory.d.ts +6 -6
  392. package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
  393. package/lib/cjs/appui-react/messages/getToastCategory.js.map +1 -1
  394. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  395. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +25 -25
  396. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  397. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  398. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +25 -25
  399. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  400. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  401. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +34 -34
  402. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  403. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  404. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +184 -184
  405. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  406. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +82 -82
  407. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  408. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +150 -150
  409. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  410. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  411. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  412. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +105 -105
  413. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  414. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  415. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +145 -143
  416. package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
  417. package/lib/cjs/appui-react/pickers/ListPicker.js +329 -328
  418. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  419. package/lib/cjs/appui-react/pickers/ListPicker.scss +307 -300
  420. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +93 -90
  421. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  422. package/lib/cjs/appui-react/pickers/ViewSelector.js +268 -252
  423. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  424. package/lib/cjs/appui-react/popup/CardPopup.d.ts +48 -48
  425. package/lib/cjs/appui-react/popup/CardPopup.js +89 -89
  426. package/lib/cjs/appui-react/popup/CardPopup.js.map +1 -1
  427. package/lib/cjs/appui-react/popup/CardPopup.scss +25 -25
  428. package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  429. package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
  430. package/lib/cjs/appui-react/popup/HTMLElementPopup.js.map +1 -1
  431. package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts +38 -38
  432. package/lib/cjs/appui-react/popup/InputEditorPopup.js +57 -57
  433. package/lib/cjs/appui-react/popup/InputEditorPopup.js.map +1 -1
  434. package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  435. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +253 -253
  436. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  437. package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -30
  438. package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  439. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
  440. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  441. package/lib/cjs/appui-react/popup/PopupManager.d.ts +105 -105
  442. package/lib/cjs/appui-react/popup/PopupManager.js +232 -232
  443. package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
  444. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +26 -26
  445. package/lib/cjs/appui-react/popup/PositionPopup.js +48 -48
  446. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  447. package/lib/cjs/appui-react/popup/PositionPopup.scss +28 -28
  448. package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  449. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
  450. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  451. package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts +34 -34
  452. package/lib/cjs/appui-react/popup/ToolbarPopup.js +57 -57
  453. package/lib/cjs/appui-react/popup/ToolbarPopup.js.map +1 -1
  454. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +22 -22
  455. package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
  456. package/lib/cjs/appui-react/redux/FrameworkState.js.map +1 -1
  457. package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts +36 -36
  458. package/lib/cjs/appui-react/redux/ReducerRegistry.js +60 -60
  459. package/lib/cjs/appui-react/redux/ReducerRegistry.js.map +1 -1
  460. package/lib/cjs/appui-react/redux/SessionState.d.ts +103 -103
  461. package/lib/cjs/appui-react/redux/SessionState.js +130 -130
  462. package/lib/cjs/appui-react/redux/SessionState.js.map +1 -1
  463. package/lib/cjs/appui-react/redux/StateManager.d.ts +43 -43
  464. package/lib/cjs/appui-react/redux/StateManager.js +97 -97
  465. package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
  466. package/lib/cjs/appui-react/redux/connectIModel.d.ts +26 -26
  467. package/lib/cjs/appui-react/redux/connectIModel.js +94 -94
  468. package/lib/cjs/appui-react/redux/connectIModel.js.map +1 -1
  469. package/lib/cjs/appui-react/redux/redux-ts.d.ts +197 -197
  470. package/lib/cjs/appui-react/redux/redux-ts.js +36 -36
  471. package/lib/cjs/appui-react/redux/redux-ts.js.map +1 -1
  472. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +72 -72
  473. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +33 -33
  474. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  475. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +12 -12
  476. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +15 -15
  477. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  478. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts +17 -17
  479. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js +56 -56
  480. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js.map +1 -1
  481. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
  482. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +695 -695
  483. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  484. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  485. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +212 -212
  486. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  487. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  488. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +202 -202
  489. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  490. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +125 -125
  491. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  492. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
  493. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  494. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +39 -39
  495. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +193 -193
  496. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  497. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +66 -66
  498. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +35 -35
  499. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +67 -67
  500. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  501. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts +11 -11
  502. package/lib/cjs/appui-react/shared/AnyItemDef.js +9 -9
  503. package/lib/cjs/appui-react/shared/AnyItemDef.js.map +1 -1
  504. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  505. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +9 -9
  506. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  507. package/lib/cjs/appui-react/shared/CommandItemDef.d.ts +16 -16
  508. package/lib/cjs/appui-react/shared/CommandItemDef.js +35 -35
  509. package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
  510. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +19 -19
  511. package/lib/cjs/appui-react/shared/CustomItemDef.js +50 -50
  512. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  513. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +13 -13
  514. package/lib/cjs/appui-react/shared/CustomItemProps.js +9 -9
  515. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  516. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +22 -22
  517. package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
  518. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  519. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +66 -66
  520. package/lib/cjs/appui-react/shared/ItemDefBase.js +92 -92
  521. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  522. package/lib/cjs/appui-react/shared/ItemMap.d.ts +21 -21
  523. package/lib/cjs/appui-react/shared/ItemMap.js +51 -51
  524. package/lib/cjs/appui-react/shared/ItemMap.js.map +1 -1
  525. package/lib/cjs/appui-react/shared/ItemProps.d.ts +65 -65
  526. package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
  527. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  528. package/lib/cjs/appui-react/shared/MenuItem.d.ts +36 -36
  529. package/lib/cjs/appui-react/shared/MenuItem.js +112 -112
  530. package/lib/cjs/appui-react/shared/MenuItem.js.map +1 -1
  531. package/lib/cjs/appui-react/shared/SelectionScope.d.ts +13 -13
  532. package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
  533. package/lib/cjs/appui-react/shared/SelectionScope.js.map +1 -1
  534. package/lib/cjs/appui-react/shared/ToolItemDef.d.ts +17 -17
  535. package/lib/cjs/appui-react/shared/ToolItemDef.js +39 -39
  536. package/lib/cjs/appui-react/shared/ToolItemDef.js.map +1 -1
  537. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts +61 -61
  538. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js +121 -121
  539. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -1
  540. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.scss +41 -41
  541. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts +141 -141
  542. package/lib/cjs/appui-react/stagepanels/StagePanel.js +154 -154
  543. package/lib/cjs/appui-react/stagepanels/StagePanel.js.map +1 -1
  544. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +38 -38
  545. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +10 -10
  546. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  547. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +283 -283
  548. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +276 -276
  549. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  550. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts +27 -27
  551. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js +45 -45
  552. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js.map +1 -1
  553. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.scss +25 -25
  554. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
  555. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +15 -15
  556. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  557. package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts +12 -12
  558. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +15 -15
  559. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js.map +1 -1
  560. package/lib/cjs/appui-react/statusbar/Indicator.d.ts +25 -25
  561. package/lib/cjs/appui-react/statusbar/Indicator.js +37 -37
  562. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  563. package/lib/cjs/appui-react/statusbar/Indicator.scss +110 -110
  564. package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  565. package/lib/cjs/appui-react/statusbar/LabelIndicator.js +29 -29
  566. package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
  567. package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +43 -43
  568. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +19 -19
  569. package/lib/cjs/appui-react/statusbar/Overflow.js +30 -30
  570. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  571. package/lib/cjs/appui-react/statusbar/Overflow.scss +27 -27
  572. package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  573. package/lib/cjs/appui-react/statusbar/OverflowPanel.js +22 -22
  574. package/lib/cjs/appui-react/statusbar/OverflowPanel.js.map +1 -1
  575. package/lib/cjs/appui-react/statusbar/OverflowPanel.scss +22 -22
  576. package/lib/cjs/appui-react/statusbar/Separator.d.ts +9 -9
  577. package/lib/cjs/appui-react/statusbar/Separator.js +20 -20
  578. package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
  579. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +78 -78
  580. package/lib/cjs/appui-react/statusbar/StatusBar.js +178 -178
  581. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  582. package/lib/cjs/appui-react/statusbar/StatusBar.scss +43 -43
  583. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  584. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +287 -287
  585. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  586. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +66 -66
  587. package/lib/cjs/appui-react/statusbar/StatusBarItem.js +48 -48
  588. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  589. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +32 -32
  590. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +52 -52
  591. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  592. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +10 -10
  593. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +18 -18
  594. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  595. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +39 -39
  596. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +23 -23
  597. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  598. package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts +20 -20
  599. package/lib/cjs/appui-react/statusbar/dialog/Button.js +19 -19
  600. package/lib/cjs/appui-react/statusbar/dialog/Button.js.map +1 -1
  601. package/lib/cjs/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  602. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +30 -30
  603. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  604. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  605. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +19 -19
  606. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  607. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
  608. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +37 -37
  609. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  610. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
  611. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +56 -56
  612. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  613. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts +9 -9
  614. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js +25 -25
  615. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -1
  616. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts +10 -10
  617. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js +26 -26
  618. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js.map +1 -1
  619. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +27 -27
  620. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +67 -67
  621. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  622. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts +44 -44
  623. package/lib/cjs/appui-react/statusfields/ConditionalField.js +56 -56
  624. package/lib/cjs/appui-react/statusfields/ConditionalField.js.map +1 -1
  625. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts +18 -18
  626. package/lib/cjs/appui-react/statusfields/FooterModeField.js +27 -27
  627. package/lib/cjs/appui-react/statusfields/FooterModeField.js.map +1 -1
  628. package/lib/cjs/appui-react/statusfields/Indicator.d.ts +43 -43
  629. package/lib/cjs/appui-react/statusfields/Indicator.js +45 -45
  630. package/lib/cjs/appui-react/statusfields/Indicator.js.map +1 -1
  631. package/lib/cjs/appui-react/statusfields/Indicator.scss +183 -183
  632. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +57 -57
  633. package/lib/cjs/appui-react/statusfields/MessageCenter.js +151 -151
  634. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  635. package/lib/cjs/appui-react/statusfields/PromptField.d.ts +30 -30
  636. package/lib/cjs/appui-react/statusfields/PromptField.js +51 -51
  637. package/lib/cjs/appui-react/statusfields/PromptField.js.map +1 -1
  638. package/lib/cjs/appui-react/statusfields/PromptField.scss +42 -42
  639. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +16 -16
  640. package/lib/cjs/appui-react/statusfields/SectionsField.js +80 -80
  641. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  642. package/lib/cjs/appui-react/statusfields/SectionsField.scss +36 -36
  643. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  644. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +51 -51
  645. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  646. package/lib/cjs/appui-react/statusfields/SelectionInfo.scss +14 -14
  647. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +37 -37
  648. package/lib/cjs/appui-react/statusfields/SelectionScope.js +71 -71
  649. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  650. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +48 -48
  651. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +41 -41
  652. package/lib/cjs/appui-react/statusfields/SnapMode.js +89 -89
  653. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  654. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts +22 -22
  655. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js +2 -2
  656. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js.map +1 -1
  657. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +31 -31
  658. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +100 -100
  659. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  660. package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +14 -14
  661. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  662. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +94 -94
  663. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  664. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +57 -57
  665. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +96 -96
  666. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +459 -459
  667. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  668. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +206 -206
  669. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts +43 -43
  670. package/lib/cjs/appui-react/syncui/BooleanListener.js +69 -69
  671. package/lib/cjs/appui-react/syncui/BooleanListener.js.map +1 -1
  672. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +102 -102
  673. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +258 -258
  674. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  675. package/lib/cjs/appui-react/theme/ThemeManager.d.ts +55 -55
  676. package/lib/cjs/appui-react/theme/ThemeManager.js +97 -97
  677. package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
  678. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  679. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +52 -52
  680. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  681. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  682. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
  683. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  684. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  685. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +65 -65
  686. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  687. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts +17 -17
  688. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js +30 -30
  689. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js.map +1 -1
  690. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts +39 -39
  691. package/lib/cjs/appui-react/toolbar/ActionItemButton.js +103 -103
  692. package/lib/cjs/appui-react/toolbar/ActionItemButton.js.map +1 -1
  693. package/lib/cjs/appui-react/toolbar/DragInteraction.d.ts +8 -8
  694. package/lib/cjs/appui-react/toolbar/DragInteraction.js +15 -15
  695. package/lib/cjs/appui-react/toolbar/DragInteraction.js.map +1 -1
  696. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts +78 -78
  697. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js +328 -328
  698. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js.map +1 -1
  699. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +128 -128
  700. package/lib/cjs/appui-react/toolbar/GroupItem.js +467 -467
  701. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  702. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts +57 -57
  703. package/lib/cjs/appui-react/toolbar/PopupButton.js +153 -153
  704. package/lib/cjs/appui-react/toolbar/PopupButton.js.map +1 -1
  705. package/lib/cjs/appui-react/toolbar/PopupButton.scss +9 -9
  706. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts +30 -30
  707. package/lib/cjs/appui-react/toolbar/ToolButton.js +99 -99
  708. package/lib/cjs/appui-react/toolbar/ToolButton.js.map +1 -1
  709. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts +54 -54
  710. package/lib/cjs/appui-react/toolbar/Toolbar.js +239 -239
  711. package/lib/cjs/appui-react/toolbar/Toolbar.js.map +1 -1
  712. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  713. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +249 -249
  714. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  715. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +27 -27
  716. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +152 -152
  717. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  718. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +52 -52
  719. package/lib/cjs/appui-react/toolbar/ToolbarItem.js +40 -40
  720. package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -1
  721. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts +13 -13
  722. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +27 -27
  723. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
  724. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
  725. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +36 -36
  726. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  727. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
  728. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +54 -54
  729. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  730. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +43 -43
  731. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +410 -410
  732. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  733. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  734. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +31 -31
  735. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  736. package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  737. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +30 -30
  738. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  739. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts +21 -21
  740. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js +53 -53
  741. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js.map +1 -1
  742. package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  743. package/lib/cjs/appui-react/tools/OpenSettingsTool.js +32 -32
  744. package/lib/cjs/appui-react/tools/OpenSettingsTool.js.map +1 -1
  745. package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  746. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +60 -60
  747. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  748. package/lib/cjs/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  749. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +46 -46
  750. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  751. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +10 -10
  752. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js +19 -19
  753. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
  754. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts +8 -8
  755. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js +9 -9
  756. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
  757. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
  758. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +106 -106
  759. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  760. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +37 -37
  761. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +96 -96
  762. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  763. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
  764. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +67 -67
  765. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  766. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
  767. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +52 -52
  768. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  769. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +24 -24
  770. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +91 -91
  771. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  772. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +30 -30
  773. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +83 -83
  774. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  775. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts +23 -23
  776. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +18 -18
  777. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  778. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts +8 -8
  779. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js +9 -9
  780. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
  781. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  782. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +348 -348
  783. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  784. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  785. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +206 -206
  786. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  787. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  788. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +55 -55
  789. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  790. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +216 -216
  791. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +53 -53
  792. package/lib/cjs/appui-react/uistate/AppUiSettings.js +95 -95
  793. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  794. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts +14 -14
  795. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js +61 -61
  796. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js.map +1 -1
  797. package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  798. package/lib/cjs/appui-react/uistate/useUiStateStorage.js +38 -38
  799. package/lib/cjs/appui-react/uistate/useUiStateStorage.js.map +1 -1
  800. package/lib/cjs/appui-react/utils/PropsHelper.d.ts +20 -20
  801. package/lib/cjs/appui-react/utils/PropsHelper.js +66 -66
  802. package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
  803. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  804. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +60 -60
  805. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  806. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +83 -83
  807. package/lib/cjs/appui-react/utils/UiShowHideManager.js +197 -197
  808. package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
  809. package/lib/cjs/appui-react/utils/ViewUtilities.d.ts +66 -66
  810. package/lib/cjs/appui-react/utils/ViewUtilities.js +98 -98
  811. package/lib/cjs/appui-react/utils/ViewUtilities.js.map +1 -1
  812. package/lib/cjs/appui-react/widget-panels/Content.d.ts +6 -6
  813. package/lib/cjs/appui-react/widget-panels/Content.js +58 -58
  814. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  815. package/lib/cjs/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  816. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +18 -18
  817. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  818. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +122 -122
  819. package/lib/cjs/appui-react/widget-panels/Frontstage.js +1195 -1195
  820. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  821. package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -19
  822. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  823. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
  824. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  825. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  826. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +38 -38
  827. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  828. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts +8 -8
  829. package/lib/cjs/appui-react/widget-panels/StatusBar.js +30 -30
  830. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  831. package/lib/cjs/appui-react/widget-panels/StatusBar.scss +10 -10
  832. package/lib/cjs/appui-react/widget-panels/Tab.d.ts +10 -10
  833. package/lib/cjs/appui-react/widget-panels/Tab.js +34 -34
  834. package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
  835. package/lib/cjs/appui-react/widget-panels/Tab.scss +14 -14
  836. package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  837. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +155 -155
  838. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  839. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +40 -40
  840. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts +7 -7
  841. package/lib/cjs/appui-react/widget-panels/Toolbars.js +31 -31
  842. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  843. package/lib/cjs/appui-react/widget-panels/Toolbars.scss +20 -20
  844. package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts +7 -7
  845. package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
  846. package/lib/cjs/appui-react/widget-panels/useTransientState.js.map +1 -1
  847. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  848. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +31 -31
  849. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  850. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts +21 -21
  851. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +55 -55
  852. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  853. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  854. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +60 -60
  855. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  856. package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  857. package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
  858. package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
  859. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  860. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +48 -48
  861. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  862. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts +34 -34
  863. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js +64 -64
  864. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js.map +1 -1
  865. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts +55 -55
  866. package/lib/cjs/appui-react/widgets/NavigationWidget.js +154 -154
  867. package/lib/cjs/appui-react/widgets/NavigationWidget.js.map +1 -1
  868. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  869. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +110 -110
  870. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  871. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts +32 -32
  872. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js +73 -73
  873. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js.map +1 -1
  874. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  875. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +29 -29
  876. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  877. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  878. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +42 -42
  879. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  880. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +29 -29
  881. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +54 -54
  882. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  883. package/lib/cjs/appui-react/widgets/ToolSettingsContent.scss +60 -60
  884. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts +46 -46
  885. package/lib/cjs/appui-react/widgets/ToolWidget.js +89 -89
  886. package/lib/cjs/appui-react/widgets/ToolWidget.js.map +1 -1
  887. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  888. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
  889. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  890. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts +25 -25
  891. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js +54 -54
  892. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js.map +1 -1
  893. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  894. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +36 -36
  895. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  896. package/lib/cjs/appui-react/widgets/Widget.d.ts +14 -14
  897. package/lib/cjs/appui-react/widgets/Widget.js +25 -25
  898. package/lib/cjs/appui-react/widgets/Widget.js.map +1 -1
  899. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +10 -10
  900. package/lib/cjs/appui-react/widgets/WidgetConfig.js +9 -9
  901. package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
  902. package/lib/cjs/appui-react/widgets/WidgetControl.d.ts +33 -33
  903. package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
  904. package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
  905. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +227 -227
  906. package/lib/cjs/appui-react/widgets/WidgetDef.js +381 -381
  907. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  908. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +41 -41
  909. package/lib/cjs/appui-react/widgets/WidgetHost.js +180 -180
  910. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  911. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +56 -56
  912. package/lib/cjs/appui-react/widgets/WidgetManager.js +154 -154
  913. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  914. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts +32 -32
  915. package/lib/cjs/appui-react/widgets/WidgetProps.js +9 -9
  916. package/lib/cjs/appui-react/widgets/WidgetProps.js.map +1 -1
  917. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts +134 -134
  918. package/lib/cjs/appui-react/widgets/WidgetStack.js +137 -137
  919. package/lib/cjs/appui-react/widgets/WidgetStack.js.map +1 -1
  920. package/lib/cjs/appui-react/widgets/WidgetState.d.ts +12 -12
  921. package/lib/cjs/appui-react/widgets/WidgetState.js +15 -15
  922. package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -1
  923. package/lib/cjs/appui-react/workflow/Task.d.ts +47 -47
  924. package/lib/cjs/appui-react/workflow/Task.js +72 -72
  925. package/lib/cjs/appui-react/workflow/Task.js.map +1 -1
  926. package/lib/cjs/appui-react/workflow/Workflow.d.ts +152 -152
  927. package/lib/cjs/appui-react/workflow/Workflow.js +237 -237
  928. package/lib/cjs/appui-react/workflow/Workflow.js.map +1 -1
  929. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts +43 -43
  930. package/lib/cjs/appui-react/zones/FrameworkZone.js +52 -52
  931. package/lib/cjs/appui-react/zones/FrameworkZone.js.map +1 -1
  932. package/lib/cjs/appui-react/zones/Outline.d.ts +13 -13
  933. package/lib/cjs/appui-react/zones/Outline.js +21 -21
  934. package/lib/cjs/appui-react/zones/Outline.js.map +1 -1
  935. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts +27 -27
  936. package/lib/cjs/appui-react/zones/StatusBarZone.js +32 -32
  937. package/lib/cjs/appui-react/zones/StatusBarZone.js.map +1 -1
  938. package/lib/cjs/appui-react/zones/Zone.d.ts +87 -87
  939. package/lib/cjs/appui-react/zones/Zone.js +157 -157
  940. package/lib/cjs/appui-react/zones/Zone.js.map +1 -1
  941. package/lib/cjs/appui-react/zones/ZoneDef.d.ts +56 -56
  942. package/lib/cjs/appui-react/zones/ZoneDef.js +91 -91
  943. package/lib/cjs/appui-react/zones/ZoneDef.js.map +1 -1
  944. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  945. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js +75 -75
  946. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  947. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.d.ts +14 -14
  948. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js +45 -45
  949. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js.map +1 -1
  950. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.d.ts +58 -58
  951. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js +129 -129
  952. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -1
  953. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +53 -53
  954. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js +95 -95
  955. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -1
  956. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.d.ts +35 -35
  957. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js +38 -38
  958. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -1
  959. package/lib/cjs/appui-react.d.ts +394 -394
  960. package/lib/cjs/appui-react.js +411 -411
  961. package/lib/cjs/appui-react.js.map +1 -1
  962. package/lib/esm/appui-react/UiFramework.d.ts +242 -242
  963. package/lib/esm/appui-react/UiFramework.js +501 -501
  964. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  965. package/lib/esm/appui-react/_variables.scss +11 -11
  966. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  967. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
  968. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  969. package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  970. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +36 -36
  971. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  972. package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +14 -14
  973. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  974. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
  975. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  976. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  977. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  978. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +119 -119
  979. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  980. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +55 -55
  981. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  982. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
  983. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  984. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  985. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +60 -60
  986. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  987. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  988. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +8 -8
  989. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  990. package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  991. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +39 -39
  992. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  993. package/lib/esm/appui-react/accudraw/Calculator.d.ts +46 -46
  994. package/lib/esm/appui-react/accudraw/Calculator.js +213 -213
  995. package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
  996. package/lib/esm/appui-react/accudraw/Calculator.scss +86 -86
  997. package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  998. package/lib/esm/appui-react/accudraw/CalculatorEngine.js +191 -191
  999. package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  1000. package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  1001. package/lib/esm/appui-react/accudraw/CalculatorPopup.js +37 -37
  1002. package/lib/esm/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  1003. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  1004. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +220 -220
  1005. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  1006. package/lib/esm/appui-react/accudraw/MenuButton.d.ts +30 -30
  1007. package/lib/esm/appui-react/accudraw/MenuButton.js +62 -62
  1008. package/lib/esm/appui-react/accudraw/MenuButton.js.map +1 -1
  1009. package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -18
  1010. package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  1011. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
  1012. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  1013. package/lib/esm/appui-react/accudraw/SquareButton.d.ts +14 -14
  1014. package/lib/esm/appui-react/accudraw/SquareButton.js +22 -22
  1015. package/lib/esm/appui-react/accudraw/SquareButton.js.map +1 -1
  1016. package/lib/esm/appui-react/accudraw/SquareButton.scss +44 -44
  1017. package/lib/esm/appui-react/accudraw/backspace.svg +9 -9
  1018. package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -11
  1019. package/lib/esm/appui-react/accudraw/height-2.svg +10 -10
  1020. package/lib/esm/appui-react/accudraw/height.svg +11 -11
  1021. package/lib/esm/appui-react/backstage/Backstage.d.ts +61 -61
  1022. package/lib/esm/appui-react/backstage/Backstage.js +83 -83
  1023. package/lib/esm/appui-react/backstage/Backstage.js.map +1 -1
  1024. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +27 -27
  1025. package/lib/esm/appui-react/backstage/BackstageComposer.js +136 -136
  1026. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  1027. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +29 -29
  1028. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +49 -49
  1029. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  1030. package/lib/esm/appui-react/backstage/BackstageItem.d.ts +42 -42
  1031. package/lib/esm/appui-react/backstage/BackstageItem.js +31 -31
  1032. package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -1
  1033. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts +48 -48
  1034. package/lib/esm/appui-react/backstage/BackstageItemProps.js +17 -17
  1035. package/lib/esm/appui-react/backstage/BackstageItemProps.js.map +1 -1
  1036. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +18 -18
  1037. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +54 -54
  1038. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  1039. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +35 -35
  1040. package/lib/esm/appui-react/backstage/BackstageManager.js +78 -78
  1041. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  1042. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts +31 -31
  1043. package/lib/esm/appui-react/backstage/CommandLaunch.js +82 -82
  1044. package/lib/esm/appui-react/backstage/CommandLaunch.js.map +1 -1
  1045. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts +33 -33
  1046. package/lib/esm/appui-react/backstage/FrontstageLaunch.js +88 -88
  1047. package/lib/esm/appui-react/backstage/FrontstageLaunch.js.map +1 -1
  1048. package/lib/esm/appui-react/backstage/Separator.d.ts +15 -15
  1049. package/lib/esm/appui-react/backstage/Separator.js +23 -23
  1050. package/lib/esm/appui-react/backstage/Separator.js.map +1 -1
  1051. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts +34 -34
  1052. package/lib/esm/appui-react/backstage/TaskLaunch.js +96 -96
  1053. package/lib/esm/appui-react/backstage/TaskLaunch.js.map +1 -1
  1054. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
  1055. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +32 -32
  1056. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  1057. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
  1058. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +43 -43
  1059. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  1060. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
  1061. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +175 -175
  1062. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  1063. package/lib/esm/appui-react/childwindow/ChildWindowManager.scss +14 -14
  1064. package/lib/esm/appui-react/childwindow/CopyStyles.d.ts +7 -7
  1065. package/lib/esm/appui-react/childwindow/CopyStyles.js +38 -38
  1066. package/lib/esm/appui-react/childwindow/CopyStyles.js.map +1 -1
  1067. package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  1068. package/lib/esm/appui-react/childwindow/PopoutWidget.js +15 -15
  1069. package/lib/esm/appui-react/childwindow/PopoutWidget.js.map +1 -1
  1070. package/lib/esm/appui-react/childwindow/PopoutWidget.scss +10 -10
  1071. package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  1072. package/lib/esm/appui-react/configurableui/ActivityTracker.js +66 -66
  1073. package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
  1074. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  1075. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +58 -58
  1076. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  1077. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  1078. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +89 -89
  1079. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  1080. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +109 -109
  1081. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +184 -184
  1082. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  1083. package/lib/esm/appui-react/configurableui/TimeTracker.d.ts +33 -33
  1084. package/lib/esm/appui-react/configurableui/TimeTracker.js +77 -77
  1085. package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
  1086. package/lib/esm/appui-react/configurableui/configurableui.scss +79 -79
  1087. package/lib/esm/appui-react/configurableui/state.d.ts +68 -68
  1088. package/lib/esm/appui-react/configurableui/state.js +116 -116
  1089. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  1090. package/lib/esm/appui-react/content/ContentControl.d.ts +64 -64
  1091. package/lib/esm/appui-react/content/ContentControl.js +72 -72
  1092. package/lib/esm/appui-react/content/ContentControl.js.map +1 -1
  1093. package/lib/esm/appui-react/content/ContentGroup.d.ts +100 -100
  1094. package/lib/esm/appui-react/content/ContentGroup.js +169 -169
  1095. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  1096. package/lib/esm/appui-react/content/ContentLayout.d.ts +94 -94
  1097. package/lib/esm/appui-react/content/ContentLayout.js +367 -367
  1098. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  1099. package/lib/esm/appui-react/content/ContentLayout.scss +99 -99
  1100. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +47 -47
  1101. package/lib/esm/appui-react/content/ContentLayoutManager.js +90 -90
  1102. package/lib/esm/appui-react/content/ContentLayoutManager.js.map +1 -1
  1103. package/lib/esm/appui-react/content/ContentViewManager.d.ts +92 -92
  1104. package/lib/esm/appui-react/content/ContentViewManager.js +200 -200
  1105. package/lib/esm/appui-react/content/ContentViewManager.js.map +1 -1
  1106. package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  1107. package/lib/esm/appui-react/content/DefaultViewOverlay.js +46 -46
  1108. package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
  1109. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +43 -43
  1110. package/lib/esm/appui-react/content/FloatingViewportContent.css +9 -9
  1111. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +27 -27
  1112. package/lib/esm/appui-react/content/FloatingViewportContent.js +79 -79
  1113. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  1114. package/lib/esm/appui-react/content/IModelViewport.d.ts +80 -80
  1115. package/lib/esm/appui-react/content/IModelViewport.js +151 -151
  1116. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  1117. package/lib/esm/appui-react/content/StageContentLayout.d.ts +35 -35
  1118. package/lib/esm/appui-react/content/StageContentLayout.js +62 -62
  1119. package/lib/esm/appui-react/content/StageContentLayout.js.map +1 -1
  1120. package/lib/esm/appui-react/content/ViewStateHelper.d.ts +25 -25
  1121. package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
  1122. package/lib/esm/appui-react/content/ViewStateHelper.js.map +1 -1
  1123. package/lib/esm/appui-react/content/ViewportContentControl.d.ts +61 -61
  1124. package/lib/esm/appui-react/content/ViewportContentControl.js +127 -127
  1125. package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
  1126. package/lib/esm/appui-react/content/split-pane/Pane.d.ts +20 -20
  1127. package/lib/esm/appui-react/content/split-pane/Pane.js +38 -38
  1128. package/lib/esm/appui-react/content/split-pane/Pane.js.map +1 -1
  1129. package/lib/esm/appui-react/content/split-pane/Resizer.d.ts +22 -22
  1130. package/lib/esm/appui-react/content/split-pane/Resizer.js +34 -34
  1131. package/lib/esm/appui-react/content/split-pane/Resizer.js.map +1 -1
  1132. package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  1133. package/lib/esm/appui-react/content/split-pane/SplitPane.js +238 -238
  1134. package/lib/esm/appui-react/content/split-pane/SplitPane.js.map +1 -1
  1135. package/lib/esm/appui-react/cursor/CursorInformation.d.ts +68 -68
  1136. package/lib/esm/appui-react/cursor/CursorInformation.js +139 -139
  1137. package/lib/esm/appui-react/cursor/CursorInformation.js.map +1 -1
  1138. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  1139. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +72 -72
  1140. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  1141. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  1142. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +145 -145
  1143. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  1144. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  1145. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  1146. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +318 -318
  1147. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  1148. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  1149. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js +59 -59
  1150. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  1151. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  1152. package/lib/esm/appui-react/dialog/ContentDialog.d.ts +23 -23
  1153. package/lib/esm/appui-react/dialog/ContentDialog.js +66 -66
  1154. package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
  1155. package/lib/esm/appui-react/dialog/ContentDialog.scss +25 -25
  1156. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +64 -64
  1157. package/lib/esm/appui-react/dialog/ContentDialogManager.js +141 -141
  1158. package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
  1159. package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  1160. package/lib/esm/appui-react/dialog/DialogManagerBase.js +135 -135
  1161. package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
  1162. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +47 -47
  1163. package/lib/esm/appui-react/dialog/ModalDialogManager.js +66 -66
  1164. package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
  1165. package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +21 -21
  1166. package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
  1167. package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
  1168. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
  1169. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +129 -129
  1170. package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  1171. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +40 -40
  1172. package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
  1173. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  1174. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  1175. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +78 -78
  1176. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  1177. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts +21 -21
  1178. package/lib/esm/appui-react/dragdrop/ZoneTargets.js +28 -28
  1179. package/lib/esm/appui-react/dragdrop/ZoneTargets.js.map +1 -1
  1180. package/lib/esm/appui-react/feedback/ElementTooltip.d.ts +61 -61
  1181. package/lib/esm/appui-react/feedback/ElementTooltip.js +127 -127
  1182. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  1183. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +71 -71
  1184. package/lib/esm/appui-react/feedback/ValidationTextbox.js +110 -110
  1185. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  1186. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +53 -53
  1187. package/lib/esm/appui-react/frontstage/Frontstage.d.ts +158 -158
  1188. package/lib/esm/appui-react/frontstage/Frontstage.js +461 -461
  1189. package/lib/esm/appui-react/frontstage/Frontstage.js.map +1 -1
  1190. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts +146 -146
  1191. package/lib/esm/appui-react/frontstage/FrontstageComposer.js +661 -661
  1192. package/lib/esm/appui-react/frontstage/FrontstageComposer.js.map +1 -1
  1193. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
  1194. package/lib/esm/appui-react/frontstage/FrontstageConfig.js +8 -8
  1195. package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  1196. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +258 -258
  1197. package/lib/esm/appui-react/frontstage/FrontstageDef.js +1034 -1034
  1198. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  1199. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +361 -361
  1200. package/lib/esm/appui-react/frontstage/FrontstageManager.js +577 -577
  1201. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
  1202. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +21 -21
  1203. package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
  1204. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  1205. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +32 -32
  1206. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +39 -39
  1207. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  1208. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +86 -86
  1209. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  1210. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +84 -84
  1211. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  1212. package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +13 -13
  1213. package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
  1214. package/lib/esm/appui-react/frontstage/NestedFrontstage.js +26 -26
  1215. package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  1216. package/lib/esm/appui-react/frontstage/StageUsage.d.ts +14 -14
  1217. package/lib/esm/appui-react/frontstage/StageUsage.js +13 -13
  1218. package/lib/esm/appui-react/frontstage/StageUsage.js.map +1 -1
  1219. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +76 -76
  1220. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +57 -57
  1221. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  1222. package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  1223. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +33 -33
  1224. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  1225. package/lib/esm/appui-react/hooks/useActiveStageId.d.ts +7 -7
  1226. package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
  1227. package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
  1228. package/lib/esm/appui-react/hooks/useActiveViewport.d.ts +8 -8
  1229. package/lib/esm/appui-react/hooks/useActiveViewport.js +42 -42
  1230. package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
  1231. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  1232. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +67 -67
  1233. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  1234. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  1235. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +26 -26
  1236. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  1237. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  1238. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
  1239. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  1240. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts +37 -37
  1241. package/lib/esm/appui-react/hooks/useFrameworkVersion.js +50 -50
  1242. package/lib/esm/appui-react/hooks/useFrameworkVersion.js.map +1 -1
  1243. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  1244. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +67 -67
  1245. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  1246. package/lib/esm/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  1247. package/lib/esm/appui-react/hooks/useSolarDataProvider.js +61 -61
  1248. package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  1249. package/lib/esm/appui-react/hooks/useUiVisibility.d.ts +5 -5
  1250. package/lib/esm/appui-react/hooks/useUiVisibility.js +22 -22
  1251. package/lib/esm/appui-react/hooks/useUiVisibility.js.map +1 -1
  1252. package/lib/esm/appui-react/imodel-components/Common.d.ts +25 -25
  1253. package/lib/esm/appui-react/imodel-components/Common.js +21 -21
  1254. package/lib/esm/appui-react/imodel-components/Common.js.map +1 -1
  1255. package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +53 -53
  1256. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +71 -71
  1257. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +144 -144
  1258. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -1
  1259. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +51 -51
  1260. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +62 -62
  1261. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -1
  1262. package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +102 -102
  1263. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +71 -71
  1264. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +102 -102
  1265. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -1
  1266. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -9
  1267. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +63 -63
  1268. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +194 -194
  1269. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -1
  1270. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -392
  1271. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +387 -387
  1272. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +84 -84
  1273. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +125 -125
  1274. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +1 -1
  1275. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +9 -9
  1276. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +239 -239
  1277. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +103 -103
  1278. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +476 -476
  1279. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -1
  1280. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +9 -9
  1281. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +18 -18
  1282. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +1 -1
  1283. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +78 -78
  1284. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +78 -78
  1285. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +35 -35
  1286. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +39 -39
  1287. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -1
  1288. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -9
  1289. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
  1290. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +266 -266
  1291. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  1292. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  1293. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +90 -90
  1294. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  1295. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts +79 -79
  1296. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js +234 -234
  1297. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -1
  1298. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.scss +11 -11
  1299. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +44 -44
  1300. package/lib/esm/appui-react/messages/ActivityMessage.js +85 -85
  1301. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  1302. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts +19 -19
  1303. package/lib/esm/appui-react/messages/ActivityMessagePopup.js +39 -39
  1304. package/lib/esm/appui-react/messages/ActivityMessagePopup.js.map +1 -1
  1305. package/lib/esm/appui-react/messages/ActivityMessagePopup.scss +14 -14
  1306. package/lib/esm/appui-react/messages/AppNotificationManager.d.ts +74 -74
  1307. package/lib/esm/appui-react/messages/AppNotificationManager.js +121 -121
  1308. package/lib/esm/appui-react/messages/AppNotificationManager.js.map +1 -1
  1309. package/lib/esm/appui-react/messages/HollowIcon.d.ts +9 -9
  1310. package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
  1311. package/lib/esm/appui-react/messages/HollowIcon.js.map +1 -1
  1312. package/lib/esm/appui-react/messages/InputField.d.ts +37 -37
  1313. package/lib/esm/appui-react/messages/InputField.js +87 -87
  1314. package/lib/esm/appui-react/messages/InputField.js.map +1 -1
  1315. package/lib/esm/appui-react/messages/InputField.scss +82 -82
  1316. package/lib/esm/appui-react/messages/MessageLabel.d.ts +12 -12
  1317. package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
  1318. package/lib/esm/appui-react/messages/MessageLabel.js.map +1 -1
  1319. package/lib/esm/appui-react/messages/MessageManager.d.ts +244 -244
  1320. package/lib/esm/appui-react/messages/MessageManager.d.ts.map +1 -1
  1321. package/lib/esm/appui-react/messages/MessageManager.js +429 -431
  1322. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  1323. package/lib/esm/appui-react/messages/MessageSpan.d.ts +14 -14
  1324. package/lib/esm/appui-react/messages/MessageSpan.js +17 -17
  1325. package/lib/esm/appui-react/messages/MessageSpan.js.map +1 -1
  1326. package/lib/esm/appui-react/messages/Pointer.d.ts +69 -69
  1327. package/lib/esm/appui-react/messages/Pointer.js +169 -169
  1328. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  1329. package/lib/esm/appui-react/messages/Pointer.scss +42 -42
  1330. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  1331. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +63 -63
  1332. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  1333. package/lib/esm/appui-react/messages/StatusMessageManager.d.ts +24 -24
  1334. package/lib/esm/appui-react/messages/StatusMessageManager.js +51 -51
  1335. package/lib/esm/appui-react/messages/StatusMessageManager.js.map +1 -1
  1336. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts +21 -21
  1337. package/lib/esm/appui-react/messages/StatusMessageRenderer.js +71 -71
  1338. package/lib/esm/appui-react/messages/StatusMessageRenderer.js.map +1 -1
  1339. package/lib/esm/appui-react/messages/StatusMessageRenderer.scss +27 -27
  1340. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts +24 -24
  1341. package/lib/esm/appui-react/messages/StatusMessagesContainer.js +63 -63
  1342. package/lib/esm/appui-react/messages/StatusMessagesContainer.js.map +1 -1
  1343. package/lib/esm/appui-react/messages/StatusMessagesContainer.scss +52 -52
  1344. package/lib/esm/appui-react/messages/StickyMessage.d.ts +22 -22
  1345. package/lib/esm/appui-react/messages/StickyMessage.js +34 -34
  1346. package/lib/esm/appui-react/messages/StickyMessage.js.map +1 -1
  1347. package/lib/esm/appui-react/messages/StickyMessage.scss +22 -22
  1348. package/lib/esm/appui-react/messages/ToastMessage.d.ts +22 -22
  1349. package/lib/esm/appui-react/messages/ToastMessage.js +26 -26
  1350. package/lib/esm/appui-react/messages/ToastMessage.js.map +1 -1
  1351. package/lib/esm/appui-react/messages/getToastCategory.d.ts +6 -6
  1352. package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
  1353. package/lib/esm/appui-react/messages/getToastCategory.js.map +1 -1
  1354. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  1355. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +21 -21
  1356. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  1357. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  1358. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +21 -21
  1359. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  1360. package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  1361. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +29 -29
  1362. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  1363. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  1364. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +179 -179
  1365. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  1366. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +82 -82
  1367. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  1368. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +143 -143
  1369. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  1370. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  1371. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  1372. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +100 -100
  1373. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  1374. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  1375. package/lib/esm/appui-react/pickers/ListPicker.d.ts +145 -143
  1376. package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
  1377. package/lib/esm/appui-react/pickers/ListPicker.js +321 -320
  1378. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  1379. package/lib/esm/appui-react/pickers/ListPicker.scss +307 -300
  1380. package/lib/esm/appui-react/pickers/ViewSelector.d.ts +93 -90
  1381. package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  1382. package/lib/esm/appui-react/pickers/ViewSelector.js +263 -247
  1383. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  1384. package/lib/esm/appui-react/popup/CardPopup.d.ts +48 -48
  1385. package/lib/esm/appui-react/popup/CardPopup.js +84 -84
  1386. package/lib/esm/appui-react/popup/CardPopup.js.map +1 -1
  1387. package/lib/esm/appui-react/popup/CardPopup.scss +25 -25
  1388. package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  1389. package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
  1390. package/lib/esm/appui-react/popup/HTMLElementPopup.js.map +1 -1
  1391. package/lib/esm/appui-react/popup/InputEditorPopup.d.ts +38 -38
  1392. package/lib/esm/appui-react/popup/InputEditorPopup.js +52 -52
  1393. package/lib/esm/appui-react/popup/InputEditorPopup.js.map +1 -1
  1394. package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  1395. package/lib/esm/appui-react/popup/KeyinPalettePanel.js +248 -248
  1396. package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  1397. package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -30
  1398. package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  1399. package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
  1400. package/lib/esm/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  1401. package/lib/esm/appui-react/popup/PopupManager.d.ts +105 -105
  1402. package/lib/esm/appui-react/popup/PopupManager.js +225 -225
  1403. package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
  1404. package/lib/esm/appui-react/popup/PositionPopup.d.ts +26 -26
  1405. package/lib/esm/appui-react/popup/PositionPopup.js +43 -43
  1406. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  1407. package/lib/esm/appui-react/popup/PositionPopup.scss +28 -28
  1408. package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  1409. package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
  1410. package/lib/esm/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  1411. package/lib/esm/appui-react/popup/ToolbarPopup.d.ts +34 -34
  1412. package/lib/esm/appui-react/popup/ToolbarPopup.js +53 -53
  1413. package/lib/esm/appui-react/popup/ToolbarPopup.js.map +1 -1
  1414. package/lib/esm/appui-react/redux/FrameworkState.d.ts +22 -22
  1415. package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
  1416. package/lib/esm/appui-react/redux/FrameworkState.js.map +1 -1
  1417. package/lib/esm/appui-react/redux/ReducerRegistry.d.ts +36 -36
  1418. package/lib/esm/appui-react/redux/ReducerRegistry.js +56 -56
  1419. package/lib/esm/appui-react/redux/ReducerRegistry.js.map +1 -1
  1420. package/lib/esm/appui-react/redux/SessionState.d.ts +103 -103
  1421. package/lib/esm/appui-react/redux/SessionState.js +126 -126
  1422. package/lib/esm/appui-react/redux/SessionState.js.map +1 -1
  1423. package/lib/esm/appui-react/redux/StateManager.d.ts +43 -43
  1424. package/lib/esm/appui-react/redux/StateManager.js +93 -93
  1425. package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
  1426. package/lib/esm/appui-react/redux/connectIModel.d.ts +26 -26
  1427. package/lib/esm/appui-react/redux/connectIModel.js +89 -89
  1428. package/lib/esm/appui-react/redux/connectIModel.js.map +1 -1
  1429. package/lib/esm/appui-react/redux/redux-ts.d.ts +197 -197
  1430. package/lib/esm/appui-react/redux/redux-ts.js +32 -32
  1431. package/lib/esm/appui-react/redux/redux-ts.js.map +1 -1
  1432. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +72 -72
  1433. package/lib/esm/appui-react/safearea/SafeAreaContext.js +29 -29
  1434. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  1435. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +12 -12
  1436. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +12 -12
  1437. package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  1438. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts +17 -17
  1439. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js +52 -52
  1440. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js.map +1 -1
  1441. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
  1442. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +690 -690
  1443. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  1444. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  1445. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +200 -200
  1446. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  1447. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  1448. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +197 -197
  1449. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  1450. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +125 -125
  1451. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  1452. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
  1453. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  1454. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +39 -39
  1455. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +188 -188
  1456. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  1457. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +66 -66
  1458. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +35 -35
  1459. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +63 -63
  1460. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  1461. package/lib/esm/appui-react/shared/AnyItemDef.d.ts +11 -11
  1462. package/lib/esm/appui-react/shared/AnyItemDef.js +8 -8
  1463. package/lib/esm/appui-react/shared/AnyItemDef.js.map +1 -1
  1464. package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  1465. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +8 -8
  1466. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  1467. package/lib/esm/appui-react/shared/CommandItemDef.d.ts +16 -16
  1468. package/lib/esm/appui-react/shared/CommandItemDef.js +31 -31
  1469. package/lib/esm/appui-react/shared/CommandItemDef.js.map +1 -1
  1470. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +19 -19
  1471. package/lib/esm/appui-react/shared/CustomItemDef.js +46 -46
  1472. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  1473. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +13 -13
  1474. package/lib/esm/appui-react/shared/CustomItemProps.js +8 -8
  1475. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  1476. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +22 -22
  1477. package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
  1478. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  1479. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +66 -66
  1480. package/lib/esm/appui-react/shared/ItemDefBase.js +88 -88
  1481. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  1482. package/lib/esm/appui-react/shared/ItemMap.d.ts +21 -21
  1483. package/lib/esm/appui-react/shared/ItemMap.js +46 -46
  1484. package/lib/esm/appui-react/shared/ItemMap.js.map +1 -1
  1485. package/lib/esm/appui-react/shared/ItemProps.d.ts +65 -65
  1486. package/lib/esm/appui-react/shared/ItemProps.js +8 -8
  1487. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  1488. package/lib/esm/appui-react/shared/MenuItem.d.ts +36 -36
  1489. package/lib/esm/appui-react/shared/MenuItem.js +107 -107
  1490. package/lib/esm/appui-react/shared/MenuItem.js.map +1 -1
  1491. package/lib/esm/appui-react/shared/SelectionScope.d.ts +13 -13
  1492. package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
  1493. package/lib/esm/appui-react/shared/SelectionScope.js.map +1 -1
  1494. package/lib/esm/appui-react/shared/ToolItemDef.d.ts +17 -17
  1495. package/lib/esm/appui-react/shared/ToolItemDef.js +35 -35
  1496. package/lib/esm/appui-react/shared/ToolItemDef.js.map +1 -1
  1497. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts +61 -61
  1498. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js +116 -116
  1499. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -1
  1500. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.scss +41 -41
  1501. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts +141 -141
  1502. package/lib/esm/appui-react/stagepanels/StagePanel.js +148 -148
  1503. package/lib/esm/appui-react/stagepanels/StagePanel.js.map +1 -1
  1504. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +38 -38
  1505. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +9 -9
  1506. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  1507. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +283 -283
  1508. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +267 -267
  1509. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  1510. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts +27 -27
  1511. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js +41 -41
  1512. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js.map +1 -1
  1513. package/lib/esm/appui-react/stagepanels/StagePanelHeader.scss +25 -25
  1514. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
  1515. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +12 -12
  1516. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
  1517. package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts +12 -12
  1518. package/lib/esm/appui-react/stagepanels/StagePanelSection.js +12 -12
  1519. package/lib/esm/appui-react/stagepanels/StagePanelSection.js.map +1 -1
  1520. package/lib/esm/appui-react/statusbar/Indicator.d.ts +25 -25
  1521. package/lib/esm/appui-react/statusbar/Indicator.js +33 -33
  1522. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  1523. package/lib/esm/appui-react/statusbar/Indicator.scss +110 -110
  1524. package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  1525. package/lib/esm/appui-react/statusbar/LabelIndicator.js +25 -25
  1526. package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
  1527. package/lib/esm/appui-react/statusbar/LabelIndicator.scss +43 -43
  1528. package/lib/esm/appui-react/statusbar/Overflow.d.ts +19 -19
  1529. package/lib/esm/appui-react/statusbar/Overflow.js +27 -27
  1530. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  1531. package/lib/esm/appui-react/statusbar/Overflow.scss +27 -27
  1532. package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  1533. package/lib/esm/appui-react/statusbar/OverflowPanel.js +18 -18
  1534. package/lib/esm/appui-react/statusbar/OverflowPanel.js.map +1 -1
  1535. package/lib/esm/appui-react/statusbar/OverflowPanel.scss +22 -22
  1536. package/lib/esm/appui-react/statusbar/Separator.d.ts +9 -9
  1537. package/lib/esm/appui-react/statusbar/Separator.js +16 -16
  1538. package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
  1539. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +78 -78
  1540. package/lib/esm/appui-react/statusbar/StatusBar.js +170 -170
  1541. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  1542. package/lib/esm/appui-react/statusbar/StatusBar.scss +43 -43
  1543. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  1544. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +281 -281
  1545. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  1546. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +66 -66
  1547. package/lib/esm/appui-react/statusbar/StatusBarItem.js +41 -41
  1548. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  1549. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +32 -32
  1550. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +48 -48
  1551. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  1552. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +10 -10
  1553. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +14 -14
  1554. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  1555. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +39 -39
  1556. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +19 -19
  1557. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  1558. package/lib/esm/appui-react/statusbar/dialog/Button.d.ts +20 -20
  1559. package/lib/esm/appui-react/statusbar/dialog/Button.js +15 -15
  1560. package/lib/esm/appui-react/statusbar/dialog/Button.js.map +1 -1
  1561. package/lib/esm/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  1562. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +26 -26
  1563. package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  1564. package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  1565. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +15 -15
  1566. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  1567. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
  1568. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +33 -33
  1569. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  1570. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
  1571. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +52 -52
  1572. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  1573. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts +9 -9
  1574. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js +21 -21
  1575. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -1
  1576. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts +10 -10
  1577. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js +22 -22
  1578. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js.map +1 -1
  1579. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +27 -27
  1580. package/lib/esm/appui-react/statusfields/ActivityCenter.js +63 -63
  1581. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  1582. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts +44 -44
  1583. package/lib/esm/appui-react/statusfields/ConditionalField.js +52 -52
  1584. package/lib/esm/appui-react/statusfields/ConditionalField.js.map +1 -1
  1585. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts +18 -18
  1586. package/lib/esm/appui-react/statusfields/FooterModeField.js +23 -23
  1587. package/lib/esm/appui-react/statusfields/FooterModeField.js.map +1 -1
  1588. package/lib/esm/appui-react/statusfields/Indicator.d.ts +43 -43
  1589. package/lib/esm/appui-react/statusfields/Indicator.js +41 -41
  1590. package/lib/esm/appui-react/statusfields/Indicator.js.map +1 -1
  1591. package/lib/esm/appui-react/statusfields/Indicator.scss +183 -183
  1592. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +57 -57
  1593. package/lib/esm/appui-react/statusfields/MessageCenter.js +147 -147
  1594. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  1595. package/lib/esm/appui-react/statusfields/PromptField.d.ts +30 -30
  1596. package/lib/esm/appui-react/statusfields/PromptField.js +48 -48
  1597. package/lib/esm/appui-react/statusfields/PromptField.js.map +1 -1
  1598. package/lib/esm/appui-react/statusfields/PromptField.scss +42 -42
  1599. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +16 -16
  1600. package/lib/esm/appui-react/statusfields/SectionsField.js +76 -76
  1601. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  1602. package/lib/esm/appui-react/statusfields/SectionsField.scss +36 -36
  1603. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  1604. package/lib/esm/appui-react/statusfields/SelectionInfo.js +48 -48
  1605. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  1606. package/lib/esm/appui-react/statusfields/SelectionInfo.scss +14 -14
  1607. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +37 -37
  1608. package/lib/esm/appui-react/statusfields/SelectionScope.js +68 -68
  1609. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  1610. package/lib/esm/appui-react/statusfields/SelectionScope.scss +48 -48
  1611. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +41 -41
  1612. package/lib/esm/appui-react/statusfields/SnapMode.js +86 -86
  1613. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  1614. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts +22 -22
  1615. package/lib/esm/appui-react/statusfields/StatusFieldProps.js +1 -1
  1616. package/lib/esm/appui-react/statusfields/StatusFieldProps.js.map +1 -1
  1617. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +31 -31
  1618. package/lib/esm/appui-react/statusfields/ViewAttributes.js +96 -96
  1619. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  1620. package/lib/esm/appui-react/statusfields/ViewAttributes.scss +14 -14
  1621. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  1622. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +90 -90
  1623. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  1624. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +57 -57
  1625. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +96 -96
  1626. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +455 -455
  1627. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  1628. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +206 -206
  1629. package/lib/esm/appui-react/syncui/BooleanListener.d.ts +43 -43
  1630. package/lib/esm/appui-react/syncui/BooleanListener.js +65 -65
  1631. package/lib/esm/appui-react/syncui/BooleanListener.js.map +1 -1
  1632. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +102 -102
  1633. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +254 -254
  1634. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  1635. package/lib/esm/appui-react/theme/ThemeManager.d.ts +55 -55
  1636. package/lib/esm/appui-react/theme/ThemeManager.js +94 -94
  1637. package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
  1638. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  1639. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +48 -48
  1640. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  1641. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  1642. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
  1643. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  1644. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  1645. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +61 -61
  1646. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  1647. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts +17 -17
  1648. package/lib/esm/appui-react/toolbar/ActionButtonItem.js +26 -26
  1649. package/lib/esm/appui-react/toolbar/ActionButtonItem.js.map +1 -1
  1650. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts +39 -39
  1651. package/lib/esm/appui-react/toolbar/ActionItemButton.js +99 -99
  1652. package/lib/esm/appui-react/toolbar/ActionItemButton.js.map +1 -1
  1653. package/lib/esm/appui-react/toolbar/DragInteraction.d.ts +8 -8
  1654. package/lib/esm/appui-react/toolbar/DragInteraction.js +12 -12
  1655. package/lib/esm/appui-react/toolbar/DragInteraction.js.map +1 -1
  1656. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts +78 -78
  1657. package/lib/esm/appui-react/toolbar/GroupButtonItem.js +323 -323
  1658. package/lib/esm/appui-react/toolbar/GroupButtonItem.js.map +1 -1
  1659. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +128 -128
  1660. package/lib/esm/appui-react/toolbar/GroupItem.js +459 -459
  1661. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  1662. package/lib/esm/appui-react/toolbar/PopupButton.d.ts +57 -57
  1663. package/lib/esm/appui-react/toolbar/PopupButton.js +149 -149
  1664. package/lib/esm/appui-react/toolbar/PopupButton.js.map +1 -1
  1665. package/lib/esm/appui-react/toolbar/PopupButton.scss +9 -9
  1666. package/lib/esm/appui-react/toolbar/ToolButton.d.ts +30 -30
  1667. package/lib/esm/appui-react/toolbar/ToolButton.js +95 -95
  1668. package/lib/esm/appui-react/toolbar/ToolButton.js.map +1 -1
  1669. package/lib/esm/appui-react/toolbar/Toolbar.d.ts +54 -54
  1670. package/lib/esm/appui-react/toolbar/Toolbar.js +235 -235
  1671. package/lib/esm/appui-react/toolbar/Toolbar.js.map +1 -1
  1672. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  1673. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +245 -245
  1674. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  1675. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +27 -27
  1676. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +148 -148
  1677. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  1678. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +52 -52
  1679. package/lib/esm/appui-react/toolbar/ToolbarItem.js +34 -34
  1680. package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -1
  1681. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts +13 -13
  1682. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +24 -24
  1683. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
  1684. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
  1685. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +32 -32
  1686. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  1687. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
  1688. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +50 -50
  1689. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  1690. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +43 -43
  1691. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +406 -406
  1692. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1693. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  1694. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +27 -27
  1695. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  1696. package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  1697. package/lib/esm/appui-react/tools/KeyinPaletteTools.js +26 -26
  1698. package/lib/esm/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  1699. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts +21 -21
  1700. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js +49 -49
  1701. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js.map +1 -1
  1702. package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  1703. package/lib/esm/appui-react/tools/OpenSettingsTool.js +28 -28
  1704. package/lib/esm/appui-react/tools/OpenSettingsTool.js.map +1 -1
  1705. package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  1706. package/lib/esm/appui-react/tools/RestoreLayoutTool.js +55 -55
  1707. package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  1708. package/lib/esm/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  1709. package/lib/esm/appui-react/tools/ToolSettingsTools.js +41 -41
  1710. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1711. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +10 -10
  1712. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js +15 -15
  1713. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
  1714. package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts +8 -8
  1715. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js +8 -8
  1716. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
  1717. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
  1718. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +102 -102
  1719. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1720. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +37 -37
  1721. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +92 -92
  1722. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1723. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
  1724. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +63 -63
  1725. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  1726. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
  1727. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +48 -48
  1728. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  1729. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +24 -24
  1730. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +87 -87
  1731. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  1732. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +30 -30
  1733. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +79 -79
  1734. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1735. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts +23 -23
  1736. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +14 -14
  1737. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  1738. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts +8 -8
  1739. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js +8 -8
  1740. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
  1741. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  1742. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +344 -344
  1743. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  1744. package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  1745. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +202 -202
  1746. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  1747. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  1748. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +49 -49
  1749. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  1750. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +216 -216
  1751. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +53 -53
  1752. package/lib/esm/appui-react/uistate/AppUiSettings.js +91 -91
  1753. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1754. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts +14 -14
  1755. package/lib/esm/appui-react/uistate/UserSettingsStorage.js +57 -57
  1756. package/lib/esm/appui-react/uistate/UserSettingsStorage.js.map +1 -1
  1757. package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  1758. package/lib/esm/appui-react/uistate/useUiStateStorage.js +33 -33
  1759. package/lib/esm/appui-react/uistate/useUiStateStorage.js.map +1 -1
  1760. package/lib/esm/appui-react/utils/PropsHelper.d.ts +20 -20
  1761. package/lib/esm/appui-react/utils/PropsHelper.js +62 -62
  1762. package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
  1763. package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  1764. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +56 -56
  1765. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  1766. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +83 -83
  1767. package/lib/esm/appui-react/utils/UiShowHideManager.js +192 -192
  1768. package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
  1769. package/lib/esm/appui-react/utils/ViewUtilities.d.ts +66 -66
  1770. package/lib/esm/appui-react/utils/ViewUtilities.js +94 -94
  1771. package/lib/esm/appui-react/utils/ViewUtilities.js.map +1 -1
  1772. package/lib/esm/appui-react/widget-panels/Content.d.ts +6 -6
  1773. package/lib/esm/appui-react/widget-panels/Content.js +53 -53
  1774. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1775. package/lib/esm/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  1776. package/lib/esm/appui-react/widget-panels/FloatingWidget.js +14 -14
  1777. package/lib/esm/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  1778. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +122 -122
  1779. package/lib/esm/appui-react/widget-panels/Frontstage.js +1164 -1164
  1780. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1781. package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -19
  1782. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  1783. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
  1784. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  1785. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  1786. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +33 -33
  1787. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  1788. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts +8 -8
  1789. package/lib/esm/appui-react/widget-panels/StatusBar.js +26 -26
  1790. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1791. package/lib/esm/appui-react/widget-panels/StatusBar.scss +10 -10
  1792. package/lib/esm/appui-react/widget-panels/Tab.d.ts +10 -10
  1793. package/lib/esm/appui-react/widget-panels/Tab.js +29 -29
  1794. package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
  1795. package/lib/esm/appui-react/widget-panels/Tab.scss +14 -14
  1796. package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  1797. package/lib/esm/appui-react/widget-panels/ToolSettings.js +145 -145
  1798. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1799. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +40 -40
  1800. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts +7 -7
  1801. package/lib/esm/appui-react/widget-panels/Toolbars.js +27 -27
  1802. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1803. package/lib/esm/appui-react/widget-panels/Toolbars.scss +20 -20
  1804. package/lib/esm/appui-react/widget-panels/useTransientState.d.ts +7 -7
  1805. package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
  1806. package/lib/esm/appui-react/widget-panels/useTransientState.js.map +1 -1
  1807. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  1808. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +27 -27
  1809. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  1810. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts +21 -21
  1811. package/lib/esm/appui-react/widgets/BackstageAppButton.js +51 -51
  1812. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  1813. package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  1814. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +56 -56
  1815. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  1816. package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  1817. package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
  1818. package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
  1819. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  1820. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +44 -44
  1821. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  1822. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts +34 -34
  1823. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js +60 -60
  1824. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js.map +1 -1
  1825. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts +55 -55
  1826. package/lib/esm/appui-react/widgets/NavigationWidget.js +149 -149
  1827. package/lib/esm/appui-react/widgets/NavigationWidget.js.map +1 -1
  1828. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  1829. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +105 -105
  1830. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1831. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts +32 -32
  1832. package/lib/esm/appui-react/widgets/ReviewToolWidget.js +69 -69
  1833. package/lib/esm/appui-react/widgets/ReviewToolWidget.js.map +1 -1
  1834. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  1835. package/lib/esm/appui-react/widgets/StableWidgetDef.js +25 -25
  1836. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  1837. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  1838. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +38 -38
  1839. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  1840. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +29 -29
  1841. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +50 -50
  1842. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  1843. package/lib/esm/appui-react/widgets/ToolSettingsContent.scss +60 -60
  1844. package/lib/esm/appui-react/widgets/ToolWidget.d.ts +46 -46
  1845. package/lib/esm/appui-react/widgets/ToolWidget.js +84 -84
  1846. package/lib/esm/appui-react/widgets/ToolWidget.js.map +1 -1
  1847. package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  1848. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
  1849. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  1850. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts +25 -25
  1851. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js +50 -50
  1852. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js.map +1 -1
  1853. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  1854. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +32 -32
  1855. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  1856. package/lib/esm/appui-react/widgets/Widget.d.ts +14 -14
  1857. package/lib/esm/appui-react/widgets/Widget.js +21 -21
  1858. package/lib/esm/appui-react/widgets/Widget.js.map +1 -1
  1859. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +10 -10
  1860. package/lib/esm/appui-react/widgets/WidgetConfig.js +8 -8
  1861. package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
  1862. package/lib/esm/appui-react/widgets/WidgetControl.d.ts +33 -33
  1863. package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
  1864. package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
  1865. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +227 -227
  1866. package/lib/esm/appui-react/widgets/WidgetDef.js +376 -376
  1867. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1868. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +41 -41
  1869. package/lib/esm/appui-react/widgets/WidgetHost.js +176 -176
  1870. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1871. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +56 -56
  1872. package/lib/esm/appui-react/widgets/WidgetManager.js +149 -149
  1873. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  1874. package/lib/esm/appui-react/widgets/WidgetProps.d.ts +32 -32
  1875. package/lib/esm/appui-react/widgets/WidgetProps.js +8 -8
  1876. package/lib/esm/appui-react/widgets/WidgetProps.js.map +1 -1
  1877. package/lib/esm/appui-react/widgets/WidgetStack.d.ts +134 -134
  1878. package/lib/esm/appui-react/widgets/WidgetStack.js +130 -130
  1879. package/lib/esm/appui-react/widgets/WidgetStack.js.map +1 -1
  1880. package/lib/esm/appui-react/widgets/WidgetState.d.ts +12 -12
  1881. package/lib/esm/appui-react/widgets/WidgetState.js +12 -12
  1882. package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -1
  1883. package/lib/esm/appui-react/workflow/Task.d.ts +47 -47
  1884. package/lib/esm/appui-react/workflow/Task.js +67 -67
  1885. package/lib/esm/appui-react/workflow/Task.js.map +1 -1
  1886. package/lib/esm/appui-react/workflow/Workflow.d.ts +152 -152
  1887. package/lib/esm/appui-react/workflow/Workflow.js +230 -230
  1888. package/lib/esm/appui-react/workflow/Workflow.js.map +1 -1
  1889. package/lib/esm/appui-react/zones/FrameworkZone.d.ts +43 -43
  1890. package/lib/esm/appui-react/zones/FrameworkZone.js +46 -46
  1891. package/lib/esm/appui-react/zones/FrameworkZone.js.map +1 -1
  1892. package/lib/esm/appui-react/zones/Outline.d.ts +13 -13
  1893. package/lib/esm/appui-react/zones/Outline.js +17 -17
  1894. package/lib/esm/appui-react/zones/Outline.js.map +1 -1
  1895. package/lib/esm/appui-react/zones/StatusBarZone.d.ts +27 -27
  1896. package/lib/esm/appui-react/zones/StatusBarZone.js +28 -28
  1897. package/lib/esm/appui-react/zones/StatusBarZone.js.map +1 -1
  1898. package/lib/esm/appui-react/zones/Zone.d.ts +87 -87
  1899. package/lib/esm/appui-react/zones/Zone.js +151 -151
  1900. package/lib/esm/appui-react/zones/Zone.js.map +1 -1
  1901. package/lib/esm/appui-react/zones/ZoneDef.d.ts +56 -56
  1902. package/lib/esm/appui-react/zones/ZoneDef.js +87 -87
  1903. package/lib/esm/appui-react/zones/ZoneDef.js.map +1 -1
  1904. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  1905. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js +71 -71
  1906. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  1907. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.d.ts +14 -14
  1908. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js +41 -41
  1909. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js.map +1 -1
  1910. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.d.ts +58 -58
  1911. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js +124 -124
  1912. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -1
  1913. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +53 -53
  1914. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js +91 -91
  1915. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -1
  1916. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.d.ts +35 -35
  1917. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js +34 -34
  1918. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -1
  1919. package/lib/esm/appui-react.d.ts +394 -394
  1920. package/lib/esm/appui-react.js +399 -399
  1921. package/lib/esm/appui-react.js.map +1 -1
  1922. package/lib/public/locales/en/UiFramework.json +383 -383
  1923. package/package.json +33 -33
@@ -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 in 3.6. */
49
- get defaultTool() { return this._defaultTool; }
50
- /** @deprecated in 3.6. */
51
- get defaultContentId() { return this._defaultContentId; }
52
- get isInFooterMode() { return this._isInFooterMode; }
53
- /** @deprecated in 3.6. */
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 in 3.6. Use [[FrontstageDef.contentManipulation]] instead. */
60
- get topLeft() { return this._topLeft; }
61
- /** @deprecated in 3.6. Use [[FrontstageDef.toolSettings]] instead. */
62
- get topCenter() { return this._topCenter; }
63
- /** @deprecated in 3.6. Use [[FrontstageDef.viewNavigation]] instead. */
64
- get topRight() { return this._topRight; }
65
- /** @deprecated in 3.6. Use [[FrontstageDef.leftPanel]] instead. */
66
- get centerLeft() { return this._centerLeft; }
67
- /** @deprecated in 3.6. Use [[FrontstageDef.rightPanel]] instead. */
68
- get centerRight() { return this._centerRight; }
69
- /** @deprecated in 3.6. Use [[FrontstageDef.leftPanel]] instead. */
70
- get bottomLeft() { return this._bottomLeft; }
71
- /** @deprecated in 3.6. Use [[FrontstageDef.statusBar]] instead. */
72
- get bottomCenter() { return this._bottomCenter; }
73
- /** @deprecated in 3.6. 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 in 3.0. 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 in 3.0. 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 in 3.6.
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 in 3.6. 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 in 3.6. 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 in 3.6. */
49
+ get defaultTool() { return this._defaultTool; }
50
+ /** @deprecated in 3.6. */
51
+ get defaultContentId() { return this._defaultContentId; }
52
+ get isInFooterMode() { return this._isInFooterMode; }
53
+ /** @deprecated in 3.6. */
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 in 3.6. Use [[FrontstageDef.contentManipulation]] instead. */
60
+ get topLeft() { return this._topLeft; }
61
+ /** @deprecated in 3.6. Use [[FrontstageDef.toolSettings]] instead. */
62
+ get topCenter() { return this._topCenter; }
63
+ /** @deprecated in 3.6. Use [[FrontstageDef.viewNavigation]] instead. */
64
+ get topRight() { return this._topRight; }
65
+ /** @deprecated in 3.6. Use [[FrontstageDef.leftPanel]] instead. */
66
+ get centerLeft() { return this._centerLeft; }
67
+ /** @deprecated in 3.6. Use [[FrontstageDef.rightPanel]] instead. */
68
+ get centerRight() { return this._centerRight; }
69
+ /** @deprecated in 3.6. Use [[FrontstageDef.leftPanel]] instead. */
70
+ get bottomLeft() { return this._bottomLeft; }
71
+ /** @deprecated in 3.6. Use [[FrontstageDef.statusBar]] instead. */
72
+ get bottomCenter() { return this._bottomCenter; }
73
+ /** @deprecated in 3.6. 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 in 3.0. 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 in 3.0. 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 in 3.6.
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 in 3.6. 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 in 3.6. 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