@itwin/appui-react 3.4.5 → 3.4.7

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 (1783) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/lib/cjs/appui-react/UiFramework.d.ts +226 -226
  3. package/lib/cjs/appui-react/UiFramework.js +489 -489
  4. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  5. package/lib/cjs/appui-react/_variables.scss +11 -11
  6. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  7. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js +74 -74
  8. package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  9. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  10. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js +40 -40
  11. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  12. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.scss +14 -14
  13. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  14. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +216 -216
  15. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  16. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  17. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  18. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js +122 -122
  19. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  20. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +55 -55
  21. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  22. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +110 -110
  23. package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  24. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  25. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js +64 -64
  26. package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  27. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  28. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js +9 -9
  29. package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  30. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  31. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js +44 -44
  32. package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  33. package/lib/cjs/appui-react/accudraw/Calculator.d.ts +46 -46
  34. package/lib/cjs/appui-react/accudraw/Calculator.js +217 -217
  35. package/lib/cjs/appui-react/accudraw/Calculator.js.map +1 -1
  36. package/lib/cjs/appui-react/accudraw/Calculator.scss +86 -86
  37. package/lib/cjs/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  38. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js +195 -195
  39. package/lib/cjs/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  40. package/lib/cjs/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  41. package/lib/cjs/appui-react/accudraw/CalculatorPopup.js +41 -41
  42. package/lib/cjs/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  43. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  44. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js +231 -231
  45. package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  46. package/lib/cjs/appui-react/accudraw/MenuButton.d.ts +30 -30
  47. package/lib/cjs/appui-react/accudraw/MenuButton.js +66 -66
  48. package/lib/cjs/appui-react/accudraw/MenuButton.js.map +1 -1
  49. package/lib/cjs/appui-react/accudraw/MenuButton.scss +18 -18
  50. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  51. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js +37 -37
  52. package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  53. package/lib/cjs/appui-react/accudraw/SquareButton.d.ts +14 -14
  54. package/lib/cjs/appui-react/accudraw/SquareButton.js +26 -26
  55. package/lib/cjs/appui-react/accudraw/SquareButton.js.map +1 -1
  56. package/lib/cjs/appui-react/accudraw/SquareButton.scss +44 -44
  57. package/lib/cjs/appui-react/accudraw/backspace.svg +9 -9
  58. package/lib/cjs/appui-react/accudraw/constraint-2d.svg +11 -11
  59. package/lib/cjs/appui-react/accudraw/height-2.svg +10 -10
  60. package/lib/cjs/appui-react/accudraw/height.svg +11 -11
  61. package/lib/cjs/appui-react/backstage/Backstage.d.ts +58 -58
  62. package/lib/cjs/appui-react/backstage/Backstage.js +86 -86
  63. package/lib/cjs/appui-react/backstage/Backstage.js.map +1 -1
  64. package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts +27 -27
  65. package/lib/cjs/appui-react/backstage/BackstageComposer.js +140 -140
  66. package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
  67. package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts +29 -29
  68. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +55 -55
  69. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  70. package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts +48 -48
  71. package/lib/cjs/appui-react/backstage/BackstageItemProps.js +21 -21
  72. package/lib/cjs/appui-react/backstage/BackstageItemProps.js.map +1 -1
  73. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +46 -46
  74. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +72 -72
  75. package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  76. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +35 -35
  77. package/lib/cjs/appui-react/backstage/BackstageManager.js +84 -84
  78. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  79. package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts +31 -31
  80. package/lib/cjs/appui-react/backstage/CommandLaunch.js +86 -86
  81. package/lib/cjs/appui-react/backstage/CommandLaunch.js.map +1 -1
  82. package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts +33 -33
  83. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js +92 -92
  84. package/lib/cjs/appui-react/backstage/FrontstageLaunch.js.map +1 -1
  85. package/lib/cjs/appui-react/backstage/Separator.d.ts +15 -15
  86. package/lib/cjs/appui-react/backstage/Separator.js +27 -27
  87. package/lib/cjs/appui-react/backstage/Separator.js.map +1 -1
  88. package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts +34 -34
  89. package/lib/cjs/appui-react/backstage/TaskLaunch.js +100 -100
  90. package/lib/cjs/appui-react/backstage/TaskLaunch.js.map +1 -1
  91. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
  92. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +36 -36
  93. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  94. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
  95. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +47 -47
  96. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  97. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
  98. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +178 -178
  99. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  100. package/lib/cjs/appui-react/childwindow/ChildWindowManager.scss +14 -14
  101. package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts +7 -7
  102. package/lib/cjs/appui-react/childwindow/CopyStyles.js +42 -42
  103. package/lib/cjs/appui-react/childwindow/CopyStyles.js.map +1 -1
  104. package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  105. package/lib/cjs/appui-react/childwindow/PopoutWidget.js +19 -19
  106. package/lib/cjs/appui-react/childwindow/PopoutWidget.js.map +1 -1
  107. package/lib/cjs/appui-react/childwindow/PopoutWidget.scss +10 -10
  108. package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  109. package/lib/cjs/appui-react/configurableui/ActivityTracker.js +70 -70
  110. package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
  111. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  112. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +62 -62
  113. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  114. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  115. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +95 -95
  116. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  117. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +109 -109
  118. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +190 -190
  119. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  120. package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts +33 -33
  121. package/lib/cjs/appui-react/configurableui/TimeTracker.js +81 -81
  122. package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
  123. package/lib/cjs/appui-react/configurableui/configurableui.scss +79 -79
  124. package/lib/cjs/appui-react/configurableui/state.d.ts +62 -62
  125. package/lib/cjs/appui-react/configurableui/state.js +112 -112
  126. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  127. package/lib/cjs/appui-react/content/ContentControl.d.ts +64 -64
  128. package/lib/cjs/appui-react/content/ContentControl.js +78 -78
  129. package/lib/cjs/appui-react/content/ContentControl.js.map +1 -1
  130. package/lib/cjs/appui-react/content/ContentGroup.d.ts +92 -92
  131. package/lib/cjs/appui-react/content/ContentGroup.js +174 -174
  132. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  133. package/lib/cjs/appui-react/content/ContentLayout.d.ts +94 -94
  134. package/lib/cjs/appui-react/content/ContentLayout.js +357 -357
  135. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  136. package/lib/cjs/appui-react/content/ContentLayout.scss +99 -99
  137. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +47 -47
  138. package/lib/cjs/appui-react/content/ContentLayoutManager.js +94 -94
  139. package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +1 -1
  140. package/lib/cjs/appui-react/content/ContentViewManager.d.ts +92 -92
  141. package/lib/cjs/appui-react/content/ContentViewManager.js +188 -188
  142. package/lib/cjs/appui-react/content/ContentViewManager.js.map +1 -1
  143. package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  144. package/lib/cjs/appui-react/content/DefaultViewOverlay.js +50 -50
  145. package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
  146. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +43 -43
  147. package/lib/cjs/appui-react/content/FloatingViewportContent.css +9 -9
  148. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +24 -24
  149. package/lib/cjs/appui-react/content/FloatingViewportContent.js +72 -72
  150. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  151. package/lib/cjs/appui-react/content/IModelViewport.d.ts +80 -80
  152. package/lib/cjs/appui-react/content/IModelViewport.js +156 -156
  153. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  154. package/lib/cjs/appui-react/content/StageContentLayout.d.ts +35 -35
  155. package/lib/cjs/appui-react/content/StageContentLayout.js +66 -66
  156. package/lib/cjs/appui-react/content/StageContentLayout.js.map +1 -1
  157. package/lib/cjs/appui-react/content/ViewStateHelper.d.ts +25 -25
  158. package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
  159. package/lib/cjs/appui-react/content/ViewStateHelper.js.map +1 -1
  160. package/lib/cjs/appui-react/content/ViewportContentControl.d.ts +61 -61
  161. package/lib/cjs/appui-react/content/ViewportContentControl.js +132 -132
  162. package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
  163. package/lib/cjs/appui-react/content/split-pane/Pane.d.ts +20 -20
  164. package/lib/cjs/appui-react/content/split-pane/Pane.js +42 -42
  165. package/lib/cjs/appui-react/content/split-pane/Pane.js.map +1 -1
  166. package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts +22 -22
  167. package/lib/cjs/appui-react/content/split-pane/Resizer.js +38 -38
  168. package/lib/cjs/appui-react/content/split-pane/Resizer.js.map +1 -1
  169. package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  170. package/lib/cjs/appui-react/content/split-pane/SplitPane.js +242 -242
  171. package/lib/cjs/appui-react/content/split-pane/SplitPane.js.map +1 -1
  172. package/lib/cjs/appui-react/cursor/CursorInformation.d.ts +68 -68
  173. package/lib/cjs/appui-react/cursor/CursorInformation.js +144 -144
  174. package/lib/cjs/appui-react/cursor/CursorInformation.js.map +1 -1
  175. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  176. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +76 -76
  177. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  178. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  179. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +150 -150
  180. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  181. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  182. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  183. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +325 -325
  184. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  185. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  186. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +63 -63
  187. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  188. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  189. package/lib/cjs/appui-react/dialog/ContentDialog.d.ts +23 -23
  190. package/lib/cjs/appui-react/dialog/ContentDialog.js +71 -71
  191. package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
  192. package/lib/cjs/appui-react/dialog/ContentDialog.scss +25 -25
  193. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +64 -64
  194. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +147 -147
  195. package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
  196. package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  197. package/lib/cjs/appui-react/dialog/DialogManagerBase.js +141 -141
  198. package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
  199. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +47 -47
  200. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +72 -72
  201. package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
  202. package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +21 -21
  203. package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
  204. package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
  205. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
  206. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +135 -135
  207. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  208. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +40 -40
  209. package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
  210. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  211. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  212. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +82 -82
  213. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  214. package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts +21 -21
  215. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js +32 -32
  216. package/lib/cjs/appui-react/dragdrop/ZoneTargets.js.map +1 -1
  217. package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts +61 -61
  218. package/lib/cjs/appui-react/feedback/ElementTooltip.js +132 -132
  219. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  220. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +71 -71
  221. package/lib/cjs/appui-react/feedback/ValidationTextbox.js +114 -114
  222. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  223. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +53 -53
  224. package/lib/cjs/appui-react/frontstage/Frontstage.d.ts +154 -154
  225. package/lib/cjs/appui-react/frontstage/Frontstage.js +468 -468
  226. package/lib/cjs/appui-react/frontstage/Frontstage.js.map +1 -1
  227. package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts +143 -143
  228. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js +664 -664
  229. package/lib/cjs/appui-react/frontstage/FrontstageComposer.js.map +1 -1
  230. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +235 -235
  231. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +914 -914
  232. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  233. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +361 -361
  234. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +590 -590
  235. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
  236. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  237. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
  238. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  239. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +32 -32
  240. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +43 -43
  241. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  242. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +86 -86
  243. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  244. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +86 -86
  245. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  246. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +13 -13
  247. package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
  248. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +30 -30
  249. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  250. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +76 -76
  251. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +52 -52
  252. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  253. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  254. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +37 -37
  255. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  256. package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts +7 -7
  257. package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
  258. package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
  259. package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts +8 -8
  260. package/lib/cjs/appui-react/hooks/useActiveViewport.js +46 -46
  261. package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
  262. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  263. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +71 -71
  264. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  265. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  266. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +30 -30
  267. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  268. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  269. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
  270. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  271. package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts +27 -27
  272. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js +48 -48
  273. package/lib/cjs/appui-react/hooks/useFrameworkVersion.js.map +1 -1
  274. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  275. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +71 -71
  276. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  277. package/lib/cjs/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  278. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js +65 -65
  279. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  280. package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts +5 -5
  281. package/lib/cjs/appui-react/hooks/useUiVisibility.js +26 -26
  282. package/lib/cjs/appui-react/hooks/useUiVisibility.js.map +1 -1
  283. package/lib/cjs/appui-react/imodel-components/Common.d.ts +23 -23
  284. package/lib/cjs/appui-react/imodel-components/Common.js +23 -23
  285. package/lib/cjs/appui-react/imodel-components/Common.js.map +1 -1
  286. package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +53 -53
  287. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +65 -65
  288. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +146 -146
  289. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -1
  290. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +45 -45
  291. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +64 -64
  292. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -1
  293. package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +102 -102
  294. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +67 -67
  295. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +104 -104
  296. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -1
  297. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -9
  298. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +56 -56
  299. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +196 -196
  300. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -1
  301. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -392
  302. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +387 -387
  303. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +82 -82
  304. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +127 -127
  305. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js.map +1 -1
  306. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.scss +9 -9
  307. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +239 -239
  308. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +100 -100
  309. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +479 -479
  310. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -1
  311. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +9 -9
  312. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +22 -22
  313. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +1 -1
  314. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +78 -78
  315. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +78 -78
  316. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +33 -33
  317. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +41 -41
  318. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -1
  319. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -9
  320. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
  321. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +272 -272
  322. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  323. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  324. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +95 -95
  325. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  326. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts +79 -79
  327. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js +238 -238
  328. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -1
  329. package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.scss +11 -11
  330. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +43 -43
  331. package/lib/cjs/appui-react/messages/ActivityMessage.js +92 -92
  332. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  333. package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts +17 -17
  334. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js +42 -42
  335. package/lib/cjs/appui-react/messages/ActivityMessagePopup.js.map +1 -1
  336. package/lib/cjs/appui-react/messages/ActivityMessagePopup.scss +14 -14
  337. package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts +74 -74
  338. package/lib/cjs/appui-react/messages/AppNotificationManager.js +125 -125
  339. package/lib/cjs/appui-react/messages/AppNotificationManager.js.map +1 -1
  340. package/lib/cjs/appui-react/messages/HollowIcon.d.ts +9 -9
  341. package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
  342. package/lib/cjs/appui-react/messages/HollowIcon.js.map +1 -1
  343. package/lib/cjs/appui-react/messages/InputField.d.ts +37 -37
  344. package/lib/cjs/appui-react/messages/InputField.js +91 -91
  345. package/lib/cjs/appui-react/messages/InputField.js.map +1 -1
  346. package/lib/cjs/appui-react/messages/InputField.scss +82 -82
  347. package/lib/cjs/appui-react/messages/MessageLabel.d.ts +12 -12
  348. package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
  349. package/lib/cjs/appui-react/messages/MessageLabel.js.map +1 -1
  350. package/lib/cjs/appui-react/messages/MessageManager.d.ts +244 -244
  351. package/lib/cjs/appui-react/messages/MessageManager.js +441 -441
  352. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  353. package/lib/cjs/appui-react/messages/MessageSpan.d.ts +14 -14
  354. package/lib/cjs/appui-react/messages/MessageSpan.js +22 -22
  355. package/lib/cjs/appui-react/messages/MessageSpan.js.map +1 -1
  356. package/lib/cjs/appui-react/messages/Pointer.d.ts +69 -69
  357. package/lib/cjs/appui-react/messages/Pointer.js +174 -174
  358. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  359. package/lib/cjs/appui-react/messages/Pointer.scss +42 -42
  360. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  361. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +68 -68
  362. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  363. package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts +24 -24
  364. package/lib/cjs/appui-react/messages/StatusMessageManager.js +55 -55
  365. package/lib/cjs/appui-react/messages/StatusMessageManager.js.map +1 -1
  366. package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts +20 -20
  367. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js +75 -75
  368. package/lib/cjs/appui-react/messages/StatusMessageRenderer.js.map +1 -1
  369. package/lib/cjs/appui-react/messages/StatusMessageRenderer.scss +27 -27
  370. package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts +24 -24
  371. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js +67 -67
  372. package/lib/cjs/appui-react/messages/StatusMessagesContainer.js.map +1 -1
  373. package/lib/cjs/appui-react/messages/StatusMessagesContainer.scss +52 -52
  374. package/lib/cjs/appui-react/messages/StickyMessage.d.ts +21 -21
  375. package/lib/cjs/appui-react/messages/StickyMessage.js +38 -38
  376. package/lib/cjs/appui-react/messages/StickyMessage.js.map +1 -1
  377. package/lib/cjs/appui-react/messages/StickyMessage.scss +22 -22
  378. package/lib/cjs/appui-react/messages/ToastMessage.d.ts +21 -21
  379. package/lib/cjs/appui-react/messages/ToastMessage.js +30 -30
  380. package/lib/cjs/appui-react/messages/ToastMessage.js.map +1 -1
  381. package/lib/cjs/appui-react/messages/getToastCategory.d.ts +6 -6
  382. package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
  383. package/lib/cjs/appui-react/messages/getToastCategory.js.map +1 -1
  384. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  385. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +25 -25
  386. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  387. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  388. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +25 -25
  389. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  390. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  391. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +34 -34
  392. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  393. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  394. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +184 -184
  395. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  396. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +82 -82
  397. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  398. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +150 -150
  399. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  400. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  401. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  402. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +105 -105
  403. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  404. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  405. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +142 -142
  406. package/lib/cjs/appui-react/pickers/ListPicker.js +326 -326
  407. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  408. package/lib/cjs/appui-react/pickers/ListPicker.scss +299 -299
  409. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +90 -90
  410. package/lib/cjs/appui-react/pickers/ViewSelector.js +252 -252
  411. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  412. package/lib/cjs/appui-react/popup/CardPopup.d.ts +48 -48
  413. package/lib/cjs/appui-react/popup/CardPopup.js +89 -89
  414. package/lib/cjs/appui-react/popup/CardPopup.js.map +1 -1
  415. package/lib/cjs/appui-react/popup/CardPopup.scss +25 -25
  416. package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  417. package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
  418. package/lib/cjs/appui-react/popup/HTMLElementPopup.js.map +1 -1
  419. package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts +38 -38
  420. package/lib/cjs/appui-react/popup/InputEditorPopup.js +57 -57
  421. package/lib/cjs/appui-react/popup/InputEditorPopup.js.map +1 -1
  422. package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  423. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +253 -253
  424. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  425. package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -30
  426. package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  427. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
  428. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  429. package/lib/cjs/appui-react/popup/PopupManager.d.ts +105 -105
  430. package/lib/cjs/appui-react/popup/PopupManager.js +232 -232
  431. package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
  432. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +26 -26
  433. package/lib/cjs/appui-react/popup/PositionPopup.js +48 -48
  434. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  435. package/lib/cjs/appui-react/popup/PositionPopup.scss +28 -28
  436. package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  437. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
  438. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  439. package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts +34 -34
  440. package/lib/cjs/appui-react/popup/ToolbarPopup.js +57 -57
  441. package/lib/cjs/appui-react/popup/ToolbarPopup.js.map +1 -1
  442. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +22 -22
  443. package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
  444. package/lib/cjs/appui-react/redux/FrameworkState.js.map +1 -1
  445. package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts +36 -36
  446. package/lib/cjs/appui-react/redux/ReducerRegistry.js +60 -60
  447. package/lib/cjs/appui-react/redux/ReducerRegistry.js.map +1 -1
  448. package/lib/cjs/appui-react/redux/SessionState.d.ts +103 -103
  449. package/lib/cjs/appui-react/redux/SessionState.js +130 -130
  450. package/lib/cjs/appui-react/redux/SessionState.js.map +1 -1
  451. package/lib/cjs/appui-react/redux/StateManager.d.ts +43 -43
  452. package/lib/cjs/appui-react/redux/StateManager.js +97 -97
  453. package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
  454. package/lib/cjs/appui-react/redux/connectIModel.d.ts +26 -26
  455. package/lib/cjs/appui-react/redux/connectIModel.js +94 -94
  456. package/lib/cjs/appui-react/redux/connectIModel.js.map +1 -1
  457. package/lib/cjs/appui-react/redux/redux-ts.d.ts +197 -197
  458. package/lib/cjs/appui-react/redux/redux-ts.js +36 -36
  459. package/lib/cjs/appui-react/redux/redux-ts.js.map +1 -1
  460. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +71 -71
  461. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +32 -32
  462. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  463. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts +17 -17
  464. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js +55 -55
  465. package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js.map +1 -1
  466. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
  467. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +695 -695
  468. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  469. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  470. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +212 -212
  471. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  472. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  473. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +202 -202
  474. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  475. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +125 -125
  476. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  477. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
  478. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  479. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +29 -29
  480. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +190 -190
  481. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  482. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +66 -66
  483. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +35 -35
  484. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +66 -66
  485. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  486. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts +11 -11
  487. package/lib/cjs/appui-react/shared/AnyItemDef.js +9 -9
  488. package/lib/cjs/appui-react/shared/AnyItemDef.js.map +1 -1
  489. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  490. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +9 -9
  491. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  492. package/lib/cjs/appui-react/shared/CommandItemDef.d.ts +16 -16
  493. package/lib/cjs/appui-react/shared/CommandItemDef.js +35 -35
  494. package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
  495. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +19 -19
  496. package/lib/cjs/appui-react/shared/CustomItemDef.js +50 -50
  497. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  498. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +13 -13
  499. package/lib/cjs/appui-react/shared/CustomItemProps.js +9 -9
  500. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  501. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +21 -21
  502. package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
  503. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  504. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +66 -66
  505. package/lib/cjs/appui-react/shared/ItemDefBase.js +92 -92
  506. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  507. package/lib/cjs/appui-react/shared/ItemMap.d.ts +21 -21
  508. package/lib/cjs/appui-react/shared/ItemMap.js +51 -51
  509. package/lib/cjs/appui-react/shared/ItemMap.js.map +1 -1
  510. package/lib/cjs/appui-react/shared/ItemProps.d.ts +65 -65
  511. package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
  512. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  513. package/lib/cjs/appui-react/shared/MenuItem.d.ts +36 -36
  514. package/lib/cjs/appui-react/shared/MenuItem.js +112 -112
  515. package/lib/cjs/appui-react/shared/MenuItem.js.map +1 -1
  516. package/lib/cjs/appui-react/shared/SelectionScope.d.ts +13 -13
  517. package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
  518. package/lib/cjs/appui-react/shared/SelectionScope.js.map +1 -1
  519. package/lib/cjs/appui-react/shared/ToolItemDef.d.ts +17 -17
  520. package/lib/cjs/appui-react/shared/ToolItemDef.js +39 -39
  521. package/lib/cjs/appui-react/shared/ToolItemDef.js.map +1 -1
  522. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts +61 -61
  523. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js +121 -121
  524. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -1
  525. package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.scss +41 -41
  526. package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts +138 -138
  527. package/lib/cjs/appui-react/stagepanels/StagePanel.js +153 -153
  528. package/lib/cjs/appui-react/stagepanels/StagePanel.js.map +1 -1
  529. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +283 -283
  530. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +279 -279
  531. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  532. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts +27 -27
  533. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js +45 -45
  534. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js.map +1 -1
  535. package/lib/cjs/appui-react/stagepanels/StagePanelHeader.scss +25 -25
  536. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +19 -19
  537. package/lib/cjs/appui-react/statusbar/Overflow.js +30 -30
  538. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  539. package/lib/cjs/appui-react/statusbar/Overflow.scss +27 -27
  540. package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  541. package/lib/cjs/appui-react/statusbar/OverflowPanel.js +22 -22
  542. package/lib/cjs/appui-react/statusbar/OverflowPanel.js.map +1 -1
  543. package/lib/cjs/appui-react/statusbar/OverflowPanel.scss +22 -22
  544. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +78 -78
  545. package/lib/cjs/appui-react/statusbar/StatusBar.js +178 -178
  546. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  547. package/lib/cjs/appui-react/statusbar/StatusBar.scss +43 -43
  548. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  549. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +285 -285
  550. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  551. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +16 -16
  552. package/lib/cjs/appui-react/statusbar/StatusBarItem.js +17 -17
  553. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  554. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +13 -13
  555. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +22 -22
  556. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  557. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +10 -10
  558. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +18 -18
  559. package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  560. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +39 -39
  561. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +23 -23
  562. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  563. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
  564. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +37 -37
  565. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  566. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
  567. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +56 -56
  568. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  569. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts +9 -9
  570. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js +25 -25
  571. package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -1
  572. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts +10 -10
  573. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js +26 -26
  574. package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js.map +1 -1
  575. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +27 -27
  576. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +67 -67
  577. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  578. package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts +44 -44
  579. package/lib/cjs/appui-react/statusfields/ConditionalField.js +56 -56
  580. package/lib/cjs/appui-react/statusfields/ConditionalField.js.map +1 -1
  581. package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts +18 -18
  582. package/lib/cjs/appui-react/statusfields/FooterModeField.js +27 -27
  583. package/lib/cjs/appui-react/statusfields/FooterModeField.js.map +1 -1
  584. package/lib/cjs/appui-react/statusfields/Indicator.d.ts +42 -42
  585. package/lib/cjs/appui-react/statusfields/Indicator.js +43 -43
  586. package/lib/cjs/appui-react/statusfields/Indicator.js.map +1 -1
  587. package/lib/cjs/appui-react/statusfields/Indicator.scss +183 -183
  588. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +57 -57
  589. package/lib/cjs/appui-react/statusfields/MessageCenter.js +154 -154
  590. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  591. package/lib/cjs/appui-react/statusfields/PromptField.d.ts +30 -30
  592. package/lib/cjs/appui-react/statusfields/PromptField.js +50 -50
  593. package/lib/cjs/appui-react/statusfields/PromptField.js.map +1 -1
  594. package/lib/cjs/appui-react/statusfields/PromptField.scss +42 -42
  595. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +16 -16
  596. package/lib/cjs/appui-react/statusfields/SectionsField.js +78 -78
  597. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  598. package/lib/cjs/appui-react/statusfields/SectionsField.scss +36 -36
  599. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  600. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +50 -50
  601. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  602. package/lib/cjs/appui-react/statusfields/SelectionInfo.scss +14 -14
  603. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +37 -37
  604. package/lib/cjs/appui-react/statusfields/SelectionScope.js +70 -70
  605. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  606. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +48 -48
  607. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +41 -41
  608. package/lib/cjs/appui-react/statusfields/SnapMode.js +88 -88
  609. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  610. package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts +22 -22
  611. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js +2 -2
  612. package/lib/cjs/appui-react/statusfields/StatusFieldProps.js.map +1 -1
  613. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +31 -31
  614. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +99 -99
  615. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  616. package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +14 -14
  617. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  618. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +94 -94
  619. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  620. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +57 -57
  621. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +97 -97
  622. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +457 -457
  623. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  624. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +206 -206
  625. package/lib/cjs/appui-react/syncui/BooleanListener.d.ts +43 -43
  626. package/lib/cjs/appui-react/syncui/BooleanListener.js +69 -69
  627. package/lib/cjs/appui-react/syncui/BooleanListener.js.map +1 -1
  628. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +97 -97
  629. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +244 -244
  630. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  631. package/lib/cjs/appui-react/theme/ThemeManager.d.ts +49 -49
  632. package/lib/cjs/appui-react/theme/ThemeManager.js +86 -86
  633. package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
  634. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  635. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +52 -52
  636. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  637. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  638. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
  639. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  640. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  641. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +65 -65
  642. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  643. package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts +17 -17
  644. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js +30 -30
  645. package/lib/cjs/appui-react/toolbar/ActionButtonItem.js.map +1 -1
  646. package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts +37 -37
  647. package/lib/cjs/appui-react/toolbar/ActionItemButton.js +102 -102
  648. package/lib/cjs/appui-react/toolbar/ActionItemButton.js.map +1 -1
  649. package/lib/cjs/appui-react/toolbar/DragInteraction.d.ts +8 -8
  650. package/lib/cjs/appui-react/toolbar/DragInteraction.js +15 -15
  651. package/lib/cjs/appui-react/toolbar/DragInteraction.js.map +1 -1
  652. package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts +78 -78
  653. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js +328 -328
  654. package/lib/cjs/appui-react/toolbar/GroupButtonItem.js.map +1 -1
  655. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +123 -123
  656. package/lib/cjs/appui-react/toolbar/GroupItem.js +465 -465
  657. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  658. package/lib/cjs/appui-react/toolbar/PopupButton.d.ts +57 -57
  659. package/lib/cjs/appui-react/toolbar/PopupButton.js +153 -153
  660. package/lib/cjs/appui-react/toolbar/PopupButton.js.map +1 -1
  661. package/lib/cjs/appui-react/toolbar/PopupButton.scss +9 -9
  662. package/lib/cjs/appui-react/toolbar/ToolButton.d.ts +28 -28
  663. package/lib/cjs/appui-react/toolbar/ToolButton.js +98 -98
  664. package/lib/cjs/appui-react/toolbar/ToolButton.js.map +1 -1
  665. package/lib/cjs/appui-react/toolbar/Toolbar.d.ts +54 -54
  666. package/lib/cjs/appui-react/toolbar/Toolbar.js +239 -239
  667. package/lib/cjs/appui-react/toolbar/Toolbar.js.map +1 -1
  668. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  669. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +249 -249
  670. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  671. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +27 -27
  672. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +152 -152
  673. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  674. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
  675. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +36 -36
  676. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  677. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
  678. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +54 -54
  679. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  680. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +42 -42
  681. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +409 -409
  682. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  683. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  684. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +31 -31
  685. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  686. package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  687. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +30 -30
  688. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  689. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts +21 -21
  690. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js +53 -53
  691. package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js.map +1 -1
  692. package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  693. package/lib/cjs/appui-react/tools/OpenSettingsTool.js +32 -32
  694. package/lib/cjs/appui-react/tools/OpenSettingsTool.js.map +1 -1
  695. package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts +17 -17
  696. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +44 -44
  697. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  698. package/lib/cjs/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  699. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +46 -46
  700. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  701. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
  702. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +106 -106
  703. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  704. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +37 -37
  705. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +96 -96
  706. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  707. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
  708. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +66 -66
  709. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  710. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
  711. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +52 -52
  712. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  713. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +24 -24
  714. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +90 -90
  715. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  716. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +30 -30
  717. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +83 -83
  718. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  719. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  720. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +348 -348
  721. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  722. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  723. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +206 -206
  724. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  725. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  726. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +55 -55
  727. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  728. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +216 -216
  729. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +49 -49
  730. package/lib/cjs/appui-react/uistate/AppUiSettings.js +89 -89
  731. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  732. package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts +14 -14
  733. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js +61 -61
  734. package/lib/cjs/appui-react/uistate/UserSettingsStorage.js.map +1 -1
  735. package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  736. package/lib/cjs/appui-react/uistate/useUiStateStorage.js +38 -38
  737. package/lib/cjs/appui-react/uistate/useUiStateStorage.js.map +1 -1
  738. package/lib/cjs/appui-react/utils/PropsHelper.d.ts +20 -20
  739. package/lib/cjs/appui-react/utils/PropsHelper.js +66 -66
  740. package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
  741. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  742. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +60 -60
  743. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  744. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +83 -83
  745. package/lib/cjs/appui-react/utils/UiShowHideManager.js +189 -189
  746. package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
  747. package/lib/cjs/appui-react/utils/ViewUtilities.d.ts +66 -66
  748. package/lib/cjs/appui-react/utils/ViewUtilities.js +98 -98
  749. package/lib/cjs/appui-react/utils/ViewUtilities.js.map +1 -1
  750. package/lib/cjs/appui-react/widget-panels/Content.d.ts +6 -6
  751. package/lib/cjs/appui-react/widget-panels/Content.js +58 -58
  752. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  753. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +120 -120
  754. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  755. package/lib/cjs/appui-react/widget-panels/Frontstage.js +1192 -1186
  756. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  757. package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -19
  758. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  759. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
  760. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  761. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  762. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +38 -38
  763. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  764. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts +8 -8
  765. package/lib/cjs/appui-react/widget-panels/StatusBar.js +27 -27
  766. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  767. package/lib/cjs/appui-react/widget-panels/StatusBar.scss +10 -10
  768. package/lib/cjs/appui-react/widget-panels/Tab.d.ts +10 -10
  769. package/lib/cjs/appui-react/widget-panels/Tab.js +34 -34
  770. package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
  771. package/lib/cjs/appui-react/widget-panels/Tab.scss +14 -14
  772. package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  773. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +155 -155
  774. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  775. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +40 -40
  776. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts +7 -7
  777. package/lib/cjs/appui-react/widget-panels/Toolbars.js +24 -24
  778. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  779. package/lib/cjs/appui-react/widget-panels/Toolbars.scss +20 -20
  780. package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts +7 -7
  781. package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
  782. package/lib/cjs/appui-react/widget-panels/useTransientState.js.map +1 -1
  783. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  784. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +31 -31
  785. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  786. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts +21 -21
  787. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +55 -55
  788. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  789. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  790. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +60 -60
  791. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  792. package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  793. package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
  794. package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
  795. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  796. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +48 -48
  797. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  798. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts +34 -34
  799. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js +64 -64
  800. package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js.map +1 -1
  801. package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts +55 -55
  802. package/lib/cjs/appui-react/widgets/NavigationWidget.js +154 -154
  803. package/lib/cjs/appui-react/widgets/NavigationWidget.js.map +1 -1
  804. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  805. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +110 -110
  806. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  807. package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts +32 -32
  808. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js +73 -73
  809. package/lib/cjs/appui-react/widgets/ReviewToolWidget.js.map +1 -1
  810. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  811. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +29 -29
  812. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  813. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  814. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +42 -42
  815. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  816. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +29 -29
  817. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +54 -54
  818. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  819. package/lib/cjs/appui-react/widgets/ToolSettingsContent.scss +60 -60
  820. package/lib/cjs/appui-react/widgets/ToolWidget.d.ts +46 -46
  821. package/lib/cjs/appui-react/widgets/ToolWidget.js +89 -89
  822. package/lib/cjs/appui-react/widgets/ToolWidget.js.map +1 -1
  823. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  824. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
  825. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  826. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts +25 -25
  827. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js +54 -54
  828. package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js.map +1 -1
  829. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  830. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +36 -36
  831. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  832. package/lib/cjs/appui-react/widgets/Widget.d.ts +13 -13
  833. package/lib/cjs/appui-react/widgets/Widget.js +24 -24
  834. package/lib/cjs/appui-react/widgets/Widget.js.map +1 -1
  835. package/lib/cjs/appui-react/widgets/WidgetControl.d.ts +33 -33
  836. package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
  837. package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
  838. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +209 -209
  839. package/lib/cjs/appui-react/widgets/WidgetDef.js +365 -365
  840. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  841. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +41 -41
  842. package/lib/cjs/appui-react/widgets/WidgetHost.js +180 -180
  843. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  844. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +56 -56
  845. package/lib/cjs/appui-react/widgets/WidgetManager.js +154 -154
  846. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  847. package/lib/cjs/appui-react/widgets/WidgetProps.d.ts +24 -24
  848. package/lib/cjs/appui-react/widgets/WidgetProps.js +9 -9
  849. package/lib/cjs/appui-react/widgets/WidgetProps.js.map +1 -1
  850. package/lib/cjs/appui-react/widgets/WidgetStack.d.ts +134 -134
  851. package/lib/cjs/appui-react/widgets/WidgetStack.js +137 -137
  852. package/lib/cjs/appui-react/widgets/WidgetStack.js.map +1 -1
  853. package/lib/cjs/appui-react/workflow/Task.d.ts +47 -47
  854. package/lib/cjs/appui-react/workflow/Task.js +72 -72
  855. package/lib/cjs/appui-react/workflow/Task.js.map +1 -1
  856. package/lib/cjs/appui-react/workflow/Workflow.d.ts +152 -152
  857. package/lib/cjs/appui-react/workflow/Workflow.js +237 -237
  858. package/lib/cjs/appui-react/workflow/Workflow.js.map +1 -1
  859. package/lib/cjs/appui-react/zones/FrameworkZone.d.ts +43 -43
  860. package/lib/cjs/appui-react/zones/FrameworkZone.js +52 -52
  861. package/lib/cjs/appui-react/zones/FrameworkZone.js.map +1 -1
  862. package/lib/cjs/appui-react/zones/Outline.d.ts +13 -13
  863. package/lib/cjs/appui-react/zones/Outline.js +21 -21
  864. package/lib/cjs/appui-react/zones/Outline.js.map +1 -1
  865. package/lib/cjs/appui-react/zones/StatusBarZone.d.ts +27 -27
  866. package/lib/cjs/appui-react/zones/StatusBarZone.js +32 -32
  867. package/lib/cjs/appui-react/zones/StatusBarZone.js.map +1 -1
  868. package/lib/cjs/appui-react/zones/Zone.d.ts +83 -83
  869. package/lib/cjs/appui-react/zones/Zone.js +156 -156
  870. package/lib/cjs/appui-react/zones/Zone.js.map +1 -1
  871. package/lib/cjs/appui-react/zones/ZoneDef.d.ts +55 -55
  872. package/lib/cjs/appui-react/zones/ZoneDef.js +91 -91
  873. package/lib/cjs/appui-react/zones/ZoneDef.js.map +1 -1
  874. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  875. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js +75 -75
  876. package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  877. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.d.ts +14 -14
  878. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js +45 -45
  879. package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js.map +1 -1
  880. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.d.ts +58 -58
  881. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js +129 -129
  882. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -1
  883. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +53 -53
  884. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js +95 -95
  885. package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -1
  886. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.d.ts +35 -35
  887. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js +38 -38
  888. package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -1
  889. package/lib/cjs/appui-react.d.ts +375 -375
  890. package/lib/cjs/appui-react.js +392 -392
  891. package/lib/cjs/appui-react.js.map +1 -1
  892. package/lib/esm/appui-react/UiFramework.d.ts +226 -226
  893. package/lib/esm/appui-react/UiFramework.js +483 -483
  894. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  895. package/lib/esm/appui-react/_variables.scss +11 -11
  896. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  897. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
  898. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  899. package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  900. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +36 -36
  901. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  902. package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +14 -14
  903. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  904. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
  905. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  906. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  907. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  908. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +119 -119
  909. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  910. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +55 -55
  911. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  912. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
  913. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  914. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  915. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +60 -60
  916. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  917. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  918. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +8 -8
  919. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  920. package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  921. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +39 -39
  922. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  923. package/lib/esm/appui-react/accudraw/Calculator.d.ts +46 -46
  924. package/lib/esm/appui-react/accudraw/Calculator.js +213 -213
  925. package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
  926. package/lib/esm/appui-react/accudraw/Calculator.scss +86 -86
  927. package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  928. package/lib/esm/appui-react/accudraw/CalculatorEngine.js +191 -191
  929. package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  930. package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  931. package/lib/esm/appui-react/accudraw/CalculatorPopup.js +37 -37
  932. package/lib/esm/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  933. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  934. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +220 -220
  935. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  936. package/lib/esm/appui-react/accudraw/MenuButton.d.ts +30 -30
  937. package/lib/esm/appui-react/accudraw/MenuButton.js +62 -62
  938. package/lib/esm/appui-react/accudraw/MenuButton.js.map +1 -1
  939. package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -18
  940. package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  941. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
  942. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  943. package/lib/esm/appui-react/accudraw/SquareButton.d.ts +14 -14
  944. package/lib/esm/appui-react/accudraw/SquareButton.js +22 -22
  945. package/lib/esm/appui-react/accudraw/SquareButton.js.map +1 -1
  946. package/lib/esm/appui-react/accudraw/SquareButton.scss +44 -44
  947. package/lib/esm/appui-react/accudraw/backspace.svg +9 -9
  948. package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -11
  949. package/lib/esm/appui-react/accudraw/height-2.svg +10 -10
  950. package/lib/esm/appui-react/accudraw/height.svg +11 -11
  951. package/lib/esm/appui-react/backstage/Backstage.d.ts +58 -58
  952. package/lib/esm/appui-react/backstage/Backstage.js +81 -81
  953. package/lib/esm/appui-react/backstage/Backstage.js.map +1 -1
  954. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +27 -27
  955. package/lib/esm/appui-react/backstage/BackstageComposer.js +135 -135
  956. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  957. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +29 -29
  958. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +49 -49
  959. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  960. package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts +48 -48
  961. package/lib/esm/appui-react/backstage/BackstageItemProps.js +17 -17
  962. package/lib/esm/appui-react/backstage/BackstageItemProps.js.map +1 -1
  963. package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +46 -46
  964. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +68 -68
  965. package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
  966. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +35 -35
  967. package/lib/esm/appui-react/backstage/BackstageManager.js +78 -78
  968. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  969. package/lib/esm/appui-react/backstage/CommandLaunch.d.ts +31 -31
  970. package/lib/esm/appui-react/backstage/CommandLaunch.js +82 -82
  971. package/lib/esm/appui-react/backstage/CommandLaunch.js.map +1 -1
  972. package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts +33 -33
  973. package/lib/esm/appui-react/backstage/FrontstageLaunch.js +88 -88
  974. package/lib/esm/appui-react/backstage/FrontstageLaunch.js.map +1 -1
  975. package/lib/esm/appui-react/backstage/Separator.d.ts +15 -15
  976. package/lib/esm/appui-react/backstage/Separator.js +23 -23
  977. package/lib/esm/appui-react/backstage/Separator.js.map +1 -1
  978. package/lib/esm/appui-react/backstage/TaskLaunch.d.ts +34 -34
  979. package/lib/esm/appui-react/backstage/TaskLaunch.js +96 -96
  980. package/lib/esm/appui-react/backstage/TaskLaunch.js.map +1 -1
  981. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
  982. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +32 -32
  983. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  984. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
  985. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +43 -43
  986. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  987. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
  988. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +174 -174
  989. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  990. package/lib/esm/appui-react/childwindow/ChildWindowManager.scss +14 -14
  991. package/lib/esm/appui-react/childwindow/CopyStyles.d.ts +7 -7
  992. package/lib/esm/appui-react/childwindow/CopyStyles.js +38 -38
  993. package/lib/esm/appui-react/childwindow/CopyStyles.js.map +1 -1
  994. package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  995. package/lib/esm/appui-react/childwindow/PopoutWidget.js +15 -15
  996. package/lib/esm/appui-react/childwindow/PopoutWidget.js.map +1 -1
  997. package/lib/esm/appui-react/childwindow/PopoutWidget.scss +10 -10
  998. package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  999. package/lib/esm/appui-react/configurableui/ActivityTracker.js +66 -66
  1000. package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
  1001. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  1002. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +58 -58
  1003. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  1004. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  1005. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +89 -89
  1006. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  1007. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +109 -109
  1008. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +184 -184
  1009. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  1010. package/lib/esm/appui-react/configurableui/TimeTracker.d.ts +33 -33
  1011. package/lib/esm/appui-react/configurableui/TimeTracker.js +77 -77
  1012. package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
  1013. package/lib/esm/appui-react/configurableui/configurableui.scss +79 -79
  1014. package/lib/esm/appui-react/configurableui/state.d.ts +62 -62
  1015. package/lib/esm/appui-react/configurableui/state.js +108 -108
  1016. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  1017. package/lib/esm/appui-react/content/ContentControl.d.ts +64 -64
  1018. package/lib/esm/appui-react/content/ContentControl.js +72 -72
  1019. package/lib/esm/appui-react/content/ContentControl.js.map +1 -1
  1020. package/lib/esm/appui-react/content/ContentGroup.d.ts +92 -92
  1021. package/lib/esm/appui-react/content/ContentGroup.js +169 -169
  1022. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  1023. package/lib/esm/appui-react/content/ContentLayout.d.ts +94 -94
  1024. package/lib/esm/appui-react/content/ContentLayout.js +350 -350
  1025. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  1026. package/lib/esm/appui-react/content/ContentLayout.scss +99 -99
  1027. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +47 -47
  1028. package/lib/esm/appui-react/content/ContentLayoutManager.js +90 -90
  1029. package/lib/esm/appui-react/content/ContentLayoutManager.js.map +1 -1
  1030. package/lib/esm/appui-react/content/ContentViewManager.d.ts +92 -92
  1031. package/lib/esm/appui-react/content/ContentViewManager.js +182 -182
  1032. package/lib/esm/appui-react/content/ContentViewManager.js.map +1 -1
  1033. package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  1034. package/lib/esm/appui-react/content/DefaultViewOverlay.js +46 -46
  1035. package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
  1036. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +43 -43
  1037. package/lib/esm/appui-react/content/FloatingViewportContent.css +9 -9
  1038. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +24 -24
  1039. package/lib/esm/appui-react/content/FloatingViewportContent.js +68 -68
  1040. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  1041. package/lib/esm/appui-react/content/IModelViewport.d.ts +80 -80
  1042. package/lib/esm/appui-react/content/IModelViewport.js +151 -151
  1043. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  1044. package/lib/esm/appui-react/content/StageContentLayout.d.ts +35 -35
  1045. package/lib/esm/appui-react/content/StageContentLayout.js +62 -62
  1046. package/lib/esm/appui-react/content/StageContentLayout.js.map +1 -1
  1047. package/lib/esm/appui-react/content/ViewStateHelper.d.ts +25 -25
  1048. package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
  1049. package/lib/esm/appui-react/content/ViewStateHelper.js.map +1 -1
  1050. package/lib/esm/appui-react/content/ViewportContentControl.d.ts +61 -61
  1051. package/lib/esm/appui-react/content/ViewportContentControl.js +127 -127
  1052. package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
  1053. package/lib/esm/appui-react/content/split-pane/Pane.d.ts +20 -20
  1054. package/lib/esm/appui-react/content/split-pane/Pane.js +38 -38
  1055. package/lib/esm/appui-react/content/split-pane/Pane.js.map +1 -1
  1056. package/lib/esm/appui-react/content/split-pane/Resizer.d.ts +22 -22
  1057. package/lib/esm/appui-react/content/split-pane/Resizer.js +34 -34
  1058. package/lib/esm/appui-react/content/split-pane/Resizer.js.map +1 -1
  1059. package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  1060. package/lib/esm/appui-react/content/split-pane/SplitPane.js +238 -238
  1061. package/lib/esm/appui-react/content/split-pane/SplitPane.js.map +1 -1
  1062. package/lib/esm/appui-react/cursor/CursorInformation.d.ts +68 -68
  1063. package/lib/esm/appui-react/cursor/CursorInformation.js +139 -139
  1064. package/lib/esm/appui-react/cursor/CursorInformation.js.map +1 -1
  1065. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  1066. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +72 -72
  1067. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  1068. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  1069. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +145 -145
  1070. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  1071. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  1072. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  1073. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +318 -318
  1074. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  1075. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  1076. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js +59 -59
  1077. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  1078. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  1079. package/lib/esm/appui-react/dialog/ContentDialog.d.ts +23 -23
  1080. package/lib/esm/appui-react/dialog/ContentDialog.js +66 -66
  1081. package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
  1082. package/lib/esm/appui-react/dialog/ContentDialog.scss +25 -25
  1083. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +64 -64
  1084. package/lib/esm/appui-react/dialog/ContentDialogManager.js +141 -141
  1085. package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
  1086. package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  1087. package/lib/esm/appui-react/dialog/DialogManagerBase.js +135 -135
  1088. package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
  1089. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +47 -47
  1090. package/lib/esm/appui-react/dialog/ModalDialogManager.js +66 -66
  1091. package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
  1092. package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +21 -21
  1093. package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
  1094. package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
  1095. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
  1096. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +129 -129
  1097. package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  1098. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +40 -40
  1099. package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
  1100. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  1101. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  1102. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +78 -78
  1103. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  1104. package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts +21 -21
  1105. package/lib/esm/appui-react/dragdrop/ZoneTargets.js +28 -28
  1106. package/lib/esm/appui-react/dragdrop/ZoneTargets.js.map +1 -1
  1107. package/lib/esm/appui-react/feedback/ElementTooltip.d.ts +61 -61
  1108. package/lib/esm/appui-react/feedback/ElementTooltip.js +127 -127
  1109. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  1110. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +71 -71
  1111. package/lib/esm/appui-react/feedback/ValidationTextbox.js +110 -110
  1112. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  1113. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +53 -53
  1114. package/lib/esm/appui-react/frontstage/Frontstage.d.ts +154 -154
  1115. package/lib/esm/appui-react/frontstage/Frontstage.js +460 -460
  1116. package/lib/esm/appui-react/frontstage/Frontstage.js.map +1 -1
  1117. package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts +143 -143
  1118. package/lib/esm/appui-react/frontstage/FrontstageComposer.js +658 -658
  1119. package/lib/esm/appui-react/frontstage/FrontstageComposer.js.map +1 -1
  1120. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +235 -235
  1121. package/lib/esm/appui-react/frontstage/FrontstageDef.js +910 -910
  1122. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  1123. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +361 -361
  1124. package/lib/esm/appui-react/frontstage/FrontstageManager.js +578 -578
  1125. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
  1126. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  1127. package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
  1128. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  1129. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +32 -32
  1130. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +39 -39
  1131. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  1132. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +86 -86
  1133. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  1134. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +82 -82
  1135. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  1136. package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +13 -13
  1137. package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
  1138. package/lib/esm/appui-react/frontstage/NestedFrontstage.js +26 -26
  1139. package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  1140. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +76 -76
  1141. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +48 -48
  1142. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  1143. package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  1144. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +33 -33
  1145. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  1146. package/lib/esm/appui-react/hooks/useActiveStageId.d.ts +7 -7
  1147. package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
  1148. package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
  1149. package/lib/esm/appui-react/hooks/useActiveViewport.d.ts +8 -8
  1150. package/lib/esm/appui-react/hooks/useActiveViewport.js +42 -42
  1151. package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
  1152. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  1153. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +67 -67
  1154. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  1155. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  1156. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +26 -26
  1157. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  1158. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  1159. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
  1160. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  1161. package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts +27 -27
  1162. package/lib/esm/appui-react/hooks/useFrameworkVersion.js +42 -42
  1163. package/lib/esm/appui-react/hooks/useFrameworkVersion.js.map +1 -1
  1164. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  1165. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +67 -67
  1166. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  1167. package/lib/esm/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  1168. package/lib/esm/appui-react/hooks/useSolarDataProvider.js +61 -61
  1169. package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  1170. package/lib/esm/appui-react/hooks/useUiVisibility.d.ts +5 -5
  1171. package/lib/esm/appui-react/hooks/useUiVisibility.js +22 -22
  1172. package/lib/esm/appui-react/hooks/useUiVisibility.js.map +1 -1
  1173. package/lib/esm/appui-react/imodel-components/Common.d.ts +23 -23
  1174. package/lib/esm/appui-react/imodel-components/Common.js +20 -20
  1175. package/lib/esm/appui-react/imodel-components/Common.js.map +1 -1
  1176. package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +53 -53
  1177. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +65 -65
  1178. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +142 -142
  1179. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -1
  1180. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +45 -45
  1181. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +56 -56
  1182. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -1
  1183. package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +102 -102
  1184. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +67 -67
  1185. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +98 -98
  1186. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -1
  1187. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -9
  1188. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +56 -56
  1189. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +190 -190
  1190. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -1
  1191. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -392
  1192. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +387 -387
  1193. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +82 -82
  1194. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +123 -123
  1195. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +1 -1
  1196. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +9 -9
  1197. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +239 -239
  1198. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +100 -100
  1199. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +474 -474
  1200. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -1
  1201. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +9 -9
  1202. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +18 -18
  1203. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +1 -1
  1204. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +78 -78
  1205. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +78 -78
  1206. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +33 -33
  1207. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +37 -37
  1208. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -1
  1209. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -9
  1210. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
  1211. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +266 -266
  1212. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  1213. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  1214. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +90 -90
  1215. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  1216. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts +79 -79
  1217. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js +234 -234
  1218. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -1
  1219. package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.scss +11 -11
  1220. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +43 -43
  1221. package/lib/esm/appui-react/messages/ActivityMessage.js +85 -85
  1222. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  1223. package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts +17 -17
  1224. package/lib/esm/appui-react/messages/ActivityMessagePopup.js +38 -38
  1225. package/lib/esm/appui-react/messages/ActivityMessagePopup.js.map +1 -1
  1226. package/lib/esm/appui-react/messages/ActivityMessagePopup.scss +14 -14
  1227. package/lib/esm/appui-react/messages/AppNotificationManager.d.ts +74 -74
  1228. package/lib/esm/appui-react/messages/AppNotificationManager.js +121 -121
  1229. package/lib/esm/appui-react/messages/AppNotificationManager.js.map +1 -1
  1230. package/lib/esm/appui-react/messages/HollowIcon.d.ts +9 -9
  1231. package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
  1232. package/lib/esm/appui-react/messages/HollowIcon.js.map +1 -1
  1233. package/lib/esm/appui-react/messages/InputField.d.ts +37 -37
  1234. package/lib/esm/appui-react/messages/InputField.js +87 -87
  1235. package/lib/esm/appui-react/messages/InputField.js.map +1 -1
  1236. package/lib/esm/appui-react/messages/InputField.scss +82 -82
  1237. package/lib/esm/appui-react/messages/MessageLabel.d.ts +12 -12
  1238. package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
  1239. package/lib/esm/appui-react/messages/MessageLabel.js.map +1 -1
  1240. package/lib/esm/appui-react/messages/MessageManager.d.ts +244 -244
  1241. package/lib/esm/appui-react/messages/MessageManager.js +429 -429
  1242. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  1243. package/lib/esm/appui-react/messages/MessageSpan.d.ts +14 -14
  1244. package/lib/esm/appui-react/messages/MessageSpan.js +17 -17
  1245. package/lib/esm/appui-react/messages/MessageSpan.js.map +1 -1
  1246. package/lib/esm/appui-react/messages/Pointer.d.ts +69 -69
  1247. package/lib/esm/appui-react/messages/Pointer.js +169 -169
  1248. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  1249. package/lib/esm/appui-react/messages/Pointer.scss +42 -42
  1250. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  1251. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +63 -63
  1252. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  1253. package/lib/esm/appui-react/messages/StatusMessageManager.d.ts +24 -24
  1254. package/lib/esm/appui-react/messages/StatusMessageManager.js +51 -51
  1255. package/lib/esm/appui-react/messages/StatusMessageManager.js.map +1 -1
  1256. package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts +20 -20
  1257. package/lib/esm/appui-react/messages/StatusMessageRenderer.js +71 -71
  1258. package/lib/esm/appui-react/messages/StatusMessageRenderer.js.map +1 -1
  1259. package/lib/esm/appui-react/messages/StatusMessageRenderer.scss +27 -27
  1260. package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts +24 -24
  1261. package/lib/esm/appui-react/messages/StatusMessagesContainer.js +63 -63
  1262. package/lib/esm/appui-react/messages/StatusMessagesContainer.js.map +1 -1
  1263. package/lib/esm/appui-react/messages/StatusMessagesContainer.scss +52 -52
  1264. package/lib/esm/appui-react/messages/StickyMessage.d.ts +21 -21
  1265. package/lib/esm/appui-react/messages/StickyMessage.js +34 -34
  1266. package/lib/esm/appui-react/messages/StickyMessage.js.map +1 -1
  1267. package/lib/esm/appui-react/messages/StickyMessage.scss +22 -22
  1268. package/lib/esm/appui-react/messages/ToastMessage.d.ts +21 -21
  1269. package/lib/esm/appui-react/messages/ToastMessage.js +26 -26
  1270. package/lib/esm/appui-react/messages/ToastMessage.js.map +1 -1
  1271. package/lib/esm/appui-react/messages/getToastCategory.d.ts +6 -6
  1272. package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
  1273. package/lib/esm/appui-react/messages/getToastCategory.js.map +1 -1
  1274. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  1275. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +21 -21
  1276. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  1277. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  1278. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +21 -21
  1279. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  1280. package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  1281. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +29 -29
  1282. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  1283. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  1284. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +179 -179
  1285. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  1286. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +82 -82
  1287. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  1288. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +143 -143
  1289. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  1290. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  1291. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  1292. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +100 -100
  1293. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  1294. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  1295. package/lib/esm/appui-react/pickers/ListPicker.d.ts +142 -142
  1296. package/lib/esm/appui-react/pickers/ListPicker.js +318 -318
  1297. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  1298. package/lib/esm/appui-react/pickers/ListPicker.scss +299 -299
  1299. package/lib/esm/appui-react/pickers/ViewSelector.d.ts +90 -90
  1300. package/lib/esm/appui-react/pickers/ViewSelector.js +247 -247
  1301. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  1302. package/lib/esm/appui-react/popup/CardPopup.d.ts +48 -48
  1303. package/lib/esm/appui-react/popup/CardPopup.js +84 -84
  1304. package/lib/esm/appui-react/popup/CardPopup.js.map +1 -1
  1305. package/lib/esm/appui-react/popup/CardPopup.scss +25 -25
  1306. package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  1307. package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
  1308. package/lib/esm/appui-react/popup/HTMLElementPopup.js.map +1 -1
  1309. package/lib/esm/appui-react/popup/InputEditorPopup.d.ts +38 -38
  1310. package/lib/esm/appui-react/popup/InputEditorPopup.js +52 -52
  1311. package/lib/esm/appui-react/popup/InputEditorPopup.js.map +1 -1
  1312. package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  1313. package/lib/esm/appui-react/popup/KeyinPalettePanel.js +248 -248
  1314. package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  1315. package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -30
  1316. package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  1317. package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
  1318. package/lib/esm/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  1319. package/lib/esm/appui-react/popup/PopupManager.d.ts +105 -105
  1320. package/lib/esm/appui-react/popup/PopupManager.js +225 -225
  1321. package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
  1322. package/lib/esm/appui-react/popup/PositionPopup.d.ts +26 -26
  1323. package/lib/esm/appui-react/popup/PositionPopup.js +43 -43
  1324. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  1325. package/lib/esm/appui-react/popup/PositionPopup.scss +28 -28
  1326. package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  1327. package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
  1328. package/lib/esm/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  1329. package/lib/esm/appui-react/popup/ToolbarPopup.d.ts +34 -34
  1330. package/lib/esm/appui-react/popup/ToolbarPopup.js +53 -53
  1331. package/lib/esm/appui-react/popup/ToolbarPopup.js.map +1 -1
  1332. package/lib/esm/appui-react/redux/FrameworkState.d.ts +22 -22
  1333. package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
  1334. package/lib/esm/appui-react/redux/FrameworkState.js.map +1 -1
  1335. package/lib/esm/appui-react/redux/ReducerRegistry.d.ts +36 -36
  1336. package/lib/esm/appui-react/redux/ReducerRegistry.js +56 -56
  1337. package/lib/esm/appui-react/redux/ReducerRegistry.js.map +1 -1
  1338. package/lib/esm/appui-react/redux/SessionState.d.ts +103 -103
  1339. package/lib/esm/appui-react/redux/SessionState.js +126 -126
  1340. package/lib/esm/appui-react/redux/SessionState.js.map +1 -1
  1341. package/lib/esm/appui-react/redux/StateManager.d.ts +43 -43
  1342. package/lib/esm/appui-react/redux/StateManager.js +93 -93
  1343. package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
  1344. package/lib/esm/appui-react/redux/connectIModel.d.ts +26 -26
  1345. package/lib/esm/appui-react/redux/connectIModel.js +89 -89
  1346. package/lib/esm/appui-react/redux/connectIModel.js.map +1 -1
  1347. package/lib/esm/appui-react/redux/redux-ts.d.ts +197 -197
  1348. package/lib/esm/appui-react/redux/redux-ts.js +32 -32
  1349. package/lib/esm/appui-react/redux/redux-ts.js.map +1 -1
  1350. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +71 -71
  1351. package/lib/esm/appui-react/safearea/SafeAreaContext.js +28 -28
  1352. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  1353. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts +17 -17
  1354. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js +51 -51
  1355. package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js.map +1 -1
  1356. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
  1357. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +690 -690
  1358. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  1359. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  1360. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +200 -200
  1361. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  1362. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  1363. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +197 -197
  1364. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  1365. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +125 -125
  1366. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  1367. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
  1368. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  1369. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +29 -29
  1370. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +185 -185
  1371. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  1372. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +66 -66
  1373. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +35 -35
  1374. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +62 -62
  1375. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  1376. package/lib/esm/appui-react/shared/AnyItemDef.d.ts +11 -11
  1377. package/lib/esm/appui-react/shared/AnyItemDef.js +8 -8
  1378. package/lib/esm/appui-react/shared/AnyItemDef.js.map +1 -1
  1379. package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  1380. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +8 -8
  1381. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  1382. package/lib/esm/appui-react/shared/CommandItemDef.d.ts +16 -16
  1383. package/lib/esm/appui-react/shared/CommandItemDef.js +31 -31
  1384. package/lib/esm/appui-react/shared/CommandItemDef.js.map +1 -1
  1385. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +19 -19
  1386. package/lib/esm/appui-react/shared/CustomItemDef.js +46 -46
  1387. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  1388. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +13 -13
  1389. package/lib/esm/appui-react/shared/CustomItemProps.js +8 -8
  1390. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  1391. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +21 -21
  1392. package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
  1393. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  1394. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +66 -66
  1395. package/lib/esm/appui-react/shared/ItemDefBase.js +88 -88
  1396. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  1397. package/lib/esm/appui-react/shared/ItemMap.d.ts +21 -21
  1398. package/lib/esm/appui-react/shared/ItemMap.js +46 -46
  1399. package/lib/esm/appui-react/shared/ItemMap.js.map +1 -1
  1400. package/lib/esm/appui-react/shared/ItemProps.d.ts +65 -65
  1401. package/lib/esm/appui-react/shared/ItemProps.js +8 -8
  1402. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  1403. package/lib/esm/appui-react/shared/MenuItem.d.ts +36 -36
  1404. package/lib/esm/appui-react/shared/MenuItem.js +107 -107
  1405. package/lib/esm/appui-react/shared/MenuItem.js.map +1 -1
  1406. package/lib/esm/appui-react/shared/SelectionScope.d.ts +13 -13
  1407. package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
  1408. package/lib/esm/appui-react/shared/SelectionScope.js.map +1 -1
  1409. package/lib/esm/appui-react/shared/ToolItemDef.d.ts +17 -17
  1410. package/lib/esm/appui-react/shared/ToolItemDef.js +35 -35
  1411. package/lib/esm/appui-react/shared/ToolItemDef.js.map +1 -1
  1412. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts +61 -61
  1413. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js +116 -116
  1414. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -1
  1415. package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.scss +41 -41
  1416. package/lib/esm/appui-react/stagepanels/StagePanel.d.ts +138 -138
  1417. package/lib/esm/appui-react/stagepanels/StagePanel.js +147 -147
  1418. package/lib/esm/appui-react/stagepanels/StagePanel.js.map +1 -1
  1419. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +283 -283
  1420. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +270 -270
  1421. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  1422. package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts +27 -27
  1423. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js +41 -41
  1424. package/lib/esm/appui-react/stagepanels/StagePanelHeader.js.map +1 -1
  1425. package/lib/esm/appui-react/stagepanels/StagePanelHeader.scss +25 -25
  1426. package/lib/esm/appui-react/statusbar/Overflow.d.ts +19 -19
  1427. package/lib/esm/appui-react/statusbar/Overflow.js +27 -27
  1428. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  1429. package/lib/esm/appui-react/statusbar/Overflow.scss +27 -27
  1430. package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  1431. package/lib/esm/appui-react/statusbar/OverflowPanel.js +18 -18
  1432. package/lib/esm/appui-react/statusbar/OverflowPanel.js.map +1 -1
  1433. package/lib/esm/appui-react/statusbar/OverflowPanel.scss +22 -22
  1434. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +78 -78
  1435. package/lib/esm/appui-react/statusbar/StatusBar.js +170 -170
  1436. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  1437. package/lib/esm/appui-react/statusbar/StatusBar.scss +43 -43
  1438. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  1439. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +279 -279
  1440. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  1441. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +16 -16
  1442. package/lib/esm/appui-react/statusbar/StatusBarItem.js +13 -13
  1443. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  1444. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +13 -13
  1445. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +18 -18
  1446. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  1447. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +10 -10
  1448. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +14 -14
  1449. package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
  1450. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +39 -39
  1451. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +19 -19
  1452. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  1453. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
  1454. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +33 -33
  1455. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  1456. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
  1457. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +52 -52
  1458. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  1459. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts +9 -9
  1460. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js +21 -21
  1461. package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -1
  1462. package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts +10 -10
  1463. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js +22 -22
  1464. package/lib/esm/appui-react/statusbar/withStatusFieldProps.js.map +1 -1
  1465. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +27 -27
  1466. package/lib/esm/appui-react/statusfields/ActivityCenter.js +63 -63
  1467. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  1468. package/lib/esm/appui-react/statusfields/ConditionalField.d.ts +44 -44
  1469. package/lib/esm/appui-react/statusfields/ConditionalField.js +52 -52
  1470. package/lib/esm/appui-react/statusfields/ConditionalField.js.map +1 -1
  1471. package/lib/esm/appui-react/statusfields/FooterModeField.d.ts +18 -18
  1472. package/lib/esm/appui-react/statusfields/FooterModeField.js +23 -23
  1473. package/lib/esm/appui-react/statusfields/FooterModeField.js.map +1 -1
  1474. package/lib/esm/appui-react/statusfields/Indicator.d.ts +42 -42
  1475. package/lib/esm/appui-react/statusfields/Indicator.js +39 -39
  1476. package/lib/esm/appui-react/statusfields/Indicator.js.map +1 -1
  1477. package/lib/esm/appui-react/statusfields/Indicator.scss +183 -183
  1478. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +57 -57
  1479. package/lib/esm/appui-react/statusfields/MessageCenter.js +150 -150
  1480. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  1481. package/lib/esm/appui-react/statusfields/PromptField.d.ts +30 -30
  1482. package/lib/esm/appui-react/statusfields/PromptField.js +47 -47
  1483. package/lib/esm/appui-react/statusfields/PromptField.js.map +1 -1
  1484. package/lib/esm/appui-react/statusfields/PromptField.scss +42 -42
  1485. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +16 -16
  1486. package/lib/esm/appui-react/statusfields/SectionsField.js +74 -74
  1487. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  1488. package/lib/esm/appui-react/statusfields/SectionsField.scss +36 -36
  1489. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  1490. package/lib/esm/appui-react/statusfields/SelectionInfo.js +47 -47
  1491. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  1492. package/lib/esm/appui-react/statusfields/SelectionInfo.scss +14 -14
  1493. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +37 -37
  1494. package/lib/esm/appui-react/statusfields/SelectionScope.js +67 -67
  1495. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  1496. package/lib/esm/appui-react/statusfields/SelectionScope.scss +48 -48
  1497. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +41 -41
  1498. package/lib/esm/appui-react/statusfields/SnapMode.js +85 -85
  1499. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  1500. package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts +22 -22
  1501. package/lib/esm/appui-react/statusfields/StatusFieldProps.js +1 -1
  1502. package/lib/esm/appui-react/statusfields/StatusFieldProps.js.map +1 -1
  1503. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +31 -31
  1504. package/lib/esm/appui-react/statusfields/ViewAttributes.js +95 -95
  1505. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  1506. package/lib/esm/appui-react/statusfields/ViewAttributes.scss +14 -14
  1507. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  1508. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +90 -90
  1509. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  1510. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +57 -57
  1511. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +97 -97
  1512. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +453 -453
  1513. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  1514. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +206 -206
  1515. package/lib/esm/appui-react/syncui/BooleanListener.d.ts +43 -43
  1516. package/lib/esm/appui-react/syncui/BooleanListener.js +65 -65
  1517. package/lib/esm/appui-react/syncui/BooleanListener.js.map +1 -1
  1518. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +97 -97
  1519. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +240 -240
  1520. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  1521. package/lib/esm/appui-react/theme/ThemeManager.d.ts +49 -49
  1522. package/lib/esm/appui-react/theme/ThemeManager.js +83 -83
  1523. package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
  1524. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  1525. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +48 -48
  1526. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  1527. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  1528. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
  1529. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  1530. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  1531. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +61 -61
  1532. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  1533. package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts +17 -17
  1534. package/lib/esm/appui-react/toolbar/ActionButtonItem.js +26 -26
  1535. package/lib/esm/appui-react/toolbar/ActionButtonItem.js.map +1 -1
  1536. package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts +37 -37
  1537. package/lib/esm/appui-react/toolbar/ActionItemButton.js +98 -98
  1538. package/lib/esm/appui-react/toolbar/ActionItemButton.js.map +1 -1
  1539. package/lib/esm/appui-react/toolbar/DragInteraction.d.ts +8 -8
  1540. package/lib/esm/appui-react/toolbar/DragInteraction.js +12 -12
  1541. package/lib/esm/appui-react/toolbar/DragInteraction.js.map +1 -1
  1542. package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts +78 -78
  1543. package/lib/esm/appui-react/toolbar/GroupButtonItem.js +323 -323
  1544. package/lib/esm/appui-react/toolbar/GroupButtonItem.js.map +1 -1
  1545. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +123 -123
  1546. package/lib/esm/appui-react/toolbar/GroupItem.js +457 -457
  1547. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  1548. package/lib/esm/appui-react/toolbar/PopupButton.d.ts +57 -57
  1549. package/lib/esm/appui-react/toolbar/PopupButton.js +149 -149
  1550. package/lib/esm/appui-react/toolbar/PopupButton.js.map +1 -1
  1551. package/lib/esm/appui-react/toolbar/PopupButton.scss +9 -9
  1552. package/lib/esm/appui-react/toolbar/ToolButton.d.ts +28 -28
  1553. package/lib/esm/appui-react/toolbar/ToolButton.js +94 -94
  1554. package/lib/esm/appui-react/toolbar/ToolButton.js.map +1 -1
  1555. package/lib/esm/appui-react/toolbar/Toolbar.d.ts +54 -54
  1556. package/lib/esm/appui-react/toolbar/Toolbar.js +235 -235
  1557. package/lib/esm/appui-react/toolbar/Toolbar.js.map +1 -1
  1558. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  1559. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +245 -245
  1560. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  1561. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +27 -27
  1562. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +148 -148
  1563. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  1564. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
  1565. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +32 -32
  1566. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  1567. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
  1568. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +50 -50
  1569. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  1570. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +42 -42
  1571. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +405 -405
  1572. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1573. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  1574. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +27 -27
  1575. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  1576. package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  1577. package/lib/esm/appui-react/tools/KeyinPaletteTools.js +26 -26
  1578. package/lib/esm/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  1579. package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts +21 -21
  1580. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js +49 -49
  1581. package/lib/esm/appui-react/tools/MarkupToolDefinitions.js.map +1 -1
  1582. package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  1583. package/lib/esm/appui-react/tools/OpenSettingsTool.js +28 -28
  1584. package/lib/esm/appui-react/tools/OpenSettingsTool.js.map +1 -1
  1585. package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts +17 -17
  1586. package/lib/esm/appui-react/tools/RestoreLayoutTool.js +40 -40
  1587. package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  1588. package/lib/esm/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  1589. package/lib/esm/appui-react/tools/ToolSettingsTools.js +41 -41
  1590. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1591. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
  1592. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +102 -102
  1593. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1594. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +37 -37
  1595. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +92 -92
  1596. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1597. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
  1598. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +62 -62
  1599. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  1600. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
  1601. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +48 -48
  1602. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  1603. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +24 -24
  1604. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +86 -86
  1605. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  1606. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +30 -30
  1607. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +79 -79
  1608. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1609. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  1610. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +344 -344
  1611. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  1612. package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  1613. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +202 -202
  1614. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  1615. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  1616. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +49 -49
  1617. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  1618. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +216 -216
  1619. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +49 -49
  1620. package/lib/esm/appui-react/uistate/AppUiSettings.js +85 -85
  1621. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1622. package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts +14 -14
  1623. package/lib/esm/appui-react/uistate/UserSettingsStorage.js +57 -57
  1624. package/lib/esm/appui-react/uistate/UserSettingsStorage.js.map +1 -1
  1625. package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  1626. package/lib/esm/appui-react/uistate/useUiStateStorage.js +33 -33
  1627. package/lib/esm/appui-react/uistate/useUiStateStorage.js.map +1 -1
  1628. package/lib/esm/appui-react/utils/PropsHelper.d.ts +20 -20
  1629. package/lib/esm/appui-react/utils/PropsHelper.js +62 -62
  1630. package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
  1631. package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  1632. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +56 -56
  1633. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  1634. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +83 -83
  1635. package/lib/esm/appui-react/utils/UiShowHideManager.js +184 -184
  1636. package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
  1637. package/lib/esm/appui-react/utils/ViewUtilities.d.ts +66 -66
  1638. package/lib/esm/appui-react/utils/ViewUtilities.js +94 -94
  1639. package/lib/esm/appui-react/utils/ViewUtilities.js.map +1 -1
  1640. package/lib/esm/appui-react/widget-panels/Content.d.ts +6 -6
  1641. package/lib/esm/appui-react/widget-panels/Content.js +53 -53
  1642. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1643. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +120 -120
  1644. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  1645. package/lib/esm/appui-react/widget-panels/Frontstage.js +1162 -1156
  1646. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1647. package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -19
  1648. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  1649. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
  1650. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  1651. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  1652. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +33 -33
  1653. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  1654. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts +8 -8
  1655. package/lib/esm/appui-react/widget-panels/StatusBar.js +23 -23
  1656. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1657. package/lib/esm/appui-react/widget-panels/StatusBar.scss +10 -10
  1658. package/lib/esm/appui-react/widget-panels/Tab.d.ts +10 -10
  1659. package/lib/esm/appui-react/widget-panels/Tab.js +29 -29
  1660. package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
  1661. package/lib/esm/appui-react/widget-panels/Tab.scss +14 -14
  1662. package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  1663. package/lib/esm/appui-react/widget-panels/ToolSettings.js +145 -145
  1664. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1665. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +40 -40
  1666. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts +7 -7
  1667. package/lib/esm/appui-react/widget-panels/Toolbars.js +20 -20
  1668. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1669. package/lib/esm/appui-react/widget-panels/Toolbars.scss +20 -20
  1670. package/lib/esm/appui-react/widget-panels/useTransientState.d.ts +7 -7
  1671. package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
  1672. package/lib/esm/appui-react/widget-panels/useTransientState.js.map +1 -1
  1673. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  1674. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +27 -27
  1675. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  1676. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts +21 -21
  1677. package/lib/esm/appui-react/widgets/BackstageAppButton.js +51 -51
  1678. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  1679. package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  1680. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +56 -56
  1681. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  1682. package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  1683. package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
  1684. package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
  1685. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  1686. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +44 -44
  1687. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  1688. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts +34 -34
  1689. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js +60 -60
  1690. package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js.map +1 -1
  1691. package/lib/esm/appui-react/widgets/NavigationWidget.d.ts +55 -55
  1692. package/lib/esm/appui-react/widgets/NavigationWidget.js +149 -149
  1693. package/lib/esm/appui-react/widgets/NavigationWidget.js.map +1 -1
  1694. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  1695. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +105 -105
  1696. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1697. package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts +32 -32
  1698. package/lib/esm/appui-react/widgets/ReviewToolWidget.js +69 -69
  1699. package/lib/esm/appui-react/widgets/ReviewToolWidget.js.map +1 -1
  1700. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  1701. package/lib/esm/appui-react/widgets/StableWidgetDef.js +25 -25
  1702. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  1703. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  1704. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +38 -38
  1705. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  1706. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +29 -29
  1707. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +50 -50
  1708. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  1709. package/lib/esm/appui-react/widgets/ToolSettingsContent.scss +60 -60
  1710. package/lib/esm/appui-react/widgets/ToolWidget.d.ts +46 -46
  1711. package/lib/esm/appui-react/widgets/ToolWidget.js +84 -84
  1712. package/lib/esm/appui-react/widgets/ToolWidget.js.map +1 -1
  1713. package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  1714. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
  1715. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  1716. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts +25 -25
  1717. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js +50 -50
  1718. package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js.map +1 -1
  1719. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  1720. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +32 -32
  1721. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  1722. package/lib/esm/appui-react/widgets/Widget.d.ts +13 -13
  1723. package/lib/esm/appui-react/widgets/Widget.js +20 -20
  1724. package/lib/esm/appui-react/widgets/Widget.js.map +1 -1
  1725. package/lib/esm/appui-react/widgets/WidgetControl.d.ts +33 -33
  1726. package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
  1727. package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
  1728. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +209 -209
  1729. package/lib/esm/appui-react/widgets/WidgetDef.js +360 -360
  1730. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1731. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +41 -41
  1732. package/lib/esm/appui-react/widgets/WidgetHost.js +176 -176
  1733. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1734. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +56 -56
  1735. package/lib/esm/appui-react/widgets/WidgetManager.js +149 -149
  1736. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  1737. package/lib/esm/appui-react/widgets/WidgetProps.d.ts +24 -24
  1738. package/lib/esm/appui-react/widgets/WidgetProps.js +8 -8
  1739. package/lib/esm/appui-react/widgets/WidgetProps.js.map +1 -1
  1740. package/lib/esm/appui-react/widgets/WidgetStack.d.ts +134 -134
  1741. package/lib/esm/appui-react/widgets/WidgetStack.js +130 -130
  1742. package/lib/esm/appui-react/widgets/WidgetStack.js.map +1 -1
  1743. package/lib/esm/appui-react/workflow/Task.d.ts +47 -47
  1744. package/lib/esm/appui-react/workflow/Task.js +67 -67
  1745. package/lib/esm/appui-react/workflow/Task.js.map +1 -1
  1746. package/lib/esm/appui-react/workflow/Workflow.d.ts +152 -152
  1747. package/lib/esm/appui-react/workflow/Workflow.js +230 -230
  1748. package/lib/esm/appui-react/workflow/Workflow.js.map +1 -1
  1749. package/lib/esm/appui-react/zones/FrameworkZone.d.ts +43 -43
  1750. package/lib/esm/appui-react/zones/FrameworkZone.js +46 -46
  1751. package/lib/esm/appui-react/zones/FrameworkZone.js.map +1 -1
  1752. package/lib/esm/appui-react/zones/Outline.d.ts +13 -13
  1753. package/lib/esm/appui-react/zones/Outline.js +17 -17
  1754. package/lib/esm/appui-react/zones/Outline.js.map +1 -1
  1755. package/lib/esm/appui-react/zones/StatusBarZone.d.ts +27 -27
  1756. package/lib/esm/appui-react/zones/StatusBarZone.js +28 -28
  1757. package/lib/esm/appui-react/zones/StatusBarZone.js.map +1 -1
  1758. package/lib/esm/appui-react/zones/Zone.d.ts +83 -83
  1759. package/lib/esm/appui-react/zones/Zone.js +150 -150
  1760. package/lib/esm/appui-react/zones/Zone.js.map +1 -1
  1761. package/lib/esm/appui-react/zones/ZoneDef.d.ts +55 -55
  1762. package/lib/esm/appui-react/zones/ZoneDef.js +87 -87
  1763. package/lib/esm/appui-react/zones/ZoneDef.js.map +1 -1
  1764. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  1765. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js +71 -71
  1766. package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  1767. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.d.ts +14 -14
  1768. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js +41 -41
  1769. package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js.map +1 -1
  1770. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.d.ts +58 -58
  1771. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js +124 -124
  1772. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -1
  1773. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +53 -53
  1774. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js +91 -91
  1775. package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -1
  1776. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.d.ts +35 -35
  1777. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js +34 -34
  1778. package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -1
  1779. package/lib/esm/appui-react.d.ts +375 -375
  1780. package/lib/esm/appui-react.js +380 -380
  1781. package/lib/esm/appui-react.js.map +1 -1
  1782. package/lib/public/locales/en/UiFramework.json +376 -376
  1783. package/package.json +32 -32
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarComposer.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarComposer.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport {\r\n AbstractStatusBarActionItem, AbstractStatusBarLabelItem, CommonStatusBarItem, ConditionalBooleanValue, ConditionalStringValue,\r\n isAbstractStatusBarActionItem, isAbstractStatusBarLabelItem, StatusBarItemsManager, StatusBarLabelSide, StatusBarSection, UiSyncEventArgs,\r\n} from \"@itwin/appui-abstract\";\r\nimport { CommonProps, Icon, useRefs, useResizeObserver } from \"@itwin/core-react\";\r\nimport { eqlOverflown, FooterIndicator } from \"@itwin/appui-layout-react\";\r\nimport { SyncUiEventDispatcher } from \"../syncui/SyncUiEventDispatcher\";\r\nimport { Indicator } from \"../statusfields/Indicator\";\r\nimport { StatusBarOverflow } from \"./Overflow\";\r\nimport { StatusBarOverflowPanel } from \"./OverflowPanel\";\r\nimport { StatusBarCenterSection, StatusBarContext, StatusBarLeftSection, StatusBarRightSection, StatusBarSpaceBetween } from \"./StatusBar\";\r\nimport { isStatusBarItem } from \"./StatusBarItem\";\r\nimport { useDefaultStatusBarItems } from \"./useDefaultStatusBarItems\";\r\nimport { useUiItemsProviderStatusBarItems } from \"./useUiItemsProviderStatusBarItems\";\r\n\r\n/** Private function to generate a value that will allow the proper order to be maintained when items are placed in overflow panel */\r\nfunction getCombinedSectionItemPriority(item: CommonStatusBarItem) {\r\n let sectionValue = 0;\r\n if (item.section === StatusBarSection.Center)\r\n sectionValue = 100000;\r\n else if (item.section === StatusBarSection.Context)\r\n sectionValue = 200000;\r\n else if (item.section === StatusBarSection.Right)\r\n sectionValue = 300000;\r\n return sectionValue + item.itemPriority;\r\n}\r\n\r\ninterface DockedStatusBarEntryContextArg {\r\n readonly isOverflown: boolean;\r\n readonly onResize: (w: number) => void;\r\n}\r\n\r\n// eslint-disable-next-line @typescript-eslint/naming-convention\r\nconst DockedStatusBarEntryContext = React.createContext<DockedStatusBarEntryContextArg>(null!);\r\nDockedStatusBarEntryContext.displayName = \"nz:DockedStatusBarEntryContext\";\r\n\r\n/** @internal */\r\nexport function useStatusBarEntry() {\r\n return React.useContext(DockedStatusBarEntryContext);\r\n}\r\n\r\n/** Properties of [[DockedStatusBarItem]] component.\r\n * @internal future\r\n */\r\nexport interface StatusBarItemProps extends CommonProps {\r\n /** Tool setting content. */\r\n children?: React.ReactNode;\r\n itemPriority?: number;\r\n providerId?: string;\r\n section?: string;\r\n}\r\n\r\n/** Used in [[StatusBarComposer]] component to display a statusbar item.\r\n * @internal future\r\n */\r\nexport function DockedStatusBarItem(props: StatusBarItemProps) {\r\n const { onResize } = useStatusBarEntry();\r\n const ref = useResizeObserver<HTMLDivElement>(onResize);\r\n const className = classnames(\r\n \"uifw-statusbar-item-container\",\r\n props.className,\r\n );\r\n return (\r\n <div\r\n data-item-id={props.itemId}\r\n data-item-type=\"status-bar-item\"\r\n data-item-location={props.section}\r\n data-item-priority={props.itemPriority}\r\n data-item-provider-id={props.providerId}\r\n className={className}\r\n ref={ref}\r\n style={props.style}\r\n >\r\n {props.children}\r\n </div>\r\n );\r\n}\r\n\r\ninterface DockedStatusBarEntryProps {\r\n children?: React.ReactNode;\r\n entryKey: string;\r\n getOnResize: (key: string) => (w: number) => void;\r\n}\r\n\r\n/** Wrapper for status bar entries so their size can be used to determine if the status bar container can display them or if they will need to be placed in an overflow panel. */\r\n// eslint-disable-next-line @typescript-eslint/naming-convention, no-shadow\r\nconst DockedStatusBarEntry = React.memo<DockedStatusBarEntryProps>(function DockedStatusbarEntry({ children, entryKey, getOnResize }) {\r\n const onResize = React.useMemo(() => getOnResize(entryKey), [getOnResize, entryKey]);\r\n const entry = React.useMemo<DockedStatusBarEntryContextArg>(() => ({\r\n isOverflown: false,\r\n onResize,\r\n }), [onResize]);\r\n return (\r\n <DockedStatusBarEntryContext.Provider value={entry}>\r\n {children}\r\n </DockedStatusBarEntryContext.Provider>\r\n );\r\n});\r\n\r\n/** Private function to set up sync event monitoring of statusbar items */\r\nfunction useStatusBarItemSyncEffect(itemsManager: StatusBarItemsManager, syncIdsOfInterest: string[]) {\r\n React.useEffect(() => {\r\n const handleSyncUiEvent = (args: UiSyncEventArgs) => {\r\n if (0 === syncIdsOfInterest.length)\r\n return;\r\n\r\n // istanbul ignore else\r\n if (syncIdsOfInterest.some((value: string): boolean => args.eventIds.has(value.toLowerCase()))) {\r\n // process each item that has interest\r\n itemsManager.refreshAffectedItems(args.eventIds);\r\n }\r\n };\r\n\r\n // Note: that items with conditions have condition run when loaded into the items manager\r\n SyncUiEventDispatcher.onSyncUiEvent.addListener(handleSyncUiEvent);\r\n return () => {\r\n SyncUiEventDispatcher.onSyncUiEvent.removeListener(handleSyncUiEvent);\r\n };\r\n }, [itemsManager, itemsManager.items, syncIdsOfInterest]);\r\n}\r\n\r\n/** function to produce a StatusBarItem component from an AbstractStatusBarLabelItem */\r\nfunction generateActionStatusLabelItem(item: AbstractStatusBarLabelItem, isInFooterMode: boolean): React.ReactNode {\r\n const iconPaddingClass = item.labelSide === StatusBarLabelSide.Left ? \"nz-icon-padding-right\" : \"nz-icon-padding-left\";\r\n return (<FooterIndicator\r\n isInFooterMode={isInFooterMode}\r\n >\r\n {item.icon && <Icon iconSpec={item.icon} />}\r\n {item.label && <span className={iconPaddingClass}>{ConditionalStringValue.getValue(item.label)}</span>}\r\n </FooterIndicator>\r\n );\r\n}\r\n\r\n/** function to produce a StatusBarItem component from an AbstractStatusBarActionItem */\r\nfunction generateActionStatusBarItem(item: AbstractStatusBarActionItem, isInFooterMode: boolean): React.ReactNode {\r\n return <Indicator toolTip={ConditionalStringValue.getValue(item.tooltip)} opened={false} onClick={item.execute} iconSpec={item.icon}\r\n isInFooterMode={isInFooterMode} />;\r\n}\r\n\r\n/** local function to combine items from Stage and from Extensions */\r\nfunction combineItems(stageItems: ReadonlyArray<CommonStatusBarItem>, addonItems: ReadonlyArray<CommonStatusBarItem>) {\r\n const items: CommonStatusBarItem[] = [];\r\n if (stageItems.length) {\r\n // Walk through each and ensure no duplicate ids are added.\r\n stageItems.forEach((srcItem) => {\r\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\r\n items.push(srcItem);\r\n }\r\n });\r\n }\r\n if (addonItems.length) {\r\n // Walk through each and ensure no duplicate ids are added.\r\n addonItems.forEach((srcItem) => {\r\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\r\n items.push(srcItem);\r\n }\r\n });\r\n }\r\n return items;\r\n}\r\n\r\n/** local function to ensure a width value is defined for a status bar entries. */\r\nfunction verifiedMapEntries<T>(map: Map<string, T | undefined>) {\r\n for (const [, val] of map) {\r\n // istanbul ignore next\r\n if (val === undefined)\r\n return undefined;\r\n }\r\n return map as Map<string, T>;\r\n}\r\n\r\n/** Returns a subset of docked entry keys that exceed given width and should be placed in overflow panel. */\r\nfunction getItemToPlaceInOverflow(width: number, docked: ReadonlyArray<readonly [string, number]>, overflowWidth: number) {\r\n let settingsWidth = 0;\r\n\r\n let i = 0;\r\n for (; i < docked.length; i++) {\r\n const w = docked[i][1];\r\n const newSettingsWidth = settingsWidth + w;\r\n if (newSettingsWidth > width) {\r\n settingsWidth += overflowWidth;\r\n break;\r\n }\r\n settingsWidth = newSettingsWidth;\r\n }\r\n\r\n let j = i;\r\n for (; j > 0; j--) {\r\n if (settingsWidth <= width)\r\n break;\r\n const w = docked[j][1];\r\n settingsWidth -= w;\r\n }\r\n\r\n const overflowItems = new Array<string>();\r\n for (i = j; i < docked.length; i++) {\r\n overflowItems.push(docked[i][0]);\r\n }\r\n return overflowItems;\r\n}\r\n\r\nfunction isItemInOverflow(id: string, overflowItemIds: ReadonlyArray<string> | undefined) {\r\n if (!overflowItemIds || 0 === overflowItemIds.length)\r\n return false;\r\n return !!overflowItemIds.find((value) => value === id);\r\n}\r\n\r\n/** Properties for the [[StatusBarComposer]] React components\r\n * @public\r\n */\r\nexport interface StatusBarComposerProps extends CommonProps {\r\n /** Status Bar items */\r\n items: CommonStatusBarItem[];\r\n\r\n /** CSS class name override for the overall Status Bar */\r\n mainClassName?: string;\r\n /** CSS class name override for the left section */\r\n leftClassName?: string;\r\n /** CSS class name override for the center section */\r\n centerClassName?: string;\r\n /** CSS class name override for the right section */\r\n rightClassName?: string;\r\n}\r\n\r\n/** Component to load components into the [[StatusBar]].\r\n * @public\r\n */\r\nexport function StatusBarComposer(props: StatusBarComposerProps) {\r\n const { className, style, items, mainClassName, leftClassName, centerClassName, rightClassName } = props;\r\n const [defaultItemsManager, setDefaultItemsManager] = React.useState(() => new StatusBarItemsManager(items));\r\n const [isOverflowPanelOpen, setIsOverflowPanelOpen] = React.useState(false);\r\n const containerWidth = React.useRef<number | undefined>(undefined);\r\n\r\n const isInitialMount = React.useRef(true);\r\n React.useEffect(() => {\r\n if (isInitialMount.current)\r\n isInitialMount.current = false;\r\n else {\r\n setDefaultItemsManager(new StatusBarItemsManager(items));\r\n }\r\n }, [items]);\r\n const defaultItems = useDefaultStatusBarItems(defaultItemsManager);\r\n const syncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(defaultItems), [defaultItems]);\r\n useStatusBarItemSyncEffect(defaultItemsManager, syncIdsOfInterest);\r\n\r\n const statusBarContext = React.useContext(StatusBarContext);\r\n const [addonItemsManager] = React.useState(() => new StatusBarItemsManager());\r\n const addonItems = useUiItemsProviderStatusBarItems(addonItemsManager);\r\n const addonSyncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(addonItems), [addonItems]);\r\n useStatusBarItemSyncEffect(addonItemsManager, addonSyncIdsOfInterest);\r\n\r\n const statusBarItems = React.useMemo(() => combineItems(defaultItems, addonItems), [defaultItems, addonItems]);\r\n const entryWidths = React.useRef(new Map<string, number | undefined>());\r\n const overflowWidth = React.useRef<number | undefined>(undefined);\r\n const [overflown, setOverflown] = React.useState<ReadonlyArray<string>>();\r\n\r\n const calculateOverflow = React.useCallback(() => {\r\n const widths = verifiedMapEntries(entryWidths.current);\r\n if (containerWidth.current === undefined ||\r\n widths === undefined ||\r\n overflowWidth.current === undefined\r\n ) {\r\n setOverflown(new Array<string>());\r\n return;\r\n }\r\n\r\n // Calculate overflow.\r\n const newOverflown = getItemToPlaceInOverflow(containerWidth.current, [...widths.entries()], overflowWidth.current);\r\n if (!eqlOverflown(overflown, newOverflown)) {\r\n setOverflown(newOverflown);\r\n // istanbul ignore next\r\n if (0 === newOverflown.length && isOverflowPanelOpen)\r\n setIsOverflowPanelOpen(false);\r\n }\r\n }, [isOverflowPanelOpen, overflown]);\r\n\r\n const handleOverflowResize = React.useCallback((w: number) => {\r\n const calculate = overflowWidth.current !== w;\r\n overflowWidth.current = w;\r\n calculate && calculateOverflow();\r\n }, [calculateOverflow]);\r\n\r\n const handleEntryResize = React.useCallback((key: string) => (w: number) => {\r\n const oldW = entryWidths.current.get(key);\r\n if ((undefined === oldW) || Math.abs(oldW - w) > 2) {\r\n entryWidths.current.set(key, w);\r\n calculateOverflow();\r\n }\r\n }, [calculateOverflow]);\r\n\r\n const getSectionName = (section: StatusBarSection) => {\r\n switch (section) {\r\n case StatusBarSection.Center:\r\n case StatusBarSection.Stage:\r\n return \"status-bar-center\";\r\n case StatusBarSection.Context:\r\n return \"status-bar-right-start\";\r\n case StatusBarSection.Right:\r\n case StatusBarSection.Selection:\r\n return \"status-bar-right-end\";\r\n case StatusBarSection.Left:\r\n case StatusBarSection.Message:\r\n return \"status-bar-left\";\r\n }\r\n };\r\n\r\n /** generate a wrapped status bar entry that will report its size. */\r\n const getComponent = React.useCallback((item: CommonStatusBarItem, key: string, itemPriority: number,\r\n section: StatusBarSection, providerId?: string): React.ReactNode => {\r\n return (\r\n <DockedStatusBarEntry\r\n key={key}\r\n entryKey={key}\r\n getOnResize={handleEntryResize}\r\n >\r\n <DockedStatusBarItem key={key} itemId={item.id} itemPriority={itemPriority} providerId={providerId} section={getSectionName(section)} >\r\n {isStatusBarItem(item) && item.reactNode}\r\n {// eslint-disable-next-line deprecation/deprecation\r\n isAbstractStatusBarActionItem(item) && generateActionStatusBarItem(item, statusBarContext.isInFooterMode)}\r\n {// eslint-disable-next-line deprecation/deprecation\r\n isAbstractStatusBarLabelItem(item) && generateActionStatusLabelItem(item, statusBarContext.isInFooterMode)}\r\n </DockedStatusBarItem>\r\n </DockedStatusBarEntry>\r\n );\r\n // eslint-disable-next-line deprecation/deprecation\r\n }, [statusBarContext.isInFooterMode, handleEntryResize]);\r\n\r\n const getSectionItems = React.useCallback((section: StatusBarSection): React.ReactNode[] => {\r\n const sectionItems = statusBarItems\r\n .filter((item) => item.section as number === section && !isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\r\n .sort((a, b) => a.itemPriority - b.itemPriority);\r\n\r\n return sectionItems.map((sectionItem) => (\r\n <React.Fragment key={sectionItem.id}>\r\n {getComponent(sectionItem, sectionItem.id, sectionItem.itemPriority, sectionItem.section, sectionItem.providerId)}\r\n </React.Fragment>\r\n ));\r\n }, [statusBarItems, overflown, getComponent]);\r\n\r\n const getOverflowItems = React.useCallback((): React.ReactNode[] => {\r\n const itemsInOverflow = statusBarItems\r\n .filter((item) => isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\r\n .sort((a, b) => getCombinedSectionItemPriority(a) - getCombinedSectionItemPriority(b)).reverse();\r\n\r\n return itemsInOverflow.map((item) => (\r\n <React.Fragment key={item.id}>\r\n {getComponent(item, item.id, item.itemPriority, item.section, item.providerId)}\r\n </React.Fragment>\r\n ));\r\n }, [statusBarItems, overflown, getComponent]);\r\n\r\n const handleContainerResize = React.useCallback((w: number) => {\r\n if ((undefined === containerWidth.current) || Math.abs(containerWidth.current - w) > 2) {\r\n containerWidth.current = w;\r\n calculateOverflow();\r\n }\r\n }, [calculateOverflow]);\r\n\r\n const containerRef = React.useRef<HTMLDivElement>(null);\r\n const targetRef = React.useRef<HTMLDivElement>(null);\r\n const resizeObserverRef = useResizeObserver(handleContainerResize);\r\n // allow both the containerRef and the resize observer function that takes a ref to be processed when the ref is set.\r\n const refs = useRefs(containerRef, resizeObserverRef);\r\n\r\n const onOverflowClick = React.useCallback(() => {\r\n setIsOverflowPanelOpen((prev) => !prev);\r\n }, []);\r\n // istanbul ignore next\r\n const handleOnClose = React.useCallback(() => {\r\n setIsOverflowPanelOpen(false);\r\n }, []);\r\n const leftItems = React.useMemo(() => getSectionItems(StatusBarSection.Left), [getSectionItems]);\r\n const centerItems = React.useMemo(() => getSectionItems(StatusBarSection.Center), [getSectionItems]);\r\n const rightItems = React.useMemo(() => getSectionItems(StatusBarSection.Right), [getSectionItems]);\r\n const contextItems = React.useMemo(() => getSectionItems(StatusBarSection.Context), [getSectionItems]);\r\n const overflowItems = React.useMemo(() => getOverflowItems(), [getOverflowItems]);\r\n\r\n const containerClassName = classnames(\r\n \"uifw-statusbar-docked\",\r\n className,\r\n );\r\n\r\n return (\r\n <div\r\n className={containerClassName}\r\n ref={refs}\r\n style={style}\r\n role=\"presentation\"\r\n >\r\n <StatusBarSpaceBetween className={mainClassName}>\r\n <StatusBarLeftSection className={leftClassName}>\r\n {leftItems}\r\n </StatusBarLeftSection>\r\n <StatusBarCenterSection className={centerClassName}>\r\n {centerItems}\r\n {contextItems}\r\n </StatusBarCenterSection>\r\n <StatusBarRightSection className={rightClassName}>\r\n {rightItems}\r\n {(!overflown || overflown.length > 0) && (\r\n <>\r\n <StatusBarOverflow\r\n onClick={onOverflowClick}\r\n onResize={handleOverflowResize}\r\n ref={targetRef}\r\n />\r\n {overflowItems.length > 0 && isOverflowPanelOpen && targetRef.current &&\r\n <StatusBarOverflowPanel\r\n onClose={handleOnClose}\r\n open={true}\r\n target={targetRef.current}\r\n >\r\n <div className=\"uifw-statusbar-overflow-items-container\" data-testid=\"uifw-statusbar-overflow-items-container\">\r\n {overflowItems.map((overflowEntry) => overflowEntry)}\r\n </div>\r\n </StatusBarOverflowPanel>\r\n }\r\n </>\r\n )}\r\n\r\n </StatusBarRightSection>\r\n </StatusBarSpaceBetween>\r\n </div>\r\n );\r\n}\r\n"]}
1
+ {"version":3,"file":"StatusBarComposer.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarComposer.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module StatusBar\n */\n\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport {\n AbstractStatusBarActionItem, AbstractStatusBarLabelItem, CommonStatusBarItem, ConditionalBooleanValue, ConditionalStringValue,\n isAbstractStatusBarActionItem, isAbstractStatusBarLabelItem, StatusBarItemsManager, StatusBarLabelSide, StatusBarSection, UiSyncEventArgs,\n} from \"@itwin/appui-abstract\";\nimport { CommonProps, Icon, useRefs, useResizeObserver } from \"@itwin/core-react\";\nimport { eqlOverflown, FooterIndicator } from \"@itwin/appui-layout-react\";\nimport { SyncUiEventDispatcher } from \"../syncui/SyncUiEventDispatcher\";\nimport { Indicator } from \"../statusfields/Indicator\";\nimport { StatusBarOverflow } from \"./Overflow\";\nimport { StatusBarOverflowPanel } from \"./OverflowPanel\";\nimport { StatusBarCenterSection, StatusBarContext, StatusBarLeftSection, StatusBarRightSection, StatusBarSpaceBetween } from \"./StatusBar\";\nimport { isStatusBarItem } from \"./StatusBarItem\";\nimport { useDefaultStatusBarItems } from \"./useDefaultStatusBarItems\";\nimport { useUiItemsProviderStatusBarItems } from \"./useUiItemsProviderStatusBarItems\";\n\n/** Private function to generate a value that will allow the proper order to be maintained when items are placed in overflow panel */\nfunction getCombinedSectionItemPriority(item: CommonStatusBarItem) {\n let sectionValue = 0;\n if (item.section === StatusBarSection.Center)\n sectionValue = 100000;\n else if (item.section === StatusBarSection.Context)\n sectionValue = 200000;\n else if (item.section === StatusBarSection.Right)\n sectionValue = 300000;\n return sectionValue + item.itemPriority;\n}\n\ninterface DockedStatusBarEntryContextArg {\n readonly isOverflown: boolean;\n readonly onResize: (w: number) => void;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nconst DockedStatusBarEntryContext = React.createContext<DockedStatusBarEntryContextArg>(null!);\nDockedStatusBarEntryContext.displayName = \"nz:DockedStatusBarEntryContext\";\n\n/** @internal */\nexport function useStatusBarEntry() {\n return React.useContext(DockedStatusBarEntryContext);\n}\n\n/** Properties of [[DockedStatusBarItem]] component.\n * @internal future\n */\nexport interface StatusBarItemProps extends CommonProps {\n /** Tool setting content. */\n children?: React.ReactNode;\n itemPriority?: number;\n providerId?: string;\n section?: string;\n}\n\n/** Used in [[StatusBarComposer]] component to display a statusbar item.\n * @internal future\n */\nexport function DockedStatusBarItem(props: StatusBarItemProps) {\n const { onResize } = useStatusBarEntry();\n const ref = useResizeObserver<HTMLDivElement>(onResize);\n const className = classnames(\n \"uifw-statusbar-item-container\",\n props.className,\n );\n return (\n <div\n data-item-id={props.itemId}\n data-item-type=\"status-bar-item\"\n data-item-location={props.section}\n data-item-priority={props.itemPriority}\n data-item-provider-id={props.providerId}\n className={className}\n ref={ref}\n style={props.style}\n >\n {props.children}\n </div>\n );\n}\n\ninterface DockedStatusBarEntryProps {\n children?: React.ReactNode;\n entryKey: string;\n getOnResize: (key: string) => (w: number) => void;\n}\n\n/** Wrapper for status bar entries so their size can be used to determine if the status bar container can display them or if they will need to be placed in an overflow panel. */\n// eslint-disable-next-line @typescript-eslint/naming-convention, no-shadow\nconst DockedStatusBarEntry = React.memo<DockedStatusBarEntryProps>(function DockedStatusbarEntry({ children, entryKey, getOnResize }) {\n const onResize = React.useMemo(() => getOnResize(entryKey), [getOnResize, entryKey]);\n const entry = React.useMemo<DockedStatusBarEntryContextArg>(() => ({\n isOverflown: false,\n onResize,\n }), [onResize]);\n return (\n <DockedStatusBarEntryContext.Provider value={entry}>\n {children}\n </DockedStatusBarEntryContext.Provider>\n );\n});\n\n/** Private function to set up sync event monitoring of statusbar items */\nfunction useStatusBarItemSyncEffect(itemsManager: StatusBarItemsManager, syncIdsOfInterest: string[]) {\n React.useEffect(() => {\n const handleSyncUiEvent = (args: UiSyncEventArgs) => {\n if (0 === syncIdsOfInterest.length)\n return;\n\n // istanbul ignore else\n if (syncIdsOfInterest.some((value: string): boolean => args.eventIds.has(value.toLowerCase()))) {\n // process each item that has interest\n itemsManager.refreshAffectedItems(args.eventIds);\n }\n };\n\n // Note: that items with conditions have condition run when loaded into the items manager\n SyncUiEventDispatcher.onSyncUiEvent.addListener(handleSyncUiEvent);\n return () => {\n SyncUiEventDispatcher.onSyncUiEvent.removeListener(handleSyncUiEvent);\n };\n }, [itemsManager, itemsManager.items, syncIdsOfInterest]);\n}\n\n/** function to produce a StatusBarItem component from an AbstractStatusBarLabelItem */\nfunction generateActionStatusLabelItem(item: AbstractStatusBarLabelItem, isInFooterMode: boolean): React.ReactNode {\n const iconPaddingClass = item.labelSide === StatusBarLabelSide.Left ? \"nz-icon-padding-right\" : \"nz-icon-padding-left\";\n return (<FooterIndicator\n isInFooterMode={isInFooterMode}\n >\n {item.icon && <Icon iconSpec={item.icon} />}\n {item.label && <span className={iconPaddingClass}>{ConditionalStringValue.getValue(item.label)}</span>}\n </FooterIndicator>\n );\n}\n\n/** function to produce a StatusBarItem component from an AbstractStatusBarActionItem */\nfunction generateActionStatusBarItem(item: AbstractStatusBarActionItem, isInFooterMode: boolean): React.ReactNode {\n return <Indicator toolTip={ConditionalStringValue.getValue(item.tooltip)} opened={false} onClick={item.execute} iconSpec={item.icon}\n isInFooterMode={isInFooterMode} />;\n}\n\n/** local function to combine items from Stage and from Extensions */\nfunction combineItems(stageItems: ReadonlyArray<CommonStatusBarItem>, addonItems: ReadonlyArray<CommonStatusBarItem>) {\n const items: CommonStatusBarItem[] = [];\n if (stageItems.length) {\n // Walk through each and ensure no duplicate ids are added.\n stageItems.forEach((srcItem) => {\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\n items.push(srcItem);\n }\n });\n }\n if (addonItems.length) {\n // Walk through each and ensure no duplicate ids are added.\n addonItems.forEach((srcItem) => {\n if (-1 === items.findIndex((item) => item.id === srcItem.id)) {\n items.push(srcItem);\n }\n });\n }\n return items;\n}\n\n/** local function to ensure a width value is defined for a status bar entries. */\nfunction verifiedMapEntries<T>(map: Map<string, T | undefined>) {\n for (const [, val] of map) {\n // istanbul ignore next\n if (val === undefined)\n return undefined;\n }\n return map as Map<string, T>;\n}\n\n/** Returns a subset of docked entry keys that exceed given width and should be placed in overflow panel. */\nfunction getItemToPlaceInOverflow(width: number, docked: ReadonlyArray<readonly [string, number]>, overflowWidth: number) {\n let settingsWidth = 0;\n\n let i = 0;\n for (; i < docked.length; i++) {\n const w = docked[i][1];\n const newSettingsWidth = settingsWidth + w;\n if (newSettingsWidth > width) {\n settingsWidth += overflowWidth;\n break;\n }\n settingsWidth = newSettingsWidth;\n }\n\n let j = i;\n for (; j > 0; j--) {\n if (settingsWidth <= width)\n break;\n const w = docked[j][1];\n settingsWidth -= w;\n }\n\n const overflowItems = new Array<string>();\n for (i = j; i < docked.length; i++) {\n overflowItems.push(docked[i][0]);\n }\n return overflowItems;\n}\n\nfunction isItemInOverflow(id: string, overflowItemIds: ReadonlyArray<string> | undefined) {\n if (!overflowItemIds || 0 === overflowItemIds.length)\n return false;\n return !!overflowItemIds.find((value) => value === id);\n}\n\n/** Properties for the [[StatusBarComposer]] React components\n * @public\n */\nexport interface StatusBarComposerProps extends CommonProps {\n /** Status Bar items */\n items: CommonStatusBarItem[];\n\n /** CSS class name override for the overall Status Bar */\n mainClassName?: string;\n /** CSS class name override for the left section */\n leftClassName?: string;\n /** CSS class name override for the center section */\n centerClassName?: string;\n /** CSS class name override for the right section */\n rightClassName?: string;\n}\n\n/** Component to load components into the [[StatusBar]].\n * @public\n */\nexport function StatusBarComposer(props: StatusBarComposerProps) {\n const { className, style, items, mainClassName, leftClassName, centerClassName, rightClassName } = props;\n const [defaultItemsManager, setDefaultItemsManager] = React.useState(() => new StatusBarItemsManager(items));\n const [isOverflowPanelOpen, setIsOverflowPanelOpen] = React.useState(false);\n const containerWidth = React.useRef<number | undefined>(undefined);\n\n const isInitialMount = React.useRef(true);\n React.useEffect(() => {\n if (isInitialMount.current)\n isInitialMount.current = false;\n else {\n setDefaultItemsManager(new StatusBarItemsManager(items));\n }\n }, [items]);\n const defaultItems = useDefaultStatusBarItems(defaultItemsManager);\n const syncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(defaultItems), [defaultItems]);\n useStatusBarItemSyncEffect(defaultItemsManager, syncIdsOfInterest);\n\n const statusBarContext = React.useContext(StatusBarContext);\n const [addonItemsManager] = React.useState(() => new StatusBarItemsManager());\n const addonItems = useUiItemsProviderStatusBarItems(addonItemsManager);\n const addonSyncIdsOfInterest = React.useMemo(() => StatusBarItemsManager.getSyncIdsOfInterest(addonItems), [addonItems]);\n useStatusBarItemSyncEffect(addonItemsManager, addonSyncIdsOfInterest);\n\n const statusBarItems = React.useMemo(() => combineItems(defaultItems, addonItems), [defaultItems, addonItems]);\n const entryWidths = React.useRef(new Map<string, number | undefined>());\n const overflowWidth = React.useRef<number | undefined>(undefined);\n const [overflown, setOverflown] = React.useState<ReadonlyArray<string>>();\n\n const calculateOverflow = React.useCallback(() => {\n const widths = verifiedMapEntries(entryWidths.current);\n if (containerWidth.current === undefined ||\n widths === undefined ||\n overflowWidth.current === undefined\n ) {\n setOverflown(new Array<string>());\n return;\n }\n\n // Calculate overflow.\n const newOverflown = getItemToPlaceInOverflow(containerWidth.current, [...widths.entries()], overflowWidth.current);\n if (!eqlOverflown(overflown, newOverflown)) {\n setOverflown(newOverflown);\n // istanbul ignore next\n if (0 === newOverflown.length && isOverflowPanelOpen)\n setIsOverflowPanelOpen(false);\n }\n }, [isOverflowPanelOpen, overflown]);\n\n const handleOverflowResize = React.useCallback((w: number) => {\n const calculate = overflowWidth.current !== w;\n overflowWidth.current = w;\n calculate && calculateOverflow();\n }, [calculateOverflow]);\n\n const handleEntryResize = React.useCallback((key: string) => (w: number) => {\n const oldW = entryWidths.current.get(key);\n if ((undefined === oldW) || Math.abs(oldW - w) > 2) {\n entryWidths.current.set(key, w);\n calculateOverflow();\n }\n }, [calculateOverflow]);\n\n const getSectionName = (section: StatusBarSection) => {\n switch (section) {\n case StatusBarSection.Center:\n case StatusBarSection.Stage:\n return \"status-bar-center\";\n case StatusBarSection.Context:\n return \"status-bar-right-start\";\n case StatusBarSection.Right:\n case StatusBarSection.Selection:\n return \"status-bar-right-end\";\n case StatusBarSection.Left:\n case StatusBarSection.Message:\n return \"status-bar-left\";\n }\n };\n\n /** generate a wrapped status bar entry that will report its size. */\n const getComponent = React.useCallback((item: CommonStatusBarItem, key: string, itemPriority: number,\n section: StatusBarSection, providerId?: string): React.ReactNode => {\n return (\n <DockedStatusBarEntry\n key={key}\n entryKey={key}\n getOnResize={handleEntryResize}\n >\n <DockedStatusBarItem key={key} itemId={item.id} itemPriority={itemPriority} providerId={providerId} section={getSectionName(section)} >\n {isStatusBarItem(item) && item.reactNode}\n {// eslint-disable-next-line deprecation/deprecation\n isAbstractStatusBarActionItem(item) && generateActionStatusBarItem(item, statusBarContext.isInFooterMode)}\n {// eslint-disable-next-line deprecation/deprecation\n isAbstractStatusBarLabelItem(item) && generateActionStatusLabelItem(item, statusBarContext.isInFooterMode)}\n </DockedStatusBarItem>\n </DockedStatusBarEntry>\n );\n // eslint-disable-next-line deprecation/deprecation\n }, [statusBarContext.isInFooterMode, handleEntryResize]);\n\n const getSectionItems = React.useCallback((section: StatusBarSection): React.ReactNode[] => {\n const sectionItems = statusBarItems\n .filter((item) => item.section as number === section && !isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\n .sort((a, b) => a.itemPriority - b.itemPriority);\n\n return sectionItems.map((sectionItem) => (\n <React.Fragment key={sectionItem.id}>\n {getComponent(sectionItem, sectionItem.id, sectionItem.itemPriority, sectionItem.section, sectionItem.providerId)}\n </React.Fragment>\n ));\n }, [statusBarItems, overflown, getComponent]);\n\n const getOverflowItems = React.useCallback((): React.ReactNode[] => {\n const itemsInOverflow = statusBarItems\n .filter((item) => isItemInOverflow(item.id, overflown) && !ConditionalBooleanValue.getValue(item.isHidden))\n .sort((a, b) => getCombinedSectionItemPriority(a) - getCombinedSectionItemPriority(b)).reverse();\n\n return itemsInOverflow.map((item) => (\n <React.Fragment key={item.id}>\n {getComponent(item, item.id, item.itemPriority, item.section, item.providerId)}\n </React.Fragment>\n ));\n }, [statusBarItems, overflown, getComponent]);\n\n const handleContainerResize = React.useCallback((w: number) => {\n if ((undefined === containerWidth.current) || Math.abs(containerWidth.current - w) > 2) {\n containerWidth.current = w;\n calculateOverflow();\n }\n }, [calculateOverflow]);\n\n const containerRef = React.useRef<HTMLDivElement>(null);\n const targetRef = React.useRef<HTMLDivElement>(null);\n const resizeObserverRef = useResizeObserver(handleContainerResize);\n // allow both the containerRef and the resize observer function that takes a ref to be processed when the ref is set.\n const refs = useRefs(containerRef, resizeObserverRef);\n\n const onOverflowClick = React.useCallback(() => {\n setIsOverflowPanelOpen((prev) => !prev);\n }, []);\n // istanbul ignore next\n const handleOnClose = React.useCallback(() => {\n setIsOverflowPanelOpen(false);\n }, []);\n const leftItems = React.useMemo(() => getSectionItems(StatusBarSection.Left), [getSectionItems]);\n const centerItems = React.useMemo(() => getSectionItems(StatusBarSection.Center), [getSectionItems]);\n const rightItems = React.useMemo(() => getSectionItems(StatusBarSection.Right), [getSectionItems]);\n const contextItems = React.useMemo(() => getSectionItems(StatusBarSection.Context), [getSectionItems]);\n const overflowItems = React.useMemo(() => getOverflowItems(), [getOverflowItems]);\n\n const containerClassName = classnames(\n \"uifw-statusbar-docked\",\n className,\n );\n\n return (\n <div\n className={containerClassName}\n ref={refs}\n style={style}\n role=\"presentation\"\n >\n <StatusBarSpaceBetween className={mainClassName}>\n <StatusBarLeftSection className={leftClassName}>\n {leftItems}\n </StatusBarLeftSection>\n <StatusBarCenterSection className={centerClassName}>\n {centerItems}\n {contextItems}\n </StatusBarCenterSection>\n <StatusBarRightSection className={rightClassName}>\n {rightItems}\n {(!overflown || overflown.length > 0) && (\n <>\n <StatusBarOverflow\n onClick={onOverflowClick}\n onResize={handleOverflowResize}\n ref={targetRef}\n />\n {overflowItems.length > 0 && isOverflowPanelOpen && targetRef.current &&\n <StatusBarOverflowPanel\n onClose={handleOnClose}\n open={true}\n target={targetRef.current}\n >\n <div className=\"uifw-statusbar-overflow-items-container\" data-testid=\"uifw-statusbar-overflow-items-container\">\n {overflowItems.map((overflowEntry) => overflowEntry)}\n </div>\n </StatusBarOverflowPanel>\n }\n </>\n )}\n\n </StatusBarRightSection>\n </StatusBarSpaceBetween>\n </div>\n );\n}\n"]}
@@ -1,17 +1,17 @@
1
- /** @packageDocumentation
2
- * @module StatusBar
3
- */
4
- import * as React from "react";
5
- import { AbstractStatusBarCustomItem, CommonStatusBarItem } from "@itwin/appui-abstract";
6
- /** Describes the data needed to insert an item into the StatusBar.
7
- * @public
8
- */
9
- export interface StatusBarItem extends AbstractStatusBarCustomItem {
10
- /** React node for the StatusBar item. */
11
- readonly reactNode: React.ReactNode;
12
- }
13
- /** StatusBarItem type guard.
14
- * @public
15
- */
16
- export declare const isStatusBarItem: (item: CommonStatusBarItem) => item is StatusBarItem;
1
+ /** @packageDocumentation
2
+ * @module StatusBar
3
+ */
4
+ import * as React from "react";
5
+ import { AbstractStatusBarCustomItem, CommonStatusBarItem } from "@itwin/appui-abstract";
6
+ /** Describes the data needed to insert an item into the StatusBar.
7
+ * @public
8
+ */
9
+ export interface StatusBarItem extends AbstractStatusBarCustomItem {
10
+ /** React node for the StatusBar item. */
11
+ readonly reactNode: React.ReactNode;
12
+ }
13
+ /** StatusBarItem type guard.
14
+ * @public
15
+ */
16
+ export declare const isStatusBarItem: (item: CommonStatusBarItem) => item is StatusBarItem;
17
17
  //# sourceMappingURL=StatusBarItem.d.ts.map
