@itwin/appui-react 4.0.0-dev.3 → 4.0.0-dev.6

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 (1397) hide show
  1. package/CHANGELOG.md +119 -1
  2. package/lib/cjs/appui-react/UiFramework.d.ts +33 -2
  3. package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
  4. package/lib/cjs/appui-react/UiFramework.js +30 -5
  5. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  6. package/lib/cjs/appui-react/_variables.scss +2 -2
  7. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +3 -2
  8. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +4 -9
  9. package/lib/cjs/appui-react/backstage/Backstage.d.ts +62 -0
  10. package/lib/cjs/appui-react/backstage/Backstage.d.ts.map +1 -0
  11. package/lib/cjs/appui-react/backstage/Backstage.js +89 -0
  12. package/lib/cjs/appui-react/backstage/Backstage.js.map +1 -0
  13. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  14. package/lib/cjs/appui-react/backstage/BackstageComposer.js +2 -2
  15. package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
  16. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +3 -3
  17. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  18. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts +43 -0
  19. package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -0
  20. package/lib/cjs/appui-react/backstage/BackstageItem.js +37 -0
  21. package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -0
  22. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts +49 -0
  23. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts.map +1 -0
  24. package/lib/cjs/appui-react/backstage/BackstageItemProps.js +22 -0
  25. package/lib/cjs/appui-react/backstage/BackstageItemProps.js.map +1 -0
  26. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +19 -0
  27. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -0
  28. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +59 -0
  29. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -0
  30. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  31. package/lib/cjs/appui-react/backstage/BackstageManager.js +2 -0
  32. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  33. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts +32 -0
  34. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts.map +1 -0
  35. package/lib/cjs/appui-react/backstage/CommandLaunch.js +87 -0
  36. package/lib/cjs/appui-react/backstage/CommandLaunch.js.map +1 -0
  37. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts +34 -0
  38. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts.map +1 -0
  39. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js +93 -0
  40. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js.map +1 -0
  41. package/lib/cjs/appui-react/backstage/Separator.d.ts +16 -0
  42. package/lib/cjs/appui-react/backstage/Separator.d.ts.map +1 -0
  43. package/lib/cjs/appui-react/backstage/Separator.js +28 -0
  44. package/lib/cjs/appui-react/backstage/Separator.js.map +1 -0
  45. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts +35 -0
  46. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts.map +1 -0
  47. package/lib/cjs/appui-react/backstage/TaskLaunch.js +101 -0
  48. package/lib/cjs/appui-react/backstage/TaskLaunch.js.map +1 -0
  49. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  50. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  51. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -1
  52. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  53. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
  54. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +9 -6
  55. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  56. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  57. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +4 -1
  58. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  59. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +21 -1
  60. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
  61. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +28 -2
  62. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  63. package/lib/cjs/appui-react/configurableui/configurableui.scss +7 -5
  64. package/lib/cjs/appui-react/configurableui/state.d.ts +7 -0
  65. package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
  66. package/lib/cjs/appui-react/configurableui/state.js +9 -0
  67. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  68. package/lib/cjs/appui-react/content/ContentGroup.d.ts +9 -2
  69. package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
  70. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  71. package/lib/cjs/appui-react/content/ContentLayout.d.ts +4 -0
  72. package/lib/cjs/appui-react/content/ContentLayout.d.ts.map +1 -1
  73. package/lib/cjs/appui-react/content/ContentLayout.js +2 -2
  74. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  75. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +5 -4
  76. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
  77. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  78. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +0 -2
  79. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  80. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  81. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts +22 -0
  82. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts.map +1 -0
  83. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js +33 -0
  84. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js.map +1 -0
  85. package/lib/cjs/appui-react/feedback/ElementTooltip.js +2 -1
  86. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  87. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +0 -2
  88. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  89. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  90. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +4 -4
  91. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts +159 -0
  92. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts.map +1 -0
  93. package/lib/cjs/appui-react/frontstage/Frontstage.js +470 -0
  94. package/lib/cjs/appui-react/frontstage/Frontstage.js.map +1 -0
  95. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts +147 -0
  96. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts.map +1 -0
  97. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js +668 -0
  98. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js.map +1 -0
  99. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
  100. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  101. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +74 -19
  102. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  103. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +305 -91
  104. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  105. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +10 -4
  106. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
  107. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +47 -21
  108. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
  109. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +11 -3
  110. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
  111. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  112. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +0 -2
  113. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  114. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +1 -2
  115. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  116. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +4 -1
  117. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  118. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +4 -2
  119. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  120. package/lib/cjs/appui-react/frontstage/StageUsage.d.ts +15 -0
  121. package/lib/cjs/appui-react/frontstage/StageUsage.d.ts.map +1 -0
  122. package/lib/cjs/appui-react/frontstage/StageUsage.js +17 -0
  123. package/lib/cjs/appui-react/frontstage/StageUsage.js.map +1 -0
  124. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +15 -4
  125. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  126. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +27 -44
  127. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  128. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +4 -4
  129. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  130. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts +38 -0
  131. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts.map +1 -0
  132. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js +57 -0
  133. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js.map +1 -0
  134. package/lib/cjs/appui-react/imodel-components/Common.d.ts +26 -0
  135. package/lib/cjs/appui-react/imodel-components/Common.d.ts.map +1 -0
  136. package/lib/cjs/appui-react/imodel-components/Common.js +25 -0
  137. package/lib/cjs/appui-react/imodel-components/Common.js.map +1 -0
  138. package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +53 -0
  139. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +72 -0
  140. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +1 -0
  141. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +149 -0
  142. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -0
  143. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +52 -0
  144. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +1 -0
  145. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +71 -0
  146. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -0
  147. package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +102 -0
  148. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +72 -0
  149. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +1 -0
  150. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +109 -0
  151. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -0
  152. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -0
  153. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +64 -0
  154. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +1 -0
  155. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +201 -0
  156. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -0
  157. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -0
  158. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +387 -0
  159. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +85 -0
  160. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +1 -0
  161. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +130 -0
  162. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js.map +1 -0
  163. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.scss +9 -0
  164. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +239 -0
  165. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +104 -0
  166. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +1 -0
  167. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +482 -0
  168. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -0
  169. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +10 -0
  170. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts.map +1 -0
  171. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +23 -0
  172. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +1 -0
  173. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +79 -0
  174. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +79 -0
  175. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +36 -0
  176. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +1 -0
  177. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +44 -0
  178. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -0
  179. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -0
  180. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts +80 -0
  181. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +1 -0
  182. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js +239 -0
  183. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -0
  184. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.scss +11 -0
  185. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +36 -1
  186. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  187. package/lib/cjs/appui-react/messages/ActivityMessage.js +38 -25
  188. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  189. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts +20 -0
  190. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts.map +1 -0
  191. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js +44 -0
  192. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js.map +1 -0
  193. package/lib/cjs/appui-react/messages/ActivityMessagePopup.scss +15 -0
  194. package/lib/cjs/appui-react/messages/MessageManager.d.ts.map +1 -1
  195. package/lib/cjs/appui-react/messages/MessageManager.js +3 -2
  196. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  197. package/lib/cjs/appui-react/messages/Pointer.js +2 -1
  198. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  199. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts +22 -0
  200. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts.map +1 -0
  201. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js +76 -0
  202. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js.map +1 -0
  203. package/lib/cjs/appui-react/messages/StatusMessageRenderer.scss +28 -0
  204. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts +25 -0
  205. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts.map +1 -0
  206. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js +68 -0
  207. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js.map +1 -0
  208. package/lib/cjs/appui-react/messages/StatusMessagesContainer.scss +53 -0
  209. package/lib/cjs/appui-react/messages/StickyMessage.d.ts +23 -0
  210. package/lib/cjs/appui-react/messages/StickyMessage.d.ts.map +1 -0
  211. package/lib/cjs/appui-react/messages/StickyMessage.js +39 -0
  212. package/lib/cjs/appui-react/messages/StickyMessage.js.map +1 -0
  213. package/lib/cjs/appui-react/messages/StickyMessage.scss +22 -0
  214. package/lib/cjs/appui-react/messages/ToastMessage.d.ts +23 -0
  215. package/lib/cjs/appui-react/messages/ToastMessage.d.ts.map +1 -0
  216. package/lib/cjs/appui-react/messages/ToastMessage.js +31 -0
  217. package/lib/cjs/appui-react/messages/ToastMessage.js.map +1 -0
  218. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  219. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +0 -1
  220. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  221. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  222. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +0 -1
  223. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  224. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  225. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +0 -1
  226. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  227. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +9 -13
  228. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  229. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +7 -6
  230. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  231. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +35 -3
  232. package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
  233. package/lib/cjs/appui-react/pickers/ListPicker.js +143 -9
  234. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  235. package/lib/cjs/appui-react/pickers/ListPicker.scss +17 -15
  236. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  237. package/lib/cjs/appui-react/pickers/ViewSelector.js +1 -0
  238. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  239. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +0 -2
  240. package/lib/cjs/appui-react/popup/PositionPopup.d.ts.map +1 -1
  241. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  242. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +1 -1
  243. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +65 -3
  244. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  245. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +20 -3
  246. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  247. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +7 -8
  248. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  249. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +3 -9
  250. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  251. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts +18 -0
  252. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts.map +1 -0
  253. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js +57 -0
  254. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js.map +1 -0
  255. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  256. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +12 -0
  257. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  258. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +13 -6
  259. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +12 -0
  260. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  261. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +26 -26
  262. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  263. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +9 -8
  264. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +7 -0
  265. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  266. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +19 -0
  267. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  268. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +2 -0
  269. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  270. package/lib/cjs/appui-react/shared/CustomItemDef.js +18 -0
  271. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  272. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +1 -0
  273. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts.map +1 -1
  274. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  275. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +3 -0
  276. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts.map +1 -1
  277. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  278. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +8 -0
  279. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  280. package/lib/cjs/appui-react/shared/ItemDefBase.js +16 -2
  281. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  282. package/lib/cjs/appui-react/shared/ItemProps.d.ts +17 -0
  283. package/lib/cjs/appui-react/shared/ItemProps.d.ts.map +1 -1
  284. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  285. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts +62 -0
  286. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +1 -0
  287. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js +122 -0
  288. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -0
  289. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.scss +42 -0
  290. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts +142 -0
  291. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts.map +1 -0
  292. package/lib/cjs/appui-react/stagepanels/StagePanel.js +155 -0
  293. package/lib/cjs/appui-react/stagepanels/StagePanel.js.map +1 -0
  294. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +4 -10
  295. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  296. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +1 -0
  297. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  298. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +30 -10
  299. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  300. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +112 -53
  301. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  302. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts +28 -0
  303. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts.map +1 -0
  304. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js +46 -0
  305. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js.map +1 -0
  306. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.scss +26 -0
  307. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +13 -0
  308. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts.map +1 -0
  309. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +16 -0
  310. package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -0
  311. package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts +13 -0
  312. package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts.map +1 -0
  313. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +16 -0
  314. package/lib/cjs/appui-react/stagepanels/StagePanelSection.js.map +1 -0
  315. package/lib/cjs/appui-react/statusbar/Indicator.js +4 -2
  316. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  317. package/lib/cjs/appui-react/statusbar/LabelIndicator.js +2 -1
  318. package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
  319. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +1 -1
  320. package/lib/cjs/appui-react/statusbar/Overflow.d.ts.map +1 -1
  321. package/lib/cjs/appui-react/statusbar/Overflow.js +3 -2
  322. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  323. package/lib/cjs/appui-react/statusbar/Separator.d.ts +0 -1
  324. package/lib/cjs/appui-react/statusbar/Separator.d.ts.map +1 -1
  325. package/lib/cjs/appui-react/statusbar/Separator.js +3 -4
  326. package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
  327. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +17 -1
  328. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  329. package/lib/cjs/appui-react/statusbar/StatusBar.js +55 -6
  330. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  331. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  332. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +17 -12
  333. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  334. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +52 -2
  335. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  336. package/lib/cjs/appui-react/statusbar/StatusBarItem.js +33 -2
  337. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  338. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -4
  339. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  340. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +31 -1
  341. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  342. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +11 -0
  343. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -0
  344. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +19 -0
  345. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -0
  346. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -1
  347. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  348. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  349. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +1 -1
  350. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  351. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +1 -1
  352. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  353. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  354. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  355. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +2 -1
  356. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  357. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts +10 -0
  358. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +1 -0
  359. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js +26 -0
  360. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -0
  361. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts +11 -0
  362. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts.map +1 -0
  363. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js +27 -0
  364. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js.map +1 -0
  365. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +21 -3
  366. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  367. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +47 -39
  368. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  369. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts +45 -0
  370. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts.map +1 -0
  371. package/lib/cjs/appui-react/statusfields/ConditionalField.js +57 -0
  372. package/lib/cjs/appui-react/statusfields/ConditionalField.js.map +1 -0
  373. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts +19 -0
  374. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts.map +1 -0
  375. package/lib/cjs/appui-react/statusfields/FooterModeField.js +28 -0
  376. package/lib/cjs/appui-react/statusfields/FooterModeField.js.map +1 -0
  377. package/lib/cjs/appui-react/statusfields/Indicator.d.ts +44 -0
  378. package/lib/cjs/appui-react/statusfields/Indicator.d.ts.map +1 -0
  379. package/lib/cjs/appui-react/statusfields/Indicator.js +46 -0
  380. package/lib/cjs/appui-react/statusfields/Indicator.js.map +1 -0
  381. package/lib/cjs/appui-react/statusfields/Indicator.scss +183 -0
  382. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +16 -5
  383. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  384. package/lib/cjs/appui-react/statusfields/MessageCenter.js +38 -10
  385. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  386. package/lib/cjs/appui-react/statusfields/PromptField.d.ts +31 -0
  387. package/lib/cjs/appui-react/statusfields/PromptField.d.ts.map +1 -0
  388. package/lib/cjs/appui-react/statusfields/PromptField.js +52 -0
  389. package/lib/cjs/appui-react/statusfields/PromptField.js.map +1 -0
  390. package/lib/cjs/appui-react/statusfields/PromptField.scss +42 -0
  391. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +2 -2
  392. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  393. package/lib/cjs/appui-react/statusfields/SectionsField.js +13 -10
  394. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  395. package/lib/cjs/appui-react/statusfields/SectionsField.scss +6 -5
  396. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +2 -2
  397. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  398. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +5 -1
  399. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  400. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +2 -2
  401. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  402. package/lib/cjs/appui-react/statusfields/SelectionScope.js +9 -4
  403. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  404. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +7 -5
  405. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +2 -2
  406. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  407. package/lib/cjs/appui-react/statusfields/SnapMode.js +3 -2
  408. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  409. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts +23 -0
  410. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts.map +1 -0
  411. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js +3 -0
  412. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js.map +1 -0
  413. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +4 -3
  414. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  415. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +10 -2
  416. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  417. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
  418. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  419. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +4 -1
  420. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  421. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +22 -9
  422. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +6 -5
  423. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  424. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +38 -22
  425. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  426. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +22 -10
  427. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts +44 -0
  428. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts.map +1 -0
  429. package/lib/cjs/appui-react/syncui/BooleanListener.js +70 -0
  430. package/lib/cjs/appui-react/syncui/BooleanListener.js.map +1 -0
  431. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +27 -4
  432. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  433. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +38 -4
  434. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  435. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts +18 -0
  436. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts.map +1 -0
  437. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js +31 -0
  438. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js.map +1 -0
  439. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts +40 -0
  440. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts.map +1 -0
  441. package/lib/cjs/appui-react/toolbar/ActionItemButton.js +104 -0
  442. package/lib/cjs/appui-react/toolbar/ActionItemButton.js.map +1 -0
  443. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts +79 -0
  444. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts.map +1 -0
  445. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js +329 -0
  446. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js.map +1 -0
  447. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +93 -2
  448. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  449. package/lib/cjs/appui-react/toolbar/GroupItem.js +393 -2
  450. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  451. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts +58 -0
  452. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts.map +1 -0
  453. package/lib/cjs/appui-react/toolbar/PopupButton.js +154 -0
  454. package/lib/cjs/appui-react/toolbar/PopupButton.js.map +1 -0
  455. package/lib/cjs/appui-react/toolbar/PopupButton.scss +9 -0
  456. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts +31 -0
  457. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts.map +1 -0
  458. package/lib/cjs/appui-react/toolbar/ToolButton.js +100 -0
  459. package/lib/cjs/appui-react/toolbar/ToolButton.js.map +1 -0
  460. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts +55 -0
  461. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts.map +1 -0
  462. package/lib/cjs/appui-react/toolbar/Toolbar.js +240 -0
  463. package/lib/cjs/appui-react/toolbar/Toolbar.js.map +1 -0
  464. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  465. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +27 -3
  466. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  467. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +2 -1
  468. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  469. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +16 -2
  470. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  471. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +53 -0
  472. package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts.map +1 -0
  473. package/lib/cjs/appui-react/toolbar/ToolbarItem.js +41 -0
  474. package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -0
  475. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts +14 -0
  476. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -0
  477. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +28 -0
  478. package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -0
  479. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  480. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +3 -1
  481. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  482. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +7 -0
  483. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  484. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +43 -1
  485. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  486. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts +22 -0
  487. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts.map +1 -0
  488. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js +54 -0
  489. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js.map +1 -0
  490. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +1 -1
  491. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  492. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +11 -0
  493. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -0
  494. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js +20 -0
  495. package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -0
  496. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts +9 -0
  497. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -0
  498. package/lib/{esm/appui-react/safearea/SafeAreaHelpers.js → cjs/appui-react/ui-items-provider/ProviderItem.js} +4 -6
  499. package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js.map +1 -0
  500. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  501. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +4 -1
  502. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  503. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +1 -0
  504. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  505. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +11 -1
  506. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  507. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
  508. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +1 -0
  509. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  510. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +2 -2
  511. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  512. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  513. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +21 -6
  514. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  515. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +0 -1
  516. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  517. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +20 -6
  518. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  519. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts +24 -0
  520. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -0
  521. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +19 -0
  522. package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -0
  523. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts +9 -0
  524. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -0
  525. package/lib/cjs/appui-react/{safearea/SafeAreaHelpers.js → ui-items-provider/UiItemsProvider.js} +2 -8
  526. package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -0
  527. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  528. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +3 -1
  529. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  530. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +3 -0
  531. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +5 -1
  532. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  533. package/lib/cjs/appui-react/uistate/AppUiSettings.js +6 -0
  534. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  535. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts +15 -0
  536. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts.map +1 -0
  537. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js +62 -0
  538. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js.map +1 -0
  539. package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
  540. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts.map +1 -1
  541. package/lib/cjs/appui-react/utils/UiShowHideManager.js +8 -7
  542. package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
  543. package/lib/cjs/appui-react/widget-panels/Content.d.ts.map +1 -1
  544. package/lib/cjs/appui-react/widget-panels/Content.js +4 -6
  545. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  546. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +19 -20
  547. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  548. package/lib/cjs/appui-react/widget-panels/Frontstage.js +217 -108
  549. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  550. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  551. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +3 -3
  552. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  553. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  554. package/lib/cjs/appui-react/widget-panels/StatusBar.js +9 -6
  555. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  556. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +7 -7
  557. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  558. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +2 -3
  559. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
  560. package/lib/cjs/appui-react/widget-panels/Toolbars.js +12 -5
  561. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  562. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  563. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +8 -6
  564. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  565. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  566. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +5 -3
  567. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  568. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  569. package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
  570. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  571. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts +35 -0
  572. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts.map +1 -0
  573. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js +65 -0
  574. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js.map +1 -0
  575. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts +56 -0
  576. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts.map +1 -0
  577. package/lib/cjs/appui-react/widgets/NavigationWidget.js +155 -0
  578. package/lib/cjs/appui-react/widgets/NavigationWidget.js.map +1 -0
  579. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  580. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +2 -1
  581. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  582. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts +33 -0
  583. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts.map +1 -0
  584. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js +74 -0
  585. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js.map +1 -0
  586. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +1 -1
  587. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +1 -1
  588. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  589. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +19 -0
  590. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  591. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +40 -1
  592. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  593. package/lib/cjs/appui-react/widgets/ToolSettingsContent.scss +61 -0
  594. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts +47 -0
  595. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts.map +1 -0
  596. package/lib/cjs/appui-react/widgets/ToolWidget.js +90 -0
  597. package/lib/cjs/appui-react/widgets/ToolWidget.js.map +1 -0
  598. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts +26 -0
  599. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts.map +1 -0
  600. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js +55 -0
  601. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js.map +1 -0
  602. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  603. package/lib/cjs/appui-react/widgets/Widget.d.ts +15 -0
  604. package/lib/cjs/appui-react/widgets/Widget.d.ts.map +1 -0
  605. package/lib/cjs/appui-react/widgets/Widget.js +26 -0
  606. package/lib/cjs/appui-react/widgets/Widget.js.map +1 -0
  607. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +4 -19
  608. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  609. package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
  610. package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
  611. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +70 -11
  612. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  613. package/lib/cjs/appui-react/widgets/WidgetDef.js +117 -59
  614. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  615. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +2 -1
  616. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  617. package/lib/cjs/appui-react/widgets/WidgetHost.js +94 -4
  618. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  619. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +5 -3
  620. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  621. package/lib/cjs/appui-react/widgets/WidgetManager.js +54 -17
  622. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  623. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts +33 -0
  624. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts.map +1 -0
  625. package/lib/cjs/appui-react/widgets/WidgetProps.js +10 -0
  626. package/lib/cjs/appui-react/widgets/WidgetProps.js.map +1 -0
  627. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts +135 -0
  628. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts.map +1 -0
  629. package/lib/cjs/appui-react/widgets/WidgetStack.js +138 -0
  630. package/lib/cjs/appui-react/widgets/WidgetStack.js.map +1 -0
  631. package/lib/cjs/appui-react/widgets/WidgetState.d.ts +13 -0
  632. package/lib/cjs/appui-react/widgets/WidgetState.d.ts.map +1 -0
  633. package/lib/cjs/appui-react/widgets/WidgetState.js +16 -0
  634. package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -0
  635. package/lib/cjs/appui-react/workflow/Task.d.ts +48 -0
  636. package/lib/cjs/appui-react/workflow/Task.d.ts.map +1 -0
  637. package/lib/cjs/appui-react/workflow/Task.js +73 -0
  638. package/lib/cjs/appui-react/workflow/Task.js.map +1 -0
  639. package/lib/cjs/appui-react/workflow/Workflow.d.ts +153 -0
  640. package/lib/cjs/appui-react/workflow/Workflow.d.ts.map +1 -0
  641. package/lib/cjs/appui-react/workflow/Workflow.js +238 -0
  642. package/lib/cjs/appui-react/workflow/Workflow.js.map +1 -0
  643. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts +44 -0
  644. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts.map +1 -0
  645. package/lib/cjs/appui-react/zones/FrameworkZone.js +53 -0
  646. package/lib/cjs/appui-react/zones/FrameworkZone.js.map +1 -0
  647. package/lib/cjs/appui-react/zones/Outline.d.ts +14 -0
  648. package/lib/cjs/appui-react/zones/Outline.d.ts.map +1 -0
  649. package/lib/cjs/appui-react/zones/Outline.js +22 -0
  650. package/lib/cjs/appui-react/zones/Outline.js.map +1 -0
  651. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts +28 -0
  652. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts.map +1 -0
  653. package/lib/cjs/appui-react/zones/StatusBarZone.js +33 -0
  654. package/lib/cjs/appui-react/zones/StatusBarZone.js.map +1 -0
  655. package/lib/cjs/appui-react/zones/Zone.d.ts +88 -0
  656. package/lib/cjs/appui-react/zones/Zone.d.ts.map +1 -0
  657. package/lib/cjs/appui-react/zones/Zone.js +158 -0
  658. package/lib/cjs/appui-react/zones/Zone.js.map +1 -0
  659. package/lib/cjs/appui-react/zones/ZoneDef.d.ts +57 -0
  660. package/lib/cjs/appui-react/zones/ZoneDef.d.ts.map +1 -0
  661. package/lib/cjs/appui-react/zones/ZoneDef.js +92 -0
  662. package/lib/cjs/appui-react/zones/ZoneDef.js.map +1 -0
  663. package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.d.ts +1 -1
  664. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
  665. package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.js +6 -5
  666. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
  667. package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.d.ts +0 -0
  668. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.d.ts.map +1 -0
  669. package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.js +3 -3
  670. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js.map +1 -0
  671. package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.d.ts +0 -0
  672. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +1 -0
  673. package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.js +1 -1
  674. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -0
  675. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +54 -0
  676. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +1 -0
  677. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js +96 -0
  678. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -0
  679. package/lib/{esm/appui-react → cjs/appui-react/zones}/toolsettings/ToolUiProvider.d.ts +2 -2
  680. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +1 -0
  681. package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolUiProvider.js +1 -1
  682. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -0
  683. package/lib/cjs/appui-react.d.ts +84 -9
  684. package/lib/cjs/appui-react.d.ts.map +1 -1
  685. package/lib/cjs/appui-react.js +84 -9
  686. package/lib/cjs/appui-react.js.map +1 -1
  687. package/lib/esm/appui-react/UiFramework.d.ts +33 -2
  688. package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
  689. package/lib/esm/appui-react/UiFramework.js +28 -4
  690. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  691. package/lib/esm/appui-react/_variables.scss +2 -2
  692. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +3 -2
  693. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +4 -9
  694. package/lib/esm/appui-react/backstage/Backstage.d.ts +62 -0
  695. package/lib/esm/appui-react/backstage/Backstage.d.ts.map +1 -0
  696. package/lib/esm/appui-react/backstage/Backstage.js +84 -0
  697. package/lib/esm/appui-react/backstage/Backstage.js.map +1 -0
  698. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
  699. package/lib/esm/appui-react/backstage/BackstageComposer.js +2 -2
  700. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  701. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +2 -2
  702. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  703. package/lib/esm/appui-react/backstage/BackstageItem.d.ts +43 -0
  704. package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -0
  705. package/lib/esm/appui-react/backstage/BackstageItem.js +32 -0
  706. package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -0
  707. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts +49 -0
  708. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts.map +1 -0
  709. package/lib/esm/appui-react/backstage/BackstageItemProps.js +18 -0
  710. package/lib/esm/appui-react/backstage/BackstageItemProps.js.map +1 -0
  711. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +19 -0
  712. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -0
  713. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +55 -0
  714. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -0
  715. package/lib/esm/appui-react/backstage/BackstageManager.d.ts.map +1 -1
  716. package/lib/esm/appui-react/backstage/BackstageManager.js +2 -0
  717. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  718. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts +32 -0
  719. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts.map +1 -0
  720. package/lib/esm/appui-react/backstage/CommandLaunch.js +83 -0
  721. package/lib/esm/appui-react/backstage/CommandLaunch.js.map +1 -0
  722. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts +34 -0
  723. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts.map +1 -0
  724. package/lib/esm/appui-react/backstage/FrontstageLaunch.js +89 -0
  725. package/lib/esm/appui-react/backstage/FrontstageLaunch.js.map +1 -0
  726. package/lib/esm/appui-react/backstage/Separator.d.ts +16 -0
  727. package/lib/esm/appui-react/backstage/Separator.d.ts.map +1 -0
  728. package/lib/esm/appui-react/backstage/Separator.js +24 -0
  729. package/lib/esm/appui-react/backstage/Separator.js.map +1 -0
  730. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts +35 -0
  731. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts.map +1 -0
  732. package/lib/esm/appui-react/backstage/TaskLaunch.js +97 -0
  733. package/lib/esm/appui-react/backstage/TaskLaunch.js.map +1 -0
  734. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  735. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
  736. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -1
  737. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  738. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
  739. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +9 -6
  740. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  741. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
  742. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +4 -1
  743. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  744. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +21 -1
  745. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
  746. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +28 -2
  747. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  748. package/lib/esm/appui-react/configurableui/configurableui.scss +7 -5
  749. package/lib/esm/appui-react/configurableui/state.d.ts +7 -0
  750. package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
  751. package/lib/esm/appui-react/configurableui/state.js +9 -0
  752. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  753. package/lib/esm/appui-react/content/ContentGroup.d.ts +9 -2
  754. package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
  755. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  756. package/lib/esm/appui-react/content/ContentLayout.d.ts +4 -0
  757. package/lib/esm/appui-react/content/ContentLayout.d.ts.map +1 -1
  758. package/lib/esm/appui-react/content/ContentLayout.js +1 -1
  759. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  760. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +5 -4
  761. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
  762. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  763. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +0 -2
  764. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  765. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  766. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts +22 -0
  767. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts.map +1 -0
  768. package/lib/esm/appui-react/dragdrop/ZoneTargets.js +29 -0
  769. package/lib/esm/appui-react/dragdrop/ZoneTargets.js.map +1 -0
  770. package/lib/esm/appui-react/feedback/ElementTooltip.js +2 -1
  771. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  772. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +0 -2
  773. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
  774. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  775. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +4 -4
  776. package/lib/esm/appui-react/frontstage/Frontstage.d.ts +159 -0
  777. package/lib/esm/appui-react/frontstage/Frontstage.d.ts.map +1 -0
  778. package/lib/esm/appui-react/frontstage/Frontstage.js +462 -0
  779. package/lib/esm/appui-react/frontstage/Frontstage.js.map +1 -0
  780. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts +147 -0
  781. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts.map +1 -0
  782. package/lib/esm/appui-react/frontstage/FrontstageComposer.js +662 -0
  783. package/lib/esm/appui-react/frontstage/FrontstageComposer.js.map +1 -0
  784. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
  785. package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  786. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +74 -19
  787. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  788. package/lib/esm/appui-react/frontstage/FrontstageDef.js +302 -85
  789. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  790. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +10 -4
  791. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
  792. package/lib/esm/appui-react/frontstage/FrontstageManager.js +31 -5
  793. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
  794. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +11 -3
  795. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
  796. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  797. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +0 -2
  798. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
  799. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +1 -2
  800. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  801. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +4 -1
  802. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
  803. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +4 -2
  804. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  805. package/lib/esm/appui-react/frontstage/StageUsage.d.ts +15 -0
  806. package/lib/esm/appui-react/frontstage/StageUsage.d.ts.map +1 -0
  807. package/lib/esm/appui-react/frontstage/StageUsage.js +14 -0
  808. package/lib/esm/appui-react/frontstage/StageUsage.js.map +1 -0
  809. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +15 -4
  810. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
  811. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +27 -44
  812. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  813. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +4 -4
  814. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  815. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts +38 -0
  816. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts.map +1 -0
  817. package/lib/esm/appui-react/hooks/useFrameworkVersion.js +51 -0
  818. package/lib/esm/appui-react/hooks/useFrameworkVersion.js.map +1 -0
  819. package/lib/esm/appui-react/imodel-components/Common.d.ts +26 -0
  820. package/lib/esm/appui-react/imodel-components/Common.d.ts.map +1 -0
  821. package/lib/esm/appui-react/imodel-components/Common.js +22 -0
  822. package/lib/esm/appui-react/imodel-components/Common.js.map +1 -0
  823. package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +53 -0
  824. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +72 -0
  825. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +1 -0
  826. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +145 -0
  827. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -0
  828. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +52 -0
  829. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +1 -0
  830. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +63 -0
  831. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -0
  832. package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +102 -0
  833. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +72 -0
  834. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +1 -0
  835. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +103 -0
  836. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -0
  837. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -0
  838. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +64 -0
  839. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +1 -0
  840. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +195 -0
  841. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -0
  842. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -0
  843. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +387 -0
  844. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +85 -0
  845. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +1 -0
  846. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +126 -0
  847. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +1 -0
  848. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +9 -0
  849. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +239 -0
  850. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +104 -0
  851. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +1 -0
  852. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +477 -0
  853. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -0
  854. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +10 -0
  855. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts.map +1 -0
  856. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +19 -0
  857. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +1 -0
  858. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +79 -0
  859. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +79 -0
  860. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +36 -0
  861. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +1 -0
  862. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +40 -0
  863. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -0
  864. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -0
  865. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts +80 -0
  866. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +1 -0
  867. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js +235 -0
  868. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -0
  869. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.scss +11 -0
  870. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +36 -1
  871. package/lib/esm/appui-react/messages/ActivityMessage.d.ts.map +1 -1
  872. package/lib/esm/appui-react/messages/ActivityMessage.js +34 -24
  873. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  874. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts +20 -0
  875. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts.map +1 -0
  876. package/lib/esm/appui-react/messages/ActivityMessagePopup.js +40 -0
  877. package/lib/esm/appui-react/messages/ActivityMessagePopup.js.map +1 -0
  878. package/lib/esm/appui-react/messages/ActivityMessagePopup.scss +15 -0
  879. package/lib/esm/appui-react/messages/MessageManager.d.ts.map +1 -1
  880. package/lib/esm/appui-react/messages/MessageManager.js +3 -2
  881. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  882. package/lib/esm/appui-react/messages/Pointer.js +2 -1
  883. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  884. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts +22 -0
  885. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts.map +1 -0
  886. package/lib/esm/appui-react/messages/StatusMessageRenderer.js +72 -0
  887. package/lib/esm/appui-react/messages/StatusMessageRenderer.js.map +1 -0
  888. package/lib/esm/appui-react/messages/StatusMessageRenderer.scss +28 -0
  889. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts +25 -0
  890. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts.map +1 -0
  891. package/lib/esm/appui-react/messages/StatusMessagesContainer.js +64 -0
  892. package/lib/esm/appui-react/messages/StatusMessagesContainer.js.map +1 -0
  893. package/lib/esm/appui-react/messages/StatusMessagesContainer.scss +53 -0
  894. package/lib/esm/appui-react/messages/StickyMessage.d.ts +23 -0
  895. package/lib/esm/appui-react/messages/StickyMessage.d.ts.map +1 -0
  896. package/lib/esm/appui-react/messages/StickyMessage.js +35 -0
  897. package/lib/esm/appui-react/messages/StickyMessage.js.map +1 -0
  898. package/lib/esm/appui-react/messages/StickyMessage.scss +22 -0
  899. package/lib/esm/appui-react/messages/ToastMessage.d.ts +23 -0
  900. package/lib/esm/appui-react/messages/ToastMessage.d.ts.map +1 -0
  901. package/lib/esm/appui-react/messages/ToastMessage.js +27 -0
  902. package/lib/esm/appui-react/messages/ToastMessage.js.map +1 -0
  903. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
  904. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +0 -1
  905. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  906. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
  907. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +0 -1
  908. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  909. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
  910. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +0 -1
  911. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  912. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +9 -13
  913. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
  914. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +9 -8
  915. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  916. package/lib/esm/appui-react/pickers/ListPicker.d.ts +35 -3
  917. package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
  918. package/lib/esm/appui-react/pickers/ListPicker.js +142 -9
  919. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  920. package/lib/esm/appui-react/pickers/ListPicker.scss +17 -15
  921. package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
  922. package/lib/esm/appui-react/pickers/ViewSelector.js +1 -0
  923. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  924. package/lib/esm/appui-react/popup/PositionPopup.d.ts +0 -2
  925. package/lib/esm/appui-react/popup/PositionPopup.d.ts.map +1 -1
  926. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  927. package/lib/esm/appui-react/redux/FrameworkState.d.ts +1 -1
  928. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +65 -3
  929. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
  930. package/lib/esm/appui-react/safearea/SafeAreaContext.js +18 -2
  931. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  932. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +7 -8
  933. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
  934. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +3 -9
  935. package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  936. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts +18 -0
  937. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts.map +1 -0
  938. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js +53 -0
  939. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js.map +1 -0
  940. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
  941. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +12 -0
  942. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  943. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +13 -6
  944. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +12 -0
  945. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
  946. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +26 -26
  947. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  948. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +9 -8
  949. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +7 -0
  950. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
  951. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +19 -0
  952. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  953. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +2 -0
  954. package/lib/esm/appui-react/shared/CustomItemDef.d.ts.map +1 -1
  955. package/lib/esm/appui-react/shared/CustomItemDef.js +18 -0
  956. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  957. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +1 -0
  958. package/lib/esm/appui-react/shared/CustomItemProps.d.ts.map +1 -1
  959. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  960. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +3 -0
  961. package/lib/esm/appui-react/shared/GroupItemProps.d.ts.map +1 -1
  962. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  963. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +8 -0
  964. package/lib/esm/appui-react/shared/ItemDefBase.d.ts.map +1 -1
  965. package/lib/esm/appui-react/shared/ItemDefBase.js +16 -2
  966. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  967. package/lib/esm/appui-react/shared/ItemProps.d.ts +17 -0
  968. package/lib/esm/appui-react/shared/ItemProps.d.ts.map +1 -1
  969. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  970. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts +62 -0
  971. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +1 -0
  972. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js +117 -0
  973. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -0
  974. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.scss +42 -0
  975. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts +142 -0
  976. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts.map +1 -0
  977. package/lib/esm/appui-react/stagepanels/StagePanel.js +149 -0
  978. package/lib/esm/appui-react/stagepanels/StagePanel.js.map +1 -0
  979. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +4 -10
  980. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
  981. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +1 -0
  982. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  983. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +30 -10
  984. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
  985. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +108 -50
  986. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  987. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts +28 -0
  988. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts.map +1 -0
  989. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js +42 -0
  990. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js.map +1 -0
  991. package/lib/esm/appui-react/stagepanels/StagePanelHeader.scss +26 -0
  992. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +13 -0
  993. package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts.map +1 -0
  994. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +13 -0
  995. package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -0
  996. package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts +13 -0
  997. package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts.map +1 -0
  998. package/lib/esm/appui-react/stagepanels/StagePanelSection.js +13 -0
  999. package/lib/esm/appui-react/stagepanels/StagePanelSection.js.map +1 -0
  1000. package/lib/esm/appui-react/statusbar/Indicator.js +4 -2
  1001. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  1002. package/lib/esm/appui-react/statusbar/LabelIndicator.js +2 -1
  1003. package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
  1004. package/lib/esm/appui-react/statusbar/Overflow.d.ts +1 -1
  1005. package/lib/esm/appui-react/statusbar/Overflow.d.ts.map +1 -1
  1006. package/lib/esm/appui-react/statusbar/Overflow.js +3 -2
  1007. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  1008. package/lib/esm/appui-react/statusbar/Separator.d.ts +0 -1
  1009. package/lib/esm/appui-react/statusbar/Separator.d.ts.map +1 -1
  1010. package/lib/esm/appui-react/statusbar/Separator.js +3 -4
  1011. package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
  1012. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +17 -1
  1013. package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
  1014. package/lib/esm/appui-react/statusbar/StatusBar.js +55 -6
  1015. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  1016. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  1017. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +21 -16
  1018. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  1019. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +52 -2
  1020. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
  1021. package/lib/esm/appui-react/statusbar/StatusBarItem.js +29 -1
  1022. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  1023. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -4
  1024. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
  1025. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +31 -1
  1026. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  1027. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +11 -0
  1028. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -0
  1029. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +15 -0
  1030. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -0
  1031. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -1
  1032. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
  1033. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  1034. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +1 -1
  1035. package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  1036. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +1 -1
  1037. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  1038. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  1039. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
  1040. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +2 -1
  1041. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  1042. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts +10 -0
  1043. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +1 -0
  1044. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js +22 -0
  1045. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -0
  1046. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts +11 -0
  1047. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts.map +1 -0
  1048. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js +23 -0
  1049. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js.map +1 -0
  1050. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +21 -3
  1051. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
  1052. package/lib/esm/appui-react/statusfields/ActivityCenter.js +47 -39
  1053. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  1054. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts +45 -0
  1055. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts.map +1 -0
  1056. package/lib/esm/appui-react/statusfields/ConditionalField.js +53 -0
  1057. package/lib/esm/appui-react/statusfields/ConditionalField.js.map +1 -0
  1058. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts +19 -0
  1059. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts.map +1 -0
  1060. package/lib/esm/appui-react/statusfields/FooterModeField.js +24 -0
  1061. package/lib/esm/appui-react/statusfields/FooterModeField.js.map +1 -0
  1062. package/lib/esm/appui-react/statusfields/Indicator.d.ts +44 -0
  1063. package/lib/esm/appui-react/statusfields/Indicator.d.ts.map +1 -0
  1064. package/lib/esm/appui-react/statusfields/Indicator.js +42 -0
  1065. package/lib/esm/appui-react/statusfields/Indicator.js.map +1 -0
  1066. package/lib/esm/appui-react/statusfields/Indicator.scss +183 -0
  1067. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +16 -5
  1068. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
  1069. package/lib/esm/appui-react/statusfields/MessageCenter.js +38 -10
  1070. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  1071. package/lib/esm/appui-react/statusfields/PromptField.d.ts +31 -0
  1072. package/lib/esm/appui-react/statusfields/PromptField.d.ts.map +1 -0
  1073. package/lib/esm/appui-react/statusfields/PromptField.js +49 -0
  1074. package/lib/esm/appui-react/statusfields/PromptField.js.map +1 -0
  1075. package/lib/esm/appui-react/statusfields/PromptField.scss +42 -0
  1076. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +2 -2
  1077. package/lib/esm/appui-react/statusfields/SectionsField.d.ts.map +1 -1
  1078. package/lib/esm/appui-react/statusfields/SectionsField.js +13 -10
  1079. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  1080. package/lib/esm/appui-react/statusfields/SectionsField.scss +6 -5
  1081. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +2 -2
  1082. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
  1083. package/lib/esm/appui-react/statusfields/SelectionInfo.js +5 -1
  1084. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  1085. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +2 -2
  1086. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
  1087. package/lib/esm/appui-react/statusfields/SelectionScope.js +9 -4
  1088. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  1089. package/lib/esm/appui-react/statusfields/SelectionScope.scss +7 -5
  1090. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +2 -2
  1091. package/lib/esm/appui-react/statusfields/SnapMode.d.ts.map +1 -1
  1092. package/lib/esm/appui-react/statusfields/SnapMode.js +3 -2
  1093. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  1094. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts +23 -0
  1095. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts.map +1 -0
  1096. package/lib/esm/appui-react/statusfields/StatusFieldProps.js +2 -0
  1097. package/lib/esm/appui-react/statusfields/StatusFieldProps.js.map +1 -0
  1098. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +4 -3
  1099. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
  1100. package/lib/esm/appui-react/statusfields/ViewAttributes.js +10 -2
  1101. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  1102. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
  1103. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
  1104. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +4 -1
  1105. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  1106. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +22 -9
  1107. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +6 -5
  1108. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
  1109. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +39 -23
  1110. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  1111. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +22 -10
  1112. package/lib/esm/appui-react/syncui/BooleanListener.d.ts +44 -0
  1113. package/lib/esm/appui-react/syncui/BooleanListener.d.ts.map +1 -0
  1114. package/lib/esm/appui-react/syncui/BooleanListener.js +66 -0
  1115. package/lib/esm/appui-react/syncui/BooleanListener.js.map +1 -0
  1116. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +27 -4
  1117. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
  1118. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +38 -4
  1119. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  1120. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts +18 -0
  1121. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts.map +1 -0
  1122. package/lib/esm/appui-react/toolbar/ActionButtonItem.js +27 -0
  1123. package/lib/esm/appui-react/toolbar/ActionButtonItem.js.map +1 -0
  1124. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts +40 -0
  1125. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts.map +1 -0
  1126. package/lib/esm/appui-react/toolbar/ActionItemButton.js +100 -0
  1127. package/lib/esm/appui-react/toolbar/ActionItemButton.js.map +1 -0
  1128. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts +79 -0
  1129. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts.map +1 -0
  1130. package/lib/esm/appui-react/toolbar/GroupButtonItem.js +324 -0
  1131. package/lib/esm/appui-react/toolbar/GroupButtonItem.js.map +1 -0
  1132. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +93 -2
  1133. package/lib/esm/appui-react/toolbar/GroupItem.d.ts.map +1 -1
  1134. package/lib/esm/appui-react/toolbar/GroupItem.js +388 -1
  1135. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  1136. package/lib/esm/appui-react/toolbar/PopupButton.d.ts +58 -0
  1137. package/lib/esm/appui-react/toolbar/PopupButton.d.ts.map +1 -0
  1138. package/lib/esm/appui-react/toolbar/PopupButton.js +150 -0
  1139. package/lib/esm/appui-react/toolbar/PopupButton.js.map +1 -0
  1140. package/lib/esm/appui-react/toolbar/PopupButton.scss +9 -0
  1141. package/lib/esm/appui-react/toolbar/ToolButton.d.ts +31 -0
  1142. package/lib/esm/appui-react/toolbar/ToolButton.d.ts.map +1 -0
  1143. package/lib/esm/appui-react/toolbar/ToolButton.js +96 -0
  1144. package/lib/esm/appui-react/toolbar/ToolButton.js.map +1 -0
  1145. package/lib/esm/appui-react/toolbar/Toolbar.d.ts +55 -0
  1146. package/lib/esm/appui-react/toolbar/Toolbar.d.ts.map +1 -0
  1147. package/lib/esm/appui-react/toolbar/Toolbar.js +236 -0
  1148. package/lib/esm/appui-react/toolbar/Toolbar.js.map +1 -0
  1149. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
  1150. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +26 -2
  1151. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  1152. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +2 -1
  1153. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
  1154. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +16 -2
  1155. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  1156. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +53 -0
  1157. package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts.map +1 -0
  1158. package/lib/esm/appui-react/toolbar/ToolbarItem.js +35 -0
  1159. package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -0
  1160. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts +14 -0
  1161. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -0
  1162. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +25 -0
  1163. package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -0
  1164. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
  1165. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +3 -1
  1166. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  1167. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +7 -0
  1168. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
  1169. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +44 -2
  1170. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1171. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts +22 -0
  1172. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts.map +1 -0
  1173. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js +50 -0
  1174. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js.map +1 -0
  1175. package/lib/esm/appui-react/tools/ToolSettingsTools.js +1 -1
  1176. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1177. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +11 -0
  1178. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -0
  1179. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js +16 -0
  1180. package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -0
  1181. package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts +9 -0
  1182. package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -0
  1183. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js +9 -0
  1184. package/lib/esm/appui-react/ui-items-provider/ProviderItem.js.map +1 -0
  1185. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
  1186. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +4 -1
  1187. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1188. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +1 -0
  1189. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
  1190. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +11 -1
  1191. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1192. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
  1193. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +1 -0
  1194. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  1195. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +2 -2
  1196. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  1197. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
  1198. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +21 -6
  1199. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  1200. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +0 -1
  1201. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
  1202. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +20 -6
  1203. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1204. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts +24 -0
  1205. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -0
  1206. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +15 -0
  1207. package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -0
  1208. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts +9 -0
  1209. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -0
  1210. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js +9 -0
  1211. package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -0
  1212. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
  1213. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +3 -1
  1214. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  1215. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +3 -0
  1216. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +5 -1
  1217. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
  1218. package/lib/esm/appui-react/uistate/AppUiSettings.js +6 -0
  1219. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1220. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts +15 -0
  1221. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts.map +1 -0
  1222. package/lib/esm/appui-react/uistate/UserSettingsStorage.js +58 -0
  1223. package/lib/esm/appui-react/uistate/UserSettingsStorage.js.map +1 -0
  1224. package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
  1225. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts.map +1 -1
  1226. package/lib/esm/appui-react/utils/UiShowHideManager.js +8 -7
  1227. package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
  1228. package/lib/esm/appui-react/widget-panels/Content.d.ts.map +1 -1
  1229. package/lib/esm/appui-react/widget-panels/Content.js +3 -5
  1230. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1231. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +19 -20
  1232. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  1233. package/lib/esm/appui-react/widget-panels/Frontstage.js +216 -106
  1234. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1235. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
  1236. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +2 -2
  1237. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  1238. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
  1239. package/lib/esm/appui-react/widget-panels/StatusBar.js +8 -5
  1240. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1241. package/lib/esm/appui-react/widget-panels/ToolSettings.js +7 -7
  1242. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1243. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +2 -3
  1244. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
  1245. package/lib/esm/appui-react/widget-panels/Toolbars.js +11 -4
  1246. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1247. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
  1248. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +9 -7
  1249. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  1250. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
  1251. package/lib/esm/appui-react/widgets/BackstageAppButton.js +5 -3
  1252. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  1253. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  1254. package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
  1255. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  1256. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts +35 -0
  1257. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts.map +1 -0
  1258. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js +61 -0
  1259. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js.map +1 -0
  1260. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts +56 -0
  1261. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts.map +1 -0
  1262. package/lib/esm/appui-react/widgets/NavigationWidget.js +150 -0
  1263. package/lib/esm/appui-react/widgets/NavigationWidget.js.map +1 -0
  1264. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
  1265. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +2 -1
  1266. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1267. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts +33 -0
  1268. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts.map +1 -0
  1269. package/lib/esm/appui-react/widgets/ReviewToolWidget.js +70 -0
  1270. package/lib/esm/appui-react/widgets/ReviewToolWidget.js.map +1 -0
  1271. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +1 -1
  1272. package/lib/esm/appui-react/widgets/StableWidgetDef.js +1 -1
  1273. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  1274. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +19 -0
  1275. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
  1276. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +38 -0
  1277. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  1278. package/lib/esm/appui-react/widgets/ToolSettingsContent.scss +61 -0
  1279. package/lib/esm/appui-react/widgets/ToolWidget.d.ts +47 -0
  1280. package/lib/esm/appui-react/widgets/ToolWidget.d.ts.map +1 -0
  1281. package/lib/esm/appui-react/widgets/ToolWidget.js +85 -0
  1282. package/lib/esm/appui-react/widgets/ToolWidget.js.map +1 -0
  1283. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts +26 -0
  1284. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts.map +1 -0
  1285. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js +51 -0
  1286. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js.map +1 -0
  1287. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  1288. package/lib/esm/appui-react/widgets/Widget.d.ts +15 -0
  1289. package/lib/esm/appui-react/widgets/Widget.d.ts.map +1 -0
  1290. package/lib/esm/appui-react/widgets/Widget.js +22 -0
  1291. package/lib/esm/appui-react/widgets/Widget.js.map +1 -0
  1292. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +4 -19
  1293. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
  1294. package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
  1295. package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
  1296. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +70 -11
  1297. package/lib/esm/appui-react/widgets/WidgetDef.d.ts.map +1 -1
  1298. package/lib/esm/appui-react/widgets/WidgetDef.js +117 -59
  1299. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1300. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +2 -1
  1301. package/lib/esm/appui-react/widgets/WidgetHost.d.ts.map +1 -1
  1302. package/lib/esm/appui-react/widgets/WidgetHost.js +94 -4
  1303. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1304. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +5 -3
  1305. package/lib/esm/appui-react/widgets/WidgetManager.d.ts.map +1 -1
  1306. package/lib/esm/appui-react/widgets/WidgetManager.js +55 -18
  1307. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  1308. package/lib/esm/appui-react/widgets/WidgetProps.d.ts +33 -0
  1309. package/lib/esm/appui-react/widgets/WidgetProps.d.ts.map +1 -0
  1310. package/lib/esm/appui-react/widgets/WidgetProps.js +9 -0
  1311. package/lib/esm/appui-react/widgets/WidgetProps.js.map +1 -0
  1312. package/lib/esm/appui-react/widgets/WidgetStack.d.ts +135 -0
  1313. package/lib/esm/appui-react/widgets/WidgetStack.d.ts.map +1 -0
  1314. package/lib/esm/appui-react/widgets/WidgetStack.js +131 -0
  1315. package/lib/esm/appui-react/widgets/WidgetStack.js.map +1 -0
  1316. package/lib/esm/appui-react/widgets/WidgetState.d.ts +13 -0
  1317. package/lib/esm/appui-react/widgets/WidgetState.d.ts.map +1 -0
  1318. package/lib/esm/appui-react/widgets/WidgetState.js +13 -0
  1319. package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -0
  1320. package/lib/esm/appui-react/workflow/Task.d.ts +48 -0
  1321. package/lib/esm/appui-react/workflow/Task.d.ts.map +1 -0
  1322. package/lib/esm/appui-react/workflow/Task.js +68 -0
  1323. package/lib/esm/appui-react/workflow/Task.js.map +1 -0
  1324. package/lib/esm/appui-react/workflow/Workflow.d.ts +153 -0
  1325. package/lib/esm/appui-react/workflow/Workflow.d.ts.map +1 -0
  1326. package/lib/esm/appui-react/workflow/Workflow.js +231 -0
  1327. package/lib/esm/appui-react/workflow/Workflow.js.map +1 -0
  1328. package/lib/esm/appui-react/zones/FrameworkZone.d.ts +44 -0
  1329. package/lib/esm/appui-react/zones/FrameworkZone.d.ts.map +1 -0
  1330. package/lib/esm/appui-react/zones/FrameworkZone.js +47 -0
  1331. package/lib/esm/appui-react/zones/FrameworkZone.js.map +1 -0
  1332. package/lib/esm/appui-react/zones/Outline.d.ts +14 -0
  1333. package/lib/esm/appui-react/zones/Outline.d.ts.map +1 -0
  1334. package/lib/esm/appui-react/zones/Outline.js +18 -0
  1335. package/lib/esm/appui-react/zones/Outline.js.map +1 -0
  1336. package/lib/esm/appui-react/zones/StatusBarZone.d.ts +28 -0
  1337. package/lib/esm/appui-react/zones/StatusBarZone.d.ts.map +1 -0
  1338. package/lib/esm/appui-react/zones/StatusBarZone.js +29 -0
  1339. package/lib/esm/appui-react/zones/StatusBarZone.js.map +1 -0
  1340. package/lib/esm/appui-react/zones/Zone.d.ts +88 -0
  1341. package/lib/esm/appui-react/zones/Zone.d.ts.map +1 -0
  1342. package/lib/esm/appui-react/zones/Zone.js +152 -0
  1343. package/lib/esm/appui-react/zones/Zone.js.map +1 -0
  1344. package/lib/esm/appui-react/zones/ZoneDef.d.ts +57 -0
  1345. package/lib/esm/appui-react/zones/ZoneDef.d.ts.map +1 -0
  1346. package/lib/esm/appui-react/zones/ZoneDef.js +88 -0
  1347. package/lib/esm/appui-react/zones/ZoneDef.js.map +1 -0
  1348. package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.d.ts +1 -1
  1349. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
  1350. package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.js +6 -5
  1351. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
  1352. package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.d.ts +0 -0
  1353. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.d.ts.map +1 -0
  1354. package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.js +3 -3
  1355. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js.map +1 -0
  1356. package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.d.ts +0 -0
  1357. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +1 -0
  1358. package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.js +1 -1
  1359. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -0
  1360. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +54 -0
  1361. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +1 -0
  1362. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js +92 -0
  1363. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -0
  1364. package/lib/{cjs/appui-react → esm/appui-react/zones}/toolsettings/ToolUiProvider.d.ts +2 -2
  1365. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +1 -0
  1366. package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolUiProvider.js +1 -1
  1367. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -0
  1368. package/lib/esm/appui-react.d.ts +84 -9
  1369. package/lib/esm/appui-react.d.ts.map +1 -1
  1370. package/lib/esm/appui-react.js +84 -9
  1371. package/lib/esm/appui-react.js.map +1 -1
  1372. package/lib/public/locales/en/UiFramework.json +2 -0
  1373. package/package.json +55 -45
  1374. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +0 -8
  1375. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts.map +0 -1
  1376. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +0 -1
  1377. package/lib/cjs/appui-react/statusbar/Separator.scss +0 -14
  1378. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
  1379. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
  1380. package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts.map +0 -1
  1381. package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +0 -1
  1382. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1383. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
  1384. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts.map +0 -1
  1385. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +0 -1
  1386. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +0 -8
  1387. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts.map +0 -1
  1388. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +0 -1
  1389. package/lib/esm/appui-react/statusbar/Separator.scss +0 -14
  1390. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
  1391. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
  1392. package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts.map +0 -1
  1393. package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +0 -1
  1394. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
  1395. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
  1396. package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts.map +0 -1
  1397. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +0 -1
