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

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 (1539) hide show
  1. package/LICENSE.md +1 -1
  2. package/lib/cjs/appui-react/UiFramework.d.ts +211 -211
  3. package/lib/cjs/appui-react/UiFramework.js +482 -482
  4. package/lib/cjs/appui-react/UiFramework.js.map +1 -1
  5. package/lib/cjs/appui-react/_variables.scss +12 -12
  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 +61 -61
  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/BackstageComposer.d.ts +27 -27
  62. package/lib/cjs/appui-react/backstage/BackstageComposer.js +141 -141
  63. package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
  64. package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts +29 -29
  65. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +55 -55
  66. package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  67. package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +35 -35
  68. package/lib/cjs/appui-react/backstage/BackstageManager.js +82 -82
  69. package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
  70. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
  71. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +36 -36
  72. package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  73. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
  74. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +45 -45
  75. package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  76. package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
  77. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +176 -176
  78. package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  79. package/lib/cjs/appui-react/childwindow/ChildWindowManager.scss +14 -14
  80. package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts +7 -7
  81. package/lib/cjs/appui-react/childwindow/CopyStyles.js +42 -42
  82. package/lib/cjs/appui-react/childwindow/CopyStyles.js.map +1 -1
  83. package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  84. package/lib/cjs/appui-react/childwindow/PopoutWidget.js +19 -19
  85. package/lib/cjs/appui-react/childwindow/PopoutWidget.js.map +1 -1
  86. package/lib/cjs/appui-react/childwindow/PopoutWidget.scss +10 -10
  87. package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  88. package/lib/cjs/appui-react/configurableui/ActivityTracker.js +70 -70
  89. package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
  90. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  91. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +59 -59
  92. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  93. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  94. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +95 -95
  95. package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  96. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +89 -89
  97. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +164 -164
  98. package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  99. package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts +33 -33
  100. package/lib/cjs/appui-react/configurableui/TimeTracker.js +81 -81
  101. package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
  102. package/lib/cjs/appui-react/configurableui/configurableui.scss +78 -78
  103. package/lib/cjs/appui-react/configurableui/state.d.ts +61 -61
  104. package/lib/cjs/appui-react/configurableui/state.js +111 -111
  105. package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
  106. package/lib/cjs/appui-react/content/ContentControl.d.ts +64 -64
  107. package/lib/cjs/appui-react/content/ContentControl.js +78 -78
  108. package/lib/cjs/appui-react/content/ContentControl.js.map +1 -1
  109. package/lib/cjs/appui-react/content/ContentGroup.d.ts +93 -93
  110. package/lib/cjs/appui-react/content/ContentGroup.js +174 -174
  111. package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
  112. package/lib/cjs/appui-react/content/ContentLayout.d.ts +90 -90
  113. package/lib/cjs/appui-react/content/ContentLayout.d.ts.map +1 -1
  114. package/lib/cjs/appui-react/content/ContentLayout.js +374 -357
  115. package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
  116. package/lib/cjs/appui-react/content/ContentLayout.scss +99 -99
  117. package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +47 -47
  118. package/lib/cjs/appui-react/content/ContentLayoutManager.js +94 -94
  119. package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +1 -1
  120. package/lib/cjs/appui-react/content/ContentViewManager.d.ts +92 -92
  121. package/lib/cjs/appui-react/content/ContentViewManager.d.ts.map +1 -1
  122. package/lib/cjs/appui-react/content/ContentViewManager.js +206 -188
  123. package/lib/cjs/appui-react/content/ContentViewManager.js.map +1 -1
  124. package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  125. package/lib/cjs/appui-react/content/DefaultViewOverlay.js +50 -50
  126. package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
  127. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +43 -43
  128. package/lib/cjs/appui-react/content/FloatingViewportContent.css +9 -9
  129. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +27 -24
  130. package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  131. package/lib/cjs/appui-react/content/FloatingViewportContent.js +83 -72
  132. package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
  133. package/lib/cjs/appui-react/content/IModelViewport.d.ts +80 -80
  134. package/lib/cjs/appui-react/content/IModelViewport.js +156 -156
  135. package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
  136. package/lib/cjs/appui-react/content/StageContentLayout.d.ts +35 -35
  137. package/lib/cjs/appui-react/content/StageContentLayout.js +66 -66
  138. package/lib/cjs/appui-react/content/StageContentLayout.js.map +1 -1
  139. package/lib/cjs/appui-react/content/ViewStateHelper.d.ts +25 -25
  140. package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
  141. package/lib/cjs/appui-react/content/ViewStateHelper.js.map +1 -1
  142. package/lib/cjs/appui-react/content/ViewportContentControl.d.ts +61 -61
  143. package/lib/cjs/appui-react/content/ViewportContentControl.js +132 -132
  144. package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
  145. package/lib/cjs/appui-react/content/split-pane/Pane.d.ts +20 -20
  146. package/lib/cjs/appui-react/content/split-pane/Pane.js +42 -42
  147. package/lib/cjs/appui-react/content/split-pane/Pane.js.map +1 -1
  148. package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts +22 -22
  149. package/lib/cjs/appui-react/content/split-pane/Resizer.js +38 -38
  150. package/lib/cjs/appui-react/content/split-pane/Resizer.js.map +1 -1
  151. package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  152. package/lib/cjs/appui-react/content/split-pane/SplitPane.js +242 -242
  153. package/lib/cjs/appui-react/content/split-pane/SplitPane.js.map +1 -1
  154. package/lib/cjs/appui-react/cursor/CursorInformation.d.ts +68 -68
  155. package/lib/cjs/appui-react/cursor/CursorInformation.js +144 -144
  156. package/lib/cjs/appui-react/cursor/CursorInformation.js.map +1 -1
  157. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  158. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +76 -76
  159. package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  160. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  161. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +150 -150
  162. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  163. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  164. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  165. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +325 -325
  166. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  167. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  168. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +63 -63
  169. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  170. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  171. package/lib/cjs/appui-react/dialog/ContentDialog.d.ts +23 -23
  172. package/lib/cjs/appui-react/dialog/ContentDialog.js +71 -71
  173. package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
  174. package/lib/cjs/appui-react/dialog/ContentDialog.scss +25 -25
  175. package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +64 -64
  176. package/lib/cjs/appui-react/dialog/ContentDialogManager.js +147 -147
  177. package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
  178. package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  179. package/lib/cjs/appui-react/dialog/DialogManagerBase.js +141 -141
  180. package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
  181. package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +47 -47
  182. package/lib/cjs/appui-react/dialog/ModalDialogManager.js +72 -72
  183. package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
  184. package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +21 -21
  185. package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
  186. package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
  187. package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
  188. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +135 -135
  189. package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  190. package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +42 -42
  191. package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
  192. package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
  193. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  194. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +82 -82
  195. package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  196. package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts +61 -61
  197. package/lib/cjs/appui-react/feedback/ElementTooltip.js +131 -131
  198. package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
  199. package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +73 -73
  200. package/lib/cjs/appui-react/feedback/ValidationTextbox.js +114 -114
  201. package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
  202. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +54 -54
  203. package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
  204. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js +9 -9
  205. package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  206. package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +203 -203
  207. package/lib/cjs/appui-react/frontstage/FrontstageDef.js +824 -824
  208. package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
  209. package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +355 -355
  210. package/lib/cjs/appui-react/frontstage/FrontstageManager.js +563 -563
  211. package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
  212. package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  213. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
  214. package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  215. package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
  216. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +44 -44
  217. package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  218. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +83 -83
  219. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  220. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +86 -86
  221. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  222. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +13 -13
  223. package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
  224. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +30 -30
  225. package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  226. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
  227. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +78 -78
  228. package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  229. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  230. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +37 -37
  231. package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  232. package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts +7 -7
  233. package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
  234. package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
  235. package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts +8 -8
  236. package/lib/cjs/appui-react/hooks/useActiveViewport.js +46 -46
  237. package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
  238. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  239. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +71 -71
  240. package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  241. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  242. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +30 -30
  243. package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  244. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  245. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
  246. package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  247. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  248. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +71 -71
  249. package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  250. package/lib/cjs/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  251. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js +65 -65
  252. package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  253. package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts +5 -5
  254. package/lib/cjs/appui-react/hooks/useUiVisibility.js +26 -26
  255. package/lib/cjs/appui-react/hooks/useUiVisibility.js.map +1 -1
  256. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
  257. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +272 -272
  258. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  259. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  260. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +95 -95
  261. package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  262. package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +9 -9
  263. package/lib/cjs/appui-react/messages/ActivityMessage.js +79 -79
  264. package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
  265. package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts +74 -74
  266. package/lib/cjs/appui-react/messages/AppNotificationManager.js +125 -125
  267. package/lib/cjs/appui-react/messages/AppNotificationManager.js.map +1 -1
  268. package/lib/cjs/appui-react/messages/HollowIcon.d.ts +9 -9
  269. package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
  270. package/lib/cjs/appui-react/messages/HollowIcon.js.map +1 -1
  271. package/lib/cjs/appui-react/messages/InputField.d.ts +37 -37
  272. package/lib/cjs/appui-react/messages/InputField.js +91 -91
  273. package/lib/cjs/appui-react/messages/InputField.js.map +1 -1
  274. package/lib/cjs/appui-react/messages/InputField.scss +82 -82
  275. package/lib/cjs/appui-react/messages/MessageLabel.d.ts +12 -12
  276. package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
  277. package/lib/cjs/appui-react/messages/MessageLabel.js.map +1 -1
  278. package/lib/cjs/appui-react/messages/MessageManager.d.ts +244 -244
  279. package/lib/cjs/appui-react/messages/MessageManager.js +442 -442
  280. package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
  281. package/lib/cjs/appui-react/messages/MessageSpan.d.ts +14 -14
  282. package/lib/cjs/appui-react/messages/MessageSpan.js +22 -22
  283. package/lib/cjs/appui-react/messages/MessageSpan.js.map +1 -1
  284. package/lib/cjs/appui-react/messages/Pointer.d.ts +69 -69
  285. package/lib/cjs/appui-react/messages/Pointer.js +173 -173
  286. package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
  287. package/lib/cjs/appui-react/messages/Pointer.scss +42 -42
  288. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  289. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +68 -68
  290. package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  291. package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts +24 -24
  292. package/lib/cjs/appui-react/messages/StatusMessageManager.js +55 -55
  293. package/lib/cjs/appui-react/messages/StatusMessageManager.js.map +1 -1
  294. package/lib/cjs/appui-react/messages/getToastCategory.d.ts +6 -6
  295. package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
  296. package/lib/cjs/appui-react/messages/getToastCategory.js.map +1 -1
  297. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  298. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +26 -26
  299. package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  300. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  301. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +26 -26
  302. package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  303. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  304. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +34 -34
  305. package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  306. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  307. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +185 -185
  308. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  309. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +87 -87
  310. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  311. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +150 -150
  312. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  313. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  314. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  315. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +104 -104
  316. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  317. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  318. package/lib/cjs/appui-react/pickers/ListPicker.d.ts +111 -111
  319. package/lib/cjs/appui-react/pickers/ListPicker.js +194 -194
  320. package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
  321. package/lib/cjs/appui-react/pickers/ListPicker.scss +299 -299
  322. package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +90 -90
  323. package/lib/cjs/appui-react/pickers/ViewSelector.js +251 -251
  324. package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
  325. package/lib/cjs/appui-react/popup/CardPopup.d.ts +48 -48
  326. package/lib/cjs/appui-react/popup/CardPopup.js +89 -89
  327. package/lib/cjs/appui-react/popup/CardPopup.js.map +1 -1
  328. package/lib/cjs/appui-react/popup/CardPopup.scss +25 -25
  329. package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  330. package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
  331. package/lib/cjs/appui-react/popup/HTMLElementPopup.js.map +1 -1
  332. package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts +38 -38
  333. package/lib/cjs/appui-react/popup/InputEditorPopup.js +57 -57
  334. package/lib/cjs/appui-react/popup/InputEditorPopup.js.map +1 -1
  335. package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  336. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +253 -253
  337. package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  338. package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -30
  339. package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  340. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
  341. package/lib/cjs/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  342. package/lib/cjs/appui-react/popup/PopupManager.d.ts +105 -105
  343. package/lib/cjs/appui-react/popup/PopupManager.js +232 -232
  344. package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
  345. package/lib/cjs/appui-react/popup/PositionPopup.d.ts +28 -28
  346. package/lib/cjs/appui-react/popup/PositionPopup.js +48 -48
  347. package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
  348. package/lib/cjs/appui-react/popup/PositionPopup.scss +28 -28
  349. package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  350. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
  351. package/lib/cjs/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  352. package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts +34 -34
  353. package/lib/cjs/appui-react/popup/ToolbarPopup.js +57 -57
  354. package/lib/cjs/appui-react/popup/ToolbarPopup.js.map +1 -1
  355. package/lib/cjs/appui-react/redux/FrameworkState.d.ts +22 -22
  356. package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
  357. package/lib/cjs/appui-react/redux/FrameworkState.js.map +1 -1
  358. package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts +36 -36
  359. package/lib/cjs/appui-react/redux/ReducerRegistry.js +60 -60
  360. package/lib/cjs/appui-react/redux/ReducerRegistry.js.map +1 -1
  361. package/lib/cjs/appui-react/redux/SessionState.d.ts +103 -103
  362. package/lib/cjs/appui-react/redux/SessionState.js +130 -130
  363. package/lib/cjs/appui-react/redux/SessionState.js.map +1 -1
  364. package/lib/cjs/appui-react/redux/StateManager.d.ts +43 -43
  365. package/lib/cjs/appui-react/redux/StateManager.js +97 -97
  366. package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
  367. package/lib/cjs/appui-react/redux/connectIModel.d.ts +26 -26
  368. package/lib/cjs/appui-react/redux/connectIModel.js +94 -94
  369. package/lib/cjs/appui-react/redux/connectIModel.js.map +1 -1
  370. package/lib/cjs/appui-react/redux/redux-ts.d.ts +197 -197
  371. package/lib/cjs/appui-react/redux/redux-ts.js +36 -36
  372. package/lib/cjs/appui-react/redux/redux-ts.js.map +1 -1
  373. package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +10 -10
  374. package/lib/cjs/appui-react/safearea/SafeAreaContext.js +16 -16
  375. package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
  376. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
  377. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js +15 -15
  378. package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
  379. package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
  380. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +21 -21
  381. package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  382. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
  383. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +695 -695
  384. package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  385. package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  386. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +200 -200
  387. package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  388. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  389. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +202 -202
  390. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  391. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
  392. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  393. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
  394. package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  395. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
  396. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +193 -193
  397. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  398. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +66 -66
  399. package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
  400. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +48 -48
  401. package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  402. package/lib/cjs/appui-react/shared/AnyItemDef.d.ts +11 -11
  403. package/lib/cjs/appui-react/shared/AnyItemDef.js +9 -9
  404. package/lib/cjs/appui-react/shared/AnyItemDef.js.map +1 -1
  405. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  406. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +9 -9
  407. package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  408. package/lib/cjs/appui-react/shared/CommandItemDef.d.ts +16 -16
  409. package/lib/cjs/appui-react/shared/CommandItemDef.js +35 -35
  410. package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
  411. package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +17 -17
  412. package/lib/cjs/appui-react/shared/CustomItemDef.js +32 -32
  413. package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
  414. package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +12 -12
  415. package/lib/cjs/appui-react/shared/CustomItemProps.js +9 -9
  416. package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
  417. package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +19 -19
  418. package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
  419. package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
  420. package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +58 -58
  421. package/lib/cjs/appui-react/shared/ItemDefBase.js +78 -78
  422. package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
  423. package/lib/cjs/appui-react/shared/ItemMap.d.ts +21 -21
  424. package/lib/cjs/appui-react/shared/ItemMap.js +51 -51
  425. package/lib/cjs/appui-react/shared/ItemMap.js.map +1 -1
  426. package/lib/cjs/appui-react/shared/ItemProps.d.ts +48 -48
  427. package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
  428. package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
  429. package/lib/cjs/appui-react/shared/MenuItem.d.ts +36 -36
  430. package/lib/cjs/appui-react/shared/MenuItem.js +112 -112
  431. package/lib/cjs/appui-react/shared/MenuItem.js.map +1 -1
  432. package/lib/cjs/appui-react/shared/SelectionScope.d.ts +13 -13
  433. package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
  434. package/lib/cjs/appui-react/shared/SelectionScope.js.map +1 -1
  435. package/lib/cjs/appui-react/shared/ToolItemDef.d.ts +17 -17
  436. package/lib/cjs/appui-react/shared/ToolItemDef.js +39 -39
  437. package/lib/cjs/appui-react/shared/ToolItemDef.js.map +1 -1
  438. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
  439. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +9 -9
  440. package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  441. package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +263 -263
  442. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +217 -217
  443. package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  444. package/lib/cjs/appui-react/statusbar/Indicator.d.ts +25 -25
  445. package/lib/cjs/appui-react/statusbar/Indicator.js +35 -35
  446. package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
  447. package/lib/cjs/appui-react/statusbar/Indicator.scss +110 -110
  448. package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  449. package/lib/cjs/appui-react/statusbar/LabelIndicator.js +28 -28
  450. package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
  451. package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +43 -43
  452. package/lib/cjs/appui-react/statusbar/Overflow.d.ts +19 -19
  453. package/lib/cjs/appui-react/statusbar/Overflow.js +29 -29
  454. package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
  455. package/lib/cjs/appui-react/statusbar/Overflow.scss +27 -27
  456. package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  457. package/lib/cjs/appui-react/statusbar/OverflowPanel.js +22 -22
  458. package/lib/cjs/appui-react/statusbar/OverflowPanel.js.map +1 -1
  459. package/lib/cjs/appui-react/statusbar/OverflowPanel.scss +22 -22
  460. package/lib/cjs/appui-react/statusbar/Separator.d.ts +10 -10
  461. package/lib/cjs/appui-react/statusbar/Separator.js +21 -21
  462. package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
  463. package/lib/cjs/appui-react/statusbar/Separator.scss +14 -14
  464. package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +62 -62
  465. package/lib/cjs/appui-react/statusbar/StatusBar.js +129 -129
  466. package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
  467. package/lib/cjs/appui-react/statusbar/StatusBar.scss +43 -43
  468. package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  469. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +282 -282
  470. package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  471. package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +16 -16
  472. package/lib/cjs/appui-react/statusbar/StatusBarItem.js +17 -17
  473. package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
  474. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +13 -13
  475. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +22 -22
  476. package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  477. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
  478. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +23 -23
  479. package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  480. package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts +20 -20
  481. package/lib/cjs/appui-react/statusbar/dialog/Button.js +19 -19
  482. package/lib/cjs/appui-react/statusbar/dialog/Button.js.map +1 -1
  483. package/lib/cjs/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  484. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +30 -30
  485. package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  486. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  487. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +19 -19
  488. package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  489. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
  490. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +37 -37
  491. package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  492. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
  493. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +55 -55
  494. package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  495. package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +9 -9
  496. package/lib/cjs/appui-react/statusfields/ActivityCenter.js +59 -59
  497. package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
  498. package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +46 -46
  499. package/lib/cjs/appui-react/statusfields/MessageCenter.js +123 -123
  500. package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
  501. package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +16 -16
  502. package/lib/cjs/appui-react/statusfields/SectionsField.js +77 -77
  503. package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
  504. package/lib/cjs/appui-react/statusfields/SectionsField.scss +36 -36
  505. package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  506. package/lib/cjs/appui-react/statusfields/SelectionInfo.js +47 -47
  507. package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
  508. package/lib/cjs/appui-react/statusfields/SelectionInfo.scss +14 -14
  509. package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +37 -37
  510. package/lib/cjs/appui-react/statusfields/SelectionScope.js +66 -66
  511. package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
  512. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +46 -46
  513. package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +41 -41
  514. package/lib/cjs/appui-react/statusfields/SnapMode.js +88 -88
  515. package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
  516. package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +30 -30
  517. package/lib/cjs/appui-react/statusfields/ViewAttributes.js +92 -92
  518. package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
  519. package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +14 -14
  520. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  521. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +91 -91
  522. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  523. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
  524. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
  525. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +443 -443
  526. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  527. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
  528. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +79 -79
  529. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +224 -224
  530. package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  531. package/lib/cjs/appui-react/theme/ThemeManager.d.ts +55 -55
  532. package/lib/cjs/appui-react/theme/ThemeManager.js +97 -97
  533. package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
  534. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  535. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +52 -52
  536. package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  537. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  538. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
  539. package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  540. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  541. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +65 -65
  542. package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  543. package/lib/cjs/appui-react/toolbar/DragInteraction.d.ts +8 -8
  544. package/lib/cjs/appui-react/toolbar/DragInteraction.js +15 -15
  545. package/lib/cjs/appui-react/toolbar/DragInteraction.js.map +1 -1
  546. package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +37 -37
  547. package/lib/cjs/appui-react/toolbar/GroupItem.js +76 -76
  548. package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
  549. package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  550. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +225 -225
  551. package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  552. package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +26 -26
  553. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +138 -138
  554. package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  555. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
  556. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +36 -36
  557. package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  558. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
  559. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +52 -52
  560. package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  561. package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
  562. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +368 -368
  563. package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  564. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  565. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +31 -31
  566. package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  567. package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  568. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +30 -30
  569. package/lib/cjs/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  570. package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  571. package/lib/cjs/appui-react/tools/OpenSettingsTool.js +32 -32
  572. package/lib/cjs/appui-react/tools/OpenSettingsTool.js.map +1 -1
  573. package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  574. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +60 -60
  575. package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  576. package/lib/cjs/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  577. package/lib/cjs/appui-react/tools/ToolSettingsTools.js +46 -46
  578. package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
  579. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  580. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js +74 -74
  581. package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  582. package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts +14 -14
  583. package/lib/cjs/appui-react/toolsettings/ToolInformation.js +45 -45
  584. package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +1 -1
  585. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts +58 -58
  586. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +129 -129
  587. package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +1 -1
  588. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
  589. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js +38 -38
  590. package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
  591. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
  592. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +103 -103
  593. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  594. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +36 -36
  595. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +86 -86
  596. package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  597. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
  598. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +66 -66
  599. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  600. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
  601. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +52 -52
  602. package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  603. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +24 -24
  604. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +76 -76
  605. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  606. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +31 -31
  607. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +69 -69
  608. package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  609. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  610. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +348 -348
  611. package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  612. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  613. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +206 -206
  614. package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  615. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  616. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +53 -53
  617. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  618. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +213 -213
  619. package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +49 -49
  620. package/lib/cjs/appui-react/uistate/AppUiSettings.js +89 -89
  621. package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
  622. package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  623. package/lib/cjs/appui-react/uistate/useUiStateStorage.js +38 -38
  624. package/lib/cjs/appui-react/uistate/useUiStateStorage.js.map +1 -1
  625. package/lib/cjs/appui-react/utils/PropsHelper.d.ts +20 -20
  626. package/lib/cjs/appui-react/utils/PropsHelper.js +66 -66
  627. package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
  628. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  629. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +60 -60
  630. package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  631. package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +83 -83
  632. package/lib/cjs/appui-react/utils/UiShowHideManager.js +196 -196
  633. package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
  634. package/lib/cjs/appui-react/utils/ViewUtilities.d.ts +66 -66
  635. package/lib/cjs/appui-react/utils/ViewUtilities.js +98 -98
  636. package/lib/cjs/appui-react/utils/ViewUtilities.js.map +1 -1
  637. package/lib/cjs/appui-react/widget-panels/Content.d.ts +6 -6
  638. package/lib/cjs/appui-react/widget-panels/Content.js +60 -60
  639. package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
  640. package/lib/cjs/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  641. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +18 -18
  642. package/lib/cjs/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  643. package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +123 -123
  644. package/lib/cjs/appui-react/widget-panels/Frontstage.js +1086 -1086
  645. package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
  646. package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -19
  647. package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  648. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
  649. package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  650. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  651. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +38 -38
  652. package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  653. package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts +8 -8
  654. package/lib/cjs/appui-react/widget-panels/StatusBar.js +27 -27
  655. package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
  656. package/lib/cjs/appui-react/widget-panels/StatusBar.scss +10 -10
  657. package/lib/cjs/appui-react/widget-panels/Tab.d.ts +10 -10
  658. package/lib/cjs/appui-react/widget-panels/Tab.js +34 -34
  659. package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
  660. package/lib/cjs/appui-react/widget-panels/Tab.scss +14 -14
  661. package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  662. package/lib/cjs/appui-react/widget-panels/ToolSettings.js +155 -155
  663. package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
  664. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +41 -41
  665. package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts +7 -7
  666. package/lib/cjs/appui-react/widget-panels/Toolbars.js +24 -24
  667. package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
  668. package/lib/cjs/appui-react/widget-panels/Toolbars.scss +20 -20
  669. package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts +7 -7
  670. package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
  671. package/lib/cjs/appui-react/widget-panels/useTransientState.js.map +1 -1
  672. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  673. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +29 -29
  674. package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  675. package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts +21 -21
  676. package/lib/cjs/appui-react/widgets/BackstageAppButton.js +53 -53
  677. package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
  678. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  679. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +60 -60
  680. package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  681. package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  682. package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
  683. package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
  684. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  685. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +48 -48
  686. package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  687. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  688. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +109 -109
  689. package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  690. package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  691. package/lib/cjs/appui-react/widgets/StableWidgetDef.js +29 -29
  692. package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
  693. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  694. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +42 -42
  695. package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  696. package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
  697. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +15 -15
  698. package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  699. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  700. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
  701. package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  702. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  703. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +36 -36
  704. package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  705. package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +25 -25
  706. package/lib/cjs/appui-react/widgets/WidgetConfig.js +9 -9
  707. package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
  708. package/lib/cjs/appui-react/widgets/WidgetControl.d.ts +33 -33
  709. package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
  710. package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
  711. package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +168 -168
  712. package/lib/cjs/appui-react/widgets/WidgetDef.js +323 -323
  713. package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
  714. package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +40 -40
  715. package/lib/cjs/appui-react/widgets/WidgetHost.js +90 -90
  716. package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
  717. package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +54 -54
  718. package/lib/cjs/appui-react/widgets/WidgetManager.js +117 -117
  719. package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
  720. package/lib/cjs/appui-react.d.ts +319 -327
  721. package/lib/cjs/appui-react.d.ts.map +1 -1
  722. package/lib/cjs/appui-react.js +336 -344
  723. package/lib/cjs/appui-react.js.map +1 -1
  724. package/lib/esm/appui-react/UiFramework.d.ts +211 -211
  725. package/lib/esm/appui-react/UiFramework.js +477 -477
  726. package/lib/esm/appui-react/UiFramework.js.map +1 -1
  727. package/lib/esm/appui-react/_variables.scss +12 -12
  728. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
  729. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
  730. package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
  731. package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
  732. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +36 -36
  733. package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
  734. package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +14 -14
  735. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
  736. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
  737. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
  738. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
  739. package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
  740. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +119 -119
  741. package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
  742. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +61 -61
  743. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
  744. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
  745. package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
  746. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
  747. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +60 -60
  748. package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
  749. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
  750. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +8 -8
  751. package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
  752. package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
  753. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +39 -39
  754. package/lib/esm/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
  755. package/lib/esm/appui-react/accudraw/Calculator.d.ts +46 -46
  756. package/lib/esm/appui-react/accudraw/Calculator.js +213 -213
  757. package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
  758. package/lib/esm/appui-react/accudraw/Calculator.scss +86 -86
  759. package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
  760. package/lib/esm/appui-react/accudraw/CalculatorEngine.js +191 -191
  761. package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
  762. package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
  763. package/lib/esm/appui-react/accudraw/CalculatorPopup.js +37 -37
  764. package/lib/esm/appui-react/accudraw/CalculatorPopup.js.map +1 -1
  765. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
  766. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +220 -220
  767. package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
  768. package/lib/esm/appui-react/accudraw/MenuButton.d.ts +30 -30
  769. package/lib/esm/appui-react/accudraw/MenuButton.js +62 -62
  770. package/lib/esm/appui-react/accudraw/MenuButton.js.map +1 -1
  771. package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -18
  772. package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
  773. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
  774. package/lib/esm/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
  775. package/lib/esm/appui-react/accudraw/SquareButton.d.ts +14 -14
  776. package/lib/esm/appui-react/accudraw/SquareButton.js +22 -22
  777. package/lib/esm/appui-react/accudraw/SquareButton.js.map +1 -1
  778. package/lib/esm/appui-react/accudraw/SquareButton.scss +44 -44
  779. package/lib/esm/appui-react/accudraw/backspace.svg +9 -9
  780. package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -11
  781. package/lib/esm/appui-react/accudraw/height-2.svg +10 -10
  782. package/lib/esm/appui-react/accudraw/height.svg +11 -11
  783. package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +27 -27
  784. package/lib/esm/appui-react/backstage/BackstageComposer.js +136 -136
  785. package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
  786. package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +29 -29
  787. package/lib/esm/appui-react/backstage/BackstageComposerItem.js +49 -49
  788. package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
  789. package/lib/esm/appui-react/backstage/BackstageManager.d.ts +35 -35
  790. package/lib/esm/appui-react/backstage/BackstageManager.js +76 -76
  791. package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
  792. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
  793. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +32 -32
  794. package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
  795. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
  796. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +41 -41
  797. package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
  798. package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
  799. package/lib/esm/appui-react/childwindow/ChildWindowManager.js +172 -172
  800. package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
  801. package/lib/esm/appui-react/childwindow/ChildWindowManager.scss +14 -14
  802. package/lib/esm/appui-react/childwindow/CopyStyles.d.ts +7 -7
  803. package/lib/esm/appui-react/childwindow/CopyStyles.js +38 -38
  804. package/lib/esm/appui-react/childwindow/CopyStyles.js.map +1 -1
  805. package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +15 -15
  806. package/lib/esm/appui-react/childwindow/PopoutWidget.js +15 -15
  807. package/lib/esm/appui-react/childwindow/PopoutWidget.js.map +1 -1
  808. package/lib/esm/appui-react/childwindow/PopoutWidget.scss +10 -10
  809. package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts +29 -29
  810. package/lib/esm/appui-react/configurableui/ActivityTracker.js +66 -66
  811. package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
  812. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
  813. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +55 -55
  814. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
  815. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
  816. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +89 -89
  817. package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
  818. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +89 -89
  819. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +158 -158
  820. package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
  821. package/lib/esm/appui-react/configurableui/TimeTracker.d.ts +33 -33
  822. package/lib/esm/appui-react/configurableui/TimeTracker.js +77 -77
  823. package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
  824. package/lib/esm/appui-react/configurableui/configurableui.scss +78 -78
  825. package/lib/esm/appui-react/configurableui/state.d.ts +61 -61
  826. package/lib/esm/appui-react/configurableui/state.js +107 -107
  827. package/lib/esm/appui-react/configurableui/state.js.map +1 -1
  828. package/lib/esm/appui-react/content/ContentControl.d.ts +64 -64
  829. package/lib/esm/appui-react/content/ContentControl.js +72 -72
  830. package/lib/esm/appui-react/content/ContentControl.js.map +1 -1
  831. package/lib/esm/appui-react/content/ContentGroup.d.ts +93 -93
  832. package/lib/esm/appui-react/content/ContentGroup.js +169 -169
  833. package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
  834. package/lib/esm/appui-react/content/ContentLayout.d.ts +90 -90
  835. package/lib/esm/appui-react/content/ContentLayout.d.ts.map +1 -1
  836. package/lib/esm/appui-react/content/ContentLayout.js +367 -350
  837. package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
  838. package/lib/esm/appui-react/content/ContentLayout.scss +99 -99
  839. package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +47 -47
  840. package/lib/esm/appui-react/content/ContentLayoutManager.js +90 -90
  841. package/lib/esm/appui-react/content/ContentLayoutManager.js.map +1 -1
  842. package/lib/esm/appui-react/content/ContentViewManager.d.ts +92 -92
  843. package/lib/esm/appui-react/content/ContentViewManager.d.ts.map +1 -1
  844. package/lib/esm/appui-react/content/ContentViewManager.js +200 -182
  845. package/lib/esm/appui-react/content/ContentViewManager.js.map +1 -1
  846. package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +22 -22
  847. package/lib/esm/appui-react/content/DefaultViewOverlay.js +46 -46
  848. package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
  849. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +43 -43
  850. package/lib/esm/appui-react/content/FloatingViewportContent.css +9 -9
  851. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +27 -24
  852. package/lib/esm/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
  853. package/lib/esm/appui-react/content/FloatingViewportContent.js +79 -68
  854. package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
  855. package/lib/esm/appui-react/content/IModelViewport.d.ts +80 -80
  856. package/lib/esm/appui-react/content/IModelViewport.js +151 -151
  857. package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
  858. package/lib/esm/appui-react/content/StageContentLayout.d.ts +35 -35
  859. package/lib/esm/appui-react/content/StageContentLayout.js +62 -62
  860. package/lib/esm/appui-react/content/StageContentLayout.js.map +1 -1
  861. package/lib/esm/appui-react/content/ViewStateHelper.d.ts +25 -25
  862. package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
  863. package/lib/esm/appui-react/content/ViewStateHelper.js.map +1 -1
  864. package/lib/esm/appui-react/content/ViewportContentControl.d.ts +61 -61
  865. package/lib/esm/appui-react/content/ViewportContentControl.js +127 -127
  866. package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
  867. package/lib/esm/appui-react/content/split-pane/Pane.d.ts +20 -20
  868. package/lib/esm/appui-react/content/split-pane/Pane.js +38 -38
  869. package/lib/esm/appui-react/content/split-pane/Pane.js.map +1 -1
  870. package/lib/esm/appui-react/content/split-pane/Resizer.d.ts +22 -22
  871. package/lib/esm/appui-react/content/split-pane/Resizer.js +34 -34
  872. package/lib/esm/appui-react/content/split-pane/Resizer.js.map +1 -1
  873. package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts +69 -69
  874. package/lib/esm/appui-react/content/split-pane/SplitPane.js +238 -238
  875. package/lib/esm/appui-react/content/split-pane/SplitPane.js.map +1 -1
  876. package/lib/esm/appui-react/cursor/CursorInformation.d.ts +68 -68
  877. package/lib/esm/appui-react/cursor/CursorInformation.js +139 -139
  878. package/lib/esm/appui-react/cursor/CursorInformation.js.map +1 -1
  879. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
  880. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +72 -72
  881. package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
  882. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
  883. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +145 -145
  884. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
  885. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
  886. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
  887. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +318 -318
  888. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
  889. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
  890. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js +59 -59
  891. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
  892. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
  893. package/lib/esm/appui-react/dialog/ContentDialog.d.ts +23 -23
  894. package/lib/esm/appui-react/dialog/ContentDialog.js +66 -66
  895. package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
  896. package/lib/esm/appui-react/dialog/ContentDialog.scss +25 -25
  897. package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +64 -64
  898. package/lib/esm/appui-react/dialog/ContentDialogManager.js +141 -141
  899. package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
  900. package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts +84 -84
  901. package/lib/esm/appui-react/dialog/DialogManagerBase.js +135 -135
  902. package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
  903. package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +47 -47
  904. package/lib/esm/appui-react/dialog/ModalDialogManager.js +66 -66
  905. package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
  906. package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +21 -21
  907. package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
  908. package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
  909. package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
  910. package/lib/esm/appui-react/dialog/ModelessDialogManager.js +129 -129
  911. package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
  912. package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +42 -42
  913. package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
  914. package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
  915. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
  916. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +78 -78
  917. package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
  918. package/lib/esm/appui-react/feedback/ElementTooltip.d.ts +61 -61
  919. package/lib/esm/appui-react/feedback/ElementTooltip.js +126 -126
  920. package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
  921. package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +73 -73
  922. package/lib/esm/appui-react/feedback/ValidationTextbox.js +110 -110
  923. package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
  924. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +54 -54
  925. package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
  926. package/lib/esm/appui-react/frontstage/FrontstageConfig.js +8 -8
  927. package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
  928. package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +203 -203
  929. package/lib/esm/appui-react/frontstage/FrontstageDef.js +817 -817
  930. package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
  931. package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +355 -355
  932. package/lib/esm/appui-react/frontstage/FrontstageManager.js +551 -551
  933. package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
  934. package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
  935. package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
  936. package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
  937. package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
  938. package/lib/esm/appui-react/frontstage/ModalFrontstage.js +40 -40
  939. package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
  940. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +83 -83
  941. package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
  942. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +82 -82
  943. package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
  944. package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +13 -13
  945. package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
  946. package/lib/esm/appui-react/frontstage/NestedFrontstage.js +26 -26
  947. package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
  948. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
  949. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +74 -74
  950. package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
  951. package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
  952. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +33 -33
  953. package/lib/esm/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
  954. package/lib/esm/appui-react/hooks/useActiveStageId.d.ts +7 -7
  955. package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
  956. package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
  957. package/lib/esm/appui-react/hooks/useActiveViewport.d.ts +8 -8
  958. package/lib/esm/appui-react/hooks/useActiveViewport.js +42 -42
  959. package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
  960. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
  961. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +67 -67
  962. package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
  963. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
  964. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +26 -26
  965. package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
  966. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
  967. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
  968. package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
  969. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
  970. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +67 -67
  971. package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
  972. package/lib/esm/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
  973. package/lib/esm/appui-react/hooks/useSolarDataProvider.js +61 -61
  974. package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
  975. package/lib/esm/appui-react/hooks/useUiVisibility.d.ts +5 -5
  976. package/lib/esm/appui-react/hooks/useUiVisibility.js +22 -22
  977. package/lib/esm/appui-react/hooks/useUiVisibility.js.map +1 -1
  978. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
  979. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +266 -266
  980. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
  981. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
  982. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +90 -90
  983. package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
  984. package/lib/esm/appui-react/messages/ActivityMessage.d.ts +9 -9
  985. package/lib/esm/appui-react/messages/ActivityMessage.js +75 -75
  986. package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
  987. package/lib/esm/appui-react/messages/AppNotificationManager.d.ts +74 -74
  988. package/lib/esm/appui-react/messages/AppNotificationManager.js +121 -121
  989. package/lib/esm/appui-react/messages/AppNotificationManager.js.map +1 -1
  990. package/lib/esm/appui-react/messages/HollowIcon.d.ts +9 -9
  991. package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
  992. package/lib/esm/appui-react/messages/HollowIcon.js.map +1 -1
  993. package/lib/esm/appui-react/messages/InputField.d.ts +37 -37
  994. package/lib/esm/appui-react/messages/InputField.js +87 -87
  995. package/lib/esm/appui-react/messages/InputField.js.map +1 -1
  996. package/lib/esm/appui-react/messages/InputField.scss +82 -82
  997. package/lib/esm/appui-react/messages/MessageLabel.d.ts +12 -12
  998. package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
  999. package/lib/esm/appui-react/messages/MessageLabel.js.map +1 -1
  1000. package/lib/esm/appui-react/messages/MessageManager.d.ts +244 -244
  1001. package/lib/esm/appui-react/messages/MessageManager.js +430 -430
  1002. package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
  1003. package/lib/esm/appui-react/messages/MessageSpan.d.ts +14 -14
  1004. package/lib/esm/appui-react/messages/MessageSpan.js +17 -17
  1005. package/lib/esm/appui-react/messages/MessageSpan.js.map +1 -1
  1006. package/lib/esm/appui-react/messages/Pointer.d.ts +69 -69
  1007. package/lib/esm/appui-react/messages/Pointer.js +168 -168
  1008. package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
  1009. package/lib/esm/appui-react/messages/Pointer.scss +42 -42
  1010. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
  1011. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +63 -63
  1012. package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
  1013. package/lib/esm/appui-react/messages/StatusMessageManager.d.ts +24 -24
  1014. package/lib/esm/appui-react/messages/StatusMessageManager.js +51 -51
  1015. package/lib/esm/appui-react/messages/StatusMessageManager.js.map +1 -1
  1016. package/lib/esm/appui-react/messages/getToastCategory.d.ts +6 -6
  1017. package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
  1018. package/lib/esm/appui-react/messages/getToastCategory.js.map +1 -1
  1019. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
  1020. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +22 -22
  1021. package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
  1022. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
  1023. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +22 -22
  1024. package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
  1025. package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
  1026. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +29 -29
  1027. package/lib/esm/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
  1028. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
  1029. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +180 -180
  1030. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
  1031. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +87 -87
  1032. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
  1033. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +143 -143
  1034. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
  1035. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
  1036. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
  1037. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +99 -99
  1038. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
  1039. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
  1040. package/lib/esm/appui-react/pickers/ListPicker.d.ts +111 -111
  1041. package/lib/esm/appui-react/pickers/ListPicker.js +187 -187
  1042. package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
  1043. package/lib/esm/appui-react/pickers/ListPicker.scss +299 -299
  1044. package/lib/esm/appui-react/pickers/ViewSelector.d.ts +90 -90
  1045. package/lib/esm/appui-react/pickers/ViewSelector.js +246 -246
  1046. package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
  1047. package/lib/esm/appui-react/popup/CardPopup.d.ts +48 -48
  1048. package/lib/esm/appui-react/popup/CardPopup.js +84 -84
  1049. package/lib/esm/appui-react/popup/CardPopup.js.map +1 -1
  1050. package/lib/esm/appui-react/popup/CardPopup.scss +25 -25
  1051. package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts +30 -30
  1052. package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
  1053. package/lib/esm/appui-react/popup/HTMLElementPopup.js.map +1 -1
  1054. package/lib/esm/appui-react/popup/InputEditorPopup.d.ts +38 -38
  1055. package/lib/esm/appui-react/popup/InputEditorPopup.js +52 -52
  1056. package/lib/esm/appui-react/popup/InputEditorPopup.js.map +1 -1
  1057. package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
  1058. package/lib/esm/appui-react/popup/KeyinPalettePanel.js +248 -248
  1059. package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
  1060. package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -30
  1061. package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
  1062. package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
  1063. package/lib/esm/appui-react/popup/KeyinPalettePopup.js.map +1 -1
  1064. package/lib/esm/appui-react/popup/PopupManager.d.ts +105 -105
  1065. package/lib/esm/appui-react/popup/PopupManager.js +225 -225
  1066. package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
  1067. package/lib/esm/appui-react/popup/PositionPopup.d.ts +28 -28
  1068. package/lib/esm/appui-react/popup/PositionPopup.js +43 -43
  1069. package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
  1070. package/lib/esm/appui-react/popup/PositionPopup.scss +28 -28
  1071. package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
  1072. package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
  1073. package/lib/esm/appui-react/popup/ToolSettingsPopup.js.map +1 -1
  1074. package/lib/esm/appui-react/popup/ToolbarPopup.d.ts +34 -34
  1075. package/lib/esm/appui-react/popup/ToolbarPopup.js +53 -53
  1076. package/lib/esm/appui-react/popup/ToolbarPopup.js.map +1 -1
  1077. package/lib/esm/appui-react/redux/FrameworkState.d.ts +22 -22
  1078. package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
  1079. package/lib/esm/appui-react/redux/FrameworkState.js.map +1 -1
  1080. package/lib/esm/appui-react/redux/ReducerRegistry.d.ts +36 -36
  1081. package/lib/esm/appui-react/redux/ReducerRegistry.js +56 -56
  1082. package/lib/esm/appui-react/redux/ReducerRegistry.js.map +1 -1
  1083. package/lib/esm/appui-react/redux/SessionState.d.ts +103 -103
  1084. package/lib/esm/appui-react/redux/SessionState.js +126 -126
  1085. package/lib/esm/appui-react/redux/SessionState.js.map +1 -1
  1086. package/lib/esm/appui-react/redux/StateManager.d.ts +43 -43
  1087. package/lib/esm/appui-react/redux/StateManager.js +93 -93
  1088. package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
  1089. package/lib/esm/appui-react/redux/connectIModel.d.ts +26 -26
  1090. package/lib/esm/appui-react/redux/connectIModel.js +89 -89
  1091. package/lib/esm/appui-react/redux/connectIModel.js.map +1 -1
  1092. package/lib/esm/appui-react/redux/redux-ts.d.ts +197 -197
  1093. package/lib/esm/appui-react/redux/redux-ts.js +32 -32
  1094. package/lib/esm/appui-react/redux/redux-ts.js.map +1 -1
  1095. package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +10 -10
  1096. package/lib/esm/appui-react/safearea/SafeAreaContext.js +13 -13
  1097. package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
  1098. package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
  1099. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js +11 -11
  1100. package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
  1101. package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
  1102. package/lib/esm/appui-react/safearea/SafeAreaInsets.js +18 -18
  1103. package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
  1104. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
  1105. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +690 -690
  1106. package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
  1107. package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
  1108. package/lib/esm/appui-react/selection/SelectionContextItemDef.js +188 -188
  1109. package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
  1110. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
  1111. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +197 -197
  1112. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
  1113. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
  1114. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
  1115. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
  1116. package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
  1117. package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
  1118. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +188 -188
  1119. package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
  1120. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +66 -66
  1121. package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
  1122. package/lib/esm/appui-react/shared/ActionButtonItemDef.js +44 -44
  1123. package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
  1124. package/lib/esm/appui-react/shared/AnyItemDef.d.ts +11 -11
  1125. package/lib/esm/appui-react/shared/AnyItemDef.js +8 -8
  1126. package/lib/esm/appui-react/shared/AnyItemDef.js.map +1 -1
  1127. package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
  1128. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +8 -8
  1129. package/lib/esm/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
  1130. package/lib/esm/appui-react/shared/CommandItemDef.d.ts +16 -16
  1131. package/lib/esm/appui-react/shared/CommandItemDef.js +31 -31
  1132. package/lib/esm/appui-react/shared/CommandItemDef.js.map +1 -1
  1133. package/lib/esm/appui-react/shared/CustomItemDef.d.ts +17 -17
  1134. package/lib/esm/appui-react/shared/CustomItemDef.js +28 -28
  1135. package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
  1136. package/lib/esm/appui-react/shared/CustomItemProps.d.ts +12 -12
  1137. package/lib/esm/appui-react/shared/CustomItemProps.js +8 -8
  1138. package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
  1139. package/lib/esm/appui-react/shared/GroupItemProps.d.ts +19 -19
  1140. package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
  1141. package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
  1142. package/lib/esm/appui-react/shared/ItemDefBase.d.ts +58 -58
  1143. package/lib/esm/appui-react/shared/ItemDefBase.js +74 -74
  1144. package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
  1145. package/lib/esm/appui-react/shared/ItemMap.d.ts +21 -21
  1146. package/lib/esm/appui-react/shared/ItemMap.js +46 -46
  1147. package/lib/esm/appui-react/shared/ItemMap.js.map +1 -1
  1148. package/lib/esm/appui-react/shared/ItemProps.d.ts +48 -48
  1149. package/lib/esm/appui-react/shared/ItemProps.js +8 -8
  1150. package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
  1151. package/lib/esm/appui-react/shared/MenuItem.d.ts +36 -36
  1152. package/lib/esm/appui-react/shared/MenuItem.js +107 -107
  1153. package/lib/esm/appui-react/shared/MenuItem.js.map +1 -1
  1154. package/lib/esm/appui-react/shared/SelectionScope.d.ts +13 -13
  1155. package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
  1156. package/lib/esm/appui-react/shared/SelectionScope.js.map +1 -1
  1157. package/lib/esm/appui-react/shared/ToolItemDef.d.ts +17 -17
  1158. package/lib/esm/appui-react/shared/ToolItemDef.js +35 -35
  1159. package/lib/esm/appui-react/shared/ToolItemDef.js.map +1 -1
  1160. package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
  1161. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +8 -8
  1162. package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
  1163. package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +263 -263
  1164. package/lib/esm/appui-react/stagepanels/StagePanelDef.js +209 -209
  1165. package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
  1166. package/lib/esm/appui-react/statusbar/Indicator.d.ts +25 -25
  1167. package/lib/esm/appui-react/statusbar/Indicator.js +31 -31
  1168. package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
  1169. package/lib/esm/appui-react/statusbar/Indicator.scss +110 -110
  1170. package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts +23 -23
  1171. package/lib/esm/appui-react/statusbar/LabelIndicator.js +24 -24
  1172. package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
  1173. package/lib/esm/appui-react/statusbar/LabelIndicator.scss +43 -43
  1174. package/lib/esm/appui-react/statusbar/Overflow.d.ts +19 -19
  1175. package/lib/esm/appui-react/statusbar/Overflow.js +26 -26
  1176. package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
  1177. package/lib/esm/appui-react/statusbar/Overflow.scss +27 -27
  1178. package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts +20 -20
  1179. package/lib/esm/appui-react/statusbar/OverflowPanel.js +18 -18
  1180. package/lib/esm/appui-react/statusbar/OverflowPanel.js.map +1 -1
  1181. package/lib/esm/appui-react/statusbar/OverflowPanel.scss +22 -22
  1182. package/lib/esm/appui-react/statusbar/Separator.d.ts +10 -10
  1183. package/lib/esm/appui-react/statusbar/Separator.js +17 -17
  1184. package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
  1185. package/lib/esm/appui-react/statusbar/Separator.scss +14 -14
  1186. package/lib/esm/appui-react/statusbar/StatusBar.d.ts +62 -62
  1187. package/lib/esm/appui-react/statusbar/StatusBar.js +121 -121
  1188. package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
  1189. package/lib/esm/appui-react/statusbar/StatusBar.scss +43 -43
  1190. package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
  1191. package/lib/esm/appui-react/statusbar/StatusBarComposer.js +276 -276
  1192. package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  1193. package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +16 -16
  1194. package/lib/esm/appui-react/statusbar/StatusBarItem.js +13 -13
  1195. package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
  1196. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +13 -13
  1197. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +18 -18
  1198. package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
  1199. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
  1200. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +19 -19
  1201. package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
  1202. package/lib/esm/appui-react/statusbar/dialog/Button.d.ts +20 -20
  1203. package/lib/esm/appui-react/statusbar/dialog/Button.js +15 -15
  1204. package/lib/esm/appui-react/statusbar/dialog/Button.js.map +1 -1
  1205. package/lib/esm/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
  1206. package/lib/esm/appui-react/statusbar/dialog/Dialog.js +26 -26
  1207. package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
  1208. package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
  1209. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +15 -15
  1210. package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
  1211. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
  1212. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +33 -33
  1213. package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
  1214. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
  1215. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +51 -51
  1216. package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
  1217. package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +9 -9
  1218. package/lib/esm/appui-react/statusfields/ActivityCenter.js +55 -55
  1219. package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
  1220. package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +46 -46
  1221. package/lib/esm/appui-react/statusfields/MessageCenter.js +119 -119
  1222. package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
  1223. package/lib/esm/appui-react/statusfields/SectionsField.d.ts +16 -16
  1224. package/lib/esm/appui-react/statusfields/SectionsField.js +73 -73
  1225. package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
  1226. package/lib/esm/appui-react/statusfields/SectionsField.scss +36 -36
  1227. package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +26 -26
  1228. package/lib/esm/appui-react/statusfields/SelectionInfo.js +44 -44
  1229. package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
  1230. package/lib/esm/appui-react/statusfields/SelectionInfo.scss +14 -14
  1231. package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +37 -37
  1232. package/lib/esm/appui-react/statusfields/SelectionScope.js +63 -63
  1233. package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
  1234. package/lib/esm/appui-react/statusfields/SelectionScope.scss +46 -46
  1235. package/lib/esm/appui-react/statusfields/SnapMode.d.ts +41 -41
  1236. package/lib/esm/appui-react/statusfields/SnapMode.js +85 -85
  1237. package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
  1238. package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +30 -30
  1239. package/lib/esm/appui-react/statusfields/ViewAttributes.js +88 -88
  1240. package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
  1241. package/lib/esm/appui-react/statusfields/ViewAttributes.scss +14 -14
  1242. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
  1243. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +87 -87
  1244. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
  1245. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
  1246. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
  1247. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +439 -439
  1248. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
  1249. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
  1250. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +79 -79
  1251. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +220 -220
  1252. package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
  1253. package/lib/esm/appui-react/theme/ThemeManager.d.ts +55 -55
  1254. package/lib/esm/appui-react/theme/ThemeManager.js +94 -94
  1255. package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
  1256. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
  1257. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +48 -48
  1258. package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
  1259. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
  1260. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
  1261. package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
  1262. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
  1263. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +61 -61
  1264. package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
  1265. package/lib/esm/appui-react/toolbar/DragInteraction.d.ts +8 -8
  1266. package/lib/esm/appui-react/toolbar/DragInteraction.js +12 -12
  1267. package/lib/esm/appui-react/toolbar/DragInteraction.js.map +1 -1
  1268. package/lib/esm/appui-react/toolbar/GroupItem.d.ts +37 -37
  1269. package/lib/esm/appui-react/toolbar/GroupItem.js +72 -72
  1270. package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
  1271. package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
  1272. package/lib/esm/appui-react/toolbar/ToolbarComposer.js +221 -221
  1273. package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
  1274. package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +26 -26
  1275. package/lib/esm/appui-react/toolbar/ToolbarHelper.js +134 -134
  1276. package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
  1277. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
  1278. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +32 -32
  1279. package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
  1280. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
  1281. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +48 -48
  1282. package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
  1283. package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
  1284. package/lib/esm/appui-react/tools/CoreToolDefinitions.js +364 -364
  1285. package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
  1286. package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
  1287. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +27 -27
  1288. package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
  1289. package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
  1290. package/lib/esm/appui-react/tools/KeyinPaletteTools.js +26 -26
  1291. package/lib/esm/appui-react/tools/KeyinPaletteTools.js.map +1 -1
  1292. package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts +16 -16
  1293. package/lib/esm/appui-react/tools/OpenSettingsTool.js +28 -28
  1294. package/lib/esm/appui-react/tools/OpenSettingsTool.js.map +1 -1
  1295. package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
  1296. package/lib/esm/appui-react/tools/RestoreLayoutTool.js +55 -55
  1297. package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
  1298. package/lib/esm/appui-react/tools/ToolSettingsTools.d.ts +22 -22
  1299. package/lib/esm/appui-react/tools/ToolSettingsTools.js +41 -41
  1300. package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
  1301. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
  1302. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js +70 -70
  1303. package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
  1304. package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts +14 -14
  1305. package/lib/esm/appui-react/toolsettings/ToolInformation.js +41 -41
  1306. package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +1 -1
  1307. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts +58 -58
  1308. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +124 -124
  1309. package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +1 -1
  1310. package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
  1311. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js +34 -34
  1312. package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
  1313. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
  1314. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +99 -99
  1315. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
  1316. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +36 -36
  1317. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +82 -82
  1318. package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
  1319. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
  1320. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +62 -62
  1321. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
  1322. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
  1323. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +48 -48
  1324. package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
  1325. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +24 -24
  1326. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +72 -72
  1327. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
  1328. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +31 -31
  1329. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +65 -65
  1330. package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
  1331. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
  1332. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +344 -344
  1333. package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
  1334. package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
  1335. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +202 -202
  1336. package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
  1337. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
  1338. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +47 -47
  1339. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
  1340. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +213 -213
  1341. package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +49 -49
  1342. package/lib/esm/appui-react/uistate/AppUiSettings.js +85 -85
  1343. package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
  1344. package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts +19 -19
  1345. package/lib/esm/appui-react/uistate/useUiStateStorage.js +33 -33
  1346. package/lib/esm/appui-react/uistate/useUiStateStorage.js.map +1 -1
  1347. package/lib/esm/appui-react/utils/PropsHelper.d.ts +20 -20
  1348. package/lib/esm/appui-react/utils/PropsHelper.js +62 -62
  1349. package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
  1350. package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
  1351. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +56 -56
  1352. package/lib/esm/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
  1353. package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +83 -83
  1354. package/lib/esm/appui-react/utils/UiShowHideManager.js +191 -191
  1355. package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
  1356. package/lib/esm/appui-react/utils/ViewUtilities.d.ts +66 -66
  1357. package/lib/esm/appui-react/utils/ViewUtilities.js +94 -94
  1358. package/lib/esm/appui-react/utils/ViewUtilities.js.map +1 -1
  1359. package/lib/esm/appui-react/widget-panels/Content.d.ts +6 -6
  1360. package/lib/esm/appui-react/widget-panels/Content.js +55 -55
  1361. package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
  1362. package/lib/esm/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
  1363. package/lib/esm/appui-react/widget-panels/FloatingWidget.js +14 -14
  1364. package/lib/esm/appui-react/widget-panels/FloatingWidget.js.map +1 -1
  1365. package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +123 -123
  1366. package/lib/esm/appui-react/widget-panels/Frontstage.js +1054 -1054
  1367. package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
  1368. package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -19
  1369. package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
  1370. package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
  1371. package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
  1372. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
  1373. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +33 -33
  1374. package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
  1375. package/lib/esm/appui-react/widget-panels/StatusBar.d.ts +8 -8
  1376. package/lib/esm/appui-react/widget-panels/StatusBar.js +23 -23
  1377. package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
  1378. package/lib/esm/appui-react/widget-panels/StatusBar.scss +10 -10
  1379. package/lib/esm/appui-react/widget-panels/Tab.d.ts +10 -10
  1380. package/lib/esm/appui-react/widget-panels/Tab.js +29 -29
  1381. package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
  1382. package/lib/esm/appui-react/widget-panels/Tab.scss +14 -14
  1383. package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts +37 -37
  1384. package/lib/esm/appui-react/widget-panels/ToolSettings.js +145 -145
  1385. package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
  1386. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +41 -41
  1387. package/lib/esm/appui-react/widget-panels/Toolbars.d.ts +7 -7
  1388. package/lib/esm/appui-react/widget-panels/Toolbars.js +20 -20
  1389. package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
  1390. package/lib/esm/appui-react/widget-panels/Toolbars.scss +20 -20
  1391. package/lib/esm/appui-react/widget-panels/useTransientState.d.ts +7 -7
  1392. package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
  1393. package/lib/esm/appui-react/widget-panels/useTransientState.js.map +1 -1
  1394. package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
  1395. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +25 -25
  1396. package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
  1397. package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts +21 -21
  1398. package/lib/esm/appui-react/widgets/BackstageAppButton.js +49 -49
  1399. package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
  1400. package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
  1401. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +56 -56
  1402. package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
  1403. package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts +23 -23
  1404. package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
  1405. package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
  1406. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
  1407. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +44 -44
  1408. package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
  1409. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
  1410. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +104 -104
  1411. package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
  1412. package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +8 -8
  1413. package/lib/esm/appui-react/widgets/StableWidgetDef.js +25 -25
  1414. package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
  1415. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
  1416. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +38 -38
  1417. package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
  1418. package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
  1419. package/lib/esm/appui-react/widgets/ToolSettingsContent.js +12 -12
  1420. package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
  1421. package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
  1422. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
  1423. package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
  1424. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
  1425. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +32 -32
  1426. package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
  1427. package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +25 -25
  1428. package/lib/esm/appui-react/widgets/WidgetConfig.js +8 -8
  1429. package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
  1430. package/lib/esm/appui-react/widgets/WidgetControl.d.ts +33 -33
  1431. package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
  1432. package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
  1433. package/lib/esm/appui-react/widgets/WidgetDef.d.ts +168 -168
  1434. package/lib/esm/appui-react/widgets/WidgetDef.js +318 -318
  1435. package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
  1436. package/lib/esm/appui-react/widgets/WidgetHost.d.ts +40 -40
  1437. package/lib/esm/appui-react/widgets/WidgetHost.js +86 -86
  1438. package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
  1439. package/lib/esm/appui-react/widgets/WidgetManager.d.ts +54 -54
  1440. package/lib/esm/appui-react/widgets/WidgetManager.js +112 -112
  1441. package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
  1442. package/lib/esm/appui-react.d.ts +319 -327
  1443. package/lib/esm/appui-react.d.ts.map +1 -1
  1444. package/lib/esm/appui-react.js +324 -332
  1445. package/lib/esm/appui-react.js.map +1 -1
  1446. package/lib/public/locales/en/UiFramework.json +381 -381
  1447. package/package.json +11 -11
  1448. package/lib/cjs/appui-react/imodel-components/Common.d.ts +0 -24
  1449. package/lib/cjs/appui-react/imodel-components/Common.d.ts.map +0 -1
  1450. package/lib/cjs/appui-react/imodel-components/Common.js +0 -24
  1451. package/lib/cjs/appui-react/imodel-components/Common.js.map +0 -1
  1452. package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
  1453. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -66
  1454. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
  1455. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -147
  1456. package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
  1457. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -46
  1458. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
  1459. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -65
  1460. package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
  1461. package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +0 -102
  1462. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -68
  1463. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
  1464. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -105
  1465. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
  1466. package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.scss +0 -9
  1467. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -57
  1468. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
  1469. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -197
  1470. package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
  1471. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
  1472. package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
  1473. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -83
  1474. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
  1475. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +0 -128
  1476. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
  1477. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.scss +0 -9
  1478. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
  1479. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -101
  1480. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
  1481. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -480
  1482. package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
  1483. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
  1484. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
  1485. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +0 -23
  1486. package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
  1487. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
  1488. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
  1489. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -34
  1490. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
  1491. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -42
  1492. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
  1493. package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +0 -9
  1494. package/lib/esm/appui-react/imodel-components/Common.d.ts +0 -24
  1495. package/lib/esm/appui-react/imodel-components/Common.d.ts.map +0 -1
  1496. package/lib/esm/appui-react/imodel-components/Common.js +0 -21
  1497. package/lib/esm/appui-react/imodel-components/Common.js.map +0 -1
  1498. package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
  1499. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -66
  1500. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
  1501. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -143
  1502. package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
  1503. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -46
  1504. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
  1505. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -57
  1506. package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
  1507. package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +0 -102
  1508. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -68
  1509. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
  1510. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -99
  1511. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
  1512. package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +0 -9
  1513. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -57
  1514. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
  1515. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -191
  1516. package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
  1517. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
  1518. package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
  1519. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -83
  1520. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
  1521. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +0 -124
  1522. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
  1523. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +0 -9
  1524. package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
  1525. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -101
  1526. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
  1527. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -475
  1528. package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
  1529. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
  1530. package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
  1531. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +0 -19
  1532. package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
  1533. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
  1534. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
  1535. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -34
  1536. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
  1537. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -38
  1538. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
  1539. package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +0 -9
