@itwin/appui-react 5.3.1 → 5.5.0
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 +330 -30
- package/lib/appui-react/UiFramework.d.ts +6 -2
- package/lib/appui-react/UiFramework.d.ts.map +1 -1
- package/lib/appui-react/UiFramework.js +30 -3
- package/lib/appui-react/UiFramework.js.map +1 -1
- package/lib/appui-react/accudraw/AccuDrawFieldContainer.d.ts.map +1 -1
- package/lib/appui-react/accudraw/AccuDrawFieldContainer.js +4 -4
- package/lib/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
- package/lib/appui-react/accudraw/AccuDrawPopupManager.d.ts.map +1 -1
- package/lib/appui-react/accudraw/AccuDrawPopupManager.js +10 -6
- package/lib/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
- package/lib/appui-react/accudraw/AccuDrawWidget.d.ts.map +1 -1
- package/lib/appui-react/accudraw/AccuDrawWidget.js +1 -0
- package/lib/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
- package/lib/appui-react/accudraw/Calculator.js +2 -2
- package/lib/appui-react/accudraw/Calculator.js.map +1 -1
- package/lib/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -1
- package/lib/appui-react/backstage/BackstageItemUtilities.js +2 -0
- package/lib/appui-react/backstage/BackstageItemUtilities.js.map +1 -1
- package/lib/appui-react/childwindow/ChildWindowRenderer.d.ts +2 -0
- package/lib/appui-react/childwindow/ChildWindowRenderer.d.ts.map +1 -1
- package/lib/appui-react/childwindow/ChildWindowRenderer.js +15 -10
- package/lib/appui-react/childwindow/ChildWindowRenderer.js.map +1 -1
- package/lib/appui-react/configurableui/ConfigurableUiContent.d.ts +23 -1
- package/lib/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
- package/lib/appui-react/configurableui/ConfigurableUiContent.js +20 -12
- package/lib/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
- package/lib/appui-react/content/ContentLayout.d.ts.map +1 -1
- package/lib/appui-react/content/ContentLayout.js +10 -11
- package/lib/appui-react/content/ContentLayout.js.map +1 -1
- package/lib/appui-react/content/ContentOverlay.d.ts +1 -0
- package/lib/appui-react/content/ContentOverlay.d.ts.map +1 -1
- package/lib/appui-react/content/ContentOverlay.js +3 -1
- package/lib/appui-react/content/ContentOverlay.js.map +1 -1
- package/lib/appui-react/content/DefaultViewOverlay.d.ts.map +1 -1
- package/lib/appui-react/content/DefaultViewOverlay.js +6 -2
- package/lib/appui-react/content/DefaultViewOverlay.js.map +1 -1
- package/lib/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
- package/lib/appui-react/content/FloatingViewportContent.js +1 -1
- package/lib/appui-react/content/FloatingViewportContent.js.map +1 -1
- package/lib/appui-react/cursor/CursorInformation.d.ts +4 -1
- package/lib/appui-react/cursor/CursorInformation.d.ts.map +1 -1
- package/lib/appui-react/cursor/CursorInformation.js +6 -1
- package/lib/appui-react/cursor/CursorInformation.js.map +1 -1
- package/lib/appui-react/cursor/cursormenu/CursorMenu.d.ts +1 -24
- package/lib/appui-react/cursor/cursormenu/CursorMenu.d.ts.map +1 -1
- package/lib/appui-react/cursor/cursormenu/CursorMenu.js +37 -58
- package/lib/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
- package/lib/appui-react/cursor/cursorpopup/CursorPopup.scss +3 -0
- package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +8 -22
- package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts.map +1 -1
- package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.js +111 -116
- package/lib/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
- package/lib/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +12 -15
- package/lib/appui-react/cursor/cursorprompt/CursorPrompt.d.ts.map +1 -1
- package/lib/appui-react/cursor/cursorprompt/CursorPrompt.js +85 -48
- package/lib/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
- package/lib/appui-react/framework/FrameworkFrontstages.d.ts +47 -0
- package/lib/appui-react/framework/FrameworkFrontstages.d.ts.map +1 -1
- package/lib/appui-react/framework/FrameworkFrontstages.js +136 -0
- package/lib/appui-react/framework/FrameworkFrontstages.js.map +1 -1
- package/lib/appui-react/framework/FrameworkVisibility.d.ts +2 -0
- package/lib/appui-react/framework/FrameworkVisibility.d.ts.map +1 -1
- package/lib/appui-react/framework/FrameworkVisibility.js.map +1 -1
- package/lib/appui-react/frontstage/InternalFrontstageManager.d.ts.map +1 -1
- package/lib/appui-react/frontstage/InternalFrontstageManager.js +121 -115
- package/lib/appui-react/frontstage/InternalFrontstageManager.js.map +1 -1
- package/lib/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
- package/lib/appui-react/frontstage/StandardFrontstageProvider.js +1 -0
- package/lib/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
- package/lib/appui-react/hooks/useActiveTool.d.ts +9 -0
- package/lib/appui-react/hooks/useActiveTool.d.ts.map +1 -0
- package/lib/appui-react/hooks/useActiveTool.js +23 -0
- package/lib/appui-react/hooks/useActiveTool.js.map +1 -0
- package/lib/appui-react/icons/SvgAngle.d.ts +7 -0
- package/lib/appui-react/icons/SvgAngle.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgAngle.js +15 -0
- package/lib/appui-react/icons/SvgAngle.js.map +1 -0
- package/lib/appui-react/icons/SvgBackspace.d.ts +7 -0
- package/lib/appui-react/icons/SvgBackspace.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgBackspace.js +14 -0
- package/lib/appui-react/icons/SvgBackspace.js.map +1 -0
- package/lib/appui-react/icons/SvgDistance.d.ts +7 -0
- package/lib/appui-react/icons/SvgDistance.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgDistance.js +16 -0
- package/lib/appui-react/icons/SvgDistance.js.map +1 -0
- package/lib/appui-react/icons/SvgHeight.d.ts +7 -0
- package/lib/appui-react/icons/SvgHeight.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgHeight.js +17 -0
- package/lib/appui-react/icons/SvgHeight.js.map +1 -0
- package/lib/appui-react/icons/SvgMouseClickLeftDrag.d.ts +7 -0
- package/lib/appui-react/icons/SvgMouseClickLeftDrag.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgMouseClickLeftDrag.js +15 -0
- package/lib/appui-react/icons/SvgMouseClickLeftDrag.js.map +1 -0
- package/lib/appui-react/icons/SvgMouseClickRightDrag.d.ts +7 -0
- package/lib/appui-react/icons/SvgMouseClickRightDrag.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgMouseClickRightDrag.js +15 -0
- package/lib/appui-react/icons/SvgMouseClickRightDrag.js.map +1 -0
- package/lib/appui-react/icons/SvgMouseClickWheelDrag.d.ts +7 -0
- package/lib/appui-react/icons/SvgMouseClickWheelDrag.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgMouseClickWheelDrag.js +15 -0
- package/lib/appui-react/icons/SvgMouseClickWheelDrag.js.map +1 -0
- package/lib/appui-react/icons/SvgTouchCursorPan.d.ts +7 -0
- package/lib/appui-react/icons/SvgTouchCursorPan.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgTouchCursorPan.js +15 -0
- package/lib/appui-react/icons/SvgTouchCursorPan.js.map +1 -0
- package/lib/appui-react/icons/SvgTouchCursorPoint.d.ts +7 -0
- package/lib/appui-react/icons/SvgTouchCursorPoint.d.ts.map +1 -0
- package/lib/appui-react/icons/SvgTouchCursorPoint.js +16 -0
- package/lib/appui-react/icons/SvgTouchCursorPoint.js.map +1 -0
- package/lib/appui-react/layout/StandardLayout.scss +3 -8
- package/lib/appui-react/layout/base/DragManager.d.ts.map +1 -1
- package/lib/appui-react/layout/base/DragManager.js +10 -15
- package/lib/appui-react/layout/base/DragManager.js.map +1 -1
- package/lib/appui-react/layout/state/NineZoneAction.d.ts +1 -0
- package/lib/appui-react/layout/state/NineZoneAction.d.ts.map +1 -1
- package/lib/appui-react/layout/state/NineZoneAction.js.map +1 -1
- package/lib/appui-react/layout/state/NineZoneStateReducer.d.ts.map +1 -1
- package/lib/appui-react/layout/state/NineZoneStateReducer.js +23 -16
- package/lib/appui-react/layout/state/NineZoneStateReducer.js.map +1 -1
- package/lib/appui-react/messages/Pointer.js +1 -1
- package/lib/appui-react/messages/Pointer.js.map +1 -1
- package/lib/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
- package/lib/appui-react/navigationaids/CubeNavigationAidControl.js +1 -0
- package/lib/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
- package/lib/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
- package/lib/appui-react/navigationaids/DrawingNavigationAidControl.js +1 -0
- package/lib/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
- package/lib/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
- package/lib/appui-react/navigationaids/SheetNavigationAid.js +1 -0
- package/lib/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
- package/lib/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
- package/lib/appui-react/navigationaids/StandardRotationNavigationAid.js +1 -0
- package/lib/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
- package/lib/appui-react/popup/KeyinPalettePanel.js +1 -1
- package/lib/appui-react/popup/KeyinPalettePanel.js.map +1 -1
- package/lib/appui-react/popup/PopupManager.d.ts.map +1 -1
- package/lib/appui-react/popup/PopupManager.js +9 -3
- package/lib/appui-react/popup/PopupManager.js.map +1 -1
- package/lib/appui-react/preview/PreviewFeatures.d.ts +5 -0
- package/lib/appui-react/preview/PreviewFeatures.d.ts.map +1 -1
- package/lib/appui-react/preview/PreviewFeatures.js +1 -0
- package/lib/appui-react/preview/PreviewFeatures.js.map +1 -1
- package/lib/appui-react/preview/horizontal-panel-alignment/PreviewHorizontalPanelAlign.d.ts.map +1 -1
- package/lib/appui-react/preview/horizontal-panel-alignment/PreviewHorizontalPanelAlign.js +8 -2
- package/lib/appui-react/preview/horizontal-panel-alignment/PreviewHorizontalPanelAlign.js.map +1 -1
- package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.d.ts +5 -0
- package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.d.ts.map +1 -0
- package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.js +13 -0
- package/lib/appui-react/preview/tool-settings-new-editors/useToolsSettingsNewEditors.js.map +1 -0
- package/lib/appui-react/shared/MenuItem.d.ts +3 -0
- package/lib/appui-react/shared/MenuItem.d.ts.map +1 -1
- package/lib/appui-react/shared/MenuItem.js +2 -3
- package/lib/appui-react/shared/MenuItem.js.map +1 -1
- package/lib/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
- package/lib/appui-react/statusbar/StatusBarItemUtilities.js +2 -0
- package/lib/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
- package/lib/appui-react/statusfields/ActivityCenter.js +1 -1
- package/lib/appui-react/statusfields/ActivityCenter.js.map +1 -1
- package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +2 -55
- package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
- package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.js +333 -403
- package/lib/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
- package/lib/appui-react/toolbar/Toolbar.d.ts.map +1 -1
- package/lib/appui-react/toolbar/Toolbar.js +4 -3
- package/lib/appui-react/toolbar/Toolbar.js.map +1 -1
- package/lib/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -1
- package/lib/appui-react/toolbar/ToolbarItemUtilities.js +3 -0
- package/lib/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -1
- package/lib/appui-react/toolbar/new-toolbars/ActionItem.d.ts.map +1 -1
- package/lib/appui-react/toolbar/new-toolbars/ActionItem.js +3 -0
- package/lib/appui-react/toolbar/new-toolbars/ActionItem.js.map +1 -1
- package/lib/appui-react/toolbar/new-toolbars/GroupItem.d.ts +1 -1
- package/lib/appui-react/toolbar/new-toolbars/GroupItem.d.ts.map +1 -1
- package/lib/appui-react/toolbar/new-toolbars/GroupItem.js +2 -0
- package/lib/appui-react/toolbar/new-toolbars/GroupItem.js.map +1 -1
- package/lib/appui-react/toolbar/new-toolbars/Item.d.ts +2 -2
- package/lib/appui-react/toolbar/new-toolbars/Toolbar.d.ts +6 -3
- package/lib/appui-react/toolbar/new-toolbars/Toolbar.d.ts.map +1 -1
- package/lib/appui-react/toolbar/new-toolbars/Toolbar.js +4 -3
- package/lib/appui-react/toolbar/new-toolbars/Toolbar.js.map +1 -1
- package/lib/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -1
- package/lib/appui-react/toolsettings/DefaultToolSettingsProvider.js +1 -0
- package/lib/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
- package/lib/appui-react/ui-items-provider/AbstractUiItemsManager.d.ts.map +1 -1
- package/lib/appui-react/ui-items-provider/AbstractUiItemsManager.js +9 -2
- package/lib/appui-react/ui-items-provider/AbstractUiItemsManager.js.map +1 -1
- package/lib/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
- package/lib/appui-react/ui-items-provider/StandardContentToolsProvider.js +1 -0
- package/lib/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
- package/lib/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
- package/lib/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +1 -0
- package/lib/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
- package/lib/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
- package/lib/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +1 -0
- package/lib/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
- package/lib/appui-react/uiprovider/ComponentGenerator.d.ts.map +1 -1
- package/lib/appui-react/uiprovider/ComponentGenerator.js +4 -2
- package/lib/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
- package/lib/appui-react/utils/InternalUiShowHideManager.d.ts +2 -0
- package/lib/appui-react/utils/InternalUiShowHideManager.d.ts.map +1 -1
- package/lib/appui-react/utils/InternalUiShowHideManager.js +6 -0
- package/lib/appui-react/utils/InternalUiShowHideManager.js.map +1 -1
- package/lib/appui-react/utils/PropsHelper.js +1 -1
- package/lib/appui-react/utils/PropsHelper.js.map +1 -1
- package/lib/appui-react/widget-panels/Frontstage.d.ts +7 -2
- package/lib/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/appui-react/widget-panels/Frontstage.js +29 -12
- package/lib/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/appui-react/widgets/BackstageAppButton.scss +8 -3
- package/lib/appui-react/widgets/BasicToolWidget.d.ts.map +1 -1
- package/lib/appui-react/widgets/BasicToolWidget.js +3 -1
- package/lib/appui-react/widgets/BasicToolWidget.js.map +1 -1
- package/lib/appui-react/widgets/WidgetDef.d.ts.map +1 -1
- package/lib/appui-react/widgets/WidgetDef.js +0 -1
- package/lib/appui-react/widgets/WidgetDef.js.map +1 -1
- package/lib/appui-react.d.ts +1 -1
- package/lib/appui-react.d.ts.map +1 -1
- package/lib/appui-react.js +1 -1
- package/lib/appui-react.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +3 -0
- package/lib/cjs/appui-react/layout/StandardLayout.scss +3 -8
- package/lib/cjs/appui-react/widgets/BackstageAppButton.scss +8 -3
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +3 -0
- package/lib/esm/appui-react/layout/StandardLayout.scss +3 -8
- package/lib/esm/appui-react/widgets/BackstageAppButton.scss +8 -3
- package/package.json +29 -30
- package/lib/appui-react/accudraw/angle.svg +0 -1
- package/lib/appui-react/accudraw/backspace.svg +0 -9
- package/lib/appui-react/accudraw/constraint-2d.svg +0 -11
- package/lib/appui-react/accudraw/distance.svg +0 -1
- package/lib/appui-react/accudraw/height-2.svg +0 -10
- package/lib/appui-react/accudraw/height.svg +0 -11
- package/lib/appui-react/statusfields/toolassistance/accept-point.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/cursor-click.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/gesture-pinch.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/mouse-click-left.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/mouse-click-right.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +0 -1
- package/lib/appui-react/statusfields/toolassistance/touch-cursor-point.svg +0 -1
- package/lib/cjs/appui-react/accudraw/angle.svg +0 -1
- package/lib/cjs/appui-react/accudraw/backspace.svg +0 -9
- package/lib/cjs/appui-react/accudraw/constraint-2d.svg +0 -11
- package/lib/cjs/appui-react/accudraw/distance.svg +0 -1
- package/lib/cjs/appui-react/accudraw/height-2.svg +0 -10
- package/lib/cjs/appui-react/accudraw/height.svg +0 -11
- package/lib/cjs/appui-react/statusfields/toolassistance/accept-point.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/cursor-click.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-pinch.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +0 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-point.svg +0 -1
- package/lib/esm/appui-react/accudraw/angle.svg +0 -1
- package/lib/esm/appui-react/accudraw/backspace.svg +0 -9
- package/lib/esm/appui-react/accudraw/constraint-2d.svg +0 -11
- package/lib/esm/appui-react/accudraw/distance.svg +0 -1
- package/lib/esm/appui-react/accudraw/height-2.svg +0 -10
- package/lib/esm/appui-react/accudraw/height.svg +0 -11
- package/lib/esm/appui-react/statusfields/toolassistance/accept-point.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/cursor-click.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-pinch.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +0 -1
- package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-point.svg +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CursorPrompt.js","sourceRoot":"","sources":["../../../../src/appui-react/cursor/cursorprompt/CursorPrompt.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,qBAAqB,CAAC;AAC7B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EACL,iBAAiB,EACjB,yBAAyB,GAC1B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"CursorPrompt.js","sourceRoot":"","sources":["../../../../src/appui-react/cursor/cursorprompt/CursorPrompt.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,qBAAqB,CAAC;AAC7B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EACL,iBAAiB,EACjB,yBAAyB,GAC1B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAWlE,MAAM,OAAO,GAAG,eAAe,CAAC;AAChC,MAAM,WAAW,GAAG,GAAG,EAAE,CAAC,WAAW,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAExE,gBAAgB;AAChB,MAAM,UAAU,eAAe,CAAC,IAAyB;IACvD,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;IACvE,MAAM,WAAW,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACvC,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,WAAW,CAAC,OAAO,GAAG,IAAI,CAAC;IAC7B,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;IAEX,4DAA4D;IAC5D,MAAM,QAAQ,GAAG,KAAK,CAAC,MAAM,EAAqB,CAAC;IACnD,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAElD,MAAM,OAAO,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC;IACnC,0EAA0E;IAC1E,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACpE,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,OAAO,EAAE,CAAC;YACZ,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,kBAAkB,CAAC,CAAC;YACnD,kBAAkB,CAAC,IAAI,CAAC,CAAC;YACzB,OAAO;QACT,CAAC;QAED,4DAA4D;QAC5D,MAAM,KAAK,GAAG,IAAI,KAAK,CAAC,GAAG,CAAC,CAAC;QAC7B,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE;YACtB,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,wBAAwB,CAAC,CAAC;YACzD,kBAAkB,CAAC,KAAK,CAAC,CAAC;QAC5B,CAAC,CAAC,CAAC;QACH,KAAK,CAAC,KAAK,EAAE,CAAC;QACd,OAAO,GAAG,EAAE;YACV,KAAK,CAAC,IAAI,EAAE,CAAC;QACf,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,MAAM,cAAc,GAAG,yBAAyB,CAC9C,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,cAAc,CAChC,CAAC;IACF,MAAM,UAAU,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QACpC,IAAI,CAAC,IAAI;YAAE,OAAO,KAAK,CAAC;QACxB,IAAI,CAAC,MAAM;YAAE,OAAO,KAAK,CAAC;QAC1B,IAAI,eAAe,IAAI,CAAC,OAAO,IAAI,eAAe,CAAC;YAAE,OAAO,KAAK,CAAC;QAClE,IAAI,eAAe,IAAI,CAAC,cAAc;YAAE,OAAO,KAAK,CAAC;QACrD,OAAO,IAAI,CAAC;IACd,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC;IAE9E,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,OAAO,KAAK,MAAM,CAAC,iBAAiB;YAAE,OAAO;QAEjD,4DAA4D;QAC5D,MAAM,KAAK,GAAG,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC;QACjC,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE;YACtB,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,eAAe,CAAC,CAAC;YAChD,SAAS,CAAC,KAAK,CAAC,CAAC;QACnB,CAAC,CAAC,CAAC;QACH,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC;QACtB,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;QACzB,OAAO,GAAG,EAAE;YACV,KAAK,CAAC,IAAI,EAAE,CAAC;QACf,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACd,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,CAAC,UAAU;YAAE,OAAO;QACxB,IAAI,CAAC,WAAW;YAAE,OAAO;QAEzB,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,MAAM,CAAC,CAAC;QACvC,kBAAkB,CAAC,IAAI,CACrB,OAAO,EACP,oBAAC,YAAY,IAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,GAAI,EAC9D,iBAAiB,CAAC,cAAc,EAChC,IAAI,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EACjB,gBAAgB,CAAC,WAAW,EAC5B,CAAC,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,EAChB,iBAAiB,CAAC,cAAc,CACjC,CAAC;QACF,OAAO,GAAG,EAAE;YACV,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,OAAO,CAAC,CAAC;YACxC,kBAAkB,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACxE,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,UAAU,EAAE,WAAW,EAAE,QAAQ,CAAC,CAAC,CAAC;IACxC,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,OAAO,iBAAiB,CAAC,oBAAoB,CAAC,WAAW,CAAC,CAAC,IAAI,EAAE,EAAE;YACjE,kBAAkB,CAAC,cAAc,CAC/B,IAAI,CAAC,KAAK,EACV,iBAAiB,CAAC,cAAc,CACjC,CAAC;QACJ,CAAC,CAAC,CAAC;IACL,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,IAAI,GAAG,KAAK,CAAC,WAAW,CAAC,GAAG,EAAE;QAClC,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,EAAE,cAAc,CAAC,CAAC;QAC/C,SAAS,CAAC,IAAI,CAAC,CAAC;QAChB,QAAQ,CAAC,OAAO,EAAE,KAAK,EAAE,CAAC;IAC5B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,EAAE,IAAI,EAAE,CAAC;AAClB,CAAC;AAED,SAAS,YAAY,CAAC,EACpB,QAAQ,EACR,WAAW,GAIZ;IACC,OAAO,CACL,6BAAK,SAAS,EAAC,oBAAoB;QAChC,QAAQ,IAAI,CACX,8BAAM,SAAS,EAAC,yBAAyB;YAEvC,oBAAC,IAAI,IAAC,QAAQ,EAAE,QAAQ,GAAI,CACvB,CACR;QACD,oBAAC,IAAI,IAAC,OAAO,EAAC,MAAM,EAAC,SAAS,EAAC,yBAAyB,IACrD,WAAW,CACP,CACH,CACP,CAAC;AACJ,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Notification\n */\n\nimport \"./CursorPrompt.scss\";\nimport * as React from \"react\";\nimport { RelativePosition } from \"@itwin/appui-abstract\";\nimport { Logger } from \"@itwin/core-bentley\";\nimport { Icon, Timer } from \"@itwin/core-react\";\nimport { Point } from \"@itwin/core-react/internal\";\nimport { Text } from \"@itwin/itwinui-react\";\nimport {\n CursorInformation,\n useCursorInformationStore,\n} from \"../CursorInformation.js\";\nimport { CursorPopupManager } from \"../cursorpopup/CursorPopupManager.js\";\nimport { UiFramework } from \"../../UiFramework.js\";\nimport { useDraggedItem } from \"../../layout/base/DragManager.js\";\n\ninterface UseCursorPromptArgs {\n show: boolean;\n timeout: number;\n iconSpec: string;\n instruction: string | undefined;\n fadeOut: boolean;\n promptAtContent: boolean;\n}\n\nconst popupId = \"cursor-prompt\";\nconst getCategory = () => UiFramework.loggerCategory(\"useCursorPrompt\");\n\n/** @internal */\nexport function useCursorPrompt(args: UseCursorPromptArgs) {\n const { show, timeout, instruction, iconSpec, promptAtContent } = args;\n const lastArgsRef = React.useRef(args);\n React.useEffect(() => {\n lastArgsRef.current = args;\n }, [args]);\n\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n const timerRef = React.useRef<Timer | undefined>();\n const [isOpen, setIsOpen] = React.useState(false);\n\n const dragged = !!useDraggedItem();\n // Workaround to make sure the prompt is not shown when dragging a widget.\n const [draggedRecently, setDraggedRecently] = React.useState(false);\n React.useEffect(() => {\n if (dragged) {\n Logger.logTrace(getCategory(), \"dragged recently\");\n setDraggedRecently(true);\n return;\n }\n\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n const timer = new Timer(250);\n timer.setOnExecute(() => {\n Logger.logTrace(getCategory(), \"reset dragged recently\");\n setDraggedRecently(false);\n });\n timer.start();\n return () => {\n timer.stop();\n };\n }, [dragged]);\n\n const contentHovered = useCursorInformationStore(\n (state) => state.contentHovered\n );\n const shouldOpen = React.useMemo(() => {\n if (!show) return false;\n if (!isOpen) return false;\n if (promptAtContent && (dragged || draggedRecently)) return false;\n if (promptAtContent && !contentHovered) return false;\n return true;\n }, [show, isOpen, dragged, draggedRecently, promptAtContent, contentHovered]);\n\n React.useEffect(() => {\n if (timeout === Number.POSITIVE_INFINITY) return;\n\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n const timer = new Timer(timeout);\n timer.setOnExecute(() => {\n Logger.logTrace(getCategory(), \"timer expired\");\n setIsOpen(false);\n });\n timer.delay = timeout;\n timerRef.current = timer;\n return () => {\n timer.stop();\n };\n }, [timeout]);\n React.useEffect(() => {\n if (!shouldOpen) return;\n if (!instruction) return;\n\n Logger.logTrace(getCategory(), \"open\");\n CursorPopupManager.open(\n popupId,\n <CursorPrompt iconSpec={iconSpec} instruction={instruction} />,\n CursorInformation.cursorPosition,\n new Point(20, 20),\n RelativePosition.BottomRight,\n 0,\n { shadow: true },\n CursorInformation.cursorDocument\n );\n return () => {\n Logger.logTrace(getCategory(), \"close\");\n CursorPopupManager.close(popupId, false, lastArgsRef.current.fadeOut);\n };\n }, [shouldOpen, instruction, iconSpec]);\n React.useEffect(() => {\n return CursorInformation.onCursorUpdatedEvent.addListener((args) => {\n CursorPopupManager.updatePosition(\n args.newPt,\n CursorInformation.cursorDocument\n );\n });\n }, []);\n\n const open = React.useCallback(() => {\n Logger.logTrace(getCategory(), \"request open\");\n setIsOpen(true);\n timerRef.current?.start();\n }, []);\n\n return { open };\n}\n\nfunction CursorPrompt({\n iconSpec,\n instruction,\n}: {\n iconSpec: string;\n instruction: string;\n}) {\n return (\n <div className=\"uifw-cursor-prompt\">\n {iconSpec && (\n <span className=\"uifw-cursor-prompt-icon\">\n {/* eslint-disable-next-line @typescript-eslint/no-deprecated */}\n <Icon iconSpec={iconSpec} />\n </span>\n )}\n <Text variant=\"body\" className=\"uifw-cursor-prompt-text\">\n {instruction}\n </Text>\n </div>\n );\n}\n"]}
|
|
@@ -314,4 +314,51 @@ export interface FrameworkFrontstages {
|
|
|
314
314
|
*/
|
|
315
315
|
readonly nestedFrontstageCount: number;
|
|
316
316
|
}
|
|
317
|
+
/** @alpha */
|
|
318
|
+
export declare class DefaultFrameworkFrontstages implements FrameworkFrontstages {
|
|
319
|
+
get isLoading(): boolean;
|
|
320
|
+
get onFrontstageDeactivatedEvent(): import("@itwin/core-bentley").BeUiEvent<FrontstageDeactivatedEventArgs>;
|
|
321
|
+
get onFrontstageActivatedEvent(): import("@itwin/core-bentley").BeUiEvent<FrontstageActivatedEventArgs>;
|
|
322
|
+
get onFrontstageReadyEvent(): import("@itwin/core-bentley").BeUiEvent<FrontstageReadyEventArgs>;
|
|
323
|
+
get onModalFrontstageChangedEvent(): import("@itwin/core-bentley").BeUiEvent<ModalFrontstageChangedEventArgs>;
|
|
324
|
+
get onModalFrontstageClosedEvent(): import("@itwin/core-bentley").BeUiEvent<ModalFrontstageClosedEventArgs>;
|
|
325
|
+
get onCloseModalFrontstageRequestedEvent(): import("@itwin/core-bentley").BeUiEvent<ModalFrontstageRequestedCloseEventArgs>;
|
|
326
|
+
get onToolActivatedEvent(): import("@itwin/core-bentley").BeUiEvent<ToolActivatedEventArgs>;
|
|
327
|
+
get onToolSettingsReloadEvent(): import("@itwin/core-bentley").BeUiEvent<void>;
|
|
328
|
+
get onToolIconChangedEvent(): import("@itwin/core-bentley").BeUiEvent<ToolIconChangedEventArgs>;
|
|
329
|
+
get onContentLayoutActivatedEvent(): import("@itwin/core-bentley").BeUiEvent<import("../content/ContentLayout.js").ContentLayoutActivatedEventArgs>;
|
|
330
|
+
get onContentControlActivatedEvent(): import("@itwin/core-bentley").BeUiEvent<import("../content/ContentControl.js").ContentControlActivatedEventArgs>;
|
|
331
|
+
get onNavigationAidActivatedEvent(): import("@itwin/core-bentley").BeUiEvent<import("../navigationaids/NavigationAidControl.js").NavigationAidActivatedEventArgs>;
|
|
332
|
+
get onWidgetStateChangedEvent(): import("@itwin/core-bentley").BeUiEvent<import("../widgets/WidgetDef.js").WidgetStateChangedEventArgs>;
|
|
333
|
+
get onPanelStateChangedEvent(): import("@itwin/core-bentley").BeUiEvent<import("../stagepanels/StagePanelDef.js").PanelStateChangedEventArgs>;
|
|
334
|
+
get onPanelPinnedChangedEvent(): import("@itwin/core-bentley").BeUiEvent<PanelPinnedChangedEventArgs>;
|
|
335
|
+
get activeFrontstageDef(): FrontstageDef | undefined;
|
|
336
|
+
get activeFrontstageId(): string;
|
|
337
|
+
get activeToolId(): string;
|
|
338
|
+
get activeToolInformation(): ToolInformation | undefined;
|
|
339
|
+
get activeModalFrontstage(): ModalFrontstageInfo | undefined;
|
|
340
|
+
get modalFrontstageCount(): number;
|
|
341
|
+
get activeNestedFrontstage(): FrontstageDef | undefined;
|
|
342
|
+
get nestedFrontstageCount(): number;
|
|
343
|
+
clearFrontstageDefs(...args: Parameters<FrameworkFrontstages["clearFrontstageDefs"]>): void;
|
|
344
|
+
clearFrontstageProviders(...args: Parameters<FrameworkFrontstages["clearFrontstageProviders"]>): void;
|
|
345
|
+
clearFrontstages(...args: Parameters<FrameworkFrontstages["clearFrontstages"]>): void;
|
|
346
|
+
addFrontstageProvider(...args: Parameters<FrameworkFrontstages["addFrontstageProvider"]>): void;
|
|
347
|
+
addFrontstage(...args: Parameters<FrameworkFrontstages["addFrontstage"]>): void;
|
|
348
|
+
getFrontstageDef(...args: Parameters<FrameworkFrontstages["getFrontstageDef"]>): Promise<FrontstageDef | undefined>;
|
|
349
|
+
hasFrontstage(...args: Parameters<FrameworkFrontstages["hasFrontstage"]>): boolean;
|
|
350
|
+
setActiveFrontstage(...args: Parameters<FrameworkFrontstages["setActiveFrontstage"]>): Promise<void>;
|
|
351
|
+
setActiveFrontstageDef(...args: Parameters<FrameworkFrontstages["setActiveFrontstageDef"]>): Promise<void>;
|
|
352
|
+
deactivateFrontstageDef(...args: Parameters<FrameworkFrontstages["deactivateFrontstageDef"]>): Promise<void>;
|
|
353
|
+
setActiveToolId(...args: Parameters<FrameworkFrontstages["setActiveToolId"]>): void;
|
|
354
|
+
setActiveTool(...args: Parameters<FrameworkFrontstages["setActiveTool"]>): void;
|
|
355
|
+
openModalFrontstage(...args: Parameters<FrameworkFrontstages["openModalFrontstage"]>): void;
|
|
356
|
+
closeModalFrontstage(...args: Parameters<FrameworkFrontstages["closeModalFrontstage"]>): void;
|
|
357
|
+
updateModalFrontstage(...args: Parameters<FrameworkFrontstages["updateModalFrontstage"]>): void;
|
|
358
|
+
setActiveNavigationAid(...args: Parameters<FrameworkFrontstages["setActiveNavigationAid"]>): void;
|
|
359
|
+
setWidgetState(...args: Parameters<FrameworkFrontstages["setWidgetState"]>): boolean;
|
|
360
|
+
findWidget(...args: Parameters<FrameworkFrontstages["findWidget"]>): WidgetDef | undefined;
|
|
361
|
+
openNestedFrontstage(...args: Parameters<FrameworkFrontstages["openNestedFrontstage"]>): Promise<void>;
|
|
362
|
+
closeNestedFrontstage(...args: Parameters<FrameworkFrontstages["closeNestedFrontstage"]>): Promise<void>;
|
|
363
|
+
}
|
|
317
364
|
//# sourceMappingURL=FrameworkFrontstages.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrameworkFrontstages.d.ts","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkFrontstages.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,2CAA2C,CAAC;AAC7F,OAAO,KAAK,EACV,2BAA2B,EAC3B,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EACV,SAAS,EACT,uBAAuB,EACxB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"FrameworkFrontstages.d.ts","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkFrontstages.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* @module Frontstage
|
|
7
7
|
*/
|
|
8
8
|
import { UiEvent } from "@itwin/appui-abstract";
|
|
9
|
+
import { InternalFrontstageManager } from "../frontstage/InternalFrontstageManager.js";
|
|
9
10
|
/** Frontstage Activated Event class.
|
|
10
11
|
* @public
|
|
11
12
|
* @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.
|
|
@@ -66,4 +67,139 @@ export class ToolActivatedEvent extends UiEvent {
|
|
|
66
67
|
// eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
67
68
|
export class ToolIconChangedEvent extends UiEvent {
|
|
68
69
|
}
|
|
70
|
+
/** @alpha */
|
|
71
|
+
export class DefaultFrameworkFrontstages {
|
|
72
|
+
get isLoading() {
|
|
73
|
+
return InternalFrontstageManager.isLoading;
|
|
74
|
+
}
|
|
75
|
+
get onFrontstageDeactivatedEvent() {
|
|
76
|
+
return InternalFrontstageManager.onFrontstageDeactivatedEvent;
|
|
77
|
+
}
|
|
78
|
+
get onFrontstageActivatedEvent() {
|
|
79
|
+
return InternalFrontstageManager.onFrontstageActivatedEvent;
|
|
80
|
+
}
|
|
81
|
+
get onFrontstageReadyEvent() {
|
|
82
|
+
return InternalFrontstageManager.onFrontstageReadyEvent;
|
|
83
|
+
}
|
|
84
|
+
get onModalFrontstageChangedEvent() {
|
|
85
|
+
return InternalFrontstageManager.onModalFrontstageChangedEvent;
|
|
86
|
+
}
|
|
87
|
+
get onModalFrontstageClosedEvent() {
|
|
88
|
+
return InternalFrontstageManager.onModalFrontstageClosedEvent;
|
|
89
|
+
}
|
|
90
|
+
get onCloseModalFrontstageRequestedEvent() {
|
|
91
|
+
return InternalFrontstageManager.onCloseModalFrontstageRequestedEvent;
|
|
92
|
+
}
|
|
93
|
+
get onToolActivatedEvent() {
|
|
94
|
+
return InternalFrontstageManager.onToolActivatedEvent;
|
|
95
|
+
}
|
|
96
|
+
get onToolSettingsReloadEvent() {
|
|
97
|
+
return InternalFrontstageManager.onToolSettingsReloadEvent;
|
|
98
|
+
}
|
|
99
|
+
get onToolIconChangedEvent() {
|
|
100
|
+
return InternalFrontstageManager.onToolIconChangedEvent;
|
|
101
|
+
}
|
|
102
|
+
get onContentLayoutActivatedEvent() {
|
|
103
|
+
return InternalFrontstageManager.onContentLayoutActivatedEvent;
|
|
104
|
+
}
|
|
105
|
+
get onContentControlActivatedEvent() {
|
|
106
|
+
return InternalFrontstageManager.onContentControlActivatedEvent;
|
|
107
|
+
}
|
|
108
|
+
get onNavigationAidActivatedEvent() {
|
|
109
|
+
return InternalFrontstageManager.onNavigationAidActivatedEvent;
|
|
110
|
+
}
|
|
111
|
+
get onWidgetStateChangedEvent() {
|
|
112
|
+
return InternalFrontstageManager.onWidgetStateChangedEvent;
|
|
113
|
+
}
|
|
114
|
+
get onPanelStateChangedEvent() {
|
|
115
|
+
return InternalFrontstageManager.onPanelStateChangedEvent;
|
|
116
|
+
}
|
|
117
|
+
get onPanelPinnedChangedEvent() {
|
|
118
|
+
return InternalFrontstageManager.onPanelPinnedChangedEvent;
|
|
119
|
+
}
|
|
120
|
+
get activeFrontstageDef() {
|
|
121
|
+
return InternalFrontstageManager.activeFrontstageDef;
|
|
122
|
+
}
|
|
123
|
+
get activeFrontstageId() {
|
|
124
|
+
return InternalFrontstageManager.activeFrontstageId;
|
|
125
|
+
}
|
|
126
|
+
get activeToolId() {
|
|
127
|
+
return InternalFrontstageManager.activeToolId;
|
|
128
|
+
}
|
|
129
|
+
get activeToolInformation() {
|
|
130
|
+
return InternalFrontstageManager.activeToolInformation;
|
|
131
|
+
}
|
|
132
|
+
get activeModalFrontstage() {
|
|
133
|
+
return InternalFrontstageManager.activeModalFrontstage;
|
|
134
|
+
}
|
|
135
|
+
get modalFrontstageCount() {
|
|
136
|
+
return InternalFrontstageManager.modalFrontstageCount;
|
|
137
|
+
}
|
|
138
|
+
get activeNestedFrontstage() {
|
|
139
|
+
return InternalFrontstageManager.activeNestedFrontstage;
|
|
140
|
+
}
|
|
141
|
+
get nestedFrontstageCount() {
|
|
142
|
+
return InternalFrontstageManager.nestedFrontstageCount;
|
|
143
|
+
}
|
|
144
|
+
clearFrontstageDefs(...args) {
|
|
145
|
+
return InternalFrontstageManager.clearFrontstageDefs(...args);
|
|
146
|
+
}
|
|
147
|
+
clearFrontstageProviders(...args) {
|
|
148
|
+
return InternalFrontstageManager.clearFrontstageProviders(...args);
|
|
149
|
+
}
|
|
150
|
+
clearFrontstages(...args) {
|
|
151
|
+
return InternalFrontstageManager.clearFrontstages(...args);
|
|
152
|
+
}
|
|
153
|
+
addFrontstageProvider(...args) {
|
|
154
|
+
return InternalFrontstageManager.addFrontstageProvider(...args);
|
|
155
|
+
}
|
|
156
|
+
addFrontstage(...args) {
|
|
157
|
+
return InternalFrontstageManager.addFrontstage(...args);
|
|
158
|
+
}
|
|
159
|
+
async getFrontstageDef(...args) {
|
|
160
|
+
return InternalFrontstageManager.getFrontstageDef(...args);
|
|
161
|
+
}
|
|
162
|
+
hasFrontstage(...args) {
|
|
163
|
+
return InternalFrontstageManager.hasFrontstage(...args);
|
|
164
|
+
}
|
|
165
|
+
async setActiveFrontstage(...args) {
|
|
166
|
+
return InternalFrontstageManager.setActiveFrontstage(...args);
|
|
167
|
+
}
|
|
168
|
+
async setActiveFrontstageDef(...args) {
|
|
169
|
+
return InternalFrontstageManager.setActiveFrontstageDef(...args);
|
|
170
|
+
}
|
|
171
|
+
async deactivateFrontstageDef(...args) {
|
|
172
|
+
return InternalFrontstageManager.deactivateFrontstageDef(...args);
|
|
173
|
+
}
|
|
174
|
+
setActiveToolId(...args) {
|
|
175
|
+
return InternalFrontstageManager.setActiveToolId(...args);
|
|
176
|
+
}
|
|
177
|
+
setActiveTool(...args) {
|
|
178
|
+
return InternalFrontstageManager.setActiveTool(...args);
|
|
179
|
+
}
|
|
180
|
+
openModalFrontstage(...args) {
|
|
181
|
+
return InternalFrontstageManager.openModalFrontstage(...args);
|
|
182
|
+
}
|
|
183
|
+
closeModalFrontstage(...args) {
|
|
184
|
+
return InternalFrontstageManager.closeModalFrontstage(...args);
|
|
185
|
+
}
|
|
186
|
+
updateModalFrontstage(...args) {
|
|
187
|
+
return InternalFrontstageManager.updateModalFrontstage(...args);
|
|
188
|
+
}
|
|
189
|
+
setActiveNavigationAid(...args) {
|
|
190
|
+
return InternalFrontstageManager.setActiveNavigationAid(...args);
|
|
191
|
+
}
|
|
192
|
+
setWidgetState(...args) {
|
|
193
|
+
return InternalFrontstageManager.setWidgetState(...args);
|
|
194
|
+
}
|
|
195
|
+
findWidget(...args) {
|
|
196
|
+
return InternalFrontstageManager.findWidget(...args);
|
|
197
|
+
}
|
|
198
|
+
async openNestedFrontstage(...args) {
|
|
199
|
+
return InternalFrontstageManager.openNestedFrontstage(...args);
|
|
200
|
+
}
|
|
201
|
+
async closeNestedFrontstage(...args) {
|
|
202
|
+
return InternalFrontstageManager.closeNestedFrontstage(...args);
|
|
203
|
+
}
|
|
204
|
+
}
|
|
69
205
|
//# sourceMappingURL=FrameworkFrontstages.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrameworkFrontstages.js","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkFrontstages.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AA+BhD;;;GAGG;AACH,4DAA4D;AAC5D,MAAM,OAAO,wBAAyB,SAAQ,OAAqC;CAAG;AAoBtF;;;GAGG;AACH,4DAA4D;AAC5D,MAAM,OAAO,0BAA2B,SAAQ,OAAuC;CAAG;AAU1F;;;GAGG;AACH,4DAA4D;AAC5D,MAAM,OAAO,oBAAqB,SAAQ,OAAiC;CAAG;AAU9E;;;GAGG;AACH,4DAA4D;AAC5D,MAAM,OAAO,2BAA4B,SAAQ,OAAwC;CAAG;AAkB5F;;;;;;;GAOG;AACH,4DAA4D;AAC5D,MAAM,OAAO,kCAAmC,SAAQ,OAA+C;CAAG;AAa1G;;;GAGG;AACH,4DAA4D;AAC5D,MAAM,OAAO,0BAA2B,SAAQ,OAAuC;CAAG;AAU1F;;;GAGG;AACH,4DAA4D;AAC5D,MAAM,OAAO,kBAAmB,SAAQ,OAA+B;CAAG;AAU1E;;;GAGG;AACH,4DAA4D;AAC5D,MAAM,OAAO,oBAAqB,SAAQ,OAAiC;CAAG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Frontstage\n */\nimport { UiEvent } from \"@itwin/appui-abstract\";\nimport type { IModelConnection, Tool } from \"@itwin/core-frontend\";\nimport type { ToolInformation } from \"../toolsettings/ToolInformation.js\";\nimport type { TimeTracker } from \"../configurableui/TimeTracker.js\";\nimport { type ContentControlActivatedEvent } from \"../content/ContentControl.js\";\nimport type { ContentLayoutActivatedEvent } from \"../content/ContentLayout.js\";\nimport type { FrontstageDef } from \"../frontstage/FrontstageDef.js\";\nimport type { FrontstageProvider } from \"../frontstage/FrontstageProvider.js\";\nimport type { NavigationAidActivatedEvent } from \"../navigationaids/NavigationAidControl.js\";\nimport type {\n PanelPinnedChangedEventArgs,\n PanelStateChangedEvent,\n} from \"../stagepanels/StagePanelDef.js\";\nimport type {\n WidgetDef,\n WidgetStateChangedEvent,\n} from \"../widgets/WidgetDef.js\";\nimport type { WidgetState } from \"../widgets/WidgetState.js\";\nimport type { Frontstage } from \"../frontstage/Frontstage.js\";\nimport { FrameworkContent } from \"./FrameworkContent.js\";\nimport type { ModalFrontstageButton } from \"../frontstage/ModalFrontstageButton.js\";\n\n/** Frontstage Activated Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface FrontstageActivatedEventArgs {\n deactivatedFrontstageDef?: FrontstageDef;\n activatedFrontstageDef: FrontstageDef;\n}\n\n/** Frontstage Activated Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class FrontstageActivatedEvent extends UiEvent<FrontstageActivatedEventArgs> {}\n\n/** Frontstage Deactivated Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface FrontstageDeactivatedEventArgs {\n /** Frontstage being deactivated */\n deactivatedFrontstageDef: FrontstageDef;\n /** Frontstage being activated */\n activatedFrontstageDef?: FrontstageDef;\n\n /** Total time spent in frontstage */\n totalTime: number;\n /** Engagement time spent in frontstage */\n engagementTime: number;\n /** Idle time spent in frontstage */\n idleTime: number;\n}\n\n/** Frontstage Deactivated Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class FrontstageDeactivatedEvent extends UiEvent<FrontstageDeactivatedEventArgs> {}\n\n/** Frontstage Ready Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface FrontstageReadyEventArgs {\n frontstageDef: FrontstageDef;\n}\n\n/** Frontstage Ready Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class FrontstageReadyEvent extends UiEvent<FrontstageReadyEventArgs> {}\n\n/** Modal Frontstage Changed Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ModalFrontstageChangedEventArgs {\n modalFrontstageCount: number;\n}\n\n/** Modal Frontstage Stack Changed Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ModalFrontstageChangedEvent extends UiEvent<ModalFrontstageChangedEventArgs> {}\n\n/** Modal Frontstage Closed Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ModalFrontstageClosedEventArgs {\n /** Modal Frontstage being closed */\n modalFrontstage: ModalFrontstageInfo;\n\n /** Total time spent in frontstage */\n totalTime: number;\n /** Engagement time spent in frontstage */\n engagementTime: number;\n /** Idle time spent in frontstage */\n idleTime: number;\n}\n\n/** Modal Frontstage Requested Close Event class. Notifies the modal stage that the close button was\n * pressed and passes the function to actually close the modal stage. This allows stage to do any\n * saving of unsaved data prior to closing the stage. If the ModalFrontstageInfo sets notifyCloseRequest\n * to true it is up to the stage to register for this event and call the stageCloseFunc once it has saved\n * any unsaved data.\n * @alpha\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ModalFrontstageRequestedCloseEvent extends UiEvent<ModalFrontstageRequestedCloseEventArgs> {}\n\n/** Modal Frontstage RequestedClose Event Args interface.\n * @alpha\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ModalFrontstageRequestedCloseEventArgs {\n /** Modal Frontstage that is to be closed */\n modalFrontstage: ModalFrontstageInfo;\n /** Function to call to close the stage */\n stageCloseFunc: () => void;\n}\n\n/** Modal Frontstage Closed Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ModalFrontstageClosedEvent extends UiEvent<ModalFrontstageClosedEventArgs> {}\n\n/** Tool Activated Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ToolActivatedEventArgs {\n toolId: string;\n}\n\n/** Tool Activated Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ToolActivatedEvent extends UiEvent<ToolActivatedEventArgs> {}\n\n/** Tool Icon Changed Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ToolIconChangedEventArgs {\n iconSpec: string;\n}\n\n/** Tool Icon Changed Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ToolIconChangedEvent extends UiEvent<ToolIconChangedEventArgs> {}\n\n/** Modal Frontstage information interface.\n * @public\n */\nexport interface ModalFrontstageInfo {\n title: string;\n content: React.ReactNode;\n appBarRight?: React.ReactNode;\n /** Set notifyCloseRequest to true on stages that register to listen for `onCloseModalFrontstageRequestedEvent` so\n * that the stage can save unsaved data before closing. Used by the ModalSettingsStage.\n * @alpha */\n notifyCloseRequest?: boolean;\n /** If specified overrides the default back button. See {@link ModalFrontstageButton}. */\n backButton?: React.ReactNode;\n}\n\n/** Modal Frontstage array item interface.\n * @internal\n */\nexport interface ModalFrontstageItem {\n modalFrontstage: ModalFrontstageInfo;\n timeTracker: TimeTracker;\n}\n\n/** [[UiFramework.frontstages]] interface\n * @public\n */\nexport interface FrameworkFrontstages {\n /** Returns true if Frontstage is loading its controls. If false the Frontstage content and controls have been created. */\n readonly isLoading: boolean;\n\n /** Get Frontstage Deactivated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onFrontstageDeactivatedEvent: FrontstageDeactivatedEvent;\n\n /** Get Frontstage Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onFrontstageActivatedEvent: FrontstageActivatedEvent;\n\n /** Get Frontstage Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onFrontstageReadyEvent: FrontstageReadyEvent;\n\n /** Get Modal Frontstage Changed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onModalFrontstageChangedEvent: ModalFrontstageChangedEvent;\n\n /** Get Modal Frontstage Closed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onModalFrontstageClosedEvent: ModalFrontstageClosedEvent;\n\n /** Get Modal Frontstage Requested Closed event.\n * @alpha\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onCloseModalFrontstageRequestedEvent: ModalFrontstageRequestedCloseEvent;\n\n /** Get Tool Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onToolActivatedEvent: ToolActivatedEvent;\n\n /** Get ToolSetting Reload event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onToolSettingsReloadEvent: UiEvent<void>;\n\n /** Get Tool Icon Changed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onToolIconChangedEvent: ToolIconChangedEvent;\n\n /** Get Content Layout Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onContentLayoutActivatedEvent: ContentLayoutActivatedEvent;\n\n /** Get Content Control Activated event.\n * @deprecated in 4.16.0. Use {@link FrameworkContent.onActiveContentChangedEvent} instead.\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onContentControlActivatedEvent: ContentControlActivatedEvent;\n\n /** Get Navigation Aid Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onNavigationAidActivatedEvent: NavigationAidActivatedEvent;\n\n /** Get Widget State Changed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onWidgetStateChangedEvent: WidgetStateChangedEvent;\n\n /** Get panel state changed event.\n * @alpha\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onPanelStateChangedEvent: PanelStateChangedEvent;\n\n /** Get panel pinned changed event.\n * @alpha\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onPanelPinnedChangedEvent: UiEvent<PanelPinnedChangedEventArgs>;\n\n /** Clears the Frontstage map.\n */\n clearFrontstageDefs(): void;\n\n /** Clears the Frontstage Providers and the defs that may have been created from them.\n * @deprecated in 4.17.0. Use {@link FrameworkFrontstages.clearFrontstages} instead.\n */\n clearFrontstageProviders(): void;\n\n /** Clears the Frontstages. */\n clearFrontstages(): void;\n\n /** Adds a frontstage provider.\n * @param frontstageProvider FrontstageProvider representing the Frontstage to add\n * @deprecated in 4.15.0. Use {@link FrameworkFrontstages.addFrontstage} instead.\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n addFrontstageProvider(frontstageProvider: FrontstageProvider): void;\n\n /** Adds a frontstage. */\n addFrontstage(frontstage: Frontstage): void;\n\n /** Find a loaded Frontstage with a given id. If the id is not provided, the active Frontstage is returned. If\n * no cached FrontstageDef is found but a FrontstageProvider is registered a FrontstageDef will be created, cached, and\n * returned.\n * @param id Id of the Frontstage to find\n * @returns FrontstageDef with a given id if found, or undefined if not found.\n */\n getFrontstageDef(id?: string): Promise<FrontstageDef | undefined>;\n\n /** Gets the active FrontstageDef. If a Frontstage is not active, undefined is returned.\n * @return Active FrontstageDef, or undefined if one is not active.\n */\n readonly activeFrontstageDef: FrontstageDef | undefined;\n\n /** Gets the Id of the active FrontstageDef. If a Frontstage is not active, blank is returned.\n * @return Id of the active FrontstageDef, or blank if one is not active.\n */\n readonly activeFrontstageId: string;\n\n hasFrontstage(frontstageId: string): boolean;\n\n /** Sets the active FrontstageDef give the stageId.\n * @param frontstageId Id of the Frontstage to set active.\n * @returns A Promise that is fulfilled when the Frontstage is ready.\n */\n setActiveFrontstage(frontstageId: string): Promise<void>;\n\n /** Sets the active FrontstageDef.\n * @param frontstageDef FrontstageDef to set active.\n * @returns A Promise that is fulfilled when the [[FrontstageDef]] is ready.\n */\n setActiveFrontstageDef(\n frontstageDef: FrontstageDef | undefined\n ): Promise<void>;\n\n /** Deactivates the active FrontstageDef.\n */\n deactivateFrontstageDef(): Promise<void>;\n\n /** Gets the Id of the active tool. If a tool is not active, blank is returned.\n * @return Id of the active tool, or blank if one is not active.\n */\n readonly activeToolId: string;\n\n /** Sets the active tool id */\n setActiveToolId(toolId: string): void;\n\n /** Sets the active tool */\n setActiveTool(tool: Tool): void;\n\n /** Gets the active tool's [[ToolInformation]].\n * @deprecated in 4.16.0. Uses a deprecated class {@link ToolInformation}.\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly activeToolInformation: ToolInformation | undefined;\n\n /** Opens a modal Frontstage. Modal Frontstages can be stacked.\n * @param modalFrontstage Information about the modal Frontstage\n */\n openModalFrontstage(modalFrontstage: ModalFrontstageInfo): void;\n\n /** Closes the top-most modal Frontstage.\n */\n closeModalFrontstage(): void;\n\n /** Updates the top-most modal Frontstage.\n */\n updateModalFrontstage(): void;\n\n /** Gets the top-most modal Frontstage.\n * @returns Top-most modal Frontstage, or undefined if there is none.\n */\n readonly activeModalFrontstage: ModalFrontstageInfo | undefined;\n\n /** Gets the number of modal Frontstages.\n * @returns Modal Frontstage count\n */\n readonly modalFrontstageCount: number;\n\n /** Sets the active Navigation Aid via its Id.\n * @param navigationAidId Id of the Navigation Aid to set as active\n * @param iModelConnection IModelConnection to query for view data\n */\n setActiveNavigationAid(\n navigationAidId: string,\n iModelConnection: IModelConnection\n ): void;\n\n /** Sets the state of the widget with the given id\n * @param widgetId Id of the Widget for which to set the state\n * @param state New state of the widget\n * @returns true if the widget state was set successfully, or false if not.\n */\n setWidgetState(widgetId: string, state: WidgetState): boolean;\n\n /** Finds a widget with the given id in the active frontstage\n * @param widgetId Id of the Widget to find\n * @returns The WidgetDef with the given id, or undefined if not found.\n */\n findWidget(widgetId: string): WidgetDef | undefined;\n\n /** Opens a nested Frontstage. Nested Frontstages can be stacked.\n * @param nestedFrontstage Information about the nested Frontstage\n */\n openNestedFrontstage(nestedFrontstage: FrontstageDef): Promise<void>;\n\n /** Closes the top-most nested Frontstage.\n */\n closeNestedFrontstage(): Promise<void>;\n\n /** Gets the top-most nested Frontstage.\n * @returns Top-most nested Frontstage, or undefined if there is none.\n */\n readonly activeNestedFrontstage: FrontstageDef | undefined;\n\n /** Gets the number of nested Frontstages.\n * @returns Nested Frontstage count\n */\n readonly nestedFrontstageCount: number;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"FrameworkFrontstages.js","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkFrontstages.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Frontstage\n */\nimport { UiEvent } from \"@itwin/appui-abstract\";\nimport type { IModelConnection, Tool } from \"@itwin/core-frontend\";\nimport type { ToolInformation } from \"../toolsettings/ToolInformation.js\";\nimport type { TimeTracker } from \"../configurableui/TimeTracker.js\";\nimport { type ContentControlActivatedEvent } from \"../content/ContentControl.js\";\nimport type { ContentLayoutActivatedEvent } from \"../content/ContentLayout.js\";\nimport type { FrontstageDef } from \"../frontstage/FrontstageDef.js\";\nimport type { FrontstageProvider } from \"../frontstage/FrontstageProvider.js\";\nimport type { NavigationAidActivatedEvent } from \"../navigationaids/NavigationAidControl.js\";\nimport type {\n PanelPinnedChangedEventArgs,\n PanelStateChangedEvent,\n} from \"../stagepanels/StagePanelDef.js\";\nimport type {\n WidgetDef,\n WidgetStateChangedEvent,\n} from \"../widgets/WidgetDef.js\";\nimport type { WidgetState } from \"../widgets/WidgetState.js\";\nimport type { Frontstage } from \"../frontstage/Frontstage.js\";\nimport { FrameworkContent } from \"./FrameworkContent.js\";\nimport type { ModalFrontstageButton } from \"../frontstage/ModalFrontstageButton.js\";\nimport { InternalFrontstageManager } from \"../frontstage/InternalFrontstageManager.js\";\n\n/** Frontstage Activated Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface FrontstageActivatedEventArgs {\n deactivatedFrontstageDef?: FrontstageDef;\n activatedFrontstageDef: FrontstageDef;\n}\n\n/** Frontstage Activated Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class FrontstageActivatedEvent extends UiEvent<FrontstageActivatedEventArgs> {}\n\n/** Frontstage Deactivated Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface FrontstageDeactivatedEventArgs {\n /** Frontstage being deactivated */\n deactivatedFrontstageDef: FrontstageDef;\n /** Frontstage being activated */\n activatedFrontstageDef?: FrontstageDef;\n\n /** Total time spent in frontstage */\n totalTime: number;\n /** Engagement time spent in frontstage */\n engagementTime: number;\n /** Idle time spent in frontstage */\n idleTime: number;\n}\n\n/** Frontstage Deactivated Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class FrontstageDeactivatedEvent extends UiEvent<FrontstageDeactivatedEventArgs> {}\n\n/** Frontstage Ready Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface FrontstageReadyEventArgs {\n frontstageDef: FrontstageDef;\n}\n\n/** Frontstage Ready Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class FrontstageReadyEvent extends UiEvent<FrontstageReadyEventArgs> {}\n\n/** Modal Frontstage Changed Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ModalFrontstageChangedEventArgs {\n modalFrontstageCount: number;\n}\n\n/** Modal Frontstage Stack Changed Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ModalFrontstageChangedEvent extends UiEvent<ModalFrontstageChangedEventArgs> {}\n\n/** Modal Frontstage Closed Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ModalFrontstageClosedEventArgs {\n /** Modal Frontstage being closed */\n modalFrontstage: ModalFrontstageInfo;\n\n /** Total time spent in frontstage */\n totalTime: number;\n /** Engagement time spent in frontstage */\n engagementTime: number;\n /** Idle time spent in frontstage */\n idleTime: number;\n}\n\n/** Modal Frontstage Requested Close Event class. Notifies the modal stage that the close button was\n * pressed and passes the function to actually close the modal stage. This allows stage to do any\n * saving of unsaved data prior to closing the stage. If the ModalFrontstageInfo sets notifyCloseRequest\n * to true it is up to the stage to register for this event and call the stageCloseFunc once it has saved\n * any unsaved data.\n * @alpha\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ModalFrontstageRequestedCloseEvent extends UiEvent<ModalFrontstageRequestedCloseEventArgs> {}\n\n/** Modal Frontstage RequestedClose Event Args interface.\n * @alpha\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ModalFrontstageRequestedCloseEventArgs {\n /** Modal Frontstage that is to be closed */\n modalFrontstage: ModalFrontstageInfo;\n /** Function to call to close the stage */\n stageCloseFunc: () => void;\n}\n\n/** Modal Frontstage Closed Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ModalFrontstageClosedEvent extends UiEvent<ModalFrontstageClosedEventArgs> {}\n\n/** Tool Activated Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ToolActivatedEventArgs {\n toolId: string;\n}\n\n/** Tool Activated Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ToolActivatedEvent extends UiEvent<ToolActivatedEventArgs> {}\n\n/** Tool Icon Changed Event Args interface.\n * @public\n * @deprecated in 4.13.0. Event args are inferred from a listener. If explicit type is needed use a type helper.\n */\nexport interface ToolIconChangedEventArgs {\n iconSpec: string;\n}\n\n/** Tool Icon Changed Event class.\n * @public\n * @deprecated in 4.13.0. This class should not be used by applications to instantiate objects.\n */\n// eslint-disable-next-line @typescript-eslint/no-deprecated\nexport class ToolIconChangedEvent extends UiEvent<ToolIconChangedEventArgs> {}\n\n/** Modal Frontstage information interface.\n * @public\n */\nexport interface ModalFrontstageInfo {\n title: string;\n content: React.ReactNode;\n appBarRight?: React.ReactNode;\n /** Set notifyCloseRequest to true on stages that register to listen for `onCloseModalFrontstageRequestedEvent` so\n * that the stage can save unsaved data before closing. Used by the ModalSettingsStage.\n * @alpha */\n notifyCloseRequest?: boolean;\n /** If specified overrides the default back button. See {@link ModalFrontstageButton}. */\n backButton?: React.ReactNode;\n}\n\n/** Modal Frontstage array item interface.\n * @internal\n */\nexport interface ModalFrontstageItem {\n modalFrontstage: ModalFrontstageInfo;\n timeTracker: TimeTracker;\n}\n\n/** [[UiFramework.frontstages]] interface\n * @public\n */\nexport interface FrameworkFrontstages {\n /** Returns true if Frontstage is loading its controls. If false the Frontstage content and controls have been created. */\n readonly isLoading: boolean;\n\n /** Get Frontstage Deactivated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onFrontstageDeactivatedEvent: FrontstageDeactivatedEvent;\n\n /** Get Frontstage Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onFrontstageActivatedEvent: FrontstageActivatedEvent;\n\n /** Get Frontstage Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onFrontstageReadyEvent: FrontstageReadyEvent;\n\n /** Get Modal Frontstage Changed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onModalFrontstageChangedEvent: ModalFrontstageChangedEvent;\n\n /** Get Modal Frontstage Closed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onModalFrontstageClosedEvent: ModalFrontstageClosedEvent;\n\n /** Get Modal Frontstage Requested Closed event.\n * @alpha\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onCloseModalFrontstageRequestedEvent: ModalFrontstageRequestedCloseEvent;\n\n /** Get Tool Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onToolActivatedEvent: ToolActivatedEvent;\n\n /** Get ToolSetting Reload event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onToolSettingsReloadEvent: UiEvent<void>;\n\n /** Get Tool Icon Changed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onToolIconChangedEvent: ToolIconChangedEvent;\n\n /** Get Content Layout Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onContentLayoutActivatedEvent: ContentLayoutActivatedEvent;\n\n /** Get Content Control Activated event.\n * @deprecated in 4.16.0. Use {@link FrameworkContent.onActiveContentChangedEvent} instead.\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onContentControlActivatedEvent: ContentControlActivatedEvent;\n\n /** Get Navigation Aid Activated event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onNavigationAidActivatedEvent: NavigationAidActivatedEvent;\n\n /** Get Widget State Changed event. */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onWidgetStateChangedEvent: WidgetStateChangedEvent;\n\n /** Get panel state changed event.\n * @alpha\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onPanelStateChangedEvent: PanelStateChangedEvent;\n\n /** Get panel pinned changed event.\n * @alpha\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly onPanelPinnedChangedEvent: UiEvent<PanelPinnedChangedEventArgs>;\n\n /** Clears the Frontstage map.\n */\n clearFrontstageDefs(): void;\n\n /** Clears the Frontstage Providers and the defs that may have been created from them.\n * @deprecated in 4.17.0. Use {@link FrameworkFrontstages.clearFrontstages} instead.\n */\n clearFrontstageProviders(): void;\n\n /** Clears the Frontstages. */\n clearFrontstages(): void;\n\n /** Adds a frontstage provider.\n * @param frontstageProvider FrontstageProvider representing the Frontstage to add\n * @deprecated in 4.15.0. Use {@link FrameworkFrontstages.addFrontstage} instead.\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n addFrontstageProvider(frontstageProvider: FrontstageProvider): void;\n\n /** Adds a frontstage. */\n addFrontstage(frontstage: Frontstage): void;\n\n /** Find a loaded Frontstage with a given id. If the id is not provided, the active Frontstage is returned. If\n * no cached FrontstageDef is found but a FrontstageProvider is registered a FrontstageDef will be created, cached, and\n * returned.\n * @param id Id of the Frontstage to find\n * @returns FrontstageDef with a given id if found, or undefined if not found.\n */\n getFrontstageDef(id?: string): Promise<FrontstageDef | undefined>;\n\n /** Gets the active FrontstageDef. If a Frontstage is not active, undefined is returned.\n * @return Active FrontstageDef, or undefined if one is not active.\n */\n readonly activeFrontstageDef: FrontstageDef | undefined;\n\n /** Gets the Id of the active FrontstageDef. If a Frontstage is not active, blank is returned.\n * @return Id of the active FrontstageDef, or blank if one is not active.\n */\n readonly activeFrontstageId: string;\n\n hasFrontstage(frontstageId: string): boolean;\n\n /** Sets the active FrontstageDef give the stageId.\n * @param frontstageId Id of the Frontstage to set active.\n * @returns A Promise that is fulfilled when the Frontstage is ready.\n */\n setActiveFrontstage(frontstageId: string): Promise<void>;\n\n /** Sets the active FrontstageDef.\n * @param frontstageDef FrontstageDef to set active.\n * @returns A Promise that is fulfilled when the [[FrontstageDef]] is ready.\n */\n setActiveFrontstageDef(\n frontstageDef: FrontstageDef | undefined\n ): Promise<void>;\n\n /** Deactivates the active FrontstageDef.\n */\n deactivateFrontstageDef(): Promise<void>;\n\n /** Gets the Id of the active tool. If a tool is not active, blank is returned.\n * @return Id of the active tool, or blank if one is not active.\n */\n readonly activeToolId: string;\n\n /** Sets the active tool id */\n setActiveToolId(toolId: string): void;\n\n /** Sets the active tool */\n setActiveTool(tool: Tool): void;\n\n /** Gets the active tool's [[ToolInformation]].\n * @deprecated in 4.16.0. Uses a deprecated class {@link ToolInformation}.\n */\n // eslint-disable-next-line @typescript-eslint/no-deprecated\n readonly activeToolInformation: ToolInformation | undefined;\n\n /** Opens a modal Frontstage. Modal Frontstages can be stacked.\n * @param modalFrontstage Information about the modal Frontstage\n */\n openModalFrontstage(modalFrontstage: ModalFrontstageInfo): void;\n\n /** Closes the top-most modal Frontstage.\n */\n closeModalFrontstage(): void;\n\n /** Updates the top-most modal Frontstage.\n */\n updateModalFrontstage(): void;\n\n /** Gets the top-most modal Frontstage.\n * @returns Top-most modal Frontstage, or undefined if there is none.\n */\n readonly activeModalFrontstage: ModalFrontstageInfo | undefined;\n\n /** Gets the number of modal Frontstages.\n * @returns Modal Frontstage count\n */\n readonly modalFrontstageCount: number;\n\n /** Sets the active Navigation Aid via its Id.\n * @param navigationAidId Id of the Navigation Aid to set as active\n * @param iModelConnection IModelConnection to query for view data\n */\n setActiveNavigationAid(\n navigationAidId: string,\n iModelConnection: IModelConnection\n ): void;\n\n /** Sets the state of the widget with the given id\n * @param widgetId Id of the Widget for which to set the state\n * @param state New state of the widget\n * @returns true if the widget state was set successfully, or false if not.\n */\n setWidgetState(widgetId: string, state: WidgetState): boolean;\n\n /** Finds a widget with the given id in the active frontstage\n * @param widgetId Id of the Widget to find\n * @returns The WidgetDef with the given id, or undefined if not found.\n */\n findWidget(widgetId: string): WidgetDef | undefined;\n\n /** Opens a nested Frontstage. Nested Frontstages can be stacked.\n * @param nestedFrontstage Information about the nested Frontstage\n */\n openNestedFrontstage(nestedFrontstage: FrontstageDef): Promise<void>;\n\n /** Closes the top-most nested Frontstage.\n */\n closeNestedFrontstage(): Promise<void>;\n\n /** Gets the top-most nested Frontstage.\n * @returns Top-most nested Frontstage, or undefined if there is none.\n */\n readonly activeNestedFrontstage: FrontstageDef | undefined;\n\n /** Gets the number of nested Frontstages.\n * @returns Nested Frontstage count\n */\n readonly nestedFrontstageCount: number;\n}\n\n/** @alpha */\nexport class DefaultFrameworkFrontstages implements FrameworkFrontstages {\n public get isLoading() {\n return InternalFrontstageManager.isLoading;\n }\n public get onFrontstageDeactivatedEvent() {\n return InternalFrontstageManager.onFrontstageDeactivatedEvent;\n }\n public get onFrontstageActivatedEvent() {\n return InternalFrontstageManager.onFrontstageActivatedEvent;\n }\n public get onFrontstageReadyEvent() {\n return InternalFrontstageManager.onFrontstageReadyEvent;\n }\n public get onModalFrontstageChangedEvent() {\n return InternalFrontstageManager.onModalFrontstageChangedEvent;\n }\n public get onModalFrontstageClosedEvent() {\n return InternalFrontstageManager.onModalFrontstageClosedEvent;\n }\n public get onCloseModalFrontstageRequestedEvent() {\n return InternalFrontstageManager.onCloseModalFrontstageRequestedEvent;\n }\n public get onToolActivatedEvent() {\n return InternalFrontstageManager.onToolActivatedEvent;\n }\n public get onToolSettingsReloadEvent() {\n return InternalFrontstageManager.onToolSettingsReloadEvent;\n }\n public get onToolIconChangedEvent() {\n return InternalFrontstageManager.onToolIconChangedEvent;\n }\n public get onContentLayoutActivatedEvent() {\n return InternalFrontstageManager.onContentLayoutActivatedEvent;\n }\n public get onContentControlActivatedEvent() {\n return InternalFrontstageManager.onContentControlActivatedEvent;\n }\n public get onNavigationAidActivatedEvent() {\n return InternalFrontstageManager.onNavigationAidActivatedEvent;\n }\n public get onWidgetStateChangedEvent() {\n return InternalFrontstageManager.onWidgetStateChangedEvent;\n }\n public get onPanelStateChangedEvent() {\n return InternalFrontstageManager.onPanelStateChangedEvent;\n }\n public get onPanelPinnedChangedEvent() {\n return InternalFrontstageManager.onPanelPinnedChangedEvent;\n }\n public get activeFrontstageDef() {\n return InternalFrontstageManager.activeFrontstageDef;\n }\n public get activeFrontstageId() {\n return InternalFrontstageManager.activeFrontstageId;\n }\n public get activeToolId() {\n return InternalFrontstageManager.activeToolId;\n }\n public get activeToolInformation() {\n return InternalFrontstageManager.activeToolInformation;\n }\n public get activeModalFrontstage() {\n return InternalFrontstageManager.activeModalFrontstage;\n }\n public get modalFrontstageCount() {\n return InternalFrontstageManager.modalFrontstageCount;\n }\n public get activeNestedFrontstage() {\n return InternalFrontstageManager.activeNestedFrontstage;\n }\n public get nestedFrontstageCount() {\n return InternalFrontstageManager.nestedFrontstageCount;\n }\n public clearFrontstageDefs(\n ...args: Parameters<FrameworkFrontstages[\"clearFrontstageDefs\"]>\n ) {\n return InternalFrontstageManager.clearFrontstageDefs(...args);\n }\n public clearFrontstageProviders(\n ...args: Parameters<FrameworkFrontstages[\"clearFrontstageProviders\"]>\n ) {\n return InternalFrontstageManager.clearFrontstageProviders(...args);\n }\n public clearFrontstages(\n ...args: Parameters<FrameworkFrontstages[\"clearFrontstages\"]>\n ) {\n return InternalFrontstageManager.clearFrontstages(...args);\n }\n public addFrontstageProvider(\n ...args: Parameters<FrameworkFrontstages[\"addFrontstageProvider\"]>\n ) {\n return InternalFrontstageManager.addFrontstageProvider(...args);\n }\n public addFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"addFrontstage\"]>\n ) {\n return InternalFrontstageManager.addFrontstage(...args);\n }\n public async getFrontstageDef(\n ...args: Parameters<FrameworkFrontstages[\"getFrontstageDef\"]>\n ) {\n return InternalFrontstageManager.getFrontstageDef(...args);\n }\n public hasFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"hasFrontstage\"]>\n ) {\n return InternalFrontstageManager.hasFrontstage(...args);\n }\n public async setActiveFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"setActiveFrontstage\"]>\n ) {\n return InternalFrontstageManager.setActiveFrontstage(...args);\n }\n public async setActiveFrontstageDef(\n ...args: Parameters<FrameworkFrontstages[\"setActiveFrontstageDef\"]>\n ) {\n return InternalFrontstageManager.setActiveFrontstageDef(...args);\n }\n public async deactivateFrontstageDef(\n ...args: Parameters<FrameworkFrontstages[\"deactivateFrontstageDef\"]>\n ) {\n return InternalFrontstageManager.deactivateFrontstageDef(...args);\n }\n public setActiveToolId(\n ...args: Parameters<FrameworkFrontstages[\"setActiveToolId\"]>\n ) {\n return InternalFrontstageManager.setActiveToolId(...args);\n }\n public setActiveTool(\n ...args: Parameters<FrameworkFrontstages[\"setActiveTool\"]>\n ) {\n return InternalFrontstageManager.setActiveTool(...args);\n }\n public openModalFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"openModalFrontstage\"]>\n ) {\n return InternalFrontstageManager.openModalFrontstage(...args);\n }\n public closeModalFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"closeModalFrontstage\"]>\n ) {\n return InternalFrontstageManager.closeModalFrontstage(...args);\n }\n public updateModalFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"updateModalFrontstage\"]>\n ) {\n return InternalFrontstageManager.updateModalFrontstage(...args);\n }\n public setActiveNavigationAid(\n ...args: Parameters<FrameworkFrontstages[\"setActiveNavigationAid\"]>\n ) {\n return InternalFrontstageManager.setActiveNavigationAid(...args);\n }\n public setWidgetState(\n ...args: Parameters<FrameworkFrontstages[\"setWidgetState\"]>\n ) {\n return InternalFrontstageManager.setWidgetState(...args);\n }\n public findWidget(...args: Parameters<FrameworkFrontstages[\"findWidget\"]>) {\n return InternalFrontstageManager.findWidget(...args);\n }\n public async openNestedFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"openNestedFrontstage\"]>\n ) {\n return InternalFrontstageManager.openNestedFrontstage(...args);\n }\n public async closeNestedFrontstage(\n ...args: Parameters<FrameworkFrontstages[\"closeNestedFrontstage\"]>\n ) {\n return InternalFrontstageManager.closeNestedFrontstage(...args);\n }\n}\n"]}
|
|
@@ -26,6 +26,8 @@ export interface FrameworkVisibility {
|
|
|
26
26
|
handleFrontstageReady(): void;
|
|
27
27
|
/** Handler for when the mouse moves over the content area */
|
|
28
28
|
handleContentMouseMove(_event?: React.MouseEvent<HTMLElement, MouseEvent>): void;
|
|
29
|
+
/** Handler for when the mouse moves over the content area */
|
|
30
|
+
handleContentMouseLeave(_event?: React.MouseEvent<HTMLElement, MouseEvent>): void;
|
|
29
31
|
/** Handler for when the mouse enters a widget */
|
|
30
32
|
handleWidgetMouseEnter(_event?: React.MouseEvent<HTMLElement, MouseEvent>): void;
|
|
31
33
|
/** Shows the Ui and resets the inactivity timer */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrameworkVisibility.d.ts","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkVisibility.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,sCAAsC;IACtC,WAAW,EAAE,OAAO,CAAC;IAErB,+JAA+J;IAC/J,UAAU,EAAE,OAAO,CAAC;IAEpB,oFAAoF;IACpF,cAAc,EAAE,OAAO,CAAC;IAExB,gFAAgF;IAChF,cAAc,EAAE,OAAO,CAAC;IAExB,gKAAgK;IAChK,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAE7B,4HAA4H;IAC5H,iBAAiB,EAAE,OAAO,CAAC;IAE3B,6CAA6C;IAC7C,qBAAqB,IAAI,IAAI,CAAC;IAE9B,6DAA6D;IAC7D,sBAAsB,CACpB,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GACjD,IAAI,CAAC;IAER,iDAAiD;IACjD,sBAAsB,CACpB,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GACjD,IAAI,CAAC;IAER,mDAAmD;IACnD,mBAAmB,IAAI,IAAI,CAAC;IAE5B,oDAAoD;IACpD,oBAAoB,IAAI,IAAI,CAAC;CAC9B"}
|
|
1
|
+
{"version":3,"file":"FrameworkVisibility.d.ts","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkVisibility.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,sCAAsC;IACtC,WAAW,EAAE,OAAO,CAAC;IAErB,+JAA+J;IAC/J,UAAU,EAAE,OAAO,CAAC;IAEpB,oFAAoF;IACpF,cAAc,EAAE,OAAO,CAAC;IAExB,gFAAgF;IAChF,cAAc,EAAE,OAAO,CAAC;IAExB,gKAAgK;IAChK,cAAc,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAE7B,4HAA4H;IAC5H,iBAAiB,EAAE,OAAO,CAAC;IAE3B,6CAA6C;IAC7C,qBAAqB,IAAI,IAAI,CAAC;IAE9B,6DAA6D;IAC7D,sBAAsB,CACpB,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GACjD,IAAI,CAAC;IAER,6DAA6D;IAC7D,uBAAuB,CACrB,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GACjD,IAAI,CAAC;IAER,iDAAiD;IACjD,sBAAsB,CACpB,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GACjD,IAAI,CAAC;IAER,mDAAmD;IACnD,mBAAmB,IAAI,IAAI,CAAC;IAE5B,oDAAoD;IACpD,oBAAoB,IAAI,IAAI,CAAC;CAC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FrameworkVisibility.js","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkVisibility.ts"],"names":[],"mappings":"","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n/**\n * [[UiFramework.visibility]] interface\n * @public\n */\nexport interface FrameworkVisibility {\n /** Determines if the Ui is visible */\n isUiVisible: boolean;\n\n /** When true, the UI automatically hides after a specified period of inactivity, defined by {@link FrameworkVisibility.inactivityTime}. Defaults to `true`. */\n autoHideUi: boolean;\n\n /** Determines whether the widget panels are shown and hidden. Defaults to false. */\n showHidePanels: boolean;\n\n /** Determines whether the status bar is shown and hidden. Defaults to false. */\n showHideFooter: boolean;\n\n /** Determines the amount of inactivity time in `ms` before the UI is hidden if {@link FrameworkVisibility.autoHideUi} is enabled. Defaults to `3.5` seconds. */\n inactivityTime: number;\n\n /** Determines whether the proximity of the mouse should alter the opacity of a toolbar. Defaults to `true`.\n * @deprecated in 4.11.0. The preferred mode is to change opacity in a snappy way (use {@link FrameworkVisibility.snapWidgetOpacity}).\n */\n useProximityOpacity: boolean;\n\n /** Determines whether the opacity of a toolbar should change immediately when the mouse gets close. Defaults to `false`. */\n snapWidgetOpacity: boolean;\n\n /** Handler for when a Frontstage is ready */\n handleFrontstageReady(): void;\n\n /** Handler for when the mouse moves over the content area */\n handleContentMouseMove(\n _event?: React.MouseEvent<HTMLElement, MouseEvent>\n ): void;\n\n /** Handler for when the mouse enters a widget */\n handleWidgetMouseEnter(\n _event?: React.MouseEvent<HTMLElement, MouseEvent>\n ): void;\n\n /** Shows the Ui and resets the inactivity timer */\n showUiAndResetTimer(): void;\n\n /** Shows the Ui and cancels the inactivity timer */\n showUiAndCancelTimer(): void;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"FrameworkVisibility.js","sourceRoot":"","sources":["../../../src/appui-react/framework/FrameworkVisibility.ts"],"names":[],"mappings":"","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Utilities\n */\n/**\n * [[UiFramework.visibility]] interface\n * @public\n */\nexport interface FrameworkVisibility {\n /** Determines if the Ui is visible */\n isUiVisible: boolean;\n\n /** When true, the UI automatically hides after a specified period of inactivity, defined by {@link FrameworkVisibility.inactivityTime}. Defaults to `true`. */\n autoHideUi: boolean;\n\n /** Determines whether the widget panels are shown and hidden. Defaults to false. */\n showHidePanels: boolean;\n\n /** Determines whether the status bar is shown and hidden. Defaults to false. */\n showHideFooter: boolean;\n\n /** Determines the amount of inactivity time in `ms` before the UI is hidden if {@link FrameworkVisibility.autoHideUi} is enabled. Defaults to `3.5` seconds. */\n inactivityTime: number;\n\n /** Determines whether the proximity of the mouse should alter the opacity of a toolbar. Defaults to `true`.\n * @deprecated in 4.11.0. The preferred mode is to change opacity in a snappy way (use {@link FrameworkVisibility.snapWidgetOpacity}).\n */\n useProximityOpacity: boolean;\n\n /** Determines whether the opacity of a toolbar should change immediately when the mouse gets close. Defaults to `false`. */\n snapWidgetOpacity: boolean;\n\n /** Handler for when a Frontstage is ready */\n handleFrontstageReady(): void;\n\n /** Handler for when the mouse moves over the content area */\n handleContentMouseMove(\n _event?: React.MouseEvent<HTMLElement, MouseEvent>\n ): void;\n\n /** Handler for when the mouse moves over the content area */\n handleContentMouseLeave(\n _event?: React.MouseEvent<HTMLElement, MouseEvent>\n ): void;\n\n /** Handler for when the mouse enters a widget */\n handleWidgetMouseEnter(\n _event?: React.MouseEvent<HTMLElement, MouseEvent>\n ): void;\n\n /** Shows the Ui and resets the inactivity timer */\n showUiAndResetTimer(): void;\n\n /** Shows the Ui and cancels the inactivity timer */\n showUiAndCancelTimer(): void;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InternalFrontstageManager.d.ts","sourceRoot":"","sources":["../../../src/appui-react/frontstage/InternalFrontstageManager.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAU,MAAM,qBAAqB,CAAC;AACxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAGnE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,KAAK,EACV,+BAA+B,EAC/B,gBAAgB,EACjB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AACjG,OAAO,KAAK,EACV,2BAA2B,EAC3B,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,iCAAiC,CAAC;AAEzC,OAAO,KAAK,EACV,SAAS,EACT,2BAA2B,EAC5B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EACV,4BAA4B,EAC5B,8BAA8B,EAC9B,wBAAwB,EACxB,+BAA+B,EAC/B,8BAA8B,EAC9B,mBAAmB,EAEnB,sCAAsC,EACtC,sBAAsB,EACtB,wBAAwB,EACzB,MAAM,sCAAsC,CAAC;AAE9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAGtE;;GAEG;AACH,qBAAa,yBAAyB;IACpC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAS;IACpC,OAAO,CAAC,MAAM,CAAC,UAAU,CAAS;IAClC,OAAO,CAAC,MAAM,CAAC,aAAa,CAAM;IAClC,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAA4B;IAC/D,OAAO,CAAC,MAAM,CAAC,eAAe,CAAoC;IAClE,OAAO,CAAC,MAAM,CAAC,iBAAiB,CACG;IAEnC,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAyC;IAC5E,OAAO,CAAC,MAAM,CAAC,YAAY,CAAiC;IAC5D,OAAO,CAAC,MAAM,CAAC,aAAa,CAAoC;IAEhE,OAAO,CAAC,MAAM,CAAC,kBAAkB,CACJ;IAC7B,OAAO,CAAC,MAAM,CAAC,2BAA2B,CAA4B;IAEtE,OAAO,CAAC,MAAM,CAAC,mBAAmB,CAI9B;IAEJ;;OAEG;WACW,0BAA0B,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAS9D,OAAO,CAAC,MAAM,CAAC,sCAAsC,
|
|
1
|
+
{"version":3,"file":"InternalFrontstageManager.d.ts","sourceRoot":"","sources":["../../../src/appui-react/frontstage/InternalFrontstageManager.ts"],"names":[],"mappings":"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"}
|