@@ -11,10 +11,18 @@ export * from "./appui-react/accudraw/CalculatorPopup";
11
11
  export * from "./appui-react/accudraw/FrameworkAccuDraw";
12
12
  export * from "./appui-react/accudraw/MenuButton";
13
13
  export * from "./appui-react/accudraw/MenuButtonPopup";
14
+ export * from "./appui-react/backstage/Backstage";
14
15
  export * from "./appui-react/backstage/BackstageComposer";
15
16
  export * from "./appui-react/backstage/BackstageComposerItem";
17
+ export * from "./appui-react/backstage/BackstageItem";
18
+ export * from "./appui-react/backstage/BackstageItemProps";
19
+ export * from "./appui-react/backstage/BackstageItemUtilities";
16
20
  export * from "./appui-react/backstage/BackstageManager";
21
+ export * from "./appui-react/backstage/CommandLaunch";
22
+ export * from "./appui-react/backstage/FrontstageLaunch";
23
+ export * from "./appui-react/backstage/Separator";
17
24
  export * from "./appui-react/backstage/useDefaultBackstageItems";
25
+ export * from "./appui-react/backstage/TaskLaunch";
18
26
  export * from "./appui-react/backstage/useUiItemsProviderBackstageItems";
19
27
  export * from "./appui-react/configurableui/ConfigurableUiContent";