@@ -1 +1 @@
1
- {"version":3,"file":"FrameworkUiAdmin.js","sourceRoot":"","sources":["../../../../src/appui-react/uiadmin/FrameworkUiAdmin.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 Admin\n */\n\nimport * as React from \"react\";\nimport { XAndY } from \"@itwin/core-geometry\";\nimport { IModelApp } from \"@itwin/core-frontend\";\nimport {\n AbstractMenuItemProps, AbstractToolbarProps, DialogLayoutDataProvider, DialogProps, IMatch,\n OnCancelFunc, OnItemExecutedFunc, OnNumberCommitFunc, OnValueCommitFunc,\n Primitives, PropertyDescription, PropertyRecord, RelativePosition, UiAdmin,\n} from \"@itwin/appui-abstract\";\nimport { AccuDrawPopupManager } from \"../accudraw/AccuDrawPopupManager\";\nimport { ConfigurableUiManager } from \"../configurableui/ConfigurableUiManager\";\nimport { CursorInformation } from \"../cursor/CursorInformation\";\nimport { PopupManager } from \"../popup/PopupManager\";\nimport { CursorMenuData } from \"../redux/SessionState\";\nimport { UiFramework } from \"../UiFramework\";\nimport { KeyboardShortcutManager } from \"../keyboardshortcut/KeyboardShortcut\";\nimport { ModalDialogManager } from \"../dialog/ModalDialogManager\";\nimport { ModelessDialogManager } from \"../dialog/ModelessDialogManager\";\nimport { UiDataProvidedDialog } from \"../dialog/UiDataProvidedDialog\";\n\n/** Controls whether localized and/or non-localized key-in strings appear in a KeyinField's auto-completion list.\n * @public\n */\nexport enum KeyinFieldLocalization {\n /** Include only non-localized key-in strings. */\n NonLocalized,\n /** Include only localized key-in strings. */\n Localized,\n /** Include localized and non-localized strings for each key-in. */\n Both,\n}\n\n/** Defines a keyin entry to show/filter in UI\n * @public\n*/\nexport interface KeyinEntry {\n /** string that matched a filter string */\n value: string;\n /** define array of start and end positions of filter matches. */\n matches?: IMatch[];\n /** true if entry was loaded from key-in history */\n isHistory?: boolean;\n}\n\n/** The UiAdmin controls various UI components and is callable from IModelApp.uiAdmin in the core-frontend package.\n * @public\n */\nexport class FrameworkUiAdmin extends UiAdmin {\n private _localizedKeyinPreference: KeyinFieldLocalization = KeyinFieldLocalization.NonLocalized;\n\n public get localizedKeyinPreference(): KeyinFieldLocalization { return this._localizedKeyinPreference; }\n public set localizedKeyinPreference(preference: KeyinFieldLocalization) { this._localizedKeyinPreference = preference; }\n\n /** @internal */\n public override onInitialized() { }\n\n /** Gets the cursor X and Y position, which is mouseEvent.pageX and mouseEvent.pageY. */\n public override get cursorPosition(): XAndY { return CursorInformation.cursorPosition; }\n\n /** Determines if focus is set to Home */\n public override get isFocusOnHome(): boolean { return KeyboardShortcutManager.isFocusOnHome; }\n\n /** Sets focus to Home */\n public override setFocusToHome(): void { KeyboardShortcutManager.setFocusToHome(); }\n\n /** Show a context menu at a particular location.\n * @param items Properties of the menu items to display.\n * @param location Location of the context menu, relative to the origin of htmlElement or the overall window.\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\n * @return true if the menu was displayed, false if the menu could not be displayed.\n */\n public override showContextMenu(items: AbstractMenuItemProps[], location: XAndY, htmlElement?: HTMLElement): boolean {\n let position = location;\n let childWindowId: string | undefined;\n if (htmlElement) {\n const anchorOffset = htmlElement.getBoundingClientRect();\n position = { x: anchorOffset.left + location.x, y: anchorOffset.top + location.y };\n childWindowId = UiFramework.childWindowManager.findChildWindowId(htmlElement.ownerDocument.defaultView);\n }\n\n const offset = -8;\n position = { x: position.x + offset, y: position.y + offset };\n\n const cursorMenu: CursorMenuData = { position, items, childWindowId };\n UiFramework.openCursorMenu(cursorMenu);\n\n return true;\n }\n\n /** Resolve location and parent element */\n private resolveHtmlElement(location: XAndY, htmlElement?: HTMLElement): { position: XAndY, el: HTMLElement } {\n const position = location;\n const el = htmlElement ?? ConfigurableUiManager.getWrapperElement();\n return { position, el };\n }\n\n public getKeyins(): KeyinEntry[] {\n const toolKeyins: KeyinEntry[] = [];\n const tools = IModelApp.tools.getToolList();\n for (const tool of tools) {\n switch (this.localizedKeyinPreference) {\n case KeyinFieldLocalization.Localized:\n toolKeyins.push({ value: tool.keyin });\n break;\n case KeyinFieldLocalization.Both:\n toolKeyins.push({ value: tool.keyin });\n // istanbul ignore else\n if (tool.keyin === tool.englishKeyin)\n break;\n // istanbul ignore next\n default: // eslint-disable-line no-fallthrough\n case KeyinFieldLocalization.NonLocalized:\n // istanbul ignore next\n if (KeyinFieldLocalization.NonLocalized === this.localizedKeyinPreference || (KeyinFieldLocalization.Both === this.localizedKeyinPreference && tool.englishKeyin !== tool.keyin))\n toolKeyins.push({ value: tool.englishKeyin });\n break;\n }\n }\n\n return toolKeyins;\n }\n\n /** Show the Key-in Palette to display key-in from all registered Tools.\n * @param htmlElement The HTMLElement that anchors the Popup. If undefined, the location is relative to the overall window.\n * @return true if the Command Palette was displayed, false if it could not be displayed.\n */\n public override showKeyinPalette(htmlElement?: HTMLElement): boolean {\n if (!this.featureFlags.allowKeyinPalette)\n return false;\n\n // istanbul ignore next\n const el = htmlElement ? htmlElement : ConfigurableUiManager.getWrapperElement();\n\n // istanbul ignore next\n const hidePopup = () => {\n IModelApp.uiAdmin.hideKeyinPalette();\n };\n\n return PopupManager.showKeyinPalette(this.getKeyins(), el, hidePopup, hidePopup);\n }\n\n /** Hides the Key-in Palette. */\n public override hideKeyinPalette(): boolean {\n if (!this.featureFlags.allowKeyinPalette)\n return false;\n\n return PopupManager.hideKeyinPalette();\n }\n\n /** Show a Toolbar at a particular location.\n * @param toolbarProps Properties of the Toolbar to display.\n * @param location Location of the Toolbar, relative to the origin of htmlElement or the overall window.\n * @param offset Offset of the Toolbar from the location.\n * @param onItemExecuted Function invoked after a Toolbar item is executed\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the Toolbar\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\n * @param htmlElement The HTMLElement that anchors the Toolbar. If undefined, the location is relative to the overall window.\n * @return true if the Toolbar was displayed, false if the Toolbar could not be displayed.\n */\n public override showToolbar(toolbarProps: AbstractToolbarProps, location: XAndY, offset: XAndY,\n onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc,\n relativePosition?: RelativePosition, htmlElement?: HTMLElement\n ): boolean {\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\n\n if (relativePosition === undefined)\n relativePosition = RelativePosition.TopRight;\n\n return PopupManager.showToolbar(toolbarProps, el, position, offset, onItemExecuted, onCancel, relativePosition);\n }\n\n /** Hides the toolbar. */\n public override hideToolbar(): boolean {\n return PopupManager.hideToolbar();\n }\n\n /** Show a menu button at a particular location. A menu button opens a context menu.\n * @param id Id of the menu button. Multiple menu buttons may be displayed.\n * @param menuItemsProps Properties of the menu items to display.\n * @param location Location of the context menu, relative to the origin of htmlElement or the window.\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\n * @return true if the menu was displayed, false if the menu could not be displayed.\n */\n public override showMenuButton(id: string, menuItemsProps: AbstractMenuItemProps[], location: XAndY, htmlElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\n\n return AccuDrawPopupManager.showMenuButton(id, el, position, menuItemsProps);\n }\n\n /** Hides a menu button.\n * @param id Id of the menu button. Multiple menu buttons may be displayed.\n * @return true if the menu was hidden, false if the menu could not be hidden.\n */\n public override hideMenuButton(id: string): boolean {\n return AccuDrawPopupManager.hideMenuButton(id);\n }\n\n /** Show a calculator at a particular location.\n * @param initialValue Value initially displayed in the calculator.\n * @param resultIcon Icon displayed to the left of the value.\n * @param location Location of the calculator, relative to the origin of htmlElement or the window.\n * @param onOk Function called when the OK button or the Enter key is pressed.\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\n * @return true if the menu was displayed, false if the menu could not be displayed.\n */\n public override showCalculator(initialValue: number, resultIcon: string, location: XAndY, onOk: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\n\n return AccuDrawPopupManager.showCalculator(el, position, initialValue, resultIcon, onOk, onCancel);\n }\n\n /** Hides the calculator. */\n public override hideCalculator(): boolean {\n return AccuDrawPopupManager.hideCalculator();\n }\n\n /** Show an input editor for an angle value at a particular location.\n * @param initialValue Value initially displayed in the editor.\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\n * @param onCommit Function called when the OK button or the Enter key is pressed.\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\n * @return true if the editor was displayed, false if the editor could not be displayed.\n */\n public override showAngleEditor(initialValue: number, location: XAndY, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\n\n return AccuDrawPopupManager.showAngleEditor(el, position, initialValue, onCommit, onCancel);\n }\n\n /** Show an input editor for a length value at a particular location.\n * @param initialValue Value initially displayed in the editor.\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\n * @param onCommit Function called when the OK button or the Enter key is pressed.\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\n * @return true if the editor was displayed, false if the editor could not be displayed.\n */\n public override showLengthEditor(initialValue: number, location: XAndY, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\n\n return AccuDrawPopupManager.showLengthEditor(el, position, initialValue, onCommit, onCancel);\n }\n\n /** Show an input editor for a height value at a particular location.\n * @param initialValue Value initially displayed in the editor.\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\n * @param onCommit Function called when the OK button or the Enter key is pressed.\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\n * @return true if the editor was displayed, false if the editor could not be displayed.\n */\n public override showHeightEditor(initialValue: number, location: XAndY, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\n\n return AccuDrawPopupManager.showHeightEditor(el, position, initialValue, onCommit, onCancel);\n }\n\n /** Show an input editor for a primitive value at a particular location.\n * @param initialValue Value initially displayed in the editor.\n * @param propertyDescription Description of the primitive value property\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\n * @param onCommit Function called when the OK button or the Enter key is pressed.\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\n * @return true if the editor was displayed, false if the editor could not be displayed.\n */\n public override showInputEditor(initialValue: Primitives.Value, propertyDescription: PropertyDescription, location: XAndY, onCommit: OnValueCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\n\n return PopupManager.showInputEditor(el, position, initialValue, propertyDescription, onCommit, onCancel);\n }\n\n /** Hides the input editor. */\n public override hideInputEditor(): boolean {\n return PopupManager.hideInputEditor();\n }\n\n /** Show an HTML element at a particular location.\n * @param displayElement The HTMLElement to display\n * @param location Location of the display element, relative to the origin of htmlElement or the window\n * @param offset Offset of the display element from the location\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the display element\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\n * @param anchorElement The HTMLElement that anchors the display element. If undefined, the location is relative to the overall window.\n * @return true if the display element was displayed, false if the display element could not be displayed.\n */\n public override showHTMLElement(\n displayElement: HTMLElement, location: XAndY, offset: XAndY, onCancel: OnCancelFunc,\n relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\n\n // istanbul ignore if\n if (relativePosition === undefined)\n relativePosition = RelativePosition.TopRight;\n\n return PopupManager.showHTMLElement(displayElement, el, position, offset, onCancel, relativePosition);\n }\n\n /** Hides the HTML Element. */\n public override hideHTMLElement(): boolean {\n return PopupManager.hideHTMLElement();\n }\n\n /** Show a Card containing content, a title and a toolbar at a particular location.\n * @param content The HTMLElement of the content to display\n * @param title Title to display at the top of the card.\n * @param toolbarProps Properties of the Toolbar to display.\n * @param location Location of the Card, relative to the origin of htmlElement or the window.\n * @param offset Offset of the Card from the location.\n * @param onItemExecuted Function invoked after a Toolbar item is executed\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the Card\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\n * @param anchorElement The HTMLElement that anchors the Card. If undefined, the location is relative to the overall window.\n * @return true if the Card was displayed, false if the Card could not be displayed.\n */\n public override showCard(\n content: HTMLElement, title: string | PropertyRecord | undefined, toolbarProps: AbstractToolbarProps | undefined,\n location: XAndY, offset: XAndY, onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc,\n relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\n\n // istanbul ignore if\n if (relativePosition === undefined)\n relativePosition = RelativePosition.TopRight;\n\n return PopupManager.showCard(content, title, toolbarProps, el, position, offset, onItemExecuted, onCancel, relativePosition);\n }\n\n /** Show a Card containing React-based content, a title and a toolbar at a particular location.\n * @param content The React node of the content to display\n * @param title Title to display at the top of the card.\n * @param toolbarProps Properties of the Toolbar to display.\n * @param location Location of the Card, relative to the origin of htmlElement or the window.\n * @param offset Offset of the Card from the location.\n * @param onItemExecuted Function invoked after a Toolbar item is executed\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the Card\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\n * @param anchorElement The HTMLElement that anchors the Card. If undefined, the location is relative to the overall window.\n * @return true if the Card was displayed, false if the Card could not be displayed.\n */\n public showReactCard(\n content: React.ReactNode, title: string | PropertyRecord | undefined, toolbarProps: AbstractToolbarProps | undefined,\n location: XAndY, offset: XAndY, onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc,\n relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean {\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\n const reactContent = { reactNode: content };\n\n // istanbul ignore if\n if (relativePosition === undefined)\n relativePosition = RelativePosition.TopRight;\n\n return PopupManager.showCard(reactContent, title, toolbarProps, el, position, offset, onItemExecuted, onCancel, relativePosition);\n }\n\n /** Hides the Card. */\n public override hideCard(): boolean {\n return PopupManager.hideCard();\n }\n\n /** Opens a Tool Settings Ui popup at a particular location.\n * @param dataProvider The DialogLayoutDataProvider for the tool settings popup dialog.\n * @param location Location of the tool settings, relative to the origin of anchorElement or the window\n * @param offset Offset of the tool settings from the location\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the tool settings\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\n * @param anchorElement The HTMLElement that anchors the tool settings. If undefined, the location is relative to the overall window.\n * @return true if the tool settings were displayed, false if the tool settings could not be displayed.\n */\n public override openToolSettingsPopup(\n dataProvider: DialogLayoutDataProvider, location: XAndY, offset: XAndY, onCancel: OnCancelFunc, relativePosition?: RelativePosition, anchorElement?: HTMLElement,\n ): boolean {\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\n\n if (relativePosition === undefined)\n relativePosition = RelativePosition.TopRight;\n\n return PopupManager.openToolSettings(dataProvider, el, position, offset, onCancel, relativePosition);\n }\n\n /** Closes the Tool Settings Ui popup. */\n public override closeToolSettingsPopup(): boolean {\n return PopupManager.closeToolSettings();\n }\n\n /** Opens a Dialog and automatically populates it using the properties defined by the UiDataProvider.\n * @param uiDataProvider The UiDataProvider for the tool settings\n * @param title Specify title for dialog.\n * @param isModal Specify if the dialog is opened as a modal or modeless.\n * @param id Id of the dialog that is used to close it.\n * @param optionalProps Optional props for Dialog construction.\n * @return true if the tool settings were displayed, false if the tool settings could not be displayed.\n */\n public override openDialog(uiDataProvider: DialogLayoutDataProvider, title: string, isModal: boolean, id: string, optionalProps?: DialogProps): boolean {\n if (isModal) {\n ModalDialogManager.openDialog(<UiDataProvidedDialog uiDataProvider={uiDataProvider} title={title} isModal={isModal} id={id} {...optionalProps} />, id);\n return true;\n } else {\n ModelessDialogManager.openDialog(<UiDataProvidedDialog uiDataProvider={uiDataProvider} title={title} isModal={isModal} id={id} {...optionalProps} />, id);\n return true;\n }\n }\n\n /** Closes the Tool Settings Ui popup. */\n public override closeDialog(dialogId: string): boolean {\n // istanbul ignore else\n if (ModelessDialogManager.dialogManager.dialogs.findIndex((info) => info.id === dialogId)) {\n ModelessDialogManager.closeDialog(dialogId);\n return true;\n }\n\n // istanbul ignore else\n if (ModalDialogManager.dialogManager.dialogs.findIndex((info) => info.id === dialogId)) {\n ModalDialogManager.closeDialog();\n return true;\n }\n\n // istanbul ignore next\n return false;\n }\n}\n"]}
1
+ {"version":3,"file":"FrameworkUiAdmin.js","sourceRoot":"","sources":["../../../../src/appui-react/uiadmin/FrameworkUiAdmin.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 Admin\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { XAndY } from \"@itwin/core-geometry\";\r\nimport { IModelApp } from \"@itwin/core-frontend\";\r\nimport {\r\n AbstractMenuItemProps, AbstractToolbarProps, DialogLayoutDataProvider, DialogProps, IMatch,\r\n OnCancelFunc, OnItemExecutedFunc, OnNumberCommitFunc, OnValueCommitFunc,\r\n Primitives, PropertyDescription, PropertyRecord, RelativePosition, UiAdmin,\r\n} from \"@itwin/appui-abstract\";\r\nimport { AccuDrawPopupManager } from \"../accudraw/AccuDrawPopupManager\";\r\nimport { ConfigurableUiManager } from \"../configurableui/ConfigurableUiManager\";\r\nimport { CursorInformation } from \"../cursor/CursorInformation\";\r\nimport { PopupManager } from \"../popup/PopupManager\";\r\nimport { CursorMenuData } from \"../redux/SessionState\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { KeyboardShortcutManager } from \"../keyboardshortcut/KeyboardShortcut\";\r\nimport { ModalDialogManager } from \"../dialog/ModalDialogManager\";\r\nimport { ModelessDialogManager } from \"../dialog/ModelessDialogManager\";\r\nimport { UiDataProvidedDialog } from \"../dialog/UiDataProvidedDialog\";\r\n\r\n/** Controls whether localized and/or non-localized key-in strings appear in a KeyinField's auto-completion list.\r\n * @public\r\n */\r\nexport enum KeyinFieldLocalization {\r\n /** Include only non-localized key-in strings. */\r\n NonLocalized,\r\n /** Include only localized key-in strings. */\r\n Localized,\r\n /** Include localized and non-localized strings for each key-in. */\r\n Both,\r\n}\r\n\r\n/** Defines a keyin entry to show/filter in UI\r\n * @public\r\n*/\r\nexport interface KeyinEntry {\r\n /** string that matched a filter string */\r\n value: string;\r\n /** define array of start and end positions of filter matches. */\r\n matches?: IMatch[];\r\n /** true if entry was loaded from key-in history */\r\n isHistory?: boolean;\r\n}\r\n\r\n/** The UiAdmin controls various UI components and is callable from IModelApp.uiAdmin in the core-frontend package.\r\n * @public\r\n */\r\nexport class FrameworkUiAdmin extends UiAdmin {\r\n private _localizedKeyinPreference: KeyinFieldLocalization = KeyinFieldLocalization.NonLocalized;\r\n\r\n public get localizedKeyinPreference(): KeyinFieldLocalization { return this._localizedKeyinPreference; }\r\n public set localizedKeyinPreference(preference: KeyinFieldLocalization) { this._localizedKeyinPreference = preference; }\r\n\r\n /** @internal */\r\n public override onInitialized() { }\r\n\r\n /** Gets the cursor X and Y position, which is mouseEvent.pageX and mouseEvent.pageY. */\r\n public override get cursorPosition(): XAndY { return CursorInformation.cursorPosition; }\r\n\r\n /** Determines if focus is set to Home */\r\n public override get isFocusOnHome(): boolean { return KeyboardShortcutManager.isFocusOnHome; }\r\n\r\n /** Sets focus to Home */\r\n public override setFocusToHome(): void { KeyboardShortcutManager.setFocusToHome(); }\r\n\r\n /** Show a context menu at a particular location.\r\n * @param items Properties of the menu items to display.\r\n * @param location Location of the context menu, relative to the origin of htmlElement or the overall window.\r\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\r\n * @return true if the menu was displayed, false if the menu could not be displayed.\r\n */\r\n public override showContextMenu(items: AbstractMenuItemProps[], location: XAndY, htmlElement?: HTMLElement): boolean {\r\n let position = location;\r\n let childWindowId: string | undefined;\r\n if (htmlElement) {\r\n const anchorOffset = htmlElement.getBoundingClientRect();\r\n position = { x: anchorOffset.left + location.x, y: anchorOffset.top + location.y };\r\n childWindowId = UiFramework.childWindowManager.findChildWindowId(htmlElement.ownerDocument.defaultView);\r\n }\r\n\r\n const offset = -8;\r\n position = { x: position.x + offset, y: position.y + offset };\r\n\r\n const cursorMenu: CursorMenuData = { position, items, childWindowId };\r\n UiFramework.openCursorMenu(cursorMenu);\r\n\r\n return true;\r\n }\r\n\r\n /** Resolve location and parent element */\r\n private resolveHtmlElement(location: XAndY, htmlElement?: HTMLElement): { position: XAndY, el: HTMLElement } {\r\n const position = location;\r\n const el = htmlElement ?? ConfigurableUiManager.getWrapperElement();\r\n return { position, el };\r\n }\r\n\r\n public getKeyins(): KeyinEntry[] {\r\n const toolKeyins: KeyinEntry[] = [];\r\n const tools = IModelApp.tools.getToolList();\r\n for (const tool of tools) {\r\n switch (this.localizedKeyinPreference) {\r\n case KeyinFieldLocalization.Localized:\r\n toolKeyins.push({ value: tool.keyin });\r\n break;\r\n case KeyinFieldLocalization.Both:\r\n toolKeyins.push({ value: tool.keyin });\r\n // istanbul ignore else\r\n if (tool.keyin === tool.englishKeyin)\r\n break;\r\n // istanbul ignore next\r\n default: // eslint-disable-line no-fallthrough\r\n case KeyinFieldLocalization.NonLocalized:\r\n // istanbul ignore next\r\n if (KeyinFieldLocalization.NonLocalized === this.localizedKeyinPreference || (KeyinFieldLocalization.Both === this.localizedKeyinPreference && tool.englishKeyin !== tool.keyin))\r\n toolKeyins.push({ value: tool.englishKeyin });\r\n break;\r\n }\r\n }\r\n\r\n return toolKeyins;\r\n }\r\n\r\n /** Show the Key-in Palette to display key-in from all registered Tools.\r\n * @param htmlElement The HTMLElement that anchors the Popup. If undefined, the location is relative to the overall window.\r\n * @return true if the Command Palette was displayed, false if it could not be displayed.\r\n */\r\n public override showKeyinPalette(htmlElement?: HTMLElement): boolean {\r\n if (!this.featureFlags.allowKeyinPalette)\r\n return false;\r\n\r\n // istanbul ignore next\r\n const el = htmlElement ? htmlElement : ConfigurableUiManager.getWrapperElement();\r\n\r\n // istanbul ignore next\r\n const hidePopup = () => {\r\n IModelApp.uiAdmin.hideKeyinPalette();\r\n };\r\n\r\n return PopupManager.showKeyinPalette(this.getKeyins(), el, hidePopup, hidePopup);\r\n }\r\n\r\n /** Hides the Key-in Palette. */\r\n public override hideKeyinPalette(): boolean {\r\n if (!this.featureFlags.allowKeyinPalette)\r\n return false;\r\n\r\n return PopupManager.hideKeyinPalette();\r\n }\r\n\r\n /** Show a Toolbar at a particular location.\r\n * @param toolbarProps Properties of the Toolbar to display.\r\n * @param location Location of the Toolbar, relative to the origin of htmlElement or the overall window.\r\n * @param offset Offset of the Toolbar from the location.\r\n * @param onItemExecuted Function invoked after a Toolbar item is executed\r\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the Toolbar\r\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\r\n * @param htmlElement The HTMLElement that anchors the Toolbar. If undefined, the location is relative to the overall window.\r\n * @return true if the Toolbar was displayed, false if the Toolbar could not be displayed.\r\n */\r\n public override showToolbar(toolbarProps: AbstractToolbarProps, location: XAndY, offset: XAndY,\r\n onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc,\r\n relativePosition?: RelativePosition, htmlElement?: HTMLElement\r\n ): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\r\n\r\n if (relativePosition === undefined)\r\n relativePosition = RelativePosition.TopRight;\r\n\r\n return PopupManager.showToolbar(toolbarProps, el, position, offset, onItemExecuted, onCancel, relativePosition);\r\n }\r\n\r\n /** Hides the toolbar. */\r\n public override hideToolbar(): boolean {\r\n return PopupManager.hideToolbar();\r\n }\r\n\r\n /** Show a menu button at a particular location. A menu button opens a context menu.\r\n * @param id Id of the menu button. Multiple menu buttons may be displayed.\r\n * @param menuItemsProps Properties of the menu items to display.\r\n * @param location Location of the context menu, relative to the origin of htmlElement or the window.\r\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\r\n * @return true if the menu was displayed, false if the menu could not be displayed.\r\n */\r\n public override showMenuButton(id: string, menuItemsProps: AbstractMenuItemProps[], location: XAndY, htmlElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\r\n\r\n return AccuDrawPopupManager.showMenuButton(id, el, position, menuItemsProps);\r\n }\r\n\r\n /** Hides a menu button.\r\n * @param id Id of the menu button. Multiple menu buttons may be displayed.\r\n * @return true if the menu was hidden, false if the menu could not be hidden.\r\n */\r\n public override hideMenuButton(id: string): boolean {\r\n return AccuDrawPopupManager.hideMenuButton(id);\r\n }\r\n\r\n /** Show a calculator at a particular location.\r\n * @param initialValue Value initially displayed in the calculator.\r\n * @param resultIcon Icon displayed to the left of the value.\r\n * @param location Location of the calculator, relative to the origin of htmlElement or the window.\r\n * @param onOk Function called when the OK button or the Enter key is pressed.\r\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\r\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\r\n * @return true if the menu was displayed, false if the menu could not be displayed.\r\n */\r\n public override showCalculator(initialValue: number, resultIcon: string, location: XAndY, onOk: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\r\n\r\n return AccuDrawPopupManager.showCalculator(el, position, initialValue, resultIcon, onOk, onCancel);\r\n }\r\n\r\n /** Hides the calculator. */\r\n public override hideCalculator(): boolean {\r\n return AccuDrawPopupManager.hideCalculator();\r\n }\r\n\r\n /** Show an input editor for an angle value at a particular location.\r\n * @param initialValue Value initially displayed in the editor.\r\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\r\n * @param onCommit Function called when the OK button or the Enter key is pressed.\r\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\r\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\r\n * @return true if the editor was displayed, false if the editor could not be displayed.\r\n */\r\n public override showAngleEditor(initialValue: number, location: XAndY, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\r\n\r\n return AccuDrawPopupManager.showAngleEditor(el, position, initialValue, onCommit, onCancel);\r\n }\r\n\r\n /** Show an input editor for a length value at a particular location.\r\n * @param initialValue Value initially displayed in the editor.\r\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\r\n * @param onCommit Function called when the OK button or the Enter key is pressed.\r\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\r\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\r\n * @return true if the editor was displayed, false if the editor could not be displayed.\r\n */\r\n public override showLengthEditor(initialValue: number, location: XAndY, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\r\n\r\n return AccuDrawPopupManager.showLengthEditor(el, position, initialValue, onCommit, onCancel);\r\n }\r\n\r\n /** Show an input editor for a height value at a particular location.\r\n * @param initialValue Value initially displayed in the editor.\r\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\r\n * @param onCommit Function called when the OK button or the Enter key is pressed.\r\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\r\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\r\n * @return true if the editor was displayed, false if the editor could not be displayed.\r\n */\r\n public override showHeightEditor(initialValue: number, location: XAndY, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\r\n\r\n return AccuDrawPopupManager.showHeightEditor(el, position, initialValue, onCommit, onCancel);\r\n }\r\n\r\n /** Show an input editor for a primitive value at a particular location.\r\n * @param initialValue Value initially displayed in the editor.\r\n * @param propertyDescription Description of the primitive value property\r\n * @param location Location of the editor, relative to the origin of htmlElement or the window.\r\n * @param onCommit Function called when the OK button or the Enter key is pressed.\r\n * @param onCancel Function called when the Cancel button or the Escape key is pressed.\r\n * @param htmlElement The HTMLElement that anchors the context menu. If undefined, the location is relative to the overall window.\r\n * @return true if the editor was displayed, false if the editor could not be displayed.\r\n */\r\n public override showInputEditor(initialValue: Primitives.Value, propertyDescription: PropertyDescription, location: XAndY, onCommit: OnValueCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, htmlElement);\r\n\r\n return PopupManager.showInputEditor(el, position, initialValue, propertyDescription, onCommit, onCancel);\r\n }\r\n\r\n /** Hides the input editor. */\r\n public override hideInputEditor(): boolean {\r\n return PopupManager.hideInputEditor();\r\n }\r\n\r\n /** Show an HTML element at a particular location.\r\n * @param displayElement The HTMLElement to display\r\n * @param location Location of the display element, relative to the origin of htmlElement or the window\r\n * @param offset Offset of the display element from the location\r\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the display element\r\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\r\n * @param anchorElement The HTMLElement that anchors the display element. If undefined, the location is relative to the overall window.\r\n * @return true if the display element was displayed, false if the display element could not be displayed.\r\n */\r\n public override showHTMLElement(\r\n displayElement: HTMLElement, location: XAndY, offset: XAndY, onCancel: OnCancelFunc,\r\n relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\r\n\r\n // istanbul ignore if\r\n if (relativePosition === undefined)\r\n relativePosition = RelativePosition.TopRight;\r\n\r\n return PopupManager.showHTMLElement(displayElement, el, position, offset, onCancel, relativePosition);\r\n }\r\n\r\n /** Hides the HTML Element. */\r\n public override hideHTMLElement(): boolean {\r\n return PopupManager.hideHTMLElement();\r\n }\r\n\r\n /** Show a Card containing content, a title and a toolbar at a particular location.\r\n * @param content The HTMLElement of the content to display\r\n * @param title Title to display at the top of the card.\r\n * @param toolbarProps Properties of the Toolbar to display.\r\n * @param location Location of the Card, relative to the origin of htmlElement or the window.\r\n * @param offset Offset of the Card from the location.\r\n * @param onItemExecuted Function invoked after a Toolbar item is executed\r\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the Card\r\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\r\n * @param anchorElement The HTMLElement that anchors the Card. If undefined, the location is relative to the overall window.\r\n * @return true if the Card was displayed, false if the Card could not be displayed.\r\n */\r\n public override showCard(\r\n content: HTMLElement, title: string | PropertyRecord | undefined, toolbarProps: AbstractToolbarProps | undefined,\r\n location: XAndY, offset: XAndY, onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc,\r\n relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\r\n\r\n // istanbul ignore if\r\n if (relativePosition === undefined)\r\n relativePosition = RelativePosition.TopRight;\r\n\r\n return PopupManager.showCard(content, title, toolbarProps, el, position, offset, onItemExecuted, onCancel, relativePosition);\r\n }\r\n\r\n /** Show a Card containing React-based content, a title and a toolbar at a particular location.\r\n * @param content The React node of the content to display\r\n * @param title Title to display at the top of the card.\r\n * @param toolbarProps Properties of the Toolbar to display.\r\n * @param location Location of the Card, relative to the origin of htmlElement or the window.\r\n * @param offset Offset of the Card from the location.\r\n * @param onItemExecuted Function invoked after a Toolbar item is executed\r\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the Card\r\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\r\n * @param anchorElement The HTMLElement that anchors the Card. If undefined, the location is relative to the overall window.\r\n * @return true if the Card was displayed, false if the Card could not be displayed.\r\n */\r\n public showReactCard(\r\n content: React.ReactNode, title: string | PropertyRecord | undefined, toolbarProps: AbstractToolbarProps | undefined,\r\n location: XAndY, offset: XAndY, onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc,\r\n relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\r\n const reactContent = { reactNode: content };\r\n\r\n // istanbul ignore if\r\n if (relativePosition === undefined)\r\n relativePosition = RelativePosition.TopRight;\r\n\r\n return PopupManager.showCard(reactContent, title, toolbarProps, el, position, offset, onItemExecuted, onCancel, relativePosition);\r\n }\r\n\r\n /** Hides the Card. */\r\n public override hideCard(): boolean {\r\n return PopupManager.hideCard();\r\n }\r\n\r\n /** Opens a Tool Settings Ui popup at a particular location.\r\n * @param dataProvider The DialogLayoutDataProvider for the tool settings popup dialog.\r\n * @param location Location of the tool settings, relative to the origin of anchorElement or the window\r\n * @param offset Offset of the tool settings from the location\r\n * @param onCancel Function invoked when the Escape key is pressed or a click occurs outside the tool settings\r\n * @param relativePosition Position relative to the given location. Defaults to TopRight.\r\n * @param anchorElement The HTMLElement that anchors the tool settings. If undefined, the location is relative to the overall window.\r\n * @return true if the tool settings were displayed, false if the tool settings could not be displayed.\r\n */\r\n public override openToolSettingsPopup(\r\n dataProvider: DialogLayoutDataProvider, location: XAndY, offset: XAndY, onCancel: OnCancelFunc, relativePosition?: RelativePosition, anchorElement?: HTMLElement,\r\n ): boolean {\r\n const { position, el } = this.resolveHtmlElement(location, anchorElement);\r\n\r\n if (relativePosition === undefined)\r\n relativePosition = RelativePosition.TopRight;\r\n\r\n return PopupManager.openToolSettings(dataProvider, el, position, offset, onCancel, relativePosition);\r\n }\r\n\r\n /** Closes the Tool Settings Ui popup. */\r\n public override closeToolSettingsPopup(): boolean {\r\n return PopupManager.closeToolSettings();\r\n }\r\n\r\n /** Opens a Dialog and automatically populates it using the properties defined by the UiDataProvider.\r\n * @param uiDataProvider The UiDataProvider for the tool settings\r\n * @param title Specify title for dialog.\r\n * @param isModal Specify if the dialog is opened as a modal or modeless.\r\n * @param id Id of the dialog that is used to close it.\r\n * @param optionalProps Optional props for Dialog construction.\r\n * @return true if the tool settings were displayed, false if the tool settings could not be displayed.\r\n */\r\n public override openDialog(uiDataProvider: DialogLayoutDataProvider, title: string, isModal: boolean, id: string, optionalProps?: DialogProps): boolean {\r\n if (isModal) {\r\n ModalDialogManager.openDialog(<UiDataProvidedDialog uiDataProvider={uiDataProvider} title={title} isModal={isModal} id={id} {...optionalProps} />, id);\r\n return true;\r\n } else {\r\n ModelessDialogManager.openDialog(<UiDataProvidedDialog uiDataProvider={uiDataProvider} title={title} isModal={isModal} id={id} {...optionalProps} />, id);\r\n return true;\r\n }\r\n }\r\n\r\n /** Closes the Tool Settings Ui popup. */\r\n public override closeDialog(dialogId: string): boolean {\r\n // istanbul ignore else\r\n if (ModelessDialogManager.dialogManager.dialogs.findIndex((info) => info.id === dialogId)) {\r\n ModelessDialogManager.closeDialog(dialogId);\r\n return true;\r\n }\r\n\r\n // istanbul ignore else\r\n if (ModalDialogManager.dialogManager.dialogs.findIndex((info) => info.id === dialogId)) {\r\n ModalDialogManager.closeDialog();\r\n return true;\r\n }\r\n\r\n // istanbul ignore next\r\n return false;\r\n }\r\n}\r\n"]}
@@ -1,28 +1,28 @@
1
- /** @packageDocumentation
2
- * @module UiProvider
3
- */
4
- import "./DefaultDialogGridContainer.scss";
5
- import * as React from "react";
6
- import { DialogRow, UiLayoutDataProvider } from "@itwin/appui-abstract";
7
- import { ToolSettingsEntry } from "../widget-panels/ToolSettings";
8
- /** Utility methods to generate react ui from DialogRow specs
9
- * @internal
10
- */
11
- export declare class ComponentGenerator {
12
- private _uiDataProvider;
13
- constructor(_uiDataProvider: UiLayoutDataProvider);
14
- get uiDataProvider(): UiLayoutDataProvider;
15
- private getEditor;
16
- private generateRowWithButtonGroupEditors;
17
- private generateEntryWithButtonGroupEditors;
18
- private getEditorLabel;
19
- private getLeftLockAndLabel;
20
- private getInlineLabelAndEditor;
21
- private getRowWithMultipleEditors;
22
- private getDivForRow;
23
- getRow(row: DialogRow, rowIndex: number): React.ReactNode;
24
- getToolSettingsEntry(row: DialogRow, rowIndex: number): ToolSettingsEntry;
25
- /** ToolSettingsEntries are used by the tool settings bar. */
26
- getToolSettingsEntries(): ToolSettingsEntry[];
27
- }
1
+ /** @packageDocumentation
2
+ * @module UiProvider
3
+ */
4
+ import "./DefaultDialogGridContainer.scss";
5
+ import * as React from "react";
6
+ import { DialogRow, UiLayoutDataProvider } from "@itwin/appui-abstract";
7
+ import { ToolSettingsEntry } from "../widget-panels/ToolSettings";
8
+ /** Utility methods to generate react ui from DialogRow specs
9
+ * @internal
10
+ */
11
+ export declare class ComponentGenerator {
12
+ private _uiDataProvider;
13
+ constructor(_uiDataProvider: UiLayoutDataProvider);
14
+ get uiDataProvider(): UiLayoutDataProvider;
15
+ private getEditor;
16
+ private generateRowWithButtonGroupEditors;
17
+ private generateEntryWithButtonGroupEditors;
18
+ private getEditorLabel;
19
+ private getLeftLockAndLabel;
20
+ private getInlineLabelAndEditor;
21
+ private getRowWithMultipleEditors;
22
+ private getDivForRow;
23
+ getRow(row: DialogRow, rowIndex: number): React.ReactNode;
24
+ getToolSettingsEntry(row: DialogRow, rowIndex: number): ToolSettingsEntry;
25
+ /** ToolSettingsEntries are used by the tool settings bar. */
26
+ getToolSettingsEntries(): ToolSettingsEntry[];
27
+ }
28
28
  //# sourceMappingURL=ComponentGenerator.d.ts.map
