@itwin/appui-react 4.0.0-dev.12 → 4.0.0-dev.14

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 (1328) hide show
  1. package/CHANGELOG.md +154 -1
  2. package/README.md +2 -2
  3. package/lib/cjs/appui-react/UiFramework.d.ts +269 -269
  4. package/lib/cjs/appui-react/UiFramework.js +551 -555
  5. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  6. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  7. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js +74 -74
  8. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  9. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js +39 -39
  10. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  11. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +216 -216
  12. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  13. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js +123 -123
  14. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  15. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +110 -110
  16. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  17. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js +64 -64
  18. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  19. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  20. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js +9 -9
  21. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  22. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js +44 -44
  23. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  24. package/lib/cjs/appui-react/accudraw/Calculator.d.ts +46 -46
  25. package/lib/cjs/appui-react/accudraw/Calculator.d.ts.map +1 -1
  26. package/lib/cjs/appui-react/accudraw/Calculator.js +218 -218
  27. package/lib/cjs/appui-react/accudraw/Calculator.js.map +1 -1
  28. package/lib/cjs/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  29. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js +195 -195
  30. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  31. package/lib/cjs/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  32. package/lib/cjs/appui-react/accudraw/CalculatorPopup.js +41 -41
  33. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  34. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js +231 -231
  35. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  36. package/lib/cjs/appui-react/accudraw/MenuButton.d.ts +30 -30
  37. package/lib/cjs/appui-react/accudraw/MenuButton.js +67 -67
  38. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  39. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js +37 -37
  40. package/lib/cjs/appui-react/accudraw/SquareButton.d.ts +14 -14
  41. package/lib/cjs/appui-react/accudraw/SquareButton.js +26 -26
  42. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts +27 -27
  43. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  44. package/lib/cjs/appui-react/backstage/BackstageComposer.js +139 -139
  45. package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts +28 -28
  46. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +54 -55
  47. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  48. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts +59 -59
  49. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  50. package/lib/cjs/appui-react/backstage/BackstageItem.js +24 -24
  51. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +13 -13
  52. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +44 -44
  53. package/lib/cjs/appui-react/backstage/BackstageItemsManager.d.ts +38 -38
  54. package/lib/cjs/appui-react/backstage/BackstageItemsManager.js +129 -129
  55. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +35 -35
  56. package/lib/cjs/appui-react/backstage/BackstageManager.js +77 -77
  57. package/lib/cjs/appui-react/backstage/InternalBackstageManager.d.ts +22 -22
  58. package/lib/cjs/appui-react/backstage/InternalBackstageManager.js +55 -55
  59. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts +9 -9
  60. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +32 -32
  61. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +9 -9
  62. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +41 -41
  63. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +73 -73
  64. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +106 -106
  65. package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts +7 -7
  66. package/lib/cjs/appui-react/childwindow/CopyStyles.js +42 -42
  67. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts +71 -71
  68. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  69. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js +207 -208
  70. package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  71. package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  72. package/lib/cjs/appui-react/childwindow/PopoutWidget.js +19 -19
  73. package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  74. package/lib/cjs/appui-react/configurableui/ActivityTracker.js +71 -71
  75. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  76. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +59 -59
  77. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  78. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
  79. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +95 -95
  80. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +65 -65
  81. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +92 -92
  82. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts +81 -81
  83. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js +154 -154
  84. package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  85. package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts +33 -33
  86. package/lib/cjs/appui-react/configurableui/TimeTracker.js +80 -81
  87. package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
  88. package/lib/cjs/appui-react/configurableui/configurableui.scss +0 -1
  89. package/lib/cjs/appui-react/configurableui/state.d.ts +61 -61
  90. package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
  91. package/lib/cjs/appui-react/configurableui/state.js +111 -111
  92. package/lib/cjs/appui-react/content/ContentControl.d.ts +64 -64
  93. package/lib/cjs/appui-react/content/ContentControl.js +78 -78
  94. package/lib/cjs/appui-react/content/ContentGroup.d.ts +93 -93
  95. package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
  96. package/lib/cjs/appui-react/content/ContentGroup.js +174 -174
  97. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  98. package/lib/cjs/appui-react/content/ContentLayout.d.ts +90 -90
  99. package/lib/cjs/appui-react/content/ContentLayout.js +367 -372
  100. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  101. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +47 -47
  102. package/lib/cjs/appui-react/content/ContentLayoutManager.js +68 -68
  103. package/lib/cjs/appui-react/content/ContentViewManager.d.ts +62 -62
  104. package/lib/cjs/appui-react/content/ContentViewManager.js +95 -95
  105. package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  106. package/lib/cjs/appui-react/content/DefaultViewOverlay.js +49 -50
  107. package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
  108. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +31 -31
  109. package/lib/cjs/appui-react/content/FloatingViewportContent.js +78 -79
  110. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  111. package/lib/cjs/appui-react/content/IModelViewport.d.ts +80 -80
  112. package/lib/cjs/appui-react/content/IModelViewport.js +147 -150
  113. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  114. package/lib/cjs/appui-react/content/InternalContentLayoutManager.d.ts +47 -47
  115. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js +94 -95
  116. package/lib/cjs/appui-react/content/InternalContentLayoutManager.js.map +1 -1
  117. package/lib/cjs/appui-react/content/InternalContentViewManager.d.ts +79 -79
  118. package/lib/cjs/appui-react/content/InternalContentViewManager.js +209 -209
  119. package/lib/cjs/appui-react/content/InternalContentViewManager.js.map +1 -1
  120. package/lib/cjs/appui-react/content/StageContentLayout.d.ts +35 -35
  121. package/lib/cjs/appui-react/content/StageContentLayout.js +66 -66
  122. package/lib/cjs/appui-react/content/ViewStateHelper.d.ts +25 -25
  123. package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
  124. package/lib/cjs/appui-react/content/ViewportContentControl.d.ts +61 -61
  125. package/lib/cjs/appui-react/content/ViewportContentControl.js +131 -131
  126. package/lib/cjs/appui-react/content/split-pane/Pane.d.ts +20 -20
  127. package/lib/cjs/appui-react/content/split-pane/Pane.js +42 -42
  128. package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts +22 -22
  129. package/lib/cjs/appui-react/content/split-pane/Resizer.js +38 -38
  130. package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  131. package/lib/cjs/appui-react/content/split-pane/SplitPane.js +238 -242
  132. package/lib/cjs/appui-react/content/split-pane/SplitPane.js.map +1 -1
  133. package/lib/cjs/appui-react/cursor/CursorInformation.d.ts +68 -68
  134. package/lib/cjs/appui-react/cursor/CursorInformation.js +144 -144
  135. package/lib/cjs/appui-react/cursor/CursorInformation.js.map +1 -1
  136. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  137. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +75 -76
  138. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  139. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  140. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +150 -150
  141. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  142. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  143. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +325 -325
  144. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  145. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  146. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +64 -64
  147. package/lib/cjs/appui-react/dialog/ContentDialog.d.ts +23 -23
  148. package/lib/cjs/appui-react/dialog/ContentDialog.js +67 -70
  149. package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
  150. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +51 -51
  151. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +85 -85
  152. package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  153. package/lib/cjs/appui-react/dialog/DialogManagerBase.js +140 -141
  154. package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
  155. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.d.ts +47 -47
  156. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js +131 -131
  157. package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
  158. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.d.ts +35 -35
  159. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js +54 -54
  160. package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
  161. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.d.ts +45 -45
  162. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js +119 -119
  163. package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
  164. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +42 -42
  165. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +68 -68
  166. package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +21 -21
  167. package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
  168. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +51 -51
  169. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +85 -85
  170. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +42 -42
  171. package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
  172. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  173. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +81 -81
  174. package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts +61 -61
  175. package/lib/cjs/appui-react/feedback/ElementTooltip.js +131 -131
  176. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  177. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +73 -73
  178. package/lib/cjs/appui-react/feedback/ValidationTextbox.js +115 -115
  179. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +1 -2
  180. package/lib/cjs/appui-react/framework/FrameworkBackstage.d.ts +43 -43
  181. package/lib/cjs/appui-react/framework/FrameworkBackstage.js +9 -9
  182. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts +75 -75
  183. package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  184. package/lib/cjs/appui-react/framework/FrameworkChildWindows.js +9 -9
  185. package/lib/cjs/appui-react/framework/FrameworkContent.d.ts +154 -154
  186. package/lib/cjs/appui-react/framework/FrameworkContent.js +30 -30
  187. package/lib/cjs/appui-react/framework/FrameworkControls.d.ts +42 -42
  188. package/lib/cjs/appui-react/framework/FrameworkControls.js +2 -2
  189. package/lib/cjs/appui-react/framework/FrameworkDialogs.d.ts +78 -78
  190. package/lib/cjs/appui-react/framework/FrameworkDialogs.js +23 -23
  191. package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts +285 -285
  192. package/lib/cjs/appui-react/framework/FrameworkFrontstages.js +63 -63
  193. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +99 -99
  194. package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js +2 -2
  195. package/lib/cjs/appui-react/framework/FrameworkToolSettings.d.ts +51 -51
  196. package/lib/cjs/appui-react/framework/FrameworkToolSettings.js +17 -17
  197. package/lib/cjs/appui-react/framework/FrameworkVisibility.d.ts +36 -36
  198. package/lib/cjs/appui-react/framework/FrameworkVisibility.js +2 -2
  199. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
  200. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js +9 -9
  201. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +205 -205
  202. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +824 -825
  203. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  204. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +201 -201
  205. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +268 -268
  206. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  207. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
  208. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts +234 -234
  209. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js +508 -508
  210. package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  211. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
  212. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +46 -46
  213. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  214. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +86 -87
  215. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  216. package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts +13 -13
  217. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +33 -33
  218. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  219. package/lib/cjs/appui-react/frontstage/StageUsage.d.ts +15 -15
  220. package/lib/cjs/appui-react/frontstage/StageUsage.js +23 -23
  221. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
  222. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  223. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +77 -78
  224. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  225. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  226. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +37 -37
  227. package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts +7 -7
  228. package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
  229. package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts +8 -8
  230. package/lib/cjs/appui-react/hooks/useActiveViewport.js +46 -46
  231. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  232. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +67 -71
  233. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  234. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  235. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +26 -26
  236. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  237. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
  238. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  239. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +67 -71
  240. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  241. package/lib/cjs/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  242. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js +60 -65
  243. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  244. package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts +5 -5
  245. package/lib/cjs/appui-react/hooks/useUiVisibility.js +26 -26
  246. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +39 -39
  247. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +111 -111
  248. package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
  249. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +96 -96
  250. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +230 -230
  251. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  252. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +95 -95
  253. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  254. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +9 -9
  255. package/lib/cjs/appui-react/messages/ActivityMessage.js +77 -79
  256. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  257. package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts +74 -74
  258. package/lib/cjs/appui-react/messages/AppNotificationManager.js +125 -125
  259. package/lib/cjs/appui-react/messages/HollowIcon.d.ts +9 -9
  260. package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
  261. package/lib/cjs/appui-react/messages/InputField.d.ts +37 -37
  262. package/lib/cjs/appui-react/messages/InputField.js +92 -92
  263. package/lib/cjs/appui-react/messages/MessageLabel.d.ts +12 -12
  264. package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
  265. package/lib/cjs/appui-react/messages/MessageManager.d.ts +253 -253
  266. package/lib/cjs/appui-react/messages/MessageManager.js +466 -466
  267. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  268. package/lib/cjs/appui-react/messages/MessageSpan.d.ts +14 -14
  269. package/lib/cjs/appui-react/messages/MessageSpan.js +22 -22
  270. package/lib/cjs/appui-react/messages/Pointer.d.ts +69 -69
  271. package/lib/cjs/appui-react/messages/Pointer.js +173 -173
  272. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  273. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  274. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
  275. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +68 -68
  276. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  277. package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts +24 -24
  278. package/lib/cjs/appui-react/messages/StatusMessageManager.js +55 -55
  279. package/lib/cjs/appui-react/messages/getToastCategory.d.ts +6 -6
  280. package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
  281. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  282. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +26 -26
  283. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  284. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  285. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +26 -26
  286. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  287. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  288. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +34 -34
  289. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  290. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +187 -187
  291. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  292. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  293. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +151 -151
  294. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  295. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  296. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +113 -113
  297. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  298. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +114 -111
  299. package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
  300. package/lib/cjs/appui-react/pickers/ListPicker.js +197 -195
  301. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  302. package/lib/cjs/appui-react/pickers/ListPicker.scss +7 -0
  303. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +95 -90
  304. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  305. package/lib/cjs/appui-react/pickers/ViewSelector.js +267 -252
  306. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  307. package/lib/cjs/appui-react/popup/CardPopup.d.ts +48 -48
  308. package/lib/cjs/appui-react/popup/CardPopup.js +89 -89
  309. package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  310. package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
  311. package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts +38 -38
  312. package/lib/cjs/appui-react/popup/InputEditorPopup.js +57 -57
  313. package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  314. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +252 -253
  315. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  316. package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  317. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
  318. package/lib/cjs/appui-react/popup/PopupManager.d.ts +105 -105
  319. package/lib/cjs/appui-react/popup/PopupManager.d.ts.map +1 -1
  320. package/lib/cjs/appui-react/popup/PopupManager.js +231 -232
  321. package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
  322. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +28 -28
  323. package/lib/cjs/appui-react/popup/PositionPopup.js +48 -48
  324. package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  325. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
  326. package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts +35 -35
  327. package/lib/cjs/appui-react/popup/ToolbarPopup.js +59 -59
  328. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +22 -22
  329. package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
  330. package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts +36 -36
  331. package/lib/cjs/appui-react/redux/ReducerRegistry.js +60 -60
  332. package/lib/cjs/appui-react/redux/SessionState.d.ts +103 -103
  333. package/lib/cjs/appui-react/redux/SessionState.d.ts.map +1 -1
  334. package/lib/cjs/appui-react/redux/SessionState.js +130 -130
  335. package/lib/cjs/appui-react/redux/StateManager.d.ts +43 -43
  336. package/lib/cjs/appui-react/redux/StateManager.js +97 -97
  337. package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
  338. package/lib/cjs/appui-react/redux/connectIModel.d.ts +26 -26
  339. package/lib/cjs/appui-react/redux/connectIModel.js +94 -94
  340. package/lib/cjs/appui-react/redux/redux-ts.d.ts +197 -197
  341. package/lib/cjs/appui-react/redux/redux-ts.d.ts.map +1 -1
  342. package/lib/cjs/appui-react/redux/redux-ts.js +36 -36
  343. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +10 -10
  344. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +16 -16
  345. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
  346. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js +15 -15
  347. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
  348. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +21 -21
  349. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +265 -265
  350. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +548 -548
  351. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  352. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  353. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +209 -209
  354. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  355. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +200 -200
  356. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  357. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  358. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
  359. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
  360. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +192 -192
  361. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
  362. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +48 -48
  363. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  364. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts +11 -11
  365. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts.map +1 -1
  366. package/lib/cjs/appui-react/shared/AnyItemDef.js +9 -9
  367. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  368. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts.map +1 -1
  369. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +9 -9
  370. package/lib/cjs/appui-react/shared/CommandItemDef.d.ts +16 -16
  371. package/lib/cjs/appui-react/shared/CommandItemDef.js +35 -35
  372. package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
  373. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +17 -17
  374. package/lib/cjs/appui-react/shared/CustomItemDef.js +32 -32
  375. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  376. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +12 -12
  377. package/lib/cjs/appui-react/shared/CustomItemProps.js +9 -9
  378. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +19 -19
  379. package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
  380. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +58 -58
  381. package/lib/cjs/appui-react/shared/ItemDefBase.js +78 -78
  382. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  383. package/lib/cjs/appui-react/shared/ItemMap.d.ts +21 -21
  384. package/lib/cjs/appui-react/shared/ItemMap.js +51 -51
  385. package/lib/cjs/appui-react/shared/ItemProps.d.ts +48 -48
  386. package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
  387. package/lib/cjs/appui-react/shared/MenuItem.d.ts +36 -36
  388. package/lib/cjs/appui-react/shared/MenuItem.d.ts.map +1 -1
  389. package/lib/cjs/appui-react/shared/MenuItem.js +112 -112
  390. package/lib/cjs/appui-react/shared/SelectionScope.d.ts +13 -13
  391. package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
  392. package/lib/cjs/appui-react/shared/ToolItemDef.d.ts +17 -17
  393. package/lib/cjs/appui-react/shared/ToolItemDef.js +39 -39
  394. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
  395. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  396. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +9 -9
  397. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +292 -292
  398. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +218 -220
  399. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  400. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
  401. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +20 -20
  402. package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts +10 -10
  403. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +18 -18
  404. package/lib/cjs/appui-react/statusbar/Field.d.ts +22 -0
  405. package/lib/cjs/appui-react/statusbar/Field.d.ts.map +1 -0
  406. package/lib/cjs/appui-react/statusbar/Field.js +26 -0
  407. package/lib/cjs/appui-react/statusbar/Field.js.map +1 -0
  408. package/lib/cjs/appui-react/statusbar/{Indicator.scss → Field.scss} +12 -12
  409. package/lib/cjs/appui-react/statusbar/Indicator.d.ts +24 -25
  410. package/lib/cjs/appui-react/statusbar/Indicator.d.ts.map +1 -1
  411. package/lib/cjs/appui-react/statusbar/Indicator.js +28 -35
  412. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  413. package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  414. package/lib/cjs/appui-react/statusbar/LabelIndicator.js +28 -28
  415. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +19 -19
  416. package/lib/cjs/appui-react/statusbar/Overflow.js +29 -29
  417. package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  418. package/lib/cjs/appui-react/statusbar/OverflowPanel.js +22 -22
  419. package/lib/cjs/appui-react/statusbar/Popup.d.ts +10 -0
  420. package/lib/cjs/appui-react/statusbar/Popup.d.ts.map +1 -0
  421. package/lib/cjs/appui-react/statusbar/Popup.js +20 -0
  422. package/lib/cjs/appui-react/statusbar/Popup.js.map +1 -0
  423. package/lib/cjs/appui-react/statusbar/Separator.d.ts +10 -10
  424. package/lib/cjs/appui-react/statusbar/Separator.js +21 -21
  425. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +77 -63
  426. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  427. package/lib/cjs/appui-react/statusbar/StatusBar.js +143 -130
  428. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  429. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  430. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +282 -282
  431. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +98 -98
  432. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  433. package/lib/cjs/appui-react/statusbar/StatusBarItem.js +61 -61
  434. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -23
  435. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +60 -60
  436. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +39 -39
  437. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +134 -134
  438. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  439. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
  440. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  441. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +23 -23
  442. package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts +20 -20
  443. package/lib/cjs/appui-react/statusbar/dialog/Button.js +19 -19
  444. package/lib/cjs/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  445. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +30 -30
  446. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  447. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +19 -19
  448. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts +9 -9
  449. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +32 -32
  450. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +9 -9
  451. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +50 -50
  452. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +9 -9
  453. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +61 -61
  454. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +46 -46
  455. package/lib/cjs/appui-react/statusfields/MessageCenter.js +126 -126
  456. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +16 -16
  457. package/lib/cjs/appui-react/statusfields/SectionsField.js +80 -80
  458. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  459. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  460. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +48 -48
  461. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +37 -37
  462. package/lib/cjs/appui-react/statusfields/SelectionScope.js +66 -66
  463. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +43 -43
  464. package/lib/cjs/appui-react/statusfields/SnapMode.js +126 -126
  465. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +30 -30
  466. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +93 -93
  467. package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +0 -4
  468. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  469. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +91 -91
  470. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
  471. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  472. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +443 -443
  473. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  474. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +78 -78
  475. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +188 -188
  476. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  477. package/lib/cjs/appui-react/theme/ThemeManager.d.ts +55 -55
  478. package/lib/cjs/appui-react/theme/ThemeManager.js +95 -96
  479. package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
  480. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  481. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +52 -52
  482. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  483. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
  484. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  485. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +65 -65
  486. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  487. package/lib/cjs/appui-react/toolbar/DragInteraction.d.ts +8 -8
  488. package/lib/cjs/appui-react/toolbar/DragInteraction.js +15 -15
  489. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +37 -37
  490. package/lib/cjs/appui-react/toolbar/GroupItem.js +76 -76
  491. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  492. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  493. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +221 -221
  494. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +22 -22
  495. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +128 -128
  496. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +103 -103
  497. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
  498. package/lib/cjs/appui-react/toolbar/ToolbarItem.js +51 -51
  499. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts +15 -15
  500. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +52 -52
  501. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.d.ts +45 -45
  502. package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.js +247 -247
  503. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.d.ts +7 -7
  504. package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js +25 -25
  505. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts +9 -9
  506. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +32 -32
  507. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +9 -9
  508. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +48 -48
  509. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
  510. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +365 -372
  511. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  512. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  513. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +30 -30
  514. package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  515. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +32 -32
  516. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  517. package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  518. package/lib/cjs/appui-react/tools/OpenSettingsTool.js +34 -34
  519. package/lib/cjs/appui-react/tools/OpenSettingsTool.js.map +1 -1
  520. package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  521. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +62 -62
  522. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  523. package/lib/cjs/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  524. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +46 -46
  525. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  526. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  527. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
  528. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js +73 -72
  529. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  530. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.d.ts +49 -49
  531. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js +123 -123
  532. package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
  533. package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts +14 -14
  534. package/lib/cjs/appui-react/toolsettings/ToolInformation.js +43 -43
  535. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts +43 -43
  536. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +63 -63
  537. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
  538. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js +38 -38
  539. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +27 -27
  540. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
  541. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js +73 -73
  542. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts +9 -9
  543. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -1
  544. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js +9 -9
  545. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +64 -64
  546. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +47 -47
  547. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  548. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +38 -38
  549. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +85 -87
  550. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  551. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +25 -25
  552. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +41 -41
  553. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  554. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +34 -34
  555. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +52 -52
  556. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  557. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +25 -25
  558. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +41 -41
  559. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +32 -32
  560. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +61 -62
  561. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  562. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts +91 -91
  563. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  564. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +171 -177
  565. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  566. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts +26 -26
  567. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js +9 -9
  568. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.d.ts +6 -6
  569. package/lib/cjs/appui-react/ui-items-provider/isProviderItem.js +15 -15
  570. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  571. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +344 -344
  572. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  573. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  574. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +206 -206
  575. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  576. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  577. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +53 -53
  578. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +49 -49
  579. package/lib/cjs/appui-react/uistate/AppUiSettings.js +89 -89
  580. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  581. package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  582. package/lib/cjs/appui-react/uistate/useUiStateStorage.js +38 -38
  583. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.d.ts +83 -83
  584. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js +197 -197
  585. package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
  586. package/lib/cjs/appui-react/utils/PropsHelper.d.ts +21 -21
  587. package/lib/cjs/appui-react/utils/PropsHelper.d.ts.map +1 -1
  588. package/lib/cjs/appui-react/utils/PropsHelper.js +67 -67
  589. package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
  590. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  591. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +60 -60
  592. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +53 -53
  593. package/lib/cjs/appui-react/utils/UiShowHideManager.js +107 -107
  594. package/lib/cjs/appui-react/utils/ViewUtilities.d.ts +66 -66
  595. package/lib/cjs/appui-react/utils/ViewUtilities.js +98 -98
  596. package/lib/cjs/appui-react/widget-panels/Content.d.ts +6 -6
  597. package/lib/cjs/appui-react/widget-panels/Content.js +57 -58
  598. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  599. package/lib/cjs/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  600. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +18 -18
  601. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +125 -125
  602. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  603. package/lib/cjs/appui-react/widget-panels/Frontstage.js +1082 -1091
  604. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  605. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  606. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
  607. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  608. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +38 -38
  609. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts +8 -8
  610. package/lib/cjs/appui-react/widget-panels/StatusBar.js +28 -28
  611. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  612. package/lib/cjs/appui-react/widget-panels/Tab.d.ts +10 -10
  613. package/lib/cjs/appui-react/widget-panels/Tab.js +34 -34
  614. package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
  615. package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  616. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +148 -156
  617. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  618. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts +7 -7
  619. package/lib/cjs/appui-react/widget-panels/Toolbars.js +23 -24
  620. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  621. package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts +7 -7
  622. package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
  623. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  624. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +29 -29
  625. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts +22 -22
  626. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +51 -51
  627. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  628. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +60 -60
  629. package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  630. package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
  631. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  632. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +48 -48
  633. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  634. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +105 -105
  635. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  636. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  637. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +29 -29
  638. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  639. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +42 -42
  640. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  641. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
  642. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +15 -15
  643. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  644. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
  645. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  646. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +36 -36
  647. package/lib/cjs/appui-react/widgets/Widget.d.ts +38 -38
  648. package/lib/cjs/appui-react/widgets/Widget.js +9 -9
  649. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +15 -15
  650. package/lib/cjs/appui-react/widgets/WidgetConfig.js +9 -9
  651. package/lib/cjs/appui-react/widgets/WidgetControl.d.ts +33 -33
  652. package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
  653. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +170 -170
  654. package/lib/cjs/appui-react/widgets/WidgetDef.js +311 -311
  655. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  656. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +41 -41
  657. package/lib/cjs/appui-react/widgets/WidgetHost.js +89 -90
  658. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  659. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +55 -55
  660. package/lib/cjs/appui-react/widgets/WidgetManager.js +106 -106
  661. package/lib/cjs/appui-react/widgets/WidgetState.d.ts +13 -13
  662. package/lib/cjs/appui-react/widgets/WidgetState.js +21 -21
  663. package/lib/cjs/appui-react.d.ts +341 -341
  664. package/lib/cjs/appui-react.js +362 -358
  665. package/lib/cjs/appui-react.js.map +1 -1
  666. package/lib/esm/appui-react/UiFramework.d.ts +269 -269
  667. package/lib/esm/appui-react/UiFramework.js +547 -550
  668. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  669. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  670. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
  671. package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  672. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +35 -35
  673. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  674. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
  675. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  676. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +120 -120
  677. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  678. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
  679. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  680. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +61 -60
  681. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  682. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  683. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +8 -8
  684. package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  685. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +40 -39
  686. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  687. package/lib/esm/appui-react/accudraw/Calculator.d.ts +46 -46
  688. package/lib/esm/appui-react/accudraw/Calculator.d.ts.map +1 -1
  689. package/lib/esm/appui-react/accudraw/Calculator.js +215 -214
  690. package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
  691. package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  692. package/lib/esm/appui-react/accudraw/CalculatorEngine.js +191 -191
  693. package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  694. package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  695. package/lib/esm/appui-react/accudraw/CalculatorPopup.js +37 -37
  696. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  697. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +221 -220
  698. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  699. package/lib/esm/appui-react/accudraw/MenuButton.d.ts +30 -30
  700. package/lib/esm/appui-react/accudraw/MenuButton.js +63 -63
  701. package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  702. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
  703. package/lib/esm/appui-react/accudraw/SquareButton.d.ts +14 -14
  704. package/lib/esm/appui-react/accudraw/SquareButton.js +22 -22
  705. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +27 -27
  706. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  707. package/lib/esm/appui-react/backstage/BackstageComposer.js +134 -134
  708. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +28 -28
  709. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +48 -49
  710. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  711. package/lib/esm/appui-react/backstage/BackstageItem.d.ts +59 -59
  712. package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -1
  713. package/lib/esm/appui-react/backstage/BackstageItem.js +19 -19
  714. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +13 -13
  715. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +41 -41
  716. package/lib/esm/appui-react/backstage/BackstageItemsManager.d.ts +38 -38
  717. package/lib/esm/appui-react/backstage/BackstageItemsManager.js +125 -125
  718. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +35 -35
  719. package/lib/esm/appui-react/backstage/BackstageManager.js +71 -71
  720. package/lib/esm/appui-react/backstage/InternalBackstageManager.d.ts +22 -22
  721. package/lib/esm/appui-react/backstage/InternalBackstageManager.js +51 -51
  722. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts +9 -9
  723. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +28 -28
  724. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +9 -9
  725. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +37 -37
  726. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +73 -73
  727. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +102 -102
  728. package/lib/esm/appui-react/childwindow/CopyStyles.d.ts +7 -7
  729. package/lib/esm/appui-react/childwindow/CopyStyles.js +38 -38
  730. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts +71 -71
  731. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
  732. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js +203 -204
  733. package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
  734. package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  735. package/lib/esm/appui-react/childwindow/PopoutWidget.js +15 -15
  736. package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  737. package/lib/esm/appui-react/configurableui/ActivityTracker.js +67 -67
  738. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  739. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +55 -55
  740. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  741. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
  742. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +89 -89
  743. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +65 -65
  744. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +88 -88
  745. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts +81 -81
  746. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js +149 -148
  747. package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
  748. package/lib/esm/appui-react/configurableui/TimeTracker.d.ts +33 -33
  749. package/lib/esm/appui-react/configurableui/TimeTracker.js +76 -77
  750. package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
  751. package/lib/esm/appui-react/configurableui/configurableui.scss +0 -1
  752. package/lib/esm/appui-react/configurableui/state.d.ts +61 -61
  753. package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
  754. package/lib/esm/appui-react/configurableui/state.js +107 -107
  755. package/lib/esm/appui-react/content/ContentControl.d.ts +64 -64
  756. package/lib/esm/appui-react/content/ContentControl.js +72 -72
  757. package/lib/esm/appui-react/content/ContentGroup.d.ts +93 -93
  758. package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
  759. package/lib/esm/appui-react/content/ContentGroup.js +170 -169
  760. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  761. package/lib/esm/appui-react/content/ContentLayout.d.ts +90 -90
  762. package/lib/esm/appui-react/content/ContentLayout.js +360 -365
  763. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  764. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +47 -47
  765. package/lib/esm/appui-react/content/ContentLayoutManager.js +64 -64
  766. package/lib/esm/appui-react/content/ContentViewManager.d.ts +62 -62
  767. package/lib/esm/appui-react/content/ContentViewManager.js +91 -91
  768. package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  769. package/lib/esm/appui-react/content/DefaultViewOverlay.js +45 -46
  770. package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
  771. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +31 -31
  772. package/lib/esm/appui-react/content/FloatingViewportContent.js +72 -73
  773. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  774. package/lib/esm/appui-react/content/IModelViewport.d.ts +80 -80
  775. package/lib/esm/appui-react/content/IModelViewport.js +142 -145
  776. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  777. package/lib/esm/appui-react/content/InternalContentLayoutManager.d.ts +47 -47
  778. package/lib/esm/appui-react/content/InternalContentLayoutManager.js +91 -91
  779. package/lib/esm/appui-react/content/InternalContentLayoutManager.js.map +1 -1
  780. package/lib/esm/appui-react/content/InternalContentViewManager.d.ts +79 -79
  781. package/lib/esm/appui-react/content/InternalContentViewManager.js +206 -205
  782. package/lib/esm/appui-react/content/InternalContentViewManager.js.map +1 -1
  783. package/lib/esm/appui-react/content/StageContentLayout.d.ts +35 -35
  784. package/lib/esm/appui-react/content/StageContentLayout.js +62 -62
  785. package/lib/esm/appui-react/content/ViewStateHelper.d.ts +25 -25
  786. package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
  787. package/lib/esm/appui-react/content/ViewportContentControl.d.ts +61 -61
  788. package/lib/esm/appui-react/content/ViewportContentControl.js +126 -126
  789. package/lib/esm/appui-react/content/split-pane/Pane.d.ts +20 -20
  790. package/lib/esm/appui-react/content/split-pane/Pane.js +38 -38
  791. package/lib/esm/appui-react/content/split-pane/Resizer.d.ts +22 -22
  792. package/lib/esm/appui-react/content/split-pane/Resizer.js +34 -34
  793. package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  794. package/lib/esm/appui-react/content/split-pane/SplitPane.js +234 -238
  795. package/lib/esm/appui-react/content/split-pane/SplitPane.js.map +1 -1
  796. package/lib/esm/appui-react/cursor/CursorInformation.d.ts +68 -68
  797. package/lib/esm/appui-react/cursor/CursorInformation.js +140 -139
  798. package/lib/esm/appui-react/cursor/CursorInformation.js.map +1 -1
  799. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  800. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +71 -72
  801. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  802. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  803. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +146 -145
  804. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  805. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  806. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +319 -318
  807. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  808. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  809. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js +60 -60
  810. package/lib/esm/appui-react/dialog/ContentDialog.d.ts +23 -23
  811. package/lib/esm/appui-react/dialog/ContentDialog.js +62 -65
  812. package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
  813. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +51 -51
  814. package/lib/esm/appui-react/dialog/ContentDialogManager.js +80 -80
  815. package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  816. package/lib/esm/appui-react/dialog/DialogManagerBase.js +135 -135
  817. package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
  818. package/lib/esm/appui-react/dialog/InternalContentDialogManager.d.ts +47 -47
  819. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js +128 -127
  820. package/lib/esm/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
  821. package/lib/esm/appui-react/dialog/InternalModalDialogManager.d.ts +35 -35
  822. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js +51 -50
  823. package/lib/esm/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
  824. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.d.ts +45 -45
  825. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js +116 -115
  826. package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
  827. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +42 -42
  828. package/lib/esm/appui-react/dialog/ModalDialogManager.js +63 -63
  829. package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +21 -21
  830. package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
  831. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +51 -51
  832. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +80 -80
  833. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +42 -42
  834. package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
  835. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  836. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +77 -77
  837. package/lib/esm/appui-react/feedback/ElementTooltip.d.ts +61 -61
  838. package/lib/esm/appui-react/feedback/ElementTooltip.js +127 -126
  839. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  840. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +73 -73
  841. package/lib/esm/appui-react/feedback/ValidationTextbox.js +111 -111
  842. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +1 -2
  843. package/lib/esm/appui-react/framework/FrameworkBackstage.d.ts +43 -43
  844. package/lib/esm/appui-react/framework/FrameworkBackstage.js +8 -8
  845. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts +75 -75
  846. package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
  847. package/lib/esm/appui-react/framework/FrameworkChildWindows.js +8 -8
  848. package/lib/esm/appui-react/framework/FrameworkContent.d.ts +154 -154
  849. package/lib/esm/appui-react/framework/FrameworkContent.js +24 -24
  850. package/lib/esm/appui-react/framework/FrameworkControls.d.ts +42 -42
  851. package/lib/esm/appui-react/framework/FrameworkControls.js +1 -1
  852. package/lib/esm/appui-react/framework/FrameworkDialogs.d.ts +78 -78
  853. package/lib/esm/appui-react/framework/FrameworkDialogs.js +18 -18
  854. package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts +285 -285
  855. package/lib/esm/appui-react/framework/FrameworkFrontstages.js +52 -52
  856. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +99 -99
  857. package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js +1 -1
  858. package/lib/esm/appui-react/framework/FrameworkToolSettings.d.ts +51 -51
  859. package/lib/esm/appui-react/framework/FrameworkToolSettings.js +13 -13
  860. package/lib/esm/appui-react/framework/FrameworkVisibility.d.ts +36 -36
  861. package/lib/esm/appui-react/framework/FrameworkVisibility.js +1 -1
  862. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
  863. package/lib/esm/appui-react/frontstage/FrontstageConfig.js +8 -8
  864. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +205 -205
  865. package/lib/esm/appui-react/frontstage/FrontstageDef.js +817 -818
  866. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  867. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +201 -201
  868. package/lib/esm/appui-react/frontstage/FrontstageManager.js +264 -264
  869. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  870. package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
  871. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts +234 -234
  872. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js +505 -504
  873. package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
  874. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
  875. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +42 -42
  876. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  877. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +83 -83
  878. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  879. package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts +13 -13
  880. package/lib/esm/appui-react/frontstage/NestedFrontstage.js +30 -29
  881. package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  882. package/lib/esm/appui-react/frontstage/StageUsage.d.ts +15 -15
  883. package/lib/esm/appui-react/frontstage/StageUsage.js +20 -20
  884. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
  885. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  886. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +73 -74
  887. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  888. package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  889. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +33 -33
  890. package/lib/esm/appui-react/hooks/useActiveStageId.d.ts +7 -7
  891. package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
  892. package/lib/esm/appui-react/hooks/useActiveViewport.d.ts +8 -8
  893. package/lib/esm/appui-react/hooks/useActiveViewport.js +42 -42
  894. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  895. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +63 -67
  896. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  897. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  898. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +22 -22
  899. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  900. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
  901. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  902. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +63 -67
  903. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  904. package/lib/esm/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  905. package/lib/esm/appui-react/hooks/useSolarDataProvider.js +56 -61
  906. package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  907. package/lib/esm/appui-react/hooks/useUiVisibility.d.ts +5 -5
  908. package/lib/esm/appui-react/hooks/useUiVisibility.js +22 -22
  909. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +39 -39
  910. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +108 -107
  911. package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
  912. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +96 -96
  913. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +224 -224
  914. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  915. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +91 -90
  916. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  917. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +9 -9
  918. package/lib/esm/appui-react/messages/ActivityMessage.js +73 -75
  919. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  920. package/lib/esm/appui-react/messages/AppNotificationManager.d.ts +74 -74
  921. package/lib/esm/appui-react/messages/AppNotificationManager.js +121 -121
  922. package/lib/esm/appui-react/messages/HollowIcon.d.ts +9 -9
  923. package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
  924. package/lib/esm/appui-react/messages/InputField.d.ts +37 -37
  925. package/lib/esm/appui-react/messages/InputField.js +88 -88
  926. package/lib/esm/appui-react/messages/MessageLabel.d.ts +12 -12
  927. package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
  928. package/lib/esm/appui-react/messages/MessageManager.d.ts +253 -253
  929. package/lib/esm/appui-react/messages/MessageManager.js +455 -454
  930. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  931. package/lib/esm/appui-react/messages/MessageSpan.d.ts +14 -14
  932. package/lib/esm/appui-react/messages/MessageSpan.js +17 -17
  933. package/lib/esm/appui-react/messages/Pointer.d.ts +69 -69
  934. package/lib/esm/appui-react/messages/Pointer.js +169 -168
  935. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  936. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  937. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
  938. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +63 -63
  939. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  940. package/lib/esm/appui-react/messages/StatusMessageManager.d.ts +24 -24
  941. package/lib/esm/appui-react/messages/StatusMessageManager.js +51 -51
  942. package/lib/esm/appui-react/messages/getToastCategory.d.ts +6 -6
  943. package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
  944. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  945. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +23 -22
  946. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  947. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  948. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +23 -22
  949. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  950. package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  951. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +29 -29
  952. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  953. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +183 -182
  954. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  955. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  956. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +145 -144
  957. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  958. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  959. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +109 -108
  960. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  961. package/lib/esm/appui-react/pickers/ListPicker.d.ts +114 -111
  962. package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
  963. package/lib/esm/appui-react/pickers/ListPicker.js +190 -188
  964. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  965. package/lib/esm/appui-react/pickers/ListPicker.scss +7 -0
  966. package/lib/esm/appui-react/pickers/ViewSelector.d.ts +95 -90
  967. package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  968. package/lib/esm/appui-react/pickers/ViewSelector.js +263 -247
  969. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  970. package/lib/esm/appui-react/popup/CardPopup.d.ts +48 -48
  971. package/lib/esm/appui-react/popup/CardPopup.js +84 -84
  972. package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  973. package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
  974. package/lib/esm/appui-react/popup/InputEditorPopup.d.ts +38 -38
  975. package/lib/esm/appui-react/popup/InputEditorPopup.js +52 -52
  976. package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  977. package/lib/esm/appui-react/popup/KeyinPalettePanel.js +247 -248
  978. package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  979. package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  980. package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
  981. package/lib/esm/appui-react/popup/PopupManager.d.ts +105 -105
  982. package/lib/esm/appui-react/popup/PopupManager.d.ts.map +1 -1
  983. package/lib/esm/appui-react/popup/PopupManager.js +225 -225
  984. package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
  985. package/lib/esm/appui-react/popup/PositionPopup.d.ts +28 -28
  986. package/lib/esm/appui-react/popup/PositionPopup.js +43 -43
  987. package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  988. package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
  989. package/lib/esm/appui-react/popup/ToolbarPopup.d.ts +35 -35
  990. package/lib/esm/appui-react/popup/ToolbarPopup.js +55 -55
  991. package/lib/esm/appui-react/redux/FrameworkState.d.ts +22 -22
  992. package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
  993. package/lib/esm/appui-react/redux/ReducerRegistry.d.ts +36 -36
  994. package/lib/esm/appui-react/redux/ReducerRegistry.js +56 -56
  995. package/lib/esm/appui-react/redux/SessionState.d.ts +103 -103
  996. package/lib/esm/appui-react/redux/SessionState.d.ts.map +1 -1
  997. package/lib/esm/appui-react/redux/SessionState.js +126 -126
  998. package/lib/esm/appui-react/redux/StateManager.d.ts +43 -43
  999. package/lib/esm/appui-react/redux/StateManager.js +94 -93
  1000. package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
  1001. package/lib/esm/appui-react/redux/connectIModel.d.ts +26 -26
  1002. package/lib/esm/appui-react/redux/connectIModel.js +89 -89
  1003. package/lib/esm/appui-react/redux/redux-ts.d.ts +197 -197
  1004. package/lib/esm/appui-react/redux/redux-ts.d.ts.map +1 -1
  1005. package/lib/esm/appui-react/redux/redux-ts.js +32 -32
  1006. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +10 -10
  1007. package/lib/esm/appui-react/safearea/SafeAreaContext.js +13 -13
  1008. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
  1009. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js +11 -11
  1010. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
  1011. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +18 -18
  1012. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +265 -265
  1013. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +545 -543
  1014. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  1015. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  1016. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +197 -197
  1017. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  1018. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +195 -195
  1019. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  1020. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  1021. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
  1022. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
  1023. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +187 -187
  1024. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
  1025. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +45 -44
  1026. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  1027. package/lib/esm/appui-react/shared/AnyItemDef.d.ts +11 -11
  1028. package/lib/esm/appui-react/shared/AnyItemDef.d.ts.map +1 -1
  1029. package/lib/esm/appui-react/shared/AnyItemDef.js +8 -8
  1030. package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  1031. package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts.map +1 -1
  1032. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +8 -8
  1033. package/lib/esm/appui-react/shared/CommandItemDef.d.ts +16 -16
  1034. package/lib/esm/appui-react/shared/CommandItemDef.js +32 -31
  1035. package/lib/esm/appui-react/shared/CommandItemDef.js.map +1 -1
  1036. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +17 -17
  1037. package/lib/esm/appui-react/shared/CustomItemDef.js +29 -28
  1038. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  1039. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +12 -12
  1040. package/lib/esm/appui-react/shared/CustomItemProps.js +8 -8
  1041. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +19 -19
  1042. package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
  1043. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +58 -58
  1044. package/lib/esm/appui-react/shared/ItemDefBase.js +74 -74
  1045. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  1046. package/lib/esm/appui-react/shared/ItemMap.d.ts +21 -21
  1047. package/lib/esm/appui-react/shared/ItemMap.js +46 -46
  1048. package/lib/esm/appui-react/shared/ItemProps.d.ts +48 -48
  1049. package/lib/esm/appui-react/shared/ItemProps.js +8 -8
  1050. package/lib/esm/appui-react/shared/MenuItem.d.ts +36 -36
  1051. package/lib/esm/appui-react/shared/MenuItem.d.ts.map +1 -1
  1052. package/lib/esm/appui-react/shared/MenuItem.js +107 -107
  1053. package/lib/esm/appui-react/shared/SelectionScope.d.ts +13 -13
  1054. package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
  1055. package/lib/esm/appui-react/shared/ToolItemDef.d.ts +17 -17
  1056. package/lib/esm/appui-react/shared/ToolItemDef.js +35 -35
  1057. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
  1058. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  1059. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +8 -8
  1060. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +292 -292
  1061. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +210 -212
  1062. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  1063. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
  1064. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +17 -17
  1065. package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts +10 -10
  1066. package/lib/esm/appui-react/stagepanels/StagePanelSection.js +15 -15
  1067. package/lib/esm/appui-react/statusbar/Field.d.ts +22 -0
  1068. package/lib/esm/appui-react/statusbar/Field.d.ts.map +1 -0
  1069. package/lib/esm/appui-react/statusbar/Field.js +23 -0
  1070. package/lib/esm/appui-react/statusbar/Field.js.map +1 -0
  1071. package/lib/esm/appui-react/statusbar/{Indicator.scss → Field.scss} +12 -12
  1072. package/lib/esm/appui-react/statusbar/Indicator.d.ts +24 -25
  1073. package/lib/esm/appui-react/statusbar/Indicator.d.ts.map +1 -1
  1074. package/lib/esm/appui-react/statusbar/Indicator.js +24 -31
  1075. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  1076. package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  1077. package/lib/esm/appui-react/statusbar/LabelIndicator.js +24 -24
  1078. package/lib/esm/appui-react/statusbar/Overflow.d.ts +19 -19
  1079. package/lib/esm/appui-react/statusbar/Overflow.js +26 -26
  1080. package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  1081. package/lib/esm/appui-react/statusbar/OverflowPanel.js +18 -18
  1082. package/lib/esm/appui-react/statusbar/Popup.d.ts +10 -0
  1083. package/lib/esm/appui-react/statusbar/Popup.d.ts.map +1 -0
  1084. package/lib/esm/appui-react/statusbar/Popup.js +16 -0
  1085. package/lib/esm/appui-react/statusbar/Popup.js.map +1 -0
  1086. package/lib/esm/appui-react/statusbar/Separator.d.ts +10 -10
  1087. package/lib/esm/appui-react/statusbar/Separator.js +17 -17
  1088. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +77 -63
  1089. package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  1090. package/lib/esm/appui-react/statusbar/StatusBar.js +135 -122
  1091. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  1092. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  1093. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +276 -276
  1094. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +98 -98
  1095. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  1096. package/lib/esm/appui-react/statusbar/StatusBarItem.js +55 -55
  1097. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -23
  1098. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +57 -57
  1099. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +39 -39
  1100. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +130 -130
  1101. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  1102. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
  1103. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  1104. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +19 -19
  1105. package/lib/esm/appui-react/statusbar/dialog/Button.d.ts +20 -20
  1106. package/lib/esm/appui-react/statusbar/dialog/Button.js +15 -15
  1107. package/lib/esm/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  1108. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +26 -26
  1109. package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  1110. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +15 -15
  1111. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts +9 -9
  1112. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +28 -28
  1113. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +9 -9
  1114. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +46 -46
  1115. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +9 -9
  1116. package/lib/esm/appui-react/statusfields/ActivityCenter.js +57 -57
  1117. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +46 -46
  1118. package/lib/esm/appui-react/statusfields/MessageCenter.js +122 -122
  1119. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +16 -16
  1120. package/lib/esm/appui-react/statusfields/SectionsField.js +76 -76
  1121. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  1122. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  1123. package/lib/esm/appui-react/statusfields/SelectionInfo.js +45 -45
  1124. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +37 -37
  1125. package/lib/esm/appui-react/statusfields/SelectionScope.js +63 -63
  1126. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +43 -43
  1127. package/lib/esm/appui-react/statusfields/SnapMode.js +123 -123
  1128. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +30 -30
  1129. package/lib/esm/appui-react/statusfields/ViewAttributes.js +89 -89
  1130. package/lib/esm/appui-react/statusfields/ViewAttributes.scss +0 -4
  1131. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  1132. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +87 -87
  1133. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
  1134. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  1135. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +440 -439
  1136. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  1137. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +78 -78
  1138. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +185 -184
  1139. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  1140. package/lib/esm/appui-react/theme/ThemeManager.d.ts +55 -55
  1141. package/lib/esm/appui-react/theme/ThemeManager.js +92 -93
  1142. package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
  1143. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  1144. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +48 -48
  1145. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  1146. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
  1147. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  1148. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +61 -61
  1149. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  1150. package/lib/esm/appui-react/toolbar/DragInteraction.d.ts +8 -8
  1151. package/lib/esm/appui-react/toolbar/DragInteraction.js +12 -12
  1152. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +37 -37
  1153. package/lib/esm/appui-react/toolbar/GroupItem.js +73 -72
  1154. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  1155. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  1156. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +217 -217
  1157. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +22 -22
  1158. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +124 -124
  1159. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +103 -103
  1160. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
  1161. package/lib/esm/appui-react/toolbar/ToolbarItem.js +45 -45
  1162. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts +15 -15
  1163. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +49 -49
  1164. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.d.ts +45 -45
  1165. package/lib/esm/appui-react/toolbar/ToolbarItemsManager.js +243 -243
  1166. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.d.ts +7 -7
  1167. package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js +21 -21
  1168. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts +9 -9
  1169. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +28 -28
  1170. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +9 -9
  1171. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +44 -44
  1172. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
  1173. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +361 -368
  1174. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1175. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  1176. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +26 -26
  1177. package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  1178. package/lib/esm/appui-react/tools/KeyinPaletteTools.js +29 -28
  1179. package/lib/esm/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  1180. package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  1181. package/lib/esm/appui-react/tools/OpenSettingsTool.js +31 -30
  1182. package/lib/esm/appui-react/tools/OpenSettingsTool.js.map +1 -1
  1183. package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  1184. package/lib/esm/appui-react/tools/RestoreLayoutTool.js +59 -57
  1185. package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  1186. package/lib/esm/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  1187. package/lib/esm/appui-react/tools/ToolSettingsTools.js +43 -41
  1188. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1189. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  1190. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
  1191. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js +69 -68
  1192. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  1193. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.d.ts +49 -49
  1194. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js +120 -119
  1195. package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
  1196. package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts +14 -14
  1197. package/lib/esm/appui-react/toolsettings/ToolInformation.js +39 -39
  1198. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts +43 -43
  1199. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +59 -59
  1200. package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
  1201. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js +34 -34
  1202. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +27 -27
  1203. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
  1204. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js +69 -69
  1205. package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts +9 -9
  1206. package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -1
  1207. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js +8 -8
  1208. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +64 -64
  1209. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +43 -43
  1210. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1211. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +38 -38
  1212. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +81 -83
  1213. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1214. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +25 -25
  1215. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +37 -37
  1216. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  1217. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +34 -34
  1218. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +48 -48
  1219. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  1220. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +25 -25
  1221. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +37 -37
  1222. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +32 -32
  1223. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +57 -58
  1224. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1225. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts +91 -91
  1226. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
  1227. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +168 -173
  1228. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
  1229. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts +26 -26
  1230. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js +8 -8
  1231. package/lib/esm/appui-react/ui-items-provider/isProviderItem.d.ts +6 -6
  1232. package/lib/esm/appui-react/ui-items-provider/isProviderItem.js +11 -11
  1233. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  1234. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +340 -340
  1235. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  1236. package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  1237. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +202 -202
  1238. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  1239. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  1240. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +47 -47
  1241. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +49 -49
  1242. package/lib/esm/appui-react/uistate/AppUiSettings.js +86 -85
  1243. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1244. package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  1245. package/lib/esm/appui-react/uistate/useUiStateStorage.js +33 -33
  1246. package/lib/esm/appui-react/utils/InternalUiShowHideManager.d.ts +83 -83
  1247. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js +194 -192
  1248. package/lib/esm/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
  1249. package/lib/esm/appui-react/utils/PropsHelper.d.ts +21 -21
  1250. package/lib/esm/appui-react/utils/PropsHelper.d.ts.map +1 -1
  1251. package/lib/esm/appui-react/utils/PropsHelper.js +63 -63
  1252. package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
  1253. package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  1254. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +56 -56
  1255. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +53 -53
  1256. package/lib/esm/appui-react/utils/UiShowHideManager.js +104 -104
  1257. package/lib/esm/appui-react/utils/ViewUtilities.d.ts +66 -66
  1258. package/lib/esm/appui-react/utils/ViewUtilities.js +94 -94
  1259. package/lib/esm/appui-react/widget-panels/Content.d.ts +6 -6
  1260. package/lib/esm/appui-react/widget-panels/Content.js +52 -53
  1261. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1262. package/lib/esm/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  1263. package/lib/esm/appui-react/widget-panels/FloatingWidget.js +14 -14
  1264. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +125 -125
  1265. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  1266. package/lib/esm/appui-react/widget-panels/Frontstage.js +1050 -1059
  1267. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1268. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  1269. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
  1270. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  1271. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +33 -33
  1272. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts +8 -8
  1273. package/lib/esm/appui-react/widget-panels/StatusBar.js +24 -24
  1274. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1275. package/lib/esm/appui-react/widget-panels/Tab.d.ts +10 -10
  1276. package/lib/esm/appui-react/widget-panels/Tab.js +29 -29
  1277. package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
  1278. package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  1279. package/lib/esm/appui-react/widget-panels/ToolSettings.js +138 -146
  1280. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1281. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts +7 -7
  1282. package/lib/esm/appui-react/widget-panels/Toolbars.js +19 -20
  1283. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1284. package/lib/esm/appui-react/widget-panels/useTransientState.d.ts +7 -7
  1285. package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
  1286. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  1287. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +25 -25
  1288. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts +22 -22
  1289. package/lib/esm/appui-react/widgets/BackstageAppButton.js +47 -47
  1290. package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  1291. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +56 -56
  1292. package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  1293. package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
  1294. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  1295. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +44 -44
  1296. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  1297. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +100 -100
  1298. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1299. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  1300. package/lib/esm/appui-react/widgets/StableWidgetDef.js +25 -25
  1301. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  1302. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +39 -38
  1303. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  1304. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
  1305. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +12 -12
  1306. package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  1307. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
  1308. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  1309. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +32 -32
  1310. package/lib/esm/appui-react/widgets/Widget.d.ts +38 -38
  1311. package/lib/esm/appui-react/widgets/Widget.js +8 -8
  1312. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +15 -15
  1313. package/lib/esm/appui-react/widgets/WidgetConfig.js +8 -8
  1314. package/lib/esm/appui-react/widgets/WidgetControl.d.ts +33 -33
  1315. package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
  1316. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +170 -170
  1317. package/lib/esm/appui-react/widgets/WidgetDef.js +307 -306
  1318. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1319. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +41 -41
  1320. package/lib/esm/appui-react/widgets/WidgetHost.js +85 -86
  1321. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1322. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +55 -55
  1323. package/lib/esm/appui-react/widgets/WidgetManager.js +101 -101
  1324. package/lib/esm/appui-react/widgets/WidgetState.d.ts +13 -13
  1325. package/lib/esm/appui-react/widgets/WidgetState.js +18 -18
  1326. package/lib/esm/appui-react.d.ts +341 -341
  1327. package/lib/esm/appui-react.js +346 -346
  1328. package/package.json +32 -30