@@ -1,18 +1,18 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module StatusBar
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.isStatusBarItem = void 0;
11
- /** StatusBarItem type guard.
12
- * @public
13
- */
14
- const isStatusBarItem = (item) => {
15
- return (!!item.isCustom) && ("reactNode" in item);
16
- };
17
- exports.isStatusBarItem = isStatusBarItem;
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module StatusBar
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.isStatusBarItem = void 0;
11
+ /** StatusBarItem type guard.
12
+ * @public
13
+ */
14
+ const isStatusBarItem = (item) => {
15
+ return (!!item.isCustom) && ("reactNode" in item);
16
+ };
17
+ exports.isStatusBarItem = isStatusBarItem;
18
18
  //# sourceMappingURL=StatusBarItem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarItem.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItem.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAaH;;GAEG;AACI,MAAM,eAAe,GAAG,CAAC,IAAyB,EAAyB,EAAE;IAClF,OAAO,CAAC,CAAC,CAAE,IAAoC,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC;AACrF,CAAC,CAAC;AAFW,QAAA,eAAe,mBAE1B","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/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { AbstractStatusBarCustomItem, CommonStatusBarItem } from \"@itwin/appui-abstract\";\r\n\r\n/** Describes the data needed to insert an item into the StatusBar.\r\n * @public\r\n */\r\nexport interface StatusBarItem extends AbstractStatusBarCustomItem {\r\n /** React node for the StatusBar item. */\r\n readonly reactNode: React.ReactNode;\r\n}\r\n\r\n/** StatusBarItem type guard.\r\n * @public\r\n */\r\nexport const isStatusBarItem = (item: CommonStatusBarItem): item is StatusBarItem => {\r\n return (!!(item as AbstractStatusBarCustomItem).isCustom) && (\"reactNode\" in item);\r\n};\r\n"]}