@@ -1,207 +1,207 @@
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 UiProvider
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.ComponentGenerator = void 0;
11
- require("./DefaultDialogGridContainer.scss");
12
- const classnames_1 = require("classnames");
13
- const React = require("react");
14
- const appui_abstract_1 = require("@itwin/appui-abstract");
15
- const components_react_1 = require("@itwin/components-react");
16
- const core_bentley_1 = require("@itwin/core-bentley");
17
- function EditorLabel({ uiDataProvider, item, isLeftmostRecord }) {
18
- const [isDisabled, setIsDisabled] = React.useState(!!item.isDisabled);
19
- const displayLabel = React.useMemo(() => {
20
- return item.property.displayLabel ? item.property.displayLabel : /* istanbul ignore next */ item.property.name;
21
- }, [item]);
22
- const propertyId = React.useMemo(() => `dialogItemProperty-${item.property.name}`, [item]);
23
- // listen for tool sync property events and update the isDisabled state
24
- React.useEffect(() => {
25
- const handleSync = (args) => {
26
- const mySyncItem = args.properties.find((syncItem) => syncItem.propertyName === item.property.name);
27
- // istanbul ignore next
28
- if (mySyncItem) {
29
- setIsDisabled(!!mySyncItem.isDisabled);
30
- }
31
- };
32
- uiDataProvider.onSyncPropertiesChangeEvent.addListener(handleSync);
33
- return () => {
34
- uiDataProvider.onSyncPropertiesChangeEvent.removeListener(handleSync);
35
- };
36
- }, [uiDataProvider, item]);
37
- // istanbul ignore next
38
- const className = (0, classnames_1.default)("uifw-default-label", isDisabled && "uifw-label-disabled", !!isLeftmostRecord && "uifw-default-narrow-only-display", !isLeftmostRecord && "uifw-default-inline-label");
39
- return React.createElement("label", { className: className, htmlFor: propertyId },
40
- displayLabel,
41
- ":");
42
- }
43
- function PropertyEditor({ uiDataProvider, initialItem, isLock, setFocus }) {
44
- const getLatestRecordValue = React.useCallback(() => {
45
- let newRecord = appui_abstract_1.UiLayoutDataProvider.getPropertyRecord(initialItem);
46
- // istanbul ignore next
47
- const foundItem = isLock ? uiDataProvider.items.find((item) => { var _a; return ((_a = item.lockProperty) === null || _a === void 0 ? void 0 : _a.property.name) === initialItem.property.name; }) : uiDataProvider.items.find((item) => item.property.name === initialItem.property.name);
48
- // istanbul ignore else
49
- if (foundItem) {
50
- if (isLock) {
51
- newRecord = newRecord.copyWithNewValue({
52
- value: foundItem.lockProperty.value.value,
53
- valueFormat: appui_abstract_1.PropertyValueFormat.Primitive,
54
- });
55
- newRecord.isDisabled = foundItem.lockProperty.isDisabled;
56
- }
57
- else {
58
- newRecord = newRecord.copyWithNewValue({
59
- value: foundItem.value.value,
60
- valueFormat: appui_abstract_1.PropertyValueFormat.Primitive,
61
- });
62
- newRecord.isDisabled = foundItem.isDisabled;
63
- }
64
- }
65
- return newRecord;
66
- }, [initialItem, isLock, uiDataProvider.items]);
67
- const currentRecord = getLatestRecordValue();
68
- const [propertyRecord, setPropertyRecord] = React.useState(currentRecord);
69
- // monitor tool for sync UI events
70
- React.useEffect(() => {
71
- const handleSync = (args) => {
72
- const mySyncItem = args.properties.find((syncItem) => syncItem.propertyName === initialItem.property.name);
73
- // istanbul ignore else
74
- if (mySyncItem) {
75
- const newPropertyValue = propertyRecord.copyWithNewValue({
76
- value: mySyncItem.value.value,
77
- valueFormat: appui_abstract_1.PropertyValueFormat.Primitive,
78
- displayValue: mySyncItem.value.displayValue,
79
- }, mySyncItem.property);
80
- if (mySyncItem.property) {
81
- // istanbul ignore else
82
- if (mySyncItem.property.name === mySyncItem.propertyName) {
83
- newPropertyValue.isDisabled = mySyncItem.isDisabled;
84
- setPropertyRecord(newPropertyValue);
85
- }
86
- else {
87
- core_bentley_1.Logger.logError("PropertyEditor", `Error trying to replace propertyName=${mySyncItem.propertyName} with property named ${mySyncItem.property.name}`);
88
- }
89
- }
90
- else {
91
- newPropertyValue.isDisabled = mySyncItem.isDisabled;
92
- setPropertyRecord(newPropertyValue);
93
- }
94
- }
95
- };
96
- uiDataProvider.onSyncPropertiesChangeEvent.addListener(handleSync);
97
- return () => {
98
- uiDataProvider.onSyncPropertiesChangeEvent.removeListener(handleSync);
99
- };
100
- }, [uiDataProvider, propertyRecord, initialItem.property.name]);
101
- const className = React.useMemo(() => isLock ? "uifw-default-property-lock" : "uifw-default-editor", [isLock]);
102
- // istanbul ignore next
103
- const handleCommit = React.useCallback((commit) => {
104
- // UiLayoutDataProvider supports only primitive property types
105
- // istanbul ignore next
106
- (0, core_bentley_1.assert)(commit.newValue.valueFormat === appui_abstract_1.PropertyValueFormat.Primitive && commit.propertyRecord.value.valueFormat === appui_abstract_1.PropertyValueFormat.Primitive);
107
- const newPropertyValue = propertyRecord.copyWithNewValue(commit.newValue);
108
- const syncItem = { value: commit.newValue, propertyName: initialItem.property.name, isDisabled: newPropertyValue.isDisabled };
109
- uiDataProvider.applyUiPropertyChange(syncItem);
110
- // Now have the uiDataProvider refetch the latest property values from the tool
111
- uiDataProvider.reloadDialogItems(true);
112
- }, [initialItem.property.name, propertyRecord, uiDataProvider]);
113
- // istanbul ignore next
114
- const handleCancel = () => { };
115
- return (React.createElement("div", { key: initialItem.property.name, className: className },
116
- React.createElement(components_react_1.EditorContainer, { key: initialItem.property.name, propertyRecord: propertyRecord, setFocus: setFocus, onCommit: handleCommit, onCancel: handleCancel })));
117
- }
118
- /** Utility methods to generate react ui from DialogRow specs
119
- * @internal
120
- */
121
- class ComponentGenerator {
122
- constructor(_uiDataProvider) {
123
- this._uiDataProvider = _uiDataProvider;
124
- }
125
- get uiDataProvider() {
126
- return this._uiDataProvider;
127
- }
128
- getEditor(item, isLock = false, setFocus = false) {
129
- return React.createElement(PropertyEditor, { key: item.property.name, uiDataProvider: this.uiDataProvider, initialItem: item, isLock: isLock, setFocus: setFocus });
130
- }
131
- generateRowWithButtonGroupEditors(row, rowIndex) {
132
- // istanbul ignore else
133
- if (1 === row.items.length) {
134
- return (React.createElement("div", { key: row.items[0].property.name, className: "uifw-default-inline-editor-group uifw-default-center-across-width" }, this.getEditor(row.items[0])));
135
- }
136
- return (React.createElement("div", { key: rowIndex, className: "uifw-default-inline-editor-group uifw-default-center-across-width" },
137
- React.createElement("div", { className: "uifw-default-inline-editor-group" }, row.items.map((item) => this.getEditor(item)))));
138
- }
139
- generateEntryWithButtonGroupEditors(row, rowIndex) {
140
- // istanbul ignore else
141
- if (1 === row.items.length) {
142
- return ({
143
- labelNode: "",
144
- editorNode: React.createElement("div", { key: row.items[0].property.name, className: "uifw-default-inline-editor-group uifw-default-center-across-width" }, this.getEditor(row.items[0])),
145
- });
146
- }
147
- return ({
148
- labelNode: "",
149
- editorNode: React.createElement("div", { key: rowIndex, className: "uifw-default-inline-editor-group uifw-default-center-across-width" },
150
- React.createElement("div", { className: "uifw-default-inline-editor-group" }, row.items.map((item) => this.getEditor(item)))),
151
- });
152
- }
153
- getEditorLabel(item, isLeftmostRecord = false) {
154
- return React.createElement(EditorLabel, { uiDataProvider: this.uiDataProvider, item: item, isLeftmostRecord: isLeftmostRecord });
155
- }
156
- getLeftLockAndLabel(rowItem, multiplePropertiesOnRow) {
157
- const record = appui_abstract_1.UiLayoutDataProvider.getPropertyRecord(rowItem);
158
- // istanbul ignore next
159
- const lockEditor = (appui_abstract_1.UiLayoutDataProvider.hasAssociatedLockProperty(rowItem)) ? this.getEditor(rowItem.lockProperty, true) : null;
160
- const label = (appui_abstract_1.UiLayoutDataProvider.editorWantsLabel(rowItem)) ? this.getEditorLabel(rowItem) : null;
161
- const classNames = multiplePropertiesOnRow ? "uifw-default-lock-and-label uifw-default-wide-only-display" : "uifw-default-lock-and-label";
162
- return (React.createElement("div", { key: `lock-${record.property.name}`, className: classNames },
163
- lockEditor,
164
- label));
165
- }
166
- getInlineLabelAndEditor(item, isLeftmostRecord) {
167
- const label = (appui_abstract_1.UiLayoutDataProvider.editorWantsLabel(item)) ? this.getEditorLabel(item, isLeftmostRecord) : null;
168
- return (React.createElement("div", { key: item.property.name, className: "uifw-default-inline-label-and-editor" },
169
- label,
170
- this.getEditor(item)));
171
- }
172
- getRowWithMultipleEditors(row) {
173
- return React.createElement("div", { className: "uifw-default-inline-editor-group" }, row.items.map((item, index) => this.getInlineLabelAndEditor(item, 0 === index)));
174
- }
175
- getDivForRow(row) {
176
- if (1 === row.items.length)
177
- return this.getEditor(row.items[0]);
178
- return this.getRowWithMultipleEditors(row);
179
- }
180
- getRow(row, rowIndex) {
181
- if (appui_abstract_1.UiLayoutDataProvider.onlyContainButtonGroupEditors(row)) {
182
- return this.generateRowWithButtonGroupEditors(row, rowIndex);
183
- }
184
- else {
185
- return (React.createElement(React.Fragment, { key: rowIndex },
186
- this.getLeftLockAndLabel(row.items[0], row.items.length > 1),
187
- this.getDivForRow(row)));
188
- }
189
- }
190
- getToolSettingsEntry(row, rowIndex) {
191
- if (appui_abstract_1.UiLayoutDataProvider.onlyContainButtonGroupEditors(row)) {
192
- return this.generateEntryWithButtonGroupEditors(row, rowIndex);
193
- }
194
- else {
195
- return ({
196
- labelNode: this.getLeftLockAndLabel(row.items[0], row.items.length > 1),
197
- editorNode: this.getDivForRow(row),
198
- });
199
- }
200
- }
201
- /** ToolSettingsEntries are used by the tool settings bar. */
202
- getToolSettingsEntries() {
203
- return this.uiDataProvider.rows.map((row, index) => this.getToolSettingsEntry(row, index));
204
- }
205
- }
206
- exports.ComponentGenerator = ComponentGenerator;
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 UiProvider
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.ComponentGenerator = void 0;
11
+ require("./DefaultDialogGridContainer.scss");
12
+ const classnames_1 = require("classnames");
13
+ const React = require("react");
14
+ const appui_abstract_1 = require("@itwin/appui-abstract");
15
+ const components_react_1 = require("@itwin/components-react");
16
+ const core_bentley_1 = require("@itwin/core-bentley");
17
+ function EditorLabel({ uiDataProvider, item, isLeftmostRecord }) {
18
+ const [isDisabled, setIsDisabled] = React.useState(!!item.isDisabled);
19
+ const displayLabel = React.useMemo(() => {
20
+ return item.property.displayLabel ? item.property.displayLabel : /* istanbul ignore next */ item.property.name;
21
+ }, [item]);
22
+ const propertyId = React.useMemo(() => `dialogItemProperty-${item.property.name}`, [item]);
23
+ // listen for tool sync property events and update the isDisabled state
24
+ React.useEffect(() => {
25
+ const handleSync = (args) => {
26
+ const mySyncItem = args.properties.find((syncItem) => syncItem.propertyName === item.property.name);
27
+ // istanbul ignore next
28
+ if (mySyncItem) {
29
+ setIsDisabled(!!mySyncItem.isDisabled);
30
+ }
31
+ };
32
+ uiDataProvider.onSyncPropertiesChangeEvent.addListener(handleSync);
33
+ return () => {
34
+ uiDataProvider.onSyncPropertiesChangeEvent.removeListener(handleSync);
35
+ };
36
+ }, [uiDataProvider, item]);
37
+ // istanbul ignore next
38
+ const className = (0, classnames_1.default)("uifw-default-label", isDisabled && "uifw-label-disabled", !!isLeftmostRecord && "uifw-default-narrow-only-display", !isLeftmostRecord && "uifw-default-inline-label");
39
+ return React.createElement("label", { className: className, htmlFor: propertyId },
40
+ displayLabel,
41
+ ":");
42
+ }
43
+ function PropertyEditor({ uiDataProvider, initialItem, isLock, setFocus }) {
44
+ const getLatestRecordValue = React.useCallback(() => {
45
+ let newRecord = appui_abstract_1.UiLayoutDataProvider.getPropertyRecord(initialItem);
46
+ // istanbul ignore next
47
+ const foundItem = isLock ? uiDataProvider.items.find((item) => { var _a; return ((_a = item.lockProperty) === null || _a === void 0 ? void 0 : _a.property.name) === initialItem.property.name; }) : uiDataProvider.items.find((item) => item.property.name === initialItem.property.name);
48
+ // istanbul ignore else
49
+ if (foundItem) {
50
+ if (isLock) {
51
+ newRecord = newRecord.copyWithNewValue({
52
+ value: foundItem.lockProperty.value.value,
53
+ valueFormat: appui_abstract_1.PropertyValueFormat.Primitive,
54
+ });
55
+ newRecord.isDisabled = foundItem.lockProperty.isDisabled;
56
+ }
57
+ else {
58
+ newRecord = newRecord.copyWithNewValue({
59
+ value: foundItem.value.value,
60
+ valueFormat: appui_abstract_1.PropertyValueFormat.Primitive,
61
+ });
62
+ newRecord.isDisabled = foundItem.isDisabled;
63
+ }
64
+ }
65
+ return newRecord;
66
+ }, [initialItem, isLock, uiDataProvider.items]);
67
+ const currentRecord = getLatestRecordValue();
68
+ const [propertyRecord, setPropertyRecord] = React.useState(currentRecord);
69
+ // monitor tool for sync UI events
70
+ React.useEffect(() => {
71
+ const handleSync = (args) => {
72
+ const mySyncItem = args.properties.find((syncItem) => syncItem.propertyName === initialItem.property.name);
73
+ // istanbul ignore else
74
+ if (mySyncItem) {
75
+ const newPropertyValue = propertyRecord.copyWithNewValue({
76
+ value: mySyncItem.value.value,
77
+ valueFormat: appui_abstract_1.PropertyValueFormat.Primitive,
78
+ displayValue: mySyncItem.value.displayValue,
79
+ }, mySyncItem.property);
80
+ if (mySyncItem.property) {
81
+ // istanbul ignore else
82
+ if (mySyncItem.property.name === mySyncItem.propertyName) {
83
+ newPropertyValue.isDisabled = mySyncItem.isDisabled;
84
+ setPropertyRecord(newPropertyValue);
85
+ }
86
+ else {
87
+ core_bentley_1.Logger.logError("PropertyEditor", `Error trying to replace propertyName=${mySyncItem.propertyName} with property named ${mySyncItem.property.name}`);
88
+ }
89
+ }
90
+ else {
91
+ newPropertyValue.isDisabled = mySyncItem.isDisabled;
92
+ setPropertyRecord(newPropertyValue);
93
+ }
94
+ }
95
+ };
96
+ uiDataProvider.onSyncPropertiesChangeEvent.addListener(handleSync);
97
+ return () => {
98
+ uiDataProvider.onSyncPropertiesChangeEvent.removeListener(handleSync);
99
+ };
100
+ }, [uiDataProvider, propertyRecord, initialItem.property.name]);
101
+ const className = React.useMemo(() => isLock ? "uifw-default-property-lock" : "uifw-default-editor", [isLock]);
102
+ // istanbul ignore next
103
+ const handleCommit = React.useCallback((commit) => {
104
+ // UiLayoutDataProvider supports only primitive property types
105
+ // istanbul ignore next
106
+ (0, core_bentley_1.assert)(commit.newValue.valueFormat === appui_abstract_1.PropertyValueFormat.Primitive && commit.propertyRecord.value.valueFormat === appui_abstract_1.PropertyValueFormat.Primitive);
107
+ const newPropertyValue = propertyRecord.copyWithNewValue(commit.newValue);
108
+ const syncItem = { value: commit.newValue, propertyName: initialItem.property.name, isDisabled: newPropertyValue.isDisabled };
109
+ uiDataProvider.applyUiPropertyChange(syncItem);
110
+ // Now have the uiDataProvider refetch the latest property values from the tool
111
+ uiDataProvider.reloadDialogItems(true);
112
+ }, [initialItem.property.name, propertyRecord, uiDataProvider]);
113
+ // istanbul ignore next
114
+ const handleCancel = () => { };
115
+ return (React.createElement("div", { key: initialItem.property.name, className: className },
116
+ React.createElement(components_react_1.EditorContainer, { key: initialItem.property.name, propertyRecord: propertyRecord, setFocus: setFocus, onCommit: handleCommit, onCancel: handleCancel })));
117
+ }
118
+ /** Utility methods to generate react ui from DialogRow specs
119
+ * @internal
120
+ */
121
+ class ComponentGenerator {
122
+ constructor(_uiDataProvider) {
123
+ this._uiDataProvider = _uiDataProvider;
124
+ }
125
+ get uiDataProvider() {
126
+ return this._uiDataProvider;
127
+ }
128
+ getEditor(item, isLock = false, setFocus = false) {
129
+ return React.createElement(PropertyEditor, { key: item.property.name, uiDataProvider: this.uiDataProvider, initialItem: item, isLock: isLock, setFocus: setFocus });
130
+ }
131
+ generateRowWithButtonGroupEditors(row, rowIndex) {
132
+ // istanbul ignore else
133
+ if (1 === row.items.length) {
134
+ return (React.createElement("div", { key: row.items[0].property.name, className: "uifw-default-inline-editor-group uifw-default-center-across-width" }, this.getEditor(row.items[0])));
135
+ }
136
+ return (React.createElement("div", { key: rowIndex, className: "uifw-default-inline-editor-group uifw-default-center-across-width" },
137
+ React.createElement("div", { className: "uifw-default-inline-editor-group" }, row.items.map((item) => this.getEditor(item)))));
138
+ }
139
+ generateEntryWithButtonGroupEditors(row, rowIndex) {
140
+ // istanbul ignore else
141
+ if (1 === row.items.length) {
142
+ return ({
143
+ labelNode: "",
144
+ editorNode: React.createElement("div", { key: row.items[0].property.name, className: "uifw-default-inline-editor-group uifw-default-center-across-width" }, this.getEditor(row.items[0])),
145
+ });
146
+ }
147
+ return ({
148
+ labelNode: "",
149
+ editorNode: React.createElement("div", { key: rowIndex, className: "uifw-default-inline-editor-group uifw-default-center-across-width" },
150
+ React.createElement("div", { className: "uifw-default-inline-editor-group" }, row.items.map((item) => this.getEditor(item)))),
151
+ });
152
+ }
153
+ getEditorLabel(item, isLeftmostRecord = false) {
154
+ return React.createElement(EditorLabel, { uiDataProvider: this.uiDataProvider, item: item, isLeftmostRecord: isLeftmostRecord });
155
+ }
156
+ getLeftLockAndLabel(rowItem, multiplePropertiesOnRow) {
157
+ const record = appui_abstract_1.UiLayoutDataProvider.getPropertyRecord(rowItem);
158
+ // istanbul ignore next
159
+ const lockEditor = (appui_abstract_1.UiLayoutDataProvider.hasAssociatedLockProperty(rowItem)) ? this.getEditor(rowItem.lockProperty, true) : null;
160
+ const label = (appui_abstract_1.UiLayoutDataProvider.editorWantsLabel(rowItem)) ? this.getEditorLabel(rowItem) : null;
161
+ const classNames = multiplePropertiesOnRow ? "uifw-default-lock-and-label uifw-default-wide-only-display" : "uifw-default-lock-and-label";
162
+ return (React.createElement("div", { key: `lock-${record.property.name}`, className: classNames },
163
+ lockEditor,
164
+ label));
165
+ }
166
+ getInlineLabelAndEditor(item, isLeftmostRecord) {
167
+ const label = (appui_abstract_1.UiLayoutDataProvider.editorWantsLabel(item)) ? this.getEditorLabel(item, isLeftmostRecord) : null;
168
+ return (React.createElement("div", { key: item.property.name, className: "uifw-default-inline-label-and-editor" },
169
+ label,
170
+ this.getEditor(item)));
171
+ }
172
+ getRowWithMultipleEditors(row) {
173
+ return React.createElement("div", { className: "uifw-default-inline-editor-group" }, row.items.map((item, index) => this.getInlineLabelAndEditor(item, 0 === index)));
174
+ }
175
+ getDivForRow(row) {
176
+ if (1 === row.items.length)
177
+ return this.getEditor(row.items[0]);
178
+ return this.getRowWithMultipleEditors(row);
179
+ }
180
+ getRow(row, rowIndex) {
181
+ if (appui_abstract_1.UiLayoutDataProvider.onlyContainButtonGroupEditors(row)) {
182
+ return this.generateRowWithButtonGroupEditors(row, rowIndex);
183
+ }
184
+ else {
185
+ return (React.createElement(React.Fragment, { key: rowIndex },
186
+ this.getLeftLockAndLabel(row.items[0], row.items.length > 1),
187
+ this.getDivForRow(row)));
188
+ }
189
+ }
190
+ getToolSettingsEntry(row, rowIndex) {
191
+ if (appui_abstract_1.UiLayoutDataProvider.onlyContainButtonGroupEditors(row)) {
192
+ return this.generateEntryWithButtonGroupEditors(row, rowIndex);
193
+ }
194
+ else {
195
+ return ({
196
+ labelNode: this.getLeftLockAndLabel(row.items[0], row.items.length > 1),
197
+ editorNode: this.getDivForRow(row),
198
+ });
199
+ }
200
+ }
201
+ /** ToolSettingsEntries are used by the tool settings bar. */
202
+ getToolSettingsEntries() {
203
+ return this.uiDataProvider.rows.map((row, index) => this.getToolSettingsEntry(row, index));
204
+ }
205
+ }
206
+ exports.ComponentGenerator = ComponentGenerator;
207
207
  //# sourceMappingURL=ComponentGenerator.js.map