@itwin/appui-react 3.6.0-dev.8 → 3.6.0

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