1
+ {"version":3,"file":"StatusBarItem.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItem.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAaH;;GAEG;AACI,MAAM,eAAe,GAAG,CAAC,IAAyB,EAAyB,EAAE;IAClF,OAAO,CAAC,CAAC,CAAE,IAAoC,CAAC,QAAQ,CAAC,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC;AACrF,CAAC,CAAC;AAFW,QAAA,eAAe,mBAE1B","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module StatusBar\n */\n\nimport * as React from \"react\";\nimport { AbstractStatusBarCustomItem, CommonStatusBarItem } from \"@itwin/appui-abstract\";\n\n/** Describes the data needed to insert an item into the StatusBar.\n * @public\n */\nexport interface StatusBarItem extends AbstractStatusBarCustomItem {\n /** React node for the StatusBar item. */\n readonly reactNode: React.ReactNode;\n}\n\n/** StatusBarItem type guard.\n * @public\n */\nexport const isStatusBarItem = (item: CommonStatusBarItem): item is StatusBarItem => {\n return (!!(item as AbstractStatusBarCustomItem).isCustom) && (\"reactNode\" in item);\n};\n"]}
@@ -1,14 +1,14 @@
1
- /** @packageDocumentation
2
- * @module StatusBar
3
- */
4
- import * as React from "react";
5
- import { StatusBarSection } from "@itwin/appui-abstract";
6
- import { StatusBarItem } from "./StatusBarItem";
7
- /** Utility methods for creating and maintaining StatusBar items.
8
- * @public
9
- */
10
- export declare class StatusBarItemUtilities {
11
- /** Creates a StatusBar item */
12
- static createStatusBarItem: (id: string, section: StatusBarSection, itemPriority: number, reactNode: React.ReactNode, itemProps?: Partial<StatusBarItem> | undefined) => StatusBarItem;
13
- }
1
+ /** @packageDocumentation
2
+ * @module StatusBar
3
+ */
4
+ import * as React from "react";
5
+ import { StatusBarSection } from "@itwin/appui-abstract";
6
+ import { StatusBarItem } from "./StatusBarItem";
7
+ /** Utility methods for creating and maintaining StatusBar items.
8
+ * @public
9
+ */
10
+ export declare class StatusBarItemUtilities {
11
+ /** Creates a StatusBar item */
12
+ static createStatusBarItem: (id: string, section: StatusBarSection, itemPriority: number, reactNode: React.ReactNode, itemProps?: Partial<StatusBarItem> | undefined) => StatusBarItem;
13
+ }
14
14
  //# sourceMappingURL=StatusBarItemUtilities.d.ts.map
