@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,198 +1,198 @@
1
- /** @packageDocumentation
2
- * @module State
3
- */
4
- /** Shorthand for "any function". TSLint doesn't like the built-in `Function` type for some reason.
5
- * @public
6
- */
7
- export declare type FunctionType = (...args: any[]) => any;
8
- /**
9
- * Similar to the built-in [Readonly](https://www.typescriptlang.org/docs/handbook/advanced-types.html#mapped-types), type alias but applied recursively.
10
- * This basically makes all nested properties/members of an object/array immutable.
11
- * @public
12
- */
13
- export declare type DeepReadonly<T> = T extends ReadonlyArray<infer R> ? (R extends object ? DeepReadonlyArray<R> : ReadonlyArray<R>) : T extends FunctionType ? T : T extends object ? DeepReadonlyObject<T> : T;
14
- /** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work
15
- * @public
16
- */
17
- export interface DeepReadonlyArray<T> extends ReadonlyArray<DeepReadonly<T>> {
18
- }
19
- /** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work
20
- * @public
21
- */
22
- export declare type DeepReadonlyObject<T> = {
23
- readonly [P in keyof T]: DeepReadonly<T[P]>;
24
- };
25
- /**
26
- * A basic Redux [Action](https://redux.js.org/basics/actions).
27
- * Technically, redux only requires actions to have a `type` property.
28
- *
29
- * We use a TypeScript [Generic](https://www.typescriptlang.org/docs/handbook/generics.html) interface here to preserve the "literal-ness" of the `type` property.
30
- * In other words, `Action<"FOO">` will be of type `{ type: "FOO" }`; it won't be simplified to `{ type: string }`.
31
- *
32
- * See the [TS Handbook](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types) for more info on TypeScript string literal types.
33
- * @public
34
- */
35
- export interface Action<T extends string> {
36
- type: T;
37
- }
38
- /**
39
- * A Redux [Action](https://redux.js.org/basics/actions), with additional "payload" information.
40
- * Technically, Redux allows actions to take any shape, provided they specify a `type` property.
41
- *
42
- * However, in order to simplify TypeScript typings, we follow this [Flux Standard Actions](https://github.com/redux-utilities/flux-standard-action)-like
43
- * convention, where all additional action information goes into a `payload` property.
44
- * @public
45
- */
46
- export interface ActionWithPayload<T extends string, P> extends Action<T> {
47
- payload: P;
48
- }
49
- /**
50
- * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) without a payload.
51
- * **This is meant to be used as a shortcut for defining Action Creators.**
52
- *
53
- * For example,
54
- * ```
55
- * () => createAction("FOO", ids)
56
- * ```
57
- * defines an action creator of type:
58
- * ```
59
- * () => { type: "FOO" }
60
- * // which is equivalent to:
61
- * () => Action<"FOO">
62
- * ```
63
- *
64
- * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.
65
- * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).
66
- * @public
67
- */
68
- export declare function createAction<T extends string>(type: T): Action<T>;
69
- /**
70
- * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) _with_ a payload value.
71
- * **This is meant to be used as a shortcut for defining Action Creators.**
72
- *
73
- * For example,
74
- * ```
75
- * (ids: number[]) => createAction("FOO", ids)
76
- * ```
77
- * defines an action creator of type:
78
- * ```
79
- * (ids: number[]) => { type: "FOO", payload: ReadonlyArray<number> }
80
- * // which is equivalent to:
81
- * (ids: number[]) => ActionWithPayload<"FOO", ReadonlyArray<number>>
82
- * ```
83
- *
84
- * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.
85
- * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).
86
- * @param payload The value to use as the action's payload property. May be of any type.
87
- * @public
88
- */
89
- export declare function createAction<T extends string, P>(type: T, payload: P): ActionWithPayload<T, DeepReadonly<P>>;
90
- /**
91
- * Just an object where every property is a Redux [Action Creator](https://redux.js.org/basics/actions#action-creators).
92
- * @public
93
- */
94
- export declare type ActionCreatorsObject = {
95
- [actionCreatorName: string]: FunctionType;
96
- };
97
- /**
98
- * A TypeScript type alias that represents the [Union Type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#union-types) of all actions
99
- * possibly created by _any_ of the action creators in a given `ActionCreatorsObject`.
100
- *
101
- * For example,
102
- * ```
103
- * // given:
104
- * const MyActionCreators = {
105
- * createBanana: () => createAction("BANANA"),
106
- * createApple: () => createAction("APPLE", true),
107
- * createOrange: (n: number) => createAction("BANANA", n),
108
- * }
109
- * // then:
110
- * type X = ActionsUnion<typeof MyActionCreators>;
111
- * // is equivalent to:
112
- * type X = Action<"BANANA">
113
- * | ActionWithPayload<"APPLE", boolean>
114
- * | ActionWithPayload<"ORANGE", number>;
115
- * ```
116
- * @public
117
- */
118
- export declare type ActionsUnion<A extends ActionCreatorsObject> = ReturnType<A[keyof A]>;
119
- /**
120
- * A TypeScript type alias that uses [conditional types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html) (read: magic)
121
- * to represent the _exact_ (literal) type of an action's `type` property.
122
- *
123
- * More importantly, this can be used to determine a union type which represents the `type` string literal types for _any_ action in a given `ActionsUnion`.
124
- *
125
- * For example,
126
- * ```
127
- * // given:
128
- * type MyActions = Action<"BANANA">
129
- * | ActionWithPayload<"APPLE", boolean>
130
- * | ActionWithPayload<"ORANGE", number>;
131
- * // then:
132
- * type X = ActionTypes<MyActions>;
133
- * // is equivalent to:
134
- * type X = "BANANA" | "APPLE" | "ORANGE";
135
- * ```
136
- * @public
137
- */
138
- export declare type ActionTypes<A extends Action<any>> = A["type"] extends infer X ? (X extends string ? X : never) : never;
139
- /**
140
- * A Redux [Reducer](https://redux.js.org/basics/reducers).
141
- * @public
142
- */
143
- export declare type Reducer<S, A> = (state: S, action: A) => S;
144
- /**
145
- * A TypeScript type alias that represents a union of all action types handled by a Redux [Reducer](https://redux.js.org/basics/reducers).
146
- *
147
- * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your actions union type instead of having to define it manually.
148
- * @public
149
- */
150
- export declare type ReducerActions<R> = R extends Reducer<any, infer X> ? (X extends ActionWithPayload<infer T, infer P> ? DeepReadonly<ActionWithPayload<T, P>> : X extends Action<infer T2> ? DeepReadonly<Action<T2>> : X) : R;
151
- /**
152
- * A TypeScript type alias that represents the return type of a Redux [Reducer](https://redux.js.org/basics/reducers).
153
- *
154
- * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your state type instead of having to define it manually.
155
- * @public
156
- */
157
- export declare type StateType<R extends Reducer<any, any>> = DeepReadonly<ReturnType<R>>;
158
- /**
159
- * So we don't actually need to implement our own version of combineReducers, but we are going to cast it
160
- * to this type, which will do a better job of preserving/deducing the Action and State types.
161
- * @public
162
- */
163
- export declare type CombineReducersFunction = <A>(reducers: A) => (state: CombinedReducerState<A>, action: ReducerMapActions<A>) => CombinedReducerState<A>;
164
- /**
165
- * A type alias which represents the state created by the reducer returned by combineReducers for a given `reducers` argument.
166
- * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.
167
- * @public
168
- */
169
- export declare type CombinedReducerState<R> = {
170
- readonly [K in keyof R]: R[K] extends FunctionType ? StateType<R[K]> : never;
171
- };
172
- /**
173
- * A type alias which represents the union type of all actions handled by the reducer returned by combineReducers for a given `reducers` argument.
174
- * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.
175
- * @public
176
- */
177
- export declare type ReducerMapActions<R> = ReducerActions<R[keyof R]>;
178
- /**
179
- * Turns an object whose values are different reducer functions, into a single
180
- * reducer function. It will call every child reducer, and gather their results
181
- * into a single state object, whose keys correspond to the keys of the passed
182
- * reducer functions.
183
- *
184
- * //@template S Combined state object type.
185
- *
186
- * @param reducers An object whose values correspond to different reducer
187
- * functions that need to be combined into one. One handy way to obtain it
188
- * is to use ES6 `import * as reducers` syntax. The reducers may never
189
- * return undefined for any action. Instead, they should return their
190
- * initial state if the state passed to them was undefined, and the current
191
- * state for any unrecognized action.
192
- *
193
- * Returns: A reducer function that invokes every reducer inside the passed
194
- * object, and builds a state object with the same shape.
195
- * @public
196
- */
197
- export declare const combineReducers: CombineReducersFunction;
1
+ /** @packageDocumentation
2
+ * @module State
3
+ */
4
+ /** Shorthand for "any function". TSLint doesn't like the built-in `Function` type for some reason.
5
+ * @public
6
+ */
7
+ export declare type FunctionType = (...args: any[]) => any;
8
+ /**
9
+ * Similar to the built-in [Readonly](https://www.typescriptlang.org/docs/handbook/advanced-types.html#mapped-types), type alias but applied recursively.
10
+ * This basically makes all nested properties/members of an object/array immutable.
11
+ * @public
12
+ */
13
+ export declare type DeepReadonly<T> = T extends ReadonlyArray<infer R> ? (R extends object ? DeepReadonlyArray<R> : ReadonlyArray<R>) : T extends FunctionType ? T : T extends object ? DeepReadonlyObject<T> : T;
14
+ /** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work
15
+ * @public
16
+ */
17
+ export interface DeepReadonlyArray<T> extends ReadonlyArray<DeepReadonly<T>> {
18
+ }
19
+ /** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work
20
+ * @public
21
+ */
22
+ export declare type DeepReadonlyObject<T> = {
23
+ readonly [P in keyof T]: DeepReadonly<T[P]>;
24
+ };
25
+ /**
26
+ * A basic Redux [Action](https://redux.js.org/basics/actions).
27
+ * Technically, redux only requires actions to have a `type` property.
28
+ *
29
+ * We use a TypeScript [Generic](https://www.typescriptlang.org/docs/handbook/generics.html) interface here to preserve the "literal-ness" of the `type` property.
30
+ * In other words, `Action<"FOO">` will be of type `{ type: "FOO" }`; it won't be simplified to `{ type: string }`.
31
+ *
32
+ * See the [TS Handbook](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types) for more info on TypeScript string literal types.
33
+ * @public
34
+ */
35
+ export interface Action<T extends string> {
36
+ type: T;
37
+ }
38
+ /**
39
+ * A Redux [Action](https://redux.js.org/basics/actions), with additional "payload" information.
40
+ * Technically, Redux allows actions to take any shape, provided they specify a `type` property.
41
+ *
42
+ * However, in order to simplify TypeScript typings, we follow this [Flux Standard Actions](https://github.com/redux-utilities/flux-standard-action)-like
43
+ * convention, where all additional action information goes into a `payload` property.
44
+ * @public
45
+ */
46
+ export interface ActionWithPayload<T extends string, P> extends Action<T> {
47
+ payload: P;
48
+ }
49
+ /**
50
+ * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) without a payload.
51
+ * **This is meant to be used as a shortcut for defining Action Creators.**
52
+ *
53
+ * For example,
54
+ * ```
55
+ * () => createAction("FOO", ids)
56
+ * ```
57
+ * defines an action creator of type:
58
+ * ```
59
+ * () => { type: "FOO" }
60
+ * // which is equivalent to:
61
+ * () => Action<"FOO">
62
+ * ```
63
+ *
64
+ * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.
65
+ * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).
66
+ * @public
67
+ */
68
+ export declare function createAction<T extends string>(type: T): Action<T>;
69
+ /**
70
+ * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) _with_ a payload value.
71
+ * **This is meant to be used as a shortcut for defining Action Creators.**
72
+ *
73
+ * For example,
74
+ * ```
75
+ * (ids: number[]) => createAction("FOO", ids)
76
+ * ```
77
+ * defines an action creator of type:
78
+ * ```
79
+ * (ids: number[]) => { type: "FOO", payload: ReadonlyArray<number> }
80
+ * // which is equivalent to:
81
+ * (ids: number[]) => ActionWithPayload<"FOO", ReadonlyArray<number>>
82
+ * ```
83
+ *
84
+ * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.
85
+ * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).
86
+ * @param payload The value to use as the action's payload property. May be of any type.
87
+ * @public
88
+ */
89
+ export declare function createAction<T extends string, P>(type: T, payload: P): ActionWithPayload<T, DeepReadonly<P>>;
90
+ /**
91
+ * Just an object where every property is a Redux [Action Creator](https://redux.js.org/basics/actions#action-creators).
92
+ * @public
93
+ */
94
+ export declare type ActionCreatorsObject = {
95
+ [actionCreatorName: string]: FunctionType;
96
+ };
97
+ /**
98
+ * A TypeScript type alias that represents the [Union Type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#union-types) of all actions
99
+ * possibly created by _any_ of the action creators in a given `ActionCreatorsObject`.
100
+ *
101
+ * For example,
102
+ * ```
103
+ * // given:
104
+ * const MyActionCreators = {
105
+ * createBanana: () => createAction("BANANA"),
106
+ * createApple: () => createAction("APPLE", true),
107
+ * createOrange: (n: number) => createAction("BANANA", n),
108
+ * }
109
+ * // then:
110
+ * type X = ActionsUnion<typeof MyActionCreators>;
111
+ * // is equivalent to:
112
+ * type X = Action<"BANANA">
113
+ * | ActionWithPayload<"APPLE", boolean>
114
+ * | ActionWithPayload<"ORANGE", number>;
115
+ * ```
116
+ * @public
117
+ */
118
+ export declare type ActionsUnion<A extends ActionCreatorsObject> = ReturnType<A[keyof A]>;
119
+ /**
120
+ * A TypeScript type alias that uses [conditional types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html) (read: magic)
121
+ * to represent the _exact_ (literal) type of an action's `type` property.
122
+ *
123
+ * More importantly, this can be used to determine a union type which represents the `type` string literal types for _any_ action in a given `ActionsUnion`.
124
+ *
125
+ * For example,
126
+ * ```
127
+ * // given:
128
+ * type MyActions = Action<"BANANA">
129
+ * | ActionWithPayload<"APPLE", boolean>
130
+ * | ActionWithPayload<"ORANGE", number>;
131
+ * // then:
132
+ * type X = ActionTypes<MyActions>;
133
+ * // is equivalent to:
134
+ * type X = "BANANA" | "APPLE" | "ORANGE";
135
+ * ```
136
+ * @public
137
+ */
138
+ export declare type ActionTypes<A extends Action<any>> = A["type"] extends infer X ? (X extends string ? X : never) : never;
139
+ /**
140
+ * A Redux [Reducer](https://redux.js.org/basics/reducers).
141
+ * @public
142
+ */
143
+ export declare type Reducer<S, A> = (state: S, action: A) => S;
144
+ /**
145
+ * A TypeScript type alias that represents a union of all action types handled by a Redux [Reducer](https://redux.js.org/basics/reducers).
146
+ *
147
+ * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your actions union type instead of having to define it manually.
148
+ * @public
149
+ */
150
+ export declare type ReducerActions<R> = R extends Reducer<any, infer X> ? (X extends ActionWithPayload<infer T, infer P> ? DeepReadonly<ActionWithPayload<T, P>> : X extends Action<infer T2> ? DeepReadonly<Action<T2>> : X) : R;
151
+ /**
152
+ * A TypeScript type alias that represents the return type of a Redux [Reducer](https://redux.js.org/basics/reducers).
153
+ *
154
+ * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your state type instead of having to define it manually.
155
+ * @public
156
+ */
157
+ export declare type StateType<R extends Reducer<any, any>> = DeepReadonly<ReturnType<R>>;
158
+ /**
159
+ * So we don't actually need to implement our own version of combineReducers, but we are going to cast it
160
+ * to this type, which will do a better job of preserving/deducing the Action and State types.
161
+ * @public
162
+ */
163
+ export declare type CombineReducersFunction = <A>(reducers: A) => (state: CombinedReducerState<A>, action: ReducerMapActions<A>) => CombinedReducerState<A>;
164
+ /**
165
+ * A type alias which represents the state created by the reducer returned by combineReducers for a given `reducers` argument.
166
+ * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.
167
+ * @public
168
+ */
169
+ export declare type CombinedReducerState<R> = {
170
+ readonly [K in keyof R]: R[K] extends FunctionType ? StateType<R[K]> : never;
171
+ };
172
+ /**
173
+ * A type alias which represents the union type of all actions handled by the reducer returned by combineReducers for a given `reducers` argument.
174
+ * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.
175
+ * @public
176
+ */
177
+ export declare type ReducerMapActions<R> = ReducerActions<R[keyof R]>;
178
+ /**
179
+ * Turns an object whose values are different reducer functions, into a single
180
+ * reducer function. It will call every child reducer, and gather their results
181
+ * into a single state object, whose keys correspond to the keys of the passed
182
+ * reducer functions.
183
+ *
184
+ * //@template S Combined state object type.
185
+ *
186
+ * @param reducers An object whose values correspond to different reducer
187
+ * functions that need to be combined into one. One handy way to obtain it
188
+ * is to use ES6 `import * as reducers` syntax. The reducers may never
189
+ * return undefined for any action. Instead, they should return their
190
+ * initial state if the state passed to them was undefined, and the current
191
+ * state for any unrecognized action.
192
+ *
193
+ * Returns: A reducer function that invokes every reducer inside the passed
194
+ * object, and builds a state object with the same shape.
195
+ * @public
196
+ */
197
+ export declare const combineReducers: CombineReducersFunction;
198
198
  //# sourceMappingURL=redux-ts.d.ts.map