@@ -1,26 +1,26 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.InternalChildWindowManager = void 0;
8
- /** @packageDocumentation
9
- * @module ChildWindowManager
10
- */
11
- require("./InternalChildWindowManager.scss");
12
- const React = require("react");
13
- const ReactDOM = require("react-dom");
14
- const CopyStyles_1 = require("./CopyStyles");
15
- const react_redux_1 = require("react-redux");
16
- const StateManager_1 = require("../redux/StateManager");
17
- const useUiStateStorage_1 = require("../uistate/useUiStateStorage");
18
- const PopupManager_1 = require("../popup/PopupManager");
19
- const ModelessDialogManager_1 = require("../dialog/ModelessDialogManager");
20
- const ModalDialogManager_1 = require("../dialog/ModalDialogManager");
21
- const CursorMenu_1 = require("../cursor/cursormenu/CursorMenu");
22
- const ThemeManager_1 = require("../theme/ThemeManager");
23
- const UiFramework_1 = require("../UiFramework");
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
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.InternalChildWindowManager = void 0;
8
+ /** @packageDocumentation
9
+ * @module ChildWindowManager
10
+ */
11
+ require("./InternalChildWindowManager.scss");
12
+ const React = require("react");
13
+ const ReactDOM = require("react-dom");
14
+ const CopyStyles_1 = require("./CopyStyles");
15
+ const react_redux_1 = require("react-redux");
16
+ const StateManager_1 = require("../redux/StateManager");
17
+ const useUiStateStorage_1 = require("../uistate/useUiStateStorage");
18
+ const PopupManager_1 = require("../popup/PopupManager");
19
+ const ModelessDialogManager_1 = require("../dialog/ModelessDialogManager");
20
+ const ModalDialogManager_1 = require("../dialog/ModalDialogManager");
21
+ const CursorMenu_1 = require("../cursor/cursormenu/CursorMenu");
22
+ const ThemeManager_1 = require("../theme/ThemeManager");
23
+ const UiFramework_1 = require("../UiFramework");
24
24
  const childHtml = `<!DOCTYPE html>
25
25
  <html>
26
26
  <head>
@@ -42,189 +42,188 @@ const childHtml = `<!DOCTYPE html>
42
42
  <noscript>You need to enable JavaScript to run this app.</noscript>