@@ -1,23 +1,23 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module StatusBar
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.StatusBarItemUtilities = void 0;
11
- /** Utility methods for creating and maintaining StatusBar items.
12
- * @public
13
- */
14
- class StatusBarItemUtilities {
15
- }
16
- exports.StatusBarItemUtilities = StatusBarItemUtilities;
17
- /** Creates a StatusBar item */
18
- StatusBarItemUtilities.createStatusBarItem = (id, section, itemPriority, reactNode, itemProps) => ({
19
- id, section, itemPriority, reactNode,
20
- isCustom: true,
21
- ...itemProps ? itemProps : {},
22
- });
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module StatusBar
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.StatusBarItemUtilities = void 0;
11
+ /** Utility methods for creating and maintaining StatusBar items.
12
+ * @public
13
+ */
14
+ class StatusBarItemUtilities {
15
+ }
16
+ exports.StatusBarItemUtilities = StatusBarItemUtilities;
17
+ /** Creates a StatusBar item */
18
+ StatusBarItemUtilities.createStatusBarItem = (id, section, itemPriority, reactNode, itemProps) => ({
19
+ id, section, itemPriority, reactNode,
20
+ isCustom: true,
21
+ ...itemProps ? itemProps : {},
22
+ });
23
23
  //# sourceMappingURL=StatusBarItemUtilities.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarItemUtilities.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItemUtilities.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAMH;;GAEG;AACH,MAAa,sBAAsB;;AAAnC,wDASC;AAPC,+BAA+B;AACjB,0CAAmB,GAAG,CAAC,EAAU,EAAE,OAAyB,EAAE,YAAoB,EAAE,SAA0B,EAAE,SAAkC,EAAiB,EAAE,CAAC,CAAC;IACnL,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS;IACpC,QAAQ,EAAE,IAAI;IACd,GAAG,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE;CAC9B,CAAC,CAAC","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/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { StatusBarSection } from \"@itwin/appui-abstract\";\r\nimport { StatusBarItem } from \"./StatusBarItem\";\r\n\r\n/** Utility methods for creating and maintaining StatusBar items.\r\n * @public\r\n */\r\nexport class StatusBarItemUtilities {\r\n\r\n /** Creates a StatusBar item */\r\n public static createStatusBarItem = (id: string, section: StatusBarSection, itemPriority: number, reactNode: React.ReactNode, itemProps?: Partial<StatusBarItem>): StatusBarItem => ({\r\n id, section, itemPriority, reactNode,\r\n isCustom: true,\r\n ...itemProps ? itemProps : {},\r\n });\r\n\r\n}\r\n"]}
