@itwin/appui-react 4.0.0-dev.12 → 4.0.0-dev.14
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/CHANGELOG.md +154 -1
- package/README.md +2 -2
- 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/accudraw/AccuDrawCommandItems.d.ts +27 -27
- package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js +74 -74
- 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/AccuDrawFieldContainer.d.ts +19 -19
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +216 -216
- 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/AccuDrawKeyboardShortcuts.d.ts +12 -12
- package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +110 -110
- 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/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/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/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/MenuButtonPopup.d.ts +27 -27
- package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js +37 -37
- 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/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/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/BackstageItemUtilities.d.ts +13 -13
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +44 -44
- 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/BackstageManager.d.ts +35 -35
- package/lib/cjs/appui-react/backstage/BackstageManager.js +77 -77
- 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/useDefaultBackstageItems.d.ts +9 -9
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +32 -32
- 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/childwindow/ChildWindowManager.d.ts +73 -73
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +106 -106
- 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/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 +207 -208
- package/lib/cjs/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
- 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/configurableui/ActivityTracker.d.ts +29 -29
- package/lib/cjs/appui-react/configurableui/ActivityTracker.js +71 -71
- 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/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/ConfigurableUiManager.d.ts +65 -65
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +92 -92
- 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 +0 -1
- 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/content/ContentControl.d.ts +64 -64
- package/lib/cjs/appui-react/content/ContentControl.js +78 -78
- 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/ContentLayoutManager.d.ts +47 -47
- package/lib/cjs/appui-react/content/ContentLayoutManager.js +68 -68
- 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/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/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/ViewStateHelper.d.ts +25 -25
- package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
- 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/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/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/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/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/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/ContentDialogManager.d.ts +51 -51
- package/lib/cjs/appui-react/dialog/ContentDialogManager.js +85 -85
- 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/ModelessDialog.d.ts +21 -21
- package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
- 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/StandardMessageBox.d.ts +42 -42
- package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
- 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/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.scss +1 -2
- 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/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/FrameworkContent.d.ts +154 -154
- package/lib/cjs/appui-react/framework/FrameworkContent.js +30 -30
- 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/FrameworkDialogs.d.ts +78 -78
- package/lib/cjs/appui-react/framework/FrameworkDialogs.js +23 -23
- 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/FrameworkKeyboardShortcuts.d.ts +99 -99
- package/lib/cjs/appui-react/framework/FrameworkKeyboardShortcuts.js +2 -2
- 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/FrameworkVisibility.d.ts +36 -36
- package/lib/cjs/appui-react/framework/FrameworkVisibility.js +2 -2
- 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/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/FrontstageProvider.d.ts +13 -13
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
- 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/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/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/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/useActiveStageId.d.ts +7 -7
- package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
- 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/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/useEscapeSetFocusToHome.d.ts +12 -12
- package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
- 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/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/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/HollowIcon.d.ts +9 -9
- package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
- 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/MessageLabel.d.ts +12 -12
- package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
- 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/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/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/getToastCategory.d.ts +6 -6
- package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
- 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/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/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/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/pickers/ListPicker.d.ts +114 -111
- package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
- package/lib/cjs/appui-react/pickers/ListPicker.js +197 -195
- package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/cjs/appui-react/pickers/ListPicker.scss +7 -0
- package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +95 -90
- package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
- package/lib/cjs/appui-react/pickers/ViewSelector.js +267 -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/HTMLElementPopup.d.ts +30 -30
- package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
- 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/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/KeyinPalettePopup.d.ts +19 -19
- package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
- 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/ToolSettingsPopup.d.ts +33 -33
- package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
- 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/redux/FrameworkState.d.ts +22 -22
- package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
- 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/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/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/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/safearea/SafeAreaContext.d.ts +10 -10
- package/lib/cjs/appui-react/safearea/SafeAreaContext.js +16 -16
- 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/SafeAreaInsets.d.ts +13 -13
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +21 -21
- 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/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/UnitSystemSelector.d.ts +17 -17
- package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
- 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/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/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/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/GroupItemProps.d.ts +19 -19
- package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
- 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/ItemProps.d.ts +48 -48
- package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
- 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/SelectionScope.d.ts +13 -13
- package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
- 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/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/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/StagePanelSection.d.ts +10 -10
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +18 -18
- 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} +12 -12
- 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/Overflow.d.ts +19 -19
- package/lib/cjs/appui-react/statusbar/Overflow.js +29 -29
- 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/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/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/StatusBarComposer.d.ts +46 -46
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +282 -282
- 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/StatusBarItemUtilities.d.ts +23 -23
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +60 -60
- 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/dialog/Button.d.ts +20 -20
- package/lib/cjs/appui-react/statusbar/dialog/Button.js +19 -19
- 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/TitleBar.d.ts +18 -18
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +19 -19
- 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/useUiItemsProviderStatusBarItems.d.ts +9 -9
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +50 -50
- 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/MessageCenter.d.ts +46 -46
- package/lib/cjs/appui-react/statusfields/MessageCenter.js +126 -126
- 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/SelectionInfo.d.ts +26 -26
- package/lib/cjs/appui-react/statusfields/SelectionInfo.js +48 -48
- 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/SnapMode.d.ts +43 -43
- package/lib/cjs/appui-react/statusfields/SnapMode.js +126 -126
- 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.scss +0 -4
- 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/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/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/ScheduleAnimationProvider.d.ts +15 -15
- package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
- 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/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/ToolbarHelper.d.ts +22 -22
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +128 -128
- 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/ToolbarItemUtilities.d.ts +15 -15
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +52 -52
- 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/toUIAToolbarItem.d.ts +7 -7
- package/lib/cjs/appui-react/toolbar/toUIAToolbarItem.js +25 -25
- 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/useUiItemsProviderToolbarItems.d.ts +9 -9
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +48 -48
- 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/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/ToolSettingsManager.d.ts +43 -43
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +63 -63
- 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/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/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/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/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/isProviderItem.d.ts +6 -6
- package/lib/cjs/appui-react/ui-items-provider/isProviderItem.js +15 -15
- 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/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/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/UiShowHideManager.d.ts +53 -53
- package/lib/cjs/appui-react/utils/UiShowHideManager.js +107 -107
- 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/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/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/FrontstageContent.d.ts +3 -3
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
- 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/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/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/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/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/useTransientState.d.ts +7 -7
- package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
- 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/widgets/BackstageAppButton.d.ts +22 -22
- package/lib/cjs/appui-react/widgets/BackstageAppButton.js +51 -51
- 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/BasicToolWidget.d.ts +23 -23
- package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
- 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/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/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/ToolWidgetComposer.d.ts +23 -23
- package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
- 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/Widget.d.ts +38 -38
- package/lib/cjs/appui-react/widgets/Widget.js +9 -9
- 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/WidgetControl.d.ts +33 -33
- package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
- 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/WidgetState.d.ts +13 -13
- package/lib/cjs/appui-react/widgets/WidgetState.js +21 -21
- 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/accudraw/AccuDrawCommandItems.d.ts +27 -27
- package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
- 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/AccuDrawFieldContainer.d.ts +19 -19
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
- 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/AccuDrawKeyboardShortcuts.d.ts +12 -12
- package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
- 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/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/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/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/MenuButtonPopup.d.ts +27 -27
- package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
- 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/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/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/BackstageItemUtilities.d.ts +13 -13
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +41 -41
- 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/BackstageManager.d.ts +35 -35
- package/lib/esm/appui-react/backstage/BackstageManager.js +71 -71
- 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/useDefaultBackstageItems.d.ts +9 -9
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +28 -28
- 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/childwindow/ChildWindowManager.d.ts +73 -73
- package/lib/esm/appui-react/childwindow/ChildWindowManager.js +102 -102
- 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/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 +203 -204
- package/lib/esm/appui-react/childwindow/InternalChildWindowManager.js.map +1 -1
- 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/configurableui/ActivityTracker.d.ts +29 -29
- package/lib/esm/appui-react/configurableui/ActivityTracker.js +67 -67
- 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/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/ConfigurableUiManager.d.ts +65 -65
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +88 -88
- 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 +0 -1
- 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/content/ContentControl.d.ts +64 -64
- package/lib/esm/appui-react/content/ContentControl.js +72 -72
- 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/ContentLayoutManager.d.ts +47 -47
- package/lib/esm/appui-react/content/ContentLayoutManager.js +64 -64
- 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/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/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/ViewStateHelper.d.ts +25 -25
- package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
- 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/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/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/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/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/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/ContentDialogManager.d.ts +51 -51
- package/lib/esm/appui-react/dialog/ContentDialogManager.js +80 -80
- 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/ModelessDialog.d.ts +21 -21
- package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
- 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/StandardMessageBox.d.ts +42 -42
- package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
- 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/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.scss +1 -2
- 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/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/FrameworkContent.d.ts +154 -154
- package/lib/esm/appui-react/framework/FrameworkContent.js +24 -24
- 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/FrameworkDialogs.d.ts +78 -78
- package/lib/esm/appui-react/framework/FrameworkDialogs.js +18 -18
- 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/FrameworkKeyboardShortcuts.d.ts +99 -99
- package/lib/esm/appui-react/framework/FrameworkKeyboardShortcuts.js +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/FrameworkVisibility.d.ts +36 -36
- package/lib/esm/appui-react/framework/FrameworkVisibility.js +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/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/FrontstageProvider.d.ts +13 -13
- package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
- 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/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/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/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/useActiveStageId.d.ts +7 -7
- package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
- 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/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/useEscapeSetFocusToHome.d.ts +12 -12
- package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
- 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/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/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/HollowIcon.d.ts +9 -9
- package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
- 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/MessageLabel.d.ts +12 -12
- package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
- 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/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/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/getToastCategory.d.ts +6 -6
- package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
- 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/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/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/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/pickers/ListPicker.d.ts +114 -111
- package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
- package/lib/esm/appui-react/pickers/ListPicker.js +190 -188
- package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/esm/appui-react/pickers/ListPicker.scss +7 -0
- package/lib/esm/appui-react/pickers/ViewSelector.d.ts +95 -90
- package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
- package/lib/esm/appui-react/pickers/ViewSelector.js +263 -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/HTMLElementPopup.d.ts +30 -30
- package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
- 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/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/KeyinPalettePopup.d.ts +19 -19
- package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
- 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/ToolSettingsPopup.d.ts +33 -33
- package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
- 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/redux/FrameworkState.d.ts +22 -22
- package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
- 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/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/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/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/safearea/SafeAreaContext.d.ts +10 -10
- package/lib/esm/appui-react/safearea/SafeAreaContext.js +13 -13
- 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/SafeAreaInsets.d.ts +13 -13
- package/lib/esm/appui-react/safearea/SafeAreaInsets.js +18 -18
- 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/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/UnitSystemSelector.d.ts +17 -17
- package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
- 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/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/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/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/GroupItemProps.d.ts +19 -19
- package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
- 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/ItemProps.d.ts +48 -48
- package/lib/esm/appui-react/shared/ItemProps.js +8 -8
- 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/SelectionScope.d.ts +13 -13
- package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
- 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/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/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/StagePanelSection.d.ts +10 -10
- package/lib/esm/appui-react/stagepanels/StagePanelSection.js +15 -15
- 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} +12 -12
- 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/Overflow.d.ts +19 -19
- package/lib/esm/appui-react/statusbar/Overflow.js +26 -26
- 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/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/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/StatusBarComposer.d.ts +46 -46
- package/lib/esm/appui-react/statusbar/StatusBarComposer.js +276 -276
- 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/StatusBarItemUtilities.d.ts +23 -23
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +57 -57
- 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/dialog/Button.d.ts +20 -20
- package/lib/esm/appui-react/statusbar/dialog/Button.js +15 -15
- 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/TitleBar.d.ts +18 -18
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +15 -15
- 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/useUiItemsProviderStatusBarItems.d.ts +9 -9
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +46 -46
- 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/MessageCenter.d.ts +46 -46
- package/lib/esm/appui-react/statusfields/MessageCenter.js +122 -122
- 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/SelectionInfo.d.ts +26 -26
- package/lib/esm/appui-react/statusfields/SelectionInfo.js +45 -45
- 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/SnapMode.d.ts +43 -43
- package/lib/esm/appui-react/statusfields/SnapMode.js +123 -123
- 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.scss +0 -4
- 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/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/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/ScheduleAnimationProvider.d.ts +15 -15
- package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
- 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/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/ToolbarHelper.d.ts +22 -22
- package/lib/esm/appui-react/toolbar/ToolbarHelper.js +124 -124
- 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/ToolbarItemUtilities.d.ts +15 -15
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +49 -49
- 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/toUIAToolbarItem.d.ts +7 -7
- package/lib/esm/appui-react/toolbar/toUIAToolbarItem.js +21 -21
- 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/useUiItemsProviderToolbarItems.d.ts +9 -9
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +44 -44
- 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/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/ToolSettingsManager.d.ts +43 -43
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +59 -59
- 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/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/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/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/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/isProviderItem.d.ts +6 -6
- package/lib/esm/appui-react/ui-items-provider/isProviderItem.js +11 -11
- 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/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/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/UiShowHideManager.d.ts +53 -53
- package/lib/esm/appui-react/utils/UiShowHideManager.js +104 -104
- 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/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/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/FrontstageContent.d.ts +3 -3
- package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
- 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/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/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/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/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/useTransientState.d.ts +7 -7
- package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
- 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/widgets/BackstageAppButton.d.ts +22 -22
- package/lib/esm/appui-react/widgets/BackstageAppButton.js +47 -47
- 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/BasicToolWidget.d.ts +23 -23
- package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
- 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/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/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/ToolWidgetComposer.d.ts +23 -23
- package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
- 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/Widget.d.ts +38 -38
- package/lib/esm/appui-react/widgets/Widget.js +8 -8
- 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/WidgetControl.d.ts +33 -33
- package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
- 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/WidgetState.d.ts +13 -13
- package/lib/esm/appui-react/widgets/WidgetState.js +18 -18
- package/lib/esm/appui-react.d.ts +341 -341
- package/lib/esm/appui-react.js +346 -346
- package/package.json +32 -30
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalSettingsStage.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/ModalSettingsStage.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,2BAA2B,CAAC;AACnC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACnF,OAAO,eAAe,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACjH,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,SAAS,kBAAkB,CAAC,EAAE,oBAAoB,EAAqC
|
|
1
|
+
{"version":3,"file":"ModalSettingsStage.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/ModalSettingsStage.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,2BAA2B,CAAC;AACnC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AACnF,OAAO,eAAe,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACjH,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAE7E,SAAS,kBAAkB,CAAC,EAAE,oBAAoB,EAAqC;IACrF,MAAM,EAAE,GAAG,WAAW,CAAC,WAAW,CAAC,mBAAmB,EAAE,EAAE,IAAI,MAAM,CAAC;IACrE,MAAM,UAAU,GAAG,WAAW,CAAC,WAAW,CAAC,mBAAmB,EAAE,KAAK,IAAI,UAAU,CAAC,OAAO,CAAC;IAC5F,MAAM,UAAU,GAAG,WAAW,CAAC,eAAe,CAAC,iBAAiB,CAAC,EAAE,EAAE,UAAU,CAAC,CAAC;IACjF,MAAM,wBAAwB,GAAG,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,8BAA8B,CAAC,CAAC,CAAC;IAErG,MAAM,kBAAkB,GAAG,KAAK,CAAC,WAAW,CAAC,GAAG,EAAE;QAChD,MAAM,cAAc,GAAG,oBAAoB,CAAC,CAAC,CAAC,oBAAoB,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;QACrH,IAAI,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,KAAK,cAAc,CAAC,CAAC;QACxF,IAAI,CAAC,QAAQ;YACX,QAAQ,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,KAAK,cAAc,CAAC,CAAC;QACtF,OAAO,QAAQ,CAAC;IAClB,CAAC,EAAE,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC,CAAC;IAEvC,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,8BAA8B,GAAG,CAAC,EAAE,eAAe,EAAE,cAAc,EAA0C,EAAE,EAAE;YACrH,uBAAuB;YACvB,IAAI,eAAe,YAAY,uBAAuB,IAAI,cAAc,EAAE;gBACxE,WAAW,CAAC,eAAe,CAAC,sBAAsB,CAAC,cAAc,CAAC,CAAC;aACpE;QACH,CAAC,CAAC;QACF,OAAO,WAAW,CAAC,WAAW,CAAC,oCAAoC,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC;IAClH,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC;IAEjB,OAAO,CACL,6BAAK,SAAS,EAAC,yBAAyB,IACrC,UAAU,CAAC,MAAM,CAAC,CAAC;QAClB,oBAAC,iBAAiB,IAAC,IAAI,EAAE,UAAU,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,eAAe,EAAE,WAAW,CAAC,eAAe,GAAI,CAAC,CAAC;QACjI,oBAAC,QAAQ,QAAE,wBAAwB,CAAC,OAAO,CAAY,CAErD,CACP,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAa,uBAAuB;IAGlC,YAAmB,oBAA6B;QAA7B,yBAAoB,GAApB,oBAAoB,CAAS;QADzC,UAAK,GAAW,WAAW,CAAC,SAAS,CAAC,6BAA6B,CAAC,CAAC;QAErE,uBAAkB,GAAG,IAAI,CAAC;IADmB,CAAC;IAErD,IAAW,OAAO;QAChB,OAAO,CAAC,oBAAC,kBAAkB,IAAC,oBAAoB,EAAE,IAAI,CAAC,oBAAoB,GAAI,CAAC,CAAC;IACnF,CAAC;IAGM,MAAM,CAAC,sBAAsB,CAAC,aAAqB,EAAE,YAAoB;QAC9E,OAAO,sBAAsB,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EAAE,EAAE,aAAa,EAAE,YAAY,EAAE,GAAG,EAAE,CAAC,WAAW,CAAC,WAAW,CAAC,mBAAmB,CAAC,IAAI,uBAAuB,EAAE,CAAC,EACtL,WAAW,CAAC,SAAS,CAAC,6BAA6B,CAAC,EACpD,SAAS,EAAE,iBAAiB,CAAC,0BAA0B,CAAC,eAAe,CAAC,EAAE,EAAE,QAAQ,EAAE,uBAAuB,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC;IAC3I,CAAC;IAEM,MAAM,CAAC,iBAAiB,CAAC,kBAA2B;QACzD,IAAI,WAAW,CAAC,eAAe,CAAC,SAAS,CAAC,MAAM,EAAE;YAChD,qCAAqC;YACrC,uBAAuB;YACvB,IAAI,WAAW,CAAC,WAAW,CAAC,qBAAqB,IAAI,WAAW,CAAC,WAAW,CAAC,qBAAqB,YAAY,uBAAuB,EAAE;gBACrI,IAAI,kBAAkB,EAAE;oBACtB,WAAW,CAAC,eAAe,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,CAAC;oBACpE,OAAO;iBACR;aACF;YACD,WAAW,CAAC,WAAW,CAAC,mBAAmB,CAAC,IAAI,uBAAuB,CAAC,kBAAkB,CAAC,CAAC,CAAC;SAC9F;aAAM;YACL,MAAM,YAAY,GAAG,WAAW,CAAC,SAAS,CAAC,8BAA8B,CAAC,CAAC;YAC3E,MAAM,eAAe,GAAG,WAAW,CAAC,SAAS,CAAC,wCAAwC,CAAC,CAAC;YACxF,MAAM,IAAI,GAAG,IAAI,oBAAoB,CAAC,qBAAqB,CAAC,IAAI,EAAE,YAAY,EAAE,eAAe,EAAE,iBAAiB,CAAC,KAAK,CAAC,CAAC;YAC1H,SAAS,CAAC,aAAa,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;YAC5C,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,eAAe,CAAC,CAAC;SACnE;IACH,CAAC;;AAjCa,0BAAE,GAAG,gCAAgC,AAAnC,CAAoC;AAOrC,2CAAmB,GAAG,GAAG,EAAE,CAAC,IAAI,uBAAuB,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,WAAW,CAAC,eAAe,CAAC,SAAS,CAAC,MAAM,EAAE,CAAC,aAAa,CAAC,wBAAwB,CAAC,CAAC,AAAxI,CAAyI;SARhK,uBAAuB","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Frontstage\r\n */\r\n\r\nimport \"./ModalSettingsStage.scss\";\r\nimport * as React from \"react\";\r\nimport { ConditionalBooleanValue, IconSpecUtilities } from \"@itwin/appui-abstract\";\r\nimport settingsIconSvg from \"@bentley/icons-generic/icons/settings.svg\";\r\nimport { IModelApp, NotifyMessageDetails, OutputMessagePriority, OutputMessageType } from \"@itwin/core-frontend\";\r\nimport { Logger } from \"@itwin/core-bentley\";\r\nimport { Centered, SettingsContainer } from \"@itwin/core-react\";\r\nimport { ModalFrontstageInfo, ModalFrontstageRequestedCloseEventArgs } from \"../framework/FrameworkFrontstages\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { SyncUiEventId } from \"../syncui/SyncUiEventDispatcher\";\r\nimport { StageUsage } from \"./StageUsage\";\r\nimport { BackstageItemUtilities } from \"../backstage/BackstageItemUtilities\";\r\n\r\nfunction ModalSettingsStage({ initialSettingsTabId }: { initialSettingsTabId?: string }) {\r\n const id = UiFramework.frontstages.activeFrontstageDef?.id ?? \"none\";\r\n const stageUsage = UiFramework.frontstages.activeFrontstageDef?.usage ?? StageUsage.General;\r\n const tabEntries = UiFramework.settingsManager.getSettingEntries(id, stageUsage);\r\n const noSettingsAvailableLabel = React.useRef(UiFramework.translate(\"settings.noSettingsAvailable\"));\r\n\r\n const currentSettingsTab = React.useCallback(() => {\r\n const categoryToFind = initialSettingsTabId ? initialSettingsTabId.toLowerCase() : tabEntries[0].tabId.toLowerCase();\r\n let foundTab = tabEntries.find((entry) => entry.tabId.toLowerCase() === categoryToFind);\r\n if (!foundTab)\r\n foundTab = tabEntries.find((entry) => entry.label.toLowerCase() === categoryToFind);\r\n return foundTab;\r\n }, [initialSettingsTabId, tabEntries]);\r\n\r\n React.useEffect(() => {\r\n const handleFrontstageCloseRequested = ({ modalFrontstage, stageCloseFunc }: ModalFrontstageRequestedCloseEventArgs) => {\r\n // istanbul ignore else\r\n if (modalFrontstage instanceof SettingsModalFrontstage && stageCloseFunc) {\r\n UiFramework.settingsManager.closeSettingsContainer(stageCloseFunc);\r\n }\r\n };\r\n return UiFramework.frontstages.onCloseModalFrontstageRequestedEvent.addListener(handleFrontstageCloseRequested);\r\n }, [tabEntries]);\r\n\r\n return (\r\n <div className=\"uifw-settings-container\">\r\n {tabEntries.length ?\r\n <SettingsContainer tabs={tabEntries} currentSettingsTab={currentSettingsTab()} settingsManager={UiFramework.settingsManager} /> :\r\n <Centered>{noSettingsAvailableLabel.current}</Centered>\r\n }\r\n </div>\r\n );\r\n}\r\n\r\n/** Modal frontstage displaying and editing settings from registered settings providers. See [SettingsManager]($core-react)\r\n * and [SettingsContainer]($core-react).\r\n * @beta\r\n */\r\nexport class SettingsModalFrontstage implements ModalFrontstageInfo {\r\n public static id = \"appui-react.modalSettingsStage\";\r\n public title: string = UiFramework.translate(\"settings.settingsStageLabel\");\r\n constructor(public initialSettingsTabId?: string) { }\r\n public notifyCloseRequest = true;\r\n public get content(): React.ReactNode {\r\n return (<ModalSettingsStage initialSettingsTabId={this.initialSettingsTabId} />);\r\n }\r\n private static noSettingsAvailable = () => new ConditionalBooleanValue(() => 0 === UiFramework.settingsManager.providers.length, [SyncUiEventId.SettingsProvidersChanged]);\r\n\r\n public static getBackstageActionItem(groupPriority: number, itemPriority: number) {\r\n return BackstageItemUtilities.createActionItem(SettingsModalFrontstage.id, groupPriority, itemPriority, () => UiFramework.frontstages.openModalFrontstage(new SettingsModalFrontstage()),\r\n UiFramework.translate(\"settings.settingsStageLabel\"),\r\n undefined, IconSpecUtilities.createWebComponentIconSpec(settingsIconSvg), { isHidden: SettingsModalFrontstage.noSettingsAvailable() });\r\n }\r\n\r\n public static showSettingsStage(initialSettingsTab?: string) {\r\n if (UiFramework.settingsManager.providers.length) {\r\n // Check to see if it is already open\r\n // istanbul ignore else\r\n if (UiFramework.frontstages.activeModalFrontstage && UiFramework.frontstages.activeModalFrontstage instanceof SettingsModalFrontstage) {\r\n if (initialSettingsTab) {\r\n UiFramework.settingsManager.activateSettingsTab(initialSettingsTab);\r\n return;\r\n }\r\n }\r\n UiFramework.frontstages.openModalFrontstage(new SettingsModalFrontstage(initialSettingsTab));\r\n } else {\r\n const briefMessage = UiFramework.translate(\"settings.noSettingsAvailable\");\r\n const detailedMessage = UiFramework.translate(\"settings.noSettingsProvidersRegistered\");\r\n const info = new NotifyMessageDetails(OutputMessagePriority.Info, briefMessage, detailedMessage, OutputMessageType.Toast);\r\n IModelApp.notifications.outputMessage(info);\r\n Logger.logInfo(UiFramework.loggerCategory(this), detailedMessage);\r\n }\r\n }\r\n}\r\n"]}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module Frontstage
|
|
3
|
-
*/
|
|
4
|
-
import { CommandItemDef } from "../shared/CommandItemDef";
|
|
5
|
-
/**
|
|
6
|
-
* Nested Frontstage related classes and commands
|
|
7
|
-
* @public
|
|
8
|
-
*/
|
|
9
|
-
export declare class NestedFrontstage {
|
|
10
|
-
private static iconSpec;
|
|
11
|
-
/** Command that returns to the previous Frontstage */
|
|
12
|
-
static get backToPreviousFrontstageCommand(): CommandItemDef;
|
|
13
|
-
}
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Frontstage
|
|
3
|
+
*/
|
|
4
|
+
import { CommandItemDef } from "../shared/CommandItemDef";
|
|
5
|
+
/**
|
|
6
|
+
* Nested Frontstage related classes and commands
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare class NestedFrontstage {
|
|
10
|
+
private static iconSpec;
|
|
11
|
+
/** Command that returns to the previous Frontstage */
|
|
12
|
+
static get backToPreviousFrontstageCommand(): CommandItemDef;
|
|
13
|
+
}
|
|
14
14
|
//# sourceMappingURL=NestedFrontstage.d.ts.map
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
/** @packageDocumentation
|
|
6
|
-
* @module Frontstage
|
|
7
|
-
*/
|
|
8
|
-
import { CommandItemDef } from "../shared/CommandItemDef";
|
|
9
|
-
import { UiFramework } from "../UiFramework";
|
|
10
|
-
import { IconSpecUtilities } from "@itwin/appui-abstract";
|
|
11
|
-
import svgProgressBackwardCircular from "@bentley/icons-generic/icons/progress-backward.svg";
|
|
12
|
-
/**
|
|
13
|
-
* Nested Frontstage related classes and commands
|
|
14
|
-
* @public
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/** Command that returns to the previous Frontstage */
|
|
18
|
-
static get backToPreviousFrontstageCommand() {
|
|
19
|
-
return new CommandItemDef({
|
|
20
|
-
commandId: "backToPreviousFrontstage",
|
|
21
|
-
iconSpec: NestedFrontstage.iconSpec,
|
|
22
|
-
labelKey: "UiFramework:commands.backToPreviousFrontstage",
|
|
23
|
-
execute: async () => {
|
|
24
|
-
await UiFramework.frontstages.closeNestedFrontstage();
|
|
25
|
-
},
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
NestedFrontstage.iconSpec = IconSpecUtilities.createWebComponentIconSpec(svgProgressBackwardCircular);
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Frontstage
|
|
7
|
+
*/
|
|
8
|
+
import { CommandItemDef } from "../shared/CommandItemDef";
|
|
9
|
+
import { UiFramework } from "../UiFramework";
|
|
10
|
+
import { IconSpecUtilities } from "@itwin/appui-abstract";
|
|
11
|
+
import svgProgressBackwardCircular from "@bentley/icons-generic/icons/progress-backward.svg";
|
|
12
|
+
/**
|
|
13
|
+
* Nested Frontstage related classes and commands
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
class NestedFrontstage {
|
|
17
|
+
/** Command that returns to the previous Frontstage */
|
|
18
|
+
static get backToPreviousFrontstageCommand() {
|
|
19
|
+
return new CommandItemDef({
|
|
20
|
+
commandId: "backToPreviousFrontstage",
|
|
21
|
+
iconSpec: NestedFrontstage.iconSpec,
|
|
22
|
+
labelKey: "UiFramework:commands.backToPreviousFrontstage",
|
|
23
|
+
execute: async () => {
|
|
24
|
+
await UiFramework.frontstages.closeNestedFrontstage();
|
|
25
|
+
},
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
NestedFrontstage.iconSpec = IconSpecUtilities.createWebComponentIconSpec(svgProgressBackwardCircular);
|
|
30
|
+
export { NestedFrontstage };
|
|
30
31
|
//# sourceMappingURL=NestedFrontstage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NestedFrontstage.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/NestedFrontstage.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,2BAA2B,MAAM,oDAAoD,CAAC;AAE7F;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"NestedFrontstage.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/NestedFrontstage.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,2BAA2B,MAAM,oDAAoD,CAAC;AAE7F;;;GAGG;AACH,MAAa,gBAAgB;IAE3B,sDAAsD;IAC/C,MAAM,KAAK,+BAA+B;QAC/C,OAAO,IAAI,cAAc,CAAC;YACxB,SAAS,EAAE,0BAA0B;YACrC,QAAQ,EAAE,gBAAgB,CAAC,QAAQ;YACnC,QAAQ,EAAE,+CAA+C;YACzD,OAAO,EAAE,KAAK,IAAI,EAAE;gBAClB,MAAM,WAAW,CAAC,WAAW,CAAC,qBAAqB,EAAE,CAAC;YACxD,CAAC;SACF,CAAC,CAAC;IACL,CAAC;;AAXc,yBAAQ,GAAG,iBAAiB,CAAC,0BAA0B,CAAC,2BAA2B,CAAC,CAAC;SADzF,gBAAgB","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Frontstage\r\n */\r\n\r\nimport { CommandItemDef } from \"../shared/CommandItemDef\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { IconSpecUtilities } from \"@itwin/appui-abstract\";\r\nimport svgProgressBackwardCircular from \"@bentley/icons-generic/icons/progress-backward.svg\";\r\n\r\n/**\r\n * Nested Frontstage related classes and commands\r\n * @public\r\n */\r\nexport class NestedFrontstage {\r\n private static iconSpec = IconSpecUtilities.createWebComponentIconSpec(svgProgressBackwardCircular);\r\n /** Command that returns to the previous Frontstage */\r\n public static get backToPreviousFrontstageCommand() {\r\n return new CommandItemDef({\r\n commandId: \"backToPreviousFrontstage\",\r\n iconSpec: NestedFrontstage.iconSpec,\r\n labelKey: \"UiFramework:commands.backToPreviousFrontstage\",\r\n execute: async () => {\r\n await UiFramework.frontstages.closeNestedFrontstage();\r\n },\r\n });\r\n }\r\n}\r\n"]}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module Item
|
|
3
|
-
*/
|
|
4
|
-
/** Standard stage uses. Allows extension to target ui item to include on a stage without
|
|
5
|
-
* knowing the stage name defined in the host application.
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export declare enum StageUsage {
|
|
9
|
-
Private = "Private",
|
|
10
|
-
General = "General",
|
|
11
|
-
Redline = "Redline",
|
|
12
|
-
ViewOnly = "ViewOnly",
|
|
13
|
-
Edit = "Edit",
|
|
14
|
-
Settings = "Settings"
|
|
15
|
-
}
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Item
|
|
3
|
+
*/
|
|
4
|
+
/** Standard stage uses. Allows extension to target ui item to include on a stage without
|
|
5
|
+
* knowing the stage name defined in the host application.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare enum StageUsage {
|
|
9
|
+
Private = "Private",
|
|
10
|
+
General = "General",
|
|
11
|
+
Redline = "Redline",
|
|
12
|
+
ViewOnly = "ViewOnly",
|
|
13
|
+
Edit = "Edit",
|
|
14
|
+
Settings = "Settings"
|
|
15
|
+
}
|
|
16
16
|
//# sourceMappingURL=StageUsage.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
/** @packageDocumentation
|
|
6
|
-
* @module Item
|
|
7
|
-
*/
|
|
8
|
-
/** Standard stage uses. Allows extension to target ui item to include on a stage without
|
|
9
|
-
* knowing the stage name defined in the host application.
|
|
10
|
-
* @public
|
|
11
|
-
*/
|
|
12
|
-
export var StageUsage;
|
|
13
|
-
(function (StageUsage) {
|
|
14
|
-
StageUsage["Private"] = "Private";
|
|
15
|
-
StageUsage["General"] = "General";
|
|
16
|
-
StageUsage["Redline"] = "Redline";
|
|
17
|
-
StageUsage["ViewOnly"] = "ViewOnly";
|
|
18
|
-
StageUsage["Edit"] = "Edit";
|
|
19
|
-
StageUsage["Settings"] = "Settings";
|
|
20
|
-
})(StageUsage || (StageUsage = {}));
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Item
|
|
7
|
+
*/
|
|
8
|
+
/** Standard stage uses. Allows extension to target ui item to include on a stage without
|
|
9
|
+
* knowing the stage name defined in the host application.
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export var StageUsage;
|
|
13
|
+
(function (StageUsage) {
|
|
14
|
+
StageUsage["Private"] = "Private";
|
|
15
|
+
StageUsage["General"] = "General";
|
|
16
|
+
StageUsage["Redline"] = "Redline";
|
|
17
|
+
StageUsage["ViewOnly"] = "ViewOnly";
|
|
18
|
+
StageUsage["Edit"] = "Edit";
|
|
19
|
+
StageUsage["Settings"] = "Settings";
|
|
20
|
+
})(StageUsage || (StageUsage = {}));
|
|
21
21
|
//# sourceMappingURL=StageUsage.js.map
|
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module Frontstage
|
|
3
|
-
*/
|
|
4
|
-
import * as React from "react";
|
|
5
|
-
import { ContentGroupProps, ContentGroupProvider } from "../content/ContentGroup";
|
|
6
|
-
import { FrontstageProvider } from "./FrontstageProvider";
|
|
7
|
-
import { FrontstageConfig } from "./FrontstageConfig";
|
|
8
|
-
import { StagePanelConfig } from "../stagepanels/StagePanelConfig";
|
|
9
|
-
import { StageUsage } from "./StageUsage";
|
|
10
|
-
/** Properties of a [[WidgetPanelProps]] component
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export
|
|
14
|
-
/**
|
|
15
|
-
* Props for [[StandardFrontstageProvider]]
|
|
16
|
-
* @public
|
|
17
|
-
*/
|
|
18
|
-
export interface StandardFrontstageProps {
|
|
19
|
-
id: string;
|
|
20
|
-
version?: number;
|
|
21
|
-
usage: StageUsage | string;
|
|
22
|
-
/** Definition of available content groups or a function that provides them */
|
|
23
|
-
contentGroupProps: ContentGroupProps | ContentGroupProvider;
|
|
24
|
-
/** Specify button to use to open backstage. Leave undefined for no backstage button.
|
|
25
|
-
* ```
|
|
26
|
-
* <BackstageAppButton icon={<SvgBentleySystems />} />
|
|
27
|
-
* ```
|
|
28
|
-
* Custom corner button definition
|
|
29
|
-
* ```
|
|
30
|
-
* const cornerButton = <BackstageAppButton icon={<SvgBentleySystems />}
|
|
31
|
-
* label="Toggle Backstage display",
|
|
32
|
-
* execute={() => UiFramework.backstage.getBackstageToggleCommand().execute()} />;
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
cornerButton?: React.ReactNode;
|
|
36
|
-
/** Set to true if default Navigation aid is not desired */
|
|
37
|
-
hideNavigationAid?: boolean;
|
|
38
|
-
/** Set to true if no tool setting dock is needed. Typically only used in modal stages. */
|
|
39
|
-
hideToolSettings?: boolean;
|
|
40
|
-
/** Set to true if no status bar is needed in stage */
|
|
41
|
-
hideStatusBar?: boolean;
|
|
42
|
-
/** Props used to set initial size and state of panel. Defaults to:
|
|
43
|
-
* {size: 300, pinned=false, defaultState:StagePanelState.Minimized} */
|
|
44
|
-
leftPanelProps?: WidgetPanelProps;
|
|
45
|
-
/** Props used to set initial size and state of panel. Defaults to:
|
|
46
|
-
* {size: 90, pinned=false, defaultState:StagePanelState.Minimized} */
|
|
47
|
-
topPanelProps?: WidgetPanelProps;
|
|
48
|
-
/** Props used to set initial size and state of panel. Defaults to:
|
|
49
|
-
* {size: 200, pinned=true, defaultState:StagePanelState.Open} */
|
|
50
|
-
rightPanelProps?: WidgetPanelProps;
|
|
51
|
-
/** Props used to set initial size and state of panel. Defaults to:
|
|
52
|
-
* {size: 180, pinned=true, defaultState:StagePanelState.Open} */
|
|
53
|
-
bottomPanelProps?: WidgetPanelProps;
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* FrontstageProvider that provides an "empty" stage. All tool buttons, statusbar items, and widgets must
|
|
57
|
-
* be provided by one or more item providers, see [UiItemsProvider]($appui-abstract).
|
|
58
|
-
* @public
|
|
59
|
-
*/
|
|
60
|
-
export declare class StandardFrontstageProvider extends FrontstageProvider {
|
|
61
|
-
private props;
|
|
62
|
-
constructor(props: StandardFrontstageProps);
|
|
63
|
-
get id(): string;
|
|
64
|
-
frontstageConfig(): FrontstageConfig;
|
|
65
|
-
}
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Frontstage
|
|
3
|
+
*/
|
|
4
|
+
import * as React from "react";
|
|
5
|
+
import { ContentGroupProps, ContentGroupProvider } from "../content/ContentGroup";
|
|
6
|
+
import { FrontstageProvider } from "./FrontstageProvider";
|
|
7
|
+
import { FrontstageConfig } from "./FrontstageConfig";
|
|
8
|
+
import { StagePanelConfig } from "../stagepanels/StagePanelConfig";
|
|
9
|
+
import { StageUsage } from "./StageUsage";
|
|
10
|
+
/** Properties of a [[WidgetPanelProps]] component
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type WidgetPanelProps = Omit<StagePanelConfig, "widgets" | "runtimeProps" | "header" | "allowedZones" | "panelZones">;
|
|
14
|
+
/**
|
|
15
|
+
* Props for [[StandardFrontstageProvider]]
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface StandardFrontstageProps {
|
|
19
|
+
id: string;
|
|
20
|
+
version?: number;
|
|
21
|
+
usage: StageUsage | string;
|
|
22
|
+
/** Definition of available content groups or a function that provides them */
|
|
23
|
+
contentGroupProps: ContentGroupProps | ContentGroupProvider;
|
|
24
|
+
/** Specify button to use to open backstage. Leave undefined for no backstage button.
|
|
25
|
+
* ```
|
|
26
|
+
* <BackstageAppButton icon={<SvgBentleySystems />} />
|
|
27
|
+
* ```
|
|
28
|
+
* Custom corner button definition
|
|
29
|
+
* ```
|
|
30
|
+
* const cornerButton = <BackstageAppButton icon={<SvgBentleySystems />}
|
|
31
|
+
* label="Toggle Backstage display",
|
|
32
|
+
* execute={() => UiFramework.backstage.getBackstageToggleCommand().execute()} />;
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
cornerButton?: React.ReactNode;
|
|
36
|
+
/** Set to true if default Navigation aid is not desired */
|
|
37
|
+
hideNavigationAid?: boolean;
|
|
38
|
+
/** Set to true if no tool setting dock is needed. Typically only used in modal stages. */
|
|
39
|
+
hideToolSettings?: boolean;
|
|
40
|
+
/** Set to true if no status bar is needed in stage */
|
|
41
|
+
hideStatusBar?: boolean;
|
|
42
|
+
/** Props used to set initial size and state of panel. Defaults to:
|
|
43
|
+
* {size: 300, pinned=false, defaultState:StagePanelState.Minimized} */
|
|
44
|
+
leftPanelProps?: WidgetPanelProps;
|
|
45
|
+
/** Props used to set initial size and state of panel. Defaults to:
|
|
46
|
+
* {size: 90, pinned=false, defaultState:StagePanelState.Minimized} */
|
|
47
|
+
topPanelProps?: WidgetPanelProps;
|
|
48
|
+
/** Props used to set initial size and state of panel. Defaults to:
|
|
49
|
+
* {size: 200, pinned=true, defaultState:StagePanelState.Open} */
|
|
50
|
+
rightPanelProps?: WidgetPanelProps;
|
|
51
|
+
/** Props used to set initial size and state of panel. Defaults to:
|
|
52
|
+
* {size: 180, pinned=true, defaultState:StagePanelState.Open} */
|
|
53
|
+
bottomPanelProps?: WidgetPanelProps;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* FrontstageProvider that provides an "empty" stage. All tool buttons, statusbar items, and widgets must
|
|
57
|
+
* be provided by one or more item providers, see [UiItemsProvider]($appui-abstract).
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export declare class StandardFrontstageProvider extends FrontstageProvider {
|
|
61
|
+
private props;
|
|
62
|
+
constructor(props: StandardFrontstageProps);
|
|
63
|
+
get id(): string;
|
|
64
|
+
frontstageConfig(): FrontstageConfig;
|
|
65
|
+
}
|
|
66
66
|
//# sourceMappingURL=StandardFrontstageProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardFrontstageProvider.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/StandardFrontstageProvider.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAgB,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"StandardFrontstageProvider.d.ts","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/StandardFrontstageProvider.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAgB,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,gBAAgB,EAAE,SAAS,GAAG,cAAc,GAAG,QAAQ,GAAG,cAAc,GAAG,YAAY,CAAC,CAAC;AAE7H;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IAEtC,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,KAAK,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,8EAA8E;IAC9E,iBAAiB,EAAE,iBAAiB,GAAG,oBAAoB,CAAC;IAC5D;;;;;;;;;;OAUG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,2DAA2D;IAC3D,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,0FAA0F;IAC1F,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,sDAAsD;IACtD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;4EACwE;IACxE,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC;2EACuE;IACvE,aAAa,CAAC,EAAE,gBAAgB,CAAC;IACjC;sEACkE;IAClE,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC;sEACkE;IAClE,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC;AAED;;;;GAIG;AACH,qBAAa,0BAA2B,SAAQ,kBAAkB;IACpD,OAAO,CAAC,KAAK;gBAAL,KAAK,EAAE,uBAAuB;IAIlD,IAAoB,EAAE,IAAI,MAAM,CAE/B;IAEe,gBAAgB,IAAI,gBAAgB;CA6CrD"}
|
|
@@ -1,75 +1,74 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
/** @packageDocumentation
|
|
6
|
-
* @module Frontstage
|
|
7
|
-
*/
|
|
8
|
-
import * as React from "react";
|
|
9
|
-
import { ContentGroup, ContentGroupProvider } from "../content/ContentGroup";
|
|
10
|
-
import { FrontstageProvider } from "./FrontstageProvider";
|
|
11
|
-
import { ContentToolWidgetComposer } from "../widgets/ContentToolWidgetComposer";
|
|
12
|
-
import { ViewToolWidgetComposer } from "../widgets/ViewToolWidgetComposer";
|
|
13
|
-
import { StagePanelState } from "../stagepanels/StagePanelDef";
|
|
14
|
-
import { StatusBarComposer } from "../statusbar/StatusBarComposer";
|
|
15
|
-
/**
|
|
16
|
-
* FrontstageProvider that provides an "empty" stage. All tool buttons, statusbar items, and widgets must
|
|
17
|
-
* be provided by one or more item providers, see [UiItemsProvider]($appui-abstract).
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export class StandardFrontstageProvider extends FrontstageProvider {
|
|
21
|
-
constructor(props) {
|
|
22
|
-
super();
|
|
23
|
-
this.props = props;
|
|
24
|
-
}
|
|
25
|
-
get id() {
|
|
26
|
-
return this.props.id;
|
|
27
|
-
}
|
|
28
|
-
frontstageConfig() {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Frontstage
|
|
7
|
+
*/
|
|
8
|
+
import * as React from "react";
|
|
9
|
+
import { ContentGroup, ContentGroupProvider } from "../content/ContentGroup";
|
|
10
|
+
import { FrontstageProvider } from "./FrontstageProvider";
|
|
11
|
+
import { ContentToolWidgetComposer } from "../widgets/ContentToolWidgetComposer";
|
|
12
|
+
import { ViewToolWidgetComposer } from "../widgets/ViewToolWidgetComposer";
|
|
13
|
+
import { StagePanelState } from "../stagepanels/StagePanelDef";
|
|
14
|
+
import { StatusBarComposer } from "../statusbar/StatusBarComposer";
|
|
15
|
+
/**
|
|
16
|
+
* FrontstageProvider that provides an "empty" stage. All tool buttons, statusbar items, and widgets must
|
|
17
|
+
* be provided by one or more item providers, see [UiItemsProvider]($appui-abstract).
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export class StandardFrontstageProvider extends FrontstageProvider {
|
|
21
|
+
constructor(props) {
|
|
22
|
+
super();
|
|
23
|
+
this.props = props;
|
|
24
|
+
}
|
|
25
|
+
get id() {
|
|
26
|
+
return this.props.id;
|
|
27
|
+
}
|
|
28
|
+
frontstageConfig() {
|
|
29
|
+
const contentGroup = (this.props.contentGroupProps instanceof ContentGroupProvider) ? this.props.contentGroupProps : new ContentGroup(this.props.contentGroupProps);
|
|
30
|
+
return {
|
|
31
|
+
id: this.props.id,
|
|
32
|
+
version: this.props.version ?? 1.0,
|
|
33
|
+
contentGroup,
|
|
34
|
+
usage: this.props.usage,
|
|
35
|
+
contentManipulation: {
|
|
36
|
+
id: `${this.props.id}-contentManipulationTools`,
|
|
37
|
+
content: React.createElement(ContentToolWidgetComposer, { cornerButton: this.props.cornerButton }),
|
|
38
|
+
},
|
|
39
|
+
viewNavigation: {
|
|
40
|
+
id: `${this.props.id}-viewNavigationTools`,
|
|
41
|
+
content: React.createElement(ViewToolWidgetComposer, { hideNavigationAid: this.props.hideNavigationAid }),
|
|
42
|
+
},
|
|
43
|
+
toolSettings: this.props.hideToolSettings ? undefined : {
|
|
44
|
+
id: `${this.props.id}-toolSettings`,
|
|
45
|
+
},
|
|
46
|
+
statusBar: this.props.hideStatusBar ? undefined : {
|
|
47
|
+
id: `${this.props.id}-statusBar`,
|
|
48
|
+
content: React.createElement(StatusBarComposer, { items: [] }),
|
|
49
|
+
},
|
|
50
|
+
leftPanel: {
|
|
51
|
+
size: 300,
|
|
52
|
+
pinned: false,
|
|
53
|
+
defaultState: StagePanelState.Minimized,
|
|
54
|
+
...this.props.leftPanelProps,
|
|
55
|
+
},
|
|
56
|
+
topPanel: {
|
|
57
|
+
size: 90,
|
|
58
|
+
pinned: false,
|
|
59
|
+
defaultState: StagePanelState.Minimized,
|
|
60
|
+
...this.props.topPanelProps,
|
|
61
|
+
},
|
|
62
|
+
rightPanel: {
|
|
63
|
+
defaultState: StagePanelState.Open,
|
|
64
|
+
...this.props.rightPanelProps,
|
|
65
|
+
},
|
|
66
|
+
bottomPanel: {
|
|
67
|
+
size: 180,
|
|
68
|
+
defaultState: StagePanelState.Open,
|
|
69
|
+
...this.props.bottomPanelProps,
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
}
|
|
75
74
|
//# sourceMappingURL=StandardFrontstageProvider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StandardFrontstageProvider.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/StandardFrontstageProvider.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAqB,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAI/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAoDnE;;;;GAIG;AACH,MAAM,OAAO,0BAA2B,SAAQ,kBAAkB;IAChE,YAAoB,KAA8B;QAChD,KAAK,EAAE,CAAC;QADU,UAAK,GAAL,KAAK,CAAyB;IAElD,CAAC;IAED,IAAoB,EAAE;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;IACvB,CAAC;IAEe,gBAAgB
|
|
1
|
+
{"version":3,"file":"StandardFrontstageProvider.js","sourceRoot":"","sources":["../../../../src/appui-react/frontstage/StandardFrontstageProvider.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,YAAY,EAAqB,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAI/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAoDnE;;;;GAIG;AACH,MAAM,OAAO,0BAA2B,SAAQ,kBAAkB;IAChE,YAAoB,KAA8B;QAChD,KAAK,EAAE,CAAC;QADU,UAAK,GAAL,KAAK,CAAyB;IAElD,CAAC;IAED,IAAoB,EAAE;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;IACvB,CAAC;IAEe,gBAAgB;QAC9B,MAAM,YAAY,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,YAAY,oBAAoB,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAAI,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;QACpK,OAAO;YACL,EAAE,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE;YACjB,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,IAAI,GAAG;YAClC,YAAY;YACZ,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;YACvB,mBAAmB,EAAE;gBACnB,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,2BAA2B;gBAC/C,OAAO,EAAE,oBAAC,yBAAyB,IAAC,YAAY,EAAE,IAAI,CAAC,KAAK,CAAC,YAAY,GAAI;aAC9E;YACD,cAAc,EAAE;gBACd,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,sBAAsB;gBAC1C,OAAO,EAAE,oBAAC,sBAAsB,IAAC,iBAAiB,EAAE,IAAI,CAAC,KAAK,CAAC,iBAAiB,GAAI;aACrF;YACD,YAAY,EAAE,IAAI,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;gBACtD,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,eAAe;aACpC;YACD,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;gBAChD,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,YAAY;gBAChC,OAAO,EAAE,oBAAC,iBAAiB,IAAC,KAAK,EAAE,EAAE,GAAI;aAC1C;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,GAAG;gBACT,MAAM,EAAE,KAAK;gBACb,YAAY,EAAE,eAAe,CAAC,SAAS;gBACvC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc;aAC7B;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,EAAE;gBACR,MAAM,EAAE,KAAK;gBACb,YAAY,EAAE,eAAe,CAAC,SAAS;gBACvC,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa;aAC5B;YACD,UAAU,EAAE;gBACV,YAAY,EAAE,eAAe,CAAC,IAAI;gBAClC,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe;aAC9B;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,GAAG;gBACT,YAAY,EAAE,eAAe,CAAC,IAAI;gBAClC,GAAG,IAAI,CAAC,KAAK,CAAC,gBAAgB;aAC/B;SACF,CAAC;IACJ,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Frontstage\r\n */\r\n\r\nimport * as React from \"react\";\r\nimport { ContentGroup, ContentGroupProps, ContentGroupProvider } from \"../content/ContentGroup\";\r\nimport { FrontstageProvider } from \"./FrontstageProvider\";\r\nimport { ContentToolWidgetComposer } from \"../widgets/ContentToolWidgetComposer\";\r\nimport { ViewToolWidgetComposer } from \"../widgets/ViewToolWidgetComposer\";\r\nimport { StagePanelState } from \"../stagepanels/StagePanelDef\";\r\nimport { FrontstageConfig } from \"./FrontstageConfig\";\r\nimport { StagePanelConfig } from \"../stagepanels/StagePanelConfig\";\r\nimport { StageUsage } from \"./StageUsage\";\r\nimport { StatusBarComposer } from \"../statusbar/StatusBarComposer\";\r\n\r\n/** Properties of a [[WidgetPanelProps]] component\r\n * @public\r\n */\r\nexport type WidgetPanelProps = Omit<StagePanelConfig, \"widgets\" | \"runtimeProps\" | \"header\" | \"allowedZones\" | \"panelZones\">;\r\n\r\n/**\r\n * Props for [[StandardFrontstageProvider]]\r\n * @public\r\n */\r\nexport interface StandardFrontstageProps {\r\n /* unique stage id. To ensure uniqueness it is common practice to format id like `appName:stageId` */\r\n id: string;\r\n /* version id that is used to store state of stage */\r\n version?: number;\r\n // Usage of stage. To allow generic UiItemProvides to populate this stage set to `StageUsage.General`.\r\n usage: StageUsage | string;\r\n /** Definition of available content groups or a function that provides them */\r\n contentGroupProps: ContentGroupProps | ContentGroupProvider;\r\n /** Specify button to use to open backstage. Leave undefined for no backstage button.\r\n * ```\r\n * <BackstageAppButton icon={<SvgBentleySystems />} />\r\n * ```\r\n * Custom corner button definition\r\n * ```\r\n * const cornerButton = <BackstageAppButton icon={<SvgBentleySystems />}\r\n * label=\"Toggle Backstage display\",\r\n * execute={() => UiFramework.backstage.getBackstageToggleCommand().execute()} />;\r\n * ```\r\n */\r\n cornerButton?: React.ReactNode;\r\n /** Set to true if default Navigation aid is not desired */\r\n hideNavigationAid?: boolean;\r\n /** Set to true if no tool setting dock is needed. Typically only used in modal stages. */\r\n hideToolSettings?: boolean;\r\n /** Set to true if no status bar is needed in stage */\r\n hideStatusBar?: boolean;\r\n /** Props used to set initial size and state of panel. Defaults to:\r\n * {size: 300, pinned=false, defaultState:StagePanelState.Minimized} */\r\n leftPanelProps?: WidgetPanelProps;\r\n /** Props used to set initial size and state of panel. Defaults to:\r\n * {size: 90, pinned=false, defaultState:StagePanelState.Minimized} */\r\n topPanelProps?: WidgetPanelProps;\r\n /** Props used to set initial size and state of panel. Defaults to:\r\n * {size: 200, pinned=true, defaultState:StagePanelState.Open} */\r\n rightPanelProps?: WidgetPanelProps;\r\n /** Props used to set initial size and state of panel. Defaults to:\r\n * {size: 180, pinned=true, defaultState:StagePanelState.Open} */\r\n bottomPanelProps?: WidgetPanelProps;\r\n}\r\n\r\n/**\r\n * FrontstageProvider that provides an \"empty\" stage. All tool buttons, statusbar items, and widgets must\r\n * be provided by one or more item providers, see [UiItemsProvider]($appui-abstract).\r\n * @public\r\n */\r\nexport class StandardFrontstageProvider extends FrontstageProvider {\r\n constructor(private props: StandardFrontstageProps) {\r\n super();\r\n }\r\n\r\n public override get id(): string {\r\n return this.props.id;\r\n }\r\n\r\n public override frontstageConfig(): FrontstageConfig {\r\n const contentGroup = (this.props.contentGroupProps instanceof ContentGroupProvider) ? this.props.contentGroupProps : new ContentGroup(this.props.contentGroupProps);\r\n return {\r\n id: this.props.id,\r\n version: this.props.version ?? 1.0,\r\n contentGroup,\r\n usage: this.props.usage,\r\n contentManipulation: {\r\n id: `${this.props.id}-contentManipulationTools`,\r\n content: <ContentToolWidgetComposer cornerButton={this.props.cornerButton} />,\r\n },\r\n viewNavigation: {\r\n id: `${this.props.id}-viewNavigationTools`,\r\n content: <ViewToolWidgetComposer hideNavigationAid={this.props.hideNavigationAid} />,\r\n },\r\n toolSettings: this.props.hideToolSettings ? undefined : {\r\n id: `${this.props.id}-toolSettings`,\r\n },\r\n statusBar: this.props.hideStatusBar ? undefined : {\r\n id: `${this.props.id}-statusBar`,\r\n content: <StatusBarComposer items={[]} />,\r\n },\r\n leftPanel: {\r\n size: 300,\r\n pinned: false,\r\n defaultState: StagePanelState.Minimized,\r\n ...this.props.leftPanelProps,\r\n },\r\n topPanel: {\r\n size: 90,\r\n pinned: false,\r\n defaultState: StagePanelState.Minimized,\r\n ...this.props.topPanelProps,\r\n },\r\n rightPanel: {\r\n defaultState: StagePanelState.Open,\r\n ...this.props.rightPanelProps,\r\n },\r\n bottomPanel: {\r\n size: 180,\r\n defaultState: StagePanelState.Open,\r\n ...this.props.bottomPanelProps,\r\n },\r\n };\r\n }\r\n}\r\n"]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module Hooks
|
|
3
|
-
*/
|
|
4
|
-
import { IModelConnection } from "@itwin/core-frontend";
|
|
5
|
-
/** React hook that maintains the active IModelConnection. For this hook to work properly the
|
|
6
|
-
* IModelConnection must be set using UiFramework.setIModelConnection method. This also requires
|
|
7
|
-
* that the host app includes the UiFramework reducer into its Redux store.
|
|
8
|
-
* @public
|
|
9
|
-
*/
|
|
10
|
-
export declare function useActiveIModelConnection(): IModelConnection | undefined;
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module Hooks
|
|
3
|
+
*/
|
|
4
|
+
import { IModelConnection } from "@itwin/core-frontend";
|
|
5
|
+
/** React hook that maintains the active IModelConnection. For this hook to work properly the
|
|
6
|
+
* IModelConnection must be set using UiFramework.setIModelConnection method. This also requires
|
|
7
|
+
* that the host app includes the UiFramework reducer into its Redux store.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export declare function useActiveIModelConnection(): IModelConnection | undefined;
|
|
11
11
|
//# sourceMappingURL=useActiveIModelConnection.d.ts.map
|