20
28
  export * from "./appui-react/configurableui/ConfigurableUiControl";
@@ -47,29 +55,47 @@ export * from "./appui-react/dialog/StandardMessageBox";
47
55
  export * from "./appui-react/dialog/UiDataProvidedDialog";
48
56
  export * from "./appui-react/feedback/ValidationTextbox";
49
57
  export * from "./appui-react/feedback/ElementTooltip";
58
+ export * from "./appui-react/frontstage/Frontstage";
59
+ export * from "./appui-react/frontstage/FrontstageComposer";
50
60
  export * from "./appui-react/frontstage/FrontstageConfig";
51
61
  export * from "./appui-react/frontstage/FrontstageDef";
52
62
  export * from "./appui-react/frontstage/FrontstageManager";
53
63
  export * from "./appui-react/frontstage/FrontstageProvider";
54
- export * from "./appui-react/frontstage/NestedFrontstage";
55
64
  export * from "./appui-react/frontstage/ModalFrontstage";
56
65
  export * from "./appui-react/frontstage/ModalSettingsStage";
66
+ export * from "./appui-react/frontstage/NestedFrontstage";
67
+ export * from "./appui-react/frontstage/StageUsage";
57
68
  export * from "./appui-react/frontstage/StandardFrontstageProvider";
58
69
  export * from "./appui-react/hooks/useActiveIModelConnection";