@@ -1,37 +1,37 @@
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 State
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.combineReducers = exports.createAction = void 0;
11
- const redux_1 = require("redux");
12
- function createAction(type, payload) {
13
- return (payload === undefined) ? /* istanbul ignore next */ { type } : { type, payload };
14
- }
15
- exports.createAction = createAction;
16
- // Since the implementation is copied from redux, we'll copy the docs as well:
17
- /**
18
- * Turns an object whose values are different reducer functions, into a single
19
- * reducer function. It will call every child reducer, and gather their results
20
- * into a single state object, whose keys correspond to the keys of the passed
21
- * reducer functions.
22
- *
23
- * //@template S Combined state object type.
24
- *
25
- * @param reducers An object whose values correspond to different reducer
26
- * functions that need to be combined into one. One handy way to obtain it
27
- * is to use ES6 `import * as reducers` syntax. The reducers may never
28
- * return undefined for any action. Instead, they should return their
29
- * initial state if the state passed to them was undefined, and the current
30
- * state for any unrecognized action.
31
- *
32
- * Returns: A reducer function that invokes every reducer inside the passed
33
- * object, and builds a state object with the same shape.
34
- * @public
35
- */
36
- exports.combineReducers = redux_1.combineReducers;
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 State
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.combineReducers = exports.createAction = void 0;
11
+ const redux_1 = require("redux");
12
+ function createAction(type, payload) {
13
+ return (payload === undefined) ? /* istanbul ignore next */ { type } : { type, payload };
14
+ }
15
+ exports.createAction = createAction;
16
+ // Since the implementation is copied from redux, we'll copy the docs as well:
17
+ /**
18
+ * Turns an object whose values are different reducer functions, into a single
19
+ * reducer function. It will call every child reducer, and gather their results
20
+ * into a single state object, whose keys correspond to the keys of the passed
21
+ * reducer functions.
22
+ *
23
+ * //@template S Combined state object type.
24
+ *
25
+ * @param reducers An object whose values correspond to different reducer
26
+ * functions that need to be combined into one. One handy way to obtain it
27
+ * is to use ES6 `import * as reducers` syntax. The reducers may never
28
+ * return undefined for any action. Instead, they should return their
29
+ * initial state if the state passed to them was undefined, and the current
30
+ * state for any unrecognized action.
31
+ *
32
+ * Returns: A reducer function that invokes every reducer inside the passed
33
+ * object, and builds a state object with the same shape.
34
+ * @public
35
+ */
36
+ exports.combineReducers = redux_1.combineReducers;
37
37
  //# sourceMappingURL=redux-ts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"redux-ts.js","sourceRoot":"","sources":["../../../../src/appui-react/redux/redux-ts.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,iCAA+D;AAkG/D,SAAgB,YAAY,CAAsB,IAAO,EAAE,OAAW;IACpE,OAAO,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AAC3F,CAAC;AAFD,oCAEC;AAuGD,8EAA8E;AAC9E;;;;;;;;;;;;;;;;;;GAkBG;AACU,QAAA,eAAe,GAA4B,uBAA0B,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module State\n */\n\nimport { combineReducers as baseCombineReducers } from \"redux\";\n\n/* eslint-disable */\n\n/** Shorthand for \"any function\". TSLint doesn't like the built-in `Function` type for some reason.\n * @public\n */\nexport type FunctionType = (...args: any[]) => any;\n\n/**\n * Similar to the built-in [Readonly](https://www.typescriptlang.org/docs/handbook/advanced-types.html#mapped-types), type alias but applied recursively.\n * This basically makes all nested properties/members of an object/array immutable.\n * @public\n */\nexport type DeepReadonly<T> =\n T extends ReadonlyArray<infer R> ? (R extends object ? DeepReadonlyArray<R> : ReadonlyArray<R>) :\n T extends FunctionType ? T :\n T extends object ? DeepReadonlyObject<T> :\n T;\n\n/** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work\n * @public\n */\nexport interface DeepReadonlyArray<T> extends ReadonlyArray<DeepReadonly<T>> { }\n/** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work\n * @public\n */\nexport type DeepReadonlyObject<T> = {\n readonly [P in keyof T]: DeepReadonly<T[P]>;\n};\n\n/**\n * A basic Redux [Action](https://redux.js.org/basics/actions).\n * Technically, redux only requires actions to have a `type` property.\n *\n * We use a TypeScript [Generic](https://www.typescriptlang.org/docs/handbook/generics.html) interface here to preserve the \"literal-ness\" of the `type` property.\n * In other words, `Action<\"FOO\">` will be of type `{ type: \"FOO\" }`; it won't be simplified to `{ type: string }`.\n *\n * See the [TS Handbook](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types) for more info on TypeScript string literal types.\n * @public\n */\nexport interface Action<T extends string> {\n type: T;\n}\n\n/**\n * A Redux [Action](https://redux.js.org/basics/actions), with additional \"payload\" information.\n * Technically, Redux allows actions to take any shape, provided they specify a `type` property.\n *\n * However, in order to simplify TypeScript typings, we follow this [Flux Standard Actions](https://github.com/redux-utilities/flux-standard-action)-like\n * convention, where all additional action information goes into a `payload` property.\n * @public\n */\nexport interface ActionWithPayload<T extends string, P> extends Action<T> {\n payload: P;\n}\n\n/**\n * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) without a payload.\n * **This is meant to be used as a shortcut for defining Action Creators.**\n *\n * For example,\n * ```\n * () => createAction(\"FOO\", ids)\n * ```\n * defines an action creator of type:\n * ```\n * () => { type: \"FOO\" }\n * // which is equivalent to:\n * () => Action<\"FOO\">\n * ```\n *\n * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.\n * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).\n * @public\n */\nexport function createAction<T extends string>(type: T): Action<T>;\n/**\n * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) _with_ a payload value.\n * **This is meant to be used as a shortcut for defining Action Creators.**\n *\n * For example,\n * ```\n * (ids: number[]) => createAction(\"FOO\", ids)\n * ```\n * defines an action creator of type:\n * ```\n * (ids: number[]) => { type: \"FOO\", payload: ReadonlyArray<number> }\n * // which is equivalent to:\n * (ids: number[]) => ActionWithPayload<\"FOO\", ReadonlyArray<number>>\n * ```\n *\n * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.\n * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).\n * @param payload The value to use as the action's payload property. May be of any type.\n * @public\n */\nexport function createAction<T extends string, P>(type: T, payload: P): ActionWithPayload<T, DeepReadonly<P>>;\nexport function createAction<T extends string, P>(type: T, payload?: P) {\n return (payload === undefined) ? /* istanbul ignore next */ { type } : { type, payload };\n}\n\n/**\n * Just an object where every property is a Redux [Action Creator](https://redux.js.org/basics/actions#action-creators).\n * @public\n */\nexport type ActionCreatorsObject = { [actionCreatorName: string]: FunctionType; };\n\n/**\n * A TypeScript type alias that represents the [Union Type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#union-types) of all actions\n * possibly created by _any_ of the action creators in a given `ActionCreatorsObject`.\n *\n * For example,\n * ```\n * // given:\n * const MyActionCreators = {\n * createBanana: () => createAction(\"BANANA\"),\n * createApple: () => createAction(\"APPLE\", true),\n * createOrange: (n: number) => createAction(\"BANANA\", n),\n * }\n * // then:\n * type X = ActionsUnion<typeof MyActionCreators>;\n * // is equivalent to:\n * type X = Action<\"BANANA\">\n * | ActionWithPayload<\"APPLE\", boolean>\n * | ActionWithPayload<\"ORANGE\", number>;\n * ```\n * @public\n */\nexport type ActionsUnion<A extends ActionCreatorsObject> = ReturnType<A[keyof A]>;\n\n/**\n * A TypeScript type alias that uses [conditional types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html) (read: magic)\n * to represent the _exact_ (literal) type of an action's `type` property.\n *\n * More importantly, this can be used to determine a union type which represents the `type` string literal types for _any_ action in a given `ActionsUnion`.\n *\n * For example,\n * ```\n * // given:\n * type MyActions = Action<\"BANANA\">\n * | ActionWithPayload<\"APPLE\", boolean>\n * | ActionWithPayload<\"ORANGE\", number>;\n * // then:\n * type X = ActionTypes<MyActions>;\n * // is equivalent to:\n * type X = \"BANANA\" | \"APPLE\" | \"ORANGE\";\n * ```\n * @public\n */\nexport type ActionTypes<A extends Action<any>> = A[\"type\"] extends infer X ? (X extends string ? X : never) : never;\n\n/**\n * A Redux [Reducer](https://redux.js.org/basics/reducers).\n * @public\n */\nexport type Reducer<S, A> = (state: S, action: A) => S;\n\n/**\n * A TypeScript type alias that represents a union of all action types handled by a Redux [Reducer](https://redux.js.org/basics/reducers).\n *\n * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your actions union type instead of having to define it manually.\n * @public\n */\nexport type ReducerActions<R> =\n R extends Reducer<any, infer X> ? (\n X extends ActionWithPayload<infer T, infer P> ? DeepReadonly<ActionWithPayload<T, P>> :\n X extends Action<infer T2> ? DeepReadonly<Action<T2>> :\n X\n ) : R;\n\n/**\n * A TypeScript type alias that represents the return type of a Redux [Reducer](https://redux.js.org/basics/reducers).\n *\n * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your state type instead of having to define it manually.\n * @public\n */\nexport type StateType<R extends Reducer<any, any>> = DeepReadonly<ReturnType<R>>;\n\n\n/**\n * So we don't actually need to implement our own version of combineReducers, but we are going to cast it\n * to this type, which will do a better job of preserving/deducing the Action and State types.\n * @public\n */\nexport type CombineReducersFunction = <A>(reducers: A) =>\n (state: CombinedReducerState<A>, action: ReducerMapActions<A>) => CombinedReducerState<A>;\n\n/**\n * A type alias which represents the state created by the reducer returned by combineReducers for a given `reducers` argument.\n * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.\n * @public\n */\nexport type CombinedReducerState<R> = { readonly [K in keyof R]: R[K] extends FunctionType ? StateType<R[K]> : never };\n\n/**\n * A type alias which represents the union type of all actions handled by the reducer returned by combineReducers for a given `reducers` argument.\n * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.\n * @public\n */\nexport type ReducerMapActions<R> = ReducerActions<R[keyof R]>;\n\n\n// Since the implementation is copied from redux, we'll copy the docs as well:\n/**\n * Turns an object whose values are different reducer functions, into a single\n * reducer function. It will call every child reducer, and gather their results\n * into a single state object, whose keys correspond to the keys of the passed\n * reducer functions.\n *\n * //@template S Combined state object type.\n *\n * @param reducers An object whose values correspond to different reducer\n * functions that need to be combined into one. One handy way to obtain it\n * is to use ES6 `import * as reducers` syntax. The reducers may never\n * return undefined for any action. Instead, they should return their\n * initial state if the state passed to them was undefined, and the current\n * state for any unrecognized action.\n *\n * Returns: A reducer function that invokes every reducer inside the passed\n * object, and builds a state object with the same shape.\n * @public\n */\nexport const combineReducers: CombineReducersFunction = baseCombineReducers as any;\n"]}