1
+ {"version":3,"file":"StatusBarItemUtilities.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItemUtilities.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAMH;;GAEG;AACH,MAAa,sBAAsB;;AAAnC,wDASC;AAPC,+BAA+B;AACjB,0CAAmB,GAAG,CAAC,EAAU,EAAE,OAAyB,EAAE,YAAoB,EAAE,SAA0B,EAAE,SAAkC,EAAiB,EAAE,CAAC,CAAC;IACnL,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,SAAS;IACpC,QAAQ,EAAE,IAAI;IACd,GAAG,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE;CAC9B,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module StatusBar\n */\n\nimport * as React from \"react\";\nimport { StatusBarSection } from \"@itwin/appui-abstract\";\nimport { StatusBarItem } from \"./StatusBarItem\";\n\n/** Utility methods for creating and maintaining StatusBar items.\n * @public\n */\nexport class StatusBarItemUtilities {\n\n /** Creates a StatusBar item */\n public static createStatusBarItem = (id: string, section: StatusBarSection, itemPriority: number, reactNode: React.ReactNode, itemProps?: Partial<StatusBarItem>): StatusBarItem => ({\n id, section, itemPriority, reactNode,\n isCustom: true,\n ...itemProps ? itemProps : {},\n });\n\n}\n"]}
@@ -1,11 +1,11 @@
1
- /** @packageDocumentation
2
- * @module StatusBar
3
- */
4
- import { StatusBarItemsManager as UIA_StatusBarItemsManager } from "@itwin/appui-abstract";
5
- /** StatusBar Items Manager class.
6
- * @beta
7
- * @deprecated Use [StatusBarItemsManager]($appui-abstract) instead
8
- */
9
- export declare class StatusBarItemsManager extends UIA_StatusBarItemsManager {
10
- }
1
+ /** @packageDocumentation
2
+ * @module StatusBar
3
+ */
4
+ import { StatusBarItemsManager as UIA_StatusBarItemsManager } from "@itwin/appui-abstract";
5
+ /** StatusBar Items Manager class.
6
+ * @beta
7
+ * @deprecated Use [StatusBarItemsManager]($appui-abstract) instead
8
+ */
9
+ export declare class StatusBarItemsManager extends UIA_StatusBarItemsManager {
10
+ }
11
11
  //# sourceMappingURL=StatusBarItemsManager.d.ts.map
