@itwin/appui-react 4.0.0-dev.12 → 4.0.0-dev.13
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.
- package/lib/cjs/appui-react/UiFramework.d.ts +269 -269
- package/lib/cjs/appui-react/UiFramework.js +551 -555
- package/lib/cjs/appui-react/UiFramework.js.map +1 -1
- package/lib/cjs/appui-react/_variables.scss +11 -11
- package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
- package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js +74 -74
- package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js +39 -39
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.scss +14 -14
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +216 -216
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js +123 -123
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +55 -55
- package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
- package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +110 -110
- package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
- package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js +64 -64
- package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
- package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js +9 -9
- package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
- package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js +44 -44
- package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/Calculator.d.ts +46 -46
- package/lib/cjs/appui-react/accudraw/Calculator.d.ts.map +1 -1
- package/lib/cjs/appui-react/accudraw/Calculator.js +218 -218
- package/lib/cjs/appui-react/accudraw/Calculator.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/Calculator.scss +84 -84
- package/lib/cjs/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
- package/lib/cjs/appui-react/accudraw/CalculatorEngine.js +195 -195
- package/lib/cjs/appui-react/accudraw/CalculatorEngine.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
- package/lib/cjs/appui-react/accudraw/CalculatorPopup.js +41 -41
- package/lib/cjs/appui-react/accudraw/CalculatorPopup.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
- package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js +231 -231
- package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/MenuButton.d.ts +30 -30
- package/lib/cjs/appui-react/accudraw/MenuButton.js +67 -67
- package/lib/cjs/appui-react/accudraw/MenuButton.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/MenuButton.scss +18 -18
- package/lib/cjs/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
- package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js +37 -37
- package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/SquareButton.d.ts +14 -14
- package/lib/cjs/appui-react/accudraw/SquareButton.js +26 -26
- package/lib/cjs/appui-react/accudraw/SquareButton.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/SquareButton.scss +29 -29
- package/lib/cjs/appui-react/accudraw/backspace.svg +9 -9
- package/lib/cjs/appui-react/accudraw/constraint-2d.svg +11 -11
- package/lib/cjs/appui-react/accudraw/height-2.svg +10 -10
- package/lib/cjs/appui-react/accudraw/height.svg +11 -11
- package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts +27 -27
- package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageComposer.js +139 -139
- package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts +28 -28
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +54 -55
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageItem.d.ts +59 -59
- package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageItem.js +24 -24
- package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +13 -13
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +44 -44
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageItemsManager.d.ts +38 -38
- package/lib/cjs/appui-react/backstage/BackstageItemsManager.js +129 -129
- package/lib/cjs/appui-react/backstage/BackstageItemsManager.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +35 -35
- package/lib/cjs/appui-react/backstage/BackstageManager.js +77 -77
- package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
- package/lib/cjs/appui-react/backstage/InternalBackstageManager.d.ts +22 -22
- package/lib/cjs/appui-react/backstage/InternalBackstageManager.js +55 -55
- package/lib/cjs/appui-react/backstage/InternalBackstageManager.js.map +1 -1
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts +9 -9
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +32 -32
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +9 -9
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +41 -41
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +73 -73
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +106 -106
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts +7 -7
- package/lib/cjs/appui-react/childwindow/CopyStyles.js +42 -42
- package/lib/cjs/appui-react/childwindow/CopyStyles.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts +71 -71
- package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js +228 -229
- package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.scss +14 -14
- package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +15 -15
- package/lib/cjs/appui-react/childwindow/PopoutWidget.js +19 -19
- package/lib/cjs/appui-react/childwindow/PopoutWidget.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/PopoutWidget.scss +10 -10
- package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts +29 -29
- package/lib/cjs/appui-react/configurableui/ActivityTracker.js +71 -71
- package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +59 -59
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
- package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +95 -95
- package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +65 -65
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +92 -92
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.d.ts +81 -81
- package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js +154 -154
- package/lib/cjs/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts +33 -33
- package/lib/cjs/appui-react/configurableui/TimeTracker.js +80 -81
- package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/configurableui.scss +74 -75
- package/lib/cjs/appui-react/configurableui/state.d.ts +61 -61
- package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
- package/lib/cjs/appui-react/configurableui/state.js +111 -111
- package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentControl.d.ts +64 -64
- package/lib/cjs/appui-react/content/ContentControl.js +78 -78
- package/lib/cjs/appui-react/content/ContentControl.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentGroup.d.ts +93 -93
- package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/ContentGroup.js +174 -174
- package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentLayout.d.ts +90 -90
- package/lib/cjs/appui-react/content/ContentLayout.js +367 -372
- package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentLayout.scss +99 -99
- package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +47 -47
- package/lib/cjs/appui-react/content/ContentLayoutManager.js +68 -68
- package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentViewManager.d.ts +62 -62
- package/lib/cjs/appui-react/content/ContentViewManager.js +95 -95
- package/lib/cjs/appui-react/content/ContentViewManager.js.map +1 -1
- package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +22 -22
- package/lib/cjs/appui-react/content/DefaultViewOverlay.js +49 -50
- package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
- package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +46 -46
- package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +31 -31
- package/lib/cjs/appui-react/content/FloatingViewportContent.js +78 -79
- package/lib/cjs/appui-react/content/FloatingViewportContent.js.map +1 -1
- package/lib/cjs/appui-react/content/IModelViewport.d.ts +80 -80
- package/lib/cjs/appui-react/content/IModelViewport.js +147 -150
- package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
- package/lib/cjs/appui-react/content/InternalContentLayoutManager.d.ts +47 -47
- package/lib/cjs/appui-react/content/InternalContentLayoutManager.js +94 -95
- package/lib/cjs/appui-react/content/InternalContentLayoutManager.js.map +1 -1
- package/lib/cjs/appui-react/content/InternalContentViewManager.d.ts +79 -79
- package/lib/cjs/appui-react/content/InternalContentViewManager.js +209 -209
- package/lib/cjs/appui-react/content/InternalContentViewManager.js.map +1 -1
- package/lib/cjs/appui-react/content/StageContentLayout.d.ts +35 -35
- package/lib/cjs/appui-react/content/StageContentLayout.js +66 -66
- package/lib/cjs/appui-react/content/StageContentLayout.js.map +1 -1
- package/lib/cjs/appui-react/content/ViewStateHelper.d.ts +25 -25
- package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
- package/lib/cjs/appui-react/content/ViewStateHelper.js.map +1 -1
- package/lib/cjs/appui-react/content/ViewportContentControl.d.ts +61 -61
- package/lib/cjs/appui-react/content/ViewportContentControl.js +131 -131
- package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
- package/lib/cjs/appui-react/content/split-pane/Pane.d.ts +20 -20
- package/lib/cjs/appui-react/content/split-pane/Pane.js +42 -42
- package/lib/cjs/appui-react/content/split-pane/Pane.js.map +1 -1
- package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts +22 -22
- package/lib/cjs/appui-react/content/split-pane/Resizer.js +38 -38
- package/lib/cjs/appui-react/content/split-pane/Resizer.js.map +1 -1
- package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts +69 -69
- package/lib/cjs/appui-react/content/split-pane/SplitPane.js +238 -242
- package/lib/cjs/appui-react/content/split-pane/SplitPane.js.map +1 -1
- package/lib/cjs/appui-react/cursor/CursorInformation.d.ts +68 -68
- package/lib/cjs/appui-react/cursor/CursorInformation.js +144 -144
- package/lib/cjs/appui-react/cursor/CursorInformation.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
- package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js +75 -76
- package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +150 -150
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +325 -325
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +64 -64
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
- package/lib/cjs/appui-react/dialog/ContentDialog.d.ts +23 -23
- package/lib/cjs/appui-react/dialog/ContentDialog.js +67 -70
- package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ContentDialog.scss +25 -25
- package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +51 -51
- package/lib/cjs/appui-react/dialog/ContentDialogManager.js +85 -85
- package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts +84 -84
- package/lib/cjs/appui-react/dialog/DialogManagerBase.js +140 -141
- package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
- package/lib/cjs/appui-react/dialog/InternalContentDialogManager.d.ts +47 -47
- package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js +131 -131
- package/lib/cjs/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/InternalModalDialogManager.d.ts +35 -35
- package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js +54 -54
- package/lib/cjs/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.d.ts +45 -45
- package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js +119 -119
- package/lib/cjs/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +42 -42
- package/lib/cjs/appui-react/dialog/ModalDialogManager.js +68 -68
- package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +21 -21
- package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
- package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +51 -51
- package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +85 -85
- package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +42 -42
- package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
- package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
- package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
- package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +81 -81
- package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts +61 -61
- package/lib/cjs/appui-react/feedback/ElementTooltip.js +131 -131
- package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +73 -73
- package/lib/cjs/appui-react/feedback/ValidationTextbox.js +115 -115
- package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +50 -51
- package/lib/cjs/appui-react/framework/FrameworkBackstage.d.ts +43 -43
- package/lib/cjs/appui-react/framework/FrameworkBackstage.js +9 -9
- package/lib/cjs/appui-react/framework/FrameworkBackstage.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts +75 -75
- package/lib/cjs/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkChildWindows.js +9 -9
- package/lib/cjs/appui-react/framework/FrameworkChildWindows.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkContent.d.ts +154 -154
- package/lib/cjs/appui-react/framework/FrameworkContent.js +30 -30
- package/lib/cjs/appui-react/framework/FrameworkContent.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkControls.d.ts +42 -42
- package/lib/cjs/appui-react/framework/FrameworkControls.js +2 -2
- package/lib/cjs/appui-react/framework/FrameworkControls.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkDialogs.d.ts +78 -78
- package/lib/cjs/appui-react/framework/FrameworkDialogs.js +23 -23
- package/lib/cjs/appui-react/framework/FrameworkDialogs.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkFrontstages.d.ts +285 -285
- package/lib/cjs/appui-react/framework/FrameworkFrontstages.js +63 -63
- package/lib/cjs/appui-react/framework/FrameworkFrontstages.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +99 -99
- package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js +2 -2
- package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkToolSettings.d.ts +51 -51
- package/lib/cjs/appui-react/framework/FrameworkToolSettings.js +17 -17
- package/lib/cjs/appui-react/framework/FrameworkToolSettings.js.map +1 -1
- package/lib/cjs/appui-react/framework/FrameworkVisibility.d.ts +36 -36
- package/lib/cjs/appui-react/framework/FrameworkVisibility.js +2 -2
- package/lib/cjs/appui-react/framework/FrameworkVisibility.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.js +9 -9
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +205 -205
- package/lib/cjs/appui-react/frontstage/FrontstageDef.js +824 -825
- package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +201 -201
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js +268 -268
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.d.ts +234 -234
- package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js +508 -508
- package/lib/cjs/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +46 -46
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +80 -80
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +86 -87
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +11 -11
- package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts +13 -13
- package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +33 -33
- package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/StageUsage.d.ts +15 -15
- package/lib/cjs/appui-react/frontstage/StageUsage.js +23 -23
- package/lib/cjs/appui-react/frontstage/StageUsage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +77 -78
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
- package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +37 -37
- package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts +7 -7
- package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
- package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts +8 -8
- package/lib/cjs/appui-react/hooks/useActiveViewport.js +46 -46
- package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
- package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +67 -71
- package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
- package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +26 -26
- package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
- package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
- package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
- package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +67 -71
- package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
- package/lib/cjs/appui-react/hooks/useSolarDataProvider.js +60 -65
- package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts +5 -5
- package/lib/cjs/appui-react/hooks/useUiVisibility.js +26 -26
- package/lib/cjs/appui-react/hooks/useUiVisibility.js.map +1 -1
- package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +39 -39
- package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +111 -111
- package/lib/cjs/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +96 -96
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +230 -230
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +95 -95
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
- package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +9 -9
- package/lib/cjs/appui-react/messages/ActivityMessage.js +77 -79
- package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
- package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts +74 -74
- package/lib/cjs/appui-react/messages/AppNotificationManager.js +125 -125
- package/lib/cjs/appui-react/messages/AppNotificationManager.js.map +1 -1
- package/lib/cjs/appui-react/messages/HollowIcon.d.ts +9 -9
- package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
- package/lib/cjs/appui-react/messages/HollowIcon.js.map +1 -1
- package/lib/cjs/appui-react/messages/InputField.d.ts +37 -37
- package/lib/cjs/appui-react/messages/InputField.js +92 -92
- package/lib/cjs/appui-react/messages/InputField.js.map +1 -1
- package/lib/cjs/appui-react/messages/InputField.scss +82 -82
- package/lib/cjs/appui-react/messages/MessageLabel.d.ts +12 -12
- package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
- package/lib/cjs/appui-react/messages/MessageLabel.js.map +1 -1
- package/lib/cjs/appui-react/messages/MessageManager.d.ts +253 -253
- package/lib/cjs/appui-react/messages/MessageManager.js +466 -466
- package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
- package/lib/cjs/appui-react/messages/MessageSpan.d.ts +14 -14
- package/lib/cjs/appui-react/messages/MessageSpan.js +22 -22
- package/lib/cjs/appui-react/messages/MessageSpan.js.map +1 -1
- package/lib/cjs/appui-react/messages/Pointer.d.ts +69 -69
- package/lib/cjs/appui-react/messages/Pointer.js +173 -173
- package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
- package/lib/cjs/appui-react/messages/Pointer.scss +42 -42
- package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
- package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
- package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +68 -68
- package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
- package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts +24 -24
- package/lib/cjs/appui-react/messages/StatusMessageManager.js +55 -55
- package/lib/cjs/appui-react/messages/StatusMessageManager.js.map +1 -1
- package/lib/cjs/appui-react/messages/getToastCategory.d.ts +6 -6
- package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
- package/lib/cjs/appui-react/messages/getToastCategory.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +26 -26
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +26 -26
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
- package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +34 -34
- package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +187 -187
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +67 -67
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +151 -151
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +113 -113
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
- package/lib/cjs/appui-react/pickers/ListPicker.d.ts +111 -111
- package/lib/cjs/appui-react/pickers/ListPicker.js +195 -195
- package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/cjs/appui-react/pickers/ListPicker.scss +299 -299
- package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +90 -90
- package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
- package/lib/cjs/appui-react/pickers/ViewSelector.js +252 -252
- package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
- package/lib/cjs/appui-react/popup/CardPopup.d.ts +48 -48
- package/lib/cjs/appui-react/popup/CardPopup.js +89 -89
- package/lib/cjs/appui-react/popup/CardPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/CardPopup.scss +25 -25
- package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts +30 -30
- package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
- package/lib/cjs/appui-react/popup/HTMLElementPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts +38 -38
- package/lib/cjs/appui-react/popup/InputEditorPopup.js +57 -57
- package/lib/cjs/appui-react/popup/InputEditorPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +252 -253
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -30
- package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
- package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
- package/lib/cjs/appui-react/popup/KeyinPalettePopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/PopupManager.d.ts +105 -105
- package/lib/cjs/appui-react/popup/PopupManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/popup/PopupManager.js +231 -232
- package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
- package/lib/cjs/appui-react/popup/PositionPopup.d.ts +28 -28
- package/lib/cjs/appui-react/popup/PositionPopup.js +48 -48
- package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/PositionPopup.scss +28 -28
- package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
- package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
- package/lib/cjs/appui-react/popup/ToolSettingsPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts +35 -35
- package/lib/cjs/appui-react/popup/ToolbarPopup.js +59 -59
- package/lib/cjs/appui-react/popup/ToolbarPopup.js.map +1 -1
- package/lib/cjs/appui-react/redux/FrameworkState.d.ts +22 -22
- package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
- package/lib/cjs/appui-react/redux/FrameworkState.js.map +1 -1
- package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts +36 -36
- package/lib/cjs/appui-react/redux/ReducerRegistry.js +60 -60
- package/lib/cjs/appui-react/redux/ReducerRegistry.js.map +1 -1
- package/lib/cjs/appui-react/redux/SessionState.d.ts +103 -103
- package/lib/cjs/appui-react/redux/SessionState.d.ts.map +1 -1
- package/lib/cjs/appui-react/redux/SessionState.js +130 -130
- package/lib/cjs/appui-react/redux/SessionState.js.map +1 -1
- package/lib/cjs/appui-react/redux/StateManager.d.ts +43 -43
- package/lib/cjs/appui-react/redux/StateManager.js +97 -97
- package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
- package/lib/cjs/appui-react/redux/connectIModel.d.ts +26 -26
- package/lib/cjs/appui-react/redux/connectIModel.js +94 -94
- package/lib/cjs/appui-react/redux/connectIModel.js.map +1 -1
- package/lib/cjs/appui-react/redux/redux-ts.d.ts +197 -197
- package/lib/cjs/appui-react/redux/redux-ts.d.ts.map +1 -1
- package/lib/cjs/appui-react/redux/redux-ts.js +36 -36
- package/lib/cjs/appui-react/redux/redux-ts.js.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +10 -10
- package/lib/cjs/appui-react/safearea/SafeAreaContext.js +16 -16
- package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js +15 -15
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +21 -21
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
- package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +265 -265
- package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +548 -548
- package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
- package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
- package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +209 -209
- package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +200 -200
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
- package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
- package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
- package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +192 -192
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +65 -65
- package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
- package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +48 -48
- package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/AnyItemDef.d.ts +11 -11
- package/lib/cjs/appui-react/shared/AnyItemDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/AnyItemDef.js +9 -9
- package/lib/cjs/appui-react/shared/AnyItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
- package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +9 -9
- package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CommandItemDef.d.ts +16 -16
- package/lib/cjs/appui-react/shared/CommandItemDef.js +35 -35
- package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +17 -17
- package/lib/cjs/appui-react/shared/CustomItemDef.js +32 -32
- package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +12 -12
- package/lib/cjs/appui-react/shared/CustomItemProps.js +9 -9
- package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +19 -19
- package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
- package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +58 -58
- package/lib/cjs/appui-react/shared/ItemDefBase.js +78 -78
- package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemMap.d.ts +21 -21
- package/lib/cjs/appui-react/shared/ItemMap.js +51 -51
- package/lib/cjs/appui-react/shared/ItemMap.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemProps.d.ts +48 -48
- package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
- package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/MenuItem.d.ts +36 -36
- package/lib/cjs/appui-react/shared/MenuItem.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/MenuItem.js +112 -112
- package/lib/cjs/appui-react/shared/MenuItem.js.map +1 -1
- package/lib/cjs/appui-react/shared/SelectionScope.d.ts +13 -13
- package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
- package/lib/cjs/appui-react/shared/SelectionScope.js.map +1 -1
- package/lib/cjs/appui-react/shared/ToolItemDef.d.ts +17 -17
- package/lib/cjs/appui-react/shared/ToolItemDef.js +39 -39
- package/lib/cjs/appui-react/shared/ToolItemDef.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +9 -9
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +292 -292
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +218 -220
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
- package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +20 -20
- package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts +10 -10
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +18 -18
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Field.d.ts +22 -0
- package/lib/cjs/appui-react/statusbar/Field.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusbar/Field.js +26 -0
- package/lib/cjs/appui-react/statusbar/Field.js.map +1 -0
- package/lib/cjs/appui-react/statusbar/{Indicator.scss → Field.scss} +109 -109
- package/lib/cjs/appui-react/statusbar/Indicator.d.ts +24 -25
- package/lib/cjs/appui-react/statusbar/Indicator.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/Indicator.js +28 -35
- package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts +23 -23
- package/lib/cjs/appui-react/statusbar/LabelIndicator.js +28 -28
- package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +43 -43
- package/lib/cjs/appui-react/statusbar/Overflow.d.ts +19 -19
- package/lib/cjs/appui-react/statusbar/Overflow.js +29 -29
- package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Overflow.scss +27 -27
- package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts +20 -20
- package/lib/cjs/appui-react/statusbar/OverflowPanel.js +22 -22
- package/lib/cjs/appui-react/statusbar/OverflowPanel.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/OverflowPanel.scss +22 -22
- package/lib/cjs/appui-react/statusbar/Popup.d.ts +10 -0
- package/lib/cjs/appui-react/statusbar/Popup.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusbar/Popup.js +20 -0
- package/lib/cjs/appui-react/statusbar/Popup.js.map +1 -0
- package/lib/cjs/appui-react/statusbar/Separator.d.ts +10 -10
- package/lib/cjs/appui-react/statusbar/Separator.js +21 -21
- package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Separator.scss +12 -12
- package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +77 -63
- package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBar.js +143 -130
- package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBar.scss +41 -41
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +282 -282
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +98 -98
- package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItem.js +61 -61
- package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -23
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +60 -60
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +39 -39
- package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +134 -134
- package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +23 -23
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts +20 -20
- package/lib/cjs/appui-react/statusbar/dialog/Button.js +19 -19
- package/lib/cjs/appui-react/statusbar/dialog/Button.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +30 -30
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +19 -19
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts +9 -9
- package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +32 -32
- package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +9 -9
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +50 -50
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +9 -9
- package/lib/cjs/appui-react/statusfields/ActivityCenter.js +61 -61
- package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +46 -46
- package/lib/cjs/appui-react/statusfields/MessageCenter.js +126 -126
- package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +16 -16
- package/lib/cjs/appui-react/statusfields/SectionsField.js +80 -80
- package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SectionsField.scss +35 -35
- package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +26 -26
- package/lib/cjs/appui-react/statusfields/SelectionInfo.js +48 -48
- package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionInfo.scss +14 -14
- package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +37 -37
- package/lib/cjs/appui-react/statusfields/SelectionScope.js +66 -66
- package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionScope.scss +46 -46
- package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +43 -43
- package/lib/cjs/appui-react/statusfields/SnapMode.js +126 -126
- package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +30 -30
- package/lib/cjs/appui-react/statusfields/ViewAttributes.js +93 -93
- package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +10 -14
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +91 -91
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +443 -443
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +78 -78
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +188 -188
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
- package/lib/cjs/appui-react/theme/ThemeManager.d.ts +55 -55
- package/lib/cjs/appui-react/theme/ThemeManager.js +95 -96
- package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
- package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
- package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +52 -52
- package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
- package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
- package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
- package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
- package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
- package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +65 -65
- package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/DragInteraction.d.ts +8 -8
- package/lib/cjs/appui-react/toolbar/DragInteraction.js +15 -15
- package/lib/cjs/appui-react/toolbar/DragInteraction.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +37 -37
- package/lib/cjs/appui-react/toolbar/GroupItem.js +76 -76
- package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +221 -221
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +22 -22
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +128 -128
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +103 -103
- package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarItem.js +51 -51
- package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts +15 -15
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +52 -52
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.d.ts +45 -45
- package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.js +247 -247
- package/lib/cjs/appui-react/toolbar/ToolbarItemsManager.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.d.ts +7 -7
- package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js +25 -25
- package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts +9 -9
- package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +32 -32
- package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +9 -9
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +48 -48
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +365 -372
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
- package/lib/cjs/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
- package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js +30 -30
- package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
- package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
- package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +32 -32
- package/lib/cjs/appui-react/tools/KeyinPaletteTools.js.map +1 -1
- package/lib/cjs/appui-react/tools/OpenSettingsTool.d.ts +16 -16
- package/lib/cjs/appui-react/tools/OpenSettingsTool.js +34 -34
- package/lib/cjs/appui-react/tools/OpenSettingsTool.js.map +1 -1
- package/lib/cjs/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
- package/lib/cjs/appui-react/tools/RestoreLayoutTool.js +62 -62
- package/lib/cjs/appui-react/tools/RestoreLayoutTool.js.map +1 -1
- package/lib/cjs/appui-react/tools/ToolSettingsTools.d.ts +22 -22
- package/lib/cjs/appui-react/tools/ToolSettingsTools.js +46 -46
- package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
- package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js +73 -72
- package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.d.ts +49 -49
- package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js +123 -123
- package/lib/cjs/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts +14 -14
- package/lib/cjs/appui-react/toolsettings/ToolInformation.js +43 -43
- package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts +43 -43
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +63 -63
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js +38 -38
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +27 -27
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js +73 -73
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts +9 -9
- package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js +9 -9
- package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +64 -64
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +47 -47
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +38 -38
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +85 -87
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +25 -25
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +41 -41
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +34 -34
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +52 -52
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +25 -25
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +41 -41
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +32 -32
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +61 -62
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts +91 -91
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +171 -177
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts +26 -26
- package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js +9 -9
- package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/isProviderItem.d.ts +6 -6
- package/lib/cjs/appui-react/ui-items-provider/isProviderItem.js +15 -15
- package/lib/cjs/appui-react/ui-items-provider/isProviderItem.js.map +1 -1
- package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
- package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +344 -344
- package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
- package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
- package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +206 -206
- package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +53 -53
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +212 -212
- package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +49 -49
- package/lib/cjs/appui-react/uistate/AppUiSettings.js +89 -89
- package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts +19 -19
- package/lib/cjs/appui-react/uistate/useUiStateStorage.js +38 -38
- package/lib/cjs/appui-react/uistate/useUiStateStorage.js.map +1 -1
- package/lib/cjs/appui-react/utils/InternalUiShowHideManager.d.ts +83 -83
- package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js +197 -197
- package/lib/cjs/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
- package/lib/cjs/appui-react/utils/PropsHelper.d.ts +21 -21
- package/lib/cjs/appui-react/utils/PropsHelper.d.ts.map +1 -1
- package/lib/cjs/appui-react/utils/PropsHelper.js +67 -67
- package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
- package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
- package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +60 -60
- package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
- package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +53 -53
- package/lib/cjs/appui-react/utils/UiShowHideManager.js +107 -107
- package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
- package/lib/cjs/appui-react/utils/ViewUtilities.d.ts +66 -66
- package/lib/cjs/appui-react/utils/ViewUtilities.js +98 -98
- package/lib/cjs/appui-react/utils/ViewUtilities.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Content.d.ts +6 -6
- package/lib/cjs/appui-react/widget-panels/Content.js +57 -58
- package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
- package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +18 -18
- package/lib/cjs/appui-react/widget-panels/FloatingWidget.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +125 -125
- package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.js +1082 -1091
- package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -19
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
- package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +38 -38
- package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts +8 -8
- package/lib/cjs/appui-react/widget-panels/StatusBar.js +28 -28
- package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/StatusBar.scss +10 -10
- package/lib/cjs/appui-react/widget-panels/Tab.d.ts +10 -10
- package/lib/cjs/appui-react/widget-panels/Tab.js +34 -34
- package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Tab.scss +14 -14
- package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts +37 -37
- package/lib/cjs/appui-react/widget-panels/ToolSettings.js +148 -156
- package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +41 -41
- package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts +7 -7
- package/lib/cjs/appui-react/widget-panels/Toolbars.js +23 -24
- package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Toolbars.scss +20 -20
- package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts +7 -7
- package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
- package/lib/cjs/appui-react/widget-panels/useTransientState.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +29 -29
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts +22 -22
- package/lib/cjs/appui-react/widgets/BackstageAppButton.js +51 -51
- package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
- package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +60 -60
- package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts +23 -23
- package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
- package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
- package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +48 -48
- package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +105 -105
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +8 -8
- package/lib/cjs/appui-react/widgets/StableWidgetDef.js +29 -29
- package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
- package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
- package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +42 -42
- package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +15 -15
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
- package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
- package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
- package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +36 -36
- package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/Widget.d.ts +38 -38
- package/lib/cjs/appui-react/widgets/Widget.js +9 -9
- package/lib/cjs/appui-react/widgets/Widget.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +15 -15
- package/lib/cjs/appui-react/widgets/WidgetConfig.js +9 -9
- package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetControl.d.ts +33 -33
- package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
- package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +170 -170
- package/lib/cjs/appui-react/widgets/WidgetDef.js +311 -311
- package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +41 -41
- package/lib/cjs/appui-react/widgets/WidgetHost.js +89 -90
- package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +55 -55
- package/lib/cjs/appui-react/widgets/WidgetManager.js +106 -106
- package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetState.d.ts +13 -13
- package/lib/cjs/appui-react/widgets/WidgetState.js +21 -21
- package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -1
- package/lib/cjs/appui-react.d.ts +341 -341
- package/lib/cjs/appui-react.js +362 -358
- package/lib/cjs/appui-react.js.map +1 -1
- package/lib/esm/appui-react/UiFramework.d.ts +269 -269
- package/lib/esm/appui-react/UiFramework.js +547 -550
- package/lib/esm/appui-react/UiFramework.js.map +1 -1
- package/lib/esm/appui-react/_variables.scss +11 -11
- package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
- package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
- package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +35 -35
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +14 -14
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +120 -120
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +55 -55
- package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
- package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
- package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
- package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +61 -60
- package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
- package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +8 -8
- package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
- package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +40 -39
- package/lib/esm/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
- package/lib/esm/appui-react/accudraw/Calculator.d.ts +46 -46
- package/lib/esm/appui-react/accudraw/Calculator.d.ts.map +1 -1
- package/lib/esm/appui-react/accudraw/Calculator.js +215 -214
- package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
- package/lib/esm/appui-react/accudraw/Calculator.scss +84 -84
- package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
- package/lib/esm/appui-react/accudraw/CalculatorEngine.js +191 -191
- package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
- package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
- package/lib/esm/appui-react/accudraw/CalculatorPopup.js +37 -37
- package/lib/esm/appui-react/accudraw/CalculatorPopup.js.map +1 -1
- package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
- package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +221 -220
- package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
- package/lib/esm/appui-react/accudraw/MenuButton.d.ts +30 -30
- package/lib/esm/appui-react/accudraw/MenuButton.js +63 -63
- package/lib/esm/appui-react/accudraw/MenuButton.js.map +1 -1
- package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -18
- package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
- package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
- package/lib/esm/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
- package/lib/esm/appui-react/accudraw/SquareButton.d.ts +14 -14
- package/lib/esm/appui-react/accudraw/SquareButton.js +22 -22
- package/lib/esm/appui-react/accudraw/SquareButton.js.map +1 -1
- package/lib/esm/appui-react/accudraw/SquareButton.scss +29 -29
- package/lib/esm/appui-react/accudraw/backspace.svg +9 -9
- package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -11
- package/lib/esm/appui-react/accudraw/height-2.svg +10 -10
- package/lib/esm/appui-react/accudraw/height.svg +11 -11
- package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +27 -27
- package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageComposer.js +134 -134
- package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +28 -28
- package/lib/esm/appui-react/backstage/BackstageComposerItem.js +48 -49
- package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageItem.d.ts +59 -59
- package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageItem.js +19 -19
- package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +13 -13
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +41 -41
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageItemsManager.d.ts +38 -38
- package/lib/esm/appui-react/backstage/BackstageItemsManager.js +125 -125
- package/lib/esm/appui-react/backstage/BackstageItemsManager.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageManager.d.ts +35 -35
- package/lib/esm/appui-react/backstage/BackstageManager.js +71 -71
- package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
- package/lib/esm/appui-react/backstage/InternalBackstageManager.d.ts +22 -22
- package/lib/esm/appui-react/backstage/InternalBackstageManager.js +51 -51
- package/lib/esm/appui-react/backstage/InternalBackstageManager.js.map +1 -1
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts +9 -9
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +28 -28
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +9 -9
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +37 -37
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
- package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +73 -73
- package/lib/esm/appui-react/childwindow/ChildWindowManager.js +102 -102
- package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
- package/lib/esm/appui-react/childwindow/CopyStyles.d.ts +7 -7
- package/lib/esm/appui-react/childwindow/CopyStyles.js +38 -38
- package/lib/esm/appui-react/childwindow/CopyStyles.js.map +1 -1
- package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts +71 -71
- package/lib/esm/appui-react/childwindow/InternalChildWindowManager.d.ts.map +1 -1
- package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js +224 -225
- package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
- package/lib/esm/appui-react/childwindow/InternalChildWindowManager.scss +14 -14
- package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +15 -15
- package/lib/esm/appui-react/childwindow/PopoutWidget.js +15 -15
- package/lib/esm/appui-react/childwindow/PopoutWidget.js.map +1 -1
- package/lib/esm/appui-react/childwindow/PopoutWidget.scss +10 -10
- package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts +29 -29
- package/lib/esm/appui-react/configurableui/ActivityTracker.js +67 -67
- package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +55 -55
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
- package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +89 -89
- package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +65 -65
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +88 -88
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
- package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.d.ts +81 -81
- package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js +149 -148
- package/lib/esm/appui-react/configurableui/InternalConfigurableUiManager.js.map +1 -1
- package/lib/esm/appui-react/configurableui/TimeTracker.d.ts +33 -33
- package/lib/esm/appui-react/configurableui/TimeTracker.js +76 -77
- package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
- package/lib/esm/appui-react/configurableui/configurableui.scss +74 -75
- package/lib/esm/appui-react/configurableui/state.d.ts +61 -61
- package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
- package/lib/esm/appui-react/configurableui/state.js +107 -107
- package/lib/esm/appui-react/configurableui/state.js.map +1 -1
- package/lib/esm/appui-react/content/ContentControl.d.ts +64 -64
- package/lib/esm/appui-react/content/ContentControl.js +72 -72
- package/lib/esm/appui-react/content/ContentControl.js.map +1 -1
- package/lib/esm/appui-react/content/ContentGroup.d.ts +93 -93
- package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
- package/lib/esm/appui-react/content/ContentGroup.js +170 -169
- package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
- package/lib/esm/appui-react/content/ContentLayout.d.ts +90 -90
- package/lib/esm/appui-react/content/ContentLayout.js +360 -365
- package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
- package/lib/esm/appui-react/content/ContentLayout.scss +99 -99
- package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +47 -47
- package/lib/esm/appui-react/content/ContentLayoutManager.js +64 -64
- package/lib/esm/appui-react/content/ContentLayoutManager.js.map +1 -1
- package/lib/esm/appui-react/content/ContentViewManager.d.ts +62 -62
- package/lib/esm/appui-react/content/ContentViewManager.js +91 -91
- package/lib/esm/appui-react/content/ContentViewManager.js.map +1 -1
- package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +22 -22
- package/lib/esm/appui-react/content/DefaultViewOverlay.js +45 -46
- package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
- package/lib/esm/appui-react/content/DefaultViewOverlay.scss +46 -46
- package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +31 -31
- package/lib/esm/appui-react/content/FloatingViewportContent.js +72 -73
- package/lib/esm/appui-react/content/FloatingViewportContent.js.map +1 -1
- package/lib/esm/appui-react/content/IModelViewport.d.ts +80 -80
- package/lib/esm/appui-react/content/IModelViewport.js +142 -145
- package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
- package/lib/esm/appui-react/content/InternalContentLayoutManager.d.ts +47 -47
- package/lib/esm/appui-react/content/InternalContentLayoutManager.js +91 -91
- package/lib/esm/appui-react/content/InternalContentLayoutManager.js.map +1 -1
- package/lib/esm/appui-react/content/InternalContentViewManager.d.ts +79 -79
- package/lib/esm/appui-react/content/InternalContentViewManager.js +206 -205
- package/lib/esm/appui-react/content/InternalContentViewManager.js.map +1 -1
- package/lib/esm/appui-react/content/StageContentLayout.d.ts +35 -35
- package/lib/esm/appui-react/content/StageContentLayout.js +62 -62
- package/lib/esm/appui-react/content/StageContentLayout.js.map +1 -1
- package/lib/esm/appui-react/content/ViewStateHelper.d.ts +25 -25
- package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
- package/lib/esm/appui-react/content/ViewStateHelper.js.map +1 -1
- package/lib/esm/appui-react/content/ViewportContentControl.d.ts +61 -61
- package/lib/esm/appui-react/content/ViewportContentControl.js +126 -126
- package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
- package/lib/esm/appui-react/content/split-pane/Pane.d.ts +20 -20
- package/lib/esm/appui-react/content/split-pane/Pane.js +38 -38
- package/lib/esm/appui-react/content/split-pane/Pane.js.map +1 -1
- package/lib/esm/appui-react/content/split-pane/Resizer.d.ts +22 -22
- package/lib/esm/appui-react/content/split-pane/Resizer.js +34 -34
- package/lib/esm/appui-react/content/split-pane/Resizer.js.map +1 -1
- package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts +69 -69
- package/lib/esm/appui-react/content/split-pane/SplitPane.js +234 -238
- package/lib/esm/appui-react/content/split-pane/SplitPane.js.map +1 -1
- package/lib/esm/appui-react/cursor/CursorInformation.d.ts +68 -68
- package/lib/esm/appui-react/cursor/CursorInformation.js +140 -139
- package/lib/esm/appui-react/cursor/CursorInformation.js.map +1 -1
- package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.d.ts +32 -32
- package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js +71 -72
- package/lib/esm/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +146 -145
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +319 -318
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
- package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
- package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js +60 -60
- package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
- package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
- package/lib/esm/appui-react/dialog/ContentDialog.d.ts +23 -23
- package/lib/esm/appui-react/dialog/ContentDialog.js +62 -65
- package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
- package/lib/esm/appui-react/dialog/ContentDialog.scss +25 -25
- package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +51 -51
- package/lib/esm/appui-react/dialog/ContentDialogManager.js +80 -80
- package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts +84 -84
- package/lib/esm/appui-react/dialog/DialogManagerBase.js +135 -135
- package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
- package/lib/esm/appui-react/dialog/InternalContentDialogManager.d.ts +47 -47
- package/lib/esm/appui-react/dialog/InternalContentDialogManager.js +128 -127
- package/lib/esm/appui-react/dialog/InternalContentDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/InternalModalDialogManager.d.ts +35 -35
- package/lib/esm/appui-react/dialog/InternalModalDialogManager.js +51 -50
- package/lib/esm/appui-react/dialog/InternalModalDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/InternalModelessDialogManager.d.ts +45 -45
- package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js +116 -115
- package/lib/esm/appui-react/dialog/InternalModelessDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +42 -42
- package/lib/esm/appui-react/dialog/ModalDialogManager.js +63 -63
- package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +21 -21
- package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
- package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
- package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +51 -51
- package/lib/esm/appui-react/dialog/ModelessDialogManager.js +80 -80
- package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +42 -42
- package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
- package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
- package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
- package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +77 -77
- package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
- package/lib/esm/appui-react/feedback/ElementTooltip.d.ts +61 -61
- package/lib/esm/appui-react/feedback/ElementTooltip.js +127 -126
- package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
- package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +73 -73
- package/lib/esm/appui-react/feedback/ValidationTextbox.js +111 -111
- package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
- package/lib/esm/appui-react/feedback/ValidationTextbox.scss +50 -51
- package/lib/esm/appui-react/framework/FrameworkBackstage.d.ts +43 -43
- package/lib/esm/appui-react/framework/FrameworkBackstage.js +8 -8
- package/lib/esm/appui-react/framework/FrameworkBackstage.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts +75 -75
- package/lib/esm/appui-react/framework/FrameworkChildWindows.d.ts.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkChildWindows.js +8 -8
- package/lib/esm/appui-react/framework/FrameworkChildWindows.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkContent.d.ts +154 -154
- package/lib/esm/appui-react/framework/FrameworkContent.js +24 -24
- package/lib/esm/appui-react/framework/FrameworkContent.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkControls.d.ts +42 -42
- package/lib/esm/appui-react/framework/FrameworkControls.js +1 -1
- package/lib/esm/appui-react/framework/FrameworkControls.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkDialogs.d.ts +78 -78
- package/lib/esm/appui-react/framework/FrameworkDialogs.js +18 -18
- package/lib/esm/appui-react/framework/FrameworkDialogs.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkFrontstages.d.ts +285 -285
- package/lib/esm/appui-react/framework/FrameworkFrontstages.js +52 -52
- package/lib/esm/appui-react/framework/FrameworkFrontstages.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.d.ts +99 -99
- package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js +1 -1
- package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkToolSettings.d.ts +51 -51
- package/lib/esm/appui-react/framework/FrameworkToolSettings.js +13 -13
- package/lib/esm/appui-react/framework/FrameworkToolSettings.js.map +1 -1
- package/lib/esm/appui-react/framework/FrameworkVisibility.d.ts +36 -36
- package/lib/esm/appui-react/framework/FrameworkVisibility.js +1 -1
- package/lib/esm/appui-react/framework/FrameworkVisibility.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
- package/lib/esm/appui-react/frontstage/FrontstageConfig.js +8 -8
- package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +205 -205
- package/lib/esm/appui-react/frontstage/FrontstageDef.js +817 -818
- package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +201 -201
- package/lib/esm/appui-react/frontstage/FrontstageManager.js +264 -264
- package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
- package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
- package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
- package/lib/esm/appui-react/frontstage/InternalFrontstageManager.d.ts +234 -234
- package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js +505 -504
- package/lib/esm/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
- package/lib/esm/appui-react/frontstage/ModalFrontstage.js +42 -42
- package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +80 -80
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +83 -83
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +11 -11
- package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts +13 -13
- package/lib/esm/appui-react/frontstage/NestedFrontstage.js +30 -29
- package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/StageUsage.d.ts +15 -15
- package/lib/esm/appui-react/frontstage/StageUsage.js +20 -20
- package/lib/esm/appui-react/frontstage/StageUsage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +73 -74
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
- package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
- package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +33 -33
- package/lib/esm/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
- package/lib/esm/appui-react/hooks/useActiveStageId.d.ts +7 -7
- package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
- package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
- package/lib/esm/appui-react/hooks/useActiveViewport.d.ts +8 -8
- package/lib/esm/appui-react/hooks/useActiveViewport.js +42 -42
- package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
- package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
- package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +63 -67
- package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js.map +1 -1
- package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.d.ts +8 -8
- package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +22 -22
- package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
- package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
- package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
- package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
- package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
- package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +63 -67
- package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js.map +1 -1
- package/lib/esm/appui-react/hooks/useSolarDataProvider.d.ts +9 -9
- package/lib/esm/appui-react/hooks/useSolarDataProvider.js +56 -61
- package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
- package/lib/esm/appui-react/hooks/useUiVisibility.d.ts +5 -5
- package/lib/esm/appui-react/hooks/useUiVisibility.js +22 -22
- package/lib/esm/appui-react/hooks/useUiVisibility.js.map +1 -1
- package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.d.ts +39 -39
- package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js +108 -107
- package/lib/esm/appui-react/keyboardshortcut/InternalKeyboardShortcut.js.map +1 -1
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +96 -96
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +224 -224
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +91 -90
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
- package/lib/esm/appui-react/messages/ActivityMessage.d.ts +9 -9
- package/lib/esm/appui-react/messages/ActivityMessage.js +73 -75
- package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
- package/lib/esm/appui-react/messages/AppNotificationManager.d.ts +74 -74
- package/lib/esm/appui-react/messages/AppNotificationManager.js +121 -121
- package/lib/esm/appui-react/messages/AppNotificationManager.js.map +1 -1
- package/lib/esm/appui-react/messages/HollowIcon.d.ts +9 -9
- package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
- package/lib/esm/appui-react/messages/HollowIcon.js.map +1 -1
- package/lib/esm/appui-react/messages/InputField.d.ts +37 -37
- package/lib/esm/appui-react/messages/InputField.js +88 -88
- package/lib/esm/appui-react/messages/InputField.js.map +1 -1
- package/lib/esm/appui-react/messages/InputField.scss +82 -82
- package/lib/esm/appui-react/messages/MessageLabel.d.ts +12 -12
- package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
- package/lib/esm/appui-react/messages/MessageLabel.js.map +1 -1
- package/lib/esm/appui-react/messages/MessageManager.d.ts +253 -253
- package/lib/esm/appui-react/messages/MessageManager.js +455 -454
- package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
- package/lib/esm/appui-react/messages/MessageSpan.d.ts +14 -14
- package/lib/esm/appui-react/messages/MessageSpan.js +17 -17
- package/lib/esm/appui-react/messages/MessageSpan.js.map +1 -1
- package/lib/esm/appui-react/messages/Pointer.d.ts +69 -69
- package/lib/esm/appui-react/messages/Pointer.js +169 -168
- package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
- package/lib/esm/appui-react/messages/Pointer.scss +42 -42
- package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
- package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts.map +1 -1
- package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +63 -63
- package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
- package/lib/esm/appui-react/messages/StatusMessageManager.d.ts +24 -24
- package/lib/esm/appui-react/messages/StatusMessageManager.js +51 -51
- package/lib/esm/appui-react/messages/StatusMessageManager.js.map +1 -1
- package/lib/esm/appui-react/messages/getToastCategory.d.ts +6 -6
- package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
- package/lib/esm/appui-react/messages/getToastCategory.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +23 -22
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
- package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +23 -22
- package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
- package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +29 -29
- package/lib/esm/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +183 -182
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +67 -67
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +145 -144
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +109 -108
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
- package/lib/esm/appui-react/pickers/ListPicker.d.ts +111 -111
- package/lib/esm/appui-react/pickers/ListPicker.js +188 -188
- package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/esm/appui-react/pickers/ListPicker.scss +299 -299
- package/lib/esm/appui-react/pickers/ViewSelector.d.ts +90 -90
- package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
- package/lib/esm/appui-react/pickers/ViewSelector.js +248 -247
- package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
- package/lib/esm/appui-react/popup/CardPopup.d.ts +48 -48
- package/lib/esm/appui-react/popup/CardPopup.js +84 -84
- package/lib/esm/appui-react/popup/CardPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/CardPopup.scss +25 -25
- package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts +30 -30
- package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
- package/lib/esm/appui-react/popup/HTMLElementPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/InputEditorPopup.d.ts +38 -38
- package/lib/esm/appui-react/popup/InputEditorPopup.js +52 -52
- package/lib/esm/appui-react/popup/InputEditorPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
- package/lib/esm/appui-react/popup/KeyinPalettePanel.js +247 -248
- package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
- package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -30
- package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
- package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
- package/lib/esm/appui-react/popup/KeyinPalettePopup.js.map +1 -1
- package/lib/esm/appui-react/popup/PopupManager.d.ts +105 -105
- package/lib/esm/appui-react/popup/PopupManager.d.ts.map +1 -1
- package/lib/esm/appui-react/popup/PopupManager.js +225 -225
- package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
- package/lib/esm/appui-react/popup/PositionPopup.d.ts +28 -28
- package/lib/esm/appui-react/popup/PositionPopup.js +43 -43
- package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/PositionPopup.scss +28 -28
- package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
- package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
- package/lib/esm/appui-react/popup/ToolSettingsPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/ToolbarPopup.d.ts +35 -35
- package/lib/esm/appui-react/popup/ToolbarPopup.js +55 -55
- package/lib/esm/appui-react/popup/ToolbarPopup.js.map +1 -1
- package/lib/esm/appui-react/redux/FrameworkState.d.ts +22 -22
- package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
- package/lib/esm/appui-react/redux/FrameworkState.js.map +1 -1
- package/lib/esm/appui-react/redux/ReducerRegistry.d.ts +36 -36
- package/lib/esm/appui-react/redux/ReducerRegistry.js +56 -56
- package/lib/esm/appui-react/redux/ReducerRegistry.js.map +1 -1
- package/lib/esm/appui-react/redux/SessionState.d.ts +103 -103
- package/lib/esm/appui-react/redux/SessionState.d.ts.map +1 -1
- package/lib/esm/appui-react/redux/SessionState.js +126 -126
- package/lib/esm/appui-react/redux/SessionState.js.map +1 -1
- package/lib/esm/appui-react/redux/StateManager.d.ts +43 -43
- package/lib/esm/appui-react/redux/StateManager.js +94 -93
- package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
- package/lib/esm/appui-react/redux/connectIModel.d.ts +26 -26
- package/lib/esm/appui-react/redux/connectIModel.js +89 -89
- package/lib/esm/appui-react/redux/connectIModel.js.map +1 -1
- package/lib/esm/appui-react/redux/redux-ts.d.ts +197 -197
- package/lib/esm/appui-react/redux/redux-ts.d.ts.map +1 -1
- package/lib/esm/appui-react/redux/redux-ts.js +32 -32
- package/lib/esm/appui-react/redux/redux-ts.js.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +10 -10
- package/lib/esm/appui-react/safearea/SafeAreaContext.js +13 -13
- package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.js +11 -11
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
- package/lib/esm/appui-react/safearea/SafeAreaInsets.js +18 -18
- package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
- package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +265 -265
- package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +545 -543
- package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js.map +1 -1
- package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts +54 -54
- package/lib/esm/appui-react/selection/SelectionContextItemDef.js +197 -197
- package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +195 -195
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
- package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
- package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
- package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +187 -187
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +65 -65
- package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
- package/lib/esm/appui-react/shared/ActionButtonItemDef.js +45 -44
- package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/AnyItemDef.d.ts +11 -11
- package/lib/esm/appui-react/shared/AnyItemDef.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/AnyItemDef.js +8 -8
- package/lib/esm/appui-react/shared/AnyItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
- package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +8 -8
- package/lib/esm/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/CommandItemDef.d.ts +16 -16
- package/lib/esm/appui-react/shared/CommandItemDef.js +32 -31
- package/lib/esm/appui-react/shared/CommandItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/CustomItemDef.d.ts +17 -17
- package/lib/esm/appui-react/shared/CustomItemDef.js +29 -28
- package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/CustomItemProps.d.ts +12 -12
- package/lib/esm/appui-react/shared/CustomItemProps.js +8 -8
- package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/GroupItemProps.d.ts +19 -19
- package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
- package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemDefBase.d.ts +58 -58
- package/lib/esm/appui-react/shared/ItemDefBase.js +74 -74
- package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemMap.d.ts +21 -21
- package/lib/esm/appui-react/shared/ItemMap.js +46 -46
- package/lib/esm/appui-react/shared/ItemMap.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemProps.d.ts +48 -48
- package/lib/esm/appui-react/shared/ItemProps.js +8 -8
- package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/MenuItem.d.ts +36 -36
- package/lib/esm/appui-react/shared/MenuItem.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/MenuItem.js +107 -107
- package/lib/esm/appui-react/shared/MenuItem.js.map +1 -1
- package/lib/esm/appui-react/shared/SelectionScope.d.ts +13 -13
- package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
- package/lib/esm/appui-react/shared/SelectionScope.js.map +1 -1
- package/lib/esm/appui-react/shared/ToolItemDef.d.ts +17 -17
- package/lib/esm/appui-react/shared/ToolItemDef.js +35 -35
- package/lib/esm/appui-react/shared/ToolItemDef.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +8 -8
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +292 -292
- package/lib/esm/appui-react/stagepanels/StagePanelDef.js +210 -212
- package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +12 -12
- package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +17 -17
- package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts +10 -10
- package/lib/esm/appui-react/stagepanels/StagePanelSection.js +15 -15
- package/lib/esm/appui-react/stagepanels/StagePanelSection.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Field.d.ts +22 -0
- package/lib/esm/appui-react/statusbar/Field.d.ts.map +1 -0
- package/lib/esm/appui-react/statusbar/Field.js +23 -0
- package/lib/esm/appui-react/statusbar/Field.js.map +1 -0
- package/lib/esm/appui-react/statusbar/{Indicator.scss → Field.scss} +109 -109
- package/lib/esm/appui-react/statusbar/Indicator.d.ts +24 -25
- package/lib/esm/appui-react/statusbar/Indicator.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/Indicator.js +24 -31
- package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts +23 -23
- package/lib/esm/appui-react/statusbar/LabelIndicator.js +24 -24
- package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/LabelIndicator.scss +43 -43
- package/lib/esm/appui-react/statusbar/Overflow.d.ts +19 -19
- package/lib/esm/appui-react/statusbar/Overflow.js +26 -26
- package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Overflow.scss +27 -27
- package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts +20 -20
- package/lib/esm/appui-react/statusbar/OverflowPanel.js +18 -18
- package/lib/esm/appui-react/statusbar/OverflowPanel.js.map +1 -1
- package/lib/esm/appui-react/statusbar/OverflowPanel.scss +22 -22
- package/lib/esm/appui-react/statusbar/Popup.d.ts +10 -0
- package/lib/esm/appui-react/statusbar/Popup.d.ts.map +1 -0
- package/lib/esm/appui-react/statusbar/Popup.js +16 -0
- package/lib/esm/appui-react/statusbar/Popup.js.map +1 -0
- package/lib/esm/appui-react/statusbar/Separator.d.ts +10 -10
- package/lib/esm/appui-react/statusbar/Separator.js +17 -17
- package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Separator.scss +12 -12
- package/lib/esm/appui-react/statusbar/StatusBar.d.ts +77 -63
- package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBar.js +135 -122
- package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBar.scss +41 -41
- package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
- package/lib/esm/appui-react/statusbar/StatusBarComposer.js +276 -276
- package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +98 -98
- package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItem.js +55 -55
- package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -23
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +57 -57
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +39 -39
- package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +130 -130
- package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +19 -19
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/Button.d.ts +20 -20
- package/lib/esm/appui-react/statusbar/dialog/Button.js +15 -15
- package/lib/esm/appui-react/statusbar/dialog/Button.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
- package/lib/esm/appui-react/statusbar/dialog/Dialog.js +26 -26
- package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +15 -15
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
- package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts +9 -9
- package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +28 -28
- package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +9 -9
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +46 -46
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
- package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +9 -9
- package/lib/esm/appui-react/statusfields/ActivityCenter.js +57 -57
- package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
- package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +46 -46
- package/lib/esm/appui-react/statusfields/MessageCenter.js +122 -122
- package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SectionsField.d.ts +16 -16
- package/lib/esm/appui-react/statusfields/SectionsField.js +76 -76
- package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SectionsField.scss +35 -35
- package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +26 -26
- package/lib/esm/appui-react/statusfields/SelectionInfo.js +45 -45
- package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionInfo.scss +14 -14
- package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +37 -37
- package/lib/esm/appui-react/statusfields/SelectionScope.js +63 -63
- package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionScope.scss +46 -46
- package/lib/esm/appui-react/statusfields/SnapMode.d.ts +43 -43
- package/lib/esm/appui-react/statusfields/SnapMode.js +123 -123
- package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
- package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +30 -30
- package/lib/esm/appui-react/statusfields/ViewAttributes.js +89 -89
- package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
- package/lib/esm/appui-react/statusfields/ViewAttributes.scss +10 -14
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +87 -87
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +440 -439
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +78 -78
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +185 -184
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
- package/lib/esm/appui-react/theme/ThemeManager.d.ts +55 -55
- package/lib/esm/appui-react/theme/ThemeManager.js +92 -93
- package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
- package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
- package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +48 -48
- package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
- package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
- package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
- package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
- package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
- package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +61 -61
- package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
- package/lib/esm/appui-react/toolbar/DragInteraction.d.ts +8 -8
- package/lib/esm/appui-react/toolbar/DragInteraction.js +12 -12
- package/lib/esm/appui-react/toolbar/DragInteraction.js.map +1 -1
- package/lib/esm/appui-react/toolbar/GroupItem.d.ts +37 -37
- package/lib/esm/appui-react/toolbar/GroupItem.js +73 -72
- package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
- package/lib/esm/appui-react/toolbar/ToolbarComposer.js +217 -217
- package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +22 -22
- package/lib/esm/appui-react/toolbar/ToolbarHelper.js +124 -124
- package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +103 -103
- package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarItem.js +45 -45
- package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts +15 -15
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +49 -49
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarItemsManager.d.ts +45 -45
- package/lib/esm/appui-react/toolbar/ToolbarItemsManager.js +243 -243
- package/lib/esm/appui-react/toolbar/ToolbarItemsManager.js.map +1 -1
- package/lib/esm/appui-react/toolbar/toUIAToolbarItem.d.ts +7 -7
- package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js +21 -21
- package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js.map +1 -1
- package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts +9 -9
- package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +28 -28
- package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +9 -9
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +44 -44
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
- package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
- package/lib/esm/appui-react/tools/CoreToolDefinitions.js +361 -368
- package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
- package/lib/esm/appui-react/tools/FrameworkToolAdmin.d.ts +11 -11
- package/lib/esm/appui-react/tools/FrameworkToolAdmin.js +26 -26
- package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
- package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
- package/lib/esm/appui-react/tools/KeyinPaletteTools.js +29 -28
- package/lib/esm/appui-react/tools/KeyinPaletteTools.js.map +1 -1
- package/lib/esm/appui-react/tools/OpenSettingsTool.d.ts +16 -16
- package/lib/esm/appui-react/tools/OpenSettingsTool.js +31 -30
- package/lib/esm/appui-react/tools/OpenSettingsTool.js.map +1 -1
- package/lib/esm/appui-react/tools/RestoreLayoutTool.d.ts +26 -26
- package/lib/esm/appui-react/tools/RestoreLayoutTool.js +59 -57
- package/lib/esm/appui-react/tools/RestoreLayoutTool.js.map +1 -1
- package/lib/esm/appui-react/tools/ToolSettingsTools.d.ts +22 -22
- package/lib/esm/appui-react/tools/ToolSettingsTools.js +43 -41
- package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts +25 -25
- package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js +69 -68
- package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.d.ts +49 -49
- package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js +120 -119
- package/lib/esm/appui-react/toolsettings/InternalToolSettingsManager.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts +14 -14
- package/lib/esm/appui-react/toolsettings/ToolInformation.js +39 -39
- package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts +43 -43
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +59 -59
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.js +34 -34
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +27 -27
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js +69 -69
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts +9 -9
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.js +8 -8
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +64 -64
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +43 -43
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +38 -38
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +81 -83
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +25 -25
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +37 -37
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +34 -34
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +48 -48
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts +25 -25
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +37 -37
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +32 -32
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +57 -58
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts +91 -91
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +168 -173
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts +26 -26
- package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js +8 -8
- package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/isProviderItem.d.ts +6 -6
- package/lib/esm/appui-react/ui-items-provider/isProviderItem.js +11 -11
- package/lib/esm/appui-react/ui-items-provider/isProviderItem.js.map +1 -1
- package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
- package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +340 -340
- package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
- package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
- package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +202 -202
- package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +47 -47
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +212 -212
- package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +49 -49
- package/lib/esm/appui-react/uistate/AppUiSettings.js +86 -85
- package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts +19 -19
- package/lib/esm/appui-react/uistate/useUiStateStorage.js +33 -33
- package/lib/esm/appui-react/uistate/useUiStateStorage.js.map +1 -1
- package/lib/esm/appui-react/utils/InternalUiShowHideManager.d.ts +83 -83
- package/lib/esm/appui-react/utils/InternalUiShowHideManager.js +194 -192
- package/lib/esm/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
- package/lib/esm/appui-react/utils/PropsHelper.d.ts +21 -21
- package/lib/esm/appui-react/utils/PropsHelper.d.ts.map +1 -1
- package/lib/esm/appui-react/utils/PropsHelper.js +63 -63
- package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
- package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
- package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +56 -56
- package/lib/esm/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
- package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +53 -53
- package/lib/esm/appui-react/utils/UiShowHideManager.js +104 -104
- package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
- package/lib/esm/appui-react/utils/ViewUtilities.d.ts +66 -66
- package/lib/esm/appui-react/utils/ViewUtilities.js +94 -94
- package/lib/esm/appui-react/utils/ViewUtilities.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Content.d.ts +6 -6
- package/lib/esm/appui-react/widget-panels/Content.js +52 -53
- package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
- package/lib/esm/appui-react/widget-panels/FloatingWidget.js +14 -14
- package/lib/esm/appui-react/widget-panels/FloatingWidget.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +125 -125
- package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.js +1050 -1059
- package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -19
- package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
- package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
- package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
- package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +33 -33
- package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/StatusBar.d.ts +8 -8
- package/lib/esm/appui-react/widget-panels/StatusBar.js +24 -24
- package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/StatusBar.scss +10 -10
- package/lib/esm/appui-react/widget-panels/Tab.d.ts +10 -10
- package/lib/esm/appui-react/widget-panels/Tab.js +29 -29
- package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Tab.scss +14 -14
- package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts +37 -37
- package/lib/esm/appui-react/widget-panels/ToolSettings.js +138 -146
- package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/ToolSettings.scss +41 -41
- package/lib/esm/appui-react/widget-panels/Toolbars.d.ts +7 -7
- package/lib/esm/appui-react/widget-panels/Toolbars.js +19 -20
- package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Toolbars.scss +20 -20
- package/lib/esm/appui-react/widget-panels/useTransientState.d.ts +7 -7
- package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
- package/lib/esm/appui-react/widget-panels/useTransientState.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +25 -25
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
- package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts +22 -22
- package/lib/esm/appui-react/widgets/BackstageAppButton.js +47 -47
- package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
- package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
- package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +56 -56
- package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
- package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts +23 -23
- package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
- package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
- package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
- package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +44 -44
- package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +100 -100
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +8 -8
- package/lib/esm/appui-react/widgets/StableWidgetDef.js +25 -25
- package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
- package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
- package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +39 -38
- package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
- package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
- package/lib/esm/appui-react/widgets/ToolSettingsContent.js +12 -12
- package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
- package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
- package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
- package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
- package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +32 -32
- package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/Widget.d.ts +38 -38
- package/lib/esm/appui-react/widgets/Widget.js +8 -8
- package/lib/esm/appui-react/widgets/Widget.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +15 -15
- package/lib/esm/appui-react/widgets/WidgetConfig.js +8 -8
- package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetControl.d.ts +33 -33
- package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
- package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetDef.d.ts +170 -170
- package/lib/esm/appui-react/widgets/WidgetDef.js +307 -306
- package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetHost.d.ts +41 -41
- package/lib/esm/appui-react/widgets/WidgetHost.js +85 -86
- package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetManager.d.ts +55 -55
- package/lib/esm/appui-react/widgets/WidgetManager.js +101 -101
- package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetState.d.ts +13 -13
- package/lib/esm/appui-react/widgets/WidgetState.js +18 -18
- package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -1
- package/lib/esm/appui-react.d.ts +341 -341
- package/lib/esm/appui-react.js +346 -346
- package/lib/esm/appui-react.js.map +1 -1
- package/lib/public/locales/en/UiFramework.json +381 -381
- package/package.json +27 -27
|
@@ -1,826 +1,825 @@
|
|
|
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 Frontstage
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.useSpecificWidgetDef = exports.useActiveFrontstageDef = exports.useActiveFrontstageId = exports.FrontstageDef = void 0;
|
|
11
|
-
// cSpell:ignore popout
|
|
12
|
-
const React = require("react");
|
|
13
|
-
const core_frontend_1 = require("@itwin/core-frontend");
|
|
14
|
-
const appui_abstract_1 = require("@itwin/appui-abstract");
|
|
15
|
-
const core_react_1 = require("@itwin/core-react");
|
|
16
|
-
const appui_layout_react_1 = require("@itwin/appui-layout-react");
|
|
17
|
-
const ContentGroup_1 = require("../content/ContentGroup");
|
|
18
|
-
const StagePanelDef_1 = require("../stagepanels/StagePanelDef");
|
|
19
|
-
const UiFramework_1 = require("../UiFramework");
|
|
20
|
-
const WidgetDef_1 = require("../widgets/WidgetDef");
|
|
21
|
-
const TimeTracker_1 = require("../configurableui/TimeTracker");
|
|
22
|
-
const PopoutWidget_1 = require("../childwindow/PopoutWidget");
|
|
23
|
-
const Frontstage_1 = require("../widget-panels/Frontstage");
|
|
24
|
-
const core_bentley_1 = require("@itwin/core-bentley");
|
|
25
|
-
const StageUsage_1 = require("./StageUsage");
|
|
26
|
-
const StagePanelLocation_1 = require("../stagepanels/StagePanelLocation");
|
|
27
|
-
const WidgetState_1 = require("../widgets/WidgetState");
|
|
28
|
-
const InternalFrontstageManager_1 = require("./InternalFrontstageManager");
|
|
29
|
-
const InternalContentDialogManager_1 = require("../dialog/InternalContentDialogManager");
|
|
30
|
-
/** FrontstageDef class provides an API for a Frontstage.
|
|
31
|
-
* @public
|
|
32
|
-
*/
|
|
33
|
-
class FrontstageDef {
|
|
34
|
-
constructor() {
|
|
35
|
-
this._id = "";
|
|
36
|
-
this._isStageClosing = false;
|
|
37
|
-
this._isReady = false;
|
|
38
|
-
this._isApplicationClosing = false;
|
|
39
|
-
this._version = 0;
|
|
40
|
-
this._timeTracker = new TimeTracker_1.TimeTracker();
|
|
41
|
-
}
|
|
42
|
-
get id() { return this._id; }
|
|
43
|
-
get usage() { return this._usage !== undefined ? this._usage : StageUsage_1.StageUsage.General; }
|
|
44
|
-
get version() { return this._version; }
|
|
45
|
-
get contentGroupProvider() { return this._contentGroupProvider; }
|
|
46
|
-
get floatingContentControls() { return this._floatingContentControls; }
|
|
47
|
-
get toolSettings() { return this._toolSettings; }
|
|
48
|
-
get statusBar() { return this._statusBar; }
|
|
49
|
-
get contentManipulation() { return this._contentManipulation; }
|
|
50
|
-
get viewNavigation() { return this._viewNavigation; }
|
|
51
|
-
get topPanel() { return this._topPanel; }
|
|
52
|
-
get leftPanel() { return this._leftPanel; }
|
|
53
|
-
get rightPanel() { return this._rightPanel; }
|
|
54
|
-
get bottomPanel() { return this._bottomPanel; }
|
|
55
|
-
get contentLayoutDef() { return this._contentLayoutDef; }
|
|
56
|
-
get contentGroup() { return this._contentGroup; }
|
|
57
|
-
get frontstageProvider() { return this._frontstageProvider; }
|
|
58
|
-
toStagePanelLocation(side) {
|
|
59
|
-
switch (side) {
|
|
60
|
-
case "bottom":
|
|
61
|
-
return StagePanelLocation_1.StagePanelLocation.Bottom;
|
|
62
|
-
case "left":
|
|
63
|
-
return StagePanelLocation_1.StagePanelLocation.Left;
|
|
64
|
-
case "right":
|
|
65
|
-
return StagePanelLocation_1.StagePanelLocation.Right;
|
|
66
|
-
case "top":
|
|
67
|
-
return StagePanelLocation_1.StagePanelLocation.Top;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
populateStateMaps(nineZone, panelMap, widgetMap) {
|
|
71
|
-
for (const panelSide of appui_layout_react_1.panelSides) {
|
|
72
|
-
const panel = nineZone.panels[panelSide];
|
|
73
|
-
const location = this.toStagePanelLocation(panelSide);
|
|
74
|
-
const panelDef = this.getStagePanelDef(location);
|
|
75
|
-
if (panelDef) {
|
|
76
|
-
const panelState = panel.collapsed ? StagePanelDef_1.StagePanelState.Minimized : StagePanelDef_1.StagePanelState.Open;
|
|
77
|
-
panelMap.set(panelDef, panelState);
|
|
78
|
-
}
|
|
79
|
-
for (const widgetId of panel.widgets) {
|
|
80
|
-
const widget = nineZone.widgets[widgetId];
|
|
81
|
-
// istanbul ignore else
|
|
82
|
-
if (widget) {
|
|
83
|
-
for (const tabId of widget.tabs) {
|
|
84
|
-
const widgetDef = this.findWidgetDef(tabId);
|
|
85
|
-
if (widgetDef) {
|
|
86
|
-
let widgetState = WidgetState_1.WidgetState.Open;
|
|
87
|
-
if (widget.minimized || tabId !== widget.activeTabId)
|
|
88
|
-
widgetState = WidgetState_1.WidgetState.Closed;
|
|
89
|
-
widgetMap.set(widgetDef, widgetState);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
// istanbul ignore next
|
|
96
|
-
for (const widgetId of nineZone.floatingWidgets.allIds) {
|
|
97
|
-
const widget = nineZone.widgets[widgetId];
|
|
98
|
-
if (widget) {
|
|
99
|
-
for (const tabId of widget.tabs) {
|
|
100
|
-
const widgetDef = this.findWidgetDef(tabId);
|
|
101
|
-
if (widgetDef) {
|
|
102
|
-
let widgetState = WidgetState_1.WidgetState.Open;
|
|
103
|
-
if (widget.minimized || tabId !== widget.activeTabId)
|
|
104
|
-
widgetState = WidgetState_1.WidgetState.Closed;
|
|
105
|
-
widgetMap.set(widgetDef, widgetState);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
triggerStateChangeEventForWidgetsAndPanels(state) {
|
|
112
|
-
// istanbul ignore else
|
|
113
|
-
if (!(this._isStageClosing || this._isApplicationClosing)) {
|
|
114
|
-
if (state) {
|
|
115
|
-
const originalPanelStateMap = new Map();
|
|
116
|
-
const originalWidgetStateMap = new Map();
|
|
117
|
-
const newPanelStateMap = new Map();
|
|
118
|
-
const newWidgetStateMap = new Map();
|
|
119
|
-
this._nineZoneState && this.populateStateMaps(this._nineZoneState, originalPanelStateMap, originalWidgetStateMap);
|
|
120
|
-
this.populateStateMaps(state, newPanelStateMap, newWidgetStateMap);
|
|
121
|
-
// set internal state value before triggering events
|
|
122
|
-
this._nineZoneState = state;
|
|
123
|
-
// now walk and trigger set state events
|
|
124
|
-
newWidgetStateMap.forEach((stateValue, widgetDef) => {
|
|
125
|
-
const originalState = originalWidgetStateMap.get(widgetDef);
|
|
126
|
-
if (originalState !== stateValue) {
|
|
127
|
-
UiFramework_1.UiFramework.frontstages.onWidgetStateChangedEvent.emit({ widgetDef, widgetState: stateValue });
|
|
128
|
-
widgetDef.onWidgetStateChanged();
|
|
129
|
-
}
|
|
130
|
-
});
|
|
131
|
-
newPanelStateMap.forEach((stateValue, panelDef) => {
|
|
132
|
-
const originalState = originalPanelStateMap.get(panelDef);
|
|
133
|
-
if (originalState !== stateValue) {
|
|
134
|
-
UiFramework_1.UiFramework.frontstages.onPanelStateChangedEvent.emit({
|
|
135
|
-
panelDef,
|
|
136
|
-
panelState: stateValue,
|
|
137
|
-
});
|
|
138
|
-
}
|
|
139
|
-
});
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
this._nineZoneState = state;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
/** @internal */
|
|
147
|
-
get nineZoneState() { return this._nineZoneState; }
|
|
148
|
-
set nineZoneState(state) {
|
|
149
|
-
if (this._nineZoneState === state)
|
|
150
|
-
return;
|
|
151
|
-
if (!this._nineZoneState) {
|
|
152
|
-
this._nineZoneState = state;
|
|
153
|
-
}
|
|
154
|
-
else {
|
|
155
|
-
this.triggerStateChangeEventForWidgetsAndPanels(state);
|
|
156
|
-
}
|
|
157
|
-
// istanbul ignore next - don't trigger any side effects until stage "isReady"
|
|
158
|
-
if (!(this._isStageClosing || this._isApplicationClosing) || this.isReady) {
|
|
159
|
-
InternalFrontstageManager_1.InternalFrontstageManager.onFrontstageNineZoneStateChangedEvent.emit({
|
|
160
|
-
frontstageDef: this,
|
|
161
|
-
state,
|
|
162
|
-
});
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
/** @internal */
|
|
166
|
-
get savedWidgetDefs() { return this._savedWidgetDefs; }
|
|
167
|
-
set savedWidgetDefs(widgets) {
|
|
168
|
-
this._savedWidgetDefs = widgets;
|
|
169
|
-
}
|
|
170
|
-
/** @internal */
|
|
171
|
-
get timeTracker() { return this._timeTracker; }
|
|
172
|
-
/** Created a [[FrontstageDef]] and initialize it */
|
|
173
|
-
static async create(provider) {
|
|
174
|
-
const def = new FrontstageDef();
|
|
175
|
-
def._frontstageProvider = provider;
|
|
176
|
-
const config = provider.frontstageConfig();
|
|
177
|
-
await def.initializeFromConfig(config);
|
|
178
|
-
return def;
|
|
179
|
-
}
|
|
180
|
-
/** Handles when the Frontstage becomes activated */
|
|
181
|
-
async _onActivated() { }
|
|
182
|
-
/** Handles when the Frontstage becomes activated */
|
|
183
|
-
async onActivated() {
|
|
184
|
-
this.updateWidgetDefs();
|
|
185
|
-
const provider = this._contentGroupProvider;
|
|
186
|
-
if (provider && this._initialConfig) {
|
|
187
|
-
this._contentGroup = await provider.contentGroup(this._initialConfig);
|
|
188
|
-
}
|
|
189
|
-
// istanbul ignore next
|
|
190
|
-
if (!this._contentGroup)
|
|
191
|
-
throw new appui_abstract_1.UiError(UiFramework_1.UiFramework.loggerCategory(this), `onActivated: Content Group not defined`);
|
|
192
|
-
this._contentLayoutDef = UiFramework_1.UiFramework.content.layouts.getForGroup(this._contentGroup);
|
|
193
|
-
UiFramework_1.UiFramework.frontstages.onContentLayoutActivatedEvent.emit({ contentLayout: this._contentLayoutDef, contentGroup: this._contentGroup });
|
|
194
|
-
this._timeTracker.startTiming();
|
|
195
|
-
await this._onActivated();
|
|
196
|
-
}
|
|
197
|
-
/** Handles when the Frontstage becomes inactive */
|
|
198
|
-
async _onDeactivated() { }
|
|
199
|
-
/** Handles when the Frontstage becomes inactive */
|
|
200
|
-
async onDeactivated() {
|
|
201
|
-
for (const control of this._widgetControls) {
|
|
202
|
-
control.onFrontstageDeactivated();
|
|
203
|
-
}
|
|
204
|
-
for (const control of this.contentControls) {
|
|
205
|
-
control.onFrontstageDeactivated();
|
|
206
|
-
}
|
|
207
|
-
// istanbul ignore else
|
|
208
|
-
if (this.contentGroup)
|
|
209
|
-
this.contentGroup.onFrontstageDeactivated();
|
|
210
|
-
// istanbul ignore next
|
|
211
|
-
if (this.contentGroupProvider)
|
|
212
|
-
await this.contentGroupProvider.onFrontstageDeactivated();
|
|
213
|
-
this._timeTracker.stopTiming();
|
|
214
|
-
this._isStageClosing = true; // this keeps widgets in child windows from automatically re-docking
|
|
215
|
-
UiFramework_1.UiFramework.childWindows.closeAll();
|
|
216
|
-
if (this._floatingContentControls) {
|
|
217
|
-
InternalContentDialogManager_1.InternalContentDialogManager.closeAll();
|
|
218
|
-
this._floatingContentControls = undefined;
|
|
219
|
-
}
|
|
220
|
-
await this._onDeactivated();
|
|
221
|
-
this._isStageClosing = false;
|
|
222
|
-
}
|
|
223
|
-
/** @internal */
|
|
224
|
-
setIsApplicationClosing(value) {
|
|
225
|
-
this._isApplicationClosing = value;
|
|
226
|
-
}
|
|
227
|
-
/** Returns once the contained widgets and content controls are ready to use */
|
|
228
|
-
async waitUntilReady() {
|
|
229
|
-
this._isReady = false;
|
|
230
|
-
// create an array of control-ready promises
|
|
231
|
-
const controlReadyPromises = new Array();
|
|
232
|
-
this._widgetControls.forEach((control) => {
|
|
233
|
-
controlReadyPromises.push(control.isReady);
|
|
234
|
-
});
|
|
235
|
-
// istanbul ignore else
|
|
236
|
-
if (this.contentLayoutDef) {
|
|
237
|
-
const usedContentIndexes = this.contentLayoutDef.getUsedContentIndexes();
|
|
238
|
-
this.contentControls.forEach((control, index) => {
|
|
239
|
-
// istanbul ignore else
|
|
240
|
-
if (usedContentIndexes.includes(index))
|
|
241
|
-
controlReadyPromises.push(control.isReady);
|
|
242
|
-
});
|
|
243
|
-
}
|
|
244
|
-
await Promise.all(controlReadyPromises);
|
|
245
|
-
// Frontstage ready
|
|
246
|
-
this._isReady = true;
|
|
247
|
-
}
|
|
248
|
-
/** Handles when the Frontstage becomes active */
|
|
249
|
-
_onFrontstageReady() { }
|
|
250
|
-
/** Handles when the Frontstage becomes active */
|
|
251
|
-
onFrontstageReady() {
|
|
252
|
-
for (const control of this._widgetControls) {
|
|
253
|
-
control.onFrontstageReady();
|
|
254
|
-
}
|
|
255
|
-
for (const control of this.contentControls) {
|
|
256
|
-
control.onFrontstageReady();
|
|
257
|
-
}
|
|
258
|
-
// istanbul ignore else
|
|
259
|
-
if (this.contentGroup)
|
|
260
|
-
this.contentGroup.onFrontstageReady();
|
|
261
|
-
this._onFrontstageReady();
|
|
262
|
-
}
|
|
263
|
-
/** Sets the Content Layout and Content Group */
|
|
264
|
-
setContentLayoutAndGroup(contentLayoutDef, contentGroup) {
|
|
265
|
-
this._contentLayoutDef = contentLayoutDef;
|
|
266
|
-
this._contentGroup = contentGroup;
|
|
267
|
-
}
|
|
268
|
-
/** Sets the active view content control to the default or first */
|
|
269
|
-
async setActiveContent() {
|
|
270
|
-
let contentControl;
|
|
271
|
-
let activated = false;
|
|
272
|
-
// istanbul ignore else
|
|
273
|
-
if (!contentControl && this.contentControls.length >= 0) {
|
|
274
|
-
contentControl = this.contentControls[0];
|
|
275
|
-
}
|
|
276
|
-
if (contentControl) {
|
|
277
|
-
UiFramework_1.UiFramework.content.setActive(contentControl.reactNode, true);
|
|
278
|
-
if (contentControl.viewport) {
|
|
279
|
-
const status = await core_frontend_1.IModelApp.viewManager.setSelectedView(contentControl.viewport);
|
|
280
|
-
activated = status === core_bentley_1.BentleyStatus.SUCCESS;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
return activated;
|
|
284
|
-
}
|
|
285
|
-
/** Sets the active view content control */
|
|
286
|
-
setActiveView(newContent, oldContent) {
|
|
287
|
-
if (oldContent)
|
|
288
|
-
oldContent.onDeactivated();
|
|
289
|
-
newContent.onActivated();
|
|
290
|
-
UiFramework_1.UiFramework.frontstages.onContentControlActivatedEvent.emit({ activeContentControl: newContent, oldContentControl: oldContent });
|
|
291
|
-
}
|
|
292
|
-
/** Sets the active view content control based on the selected viewport. */
|
|
293
|
-
setActiveViewFromViewport(viewport) {
|
|
294
|
-
const contentControl = this.contentControls.find((control) => control.viewport === viewport);
|
|
295
|
-
// istanbul ignore else
|
|
296
|
-
if (contentControl) {
|
|
297
|
-
UiFramework_1.UiFramework.content.setActive(contentControl.reactNode, true);
|
|
298
|
-
return true;
|
|
299
|
-
}
|
|
300
|
-
// istanbul ignore next
|
|
301
|
-
return false;
|
|
302
|
-
}
|
|
303
|
-
/** Gets a [[StagePanelDef]] based on a given panel location
|
|
304
|
-
* @beta
|
|
305
|
-
*/
|
|
306
|
-
getStagePanelDef(location) {
|
|
307
|
-
let panelDef;
|
|
308
|
-
switch (location) {
|
|
309
|
-
case StagePanelLocation_1.StagePanelLocation.Top:
|
|
310
|
-
panelDef = this.topPanel;
|
|
311
|
-
break;
|
|
312
|
-
case StagePanelLocation_1.StagePanelLocation.Left:
|
|
313
|
-
panelDef = this.leftPanel;
|
|
314
|
-
break;
|
|
315
|
-
case StagePanelLocation_1.StagePanelLocation.Right:
|
|
316
|
-
panelDef = this.rightPanel;
|
|
317
|
-
break;
|
|
318
|
-
case StagePanelLocation_1.StagePanelLocation.Bottom:
|
|
319
|
-
panelDef = this.bottomPanel;
|
|
320
|
-
break;
|
|
321
|
-
}
|
|
322
|
-
// Panels can be undefined in a Frontstage
|
|
323
|
-
return panelDef;
|
|
324
|
-
}
|
|
325
|
-
/** Gets a list of [[StagePanelDef]]s
|
|
326
|
-
* @beta
|
|
327
|
-
*/
|
|
328
|
-
get panelDefs() {
|
|
329
|
-
const locations = [
|
|
330
|
-
StagePanelLocation_1.StagePanelLocation.Left, StagePanelLocation_1.StagePanelLocation.Right,
|
|
331
|
-
StagePanelLocation_1.StagePanelLocation.Top, StagePanelLocation_1.StagePanelLocation.Bottom,
|
|
332
|
-
];
|
|
333
|
-
const panels = [];
|
|
334
|
-
locations.forEach((location) => {
|
|
335
|
-
const panel = this.getStagePanelDef(location);
|
|
336
|
-
if (panel)
|
|
337
|
-
panels.push(panel);
|
|
338
|
-
});
|
|
339
|
-
return panels;
|
|
340
|
-
}
|
|
341
|
-
/** Finds a [[WidgetDef]] based on a given id */
|
|
342
|
-
findWidgetDef(id) {
|
|
343
|
-
for (const widgetDef of this.widgetDefs) {
|
|
344
|
-
if (widgetDef.id === id)
|
|
345
|
-
return widgetDef;
|
|
346
|
-
}
|
|
347
|
-
return undefined;
|
|
348
|
-
}
|
|
349
|
-
/** Gets the list of [[WidgetControl]]s */
|
|
350
|
-
get _widgetControls() {
|
|
351
|
-
const widgetControls = new Array();
|
|
352
|
-
this.panelDefs.forEach((panelDef) => {
|
|
353
|
-
panelDef.widgetDefs.forEach((widgetDef) => {
|
|
354
|
-
const widgetControl = widgetDef.widgetControl;
|
|
355
|
-
// istanbul ignore if
|
|
356
|
-
if (widgetControl)
|
|
357
|
-
widgetControls.push(widgetControl);
|
|
358
|
-
});
|
|
359
|
-
});
|
|
360
|
-
return widgetControls;
|
|
361
|
-
}
|
|
362
|
-
addFloatingContentControl(contentControl) {
|
|
363
|
-
// istanbul ignore next
|
|
364
|
-
if (!contentControl)
|
|
365
|
-
return;
|
|
366
|
-
if (!this._floatingContentControls)
|
|
367
|
-
this._floatingContentControls = new Array();
|
|
368
|
-
this._floatingContentControls.push(contentControl);
|
|
369
|
-
UiFramework_1.UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });
|
|
370
|
-
}
|
|
371
|
-
dropFloatingContentControl(contentControl) {
|
|
372
|
-
// istanbul ignore next
|
|
373
|
-
if (!contentControl || !this._floatingContentControls)
|
|
374
|
-
return;
|
|
375
|
-
const index = this._floatingContentControls.indexOf(contentControl);
|
|
376
|
-
// istanbul ignore else
|
|
377
|
-
if (index > -1) {
|
|
378
|
-
this._floatingContentControls.splice(index, 1);
|
|
379
|
-
UiFramework_1.UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
/** Gets the list of [[ContentControl]]s */
|
|
383
|
-
get contentControls() {
|
|
384
|
-
const contentControls = new Array();
|
|
385
|
-
// istanbul ignore else
|
|
386
|
-
if (this.contentGroup) {
|
|
387
|
-
contentControls.push(...this.contentGroup.getContentControls());
|
|
388
|
-
}
|
|
389
|
-
if (this._floatingContentControls) {
|
|
390
|
-
contentControls.push(...this._floatingContentControls);
|
|
391
|
-
}
|
|
392
|
-
return contentControls;
|
|
393
|
-
}
|
|
394
|
-
/** Initializes a FrontstageDef from FrontstageConfig.
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
async initializeFromConfig(config) {
|
|
398
|
-
this._id = config.id;
|
|
399
|
-
this._initialConfig = config;
|
|
400
|
-
if (config.contentGroup instanceof ContentGroup_1.ContentGroupProvider) {
|
|
401
|
-
this._contentGroupProvider = config.contentGroup;
|
|
402
|
-
}
|
|
403
|
-
else {
|
|
404
|
-
this._contentGroup = config.contentGroup;
|
|
405
|
-
}
|
|
406
|
-
this._usage = config.usage;
|
|
407
|
-
this._version = config.version;
|
|
408
|
-
this._toolSettings = createWidgetDef(config.toolSettings, WidgetDef_1.WidgetType.ToolSettings);
|
|
409
|
-
this._statusBar = createWidgetDef(config.statusBar, WidgetDef_1.WidgetType.StatusBar);
|
|
410
|
-
this._contentManipulation = createWidgetDef(config.contentManipulation, WidgetDef_1.WidgetType.Tool);
|
|
411
|
-
this._viewNavigation = createWidgetDef(config.viewNavigation, WidgetDef_1.WidgetType.Navigation);
|
|
412
|
-
this._topPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Top);
|
|
413
|
-
this._leftPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Left);
|
|
414
|
-
this._rightPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Right);
|
|
415
|
-
this._bottomPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Bottom);
|
|
416
|
-
}
|
|
417
|
-
/** @internal */
|
|
418
|
-
updateWidgetDefs() {
|
|
419
|
-
// Tracks provided widgets to prevent duplicates.
|
|
420
|
-
const allStageWidgetDefs = [];
|
|
421
|
-
// Process panels before zones so extension can explicitly target a widget for a StagePanelSection
|
|
422
|
-
this.panelDefs.forEach((stagePanelDef) => {
|
|
423
|
-
stagePanelDef.updateDynamicWidgetDefs(this.id, this.usage, stagePanelDef.location, undefined, allStageWidgetDefs);
|
|
424
|
-
});
|
|
425
|
-
}
|
|
426
|
-
/** @beta */
|
|
427
|
-
restoreLayout() {
|
|
428
|
-
for (const panelDef of this.panelDefs) {
|
|
429
|
-
panelDef.size = panelDef.defaultSize;
|
|
430
|
-
panelDef.panelState = panelDef.defaultState;
|
|
431
|
-
}
|
|
432
|
-
for (const widgetDef of this.widgetDefs) {
|
|
433
|
-
widgetDef.setWidgetState(widgetDef.defaultState);
|
|
434
|
-
}
|
|
435
|
-
InternalFrontstageManager_1.InternalFrontstageManager.onFrontstageRestoreLayoutEvent.emit({ frontstageDef: this });
|
|
436
|
-
}
|
|
437
|
-
/** Used only in UI 2.0 to determine WidgetState from NinezoneState
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
getWidgetCurrentState(widgetDef) {
|
|
441
|
-
// istanbul ignore else
|
|
442
|
-
if (this.nineZoneState) {
|
|
443
|
-
const location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetDef.id);
|
|
444
|
-
// istanbul ignore next
|
|
445
|
-
if (!location)
|
|
446
|
-
return WidgetState_1.WidgetState.Hidden;
|
|
447
|
-
if ((0, appui_layout_react_1.isFloatingTabLocation)(location)) {
|
|
448
|
-
const floatingWidget = this.nineZoneState.floatingWidgets.byId[location.floatingWidgetId];
|
|
449
|
-
if (floatingWidget && floatingWidget.hidden)
|
|
450
|
-
return WidgetState_1.WidgetState.Hidden;
|
|
451
|
-
else
|
|
452
|
-
return WidgetState_1.WidgetState.Floating;
|
|
453
|
-
}
|
|
454
|
-
let collapsedPanel = false;
|
|
455
|
-
// istanbul ignore else
|
|
456
|
-
if ("side" in location) {
|
|
457
|
-
const panel = this.nineZoneState.panels[location.side];
|
|
458
|
-
collapsedPanel = panel.collapsed || undefined === panel.size || 0 === panel.size;
|
|
459
|
-
}
|
|
460
|
-
const widgetContainer = this.nineZoneState.widgets[location.widgetId];
|
|
461
|
-
if (widgetDef.id === widgetContainer.activeTabId && !collapsedPanel)
|
|
462
|
-
return WidgetState_1.WidgetState.Open;
|
|
463
|
-
else
|
|
464
|
-
return WidgetState_1.WidgetState.Closed;
|
|
465
|
-
}
|
|
466
|
-
return widgetDef.defaultState;
|
|
467
|
-
}
|
|
468
|
-
/** Used only in UI 2.0 to determine StagePanelState and size from NinezoneState
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
|
-
getPanelCurrentState(panelDef) {
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
const
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
*
|
|
505
|
-
* @param
|
|
506
|
-
* @param
|
|
507
|
-
*
|
|
508
|
-
*
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
* @
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
const
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
const
|
|
575
|
-
|
|
576
|
-
//
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
const
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
const
|
|
586
|
-
const
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
*
|
|
597
|
-
* @param
|
|
598
|
-
* @param
|
|
599
|
-
*
|
|
600
|
-
*
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
location
|
|
627
|
-
|
|
628
|
-
const
|
|
629
|
-
const
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
const
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
const
|
|
659
|
-
const
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
const
|
|
664
|
-
const
|
|
665
|
-
const
|
|
666
|
-
const
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
*
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
//
|
|
678
|
-
//
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
*
|
|
688
|
-
*
|
|
689
|
-
* @
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
const
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
const
|
|
782
|
-
|
|
783
|
-
panelDef
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
const
|
|
802
|
-
const
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
exports.useSpecificWidgetDef = useSpecificWidgetDef;
|
|
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 Frontstage
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.useSpecificWidgetDef = exports.useActiveFrontstageDef = exports.useActiveFrontstageId = exports.FrontstageDef = void 0;
|
|
11
|
+
// cSpell:ignore popout
|
|
12
|
+
const React = require("react");
|
|
13
|
+
const core_frontend_1 = require("@itwin/core-frontend");
|
|
14
|
+
const appui_abstract_1 = require("@itwin/appui-abstract");
|
|
15
|
+
const core_react_1 = require("@itwin/core-react");
|
|
16
|
+
const appui_layout_react_1 = require("@itwin/appui-layout-react");
|
|
17
|
+
const ContentGroup_1 = require("../content/ContentGroup");
|
|
18
|
+
const StagePanelDef_1 = require("../stagepanels/StagePanelDef");
|
|
19
|
+
const UiFramework_1 = require("../UiFramework");
|
|
20
|
+
const WidgetDef_1 = require("../widgets/WidgetDef");
|
|
21
|
+
const TimeTracker_1 = require("../configurableui/TimeTracker");
|
|
22
|
+
const PopoutWidget_1 = require("../childwindow/PopoutWidget");
|
|
23
|
+
const Frontstage_1 = require("../widget-panels/Frontstage");
|
|
24
|
+
const core_bentley_1 = require("@itwin/core-bentley");
|
|
25
|
+
const StageUsage_1 = require("./StageUsage");
|
|
26
|
+
const StagePanelLocation_1 = require("../stagepanels/StagePanelLocation");
|
|
27
|
+
const WidgetState_1 = require("../widgets/WidgetState");
|
|
28
|
+
const InternalFrontstageManager_1 = require("./InternalFrontstageManager");
|
|
29
|
+
const InternalContentDialogManager_1 = require("../dialog/InternalContentDialogManager");
|
|
30
|
+
/** FrontstageDef class provides an API for a Frontstage.
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
class FrontstageDef {
|
|
34
|
+
constructor() {
|
|
35
|
+
this._id = "";
|
|
36
|
+
this._isStageClosing = false;
|
|
37
|
+
this._isReady = false;
|
|
38
|
+
this._isApplicationClosing = false;
|
|
39
|
+
this._version = 0;
|
|
40
|
+
this._timeTracker = new TimeTracker_1.TimeTracker();
|
|
41
|
+
}
|
|
42
|
+
get id() { return this._id; }
|
|
43
|
+
get usage() { return this._usage !== undefined ? this._usage : StageUsage_1.StageUsage.General; }
|
|
44
|
+
get version() { return this._version; }
|
|
45
|
+
get contentGroupProvider() { return this._contentGroupProvider; }
|
|
46
|
+
get floatingContentControls() { return this._floatingContentControls; }
|
|
47
|
+
get toolSettings() { return this._toolSettings; }
|
|
48
|
+
get statusBar() { return this._statusBar; }
|
|
49
|
+
get contentManipulation() { return this._contentManipulation; }
|
|
50
|
+
get viewNavigation() { return this._viewNavigation; }
|
|
51
|
+
get topPanel() { return this._topPanel; }
|
|
52
|
+
get leftPanel() { return this._leftPanel; }
|
|
53
|
+
get rightPanel() { return this._rightPanel; }
|
|
54
|
+
get bottomPanel() { return this._bottomPanel; }
|
|
55
|
+
get contentLayoutDef() { return this._contentLayoutDef; }
|
|
56
|
+
get contentGroup() { return this._contentGroup; }
|
|
57
|
+
get frontstageProvider() { return this._frontstageProvider; }
|
|
58
|
+
toStagePanelLocation(side) {
|
|
59
|
+
switch (side) {
|
|
60
|
+
case "bottom":
|
|
61
|
+
return StagePanelLocation_1.StagePanelLocation.Bottom;
|
|
62
|
+
case "left":
|
|
63
|
+
return StagePanelLocation_1.StagePanelLocation.Left;
|
|
64
|
+
case "right":
|
|
65
|
+
return StagePanelLocation_1.StagePanelLocation.Right;
|
|
66
|
+
case "top":
|
|
67
|
+
return StagePanelLocation_1.StagePanelLocation.Top;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
populateStateMaps(nineZone, panelMap, widgetMap) {
|
|
71
|
+
for (const panelSide of appui_layout_react_1.panelSides) {
|
|
72
|
+
const panel = nineZone.panels[panelSide];
|
|
73
|
+
const location = this.toStagePanelLocation(panelSide);
|
|
74
|
+
const panelDef = this.getStagePanelDef(location);
|
|
75
|
+
if (panelDef) {
|
|
76
|
+
const panelState = panel.collapsed ? StagePanelDef_1.StagePanelState.Minimized : StagePanelDef_1.StagePanelState.Open;
|
|
77
|
+
panelMap.set(panelDef, panelState);
|
|
78
|
+
}
|
|
79
|
+
for (const widgetId of panel.widgets) {
|
|
80
|
+
const widget = nineZone.widgets[widgetId];
|
|
81
|
+
// istanbul ignore else
|
|
82
|
+
if (widget) {
|
|
83
|
+
for (const tabId of widget.tabs) {
|
|
84
|
+
const widgetDef = this.findWidgetDef(tabId);
|
|
85
|
+
if (widgetDef) {
|
|
86
|
+
let widgetState = WidgetState_1.WidgetState.Open;
|
|
87
|
+
if (widget.minimized || tabId !== widget.activeTabId)
|
|
88
|
+
widgetState = WidgetState_1.WidgetState.Closed;
|
|
89
|
+
widgetMap.set(widgetDef, widgetState);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
// istanbul ignore next
|
|
96
|
+
for (const widgetId of nineZone.floatingWidgets.allIds) {
|
|
97
|
+
const widget = nineZone.widgets[widgetId];
|
|
98
|
+
if (widget) {
|
|
99
|
+
for (const tabId of widget.tabs) {
|
|
100
|
+
const widgetDef = this.findWidgetDef(tabId);
|
|
101
|
+
if (widgetDef) {
|
|
102
|
+
let widgetState = WidgetState_1.WidgetState.Open;
|
|
103
|
+
if (widget.minimized || tabId !== widget.activeTabId)
|
|
104
|
+
widgetState = WidgetState_1.WidgetState.Closed;
|
|
105
|
+
widgetMap.set(widgetDef, widgetState);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
triggerStateChangeEventForWidgetsAndPanels(state) {
|
|
112
|
+
// istanbul ignore else
|
|
113
|
+
if (!(this._isStageClosing || this._isApplicationClosing)) {
|
|
114
|
+
if (state) {
|
|
115
|
+
const originalPanelStateMap = new Map();
|
|
116
|
+
const originalWidgetStateMap = new Map();
|
|
117
|
+
const newPanelStateMap = new Map();
|
|
118
|
+
const newWidgetStateMap = new Map();
|
|
119
|
+
this._nineZoneState && this.populateStateMaps(this._nineZoneState, originalPanelStateMap, originalWidgetStateMap);
|
|
120
|
+
this.populateStateMaps(state, newPanelStateMap, newWidgetStateMap);
|
|
121
|
+
// set internal state value before triggering events
|
|
122
|
+
this._nineZoneState = state;
|
|
123
|
+
// now walk and trigger set state events
|
|
124
|
+
newWidgetStateMap.forEach((stateValue, widgetDef) => {
|
|
125
|
+
const originalState = originalWidgetStateMap.get(widgetDef);
|
|
126
|
+
if (originalState !== stateValue) {
|
|
127
|
+
UiFramework_1.UiFramework.frontstages.onWidgetStateChangedEvent.emit({ widgetDef, widgetState: stateValue });
|
|
128
|
+
widgetDef.onWidgetStateChanged();
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
newPanelStateMap.forEach((stateValue, panelDef) => {
|
|
132
|
+
const originalState = originalPanelStateMap.get(panelDef);
|
|
133
|
+
if (originalState !== stateValue) {
|
|
134
|
+
UiFramework_1.UiFramework.frontstages.onPanelStateChangedEvent.emit({
|
|
135
|
+
panelDef,
|
|
136
|
+
panelState: stateValue,
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
this._nineZoneState = state;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
/** @internal */
|
|
147
|
+
get nineZoneState() { return this._nineZoneState; }
|
|
148
|
+
set nineZoneState(state) {
|
|
149
|
+
if (this._nineZoneState === state)
|
|
150
|
+
return;
|
|
151
|
+
if (!this._nineZoneState) {
|
|
152
|
+
this._nineZoneState = state;
|
|
153
|
+
}
|
|
154
|
+
else {
|
|
155
|
+
this.triggerStateChangeEventForWidgetsAndPanels(state);
|
|
156
|
+
}
|
|
157
|
+
// istanbul ignore next - don't trigger any side effects until stage "isReady"
|
|
158
|
+
if (!(this._isStageClosing || this._isApplicationClosing) || this.isReady) {
|
|
159
|
+
InternalFrontstageManager_1.InternalFrontstageManager.onFrontstageNineZoneStateChangedEvent.emit({
|
|
160
|
+
frontstageDef: this,
|
|
161
|
+
state,
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
/** @internal */
|
|
166
|
+
get savedWidgetDefs() { return this._savedWidgetDefs; }
|
|
167
|
+
set savedWidgetDefs(widgets) {
|
|
168
|
+
this._savedWidgetDefs = widgets;
|
|
169
|
+
}
|
|
170
|
+
/** @internal */
|
|
171
|
+
get timeTracker() { return this._timeTracker; }
|
|
172
|
+
/** Created a [[FrontstageDef]] and initialize it */
|
|
173
|
+
static async create(provider) {
|
|
174
|
+
const def = new FrontstageDef();
|
|
175
|
+
def._frontstageProvider = provider;
|
|
176
|
+
const config = provider.frontstageConfig();
|
|
177
|
+
await def.initializeFromConfig(config);
|
|
178
|
+
return def;
|
|
179
|
+
}
|
|
180
|
+
/** Handles when the Frontstage becomes activated */
|
|
181
|
+
async _onActivated() { }
|
|
182
|
+
/** Handles when the Frontstage becomes activated */
|
|
183
|
+
async onActivated() {
|
|
184
|
+
this.updateWidgetDefs();
|
|
185
|
+
const provider = this._contentGroupProvider;
|
|
186
|
+
if (provider && this._initialConfig) {
|
|
187
|
+
this._contentGroup = await provider.contentGroup(this._initialConfig);
|
|
188
|
+
}
|
|
189
|
+
// istanbul ignore next
|
|
190
|
+
if (!this._contentGroup)
|
|
191
|
+
throw new appui_abstract_1.UiError(UiFramework_1.UiFramework.loggerCategory(this), `onActivated: Content Group not defined`);
|
|
192
|
+
this._contentLayoutDef = UiFramework_1.UiFramework.content.layouts.getForGroup(this._contentGroup);
|
|
193
|
+
UiFramework_1.UiFramework.frontstages.onContentLayoutActivatedEvent.emit({ contentLayout: this._contentLayoutDef, contentGroup: this._contentGroup });
|
|
194
|
+
this._timeTracker.startTiming();
|
|
195
|
+
await this._onActivated();
|
|
196
|
+
}
|
|
197
|
+
/** Handles when the Frontstage becomes inactive */
|
|
198
|
+
async _onDeactivated() { }
|
|
199
|
+
/** Handles when the Frontstage becomes inactive */
|
|
200
|
+
async onDeactivated() {
|
|
201
|
+
for (const control of this._widgetControls) {
|
|
202
|
+
control.onFrontstageDeactivated();
|
|
203
|
+
}
|
|
204
|
+
for (const control of this.contentControls) {
|
|
205
|
+
control.onFrontstageDeactivated();
|
|
206
|
+
}
|
|
207
|
+
// istanbul ignore else
|
|
208
|
+
if (this.contentGroup)
|
|
209
|
+
this.contentGroup.onFrontstageDeactivated();
|
|
210
|
+
// istanbul ignore next
|
|
211
|
+
if (this.contentGroupProvider)
|
|
212
|
+
await this.contentGroupProvider.onFrontstageDeactivated();
|
|
213
|
+
this._timeTracker.stopTiming();
|
|
214
|
+
this._isStageClosing = true; // this keeps widgets in child windows from automatically re-docking
|
|
215
|
+
UiFramework_1.UiFramework.childWindows.closeAll();
|
|
216
|
+
if (this._floatingContentControls) {
|
|
217
|
+
InternalContentDialogManager_1.InternalContentDialogManager.closeAll();
|
|
218
|
+
this._floatingContentControls = undefined;
|
|
219
|
+
}
|
|
220
|
+
await this._onDeactivated();
|
|
221
|
+
this._isStageClosing = false;
|
|
222
|
+
}
|
|
223
|
+
/** @internal */
|
|
224
|
+
setIsApplicationClosing(value) {
|
|
225
|
+
this._isApplicationClosing = value;
|
|
226
|
+
}
|
|
227
|
+
/** Returns once the contained widgets and content controls are ready to use */
|
|
228
|
+
async waitUntilReady() {
|
|
229
|
+
this._isReady = false;
|
|
230
|
+
// create an array of control-ready promises
|
|
231
|
+
const controlReadyPromises = new Array();
|
|
232
|
+
this._widgetControls.forEach((control) => {
|
|
233
|
+
controlReadyPromises.push(control.isReady);
|
|
234
|
+
});
|
|
235
|
+
// istanbul ignore else
|
|
236
|
+
if (this.contentLayoutDef) {
|
|
237
|
+
const usedContentIndexes = this.contentLayoutDef.getUsedContentIndexes();
|
|
238
|
+
this.contentControls.forEach((control, index) => {
|
|
239
|
+
// istanbul ignore else
|
|
240
|
+
if (usedContentIndexes.includes(index))
|
|
241
|
+
controlReadyPromises.push(control.isReady);
|
|
242
|
+
});
|
|
243
|
+
}
|
|
244
|
+
await Promise.all(controlReadyPromises);
|
|
245
|
+
// Frontstage ready
|
|
246
|
+
this._isReady = true;
|
|
247
|
+
}
|
|
248
|
+
/** Handles when the Frontstage becomes active */
|
|
249
|
+
_onFrontstageReady() { }
|
|
250
|
+
/** Handles when the Frontstage becomes active */
|
|
251
|
+
onFrontstageReady() {
|
|
252
|
+
for (const control of this._widgetControls) {
|
|
253
|
+
control.onFrontstageReady();
|
|
254
|
+
}
|
|
255
|
+
for (const control of this.contentControls) {
|
|
256
|
+
control.onFrontstageReady();
|
|
257
|
+
}
|
|
258
|
+
// istanbul ignore else
|
|
259
|
+
if (this.contentGroup)
|
|
260
|
+
this.contentGroup.onFrontstageReady();
|
|
261
|
+
this._onFrontstageReady();
|
|
262
|
+
}
|
|
263
|
+
/** Sets the Content Layout and Content Group */
|
|
264
|
+
setContentLayoutAndGroup(contentLayoutDef, contentGroup) {
|
|
265
|
+
this._contentLayoutDef = contentLayoutDef;
|
|
266
|
+
this._contentGroup = contentGroup;
|
|
267
|
+
}
|
|
268
|
+
/** Sets the active view content control to the default or first */
|
|
269
|
+
async setActiveContent() {
|
|
270
|
+
let contentControl;
|
|
271
|
+
let activated = false;
|
|
272
|
+
// istanbul ignore else
|
|
273
|
+
if (!contentControl && this.contentControls.length >= 0) {
|
|
274
|
+
contentControl = this.contentControls[0];
|
|
275
|
+
}
|
|
276
|
+
if (contentControl) {
|
|
277
|
+
UiFramework_1.UiFramework.content.setActive(contentControl.reactNode, true);
|
|
278
|
+
if (contentControl.viewport) {
|
|
279
|
+
const status = await core_frontend_1.IModelApp.viewManager.setSelectedView(contentControl.viewport);
|
|
280
|
+
activated = status === core_bentley_1.BentleyStatus.SUCCESS;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
return activated;
|
|
284
|
+
}
|
|
285
|
+
/** Sets the active view content control */
|
|
286
|
+
setActiveView(newContent, oldContent) {
|
|
287
|
+
if (oldContent)
|
|
288
|
+
oldContent.onDeactivated();
|
|
289
|
+
newContent.onActivated();
|
|
290
|
+
UiFramework_1.UiFramework.frontstages.onContentControlActivatedEvent.emit({ activeContentControl: newContent, oldContentControl: oldContent });
|
|
291
|
+
}
|
|
292
|
+
/** Sets the active view content control based on the selected viewport. */
|
|
293
|
+
setActiveViewFromViewport(viewport) {
|
|
294
|
+
const contentControl = this.contentControls.find((control) => control.viewport === viewport);
|
|
295
|
+
// istanbul ignore else
|
|
296
|
+
if (contentControl) {
|
|
297
|
+
UiFramework_1.UiFramework.content.setActive(contentControl.reactNode, true);
|
|
298
|
+
return true;
|
|
299
|
+
}
|
|
300
|
+
// istanbul ignore next
|
|
301
|
+
return false;
|
|
302
|
+
}
|
|
303
|
+
/** Gets a [[StagePanelDef]] based on a given panel location
|
|
304
|
+
* @beta
|
|
305
|
+
*/
|
|
306
|
+
getStagePanelDef(location) {
|
|
307
|
+
let panelDef;
|
|
308
|
+
switch (location) {
|
|
309
|
+
case StagePanelLocation_1.StagePanelLocation.Top:
|
|
310
|
+
panelDef = this.topPanel;
|
|
311
|
+
break;
|
|
312
|
+
case StagePanelLocation_1.StagePanelLocation.Left:
|
|
313
|
+
panelDef = this.leftPanel;
|
|
314
|
+
break;
|
|
315
|
+
case StagePanelLocation_1.StagePanelLocation.Right:
|
|
316
|
+
panelDef = this.rightPanel;
|
|
317
|
+
break;
|
|
318
|
+
case StagePanelLocation_1.StagePanelLocation.Bottom:
|
|
319
|
+
panelDef = this.bottomPanel;
|
|
320
|
+
break;
|
|
321
|
+
}
|
|
322
|
+
// Panels can be undefined in a Frontstage
|
|
323
|
+
return panelDef;
|
|
324
|
+
}
|
|
325
|
+
/** Gets a list of [[StagePanelDef]]s
|
|
326
|
+
* @beta
|
|
327
|
+
*/
|
|
328
|
+
get panelDefs() {
|
|
329
|
+
const locations = [
|
|
330
|
+
StagePanelLocation_1.StagePanelLocation.Left, StagePanelLocation_1.StagePanelLocation.Right,
|
|
331
|
+
StagePanelLocation_1.StagePanelLocation.Top, StagePanelLocation_1.StagePanelLocation.Bottom,
|
|
332
|
+
];
|
|
333
|
+
const panels = [];
|
|
334
|
+
locations.forEach((location) => {
|
|
335
|
+
const panel = this.getStagePanelDef(location);
|
|
336
|
+
if (panel)
|
|
337
|
+
panels.push(panel);
|
|
338
|
+
});
|
|
339
|
+
return panels;
|
|
340
|
+
}
|
|
341
|
+
/** Finds a [[WidgetDef]] based on a given id */
|
|
342
|
+
findWidgetDef(id) {
|
|
343
|
+
for (const widgetDef of this.widgetDefs) {
|
|
344
|
+
if (widgetDef.id === id)
|
|
345
|
+
return widgetDef;
|
|
346
|
+
}
|
|
347
|
+
return undefined;
|
|
348
|
+
}
|
|
349
|
+
/** Gets the list of [[WidgetControl]]s */
|
|
350
|
+
get _widgetControls() {
|
|
351
|
+
const widgetControls = new Array();
|
|
352
|
+
this.panelDefs.forEach((panelDef) => {
|
|
353
|
+
panelDef.widgetDefs.forEach((widgetDef) => {
|
|
354
|
+
const widgetControl = widgetDef.widgetControl;
|
|
355
|
+
// istanbul ignore if
|
|
356
|
+
if (widgetControl)
|
|
357
|
+
widgetControls.push(widgetControl);
|
|
358
|
+
});
|
|
359
|
+
});
|
|
360
|
+
return widgetControls;
|
|
361
|
+
}
|
|
362
|
+
addFloatingContentControl(contentControl) {
|
|
363
|
+
// istanbul ignore next
|
|
364
|
+
if (!contentControl)
|
|
365
|
+
return;
|
|
366
|
+
if (!this._floatingContentControls)
|
|
367
|
+
this._floatingContentControls = new Array();
|
|
368
|
+
this._floatingContentControls.push(contentControl);
|
|
369
|
+
UiFramework_1.UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });
|
|
370
|
+
}
|
|
371
|
+
dropFloatingContentControl(contentControl) {
|
|
372
|
+
// istanbul ignore next
|
|
373
|
+
if (!contentControl || !this._floatingContentControls)
|
|
374
|
+
return;
|
|
375
|
+
const index = this._floatingContentControls.indexOf(contentControl);
|
|
376
|
+
// istanbul ignore else
|
|
377
|
+
if (index > -1) {
|
|
378
|
+
this._floatingContentControls.splice(index, 1);
|
|
379
|
+
UiFramework_1.UiFramework.content.onAvailableContentChangedEvent.emit({ contentId: contentControl.uniqueId });
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
/** Gets the list of [[ContentControl]]s */
|
|
383
|
+
get contentControls() {
|
|
384
|
+
const contentControls = new Array();
|
|
385
|
+
// istanbul ignore else
|
|
386
|
+
if (this.contentGroup) {
|
|
387
|
+
contentControls.push(...this.contentGroup.getContentControls());
|
|
388
|
+
}
|
|
389
|
+
if (this._floatingContentControls) {
|
|
390
|
+
contentControls.push(...this._floatingContentControls);
|
|
391
|
+
}
|
|
392
|
+
return contentControls;
|
|
393
|
+
}
|
|
394
|
+
/** Initializes a FrontstageDef from FrontstageConfig.
|
|
395
|
+
* @internal
|
|
396
|
+
*/
|
|
397
|
+
async initializeFromConfig(config) {
|
|
398
|
+
this._id = config.id;
|
|
399
|
+
this._initialConfig = config;
|
|
400
|
+
if (config.contentGroup instanceof ContentGroup_1.ContentGroupProvider) {
|
|
401
|
+
this._contentGroupProvider = config.contentGroup;
|
|
402
|
+
}
|
|
403
|
+
else {
|
|
404
|
+
this._contentGroup = config.contentGroup;
|
|
405
|
+
}
|
|
406
|
+
this._usage = config.usage;
|
|
407
|
+
this._version = config.version;
|
|
408
|
+
this._toolSettings = createWidgetDef(config.toolSettings, WidgetDef_1.WidgetType.ToolSettings);
|
|
409
|
+
this._statusBar = createWidgetDef(config.statusBar, WidgetDef_1.WidgetType.StatusBar);
|
|
410
|
+
this._contentManipulation = createWidgetDef(config.contentManipulation, WidgetDef_1.WidgetType.Tool);
|
|
411
|
+
this._viewNavigation = createWidgetDef(config.viewNavigation, WidgetDef_1.WidgetType.Navigation);
|
|
412
|
+
this._topPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Top);
|
|
413
|
+
this._leftPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Left);
|
|
414
|
+
this._rightPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Right);
|
|
415
|
+
this._bottomPanel = createStagePanelDef(config, StagePanelLocation_1.StagePanelLocation.Bottom);
|
|
416
|
+
}
|
|
417
|
+
/** @internal */
|
|
418
|
+
updateWidgetDefs() {
|
|
419
|
+
// Tracks provided widgets to prevent duplicates.
|
|
420
|
+
const allStageWidgetDefs = [];
|
|
421
|
+
// Process panels before zones so extension can explicitly target a widget for a StagePanelSection
|
|
422
|
+
this.panelDefs.forEach((stagePanelDef) => {
|
|
423
|
+
stagePanelDef.updateDynamicWidgetDefs(this.id, this.usage, stagePanelDef.location, undefined, allStageWidgetDefs);
|
|
424
|
+
});
|
|
425
|
+
}
|
|
426
|
+
/** @beta */
|
|
427
|
+
restoreLayout() {
|
|
428
|
+
for (const panelDef of this.panelDefs) {
|
|
429
|
+
panelDef.size = panelDef.defaultSize;
|
|
430
|
+
panelDef.panelState = panelDef.defaultState;
|
|
431
|
+
}
|
|
432
|
+
for (const widgetDef of this.widgetDefs) {
|
|
433
|
+
widgetDef.setWidgetState(widgetDef.defaultState);
|
|
434
|
+
}
|
|
435
|
+
InternalFrontstageManager_1.InternalFrontstageManager.onFrontstageRestoreLayoutEvent.emit({ frontstageDef: this });
|
|
436
|
+
}
|
|
437
|
+
/** Used only in UI 2.0 to determine WidgetState from NinezoneState
|
|
438
|
+
* @internal
|
|
439
|
+
*/
|
|
440
|
+
getWidgetCurrentState(widgetDef) {
|
|
441
|
+
// istanbul ignore else
|
|
442
|
+
if (this.nineZoneState) {
|
|
443
|
+
const location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetDef.id);
|
|
444
|
+
// istanbul ignore next
|
|
445
|
+
if (!location)
|
|
446
|
+
return WidgetState_1.WidgetState.Hidden;
|
|
447
|
+
if ((0, appui_layout_react_1.isFloatingTabLocation)(location)) {
|
|
448
|
+
const floatingWidget = this.nineZoneState.floatingWidgets.byId[location.floatingWidgetId];
|
|
449
|
+
if (floatingWidget && floatingWidget.hidden)
|
|
450
|
+
return WidgetState_1.WidgetState.Hidden;
|
|
451
|
+
else
|
|
452
|
+
return WidgetState_1.WidgetState.Floating;
|
|
453
|
+
}
|
|
454
|
+
let collapsedPanel = false;
|
|
455
|
+
// istanbul ignore else
|
|
456
|
+
if ("side" in location) {
|
|
457
|
+
const panel = this.nineZoneState.panels[location.side];
|
|
458
|
+
collapsedPanel = panel.collapsed || undefined === panel.size || 0 === panel.size;
|
|
459
|
+
}
|
|
460
|
+
const widgetContainer = this.nineZoneState.widgets[location.widgetId];
|
|
461
|
+
if (widgetDef.id === widgetContainer.activeTabId && !collapsedPanel)
|
|
462
|
+
return WidgetState_1.WidgetState.Open;
|
|
463
|
+
else
|
|
464
|
+
return WidgetState_1.WidgetState.Closed;
|
|
465
|
+
}
|
|
466
|
+
return widgetDef.defaultState;
|
|
467
|
+
}
|
|
468
|
+
/** Used only in UI 2.0 to determine StagePanelState and size from NinezoneState
|
|
469
|
+
* @internal
|
|
470
|
+
*/
|
|
471
|
+
getPanelCurrentState(panelDef) {
|
|
472
|
+
// istanbul ignore next
|
|
473
|
+
if (this.nineZoneState) {
|
|
474
|
+
const side = (0, StagePanelDef_1.toPanelSide)(panelDef.location);
|
|
475
|
+
const panel = this.nineZoneState.panels[side];
|
|
476
|
+
if (panel)
|
|
477
|
+
return [panel.collapsed ? StagePanelDef_1.StagePanelState.Minimized : StagePanelDef_1.StagePanelState.Open, panel.size ?? 0];
|
|
478
|
+
return [StagePanelDef_1.StagePanelState.Off, 0];
|
|
479
|
+
}
|
|
480
|
+
return [panelDef.defaultState, panelDef.defaultSize ?? 0];
|
|
481
|
+
}
|
|
482
|
+
isPopoutWidget(widgetId) {
|
|
483
|
+
// istanbul ignore else
|
|
484
|
+
if (this.nineZoneState) {
|
|
485
|
+
const location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetId);
|
|
486
|
+
// istanbul ignore else
|
|
487
|
+
if (location)
|
|
488
|
+
return (0, appui_layout_react_1.isPopoutTabLocation)(location);
|
|
489
|
+
}
|
|
490
|
+
return false;
|
|
491
|
+
}
|
|
492
|
+
isFloatingWidget(widgetId) {
|
|
493
|
+
// istanbul ignore else
|
|
494
|
+
if (this.nineZoneState) {
|
|
495
|
+
const location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetId);
|
|
496
|
+
// istanbul ignore else
|
|
497
|
+
if (location)
|
|
498
|
+
return (0, appui_layout_react_1.isFloatingTabLocation)(location);
|
|
499
|
+
}
|
|
500
|
+
return false;
|
|
501
|
+
}
|
|
502
|
+
/** Create a new floating panel that contains the widget specified by its Id. Supported only when in
|
|
503
|
+
* UI 2.0 or higher.
|
|
504
|
+
* @param widgetId case sensitive Widget Id
|
|
505
|
+
* @param point Position of top left corner of floating panel in pixels. If undefined {x:50, y:100} is used.
|
|
506
|
+
* @param size defines the width and height of the floating panel. If undefined and widget has been floated before
|
|
507
|
+
* the previous size is used, else {height:400, width:400} is used.
|
|
508
|
+
* @beta
|
|
509
|
+
*/
|
|
510
|
+
floatWidget(widgetId, point, size) {
|
|
511
|
+
// istanbul ignore else
|
|
512
|
+
if (this.nineZoneState) {
|
|
513
|
+
const location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetId);
|
|
514
|
+
if (location) {
|
|
515
|
+
let popoutWidgetContainerId;
|
|
516
|
+
if ((0, appui_layout_react_1.isPopoutTabLocation)(location)) {
|
|
517
|
+
popoutWidgetContainerId = location.popoutWidgetId;
|
|
518
|
+
}
|
|
519
|
+
const state = (0, appui_layout_react_1.floatWidget)(this.nineZoneState, widgetId, point, size);
|
|
520
|
+
// istanbul ignore else
|
|
521
|
+
if (state) {
|
|
522
|
+
this.nineZoneState = state;
|
|
523
|
+
setTimeout(() => {
|
|
524
|
+
popoutWidgetContainerId && UiFramework_1.UiFramework.childWindows.close(popoutWidgetContainerId, true);
|
|
525
|
+
}, 600);
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
/** Check widget and panel state to determine whether the widget is currently displayed
|
|
531
|
+
* @param widgetId case-sensitive Widget Id
|
|
532
|
+
* @public
|
|
533
|
+
*/
|
|
534
|
+
isWidgetDisplayed(widgetId) {
|
|
535
|
+
let widgetIsVisible = false;
|
|
536
|
+
// istanbul ignore else
|
|
537
|
+
if (this.nineZoneState) {
|
|
538
|
+
const tabLocation = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetId);
|
|
539
|
+
// istanbul ignore else
|
|
540
|
+
if (tabLocation) {
|
|
541
|
+
if ((0, appui_layout_react_1.isFloatingTabLocation)(tabLocation)) {
|
|
542
|
+
const floatingWidget = this.nineZoneState.floatingWidgets.byId[tabLocation.floatingWidgetId];
|
|
543
|
+
// istanbul ignore else
|
|
544
|
+
if (!!!floatingWidget.hidden)
|
|
545
|
+
widgetIsVisible = true;
|
|
546
|
+
}
|
|
547
|
+
else if ((0, appui_layout_react_1.isPopoutTabLocation)(tabLocation)) {
|
|
548
|
+
widgetIsVisible = true;
|
|
549
|
+
}
|
|
550
|
+
else {
|
|
551
|
+
// istanbul ignore else
|
|
552
|
+
if ((0, appui_layout_react_1.isPanelTabLocation)(tabLocation)) {
|
|
553
|
+
const panel = this.nineZoneState.panels[tabLocation.side];
|
|
554
|
+
const widgetDef = this.findWidgetDef(widgetId);
|
|
555
|
+
if (widgetDef && widgetDef.state === WidgetState_1.WidgetState.Open && !panel.collapsed)
|
|
556
|
+
widgetIsVisible = true;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
return widgetIsVisible;
|
|
562
|
+
}
|
|
563
|
+
/** Opens window for specified PopoutWidget container. Used to reopen popout when running in Electron.
|
|
564
|
+
* @internal */
|
|
565
|
+
openPopoutWidgetContainer(state, widgetContainerId) {
|
|
566
|
+
const location = (0, appui_layout_react_1.getWidgetLocation)(state, widgetContainerId);
|
|
567
|
+
// istanbul ignore next
|
|
568
|
+
if (!location)
|
|
569
|
+
return;
|
|
570
|
+
// istanbul ignore next
|
|
571
|
+
if (!(0, appui_layout_react_1.isPopoutWidgetLocation)(location))
|
|
572
|
+
return;
|
|
573
|
+
const widget = state.widgets[widgetContainerId];
|
|
574
|
+
const popoutWidget = state.popoutWidgets.byId[location.popoutWidgetId];
|
|
575
|
+
// Popout widget should only contain a single tab.
|
|
576
|
+
// istanbul ignore next
|
|
577
|
+
if (widget.tabs.length !== 1)
|
|
578
|
+
return;
|
|
579
|
+
const tabId = widget.tabs[0];
|
|
580
|
+
const widgetDef = this.findWidgetDef(tabId);
|
|
581
|
+
// istanbul ignore next
|
|
582
|
+
if (!widgetDef)
|
|
583
|
+
return;
|
|
584
|
+
const popoutContent = (React.createElement(PopoutWidget_1.PopoutWidget, { widgetContainerId: widgetContainerId, widgetDef: widgetDef }));
|
|
585
|
+
const bounds = core_react_1.Rectangle.create(popoutWidget.bounds);
|
|
586
|
+
const position = {
|
|
587
|
+
width: bounds.getWidth(),
|
|
588
|
+
height: bounds.getHeight(),
|
|
589
|
+
left: bounds.left,
|
|
590
|
+
top: bounds.top,
|
|
591
|
+
};
|
|
592
|
+
UiFramework_1.UiFramework.childWindows.open(widgetContainerId, widgetDef.label, popoutContent, position, UiFramework_1.UiFramework.useDefaultPopoutUrl);
|
|
593
|
+
}
|
|
594
|
+
/** Create a new popout/child window that contains the widget specified by its Id. Supported only when in
|
|
595
|
+
* UI 2.0 or higher.
|
|
596
|
+
* @param widgetId case sensitive Widget Id
|
|
597
|
+
* @param point Position of top left corner of floating panel in pixels. If undefined {x:0, y:0} is used.
|
|
598
|
+
* @param size defines the width and height of the floating panel. If undefined and widget has been floated before
|
|
599
|
+
* the previous size is used, else {height:800, width:600} is used.
|
|
600
|
+
* @beta
|
|
601
|
+
*/
|
|
602
|
+
popoutWidget(widgetId, point, size) {
|
|
603
|
+
// istanbul ignore next
|
|
604
|
+
if (!this.nineZoneState)
|
|
605
|
+
return;
|
|
606
|
+
let location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetId);
|
|
607
|
+
if (!location || (0, appui_layout_react_1.isPopoutTabLocation)(location))
|
|
608
|
+
return;
|
|
609
|
+
const widgetDef = this.findWidgetDef(widgetId);
|
|
610
|
+
// istanbul ignore next
|
|
611
|
+
if (!widgetDef)
|
|
612
|
+
return;
|
|
613
|
+
// get the state to apply that will pop-out the specified WidgetTab to child window.
|
|
614
|
+
let preferredBounds = core_react_1.Rectangle.createFromSize({ height: 800, width: 600 });
|
|
615
|
+
// istanbul ignore next
|
|
616
|
+
if (widgetDef.popoutBounds)
|
|
617
|
+
preferredBounds = widgetDef.popoutBounds;
|
|
618
|
+
if (size)
|
|
619
|
+
preferredBounds = preferredBounds.setSize(size);
|
|
620
|
+
if (point)
|
|
621
|
+
preferredBounds = preferredBounds.setPosition(point);
|
|
622
|
+
const state = (0, appui_layout_react_1.popoutWidgetToChildWindow)(this.nineZoneState, widgetId, preferredBounds);
|
|
623
|
+
this.nineZoneState = state;
|
|
624
|
+
// now that the state is updated get the id of the container that houses the widgetTab/widgetId
|
|
625
|
+
location = (0, appui_layout_react_1.getTabLocation)(state, widgetId);
|
|
626
|
+
(0, core_bentley_1.assert)(!!location && (0, appui_layout_react_1.isPopoutTabLocation)(location));
|
|
627
|
+
const widgetContainerId = location.widgetId;
|
|
628
|
+
const popoutWidget = state.popoutWidgets.byId[widgetContainerId];
|
|
629
|
+
const bounds = core_react_1.Rectangle.create(popoutWidget.bounds);
|
|
630
|
+
setTimeout(() => {
|
|
631
|
+
const popoutContent = (React.createElement(PopoutWidget_1.PopoutWidget, { widgetContainerId: widgetContainerId, widgetDef: widgetDef }));
|
|
632
|
+
const position = {
|
|
633
|
+
width: bounds.getWidth(),
|
|
634
|
+
height: bounds.getHeight(),
|
|
635
|
+
left: bounds.left,
|
|
636
|
+
top: bounds.top,
|
|
637
|
+
};
|
|
638
|
+
UiFramework_1.UiFramework.childWindows.open(widgetContainerId, widgetDef.label, popoutContent, position, UiFramework_1.UiFramework.useDefaultPopoutUrl);
|
|
639
|
+
});
|
|
640
|
+
}
|
|
641
|
+
get isStageClosing() {
|
|
642
|
+
return this._isStageClosing;
|
|
643
|
+
}
|
|
644
|
+
get isApplicationClosing() {
|
|
645
|
+
return this._isApplicationClosing;
|
|
646
|
+
}
|
|
647
|
+
get isReady() {
|
|
648
|
+
return this._isReady;
|
|
649
|
+
}
|
|
650
|
+
/** @internal */
|
|
651
|
+
saveChildWindowSizeAndPosition(childWindowId, childWindow) {
|
|
652
|
+
if (!this.nineZoneState)
|
|
653
|
+
return;
|
|
654
|
+
const location = (0, appui_layout_react_1.getWidgetLocation)(this.nineZoneState, childWindowId);
|
|
655
|
+
if (!location || !(0, appui_layout_react_1.isPopoutWidgetLocation)(location))
|
|
656
|
+
return;
|
|
657
|
+
const widget = this.nineZoneState.widgets[location.popoutWidgetId];
|
|
658
|
+
const tabId = widget.tabs[0];
|
|
659
|
+
const widgetDef = this.findWidgetDef(tabId);
|
|
660
|
+
if (!widgetDef)
|
|
661
|
+
return;
|
|
662
|
+
const adjustmentWidth = core_bentley_1.ProcessDetector.isElectronAppFrontend ? 16 : 0;
|
|
663
|
+
const adjustmentHeight = core_bentley_1.ProcessDetector.isElectronAppFrontend ? 39 : 0;
|
|
664
|
+
const width = childWindow.innerWidth + adjustmentWidth;
|
|
665
|
+
const height = childWindow.innerHeight + adjustmentHeight;
|
|
666
|
+
const bounds = core_react_1.Rectangle.createFromSize({ width, height }).offset({ x: childWindow.screenX, y: childWindow.screenY });
|
|
667
|
+
widgetDef.popoutBounds = bounds;
|
|
668
|
+
}
|
|
669
|
+
/** Method used to possibly change a Popout Widget back to a docked widget if the user was the one closing the popout's child
|
|
670
|
+
* window.
|
|
671
|
+
* @internal
|
|
672
|
+
*/
|
|
673
|
+
dockPopoutWidgetContainer(widgetContainerId) {
|
|
674
|
+
if (!this.nineZoneState)
|
|
675
|
+
return;
|
|
676
|
+
// Make sure the widgetContainerId is still in popout state. We don't want to set it to docked if the window is being closed because
|
|
677
|
+
// an API call has moved the widget from a popout state to a floating state.
|
|
678
|
+
// istanbul ignore else
|
|
679
|
+
const location = (0, appui_layout_react_1.getWidgetLocation)(this.nineZoneState, widgetContainerId);
|
|
680
|
+
if (!location || !(0, appui_layout_react_1.isPopoutWidgetLocation)(location))
|
|
681
|
+
return;
|
|
682
|
+
const state = (0, appui_layout_react_1.dockWidgetContainer)(this.nineZoneState, widgetContainerId, true);
|
|
683
|
+
this.nineZoneState = state;
|
|
684
|
+
}
|
|
685
|
+
/** Finds the container with the specified widget and re-docks all widgets
|
|
686
|
+
* back to the panel zone location that was used when the floating container
|
|
687
|
+
* was generated. Supported only when in UI 2.0 or higher.
|
|
688
|
+
* @param widgetId case sensitive Widget Id.
|
|
689
|
+
* @beta
|
|
690
|
+
*/
|
|
691
|
+
dockWidgetContainer(widgetId) {
|
|
692
|
+
// istanbul ignore else
|
|
693
|
+
if (this.nineZoneState) {
|
|
694
|
+
const location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetId);
|
|
695
|
+
if (location) {
|
|
696
|
+
const widgetContainerId = location.widgetId;
|
|
697
|
+
const state = (0, appui_layout_react_1.dockWidgetContainer)(this.nineZoneState, widgetContainerId, true);
|
|
698
|
+
state && (this.nineZoneState = state);
|
|
699
|
+
if ((0, appui_layout_react_1.isPopoutTabLocation)(location)) {
|
|
700
|
+
UiFramework_1.UiFramework.childWindows.close(location.widgetId, true);
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
setFloatingWidgetContainerBounds(floatingWidgetId, bounds) {
|
|
706
|
+
if (!this.nineZoneState || !(floatingWidgetId in this.nineZoneState.floatingWidgets.byId))
|
|
707
|
+
return false;
|
|
708
|
+
let state = (0, Frontstage_1.FrameworkStateReducer)(this.nineZoneState, {
|
|
709
|
+
type: "FLOATING_WIDGET_SET_BOUNDS",
|
|
710
|
+
id: floatingWidgetId,
|
|
711
|
+
bounds,
|
|
712
|
+
}, this);
|
|
713
|
+
state = (0, Frontstage_1.FrameworkStateReducer)(state, {
|
|
714
|
+
type: "FLOATING_WIDGET_SET_USER_SIZED",
|
|
715
|
+
id: floatingWidgetId,
|
|
716
|
+
userSized: true,
|
|
717
|
+
}, this);
|
|
718
|
+
this.nineZoneState = state;
|
|
719
|
+
return true;
|
|
720
|
+
}
|
|
721
|
+
getFloatingWidgetContainerIds() {
|
|
722
|
+
if (!this.nineZoneState)
|
|
723
|
+
return [];
|
|
724
|
+
return [...this.nineZoneState.floatingWidgets.allIds];
|
|
725
|
+
}
|
|
726
|
+
getFloatingWidgetContainerIdByWidgetId(widgetId) {
|
|
727
|
+
if (!this.nineZoneState)
|
|
728
|
+
return undefined;
|
|
729
|
+
const location = (0, appui_layout_react_1.getTabLocation)(this.nineZoneState, widgetId);
|
|
730
|
+
// istanbul ignore else
|
|
731
|
+
if (location && (0, appui_layout_react_1.isFloatingTabLocation)(location)) {
|
|
732
|
+
return location.floatingWidgetId;
|
|
733
|
+
}
|
|
734
|
+
// istanbul ignore next
|
|
735
|
+
return undefined;
|
|
736
|
+
}
|
|
737
|
+
getFloatingWidgetContainerBounds(floatingWidgetId) {
|
|
738
|
+
if (!floatingWidgetId)
|
|
739
|
+
return undefined;
|
|
740
|
+
// istanbul ignore else
|
|
741
|
+
if (this.nineZoneState && (floatingWidgetId in this.nineZoneState.floatingWidgets.byId)) {
|
|
742
|
+
const foundWidget = document.querySelector(`div.nz-widget-floatingWidget[data-widget-id='${floatingWidgetId}']`);
|
|
743
|
+
// istanbul ignore next
|
|
744
|
+
if (foundWidget) {
|
|
745
|
+
const domRect = foundWidget.getBoundingClientRect();
|
|
746
|
+
return { left: domRect.left, right: domRect.right, top: domRect.top, bottom: domRect.bottom };
|
|
747
|
+
}
|
|
748
|
+
return this.nineZoneState.floatingWidgets.byId[floatingWidgetId].bounds;
|
|
749
|
+
}
|
|
750
|
+
return undefined;
|
|
751
|
+
}
|
|
752
|
+
*_widgetDefs() {
|
|
753
|
+
for (const panelDef of this.panelDefs) {
|
|
754
|
+
for (const widgetDef of panelDef.widgetDefs) {
|
|
755
|
+
yield widgetDef;
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
return undefined;
|
|
759
|
+
}
|
|
760
|
+
/** Iterable of all widget definitions in a frontstage.
|
|
761
|
+
* @internal
|
|
762
|
+
*/
|
|
763
|
+
get widgetDefs() {
|
|
764
|
+
const defs = this._widgetDefs();
|
|
765
|
+
return {
|
|
766
|
+
[Symbol.iterator]() {
|
|
767
|
+
return defs;
|
|
768
|
+
},
|
|
769
|
+
};
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
exports.FrontstageDef = FrontstageDef;
|
|
773
|
+
function createWidgetDef(config, type) {
|
|
774
|
+
if (!config)
|
|
775
|
+
return undefined;
|
|
776
|
+
const widgetDef = WidgetDef_1.WidgetDef.create(config, type);
|
|
777
|
+
return widgetDef;
|
|
778
|
+
}
|
|
779
|
+
function createStagePanelDef(frontstageConfig, location) {
|
|
780
|
+
const config = getStagePanel(location, frontstageConfig);
|
|
781
|
+
const panelDef = new StagePanelDef_1.StagePanelDef();
|
|
782
|
+
panelDef.initializeFromConfig(config, location);
|
|
783
|
+
return panelDef;
|
|
784
|
+
}
|
|
785
|
+
function getStagePanel(location, config) {
|
|
786
|
+
switch (location) {
|
|
787
|
+
case StagePanelLocation_1.StagePanelLocation.Top:
|
|
788
|
+
return config.topPanel;
|
|
789
|
+
case StagePanelLocation_1.StagePanelLocation.Left:
|
|
790
|
+
return config.leftPanel;
|
|
791
|
+
case StagePanelLocation_1.StagePanelLocation.Right:
|
|
792
|
+
return config.rightPanel;
|
|
793
|
+
case StagePanelLocation_1.StagePanelLocation.Bottom:
|
|
794
|
+
return config.bottomPanel;
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
/** Hook that returns active frontstage id.
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
800
|
+
const useActiveFrontstageId = () => {
|
|
801
|
+
const def = useActiveFrontstageDef();
|
|
802
|
+
const id = React.useMemo(() => def ? /* istanbul ignore next */ def.id : "", [def]);
|
|
803
|
+
return id;
|
|
804
|
+
};
|
|
805
|
+
exports.useActiveFrontstageId = useActiveFrontstageId;
|
|
806
|
+
/** @internal */
|
|
807
|
+
function useActiveFrontstageDef() {
|
|
808
|
+
const [def, setDef] = React.useState(UiFramework_1.UiFramework.frontstages.activeFrontstageDef);
|
|
809
|
+
React.useEffect(() => {
|
|
810
|
+
return UiFramework_1.UiFramework.frontstages.onFrontstageActivatedEvent.addListener((args) => {
|
|
811
|
+
setDef(args.activatedFrontstageDef);
|
|
812
|
+
});
|
|
813
|
+
}, []);
|
|
814
|
+
return def;
|
|
815
|
+
}
|
|
816
|
+
exports.useActiveFrontstageDef = useActiveFrontstageDef;
|
|
817
|
+
/** Hook that returns the widgetDef for a specific widgetId within the active frontstage.
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
function useSpecificWidgetDef(widgetId) {
|
|
821
|
+
const frontstageDef = useActiveFrontstageDef();
|
|
822
|
+
return frontstageDef?.findWidgetDef(widgetId);
|
|
823
|
+
}
|
|
824
|
+
exports.useSpecificWidgetDef = useSpecificWidgetDef;
|
|
826
825
|
//# sourceMappingURL=FrontstageDef.js.map
|