1
+ {"version":3,"file":"redux-ts.js","sourceRoot":"","sources":["../../../../src/appui-react/redux/redux-ts.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,iCAA+D;AAkG/D,SAAgB,YAAY,CAAsB,IAAO,EAAE,OAAW;IACpE,OAAO,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,0BAA0B,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AAC3F,CAAC;AAFD,oCAEC;AAuGD,8EAA8E;AAC9E;;;;;;;;;;;;;;;;;;GAkBG;AACU,QAAA,eAAe,GAA4B,uBAA0B,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module State\r\n */\r\n\r\nimport { combineReducers as baseCombineReducers } from \"redux\";\r\n\r\n/* eslint-disable */\r\n\r\n/** Shorthand for \"any function\". TSLint doesn't like the built-in `Function` type for some reason.\r\n * @public\r\n */\r\nexport type FunctionType = (...args: any[]) => any;\r\n\r\n/**\r\n * Similar to the built-in [Readonly](https://www.typescriptlang.org/docs/handbook/advanced-types.html#mapped-types), type alias but applied recursively.\r\n * This basically makes all nested properties/members of an object/array immutable.\r\n * @public\r\n */\r\nexport type DeepReadonly<T> =\r\n T extends ReadonlyArray<infer R> ? (R extends object ? DeepReadonlyArray<R> : ReadonlyArray<R>) :\r\n T extends FunctionType ? T :\r\n T extends object ? DeepReadonlyObject<T> :\r\n T;\r\n\r\n/** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work\r\n * @public\r\n */\r\nexport interface DeepReadonlyArray<T> extends ReadonlyArray<DeepReadonly<T>> { }\r\n/** TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work\r\n * @public\r\n */\r\nexport type DeepReadonlyObject<T> = {\r\n readonly [P in keyof T]: DeepReadonly<T[P]>;\r\n};\r\n\r\n/**\r\n * A basic Redux [Action](https://redux.js.org/basics/actions).\r\n * Technically, redux only requires actions to have a `type` property.\r\n *\r\n * We use a TypeScript [Generic](https://www.typescriptlang.org/docs/handbook/generics.html) interface here to preserve the \"literal-ness\" of the `type` property.\r\n * In other words, `Action<\"FOO\">` will be of type `{ type: \"FOO\" }`; it won't be simplified to `{ type: string }`.\r\n *\r\n * See the [TS Handbook](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types) for more info on TypeScript string literal types.\r\n * @public\r\n */\r\nexport interface Action<T extends string> {\r\n type: T;\r\n}\r\n\r\n/**\r\n * A Redux [Action](https://redux.js.org/basics/actions), with additional \"payload\" information.\r\n * Technically, Redux allows actions to take any shape, provided they specify a `type` property.\r\n *\r\n * However, in order to simplify TypeScript typings, we follow this [Flux Standard Actions](https://github.com/redux-utilities/flux-standard-action)-like\r\n * convention, where all additional action information goes into a `payload` property.\r\n * @public\r\n */\r\nexport interface ActionWithPayload<T extends string, P> extends Action<T> {\r\n payload: P;\r\n}\r\n\r\n/**\r\n * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) without a payload.\r\n * **This is meant to be used as a shortcut for defining Action Creators.**\r\n *\r\n * For example,\r\n * ```\r\n * () => createAction(\"FOO\", ids)\r\n * ```\r\n * defines an action creator of type:\r\n * ```\r\n * () => { type: \"FOO\" }\r\n * // which is equivalent to:\r\n * () => Action<\"FOO\">\r\n * ```\r\n *\r\n * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.\r\n * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).\r\n * @public\r\n */\r\nexport function createAction<T extends string>(type: T): Action<T>;\r\n/**\r\n * Creates a basic Redux Redux [Action](https://redux.js.org/basics/actions) _with_ a payload value.\r\n * **This is meant to be used as a shortcut for defining Action Creators.**\r\n *\r\n * For example,\r\n * ```\r\n * (ids: number[]) => createAction(\"FOO\", ids)\r\n * ```\r\n * defines an action creator of type:\r\n * ```\r\n * (ids: number[]) => { type: \"FOO\", payload: ReadonlyArray<number> }\r\n * // which is equivalent to:\r\n * (ids: number[]) => ActionWithPayload<\"FOO\", ReadonlyArray<number>>\r\n * ```\r\n *\r\n * Note that the generic type parameters can always be omitted - TypeScript will be able to infer them.\r\n * @param type The string to use as the action's type property. Should have a [string literal type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#string-literal-types).\r\n * @param payload The value to use as the action's payload property. May be of any type.\r\n * @public\r\n */\r\nexport function createAction<T extends string, P>(type: T, payload: P): ActionWithPayload<T, DeepReadonly<P>>;\r\nexport function createAction<T extends string, P>(type: T, payload?: P) {\r\n return (payload === undefined) ? /* istanbul ignore next */ { type } : { type, payload };\r\n}\r\n\r\n/**\r\n * Just an object where every property is a Redux [Action Creator](https://redux.js.org/basics/actions#action-creators).\r\n * @public\r\n */\r\nexport type ActionCreatorsObject = { [actionCreatorName: string]: FunctionType; };\r\n\r\n/**\r\n * A TypeScript type alias that represents the [Union Type](https://www.typescriptlang.org/docs/handbook/advanced-types.html#union-types) of all actions\r\n * possibly created by _any_ of the action creators in a given `ActionCreatorsObject`.\r\n *\r\n * For example,\r\n * ```\r\n * // given:\r\n * const MyActionCreators = {\r\n * createBanana: () => createAction(\"BANANA\"),\r\n * createApple: () => createAction(\"APPLE\", true),\r\n * createOrange: (n: number) => createAction(\"BANANA\", n),\r\n * }\r\n * // then:\r\n * type X = ActionsUnion<typeof MyActionCreators>;\r\n * // is equivalent to:\r\n * type X = Action<\"BANANA\">\r\n * | ActionWithPayload<\"APPLE\", boolean>\r\n * | ActionWithPayload<\"ORANGE\", number>;\r\n * ```\r\n * @public\r\n */\r\nexport type ActionsUnion<A extends ActionCreatorsObject> = ReturnType<A[keyof A]>;\r\n\r\n/**\r\n * A TypeScript type alias that uses [conditional types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html) (read: magic)\r\n * to represent the _exact_ (literal) type of an action's `type` property.\r\n *\r\n * More importantly, this can be used to determine a union type which represents the `type` string literal types for _any_ action in a given `ActionsUnion`.\r\n *\r\n * For example,\r\n * ```\r\n * // given:\r\n * type MyActions = Action<\"BANANA\">\r\n * | ActionWithPayload<\"APPLE\", boolean>\r\n * | ActionWithPayload<\"ORANGE\", number>;\r\n * // then:\r\n * type X = ActionTypes<MyActions>;\r\n * // is equivalent to:\r\n * type X = \"BANANA\" | \"APPLE\" | \"ORANGE\";\r\n * ```\r\n * @public\r\n */\r\nexport type ActionTypes<A extends Action<any>> = A[\"type\"] extends infer X ? (X extends string ? X : never) : never;\r\n\r\n/**\r\n * A Redux [Reducer](https://redux.js.org/basics/reducers).\r\n * @public\r\n */\r\nexport type Reducer<S, A> = (state: S, action: A) => S;\r\n\r\n/**\r\n * A TypeScript type alias that represents a union of all action types handled by a Redux [Reducer](https://redux.js.org/basics/reducers).\r\n *\r\n * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your actions union type instead of having to define it manually.\r\n * @public\r\n */\r\nexport type ReducerActions<R> =\r\n R extends Reducer<any, infer X> ? (\r\n X extends ActionWithPayload<infer T, infer P> ? DeepReadonly<ActionWithPayload<T, P>> :\r\n X extends Action<infer T2> ? DeepReadonly<Action<T2>> :\r\n X\r\n ) : R;\r\n\r\n/**\r\n * A TypeScript type alias that represents the return type of a Redux [Reducer](https://redux.js.org/basics/reducers).\r\n *\r\n * If you have created a type-safe reducer function using `combineReducers`, you can use this to infer your state type instead of having to define it manually.\r\n * @public\r\n */\r\nexport type StateType<R extends Reducer<any, any>> = DeepReadonly<ReturnType<R>>;\r\n\r\n\r\n/**\r\n * So we don't actually need to implement our own version of combineReducers, but we are going to cast it\r\n * to this type, which will do a better job of preserving/deducing the Action and State types.\r\n * @public\r\n */\r\nexport type CombineReducersFunction = <A>(reducers: A) =>\r\n (state: CombinedReducerState<A>, action: ReducerMapActions<A>) => CombinedReducerState<A>;\r\n\r\n/**\r\n * A type alias which represents the state created by the reducer returned by combineReducers for a given `reducers` argument.\r\n * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.\r\n * @public\r\n */\r\nexport type CombinedReducerState<R> = { readonly [K in keyof R]: R[K] extends FunctionType ? StateType<R[K]> : never };\r\n\r\n/**\r\n * A type alias which represents the union type of all actions handled by the reducer returned by combineReducers for a given `reducers` argument.\r\n * Used above by `CombineReducersFunction`, our custom type definition for combineReducers.\r\n * @public\r\n */\r\nexport type ReducerMapActions<R> = ReducerActions<R[keyof R]>;\r\n\r\n\r\n// Since the implementation is copied from redux, we'll copy the docs as well:\r\n/**\r\n * Turns an object whose values are different reducer functions, into a single\r\n * reducer function. It will call every child reducer, and gather their results\r\n * into a single state object, whose keys correspond to the keys of the passed\r\n * reducer functions.\r\n *\r\n * //@template S Combined state object type.\r\n *\r\n * @param reducers An object whose values correspond to different reducer\r\n * functions that need to be combined into one. One handy way to obtain it\r\n * is to use ES6 `import * as reducers` syntax. The reducers may never\r\n * return undefined for any action. Instead, they should return their\r\n * initial state if the state passed to them was undefined, and the current\r\n * state for any unrecognized action.\r\n *\r\n * Returns: A reducer function that invokes every reducer inside the passed\r\n * object, and builds a state object with the same shape.\r\n * @public\r\n */\r\nexport const combineReducers: CombineReducersFunction = baseCombineReducers as any;\r\n"]}
@@ -1,11 +1,11 @@
1
- /** @packageDocumentation
2
- * @module Utilities
3
- */
4
- import * as React from "react";
5
- import { SafeAreaInsets } from "./SafeAreaInsets";
6
- /**
7
- * Context used to manage safe area (feature used by devices with non-rectangular screens).
8
- * @public
9
- */
10
- export declare const SafeAreaContext: React.Context<SafeAreaInsets | undefined>;
1
+ /** @packageDocumentation
2
+ * @module Utilities
3
+ */
4
+ import * as React from "react";
5
+ import { SafeAreaInsets } from "./SafeAreaInsets";
6
+ /**
7
+ * Context used to manage safe area (feature used by devices with non-rectangular screens).
8
+ * @public
9
+ */
10
+ export declare const SafeAreaContext: React.Context<SafeAreaInsets | undefined>;
11
11
  //# sourceMappingURL=SafeAreaContext.d.ts.map