@@ -1,19 +1,19 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module StatusBar
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.StatusBarItemsManager = void 0;
11
- const appui_abstract_1 = require("@itwin/appui-abstract");
12
- /** StatusBar Items Manager class.
13
- * @beta
14
- * @deprecated Use [StatusBarItemsManager]($appui-abstract) instead
15
- */
16
- class StatusBarItemsManager extends appui_abstract_1.StatusBarItemsManager {
17
- }
18
- exports.StatusBarItemsManager = StatusBarItemsManager;
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module StatusBar
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.StatusBarItemsManager = void 0;
11
+ const appui_abstract_1 = require("@itwin/appui-abstract");
12
+ /** StatusBar Items Manager class.
13
+ * @beta
14
+ * @deprecated Use [StatusBarItemsManager]($appui-abstract) instead
15
+ */
16
+ class StatusBarItemsManager extends appui_abstract_1.StatusBarItemsManager {
17
+ }
18
+ exports.StatusBarItemsManager = StatusBarItemsManager;
19
19
  //# sourceMappingURL=StatusBarItemsManager.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarItemsManager.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItemsManager.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,0DAA2F;AAE3F;;;GAGG;AACH,MAAa,qBAAsB,SAAQ,sCAAyB;CAAI;AAAxE,sDAAwE","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/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport { StatusBarItemsManager as UIA_StatusBarItemsManager } from \"@itwin/appui-abstract\";\r\n\r\n/** StatusBar Items Manager class.\r\n * @beta\r\n * @deprecated Use [StatusBarItemsManager]($appui-abstract) instead\r\n */\r\nexport class StatusBarItemsManager extends UIA_StatusBarItemsManager { }\r\n"]}