59
70
  export * from "./appui-react/hooks/useActiveStageId";
60
71
  export * from "./appui-react/hooks/useActiveViewport";
61
72
  export * from "./appui-react/hooks/useAvailableUiItemsProviders";
62
73
  export * from "./appui-react/hooks/useAnalysisAnimationDataProvider";
74
+ export * from "./appui-react/hooks/useFrameworkVersion";
63
75
  export * from "./appui-react/hooks/useScheduleAnimationDataProvider";
64
76
  export * from "./appui-react/hooks/useSolarDataProvider";
65
77
  export * from "./appui-react/hooks/useUiVisibility";
78
+ export * from "./appui-react/imodel-components/spatial-tree/SpatialContainmentTree";
79
+ export * from "./appui-react/imodel-components/category-tree/CategoriesTree";
80
+ export * from "./appui-react/imodel-components/category-tree/CategoryVisibilityHandler";
81
+ export * from "./appui-react/imodel-components/models-tree/ModelsTree";
82
+ export * from "./appui-react/imodel-components/models-tree/ModelsVisibilityHandler";
83
+ export * from "./appui-react/imodel-components/Common";
84
+ export * from "./appui-react/imodel-components/VisibilityTreeEventHandler";
85
+ export * from "./appui-react/imodel-components/VisibilityTreeRenderer";
66
86
  export * from "./appui-react/keyboardshortcut/KeyboardShortcut";
67
87
  export * from "./appui-react/keyboardshortcut/KeyboardShortcutMenu";
88
+ export * from "./appui-react/keyinbrowser/KeyinBrowser";
89
+ export * from "./appui-react/messages/ActivityMessage";
90
+ export * from "./appui-react/messages/ActivityMessagePopup";
68
91
  export * from "./appui-react/messages/AppNotificationManager";
69
92
  export * from "./appui-react/messages/InputField";
70
93
  export * from "./appui-react/messages/MessageManager";
94
+ export * from "./appui-react/messages/StatusMessageRenderer";
71
95
  export * from "./appui-react/messages/Pointer";
72
96
  export * from "./appui-react/messages/ReactNotifyMessageDetails";
97
+ export * from "./appui-react/messages/StickyMessage";
98
+ export * from "./appui-react/messages/ToastMessage";
73
99
  export * from "./appui-react/navigationaids/CubeNavigationAidControl";
74
100
  export * from "./appui-react/navigationaids/DrawingNavigationAidControl";
75
101
  export * from "./appui-react/navigationaids/NavigationAidControl";
@@ -96,6 +122,7 @@ export * from "./appui-react/safearea/SafeAreaContext";
96
122
  export * from "./appui-react/safearea/SafeAreaInsets";
97
123
  export * from "./appui-react/selection/SelectionContextItemDef";
98
124
  export * from "./appui-react/selection/HideIsolateEmphasizeManager";
125
+ export * from "./appui-react/selection/ClearEmphasisStatusField";
99
126
  export * from "./appui-react/settings/ui/UiSettingsPage";
100
127
  export * from "./appui-react/settings/quantityformatting/QuantityFormat";
101
128
  export * from "./appui-react/settings/quantityformatting/UnitSystemSelector";
@@ -112,8 +139,13 @@ export * from "./appui-react/shared/ItemProps";
112
139
  export * from "./appui-react/shared/MenuItem";
113
140
  export * from "./appui-react/shared/SelectionScope";
114
141
  export * from "./appui-react/shared/ToolItemDef";
142
+ export * from "./appui-react/stagepanels/FrameworkStagePanel";
143
+ export * from "./appui-react/stagepanels/StagePanel";
115
144
  export * from "./appui-react/stagepanels/StagePanelConfig";
116
145
  export * from "./appui-react/stagepanels/StagePanelDef";
146
+ export * from "./appui-react/stagepanels/StagePanelHeader";
147
+ export * from "./appui-react/stagepanels/StagePanelLocation";
148
+ export * from "./appui-react/stagepanels/StagePanelSection";
117
149
  export * from "./appui-react/statusbar/dialog/Dialog";
118
150
  export * from "./appui-react/statusbar/Indicator";
119
151
  export * from "./appui-react/statusbar/LabelIndicator";
@@ -122,43 +154,66 @@ export * from "./appui-react/statusbar/StatusBar";
122
154
  export * from "./appui-react/statusbar/StatusBarWidgetControl";
123
155
  export * from "./appui-react/statusbar/StatusBarComposer";
124
156
  export * from "./appui-react/statusbar/StatusBarItem";
157
+ export * from "./appui-react/statusbar/StatusBarItemsManager";
125
158
  export * from "./appui-react/statusbar/StatusBarItemUtilities";
126
159
  export * from "./appui-react/statusbar/StatusBarComposer";
160
+ export * from "./appui-react/statusbar/withMessageCenterFieldProps";
127
161
  export * from "./appui-react/statusbar/useUiItemsProviderStatusBarItems";
128
162
  export * from "./appui-react/statusbar/useDefaultStatusBarItems";
163
+ export * from "./appui-react/statusbar/withStatusFieldProps";
129
164
  export * from "./appui-react/statusfields/tileloading/TileLoadingIndicator";
130
165
  export * from "./appui-react/statusfields/ActivityCenter";
166
+ export * from "./appui-react/statusfields/ConditionalField";
167
+ export * from "./appui-react/statusfields/FooterModeField";
168
+ export * from "./appui-react/statusfields/Indicator";
131
169
  export * from "./appui-react/statusfields/MessageCenter";
170
+ export * from "./appui-react/statusfields/PromptField";
132
171
  export * from "./appui-react/statusfields/SectionsField";
133
172
  export * from "./appui-react/statusfields/SelectionInfo";
134
173
  export * from "./appui-react/statusfields/SelectionScope";
135
174
  export * from "./appui-react/statusfields/SnapMode";
175
+ export * from "./appui-react/statusfields/StatusFieldProps";
136
176
  export * from "./appui-react/statusfields/ViewAttributes";
137
177
  export * from "./appui-react/statusfields/toolassistance/ToolAssistanceField";
138
178
  export * from "./appui-react/syncui/SyncUiEventDispatcher";
179
+ export * from "./appui-react/syncui/BooleanListener";
139
180
  export * from "./appui-react/theme/ThemeManager";
140
181
  export * from "./appui-react/timeline/ScheduleAnimationProvider";
141
182
  export * from "./appui-react/timeline/AnalysisAnimationProvider";
142
183
  export * from "./appui-react/timeline/SolarTimelineDataProvider";
184
+ export * from "./appui-react/toolbar/ActionButtonItem";
185
+ export * from "./appui-react/toolbar/ActionItemButton";
143
186
  export * from "./appui-react/toolbar/DragInteraction";
144
- export * from "./appui-react/toolbar/ToolbarComposer";
187
+ export * from "./appui-react/toolbar/GroupButtonItem";
145
188
  export * from "./appui-react/toolbar/GroupItem";
189
+ export * from "./appui-react/toolbar/PopupButton";
190
+ export * from "./appui-react/toolbar/Toolbar";
191
+ export * from "./appui-react/toolbar/ToolbarComposer";
146
192
  export * from "./appui-react/toolbar/ToolbarHelper";
147
- export * from "./appui-react/toolbar/useUiItemsProviderToolbarItems";
193
+ export * from "./appui-react/toolbar/ToolbarItem";
194
+ export * from "./appui-react/toolbar/ToolbarItemUtilities";
195
+ export * from "./appui-react/toolbar/ToolButton";
148
196
  export * from "./appui-react/toolbar/useDefaultToolbarItems";
197
+ export * from "./appui-react/toolbar/useUiItemsProviderToolbarItems";
149
198
  export * from "./appui-react/tools/CoreToolDefinitions";
150
199
  export * from "./appui-react/tools/FrameworkToolAdmin";
200
+ export * from "./appui-react/tools/MarkupToolDefinitions";
151
201
  export * from "./appui-react/tools/RestoreLayoutTool";
152
202
  export * from "./appui-react/tools/ToolSettingsTools";
153
- export * from "./appui-react/uiadmin/FrameworkUiAdmin";
203
+ export * from "./appui-react/ui-items-provider/BaseUiItemsProvider";
204
+ export * from "./appui-react/ui-items-provider/ProviderItem";
154
205
  export * from "./appui-react/ui-items-provider/StandardContentToolsProvider";
206
+ export * from "./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider";
155
207
  export * from "./appui-react/ui-items-provider/StandardNavigationToolsProvider";
156
208
  export * from "./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider";
157
209
  export * from "./appui-react/ui-items-provider/StandardStatusbarItemsProvider";
158
210
  export * from "./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider";
159
- export * from "./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider";
211
+ export * from "./appui-react/ui-items-provider/UiItemsManager";
212
+ export * from "./appui-react/ui-items-provider/UiItemsProvider";
213
+ export * from "./appui-react/uiadmin/FrameworkUiAdmin";
160
214
  export * from "./appui-react/uiprovider/DefaultDialogGridContainer";
161
215
  export * from "./appui-react/uistate/AppUiSettings";
216
+ export * from "./appui-react/uistate/UserSettingsStorage";
162
217
  export * from "./appui-react/uistate/useUiStateStorage";
163
218
  export * from "./appui-react/utils/ViewUtilities";
164
219
  export * from "./appui-react/utils/PropsHelper";
@@ -177,21 +232,37 @@ export * from "./appui-react/widget-panels/useTransientState";
177
232
  export * from "./appui-react/widgets/BackstageAppButton";
178
233
  export * from "./appui-react/widgets/BasicNavigationWidget";
179
234
  export * from "./appui-react/widgets/BasicToolWidget";
235
+ export * from "./appui-react/widgets/DefaultNavigationWidget";
236
+ export * from "./appui-react/widgets/NavigationWidget";
180
237
  export * from "./appui-react/widgets/NavigationWidgetComposer";
238
+ export * from "./appui-react/widgets/ReviewToolWidget";
181
239
  export * from "./appui-react/widgets/ViewToolWidgetComposer";
182
240
  export * from "./appui-react/widgets/StatusBarWidgetComposerControl";
183
241
  export * from "./appui-react/widgets/ContentToolWidgetComposer";
184
242
  export * from "./appui-react/widgets/StableWidgetDef";
243
+ export * from "./appui-react/widgets/ToolbarWidgetBase";
244
+ export * from "./appui-react/widgets/ToolWidget";
185
245
  export * from "./appui-react/widgets/ToolWidgetComposer";
246
+ export * from "./appui-react/widgets/Widget";
186
247
  export * from "./appui-react/widgets/WidgetConfig";
187
248
  export * from "./appui-react/widgets/WidgetControl";
188
249
  export * from "./appui-react/widgets/WidgetDef";
189
250
  export * from "./appui-react/widgets/WidgetHost";
190
251
  export * from "./appui-react/widgets/WidgetManager";
191
- export * from "./appui-react/toolsettings/ToolInformation";
192
- export * from "./appui-react/toolsettings/ToolSettingsManager";
193
- export * from "./appui-react/toolsettings/ToolUiProvider";
194
- export * from "./appui-react/toolsettings/DefaultToolSettingsProvider";
252
+ export * from "./appui-react/widgets/WidgetProps";
253
+ export * from "./appui-react/widgets/WidgetStack";
254
+ export * from "./appui-react/widgets/WidgetState";
255
+ export * from "./appui-react/workflow/Task";
256
+ export * from "./appui-react/workflow/Workflow";
257
+ export * from "./appui-react/zones/FrameworkZone";
258
+ export * from "./appui-react/zones/StatusBarZone";
259
+ export * from "./appui-react/zones/toolsettings/ToolSettingsZone";
260
+ export * from "./appui-react/zones/toolsettings/ToolInformation";
261
+ export * from "./appui-react/zones/toolsettings/ToolSettingsManager";
262
+ export * from "./appui-react/zones/toolsettings/ToolUiProvider";
263
+ export * from "./appui-react/zones/toolsettings/DefaultToolSettingsProvider";
264
+ export * from "./appui-react/zones/Zone";
265
+ export * from "./appui-react/zones/ZoneDef";
195
266
  /** @docs-package-description
196
267
  * The ui-framework package contains classes and components for specifying the application UI consisting of the
197
268
  * Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.
@@ -317,4 +388,8 @@ export * from "./appui-react/toolsettings/DefaultToolSettingsProvider";
317
388
  * @docs-group-description Widget
318
389
  * Classes for working with a Widget
319
390
  */
391
+ /**
392
+ * @docs-group-description Zone
393
+ * Classes for working with a Zone
394
+ */
320
395
  //# sourceMappingURL=appui-react.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appui-react.d.ts","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appui-react.d.ts","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":"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"}