43
43
  <div id="root"></div>
44
44
  </body>
45
- </html>`;
46
- /** Supports opening a child browser window from the main application window. The child window is managed by the main application
47
- * and is running in the same security context. The application must deliver the html file iTwinPopup.html along side its index.html.
48
- * See also: [Child Window Manager]($docs/learning/ui/appui-react/ChildWindows.md)
49
- * @internal
50
- * */
51
- class InternalChildWindowManager {
52
- constructor() {
53
- this._openChildWindows = [];
54
- /**
55
- * Close a specific child window.
56
- * @param childWindowId Id of the window to close
57
- * @param processWindowClose should the `close` method be called on the closing window. (defaults to true)
58
- * @returns false if the window could not be found.
59
- */
60
- this.close = (childWindowId, processWindowClose = true) => {
61
- const windowIndex = this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId);
62
- if (-1 === windowIndex)
63
- return false;
64
- const childWindow = this.openChildWindows[windowIndex];
65
- this.openChildWindows.splice(windowIndex, 1);
66
- if (processWindowClose) {
67
- childWindow.window.close();
68
- }
69
- else {
70
- // call the following to convert popout to docked widget
71
- const frontStageDef = UiFramework_1.UiFramework.frontstages.activeFrontstageDef;
72
- frontStageDef && frontStageDef.dockPopoutWidgetContainer(childWindowId);
73
- }
74
- return true;
75
- };
76
- }
77
- get openChildWindows() {
78
- return this._openChildWindows;
79
- }
80
- /**
81
- * When using React18, the `createRoot` function must be provided in order to render Popout content with React18.
82
- * Do not call if using React 17 or before.
83
- *
84
- * Note: The type of the function is intentionally simplified here.
85
- *
86
- * @param createRootFn Function imported from `import { createRoot } from "react-dom/client";`
87
- * @beta Will be removed once the transition to react 18 is complete.
88
- */
89
- // istanbul ignore next: Result of this assignment is only visible in `open`, which is not tested.
90
- useCreateRoot(createRootFn) {
91
- this._createRoot = createRootFn;
92
- }
93
- /**
94
- * Abstracts ReactDOM.render to use either the _createRoot method or the default ReactDOM.render.
95
- * @param element Element to render.
96
- * @param container Container to render to.
97
- */
98
- // istanbul ignore next: Used in `open` which is not tested.
99
- render(element, container) {
100
- if (this._createRoot) {
101
- this._createRoot(container).render(element);
102
- }
103
- else {
104
- ReactDOM.render(element, container);
105
- }
106
- }
107
- /**
108
- * Returns the OpenChildWindowInfo for the related id.
109
- * @param childWindowId Id of the window to retrieve.
110
- * @returns undefined if not found.
111
- */
112
- find(childWindowId) {
113
- if (undefined === childWindowId)
114
- return undefined;
115
- return this.openChildWindows.find((openWindow) => openWindow.childWindowId === childWindowId);
116
- }
117
- /**
118
- * Return the childWindowId of the provided window.
119
- * @param contentWindow Window element to identify
120
- * @returns undefined if not found
121
- */
122
- findId(contentWindow) {
123
- if (!contentWindow)
124
- return undefined;
125
- const childWindow = this.openChildWindows.find((openWindow) => openWindow.window === contentWindow);
126
- return childWindow === null || childWindow === void 0 ? void 0 : childWindow.childWindowId;
127
- }
128
- // istanbul ignore next: Used in `open` which is not tested.
129
- renderChildWindowContents(childWindow, childWindowId, content) {
130
- const reactConnectionDiv = childWindow.document.getElementById("root");
131
- if (reactConnectionDiv) {
132
- // set openChildWindows now so components can use it when they mount
133
- this._openChildWindows.push({
134
- childWindowId,
135
- window: childWindow,
136
- parentWindow: window,
137
- });
138
- setTimeout(() => {
139
- (0, CopyStyles_1.copyStyles)(childWindow.document);
140
- setTimeout(() => {
141
- this.render(React.createElement(react_redux_1.Provider, { store: StateManager_1.StateManager.store },
142
- React.createElement(useUiStateStorage_1.UiStateStorageHandler, null,
143
- React.createElement(ThemeManager_1.ThemeManager, null,
144
- React.createElement("div", { className: "uifw-child-window-container-host" },
145
- React.createElement(PopupManager_1.PopupRenderer, null),
146
- React.createElement(ModalDialogManager_1.ModalDialogRenderer, null),
147
- React.createElement(ModelessDialogManager_1.ModelessDialogRenderer, null),
148
- React.createElement(CursorMenu_1.CursorPopupMenu, null),
149
- React.createElement("div", { className: "uifw-child-window-container nz-widget-widget" }, content))))), reactConnectionDiv);
150
- });
151
- });
152
- childWindow.onbeforeunload = () => {
153
- const frontStageDef = UiFramework_1.UiFramework.frontstages.activeFrontstageDef;
154
- if (!frontStageDef)
155
- return;
156
- frontStageDef.saveChildWindowSizeAndPosition(childWindowId, childWindow);
157
- this.close(childWindowId, false);
158
- };
159
- }
160
- }
161
- /** Close all child/pop-out windows. This typically is called when the frontstage is changed. */
162
- closeAll() {
163
- // istanbul ignore next
164
- this.openChildWindows.forEach((openChildWindow) => openChildWindow.window.close());
165
- this._openChildWindows = [];
166
- }
167
- // istanbul ignore next: Used in `open` which is not tested.
168
- adjustWidowLocation(location, center) {
169
- var _a;
170
- const outLocation = { ...location };
171
- if (0 === location.top && 0 === location.left) {
172
- center = center !== null && center !== void 0 ? center : true;
173
- const windowTop = (_a = window.top) !== null && _a !== void 0 ? _a : window;
174
- // Prepare position of the new window to be centered against the 'parent' window.
175
- if (center) {
176
- outLocation.left =
177
- windowTop.outerWidth / 2 + windowTop.screenX - location.width / 2;
178
- outLocation.top =
179
- windowTop.outerHeight / 2 + windowTop.screenY - location.height / 2;
180
- }
181
- else {
182
- if (undefined !== window.screenLeft && undefined !== window.screenTop) {
183
- outLocation.top = window.screenTop + location.top;
184
- outLocation.left = window.screenLeft + location.left;
185
- }
186
- }
187
- }
188
- return outLocation;
189
- }
190
- /**
191
- * Open a new child window.
192
- * @param childWindowId Id to assign to the newly created window.
193
- * @param title Title to display on the window.
194
- * @param content ReactNode to be rendered in the window.
195
- * @param location Position and size information
196
- * @param useDefaultPopoutUrl use "/iTwinPopup.html" as the window Url, "" otherwise.
197
- * @returns true if the window is opened successfully.
198
- */
199
- // istanbul ignore next: Would require mocking window.open to return a window object.
200
- open(childWindowId, title, content, location, useDefaultPopoutUrl) {
201
- // first check to see if content is already open in child window
202
- if (this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId) >= 0) {
203
- return false;
204
- }
205
- location = this.adjustWidowLocation(location);
206
- const url = useDefaultPopoutUrl ? "/iTwinPopup.html" : "";
207
- const childWindow = window.open(url, "", `width=${location.width},height=${location.height},left=${location.left},top=${location.top},menubar=no,resizable=yes,scrollbars=no,status=no,location=no`);
208
- if (!childWindow)
209
- return false;
210
- if (0 === url.length) {
211
- childWindow.document.write(childHtml);
212
- this.renderChildWindowContents(childWindow, childWindowId, content);
213
- }
214
- else {
215
- childWindow.addEventListener("load", () => {
216
- childWindow.document.title = title;
217
- this.renderChildWindowContents(childWindow, childWindowId, content);
218
- }, false);
219
- }
220
- window.addEventListener("unload", () => {
221
- const frontStageDef = UiFramework_1.UiFramework.frontstages.activeFrontstageDef;
222
- if (frontStageDef) {
223
- this.close(childWindowId, true);
224
- }
225
- }, false);
226
- return true;
227
- }
228
- }
229
- exports.InternalChildWindowManager = InternalChildWindowManager;
45
+ </html>`;
46
+ /** Supports opening a child browser window from the main application window. The child window is managed by the main application
47
+ * and is running in the same security context. The application must deliver the html file iTwinPopup.html along side its index.html.
48
+ * See also: [Child Window Manager]($docs/learning/ui/appui-react/ChildWindows.md)
49
+ * @internal
50
+ * */
51
+ class InternalChildWindowManager {
52
+ constructor() {
53
+ this._openChildWindows = [];
54
+ /**
55
+ * Close a specific child window.
56
+ * @param childWindowId Id of the window to close
57
+ * @param processWindowClose should the `close` method be called on the closing window. (defaults to true)
58
+ * @returns false if the window could not be found.
59
+ */
60
+ this.close = (childWindowId, processWindowClose = true) => {
61
+ const windowIndex = this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId);
62
+ if (-1 === windowIndex)
63
+ return false;
64
+ const childWindow = this.openChildWindows[windowIndex];
65
+ this.openChildWindows.splice(windowIndex, 1);
66
+ if (processWindowClose) {
67
+ childWindow.window.close();
68
+ }
69
+ else {
70
+ // call the following to convert popout to docked widget
71
+ const frontStageDef = UiFramework_1.UiFramework.frontstages.activeFrontstageDef;
72
+ frontStageDef && frontStageDef.dockPopoutWidgetContainer(childWindowId);
73
+ }
74
+ return true;
75
+ };
76
+ }
77
+ get openChildWindows() {
78
+ return this._openChildWindows;
79
+ }
80
+ /**
81
+ * When using React18, the `createRoot` function must be provided in order to render Popout content with React18.
82
+ * Do not call if using React 17 or before.
83
+ *
84
+ * Note: The type of the function is intentionally simplified here.
85
+ *
86
+ * @param createRootFn Function imported from `import { createRoot } from "react-dom/client";`
87
+ * @beta Will be removed once the transition to react 18 is complete.
88
+ */
89
+ // istanbul ignore next: Result of this assignment is only visible in `open`, which is not tested.
90
+ useCreateRoot(createRootFn) {
91
+ this._createRoot = createRootFn;
92
+ }
93
+ /**
94
+ * Abstracts ReactDOM.render to use either the _createRoot method or the default ReactDOM.render.
95
+ * @param element Element to render.
96
+ * @param container Container to render to.
97
+ */
98
+ // istanbul ignore next: Used in `open` which is not tested.
99
+ render(element, container) {
100
+ if (this._createRoot) {
101
+ this._createRoot(container).render(element);
102
+ }
103
+ else {
104
+ ReactDOM.render(element, container);
105
+ }
106
+ }
107
+ /**
108
+ * Returns the OpenChildWindowInfo for the related id.
109
+ * @param childWindowId Id of the window to retrieve.
110
+ * @returns undefined if not found.
111
+ */
112
+ find(childWindowId) {
113
+ if (undefined === childWindowId)
114
+ return undefined;
115
+ return this.openChildWindows.find((openWindow) => openWindow.childWindowId === childWindowId);
116
+ }
117
+ /**
118
+ * Return the childWindowId of the provided window.
119
+ * @param contentWindow Window element to identify
120
+ * @returns undefined if not found
121
+ */
122
+ findId(contentWindow) {
123
+ if (!contentWindow)
124
+ return undefined;
125
+ const childWindow = this.openChildWindows.find((openWindow) => openWindow.window === contentWindow);
126
+ return childWindow?.childWindowId;
127
+ }
128
+ // istanbul ignore next: Used in `open` which is not tested.
129
+ renderChildWindowContents(childWindow, childWindowId, content) {
130
+ const reactConnectionDiv = childWindow.document.getElementById("root");
131
+ if (reactConnectionDiv) {
132
+ // set openChildWindows now so components can use it when they mount
133
+ this._openChildWindows.push({
134
+ childWindowId,
135
+ window: childWindow,
136
+ parentWindow: window,
137
+ });
138
+ setTimeout(() => {
139
+ (0, CopyStyles_1.copyStyles)(childWindow.document);
140
+ setTimeout(() => {
141
+ this.render(React.createElement(react_redux_1.Provider, { store: StateManager_1.StateManager.store },
142
+ React.createElement(useUiStateStorage_1.UiStateStorageHandler, null,
143
+ React.createElement(ThemeManager_1.ThemeManager, null,
144
+ React.createElement("div", { className: "uifw-child-window-container-host" },
145
+ React.createElement(PopupManager_1.PopupRenderer, null),
146
+ React.createElement(ModalDialogManager_1.ModalDialogRenderer, null),
147
+ React.createElement(ModelessDialogManager_1.ModelessDialogRenderer, null),
148
+ React.createElement(CursorMenu_1.CursorPopupMenu, null),
149
+ React.createElement("div", { className: "uifw-child-window-container nz-widget-widget" }, content))))), reactConnectionDiv);
150
+ });
151
+ });
152
+ childWindow.onbeforeunload = () => {
153
+ const frontStageDef = UiFramework_1.UiFramework.frontstages.activeFrontstageDef;
154
+ if (!frontStageDef)
155
+ return;
156
+ frontStageDef.saveChildWindowSizeAndPosition(childWindowId, childWindow);
157
+ this.close(childWindowId, false);
158
+ };
159
+ }
160
+ }
161
+ /** Close all child/pop-out windows. This typically is called when the frontstage is changed. */
162
+ closeAll() {
163
+ // istanbul ignore next
164
+ this.openChildWindows.forEach((openChildWindow) => openChildWindow.window.close());
165
+ this._openChildWindows = [];
166
+ }
167
+ // istanbul ignore next: Used in `open` which is not tested.
168
+ adjustWidowLocation(location, center) {
169
+ const outLocation = { ...location };
170
+ if (0 === location.top && 0 === location.left) {
171
+ center = center ?? true;
172
+ const windowTop = window.top ?? window;
173
+ // Prepare position of the new window to be centered against the 'parent' window.
174
+ if (center) {
175
+ outLocation.left =
176
+ windowTop.outerWidth / 2 + windowTop.screenX - location.width / 2;
177
+ outLocation.top =
178
+ windowTop.outerHeight / 2 + windowTop.screenY - location.height / 2;
179
+ }
180
+ else {
181
+ if (undefined !== window.screenLeft && undefined !== window.screenTop) {
182
+ outLocation.top = window.screenTop + location.top;
183
+ outLocation.left = window.screenLeft + location.left;
184
+ }
185
+ }
186
+ }
187
+ return outLocation;
188
+ }
189
+ /**
190
+ * Open a new child window.
191
+ * @param childWindowId Id to assign to the newly created window.
192
+ * @param title Title to display on the window.
193
+ * @param content ReactNode to be rendered in the window.
194
+ * @param location Position and size information
195
+ * @param useDefaultPopoutUrl use "/iTwinPopup.html" as the window Url, "" otherwise.
196
+ * @returns true if the window is opened successfully.
197
+ */
198
+ // istanbul ignore next: Would require mocking window.open to return a window object.
199
+ open(childWindowId, title, content, location, useDefaultPopoutUrl) {
200
+ // first check to see if content is already open in child window
201
+ if (this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId) >= 0) {
202
+ return false;
203
+ }
204
+ location = this.adjustWidowLocation(location);
205
+ const url = useDefaultPopoutUrl ? "/iTwinPopup.html" : "";
206
+ const childWindow = window.open(url, "", `width=${location.width},height=${location.height},left=${location.left},top=${location.top},menubar=no,resizable=yes,scrollbars=no,status=no,location=no`);
207
+ if (!childWindow)
208
+ return false;
209
+ if (0 === url.length) {
210
+ childWindow.document.write(childHtml);
211
+ this.renderChildWindowContents(childWindow, childWindowId, content);
212
+ }
213
+ else {
214
+ childWindow.addEventListener("load", () => {
215
+ childWindow.document.title = title;
216
+ this.renderChildWindowContents(childWindow, childWindowId, content);
217
+ }, false);
218
+ }
219
+ window.addEventListener("unload", () => {
220
+ const frontStageDef = UiFramework_1.UiFramework.frontstages.activeFrontstageDef;
221
+ if (frontStageDef) {
222
+ this.close(childWindowId, true);
223
+ }
224
+ }, false);
225
+ return true;
226
+ }
227
+ }
228
+ exports.InternalChildWindowManager = InternalChildWindowManager;
230
229
  //# sourceMappingURL=InternalChildWindowManager.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InternalChildWindowManager.js","sourceRoot":"","sources":["../../../../src/appui-react/childwindow/InternalChildWindowManager.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;;;AAE/F;;GAEG;AAEH,6CAA2C;AAC3C,+BAA+B;AAC/B,sCAAsC;AACtC,6CAA0C;AAC1C,6CAAuC;AACvC,wDAAqD;AACrD,oEAAqE;AACrE,wDAAsD;AACtD,2EAAyE;AACzE,qEAAmE;AACnE,gEAAkE;AAClE,wDAAqD;AACrD,gDAA6C;AAG7C,MAAM,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;QAqBV,CAAC;AAST;;;;KAIK;AACL,MAAa,0BAA0B;IAAvC;QACU,sBAAiB,GAA0B,EAAE,CAAC;QAgHtD;;;;;WAKG;QACI,UAAK,GAAG,CAAC,aAAqB,EAAE,kBAAkB,GAAG,IAAI,EAAE,EAAE;YAClE,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,aAAa,KAAK,aAAa,CAAC,CAAC;YAChH,IAAI,CAAC,CAAC,KAAK,WAAW;gBACpB,OAAO,KAAK,CAAC;YACf,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,CAAC;YACvD,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;YAC7C,IAAI,kBAAkB,EAAE;gBACtB,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;aAC5B;iBAAM;gBACL,wDAAwD;gBACxD,MAAM,aAAa,GAAG,yBAAW,CAAC,WAAW,CAAC,mBAAmB,CAAC;gBAClE,aAAa,IAAI,aAAa,CAAC,yBAAyB,CAAC,aAAa,CAAC,CAAC;aACzE;YACD,OAAO,IAAI,CAAC;QACd,CAAC,CAAC;IAiEJ,CAAC;IAlMC,IAAW,gBAAgB;QACzB,OAAO,IAAI,CAAC,iBAAiB,CAAC;IAChC,CAAC;IAED;;;;;;;;OAQG;IACH,kGAAkG;IAC3F,aAAa,CAAC,YAAwB;QAC3C,IAAI,CAAC,WAAW,GAAG,YAAY,CAAC;IAClC,CAAC;IAED;;;;OAIG;IACH,4DAA4D;IACpD,MAAM,CAAC,OAA4C,EAAE,SAAqC;QAChG,IAAG,IAAI,CAAC,WAAW,EAAE;YACnB,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;SAC7C;aAAM;YACL,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;SACrC;IACH,CAAC;IAED;;;;OAIG;IACI,IAAI,CAAC,aAAiC;QAC3C,IAAI,SAAS,KAAK,aAAa;YAC7B,OAAO,SAAS,CAAC;QAEnB,OAAO,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,aAAa,KAAK,aAAa,CAAC,CAAC;IAChG,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,aAAwC;QACpD,IAAI,CAAC,aAAa;YAChB,OAAO,SAAS,CAAC;QAEnB,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,MAAM,KAAK,aAAa,CAAC,CAAC;QACpG,OAAO,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,aAAa,CAAC;IACpC,CAAC;IAED,4DAA4D;IACpD,yBAAyB,CAAC,WAAmB,EAAE,aAAqB,EAAE,OAAwB;QACpG,MAAM,kBAAkB,GAAG,WAAW,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;QACvE,IAAI,kBAAkB,EAAE;YACtB,oEAAoE;YACpE,IAAI,CAAC,iBAAiB,CAAC,IAAI,CAAC;gBAC1B,aAAa;gBACb,MAAM,EAAE,WAAW;gBACnB,YAAY,EAAE,MAAM;aACrB,CAAC,CAAC;YAEH,UAAU,CAAC,GAAG,EAAE;gBACd,IAAA,uBAAU,EAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;gBACjC,UAAU,CAAC,GAAG,EAAE;oBACd,IAAI,CAAC,MAAM,CACT,oBAAC,sBAAQ,IAAC,KAAK,EAAE,2BAAY,CAAC,KAAK;wBACjC,oBAAC,yCAAqB;4BACpB,oBAAC,2BAAY;gCACX,6BAAK,SAAS,EAAC,kCAAkC;oCAC/C,oBAAC,4BAAa,OAAG;oCACjB,oBAAC,wCAAmB,OAAG;oCACvB,oBAAC,8CAAsB,OAAG;oCAC1B,oBAAC,4BAAe,OAAG;oCACnB,6BAAK,SAAS,EAAC,8CAA8C,IAC1D,OAAO,CACJ,CACF,CACO,CACO,CACf,EACX,kBAAkB,CACnB,CAAC;gBACJ,CAAC,CAAC,CAAC;YACL,CAAC,CAAC,CAAC;YAEH,WAAW,CAAC,cAAc,GAAG,GAAG,EAAE;gBAChC,MAAM,aAAa,GAAG,yBAAW,CAAC,WAAW,CAAC,mBAAmB,CAAC;gBAClE,IAAI,CAAC,aAAa;oBAChB,OAAO;gBACT,aAAa,CAAC,8BAA8B,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;gBACzE,IAAI,CAAC,KAAK,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC;YACnC,CAAC,CAAC;SACH;IACH,CAAC;IAED,gGAAgG;IACzF,QAAQ;QACb,uBAAuB;QACvB,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,eAAe,EAAE,EAAE,CAAC,eAAe,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;QACnF,IAAI,CAAC,iBAAiB,GAAG,EAAE,CAAC;IAC9B,CAAC;IAwBD,4DAA4D;IACpD,mBAAmB,CAAC,QAAkC,EAAE,MAAgB;;QAC9E,MAAM,WAAW,GAAG,EAAE,GAAG,QAAQ,EAAE,CAAC;QACpC,IAAI,CAAC,KAAK,QAAQ,CAAC,GAAG,IAAI,CAAC,KAAK,QAAQ,CAAC,IAAI,EAAE;YAC7C,MAAM,GAAG,MAAM,aAAN,MAAM,cAAN,MAAM,GAAI,IAAI,CAAC;YACxB,MAAM,SAAS,GAAG,MAAA,MAAM,CAAC,GAAG,mCAAI,MAAM,CAAC;YAEvC,iFAAiF;YACjF,IAAI,MAAM,EAAE;gBACV,WAAW,CAAC,IAAI;oBACd,SAAS,CAAC,UAAU,GAAG,CAAC,GAAG,SAAS,CAAC,OAAO,GAAG,QAAQ,CAAC,KAAK,GAAG,CAAC,CAAC;gBACpE,WAAW,CAAC,GAAG;oBACb,SAAS,CAAC,WAAW,GAAG,CAAC,GAAG,SAAS,CAAC,OAAO,GAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;aACvE;iBAAM;gBACL,IAAI,SAAS,KAAK,MAAM,CAAC,UAAU,IAAI,SAAS,KAAK,MAAM,CAAC,SAAS,EAAE;oBACrE,WAAW,CAAC,GAAG,GAAG,MAAM,CAAC,SAAS,GAAG,QAAQ,CAAC,GAAG,CAAC;oBAClD,WAAW,CAAC,IAAI,GAAG,MAAM,CAAC,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC;iBACtD;aACF;SACF;QACD,OAAO,WAAW,CAAC;IACrB,CAAC;IAED;;;;;;;;OAQG;IACH,qFAAqF;IAC9E,IAAI,CAAC,aAAqB,EAAE,KAAa,EAAE,OAAwB,EAAE,QAAkC,EAAE,mBAA6B;QAC3I,gEAAgE;QAChE,IAAI,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,aAAa,KAAK,aAAa,CAAC,IAAI,CAAC,EAAE;YACpG,OAAO,KAAK,CAAC;SACd;QAED,QAAQ,GAAG,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC,CAAC;QAC9C,MAAM,GAAG,GAAG,mBAAmB,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC;QAC1D,MAAM,WAAW,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,EAAE,SAAS,QAAQ,CAAC,KAAK,WAAW,QAAQ,CAAC,MAAM,SAAS,QAAQ,CAAC,IAAI,QAAQ,QAAQ,CAAC,GAAG,+DAA+D,CAAC,CAAC;QACrM,IAAI,CAAC,WAAW;YACd,OAAO,KAAK,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,CAAC,MAAM,EAAE;YACpB,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;YACtC,IAAI,CAAC,yBAAyB,CAAC,WAAW,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;SACrE;aAAM;YACL,WAAW,CAAC,gBAAgB,CAAC,MAAM,EAAE,GAAG,EAAE;gBACxC,WAAW,CAAC,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC;gBACnC,IAAI,CAAC,yBAAyB,CAAC,WAAW,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;YACtE,CAAC,EAAE,KAAK,CAAC,CAAC;SACX;QAED,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,GAAG,EAAE;YACrC,MAAM,aAAa,GAAG,yBAAW,CAAC,WAAW,CAAC,mBAAmB,CAAC;YAClE,IAAI,aAAa,EAAE;gBACjB,IAAI,CAAC,KAAK,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;aACjC;QACH,CAAC,EAAE,KAAK,CAAC,CAAC;QAEV,OAAO,IAAI,CAAC;IACd,CAAC;CACF;AAtMD,gEAsMC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n\r\n/** @packageDocumentation\r\n * @module ChildWindowManager\r\n */\r\n\r\nimport \"./InternalChildWindowManager.scss\";\r\nimport * as React from \"react\";\r\nimport * as ReactDOM from \"react-dom\";\r\nimport { copyStyles } from \"./CopyStyles\";\r\nimport { Provider } from \"react-redux\";\r\nimport { StateManager } from \"../redux/StateManager\";\r\nimport { UiStateStorageHandler } from \"../uistate/useUiStateStorage\";\r\nimport { PopupRenderer } from \"../popup/PopupManager\";\r\nimport { ModelessDialogRenderer } from \"../dialog/ModelessDialogManager\";\r\nimport { ModalDialogRenderer } from \"../dialog/ModalDialogManager\";\r\nimport { CursorPopupMenu } from \"../cursor/cursormenu/CursorMenu\";\r\nimport { ThemeManager } from \"../theme/ThemeManager\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ChildWindowLocationProps, FrameworkChildWindows, OpenChildWindowInfo } from \"../framework/FrameworkChildWindows\";\r\n\r\nconst childHtml = `<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <meta charset=\"utf-8\" />\r\n <style>\r\n html,\r\n body {\r\n height: 100%;\r\n width: 100%;\r\n margin: 0;\r\n overflow: hidden;\r\n }\r\n #root {\r\n height: 100%;\r\n }\r\n </style>\r\n</head>\r\n<body>\r\n <noscript>You need to enable JavaScript to run this app.</noscript>\r\n <div id=\"root\"></div>\r\n</body>\r\n</html>`;\r\n\r\n/**\r\n * Simplification of non exported CreateRoot parameter, only to be used\r\n * in InternalChildWindowManager and ChildWindowManager\r\n * @internal\r\n */\r\nexport type CreateRoot = Parameters<FrameworkChildWindows[\"useCreateRoot\"]>[0];\r\n\r\n/** Supports opening a child browser window from the main application window. The child window is managed by the main application\r\n * and is running in the same security context. The application must deliver the html file iTwinPopup.html along side its index.html.\r\n * See also: [Child Window Manager]($docs/learning/ui/appui-react/ChildWindows.md)\r\n * @internal\r\n * */\r\nexport class InternalChildWindowManager implements FrameworkChildWindows {\r\n private _openChildWindows: OpenChildWindowInfo[] = [];\r\n private _createRoot?: CreateRoot;\r\n\r\n public get openChildWindows() {\r\n return this._openChildWindows;\r\n }\r\n\r\n /**\r\n * When using React18, the `createRoot` function must be provided in order to render Popout content with React18.\r\n * Do not call if using React 17 or before.\r\n *\r\n * Note: The type of the function is intentionally simplified here.\r\n *\r\n * @param createRootFn Function imported from `import { createRoot } from \"react-dom/client\";`\r\n * @beta Will be removed once the transition to react 18 is complete.\r\n */\r\n // istanbul ignore next: Result of this assignment is only visible in `open`, which is not tested.\r\n public useCreateRoot(createRootFn: CreateRoot): void {\r\n this._createRoot = createRootFn;\r\n }\r\n\r\n /**\r\n * Abstracts ReactDOM.render to use either the _createRoot method or the default ReactDOM.render.\r\n * @param element Element to render.\r\n * @param container Container to render to.\r\n */\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private render(element: React.FunctionComponentElement<any>, container: Element | DocumentFragment) {\r\n if(this._createRoot) {\r\n this._createRoot(container).render(element);\r\n } else {\r\n ReactDOM.render(element, container);\r\n }\r\n }\r\n\r\n /**\r\n * Returns the OpenChildWindowInfo for the related id.\r\n * @param childWindowId Id of the window to retrieve.\r\n * @returns undefined if not found.\r\n */\r\n public find(childWindowId: string | undefined): OpenChildWindowInfo | undefined {\r\n if (undefined === childWindowId)\r\n return undefined;\r\n\r\n return this.openChildWindows.find((openWindow) => openWindow.childWindowId === childWindowId);\r\n }\r\n\r\n /**\r\n * Return the childWindowId of the provided window.\r\n * @param contentWindow Window element to identify\r\n * @returns undefined if not found\r\n */\r\n public findId(contentWindow: Window | undefined | null): string | undefined {\r\n if (!contentWindow)\r\n return undefined;\r\n\r\n const childWindow = this.openChildWindows.find((openWindow) => openWindow.window === contentWindow);\r\n return childWindow?.childWindowId;\r\n }\r\n\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private renderChildWindowContents(childWindow: Window, childWindowId: string, content: React.ReactNode) {\r\n const reactConnectionDiv = childWindow.document.getElementById(\"root\");\r\n if (reactConnectionDiv) {\r\n // set openChildWindows now so components can use it when they mount\r\n this._openChildWindows.push({\r\n childWindowId,\r\n window: childWindow,\r\n parentWindow: window,\r\n });\r\n\r\n setTimeout(() => {\r\n copyStyles(childWindow.document);\r\n setTimeout(() => {\r\n this.render(\r\n <Provider store={StateManager.store} >\r\n <UiStateStorageHandler>\r\n <ThemeManager>\r\n <div className=\"uifw-child-window-container-host\">\r\n <PopupRenderer />\r\n <ModalDialogRenderer />\r\n <ModelessDialogRenderer />\r\n <CursorPopupMenu />\r\n <div className=\"uifw-child-window-container nz-widget-widget\">\r\n {content}\r\n </div>\r\n </div>\r\n </ThemeManager>\r\n </UiStateStorageHandler>\r\n </Provider>,\r\n reactConnectionDiv\r\n );\r\n });\r\n });\r\n\r\n childWindow.onbeforeunload = () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (!frontStageDef)\r\n return;\r\n frontStageDef.saveChildWindowSizeAndPosition(childWindowId, childWindow);\r\n this.close(childWindowId, false);\r\n };\r\n }\r\n }\r\n\r\n /** Close all child/pop-out windows. This typically is called when the frontstage is changed. */\r\n public closeAll() {\r\n // istanbul ignore next\r\n this.openChildWindows.forEach((openChildWindow) => openChildWindow.window.close());\r\n this._openChildWindows = [];\r\n }\r\n\r\n /**\r\n * Close a specific child window.\r\n * @param childWindowId Id of the window to close\r\n * @param processWindowClose should the `close` method be called on the closing window. (defaults to true)\r\n * @returns false if the window could not be found.\r\n */\r\n public close = (childWindowId: string, processWindowClose = true) => {\r\n const windowIndex = this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId);\r\n if (-1 === windowIndex)\r\n return false;\r\n const childWindow = this.openChildWindows[windowIndex];\r\n this.openChildWindows.splice(windowIndex, 1);\r\n if (processWindowClose) {\r\n childWindow.window.close();\r\n } else {\r\n // call the following to convert popout to docked widget\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n frontStageDef && frontStageDef.dockPopoutWidgetContainer(childWindowId);\r\n }\r\n return true;\r\n };\r\n\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private adjustWidowLocation(location: ChildWindowLocationProps, center?: boolean): ChildWindowLocationProps {\r\n const outLocation = { ...location };\r\n if (0 === location.top && 0 === location.left) {\r\n center = center ?? true;\r\n const windowTop = window.top ?? window;\r\n\r\n // Prepare position of the new window to be centered against the 'parent' window.\r\n if (center) {\r\n outLocation.left =\r\n windowTop.outerWidth / 2 + windowTop.screenX - location.width / 2;\r\n outLocation.top =\r\n windowTop.outerHeight / 2 + windowTop.screenY - location.height / 2;\r\n } else {\r\n if (undefined !== window.screenLeft && undefined !== window.screenTop) {\r\n outLocation.top = window.screenTop + location.top;\r\n outLocation.left = window.screenLeft + location.left;\r\n }\r\n }\r\n }\r\n return outLocation;\r\n }\r\n\r\n /**\r\n * Open a new child window.\r\n * @param childWindowId Id to assign to the newly created window.\r\n * @param title Title to display on the window.\r\n * @param content ReactNode to be rendered in the window.\r\n * @param location Position and size information\r\n * @param useDefaultPopoutUrl use \"/iTwinPopup.html\" as the window Url, \"\" otherwise.\r\n * @returns true if the window is opened successfully.\r\n */\r\n // istanbul ignore next: Would require mocking window.open to return a window object.\r\n public open(childWindowId: string, title: string, content: React.ReactNode, location: ChildWindowLocationProps, useDefaultPopoutUrl?: boolean) {\r\n // first check to see if content is already open in child window\r\n if (this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId) >= 0) {\r\n return false;\r\n }\r\n\r\n location = this.adjustWidowLocation(location);\r\n const url = useDefaultPopoutUrl ? \"/iTwinPopup.html\" : \"\";\r\n const childWindow = window.open(url, \"\", `width=${location.width},height=${location.height},left=${location.left},top=${location.top},menubar=no,resizable=yes,scrollbars=no,status=no,location=no`);\r\n if (!childWindow)\r\n return false;\r\n if (0 === url.length) {\r\n childWindow.document.write(childHtml);\r\n this.renderChildWindowContents(childWindow, childWindowId, content);\r\n } else {\r\n childWindow.addEventListener(\"load\", () => {\r\n childWindow.document.title = title;\r\n this.renderChildWindowContents(childWindow, childWindowId, content);\r\n }, false);\r\n }\r\n\r\n window.addEventListener(\"unload\", () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (frontStageDef) {\r\n this.close(childWindowId, true);\r\n }\r\n }, false);\r\n\r\n return true;\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"InternalChildWindowManager.js","sourceRoot":"","sources":["../../../../src/appui-react/childwindow/InternalChildWindowManager.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n\r\n/** @packageDocumentation\r\n * @module ChildWindowManager\r\n */\r\n\r\nimport \"./InternalChildWindowManager.scss\";\r\nimport * as React from \"react\";\r\nimport * as ReactDOM from \"react-dom\";\r\nimport { copyStyles } from \"./CopyStyles\";\r\nimport { Provider } from \"react-redux\";\r\nimport { StateManager } from \"../redux/StateManager\";\r\nimport { UiStateStorageHandler } from \"../uistate/useUiStateStorage\";\r\nimport { PopupRenderer } from \"../popup/PopupManager\";\r\nimport { ModelessDialogRenderer } from \"../dialog/ModelessDialogManager\";\r\nimport { ModalDialogRenderer } from \"../dialog/ModalDialogManager\";\r\nimport { CursorPopupMenu } from \"../cursor/cursormenu/CursorMenu\";\r\nimport { ThemeManager } from \"../theme/ThemeManager\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { ChildWindowLocationProps, FrameworkChildWindows, OpenChildWindowInfo } from \"../framework/FrameworkChildWindows\";\r\n\r\nconst childHtml = `<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <meta charset=\"utf-8\" />\r\n <style>\r\n html,\r\n body {\r\n height: 100%;\r\n width: 100%;\r\n margin: 0;\r\n overflow: hidden;\r\n }\r\n #root {\r\n height: 100%;\r\n }\r\n </style>\r\n</head>\r\n<body>\r\n <noscript>You need to enable JavaScript to run this app.</noscript>\r\n <div id=\"root\"></div>\r\n</body>\r\n</html>`;\r\n\r\n/**\r\n * Simplification of non exported CreateRoot parameter, only to be used\r\n * in InternalChildWindowManager and ChildWindowManager\r\n * @internal\r\n */\r\nexport type CreateRoot = Parameters<FrameworkChildWindows[\"useCreateRoot\"]>[0];\r\n\r\n/** Supports opening a child browser window from the main application window. The child window is managed by the main application\r\n * and is running in the same security context. The application must deliver the html file iTwinPopup.html along side its index.html.\r\n * See also: [Child Window Manager]($docs/learning/ui/appui-react/ChildWindows.md)\r\n * @internal\r\n * */\r\nexport class InternalChildWindowManager implements FrameworkChildWindows {\r\n private _openChildWindows: OpenChildWindowInfo[] = [];\r\n private _createRoot?: CreateRoot;\r\n\r\n public get openChildWindows() {\r\n return this._openChildWindows;\r\n }\r\n\r\n /**\r\n * When using React18, the `createRoot` function must be provided in order to render Popout content with React18.\r\n * Do not call if using React 17 or before.\r\n *\r\n * Note: The type of the function is intentionally simplified here.\r\n *\r\n * @param createRootFn Function imported from `import { createRoot } from \"react-dom/client\";`\r\n * @beta Will be removed once the transition to react 18 is complete.\r\n */\r\n // istanbul ignore next: Result of this assignment is only visible in `open`, which is not tested.\r\n public useCreateRoot(createRootFn: CreateRoot): void {\r\n this._createRoot = createRootFn;\r\n }\r\n\r\n /**\r\n * Abstracts ReactDOM.render to use either the _createRoot method or the default ReactDOM.render.\r\n * @param element Element to render.\r\n * @param container Container to render to.\r\n */\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private render(element: React.FunctionComponentElement<any>, container: Element | DocumentFragment) {\r\n if(this._createRoot) {\r\n this._createRoot(container).render(element);\r\n } else {\r\n ReactDOM.render(element, container);\r\n }\r\n }\r\n\r\n /**\r\n * Returns the OpenChildWindowInfo for the related id.\r\n * @param childWindowId Id of the window to retrieve.\r\n * @returns undefined if not found.\r\n */\r\n public find(childWindowId: string | undefined): OpenChildWindowInfo | undefined {\r\n if (undefined === childWindowId)\r\n return undefined;\r\n\r\n return this.openChildWindows.find((openWindow) => openWindow.childWindowId === childWindowId);\r\n }\r\n\r\n /**\r\n * Return the childWindowId of the provided window.\r\n * @param contentWindow Window element to identify\r\n * @returns undefined if not found\r\n */\r\n public findId(contentWindow: Window | undefined | null): string | undefined {\r\n if (!contentWindow)\r\n return undefined;\r\n\r\n const childWindow = this.openChildWindows.find((openWindow) => openWindow.window === contentWindow);\r\n return childWindow?.childWindowId;\r\n }\r\n\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private renderChildWindowContents(childWindow: Window, childWindowId: string, content: React.ReactNode) {\r\n const reactConnectionDiv = childWindow.document.getElementById(\"root\");\r\n if (reactConnectionDiv) {\r\n // set openChildWindows now so components can use it when they mount\r\n this._openChildWindows.push({\r\n childWindowId,\r\n window: childWindow,\r\n parentWindow: window,\r\n });\r\n\r\n setTimeout(() => {\r\n copyStyles(childWindow.document);\r\n setTimeout(() => {\r\n this.render(\r\n <Provider store={StateManager.store} >\r\n <UiStateStorageHandler>\r\n <ThemeManager>\r\n <div className=\"uifw-child-window-container-host\">\r\n <PopupRenderer />\r\n <ModalDialogRenderer />\r\n <ModelessDialogRenderer />\r\n <CursorPopupMenu />\r\n <div className=\"uifw-child-window-container nz-widget-widget\">\r\n {content}\r\n </div>\r\n </div>\r\n </ThemeManager>\r\n </UiStateStorageHandler>\r\n </Provider>,\r\n reactConnectionDiv\r\n );\r\n });\r\n });\r\n\r\n childWindow.onbeforeunload = () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (!frontStageDef)\r\n return;\r\n frontStageDef.saveChildWindowSizeAndPosition(childWindowId, childWindow);\r\n this.close(childWindowId, false);\r\n };\r\n }\r\n }\r\n\r\n /** Close all child/pop-out windows. This typically is called when the frontstage is changed. */\r\n public closeAll() {\r\n // istanbul ignore next\r\n this.openChildWindows.forEach((openChildWindow) => openChildWindow.window.close());\r\n this._openChildWindows = [];\r\n }\r\n\r\n /**\r\n * Close a specific child window.\r\n * @param childWindowId Id of the window to close\r\n * @param processWindowClose should the `close` method be called on the closing window. (defaults to true)\r\n * @returns false if the window could not be found.\r\n */\r\n public close = (childWindowId: string, processWindowClose = true) => {\r\n const windowIndex = this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId);\r\n if (-1 === windowIndex)\r\n return false;\r\n const childWindow = this.openChildWindows[windowIndex];\r\n this.openChildWindows.splice(windowIndex, 1);\r\n if (processWindowClose) {\r\n childWindow.window.close();\r\n } else {\r\n // call the following to convert popout to docked widget\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n frontStageDef && frontStageDef.dockPopoutWidgetContainer(childWindowId);\r\n }\r\n return true;\r\n };\r\n\r\n // istanbul ignore next: Used in `open` which is not tested.\r\n private adjustWidowLocation(location: ChildWindowLocationProps, center?: boolean): ChildWindowLocationProps {\r\n const outLocation = { ...location };\r\n if (0 === location.top && 0 === location.left) {\r\n center = center ?? true;\r\n const windowTop = window.top ?? window;\r\n\r\n // Prepare position of the new window to be centered against the 'parent' window.\r\n if (center) {\r\n outLocation.left =\r\n windowTop.outerWidth / 2 + windowTop.screenX - location.width / 2;\r\n outLocation.top =\r\n windowTop.outerHeight / 2 + windowTop.screenY - location.height / 2;\r\n } else {\r\n if (undefined !== window.screenLeft && undefined !== window.screenTop) {\r\n outLocation.top = window.screenTop + location.top;\r\n outLocation.left = window.screenLeft + location.left;\r\n }\r\n }\r\n }\r\n return outLocation;\r\n }\r\n\r\n /**\r\n * Open a new child window.\r\n * @param childWindowId Id to assign to the newly created window.\r\n * @param title Title to display on the window.\r\n * @param content ReactNode to be rendered in the window.\r\n * @param location Position and size information\r\n * @param useDefaultPopoutUrl use \"/iTwinPopup.html\" as the window Url, \"\" otherwise.\r\n * @returns true if the window is opened successfully.\r\n */\r\n // istanbul ignore next: Would require mocking window.open to return a window object.\r\n public open(childWindowId: string, title: string, content: React.ReactNode, location: ChildWindowLocationProps, useDefaultPopoutUrl?: boolean) {\r\n // first check to see if content is already open in child window\r\n if (this.openChildWindows.findIndex((openWindow) => openWindow.childWindowId === childWindowId) >= 0) {\r\n return false;\r\n }\r\n\r\n location = this.adjustWidowLocation(location);\r\n const url = useDefaultPopoutUrl ? \"/iTwinPopup.html\" : \"\";\r\n const childWindow = window.open(url, \"\", `width=${location.width},height=${location.height},left=${location.left},top=${location.top},menubar=no,resizable=yes,scrollbars=no,status=no,location=no`);\r\n if (!childWindow)\r\n return false;\r\n if (0 === url.length) {\r\n childWindow.document.write(childHtml);\r\n this.renderChildWindowContents(childWindow, childWindowId, content);\r\n } else {\r\n childWindow.addEventListener(\"load\", () => {\r\n childWindow.document.title = title;\r\n this.renderChildWindowContents(childWindow, childWindowId, content);\r\n }, false);\r\n }\r\n\r\n window.addEventListener(\"unload\", () => {\r\n const frontStageDef = UiFramework.frontstages.activeFrontstageDef;\r\n if (frontStageDef) {\r\n this.close(childWindowId, true);\r\n }\r\n }, false);\r\n\r\n return true;\r\n }\r\n}\r\n"]}