1
+ {"version":3,"file":"StatusBarItemsManager.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarItemsManager.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,0DAA2F;AAE3F;;;GAGG;AACH,MAAa,qBAAsB,SAAQ,sCAAyB;CAAI;AAAxE,sDAAwE","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module StatusBar\n */\n\nimport { StatusBarItemsManager as UIA_StatusBarItemsManager } from \"@itwin/appui-abstract\";\n\n/** StatusBar Items Manager class.\n * @beta\n * @deprecated Use [StatusBarItemsManager]($appui-abstract) instead\n */\nexport class StatusBarItemsManager extends UIA_StatusBarItemsManager { }\n"]}
@@ -1,40 +1,40 @@
1
- /** @packageDocumentation
2
- * @module StatusBar
3
- */
4
- /// <reference types="react" />
5
- import { ConfigurableCreateInfo, ConfigurableUiControlType } from "../configurableui/ConfigurableUiControl";
6
- import { WidgetControl } from "../widgets/WidgetControl";
7
- /** Status Bar Field type.
8
- * @public
9
- */
10
- export declare type StatusBarFieldId = string | null;
11
- /** Status Bar Widget Control render prop arguments.
12
- * @public
13
- */
14
- export interface StatusBarWidgetControlArgs {
15
- /** Describes whether the footer is in widget or footer mode.
16
- * @deprecated In upcoming version, widget mode will be removed. Consider this parameter to always be true.
17
- */
18
- isInFooterMode: boolean;
19
- /** Currently open widget or null if no widget is open.
20
- * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.
21
- */
22
- openWidget: StatusBarFieldId;
23
- /** Function called when the widget is being opened or closed.
24
- * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.
25
- */
26
- onOpenWidget: (widget: StatusBarFieldId) => void;
27
- /** Element reference to which the toast will animate out to. */
28
- toastTargetRef: React.Ref<HTMLElement>;
29
- }
30
- /** Status Bar Widget Control.
31
- * @public
32
- */
33
- export declare abstract class StatusBarWidgetControl extends WidgetControl {
34
- constructor(info: ConfigurableCreateInfo, options: any);
35
- /** Gets the React node associated with this StatusBar Widget Control */
36
- abstract getReactNode(args: StatusBarWidgetControlArgs): React.ReactNode;
37
- /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */
38
- getType(): ConfigurableUiControlType;
39
- }
1
+ /** @packageDocumentation
2
+ * @module StatusBar
3
+ */
4
+ /// <reference types="react" />
5
+ import { ConfigurableCreateInfo, ConfigurableUiControlType } from "../configurableui/ConfigurableUiControl";
6
+ import { WidgetControl } from "../widgets/WidgetControl";
7
+ /** Status Bar Field type.
8
+ * @public
9
+ */
10
+ export declare type StatusBarFieldId = string | null;
11
+ /** Status Bar Widget Control render prop arguments.
12
+ * @public
13
+ */
14
+ export interface StatusBarWidgetControlArgs {
15
+ /** Describes whether the footer is in widget or footer mode.
16
+ * @deprecated In upcoming version, widget mode will be removed. Consider this parameter to always be true.
17
+ */
18
+ isInFooterMode: boolean;
19
+ /** Currently open widget or null if no widget is open.
20
+ * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.
21
+ */
22
+ openWidget: StatusBarFieldId;
23
+ /** Function called when the widget is being opened or closed.
24
+ * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.
25
+ */
26
+ onOpenWidget: (widget: StatusBarFieldId) => void;
27
+ /** Element reference to which the toast will animate out to. */
28
+ toastTargetRef: React.Ref<HTMLElement>;
29
+ }
30
+ /** Status Bar Widget Control.
31
+ * @public
32
+ */
33
+ export declare abstract class StatusBarWidgetControl extends WidgetControl {
34
+ constructor(info: ConfigurableCreateInfo, options: any);
35
+ /** Gets the React node associated with this StatusBar Widget Control */
36
+ abstract getReactNode(args: StatusBarWidgetControlArgs): React.ReactNode;
37
+ /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */
38
+ getType(): ConfigurableUiControlType;
39
+ }
40
40
  //# sourceMappingURL=StatusBarWidgetControl.d.ts.map