@@ -28,10 +28,18 @@ __exportStar(require("./appui-react/accudraw/CalculatorPopup"), exports);
28
28
  __exportStar(require("./appui-react/accudraw/FrameworkAccuDraw"), exports);
29
29
  __exportStar(require("./appui-react/accudraw/MenuButton"), exports);
30
30
  __exportStar(require("./appui-react/accudraw/MenuButtonPopup"), exports);
31
+ __exportStar(require("./appui-react/backstage/Backstage"), exports);
31
32
  __exportStar(require("./appui-react/backstage/BackstageComposer"), exports);
32
33
  __exportStar(require("./appui-react/backstage/BackstageComposerItem"), exports);
34
+ __exportStar(require("./appui-react/backstage/BackstageItem"), exports);
35
+ __exportStar(require("./appui-react/backstage/BackstageItemProps"), exports);
36
+ __exportStar(require("./appui-react/backstage/BackstageItemUtilities"), exports);
33
37
  __exportStar(require("./appui-react/backstage/BackstageManager"), exports);
38
+ __exportStar(require("./appui-react/backstage/CommandLaunch"), exports);
39
+ __exportStar(require("./appui-react/backstage/FrontstageLaunch"), exports);
40
+ __exportStar(require("./appui-react/backstage/Separator"), exports);
34
41
  __exportStar(require("./appui-react/backstage/useDefaultBackstageItems"), exports);
42
+ __exportStar(require("./appui-react/backstage/TaskLaunch"), exports);
35
43
  __exportStar(require("./appui-react/backstage/useUiItemsProviderBackstageItems"), exports);
36
44
  __exportStar(require("./appui-react/configurableui/ConfigurableUiContent"), exports);
37
45
  __exportStar(require("./appui-react/configurableui/ConfigurableUiControl"), exports);
@@ -64,29 +72,47 @@ __exportStar(require("./appui-react/dialog/StandardMessageBox"), exports);
64
72
  __exportStar(require("./appui-react/dialog/UiDataProvidedDialog"), exports);
65
73
  __exportStar(require("./appui-react/feedback/ValidationTextbox"), exports);
66
74
  __exportStar(require("./appui-react/feedback/ElementTooltip"), exports);
75
+ __exportStar(require("./appui-react/frontstage/Frontstage"), exports);
76
+ __exportStar(require("./appui-react/frontstage/FrontstageComposer"), exports);
67
77
  __exportStar(require("./appui-react/frontstage/FrontstageConfig"), exports);
68
78
  __exportStar(require("./appui-react/frontstage/FrontstageDef"), exports);
69
79
  __exportStar(require("./appui-react/frontstage/FrontstageManager"), exports);
70
80
  __exportStar(require("./appui-react/frontstage/FrontstageProvider"), exports);
71
- __exportStar(require("./appui-react/frontstage/NestedFrontstage"), exports);
72
81
  __exportStar(require("./appui-react/frontstage/ModalFrontstage"), exports);
73
82
  __exportStar(require("./appui-react/frontstage/ModalSettingsStage"), exports);
83
+ __exportStar(require("./appui-react/frontstage/NestedFrontstage"), exports);
84
+ __exportStar(require("./appui-react/frontstage/StageUsage"), exports);
74
85
  __exportStar(require("./appui-react/frontstage/StandardFrontstageProvider"), exports);
75
86
  __exportStar(require("./appui-react/hooks/useActiveIModelConnection"), exports);
76
87
  __exportStar(require("./appui-react/hooks/useActiveStageId"), exports);
77
88
  __exportStar(require("./appui-react/hooks/useActiveViewport"), exports);
78
89
  __exportStar(require("./appui-react/hooks/useAvailableUiItemsProviders"), exports);
79
90
  __exportStar(require("./appui-react/hooks/useAnalysisAnimationDataProvider"), exports);
91
+ __exportStar(require("./appui-react/hooks/useFrameworkVersion"), exports);
80
92
  __exportStar(require("./appui-react/hooks/useScheduleAnimationDataProvider"), exports);
81
93
  __exportStar(require("./appui-react/hooks/useSolarDataProvider"), exports);
82
94
  __exportStar(require("./appui-react/hooks/useUiVisibility"), exports);
95
+ __exportStar(require("./appui-react/imodel-components/spatial-tree/SpatialContainmentTree"), exports);
96
+ __exportStar(require("./appui-react/imodel-components/category-tree/CategoriesTree"), exports);
97
+ __exportStar(require("./appui-react/imodel-components/category-tree/CategoryVisibilityHandler"), exports);
98
+ __exportStar(require("./appui-react/imodel-components/models-tree/ModelsTree"), exports);
99
+ __exportStar(require("./appui-react/imodel-components/models-tree/ModelsVisibilityHandler"), exports);
100
+ __exportStar(require("./appui-react/imodel-components/Common"), exports);
101
+ __exportStar(require("./appui-react/imodel-components/VisibilityTreeEventHandler"), exports);
102
+ __exportStar(require("./appui-react/imodel-components/VisibilityTreeRenderer"), exports);
83
103
  __exportStar(require("./appui-react/keyboardshortcut/KeyboardShortcut"), exports);
84
104
  __exportStar(require("./appui-react/keyboardshortcut/KeyboardShortcutMenu"), exports);
105
+ __exportStar(require("./appui-react/keyinbrowser/KeyinBrowser"), exports);
106
+ __exportStar(require("./appui-react/messages/ActivityMessage"), exports);
107
+ __exportStar(require("./appui-react/messages/ActivityMessagePopup"), exports);
85
108
  __exportStar(require("./appui-react/messages/AppNotificationManager"), exports);
86
109
  __exportStar(require("./appui-react/messages/InputField"), exports);
87
110
  __exportStar(require("./appui-react/messages/MessageManager"), exports);
111
+ __exportStar(require("./appui-react/messages/StatusMessageRenderer"), exports);
88
112
  __exportStar(require("./appui-react/messages/Pointer"), exports);
89
113
  __exportStar(require("./appui-react/messages/ReactNotifyMessageDetails"), exports);
114
+ __exportStar(require("./appui-react/messages/StickyMessage"), exports);
115
+ __exportStar(require("./appui-react/messages/ToastMessage"), exports);
90
116
  __exportStar(require("./appui-react/navigationaids/CubeNavigationAidControl"), exports);
91
117
  __exportStar(require("./appui-react/navigationaids/DrawingNavigationAidControl"), exports);
92
118
  __exportStar(require("./appui-react/navigationaids/NavigationAidControl"), exports);
@@ -113,6 +139,7 @@ __exportStar(require("./appui-react/safearea/SafeAreaContext"), exports);
113
139
  __exportStar(require("./appui-react/safearea/SafeAreaInsets"), exports);
114
140
  __exportStar(require("./appui-react/selection/SelectionContextItemDef"), exports);
115
141
  __exportStar(require("./appui-react/selection/HideIsolateEmphasizeManager"), exports);
142
+ __exportStar(require("./appui-react/selection/ClearEmphasisStatusField"), exports);
116
143
  __exportStar(require("./appui-react/settings/ui/UiSettingsPage"), exports);
117
144
  __exportStar(require("./appui-react/settings/quantityformatting/QuantityFormat"), exports);
118
145
  __exportStar(require("./appui-react/settings/quantityformatting/UnitSystemSelector"), exports);
@@ -129,8 +156,13 @@ __exportStar(require("./appui-react/shared/ItemProps"), exports);
129
156
  __exportStar(require("./appui-react/shared/MenuItem"), exports);
130
157
  __exportStar(require("./appui-react/shared/SelectionScope"), exports);
131
158
  __exportStar(require("./appui-react/shared/ToolItemDef"), exports);
159
+ __exportStar(require("./appui-react/stagepanels/FrameworkStagePanel"), exports);
160
+ __exportStar(require("./appui-react/stagepanels/StagePanel"), exports);
132
161
  __exportStar(require("./appui-react/stagepanels/StagePanelConfig"), exports);
133
162
  __exportStar(require("./appui-react/stagepanels/StagePanelDef"), exports);
163
+ __exportStar(require("./appui-react/stagepanels/StagePanelHeader"), exports);
164
+ __exportStar(require("./appui-react/stagepanels/StagePanelLocation"), exports);
165
+ __exportStar(require("./appui-react/stagepanels/StagePanelSection"), exports);
134
166
  __exportStar(require("./appui-react/statusbar/dialog/Dialog"), exports);
135
167
  __exportStar(require("./appui-react/statusbar/Indicator"), exports);
136
168
  __exportStar(require("./appui-react/statusbar/LabelIndicator"), exports);
@@ -139,43 +171,66 @@ __exportStar(require("./appui-react/statusbar/StatusBar"), exports);
139
171
  __exportStar(require("./appui-react/statusbar/StatusBarWidgetControl"), exports);
140
172
  __exportStar(require("./appui-react/statusbar/StatusBarComposer"), exports);
141
173
  __exportStar(require("./appui-react/statusbar/StatusBarItem"), exports);
174
+ __exportStar(require("./appui-react/statusbar/StatusBarItemsManager"), exports);
142
175
  __exportStar(require("./appui-react/statusbar/StatusBarItemUtilities"), exports);
143
176
  __exportStar(require("./appui-react/statusbar/StatusBarComposer"), exports);
177
+ __exportStar(require("./appui-react/statusbar/withMessageCenterFieldProps"), exports);
144
178
  __exportStar(require("./appui-react/statusbar/useUiItemsProviderStatusBarItems"), exports);
145
179
  __exportStar(require("./appui-react/statusbar/useDefaultStatusBarItems"), exports);
180
+ __exportStar(require("./appui-react/statusbar/withStatusFieldProps"), exports);
146
181
  __exportStar(require("./appui-react/statusfields/tileloading/TileLoadingIndicator"), exports);
147
182
  __exportStar(require("./appui-react/statusfields/ActivityCenter"), exports);
183
+ __exportStar(require("./appui-react/statusfields/ConditionalField"), exports);
184
+ __exportStar(require("./appui-react/statusfields/FooterModeField"), exports);
185
+ __exportStar(require("./appui-react/statusfields/Indicator"), exports);
148
186
  __exportStar(require("./appui-react/statusfields/MessageCenter"), exports);
187
+ __exportStar(require("./appui-react/statusfields/PromptField"), exports);
149
188
  __exportStar(require("./appui-react/statusfields/SectionsField"), exports);
150
189
  __exportStar(require("./appui-react/statusfields/SelectionInfo"), exports);
151
190
  __exportStar(require("./appui-react/statusfields/SelectionScope"), exports);
152
191
  __exportStar(require("./appui-react/statusfields/SnapMode"), exports);
192
+ __exportStar(require("./appui-react/statusfields/StatusFieldProps"), exports);
153
193
  __exportStar(require("./appui-react/statusfields/ViewAttributes"), exports);
154
194
  __exportStar(require("./appui-react/statusfields/toolassistance/ToolAssistanceField"), exports);
155
195
  __exportStar(require("./appui-react/syncui/SyncUiEventDispatcher"), exports);
196
+ __exportStar(require("./appui-react/syncui/BooleanListener"), exports);
156
197
  __exportStar(require("./appui-react/theme/ThemeManager"), exports);
157
198
  __exportStar(require("./appui-react/timeline/ScheduleAnimationProvider"), exports);
158
199
  __exportStar(require("./appui-react/timeline/AnalysisAnimationProvider"), exports);
159
200
  __exportStar(require("./appui-react/timeline/SolarTimelineDataProvider"), exports);
201
+ __exportStar(require("./appui-react/toolbar/ActionButtonItem"), exports);
202
+ __exportStar(require("./appui-react/toolbar/ActionItemButton"), exports);
160
203
  __exportStar(require("./appui-react/toolbar/DragInteraction"), exports);
161
- __exportStar(require("./appui-react/toolbar/ToolbarComposer"), exports);
204
+ __exportStar(require("./appui-react/toolbar/GroupButtonItem"), exports);
162
205
  __exportStar(require("./appui-react/toolbar/GroupItem"), exports);
206
+ __exportStar(require("./appui-react/toolbar/PopupButton"), exports);
207
+ __exportStar(require("./appui-react/toolbar/Toolbar"), exports);
208
+ __exportStar(require("./appui-react/toolbar/ToolbarComposer"), exports);
163
209
  __exportStar(require("./appui-react/toolbar/ToolbarHelper"), exports);
164
- __exportStar(require("./appui-react/toolbar/useUiItemsProviderToolbarItems"), exports);
210
+ __exportStar(require("./appui-react/toolbar/ToolbarItem"), exports);
211
+ __exportStar(require("./appui-react/toolbar/ToolbarItemUtilities"), exports);
212
+ __exportStar(require("./appui-react/toolbar/ToolButton"), exports);
165
213
  __exportStar(require("./appui-react/toolbar/useDefaultToolbarItems"), exports);
214
+ __exportStar(require("./appui-react/toolbar/useUiItemsProviderToolbarItems"), exports);
166
215
  __exportStar(require("./appui-react/tools/CoreToolDefinitions"), exports);
167
216
  __exportStar(require("./appui-react/tools/FrameworkToolAdmin"), exports);
217
+ __exportStar(require("./appui-react/tools/MarkupToolDefinitions"), exports);
168
218
  __exportStar(require("./appui-react/tools/RestoreLayoutTool"), exports);
169
219
  __exportStar(require("./appui-react/tools/ToolSettingsTools"), exports);
170
- __exportStar(require("./appui-react/uiadmin/FrameworkUiAdmin"), exports);
220
+ __exportStar(require("./appui-react/ui-items-provider/BaseUiItemsProvider"), exports);
221
+ __exportStar(require("./appui-react/ui-items-provider/ProviderItem"), exports);
171
222
  __exportStar(require("./appui-react/ui-items-provider/StandardContentToolsProvider"), exports);
223
+ __exportStar(require("./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider"), exports);
172
224
  __exportStar(require("./appui-react/ui-items-provider/StandardNavigationToolsProvider"), exports);
173
225
  __exportStar(require("./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider"), exports);
174
226
  __exportStar(require("./appui-react/ui-items-provider/StandardStatusbarItemsProvider"), exports);
175
227
  __exportStar(require("./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider"), exports);
176
- __exportStar(require("./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider"), exports);
228
+ __exportStar(require("./appui-react/ui-items-provider/UiItemsManager"), exports);
229
+ __exportStar(require("./appui-react/ui-items-provider/UiItemsProvider"), exports);
230
+ __exportStar(require("./appui-react/uiadmin/FrameworkUiAdmin"), exports);
177
231
  __exportStar(require("./appui-react/uiprovider/DefaultDialogGridContainer"), exports);
178
232
  __exportStar(require("./appui-react/uistate/AppUiSettings"), exports);
233
+ __exportStar(require("./appui-react/uistate/UserSettingsStorage"), exports);
179
234
  __exportStar(require("./appui-react/uistate/useUiStateStorage"), exports);
180
235
  __exportStar(require("./appui-react/utils/ViewUtilities"), exports);
181
236
  __exportStar(require("./appui-react/utils/PropsHelper"), exports);
@@ -194,21 +249,37 @@ __exportStar(require("./appui-react/widget-panels/useTransientState"), exports);
194
249
  __exportStar(require("./appui-react/widgets/BackstageAppButton"), exports);
195
250
  __exportStar(require("./appui-react/widgets/BasicNavigationWidget"), exports);
196
251
  __exportStar(require("./appui-react/widgets/BasicToolWidget"), exports);
252
+ __exportStar(require("./appui-react/widgets/DefaultNavigationWidget"), exports);
253
+ __exportStar(require("./appui-react/widgets/NavigationWidget"), exports);
197
254
  __exportStar(require("./appui-react/widgets/NavigationWidgetComposer"), exports);
255
+ __exportStar(require("./appui-react/widgets/ReviewToolWidget"), exports);
198
256
  __exportStar(require("./appui-react/widgets/ViewToolWidgetComposer"), exports);
199
257
  __exportStar(require("./appui-react/widgets/StatusBarWidgetComposerControl"), exports);
200
258
  __exportStar(require("./appui-react/widgets/ContentToolWidgetComposer"), exports);
201
259
  __exportStar(require("./appui-react/widgets/StableWidgetDef"), exports);
260
+ __exportStar(require("./appui-react/widgets/ToolbarWidgetBase"), exports);
261
+ __exportStar(require("./appui-react/widgets/ToolWidget"), exports);
202
262
  __exportStar(require("./appui-react/widgets/ToolWidgetComposer"), exports);
263
+ __exportStar(require("./appui-react/widgets/Widget"), exports);
203
264
  __exportStar(require("./appui-react/widgets/WidgetConfig"), exports);
204
265
  __exportStar(require("./appui-react/widgets/WidgetControl"), exports);
205
266
  __exportStar(require("./appui-react/widgets/WidgetDef"), exports);
206
267
  __exportStar(require("./appui-react/widgets/WidgetHost"), exports);
207
268
  __exportStar(require("./appui-react/widgets/WidgetManager"), exports);