@@ -1,17 +1,17 @@
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 Utilities
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.SafeAreaContext = void 0;
11
- const React = require("react");
12
- /**
13
- * Context used to manage safe area (feature used by devices with non-rectangular screens).
14
- * @public
15
- */
16
- exports.SafeAreaContext = React.createContext(undefined);
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 Utilities
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.SafeAreaContext = void 0;
11
+ const React = require("react");
12
+ /**
13
+ * Context used to manage safe area (feature used by devices with non-rectangular screens).
14
+ * @public
15
+ */
16
+ exports.SafeAreaContext = React.createContext(undefined);
17
17
  //# sourceMappingURL=SafeAreaContext.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SafeAreaContext.js","sourceRoot":"","sources":["../../../../src/appui-react/safearea/SafeAreaContext.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAG/B;;;GAGG;AACU,QAAA,eAAe,GAAG,KAAK,CAAC,aAAa,CAA6B,SAAS,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n\nimport * as React from \"react\";\nimport { SafeAreaInsets } from \"./SafeAreaInsets\";\n\n/**\n * Context used to manage safe area (feature used by devices with non-rectangular screens).\n * @public\n */\nexport const SafeAreaContext = React.createContext<SafeAreaInsets | undefined>(undefined);\n"]}
1
+ {"version":3,"file":"SafeAreaContext.js","sourceRoot":"","sources":["../../../../src/appui-react/safearea/SafeAreaContext.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAG/B;;;GAGG;AACU,QAAA,eAAe,GAAG,KAAK,CAAC,aAAa,CAA6B,SAAS,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Utilities\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { SafeAreaInsets } from \"./SafeAreaInsets\";\r\n\r\n/**\r\n * Context used to manage safe area (feature used by devices with non-rectangular screens).\r\n * @public\r\n */\r\nexport const SafeAreaContext = React.createContext<SafeAreaInsets | undefined>(undefined);\r\n"]}
@@ -1,8 +1,8 @@
1
- /** @packageDocumentation
2
- * @module Utilities
3
- */
4
- import { SafeAreaInsets as LayoutSafeAreaInsets } from "@itwin/appui-layout-react";
5
- import { SafeAreaInsets } from "./SafeAreaInsets";
6
- /** @internal */
7
- export declare function toLayoutSafeAreaInsets(safeAreaInsets: SafeAreaInsets | undefined): LayoutSafeAreaInsets | undefined;
1
+ /** @packageDocumentation
2
+ * @module Utilities
3
+ */
4
+ import { SafeAreaInsets as LayoutSafeAreaInsets } from "@itwin/appui-layout-react";
5
+ import { SafeAreaInsets } from "./SafeAreaInsets";
6
+ /** @internal */
7
+ export declare function toLayoutSafeAreaInsets(safeAreaInsets: SafeAreaInsets | undefined): LayoutSafeAreaInsets | undefined;
8
8
  //# sourceMappingURL=SafeAreaHelpers.d.ts.map