@@ -1,24 +1,24 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module StatusBar
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.StatusBarWidgetControl = void 0;
11
- const ConfigurableUiControl_1 = require("../configurableui/ConfigurableUiControl");
12
- const WidgetControl_1 = require("../widgets/WidgetControl");
13
- /** Status Bar Widget Control.
14
- * @public
15
- */
16
- class StatusBarWidgetControl extends WidgetControl_1.WidgetControl {
17
- constructor(info, options) {
18
- super(info, options);
19
- }
20
- /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */
21
- getType() { return ConfigurableUiControl_1.ConfigurableUiControlType.StatusBarWidget; }
22
- }
23
- exports.StatusBarWidgetControl = StatusBarWidgetControl;
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module StatusBar
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.StatusBarWidgetControl = void 0;
11
+ const ConfigurableUiControl_1 = require("../configurableui/ConfigurableUiControl");
12
+ const WidgetControl_1 = require("../widgets/WidgetControl");
13
+ /** Status Bar Widget Control.
14
+ * @public
15
+ */
16
+ class StatusBarWidgetControl extends WidgetControl_1.WidgetControl {
17
+ constructor(info, options) {
18
+ super(info, options);
19
+ }
20
+ /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */
21
+ getType() { return ConfigurableUiControl_1.ConfigurableUiControlType.StatusBarWidget; }
22
+ }
23
+ exports.StatusBarWidgetControl = StatusBarWidgetControl;
24
24
  //# sourceMappingURL=StatusBarWidgetControl.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBarWidgetControl.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarWidgetControl.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,mFAA4G;AAC5G,4DAAyD;AA2BzD;;GAEG;AACH,MAAsB,sBAAuB,SAAQ,6BAAa;IAChE,YAAY,IAA4B,EAAE,OAAY;QACpD,KAAK,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACvB,CAAC;IAKD,sFAAsF;IACtE,OAAO,KAAgC,OAAO,iDAAyB,CAAC,eAAe,CAAC,CAAC,CAAC;CAC3G;AAVD,wDAUC","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/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport { ConfigurableCreateInfo, ConfigurableUiControlType } from \"../configurableui/ConfigurableUiControl\";\r\nimport { WidgetControl } from \"../widgets/WidgetControl\";\r\n\r\n/** Status Bar Field type.\r\n * @public\r\n */\r\nexport type StatusBarFieldId = string | null;\r\n\r\n/** Status Bar Widget Control render prop arguments.\r\n * @public\r\n */\r\nexport interface StatusBarWidgetControlArgs {\r\n /** Describes whether the footer is in widget or footer mode.\r\n * @deprecated In upcoming version, widget mode will be removed. Consider this parameter to always be true.\r\n */\r\n isInFooterMode: boolean;\r\n /** Currently open widget or null if no widget is open.\r\n * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.\r\n */\r\n openWidget: StatusBarFieldId;\r\n /** Function called when the widget is being opened or closed.\r\n * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.\r\n */\r\n onOpenWidget: (widget: StatusBarFieldId) => void;\r\n /** Element reference to which the toast will animate out to. */\r\n toastTargetRef: React.Ref<HTMLElement>;\r\n}\r\n\r\n/** Status Bar Widget Control.\r\n * @public\r\n */\r\nexport abstract class StatusBarWidgetControl extends WidgetControl {\r\n constructor(info: ConfigurableCreateInfo, options: any) {\r\n super(info, options);\r\n }\r\n\r\n /** Gets the React node associated with this StatusBar Widget Control */\r\n public abstract getReactNode(args: StatusBarWidgetControlArgs): React.ReactNode;\r\n\r\n /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */\r\n public override getType(): ConfigurableUiControlType { return ConfigurableUiControlType.StatusBarWidget; }\r\n}\r\n"]}
1
+ {"version":3,"file":"StatusBarWidgetControl.js","sourceRoot":"","sources":["../../../../src/appui-react/statusbar/StatusBarWidgetControl.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,mFAA4G;AAC5G,4DAAyD;AA2BzD;;GAEG;AACH,MAAsB,sBAAuB,SAAQ,6BAAa;IAChE,YAAY,IAA4B,EAAE,OAAY;QACpD,KAAK,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACvB,CAAC;IAKD,sFAAsF;IACtE,OAAO,KAAgC,OAAO,iDAAyB,CAAC,eAAe,CAAC,CAAC,CAAC;CAC3G;AAVD,wDAUC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module StatusBar\n */\n\nimport { ConfigurableCreateInfo, ConfigurableUiControlType } from \"../configurableui/ConfigurableUiControl\";\nimport { WidgetControl } from \"../widgets/WidgetControl\";\n\n/** Status Bar Field type.\n * @public\n */\nexport type StatusBarFieldId = string | null;\n\n/** Status Bar Widget Control render prop arguments.\n * @public\n */\nexport interface StatusBarWidgetControlArgs {\n /** Describes whether the footer is in widget or footer mode.\n * @deprecated In upcoming version, widget mode will be removed. Consider this parameter to always be true.\n */\n isInFooterMode: boolean;\n /** Currently open widget or null if no widget is open.\n * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.\n */\n openWidget: StatusBarFieldId;\n /** Function called when the widget is being opened or closed.\n * @deprecated In upcoming versions, this will be removed. Field will be have the freedom of handling their dialog behavior however they like.\n */\n onOpenWidget: (widget: StatusBarFieldId) => void;\n /** Element reference to which the toast will animate out to. */\n toastTargetRef: React.Ref<HTMLElement>;\n}\n\n/** Status Bar Widget Control.\n * @public\n */\nexport abstract class StatusBarWidgetControl extends WidgetControl {\n constructor(info: ConfigurableCreateInfo, options: any) {\n super(info, options);\n }\n\n /** Gets the React node associated with this StatusBar Widget Control */\n public abstract getReactNode(args: StatusBarWidgetControlArgs): React.ReactNode;\n\n /** Gets the type of ConfigurableUiControl, which is 'StatusBarWidget' in this case */\n public override getType(): ConfigurableUiControlType { return ConfigurableUiControlType.StatusBarWidget; }\n}\n"]}
@@ -1,9 +1,9 @@
1
- /** @packageDocumentation
2
- * @module StatusBar
3
- */
4
- import { CommonStatusBarItem, StatusBarItemsManager } from "@itwin/appui-abstract";
5
- /** Hook that returns items from [[StatusBarItemsManager]].
6
- * @public
7
- */
8
- export declare const useDefaultStatusBarItems: (manager: StatusBarItemsManager) => readonly CommonStatusBarItem[];
1
+ /** @packageDocumentation
2
+ * @module StatusBar
3
+ */
4
+ import { CommonStatusBarItem, StatusBarItemsManager } from "@itwin/appui-abstract";
5
+ /** Hook that returns items from [[StatusBarItemsManager]].
6
+ * @public
7
+ */
8
+ export declare const useDefaultStatusBarItems: (manager: StatusBarItemsManager) => readonly CommonStatusBarItem[];
9
9
  //# sourceMappingURL=useDefaultStatusBarItems.d.ts.map