208
- __exportStar(require("./appui-react/toolsettings/ToolInformation"), exports);
209
- __exportStar(require("./appui-react/toolsettings/ToolSettingsManager"), exports);
210
- __exportStar(require("./appui-react/toolsettings/ToolUiProvider"), exports);
211
- __exportStar(require("./appui-react/toolsettings/DefaultToolSettingsProvider"), exports);
269
+ __exportStar(require("./appui-react/widgets/WidgetProps"), exports);
270
+ __exportStar(require("./appui-react/widgets/WidgetStack"), exports);
271
+ __exportStar(require("./appui-react/widgets/WidgetState"), exports);
272
+ __exportStar(require("./appui-react/workflow/Task"), exports);
273
+ __exportStar(require("./appui-react/workflow/Workflow"), exports);
274
+ __exportStar(require("./appui-react/zones/FrameworkZone"), exports);
275
+ __exportStar(require("./appui-react/zones/StatusBarZone"), exports);
276
+ __exportStar(require("./appui-react/zones/toolsettings/ToolSettingsZone"), exports);
277
+ __exportStar(require("./appui-react/zones/toolsettings/ToolInformation"), exports);
278
+ __exportStar(require("./appui-react/zones/toolsettings/ToolSettingsManager"), exports);
279
+ __exportStar(require("./appui-react/zones/toolsettings/ToolUiProvider"), exports);
280
+ __exportStar(require("./appui-react/zones/toolsettings/DefaultToolSettingsProvider"), exports);
281
+ __exportStar(require("./appui-react/zones/Zone"), exports);
282
+ __exportStar(require("./appui-react/zones/ZoneDef"), exports);
212
283
  /** @docs-package-description
213
284
  * The ui-framework package contains classes and components for specifying the application UI consisting of the
214
285
  * Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.
@@ -334,4 +405,8 @@ __exportStar(require("./appui-react/toolsettings/DefaultToolSettingsProvider"),
334
405
  * @docs-group-description Widget
335
406
  * Classes for working with a Widget
336
407
  */
408
+ /**
409
+ * @docs-group-description Zone
410
+ * Classes for working with a Zone
411
+ */
337
412
  //# sourceMappingURL=appui-react.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"appui-react.js","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;AAE/F,yIAAyI;AAEzI,4DAA0C,CAAE,+DAA+D;AAE3G,8EAA4D;AAC5D,wEAAsD;AACtD,mFAAiE;AACjE,8EAA4D;AAC5D,4EAA0D;AAC1D,wEAAsD;AACtD,oEAAkD;AAClD,0EAAwD;AACxD,yEAAuD;AACvD,2EAAyD;AACzD,oEAAkD;AAClD,yEAAuD;AAEvD,4EAA0D;AAC1D,gFAA8D;AAC9D,2EAAyD;AACzD,mFAAiE;AACjE,2FAAyE;AAEzE,qFAAmE;AACnE,qFAAmE;AACnE,qFAAmE;AACnE,qEAAmD;AAEnD,uEAAqD;AACrD,qEAAmD;AACnD,sEAAoD;AACpD,6EAA2D;AAC3D,2EAAyD;AACzD,gFAA8D;AAC9D,wEAAsD;AACtD,2EAAyD;AACzD,+EAA6D;AAC7D,uEAAqD;AACrD,2EAAyD;AACzD,6EAA2D;AAE3D,yEAAuD;AACvD,iFAA+D;AAC/D,+EAA6D;AAC7D,sFAAoE;AACpE,6EAA2D;AAE3D,yEAAuD;AACvD,0EAAwD;AACxD,4EAA0D;AAC1D,qEAAmD;AACnD,sEAAoD;AACpD,6EAA2D;AAC3D,0EAAwD;AACxD,4EAA0D;AAE1D,2EAAyD;AACzD,wEAAsD;AAEtD,4EAA0D;AAC1D,yEAAuD;AACvD,6EAA2D;AAC3D,8EAA4D;AAC5D,4EAA0D;AAC1D,2EAAyD;AACzD,8EAA4D;AAC5D,sFAAoE;AAEpE,gFAA8D;AAC9D,uEAAqD;AACrD,wEAAsD;AACtD,mFAAiE;AACjE,uFAAqE;AACrE,uFAAqE;AACrE,2EAAyD;AACzD,sEAAoD;AAEpD,kFAAgE;AAChE,sFAAoE;AAEpE,gFAA8D;AAC9D,oEAAkD;AAClD,wEAAsD;AACtD,iEAA+C;AAC/C,mFAAiE;AAEjE,wFAAsE;AACtE,2FAAyE;AACzE,oFAAkE;AAClE,kFAAgE;AAChE,qFAAmE;AACnE,6FAA2E;AAE3E,mEAAiD;AACjD,qEAAmD;AAEnD,+EAA6D;AAE7D,wEAAsD;AACtD,wEAAsD;AACtD,uEAAqD;AACrD,uEAAqD;AACrD,mEAAiD;AACjD,oEAAkD;AAClD,mEAAiD;AAEjD,mEAAiD;AACjD,mEAAiD;AACjD,qEAAmD;AACnD,oEAAkD;AAClD,sEAAoD;AACpD,+DAA6C;AAE7C,yEAAuD;AACvD,wEAAsD;AAEtD,kFAAgE;AAChE,sFAAoE;AAEpE,2EAAyD;AACzD,2FAAyE;AACzE,+FAA6E;AAE7E,2EAAyD;AACzD,kEAAgD;AAChD,yEAAuD;AACvD,sEAAoD;AACpD,qEAAmD;AACnD,uEAAqD;AACrD,sEAAoD;AACpD,mEAAiD;AACjD,+DAA6C;AAC7C,iEAA+C;AAC/C,gEAA8C;AAC9C,sEAAoD;AACpD,mEAAiD;AAEjD,6EAA2D;AAC3D,0EAAwD;AAExD,wEAAsD;AACtD,oEAAkD;AAClD,yEAAuD;AACvD,oEAAkD;AAClD,oEAAkD;AAClD,iFAA+D;AAC/D,4EAA0D;AAC1D,wEAAsD;AACtD,iFAA+D;AAC/D,4EAA0D;AAC1D,2FAAyE;AACzE,mFAAiE;AAEjE,8FAA4E;AAC5E,4EAA0D;AAC1D,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,4EAA0D;AAC1D,sEAAoD;AACpD,4EAA0D;AAC1D,gGAA8E;AAE9E,6EAA2D;AAE3D,mEAAiD;AAEjD,mFAAiE;AACjE,mFAAiE;AACjE,mFAAiE;AAEjE,wEAAsD;AACtD,wEAAsD;AACtD,kEAAgD;AAChD,sEAAoD;AACpD,uFAAqE;AACrE,+EAA6D;AAE7D,0EAAwD;AACxD,yEAAuD;AACvD,wEAAsD;AACtD,wEAAsD;AAEtD,yEAAuD;AAEvD,+FAA6E;AAC7E,kGAAgF;AAChF,yGAAuF;AACvF,iGAA+E;AAC/E,mGAAiF;AACjF,sGAAoF;AACpF,sFAAoE;AAEpE,sEAAoD;AACpD,0EAAwD;AAExD,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AACtD,0EAAwD;AAExD,sEAAoD;AACpD,yEAAuD;AACvD,gFAA8D;AAC9D,sFAAoE;AACpE,wEAAsD;AACtD,kEAAgD;AAChD,uEAAqD;AACrD,2EAAyD;AACzD,iFAA+D;AAC/D,gFAA8D;AAE9D,2EAAyD;AACzD,8EAA4D;AAC5D,wEAAsD;AACtD,iFAA+D;AAC/D,+EAA6D;AAC7D,uFAAqE;AACrE,kFAAgE;AAChE,wEAAsD;AACtD,2EAAyD;AACzD,qEAAmD;AACnD,sEAAoD;AACpD,kEAAgD;AAChD,mEAAiD;AACjD,sEAAoD;AAEpD,6EAA2D;AAC3D,iFAA+D;AAC/D,4EAA0D;AAC1D,yFAAuE;AAEvE;;;;GAIG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG","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// cSpell:ignore safearea cursormenu clientservices oidc Textbox Modeless configurableui stagepanels dragdrop uiadmin itemsarbiter Popout\r\n\r\nexport * from \"./appui-react/UiFramework\"; // Please ensure that this line comes before all other exports.\r\n\r\nexport * from \"./appui-react/accudraw/AccuDrawCommandItems\";\r\nexport * from \"./appui-react/accudraw/AccuDrawDialog\";\r\nexport * from \"./appui-react/accudraw/AccuDrawKeyboardShortcuts\";\r\nexport * from \"./appui-react/accudraw/AccuDrawPopupManager\";\r\nexport * from \"./appui-react/accudraw/AccuDrawUiSettings\";\r\nexport * from \"./appui-react/accudraw/AccuDrawWidget\";\r\nexport * from \"./appui-react/accudraw/Calculator\";\r\nexport * from \"./appui-react/accudraw/CalculatorEngine\";\r\nexport * from \"./appui-react/accudraw/CalculatorPopup\";\r\nexport * from \"./appui-react/accudraw/FrameworkAccuDraw\";\r\nexport * from \"./appui-react/accudraw/MenuButton\";\r\nexport * from \"./appui-react/accudraw/MenuButtonPopup\";\r\n\r\nexport * from \"./appui-react/backstage/BackstageComposer\";\r\nexport * from \"./appui-react/backstage/BackstageComposerItem\";\r\nexport * from \"./appui-react/backstage/BackstageManager\";\r\nexport * from \"./appui-react/backstage/useDefaultBackstageItems\";\r\nexport * from \"./appui-react/backstage/useUiItemsProviderBackstageItems\";\r\n\r\nexport * from \"./appui-react/configurableui/ConfigurableUiContent\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiControl\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiManager\";\r\nexport * from \"./appui-react/configurableui/state\";\r\n\r\nexport * from \"./appui-react/content/ContentControl\";\r\nexport * from \"./appui-react/content/ContentGroup\";\r\nexport * from \"./appui-react/content/ContentLayout\";\r\nexport * from \"./appui-react/content/ContentLayoutManager\";\r\nexport * from \"./appui-react/content/ContentViewManager\";\r\nexport * from \"./appui-react/content/FloatingViewportContent\";\r\nexport * from \"./appui-react/content/ViewStateHelper\";\r\nexport * from \"./appui-react/content/StageContentLayout\";\r\nexport * from \"./appui-react/content/ViewportContentControl\";\r\nexport * from \"./appui-react/content/IModelViewport\";\r\nexport * from \"./appui-react/content/DefaultViewOverlay\";\r\nexport * from \"./appui-react/content/split-pane/SplitPane\";\r\n\r\nexport * from \"./appui-react/cursor/CursorInformation\";\r\nexport * from \"./appui-react/cursor/cursorprompt/CursorPrompt\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopup\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopupManager\";\r\nexport * from \"./appui-react/cursor/cursormenu/CursorMenu\";\r\n\r\nexport * from \"./appui-react/dialog/DialogManagerBase\";\r\nexport * from \"./appui-react/dialog/ModalDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialogManager\";\r\nexport * from \"./appui-react/dialog/StandardMessageBox\";\r\nexport * from \"./appui-react/dialog/UiDataProvidedDialog\";\r\n\r\nexport * from \"./appui-react/feedback/ValidationTextbox\";\r\nexport * from \"./appui-react/feedback/ElementTooltip\";\r\n\r\nexport * from \"./appui-react/frontstage/FrontstageConfig\";\r\nexport * from \"./appui-react/frontstage/FrontstageDef\";\r\nexport * from \"./appui-react/frontstage/FrontstageManager\";\r\nexport * from \"./appui-react/frontstage/FrontstageProvider\";\r\nexport * from \"./appui-react/frontstage/NestedFrontstage\";\r\nexport * from \"./appui-react/frontstage/ModalFrontstage\";\r\nexport * from \"./appui-react/frontstage/ModalSettingsStage\";\r\nexport * from \"./appui-react/frontstage/StandardFrontstageProvider\";\r\n\r\nexport * from \"./appui-react/hooks/useActiveIModelConnection\";\r\nexport * from \"./appui-react/hooks/useActiveStageId\";\r\nexport * from \"./appui-react/hooks/useActiveViewport\";\r\nexport * from \"./appui-react/hooks/useAvailableUiItemsProviders\";\r\nexport * from \"./appui-react/hooks/useAnalysisAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useScheduleAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useSolarDataProvider\";\r\nexport * from \"./appui-react/hooks/useUiVisibility\";\r\n\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcut\";\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcutMenu\";\r\n\r\nexport * from \"./appui-react/messages/AppNotificationManager\";\r\nexport * from \"./appui-react/messages/InputField\";\r\nexport * from \"./appui-react/messages/MessageManager\";\r\nexport * from \"./appui-react/messages/Pointer\";\r\nexport * from \"./appui-react/messages/ReactNotifyMessageDetails\";\r\n\r\nexport * from \"./appui-react/navigationaids/CubeNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/DrawingNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/NavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/SheetNavigationAid\";\r\nexport * from \"./appui-react/navigationaids/SheetsModalFrontstage\";\r\nexport * from \"./appui-react/navigationaids/StandardRotationNavigationAid\";\r\n\r\nexport * from \"./appui-react/pickers/ListPicker\";\r\nexport * from \"./appui-react/pickers/ViewSelector\";\r\n\r\nexport * from \"./appui-react/childwindow/ChildWindowManager\";\r\n\r\nexport * from \"./appui-react/popup/KeyinPalettePanel\";\r\nexport * from \"./appui-react/popup/KeyinPalettePopup\";\r\nexport * from \"./appui-react/popup/HTMLElementPopup\";\r\nexport * from \"./appui-react/popup/InputEditorPopup\";\r\nexport * from \"./appui-react/popup/PopupManager\";\r\nexport * from \"./appui-react/popup/PositionPopup\";\r\nexport * from \"./appui-react/popup/ToolbarPopup\";\r\n\r\nexport * from \"./appui-react/redux/SessionState\";\r\nexport * from \"./appui-react/redux/StateManager\";\r\nexport * from \"./appui-react/redux/FrameworkState\";\r\nexport * from \"./appui-react/redux/connectIModel\";\r\nexport * from \"./appui-react/redux/ReducerRegistry\";\r\nexport * from \"./appui-react/redux/redux-ts\";\r\n\r\nexport * from \"./appui-react/safearea/SafeAreaContext\";\r\nexport * from \"./appui-react/safearea/SafeAreaInsets\";\r\n\r\nexport * from \"./appui-react/selection/SelectionContextItemDef\";\r\nexport * from \"./appui-react/selection/HideIsolateEmphasizeManager\";\r\n\r\nexport * from \"./appui-react/settings/ui/UiSettingsPage\";\r\nexport * from \"./appui-react/settings/quantityformatting/QuantityFormat\";\r\nexport * from \"./appui-react/settings/quantityformatting/UnitSystemSelector\";\r\n\r\nexport * from \"./appui-react/shared/ActionButtonItemDef\";\r\nexport * from \"./appui-react/shared/AnyItemDef\";\r\nexport * from \"./appui-react/shared/AnyToolbarItemDef\";\r\nexport * from \"./appui-react/shared/CommandItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemProps\";\r\nexport * from \"./appui-react/shared/GroupItemProps\";\r\nexport * from \"./appui-react/shared/ItemDefBase\";\r\nexport * from \"./appui-react/shared/ItemMap\";\r\nexport * from \"./appui-react/shared/ItemProps\";\r\nexport * from \"./appui-react/shared/MenuItem\";\r\nexport * from \"./appui-react/shared/SelectionScope\";\r\nexport * from \"./appui-react/shared/ToolItemDef\";\r\n\r\nexport * from \"./appui-react/stagepanels/StagePanelConfig\";\r\nexport * from \"./appui-react/stagepanels/StagePanelDef\";\r\n\r\nexport * from \"./appui-react/statusbar/dialog/Dialog\";\r\nexport * from \"./appui-react/statusbar/Indicator\";\r\nexport * from \"./appui-react/statusbar/LabelIndicator\";\r\nexport * from \"./appui-react/statusbar/Separator\";\r\nexport * from \"./appui-react/statusbar/StatusBar\";\r\nexport * from \"./appui-react/statusbar/StatusBarWidgetControl\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/StatusBarItem\";\r\nexport * from \"./appui-react/statusbar/StatusBarItemUtilities\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/useUiItemsProviderStatusBarItems\";\r\nexport * from \"./appui-react/statusbar/useDefaultStatusBarItems\";\r\n\r\nexport * from \"./appui-react/statusfields/tileloading/TileLoadingIndicator\";\r\nexport * from \"./appui-react/statusfields/ActivityCenter\";\r\nexport * from \"./appui-react/statusfields/MessageCenter\";\r\nexport * from \"./appui-react/statusfields/SectionsField\";\r\nexport * from \"./appui-react/statusfields/SelectionInfo\";\r\nexport * from \"./appui-react/statusfields/SelectionScope\";\r\nexport * from \"./appui-react/statusfields/SnapMode\";\r\nexport * from \"./appui-react/statusfields/ViewAttributes\";\r\nexport * from \"./appui-react/statusfields/toolassistance/ToolAssistanceField\";\r\n\r\nexport * from \"./appui-react/syncui/SyncUiEventDispatcher\";\r\n\r\nexport * from \"./appui-react/theme/ThemeManager\";\r\n\r\nexport * from \"./appui-react/timeline/ScheduleAnimationProvider\";\r\nexport * from \"./appui-react/timeline/AnalysisAnimationProvider\";\r\nexport * from \"./appui-react/timeline/SolarTimelineDataProvider\";\r\n\r\nexport * from \"./appui-react/toolbar/DragInteraction\";\r\nexport * from \"./appui-react/toolbar/ToolbarComposer\";\r\nexport * from \"./appui-react/toolbar/GroupItem\";\r\nexport * from \"./appui-react/toolbar/ToolbarHelper\";\r\nexport * from \"./appui-react/toolbar/useUiItemsProviderToolbarItems\";\r\nexport * from \"./appui-react/toolbar/useDefaultToolbarItems\";\r\n\r\nexport * from \"./appui-react/tools/CoreToolDefinitions\";\r\nexport * from \"./appui-react/tools/FrameworkToolAdmin\";\r\nexport * from \"./appui-react/tools/RestoreLayoutTool\";\r\nexport * from \"./appui-react/tools/ToolSettingsTools\";\r\n\r\nexport * from \"./appui-react/uiadmin/FrameworkUiAdmin\";\r\n\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider\";\r\nexport * from \"./appui-react/uiprovider/DefaultDialogGridContainer\";\r\n\r\nexport * from \"./appui-react/uistate/AppUiSettings\";\r\nexport * from \"./appui-react/uistate/useUiStateStorage\";\r\n\r\nexport * from \"./appui-react/utils/ViewUtilities\";\r\nexport * from \"./appui-react/utils/PropsHelper\";\r\nexport * from \"./appui-react/utils/UiShowHideManager\";\r\nexport * from \"./appui-react/utils/ToolbarButtonHelper\";\r\n\r\nexport * from \"./appui-react/widget-panels/Content\";\r\nexport * from \"./appui-react/widget-panels/Frontstage\";\r\nexport * from \"./appui-react/widget-panels/FrontstageContent\";\r\nexport * from \"./appui-react/widget-panels/ModalFrontstageComposer\";\r\nexport * from \"./appui-react/widget-panels/StatusBar\";\r\nexport * from \"./appui-react/widget-panels/Tab\";\r\nexport * from \"./appui-react/widget-panels/Toolbars\";\r\nexport * from \"./appui-react/widget-panels/ToolSettings\";\r\nexport * from \"./appui-react/widget-panels/useWidgetDirection\";\r\nexport * from \"./appui-react/widget-panels/useTransientState\";\r\n\r\nexport * from \"./appui-react/widgets/BackstageAppButton\";\r\nexport * from \"./appui-react/widgets/BasicNavigationWidget\";\r\nexport * from \"./appui-react/widgets/BasicToolWidget\";\r\nexport * from \"./appui-react/widgets/NavigationWidgetComposer\";\r\nexport * from \"./appui-react/widgets/ViewToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StatusBarWidgetComposerControl\";\r\nexport * from \"./appui-react/widgets/ContentToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StableWidgetDef\";\r\nexport * from \"./appui-react/widgets/ToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/WidgetConfig\";\r\nexport * from \"./appui-react/widgets/WidgetControl\";\r\nexport * from \"./appui-react/widgets/WidgetDef\";\r\nexport * from \"./appui-react/widgets/WidgetHost\";\r\nexport * from \"./appui-react/widgets/WidgetManager\";\r\n\r\nexport * from \"./appui-react/toolsettings/ToolInformation\";\r\nexport * from \"./appui-react/toolsettings/ToolSettingsManager\";\r\nexport * from \"./appui-react/toolsettings/ToolUiProvider\";\r\nexport * from \"./appui-react/toolsettings/DefaultToolSettingsProvider\";\r\n\r\n/** @docs-package-description\r\n * The ui-framework package contains classes and components for specifying the application UI consisting of the\r\n * Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.\r\n * For more information, see [learning about appui-react]($docs/learning/ui/appui-react/index.md).\r\n */\r\n/**\r\n * @docs-group-description AccuDraw\r\n * Classes and components providing a UI for AccuDraw, an aide for entering coordinate data.\r\n */\r\n/**\r\n * @docs-group-description Admin\r\n * APIs for various UI components, such as toolbars, buttons and menus.\r\n */\r\n/**\r\n * @docs-group-description Backstage\r\n * Classes for working with a Backstage\r\n */\r\n/**\r\n * @docs-group-description ConfigurableUi\r\n * Classes for working with the Application UI Configuration\r\n */\r\n/**\r\n * @docs-group-description ContentView\r\n * Classes for working with a Content View, Group, Layout or Control\r\n */\r\n/**\r\n * @docs-group-description Cursor\r\n * Cursor related information, components and events\r\n */\r\n/**\r\n * @docs-group-description Dialog\r\n * Classes for working with a dialog\r\n */\r\n/**\r\n * @docs-group-description Frontstage\r\n * Classes for working with a Frontstage\r\n */\r\n/**\r\n * @docs-group-description Hooks\r\n * Hook functions for use in Functional React Components.\r\n */\r\n/**\r\n * @docs-group-description IModelComponents\r\n * Classes for displaying information about an iModel\r\n */\r\n/**\r\n * @docs-group-description Item\r\n * Classes for working with an Item in a Tool Widget, Navigation Widget or Backstage\r\n */\r\n/**\r\n * @docs-group-description KeyboardShortcut\r\n * Classes for working with Keyboard Shortcuts\r\n */\r\n/**\r\n * @docs-group-description NavigationAids\r\n * Classes for working with Navigation Aids\r\n */\r\n/**\r\n * @docs-group-description Notification\r\n * Classes for working with a Notification or Message\r\n */\r\n/**\r\n * @docs-group-description ChildWindowManager\r\n * Classes for working with child windows.\r\n */\r\n/**\r\n * @docs-group-description Picker\r\n * Classes for working with various pickers\r\n */\r\n/**\r\n * @docs-group-description Popup\r\n * Classes for working with popup components\r\n */\r\n/**\r\n * @docs-group-description State\r\n * Classes for maintaining state\r\n */\r\n/**\r\n * @docs-group-description Settings\r\n * Classes and components used by settings pages displayed in the modal settings stage\r\n */\r\n/**\r\n * @docs-group-description StandardUiItemsProvider\r\n * Standard UiItemsProvider classes.\r\n */\r\n/**\r\n * @docs-group-description StatusBar\r\n * Classes for defining a StatusBar\r\n */\r\n/**\r\n * @docs-group-description SyncUi\r\n * Classes for informing UI components to sync/refresh their display\r\n */\r\n/**\r\n * @docs-group-description Timeline\r\n * Classes for working with a TimelineComponent\r\n */\r\n/**\r\n * @docs-group-description Toolbar\r\n * Classes used to construct a Toolbar\r\n */\r\n/**\r\n * @docs-group-description Tools\r\n * Core Tool definitions\r\n */\r\n/**\r\n * @docs-group-description ToolSettings\r\n * Classes for working Tool Settings. See learning documentation [Tool Settings]($docs/learning/ui/appui-react/toolsettings.md).\r\n */\r\n/**\r\n * @docs-group-description UiProvider\r\n * Interfaces and classes for specifying UI items to be inserted at runtime.\r\n */\r\n/**\r\n * @docs-group-description UiStateStorage\r\n * Interfaces and classes for persisting UI settings.\r\n */\r\n/**\r\n * @docs-group-description Utilities\r\n * Various utility classes for working with a UI and Redux.\r\n */\r\n/**\r\n * @docs-group-description Widget\r\n * Classes for working with a Widget\r\n */\r\n"]}