@@ -1,16 +1,16 @@
1
- /** @packageDocumentation
2
- * @module ChildWindowManager
3
- */
4
- /// <reference types="react" />
5
- import "./PopoutWidget.scss";
6
- import { WidgetDef } from "../widgets/WidgetDef";
7
- interface PopoutWidgetProps {
8
- widgetContainerId: string;
9
- widgetDef: WidgetDef;
10
- }
11
- /** Component used to wrap a widget for use is a child window.
12
- * @internal
13
- */
14
- export declare function PopoutWidget({ widgetContainerId, widgetDef }: PopoutWidgetProps): JSX.Element;
15
- export {};
1
+ /** @packageDocumentation
2
+ * @module ChildWindowManager
3
+ */
4
+ /// <reference types="react" />
5
+ import "./PopoutWidget.scss";
6
+ import { WidgetDef } from "../widgets/WidgetDef";
7
+ interface PopoutWidgetProps {
8
+ widgetContainerId: string;
9
+ widgetDef: WidgetDef;
10
+ }
11
+ /** Component used to wrap a widget for use is a child window.
12
+ * @internal
13
+ */
14
+ export declare function PopoutWidget({ widgetContainerId, widgetDef }: PopoutWidgetProps): JSX.Element;
15
+ export {};
16
16
  //# sourceMappingURL=PopoutWidget.d.ts.map
@@ -1,20 +1,20 @@
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
- /** @packageDocumentation
7
- * @module ChildWindowManager
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.PopoutWidget = void 0;
11
- require("./PopoutWidget.scss");
12
- const React = require("react");
13
- /** Component used to wrap a widget for use is a child window.
14
- * @internal
15
- */
16
- function PopoutWidget({ widgetContainerId, widgetDef }) {
17
- return (React.createElement("div", { className: "uifw-popout-widget-filled-container", "data-widget-id": widgetContainerId }, widgetDef.reactNode));
18
- }
19
- exports.PopoutWidget = PopoutWidget;
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
+ /** @packageDocumentation
7
+ * @module ChildWindowManager
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.PopoutWidget = void 0;
11
+ require("./PopoutWidget.scss");
12
+ const React = require("react");
13
+ /** Component used to wrap a widget for use is a child window.
14
+ * @internal
15
+ */
16
+ function PopoutWidget({ widgetContainerId, widgetDef }) {
17
+ return (React.createElement("div", { className: "uifw-popout-widget-filled-container", "data-widget-id": widgetContainerId }, widgetDef.reactNode));
18
+ }
19
+ exports.PopoutWidget = PopoutWidget;
20
20
  //# sourceMappingURL=PopoutWidget.js.map