1
+ {"version":3,"file":"appui-react.js","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;;;;;;;;;;AAE/F,yIAAyI;AAEzI,4DAA0C,CAAE,+DAA+D;AAE3G,8EAA4D;AAC5D,wEAAsD;AACtD,mFAAiE;AACjE,8EAA4D;AAC5D,4EAA0D;AAC1D,wEAAsD;AACtD,oEAAkD;AAClD,0EAAwD;AACxD,yEAAuD;AACvD,2EAAyD;AACzD,oEAAkD;AAClD,yEAAuD;AAEvD,oEAAkD;AAClD,4EAA0D;AAC1D,gFAA8D;AAC9D,wEAAsD;AACtD,6EAA2D;AAC3D,iFAA+D;AAC/D,2EAAyD;AACzD,wEAAsD;AACtD,2EAAyD;AACzD,oEAAkD;AAClD,mFAAiE;AACjE,qEAAmD;AACnD,2FAAyE;AAEzE,qFAAmE;AACnE,qFAAmE;AACnE,qFAAmE;AACnE,qEAAmD;AAEnD,uEAAqD;AACrD,qEAAmD;AACnD,sEAAoD;AACpD,6EAA2D;AAC3D,2EAAyD;AACzD,gFAA8D;AAC9D,wEAAsD;AACtD,2EAAyD;AACzD,+EAA6D;AAC7D,uEAAqD;AACrD,2EAAyD;AACzD,6EAA2D;AAE3D,yEAAuD;AACvD,iFAA+D;AAC/D,+EAA6D;AAC7D,sFAAoE;AACpE,6EAA2D;AAE3D,yEAAuD;AACvD,0EAAwD;AACxD,4EAA0D;AAC1D,qEAAmD;AACnD,sEAAoD;AACpD,6EAA2D;AAC3D,0EAAwD;AACxD,4EAA0D;AAE1D,2EAAyD;AACzD,wEAAsD;AAEtD,sEAAoD;AACpD,8EAA4D;AAC5D,4EAA0D;AAC1D,yEAAuD;AACvD,6EAA2D;AAC3D,8EAA4D;AAC5D,2EAAyD;AACzD,8EAA4D;AAC5D,4EAA0D;AAC1D,sEAAoD;AACpD,sFAAoE;AAEpE,gFAA8D;AAC9D,uEAAqD;AACrD,wEAAsD;AACtD,mFAAiE;AACjE,uFAAqE;AACrE,0EAAwD;AACxD,uFAAqE;AACrE,2EAAyD;AACzD,sEAAoD;AAEpD,sGAAoF;AACpF,+FAA6E;AAC7E,0GAAwF;AACxF,yFAAuE;AACvE,sGAAoF;AACpF,yEAAuD;AACvD,6FAA2E;AAC3E,yFAAuE;AAEvE,kFAAgE;AAChE,sFAAoE;AACpE,0EAAwD;AAExD,yEAAuD;AACvD,8EAA4D;AAC5D,gFAA8D;AAC9D,oEAAkD;AAClD,wEAAsD;AACtD,+EAA6D;AAC7D,iEAA+C;AAC/C,mFAAiE;AACjE,uEAAqD;AACrD,sEAAoD;AAEpD,wFAAsE;AACtE,2FAAyE;AACzE,oFAAkE;AAClE,kFAAgE;AAChE,qFAAmE;AACnE,6FAA2E;AAE3E,mEAAiD;AACjD,qEAAmD;AAEnD,+EAA6D;AAE7D,wEAAsD;AACtD,wEAAsD;AACtD,uEAAqD;AACrD,uEAAqD;AACrD,mEAAiD;AACjD,oEAAkD;AAClD,mEAAiD;AAEjD,mEAAiD;AACjD,mEAAiD;AACjD,qEAAmD;AACnD,oEAAkD;AAClD,sEAAoD;AACpD,+DAA6C;AAE7C,yEAAuD;AACvD,wEAAsD;AAEtD,kFAAgE;AAChE,sFAAoE;AACpE,mFAAiE;AAEjE,2EAAyD;AACzD,2FAAyE;AACzE,+FAA6E;AAE7E,2EAAyD;AACzD,kEAAgD;AAChD,yEAAuD;AACvD,sEAAoD;AACpD,qEAAmD;AACnD,uEAAqD;AACrD,sEAAoD;AACpD,mEAAiD;AACjD,+DAA6C;AAC7C,iEAA+C;AAC/C,gEAA8C;AAC9C,sEAAoD;AACpD,mEAAiD;AAEjD,gFAA8D;AAC9D,uEAAqD;AACrD,6EAA2D;AAC3D,0EAAwD;AACxD,6EAA2D;AAC3D,+EAA6D;AAC7D,8EAA4D;AAE5D,wEAAsD;AAEtD,oEAAkD;AAClD,yEAAuD;AACvD,oEAAkD;AAClD,oEAAkD;AAClD,iFAA+D;AAC/D,4EAA0D;AAC1D,wEAAsD;AACtD,gFAA8D;AAC9D,iFAA+D;AAC/D,4EAA0D;AAC1D,sFAAoE;AACpE,2FAAyE;AACzE,mFAAiE;AACjE,+EAA6D;AAE7D,8FAA4E;AAC5E,4EAA0D;AAC1D,8EAA4D;AAC5D,6EAA2D;AAC3D,uEAAqD;AACrD,2EAAyD;AACzD,yEAAuD;AACvD,2EAAyD;AACzD,2EAAyD;AACzD,4EAA0D;AAC1D,sEAAoD;AACpD,8EAA4D;AAC5D,4EAA0D;AAC1D,gGAA8E;AAE9E,6EAA2D;AAC3D,uEAAqD;AAErD,mEAAiD;AAEjD,mFAAiE;AACjE,mFAAiE;AACjE,mFAAiE;AAEjE,yEAAuD;AACvD,yEAAuD;AACvD,wEAAsD;AACtD,wEAAsD;AACtD,kEAAgD;AAChD,oEAAkD;AAClD,gEAA8C;AAC9C,wEAAsD;AACtD,sEAAoD;AACpD,oEAAkD;AAClD,6EAA2D;AAC3D,mEAAiD;AACjD,+EAA6D;AAC7D,uFAAqE;AAErE,0EAAwD;AACxD,yEAAuD;AACvD,4EAA0D;AAC1D,wEAAsD;AACtD,wEAAsD;AAEtD,sFAAoE;AACpE,+EAA6D;AAC7D,+FAA6E;AAC7E,sGAAoF;AACpF,kGAAgF;AAChF,yGAAuF;AACvF,iGAA+E;AAC/E,mGAAiF;AACjF,iFAA+D;AAC/D,kFAAgE;AAEhE,yEAAuD;AAEvD,sFAAoE;AAEpE,sEAAoD;AACpD,4EAA0D;AAC1D,0EAAwD;AAExD,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AACtD,0EAAwD;AAExD,sEAAoD;AACpD,yEAAuD;AACvD,gFAA8D;AAC9D,sFAAoE;AACpE,wEAAsD;AACtD,kEAAgD;AAChD,uEAAqD;AACrD,2EAAyD;AACzD,iFAA+D;AAC/D,gFAA8D;AAE9D,2EAAyD;AACzD,8EAA4D;AAC5D,wEAAsD;AACtD,gFAA8D;AAC9D,yEAAuD;AACvD,iFAA+D;AAC/D,yEAAuD;AACvD,+EAA6D;AAC7D,uFAAqE;AACrE,kFAAgE;AAChE,wEAAsD;AACtD,0EAAwD;AACxD,mEAAiD;AACjD,2EAAyD;AACzD,+DAA6C;AAC7C,qEAAmD;AACnD,sEAAoD;AACpD,kEAAgD;AAChD,mEAAiD;AACjD,sEAAoD;AACpD,oEAAkD;AAClD,oEAAkD;AAClD,oEAAkD;AAElD,8DAA4C;AAC5C,kEAAgD;AAEhD,oEAAkD;AAClD,oEAAkD;AAClD,oFAAkE;AAClE,mFAAiE;AACjE,uFAAqE;AACrE,kFAAgE;AAChE,+FAA6E;AAC7E,2DAAyC;AACzC,8DAA4C;AAE5C;;;;GAIG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG;AACH;;;GAGG","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// cSpell:ignore safearea cursormenu clientservices oidc Textbox Modeless configurableui stagepanels dragdrop uiadmin itemsarbiter Popout\r\n\r\nexport * from \"./appui-react/UiFramework\"; // Please ensure that this line comes before all other exports.\r\n\r\nexport * from \"./appui-react/accudraw/AccuDrawCommandItems\";\r\nexport * from \"./appui-react/accudraw/AccuDrawDialog\";\r\nexport * from \"./appui-react/accudraw/AccuDrawKeyboardShortcuts\";\r\nexport * from \"./appui-react/accudraw/AccuDrawPopupManager\";\r\nexport * from \"./appui-react/accudraw/AccuDrawUiSettings\";\r\nexport * from \"./appui-react/accudraw/AccuDrawWidget\";\r\nexport * from \"./appui-react/accudraw/Calculator\";\r\nexport * from \"./appui-react/accudraw/CalculatorEngine\";\r\nexport * from \"./appui-react/accudraw/CalculatorPopup\";\r\nexport * from \"./appui-react/accudraw/FrameworkAccuDraw\";\r\nexport * from \"./appui-react/accudraw/MenuButton\";\r\nexport * from \"./appui-react/accudraw/MenuButtonPopup\";\r\n\r\nexport * from \"./appui-react/backstage/Backstage\";\r\nexport * from \"./appui-react/backstage/BackstageComposer\";\r\nexport * from \"./appui-react/backstage/BackstageComposerItem\";\r\nexport * from \"./appui-react/backstage/BackstageItem\";\r\nexport * from \"./appui-react/backstage/BackstageItemProps\";\r\nexport * from \"./appui-react/backstage/BackstageItemUtilities\";\r\nexport * from \"./appui-react/backstage/BackstageManager\";\r\nexport * from \"./appui-react/backstage/CommandLaunch\";\r\nexport * from \"./appui-react/backstage/FrontstageLaunch\";\r\nexport * from \"./appui-react/backstage/Separator\";\r\nexport * from \"./appui-react/backstage/useDefaultBackstageItems\";\r\nexport * from \"./appui-react/backstage/TaskLaunch\";\r\nexport * from \"./appui-react/backstage/useUiItemsProviderBackstageItems\";\r\n\r\nexport * from \"./appui-react/configurableui/ConfigurableUiContent\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiControl\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiManager\";\r\nexport * from \"./appui-react/configurableui/state\";\r\n\r\nexport * from \"./appui-react/content/ContentControl\";\r\nexport * from \"./appui-react/content/ContentGroup\";\r\nexport * from \"./appui-react/content/ContentLayout\";\r\nexport * from \"./appui-react/content/ContentLayoutManager\";\r\nexport * from \"./appui-react/content/ContentViewManager\";\r\nexport * from \"./appui-react/content/FloatingViewportContent\";\r\nexport * from \"./appui-react/content/ViewStateHelper\";\r\nexport * from \"./appui-react/content/StageContentLayout\";\r\nexport * from \"./appui-react/content/ViewportContentControl\";\r\nexport * from \"./appui-react/content/IModelViewport\";\r\nexport * from \"./appui-react/content/DefaultViewOverlay\";\r\nexport * from \"./appui-react/content/split-pane/SplitPane\";\r\n\r\nexport * from \"./appui-react/cursor/CursorInformation\";\r\nexport * from \"./appui-react/cursor/cursorprompt/CursorPrompt\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopup\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopupManager\";\r\nexport * from \"./appui-react/cursor/cursormenu/CursorMenu\";\r\n\r\nexport * from \"./appui-react/dialog/DialogManagerBase\";\r\nexport * from \"./appui-react/dialog/ModalDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialogManager\";\r\nexport * from \"./appui-react/dialog/StandardMessageBox\";\r\nexport * from \"./appui-react/dialog/UiDataProvidedDialog\";\r\n\r\nexport * from \"./appui-react/feedback/ValidationTextbox\";\r\nexport * from \"./appui-react/feedback/ElementTooltip\";\r\n\r\nexport * from \"./appui-react/frontstage/Frontstage\";\r\nexport * from \"./appui-react/frontstage/FrontstageComposer\";\r\nexport * from \"./appui-react/frontstage/FrontstageConfig\";\r\nexport * from \"./appui-react/frontstage/FrontstageDef\";\r\nexport * from \"./appui-react/frontstage/FrontstageManager\";\r\nexport * from \"./appui-react/frontstage/FrontstageProvider\";\r\nexport * from \"./appui-react/frontstage/ModalFrontstage\";\r\nexport * from \"./appui-react/frontstage/ModalSettingsStage\";\r\nexport * from \"./appui-react/frontstage/NestedFrontstage\";\r\nexport * from \"./appui-react/frontstage/StageUsage\";\r\nexport * from \"./appui-react/frontstage/StandardFrontstageProvider\";\r\n\r\nexport * from \"./appui-react/hooks/useActiveIModelConnection\";\r\nexport * from \"./appui-react/hooks/useActiveStageId\";\r\nexport * from \"./appui-react/hooks/useActiveViewport\";\r\nexport * from \"./appui-react/hooks/useAvailableUiItemsProviders\";\r\nexport * from \"./appui-react/hooks/useAnalysisAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useFrameworkVersion\";\r\nexport * from \"./appui-react/hooks/useScheduleAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useSolarDataProvider\";\r\nexport * from \"./appui-react/hooks/useUiVisibility\";\r\n\r\nexport * from \"./appui-react/imodel-components/spatial-tree/SpatialContainmentTree\";\r\nexport * from \"./appui-react/imodel-components/category-tree/CategoriesTree\";\r\nexport * from \"./appui-react/imodel-components/category-tree/CategoryVisibilityHandler\";\r\nexport * from \"./appui-react/imodel-components/models-tree/ModelsTree\";\r\nexport * from \"./appui-react/imodel-components/models-tree/ModelsVisibilityHandler\";\r\nexport * from \"./appui-react/imodel-components/Common\";\r\nexport * from \"./appui-react/imodel-components/VisibilityTreeEventHandler\";\r\nexport * from \"./appui-react/imodel-components/VisibilityTreeRenderer\";\r\n\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcut\";\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcutMenu\";\r\nexport * from \"./appui-react/keyinbrowser/KeyinBrowser\";\r\n\r\nexport * from \"./appui-react/messages/ActivityMessage\";\r\nexport * from \"./appui-react/messages/ActivityMessagePopup\";\r\nexport * from \"./appui-react/messages/AppNotificationManager\";\r\nexport * from \"./appui-react/messages/InputField\";\r\nexport * from \"./appui-react/messages/MessageManager\";\r\nexport * from \"./appui-react/messages/StatusMessageRenderer\";\r\nexport * from \"./appui-react/messages/Pointer\";\r\nexport * from \"./appui-react/messages/ReactNotifyMessageDetails\";\r\nexport * from \"./appui-react/messages/StickyMessage\";\r\nexport * from \"./appui-react/messages/ToastMessage\";\r\n\r\nexport * from \"./appui-react/navigationaids/CubeNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/DrawingNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/NavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/SheetNavigationAid\";\r\nexport * from \"./appui-react/navigationaids/SheetsModalFrontstage\";\r\nexport * from \"./appui-react/navigationaids/StandardRotationNavigationAid\";\r\n\r\nexport * from \"./appui-react/pickers/ListPicker\";\r\nexport * from \"./appui-react/pickers/ViewSelector\";\r\n\r\nexport * from \"./appui-react/childwindow/ChildWindowManager\";\r\n\r\nexport * from \"./appui-react/popup/KeyinPalettePanel\";\r\nexport * from \"./appui-react/popup/KeyinPalettePopup\";\r\nexport * from \"./appui-react/popup/HTMLElementPopup\";\r\nexport * from \"./appui-react/popup/InputEditorPopup\";\r\nexport * from \"./appui-react/popup/PopupManager\";\r\nexport * from \"./appui-react/popup/PositionPopup\";\r\nexport * from \"./appui-react/popup/ToolbarPopup\";\r\n\r\nexport * from \"./appui-react/redux/SessionState\";\r\nexport * from \"./appui-react/redux/StateManager\";\r\nexport * from \"./appui-react/redux/FrameworkState\";\r\nexport * from \"./appui-react/redux/connectIModel\";\r\nexport * from \"./appui-react/redux/ReducerRegistry\";\r\nexport * from \"./appui-react/redux/redux-ts\";\r\n\r\nexport * from \"./appui-react/safearea/SafeAreaContext\";\r\nexport * from \"./appui-react/safearea/SafeAreaInsets\";\r\n\r\nexport * from \"./appui-react/selection/SelectionContextItemDef\";\r\nexport * from \"./appui-react/selection/HideIsolateEmphasizeManager\";\r\nexport * from \"./appui-react/selection/ClearEmphasisStatusField\";\r\n\r\nexport * from \"./appui-react/settings/ui/UiSettingsPage\";\r\nexport * from \"./appui-react/settings/quantityformatting/QuantityFormat\";\r\nexport * from \"./appui-react/settings/quantityformatting/UnitSystemSelector\";\r\n\r\nexport * from \"./appui-react/shared/ActionButtonItemDef\";\r\nexport * from \"./appui-react/shared/AnyItemDef\";\r\nexport * from \"./appui-react/shared/AnyToolbarItemDef\";\r\nexport * from \"./appui-react/shared/CommandItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemProps\";\r\nexport * from \"./appui-react/shared/GroupItemProps\";\r\nexport * from \"./appui-react/shared/ItemDefBase\";\r\nexport * from \"./appui-react/shared/ItemMap\";\r\nexport * from \"./appui-react/shared/ItemProps\";\r\nexport * from \"./appui-react/shared/MenuItem\";\r\nexport * from \"./appui-react/shared/SelectionScope\";\r\nexport * from \"./appui-react/shared/ToolItemDef\";\r\n\r\nexport * from \"./appui-react/stagepanels/FrameworkStagePanel\";\r\nexport * from \"./appui-react/stagepanels/StagePanel\";\r\nexport * from \"./appui-react/stagepanels/StagePanelConfig\";\r\nexport * from \"./appui-react/stagepanels/StagePanelDef\";\r\nexport * from \"./appui-react/stagepanels/StagePanelHeader\";\r\nexport * from \"./appui-react/stagepanels/StagePanelLocation\";\r\nexport * from \"./appui-react/stagepanels/StagePanelSection\";\r\n\r\nexport * from \"./appui-react/statusbar/dialog/Dialog\";\r\n\r\nexport * from \"./appui-react/statusbar/Indicator\";\r\nexport * from \"./appui-react/statusbar/LabelIndicator\";\r\nexport * from \"./appui-react/statusbar/Separator\";\r\nexport * from \"./appui-react/statusbar/StatusBar\";\r\nexport * from \"./appui-react/statusbar/StatusBarWidgetControl\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/StatusBarItem\";\r\nexport * from \"./appui-react/statusbar/StatusBarItemsManager\";\r\nexport * from \"./appui-react/statusbar/StatusBarItemUtilities\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/withMessageCenterFieldProps\";\r\nexport * from \"./appui-react/statusbar/useUiItemsProviderStatusBarItems\";\r\nexport * from \"./appui-react/statusbar/useDefaultStatusBarItems\";\r\nexport * from \"./appui-react/statusbar/withStatusFieldProps\";\r\n\r\nexport * from \"./appui-react/statusfields/tileloading/TileLoadingIndicator\";\r\nexport * from \"./appui-react/statusfields/ActivityCenter\";\r\nexport * from \"./appui-react/statusfields/ConditionalField\";\r\nexport * from \"./appui-react/statusfields/FooterModeField\";\r\nexport * from \"./appui-react/statusfields/Indicator\";\r\nexport * from \"./appui-react/statusfields/MessageCenter\";\r\nexport * from \"./appui-react/statusfields/PromptField\";\r\nexport * from \"./appui-react/statusfields/SectionsField\";\r\nexport * from \"./appui-react/statusfields/SelectionInfo\";\r\nexport * from \"./appui-react/statusfields/SelectionScope\";\r\nexport * from \"./appui-react/statusfields/SnapMode\";\r\nexport * from \"./appui-react/statusfields/StatusFieldProps\";\r\nexport * from \"./appui-react/statusfields/ViewAttributes\";\r\nexport * from \"./appui-react/statusfields/toolassistance/ToolAssistanceField\";\r\n\r\nexport * from \"./appui-react/syncui/SyncUiEventDispatcher\";\r\nexport * from \"./appui-react/syncui/BooleanListener\";\r\n\r\nexport * from \"./appui-react/theme/ThemeManager\";\r\n\r\nexport * from \"./appui-react/timeline/ScheduleAnimationProvider\";\r\nexport * from \"./appui-react/timeline/AnalysisAnimationProvider\";\r\nexport * from \"./appui-react/timeline/SolarTimelineDataProvider\";\r\n\r\nexport * from \"./appui-react/toolbar/ActionButtonItem\";\r\nexport * from \"./appui-react/toolbar/ActionItemButton\";\r\nexport * from \"./appui-react/toolbar/DragInteraction\";\r\nexport * from \"./appui-react/toolbar/GroupButtonItem\";\r\nexport * from \"./appui-react/toolbar/GroupItem\";\r\nexport * from \"./appui-react/toolbar/PopupButton\";\r\nexport * from \"./appui-react/toolbar/Toolbar\";\r\nexport * from \"./appui-react/toolbar/ToolbarComposer\";\r\nexport * from \"./appui-react/toolbar/ToolbarHelper\";\r\nexport * from \"./appui-react/toolbar/ToolbarItem\";\r\nexport * from \"./appui-react/toolbar/ToolbarItemUtilities\";\r\nexport * from \"./appui-react/toolbar/ToolButton\";\r\nexport * from \"./appui-react/toolbar/useDefaultToolbarItems\";\r\nexport * from \"./appui-react/toolbar/useUiItemsProviderToolbarItems\";\r\n\r\nexport * from \"./appui-react/tools/CoreToolDefinitions\";\r\nexport * from \"./appui-react/tools/FrameworkToolAdmin\";\r\nexport * from \"./appui-react/tools/MarkupToolDefinitions\";\r\nexport * from \"./appui-react/tools/RestoreLayoutTool\";\r\nexport * from \"./appui-react/tools/ToolSettingsTools\";\r\n\r\nexport * from \"./appui-react/ui-items-provider/BaseUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/ProviderItem\";\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/UiItemsManager\";\r\nexport * from \"./appui-react/ui-items-provider/UiItemsProvider\";\r\n\r\nexport * from \"./appui-react/uiadmin/FrameworkUiAdmin\";\r\n\r\nexport * from \"./appui-react/uiprovider/DefaultDialogGridContainer\";\r\n\r\nexport * from \"./appui-react/uistate/AppUiSettings\";\r\nexport * from \"./appui-react/uistate/UserSettingsStorage\";\r\nexport * from \"./appui-react/uistate/useUiStateStorage\";\r\n\r\nexport * from \"./appui-react/utils/ViewUtilities\";\r\nexport * from \"./appui-react/utils/PropsHelper\";\r\nexport * from \"./appui-react/utils/UiShowHideManager\";\r\nexport * from \"./appui-react/utils/ToolbarButtonHelper\";\r\n\r\nexport * from \"./appui-react/widget-panels/Content\";\r\nexport * from \"./appui-react/widget-panels/Frontstage\";\r\nexport * from \"./appui-react/widget-panels/FrontstageContent\";\r\nexport * from \"./appui-react/widget-panels/ModalFrontstageComposer\";\r\nexport * from \"./appui-react/widget-panels/StatusBar\";\r\nexport * from \"./appui-react/widget-panels/Tab\";\r\nexport * from \"./appui-react/widget-panels/Toolbars\";\r\nexport * from \"./appui-react/widget-panels/ToolSettings\";\r\nexport * from \"./appui-react/widget-panels/useWidgetDirection\";\r\nexport * from \"./appui-react/widget-panels/useTransientState\";\r\n\r\nexport * from \"./appui-react/widgets/BackstageAppButton\";\r\nexport * from \"./appui-react/widgets/BasicNavigationWidget\";\r\nexport * from \"./appui-react/widgets/BasicToolWidget\";\r\nexport * from \"./appui-react/widgets/DefaultNavigationWidget\";\r\nexport * from \"./appui-react/widgets/NavigationWidget\";\r\nexport * from \"./appui-react/widgets/NavigationWidgetComposer\";\r\nexport * from \"./appui-react/widgets/ReviewToolWidget\";\r\nexport * from \"./appui-react/widgets/ViewToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StatusBarWidgetComposerControl\";\r\nexport * from \"./appui-react/widgets/ContentToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StableWidgetDef\";\r\nexport * from \"./appui-react/widgets/ToolbarWidgetBase\";\r\nexport * from \"./appui-react/widgets/ToolWidget\";\r\nexport * from \"./appui-react/widgets/ToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/Widget\";\r\nexport * from \"./appui-react/widgets/WidgetConfig\";\r\nexport * from \"./appui-react/widgets/WidgetControl\";\r\nexport * from \"./appui-react/widgets/WidgetDef\";\r\nexport * from \"./appui-react/widgets/WidgetHost\";\r\nexport * from \"./appui-react/widgets/WidgetManager\";\r\nexport * from \"./appui-react/widgets/WidgetProps\";\r\nexport * from \"./appui-react/widgets/WidgetStack\";\r\nexport * from \"./appui-react/widgets/WidgetState\";\r\n\r\nexport * from \"./appui-react/workflow/Task\";\r\nexport * from \"./appui-react/workflow/Workflow\";\r\n\r\nexport * from \"./appui-react/zones/FrameworkZone\";\r\nexport * from \"./appui-react/zones/StatusBarZone\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolSettingsZone\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolInformation\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolSettingsManager\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolUiProvider\";\r\nexport * from \"./appui-react/zones/toolsettings/DefaultToolSettingsProvider\";\r\nexport * from \"./appui-react/zones/Zone\";\r\nexport * from \"./appui-react/zones/ZoneDef\";\r\n\r\n/** @docs-package-description\r\n * The ui-framework package contains classes and components for specifying the application UI consisting of the\r\n * Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.\r\n * For more information, see [learning about appui-react]($docs/learning/ui/appui-react/index.md).\r\n */\r\n/**\r\n * @docs-group-description AccuDraw\r\n * Classes and components providing a UI for AccuDraw, an aide for entering coordinate data.\r\n */\r\n/**\r\n * @docs-group-description Admin\r\n * APIs for various UI components, such as toolbars, buttons and menus.\r\n */\r\n/**\r\n * @docs-group-description Backstage\r\n * Classes for working with a Backstage\r\n */\r\n/**\r\n * @docs-group-description ConfigurableUi\r\n * Classes for working with the Application UI Configuration\r\n */\r\n/**\r\n * @docs-group-description ContentView\r\n * Classes for working with a Content View, Group, Layout or Control\r\n */\r\n/**\r\n * @docs-group-description Cursor\r\n * Cursor related information, components and events\r\n */\r\n/**\r\n * @docs-group-description Dialog\r\n * Classes for working with a dialog\r\n */\r\n/**\r\n * @docs-group-description Frontstage\r\n * Classes for working with a Frontstage\r\n */\r\n/**\r\n * @docs-group-description Hooks\r\n * Hook functions for use in Functional React Components.\r\n */\r\n/**\r\n * @docs-group-description IModelComponents\r\n * Classes for displaying information about an iModel\r\n */\r\n/**\r\n * @docs-group-description Item\r\n * Classes for working with an Item in a Tool Widget, Navigation Widget or Backstage\r\n */\r\n/**\r\n * @docs-group-description KeyboardShortcut\r\n * Classes for working with Keyboard Shortcuts\r\n */\r\n/**\r\n * @docs-group-description NavigationAids\r\n * Classes for working with Navigation Aids\r\n */\r\n/**\r\n * @docs-group-description Notification\r\n * Classes for working with a Notification or Message\r\n */\r\n/**\r\n * @docs-group-description ChildWindowManager\r\n * Classes for working with child windows.\r\n */\r\n/**\r\n * @docs-group-description Picker\r\n * Classes for working with various pickers\r\n */\r\n/**\r\n * @docs-group-description Popup\r\n * Classes for working with popup components\r\n */\r\n/**\r\n * @docs-group-description State\r\n * Classes for maintaining state\r\n */\r\n/**\r\n * @docs-group-description Settings\r\n * Classes and components used by settings pages displayed in the modal settings stage\r\n */\r\n/**\r\n * @docs-group-description StandardUiItemsProvider\r\n * Standard UiItemsProvider classes.\r\n */\r\n/**\r\n * @docs-group-description StatusBar\r\n * Classes for defining a StatusBar\r\n */\r\n/**\r\n * @docs-group-description SyncUi\r\n * Classes for informing UI components to sync/refresh their display\r\n */\r\n/**\r\n * @docs-group-description Timeline\r\n * Classes for working with a TimelineComponent\r\n */\r\n/**\r\n * @docs-group-description Toolbar\r\n * Classes used to construct a Toolbar\r\n */\r\n/**\r\n * @docs-group-description Tools\r\n * Core Tool definitions\r\n */\r\n/**\r\n * @docs-group-description ToolSettings\r\n * Classes for working Tool Settings. See learning documentation [Tool Settings]($docs/learning/ui/appui-react/toolsettings.md).\r\n */\r\n/**\r\n * @docs-group-description UiProvider\r\n * Interfaces and classes for specifying UI items to be inserted at runtime.\r\n */\r\n/**\r\n * @docs-group-description UiStateStorage\r\n * Interfaces and classes for persisting UI settings.\r\n */\r\n/**\r\n * @docs-group-description Utilities\r\n * Various utility classes for working with a UI and Redux.\r\n */\r\n/**\r\n * @docs-group-description Widget\r\n * Classes for working with a Widget\r\n */\r\n/**\r\n * @docs-group-description Zone\r\n * Classes for working with a Zone\r\n */\r\n"]}