@itwin/appui-react 4.0.0-dev.2 → 4.0.0-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/lib/cjs/appui-react/UiFramework.d.ts +211 -211
- package/lib/cjs/appui-react/UiFramework.js +482 -482
- package/lib/cjs/appui-react/UiFramework.js.map +1 -1
- package/lib/cjs/appui-react/_variables.scss +12 -12
- package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
- package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js +74 -74
- package/lib/cjs/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js +40 -40
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.scss +14 -14
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js +216 -216
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js +122 -122
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +61 -61
- package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
- package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +110 -110
- package/lib/cjs/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
- package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js +64 -64
- package/lib/cjs/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
- package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js +9 -9
- package/lib/cjs/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
- package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js +44 -44
- package/lib/cjs/appui-react/accudraw/AccuDrawWidget.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/Calculator.d.ts +46 -46
- package/lib/cjs/appui-react/accudraw/Calculator.js +217 -217
- package/lib/cjs/appui-react/accudraw/Calculator.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/Calculator.scss +86 -86
- package/lib/cjs/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
- package/lib/cjs/appui-react/accudraw/CalculatorEngine.js +195 -195
- package/lib/cjs/appui-react/accudraw/CalculatorEngine.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
- package/lib/cjs/appui-react/accudraw/CalculatorPopup.js +41 -41
- package/lib/cjs/appui-react/accudraw/CalculatorPopup.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
- package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js +231 -231
- package/lib/cjs/appui-react/accudraw/FrameworkAccuDraw.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/MenuButton.d.ts +30 -30
- package/lib/cjs/appui-react/accudraw/MenuButton.js +66 -66
- package/lib/cjs/appui-react/accudraw/MenuButton.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/MenuButton.scss +18 -18
- package/lib/cjs/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
- package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js +37 -37
- package/lib/cjs/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/SquareButton.d.ts +14 -14
- package/lib/cjs/appui-react/accudraw/SquareButton.js +26 -26
- package/lib/cjs/appui-react/accudraw/SquareButton.js.map +1 -1
- package/lib/cjs/appui-react/accudraw/SquareButton.scss +44 -44
- package/lib/cjs/appui-react/accudraw/backspace.svg +9 -9
- package/lib/cjs/appui-react/accudraw/constraint-2d.svg +11 -11
- package/lib/cjs/appui-react/accudraw/height-2.svg +10 -10
- package/lib/cjs/appui-react/accudraw/height.svg +11 -11
- package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts +27 -27
- package/lib/cjs/appui-react/backstage/BackstageComposer.js +141 -141
- package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.d.ts +29 -29
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +55 -55
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageManager.d.ts +35 -35
- package/lib/cjs/appui-react/backstage/BackstageManager.js +82 -82
- package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js +36 -36
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +45 -45
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +176 -176
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.scss +14 -14
- package/lib/cjs/appui-react/childwindow/CopyStyles.d.ts +7 -7
- package/lib/cjs/appui-react/childwindow/CopyStyles.js +42 -42
- package/lib/cjs/appui-react/childwindow/CopyStyles.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/PopoutWidget.d.ts +15 -15
- package/lib/cjs/appui-react/childwindow/PopoutWidget.js +19 -19
- package/lib/cjs/appui-react/childwindow/PopoutWidget.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/PopoutWidget.scss +10 -10
- package/lib/cjs/appui-react/configurableui/ActivityTracker.d.ts +29 -29
- package/lib/cjs/appui-react/configurableui/ActivityTracker.js +70 -70
- package/lib/cjs/appui-react/configurableui/ActivityTracker.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +59 -59
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
- package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js +95 -95
- package/lib/cjs/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +89 -89
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +164 -164
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/TimeTracker.d.ts +33 -33
- package/lib/cjs/appui-react/configurableui/TimeTracker.js +81 -81
- package/lib/cjs/appui-react/configurableui/TimeTracker.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/configurableui.scss +78 -78
- package/lib/cjs/appui-react/configurableui/state.d.ts +61 -61
- package/lib/cjs/appui-react/configurableui/state.js +111 -111
- package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentControl.d.ts +64 -64
- package/lib/cjs/appui-react/content/ContentControl.js +78 -78
- package/lib/cjs/appui-react/content/ContentControl.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentGroup.d.ts +93 -93
- package/lib/cjs/appui-react/content/ContentGroup.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.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/ContentLayout.js +374 -357
- package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentLayout.scss +99 -99
- package/lib/cjs/appui-react/content/ContentLayoutManager.d.ts +47 -47
- package/lib/cjs/appui-react/content/ContentLayoutManager.js +94 -94
- package/lib/cjs/appui-react/content/ContentLayoutManager.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentViewManager.d.ts +92 -92
- package/lib/cjs/appui-react/content/ContentViewManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/ContentViewManager.js +206 -188
- package/lib/cjs/appui-react/content/ContentViewManager.js.map +1 -1
- package/lib/cjs/appui-react/content/DefaultViewOverlay.d.ts +22 -22
- package/lib/cjs/appui-react/content/DefaultViewOverlay.js +50 -50
- package/lib/cjs/appui-react/content/DefaultViewOverlay.js.map +1 -1
- package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +43 -43
- package/lib/cjs/appui-react/content/FloatingViewportContent.css +9 -9
- package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts +27 -24
- package/lib/cjs/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/FloatingViewportContent.js +83 -72
- 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 +156 -156
- package/lib/cjs/appui-react/content/IModelViewport.js.map +1 -1
- package/lib/cjs/appui-react/content/StageContentLayout.d.ts +35 -35
- package/lib/cjs/appui-react/content/StageContentLayout.js +66 -66
- package/lib/cjs/appui-react/content/StageContentLayout.js.map +1 -1
- package/lib/cjs/appui-react/content/ViewStateHelper.d.ts +25 -25
- package/lib/cjs/appui-react/content/ViewStateHelper.js +50 -50
- package/lib/cjs/appui-react/content/ViewStateHelper.js.map +1 -1
- package/lib/cjs/appui-react/content/ViewportContentControl.d.ts +61 -61
- package/lib/cjs/appui-react/content/ViewportContentControl.js +132 -132
- package/lib/cjs/appui-react/content/ViewportContentControl.js.map +1 -1
- package/lib/cjs/appui-react/content/split-pane/Pane.d.ts +20 -20
- package/lib/cjs/appui-react/content/split-pane/Pane.js +42 -42
- package/lib/cjs/appui-react/content/split-pane/Pane.js.map +1 -1
- package/lib/cjs/appui-react/content/split-pane/Resizer.d.ts +22 -22
- package/lib/cjs/appui-react/content/split-pane/Resizer.js +38 -38
- package/lib/cjs/appui-react/content/split-pane/Resizer.js.map +1 -1
- package/lib/cjs/appui-react/content/split-pane/SplitPane.d.ts +69 -69
- package/lib/cjs/appui-react/content/split-pane/SplitPane.js +242 -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 +76 -76
- package/lib/cjs/appui-react/cursor/cursormenu/CursorMenu.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.d.ts +58 -58
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +150 -150
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js +325 -325
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopupManager.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.d.ts +22 -22
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js +63 -63
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
- package/lib/cjs/appui-react/dialog/ContentDialog.d.ts +23 -23
- package/lib/cjs/appui-react/dialog/ContentDialog.js +71 -71
- package/lib/cjs/appui-react/dialog/ContentDialog.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ContentDialog.scss +25 -25
- package/lib/cjs/appui-react/dialog/ContentDialogManager.d.ts +64 -64
- package/lib/cjs/appui-react/dialog/ContentDialogManager.js +147 -147
- package/lib/cjs/appui-react/dialog/ContentDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/DialogManagerBase.d.ts +84 -84
- package/lib/cjs/appui-react/dialog/DialogManagerBase.js +141 -141
- package/lib/cjs/appui-react/dialog/DialogManagerBase.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ModalDialogManager.d.ts +47 -47
- package/lib/cjs/appui-react/dialog/ModalDialogManager.js +72 -72
- package/lib/cjs/appui-react/dialog/ModalDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ModelessDialog.d.ts +21 -21
- package/lib/cjs/appui-react/dialog/ModelessDialog.js +30 -30
- package/lib/cjs/appui-react/dialog/ModelessDialog.js.map +1 -1
- package/lib/cjs/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
- package/lib/cjs/appui-react/dialog/ModelessDialogManager.js +135 -135
- package/lib/cjs/appui-react/dialog/ModelessDialogManager.js.map +1 -1
- package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +42 -42
- package/lib/cjs/appui-react/dialog/StandardMessageBox.js +93 -93
- package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
- package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
- package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js +82 -82
- package/lib/cjs/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ElementTooltip.d.ts +61 -61
- package/lib/cjs/appui-react/feedback/ElementTooltip.js +131 -131
- package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +73 -73
- package/lib/cjs/appui-react/feedback/ValidationTextbox.js +114 -114
- package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +54 -54
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.js +9 -9
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +203 -203
- package/lib/cjs/appui-react/frontstage/FrontstageDef.js +824 -824
- package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +355 -355
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js +563 -563
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.js +16 -16
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +44 -44
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +83 -83
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +86 -86
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +13 -13
- package/lib/cjs/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
- package/lib/cjs/appui-react/frontstage/NestedFrontstage.js +30 -30
- package/lib/cjs/appui-react/frontstage/NestedFrontstage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +78 -78
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
- package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js +37 -37
- package/lib/cjs/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useActiveStageId.d.ts +7 -7
- package/lib/cjs/appui-react/hooks/useActiveStageId.js +29 -29
- package/lib/cjs/appui-react/hooks/useActiveStageId.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useActiveViewport.d.ts +8 -8
- package/lib/cjs/appui-react/hooks/useActiveViewport.js +46 -46
- package/lib/cjs/appui-react/hooks/useActiveViewport.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
- package/lib/cjs/appui-react/hooks/useAnalysisAnimationDataProvider.js +71 -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 +30 -30
- package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
- package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js +30 -30
- package/lib/cjs/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
- package/lib/cjs/appui-react/hooks/useScheduleAnimationDataProvider.js +71 -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 +65 -65
- package/lib/cjs/appui-react/hooks/useSolarDataProvider.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useUiVisibility.d.ts +5 -5
- package/lib/cjs/appui-react/hooks/useUiVisibility.js +26 -26
- package/lib/cjs/appui-react/hooks/useUiVisibility.js.map +1 -1
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js +272 -272
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +95 -95
- package/lib/cjs/appui-react/keyboardshortcut/KeyboardShortcutMenu.js.map +1 -1
- package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +9 -9
- package/lib/cjs/appui-react/messages/ActivityMessage.js +79 -79
- package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
- package/lib/cjs/appui-react/messages/AppNotificationManager.d.ts +74 -74
- package/lib/cjs/appui-react/messages/AppNotificationManager.js +125 -125
- package/lib/cjs/appui-react/messages/AppNotificationManager.js.map +1 -1
- package/lib/cjs/appui-react/messages/HollowIcon.d.ts +9 -9
- package/lib/cjs/appui-react/messages/HollowIcon.js +20 -20
- package/lib/cjs/appui-react/messages/HollowIcon.js.map +1 -1
- package/lib/cjs/appui-react/messages/InputField.d.ts +37 -37
- package/lib/cjs/appui-react/messages/InputField.js +91 -91
- package/lib/cjs/appui-react/messages/InputField.js.map +1 -1
- package/lib/cjs/appui-react/messages/InputField.scss +82 -82
- package/lib/cjs/appui-react/messages/MessageLabel.d.ts +12 -12
- package/lib/cjs/appui-react/messages/MessageLabel.js +21 -21
- package/lib/cjs/appui-react/messages/MessageLabel.js.map +1 -1
- package/lib/cjs/appui-react/messages/MessageManager.d.ts +244 -244
- package/lib/cjs/appui-react/messages/MessageManager.js +442 -442
- package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
- package/lib/cjs/appui-react/messages/MessageSpan.d.ts +14 -14
- package/lib/cjs/appui-react/messages/MessageSpan.js +22 -22
- package/lib/cjs/appui-react/messages/MessageSpan.js.map +1 -1
- package/lib/cjs/appui-react/messages/Pointer.d.ts +69 -69
- package/lib/cjs/appui-react/messages/Pointer.js +173 -173
- package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
- package/lib/cjs/appui-react/messages/Pointer.scss +42 -42
- package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
- package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js +68 -68
- package/lib/cjs/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
- package/lib/cjs/appui-react/messages/StatusMessageManager.d.ts +24 -24
- package/lib/cjs/appui-react/messages/StatusMessageManager.js +55 -55
- package/lib/cjs/appui-react/messages/StatusMessageManager.js.map +1 -1
- package/lib/cjs/appui-react/messages/getToastCategory.d.ts +6 -6
- package/lib/cjs/appui-react/messages/getToastCategory.js +27 -27
- package/lib/cjs/appui-react/messages/getToastCategory.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +26 -26
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts +13 -13
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +26 -26
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
- package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js +34 -34
- package/lib/cjs/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +185 -185
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +87 -87
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js +150 -150
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +104 -104
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
- package/lib/cjs/appui-react/pickers/ListPicker.d.ts +111 -111
- package/lib/cjs/appui-react/pickers/ListPicker.js +194 -194
- package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/cjs/appui-react/pickers/ListPicker.scss +299 -299
- package/lib/cjs/appui-react/pickers/ViewSelector.d.ts +90 -90
- package/lib/cjs/appui-react/pickers/ViewSelector.js +251 -251
- package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
- package/lib/cjs/appui-react/popup/CardPopup.d.ts +48 -48
- package/lib/cjs/appui-react/popup/CardPopup.js +89 -89
- package/lib/cjs/appui-react/popup/CardPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/CardPopup.scss +25 -25
- package/lib/cjs/appui-react/popup/HTMLElementPopup.d.ts +30 -30
- package/lib/cjs/appui-react/popup/HTMLElementPopup.js +42 -42
- package/lib/cjs/appui-react/popup/HTMLElementPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/InputEditorPopup.d.ts +38 -38
- package/lib/cjs/appui-react/popup/InputEditorPopup.js +57 -57
- package/lib/cjs/appui-react/popup/InputEditorPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.js +253 -253
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.js.map +1 -1
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -30
- package/lib/cjs/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
- package/lib/cjs/appui-react/popup/KeyinPalettePopup.js +47 -47
- package/lib/cjs/appui-react/popup/KeyinPalettePopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/PopupManager.d.ts +105 -105
- package/lib/cjs/appui-react/popup/PopupManager.js +232 -232
- package/lib/cjs/appui-react/popup/PopupManager.js.map +1 -1
- package/lib/cjs/appui-react/popup/PositionPopup.d.ts +28 -28
- package/lib/cjs/appui-react/popup/PositionPopup.js +48 -48
- package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/PositionPopup.scss +28 -28
- package/lib/cjs/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
- package/lib/cjs/appui-react/popup/ToolSettingsPopup.js +56 -56
- package/lib/cjs/appui-react/popup/ToolSettingsPopup.js.map +1 -1
- package/lib/cjs/appui-react/popup/ToolbarPopup.d.ts +34 -34
- package/lib/cjs/appui-react/popup/ToolbarPopup.js +57 -57
- package/lib/cjs/appui-react/popup/ToolbarPopup.js.map +1 -1
- package/lib/cjs/appui-react/redux/FrameworkState.d.ts +22 -22
- package/lib/cjs/appui-react/redux/FrameworkState.js +20 -20
- package/lib/cjs/appui-react/redux/FrameworkState.js.map +1 -1
- package/lib/cjs/appui-react/redux/ReducerRegistry.d.ts +36 -36
- package/lib/cjs/appui-react/redux/ReducerRegistry.js +60 -60
- package/lib/cjs/appui-react/redux/ReducerRegistry.js.map +1 -1
- package/lib/cjs/appui-react/redux/SessionState.d.ts +103 -103
- package/lib/cjs/appui-react/redux/SessionState.js +130 -130
- package/lib/cjs/appui-react/redux/SessionState.js.map +1 -1
- package/lib/cjs/appui-react/redux/StateManager.d.ts +43 -43
- package/lib/cjs/appui-react/redux/StateManager.js +97 -97
- package/lib/cjs/appui-react/redux/StateManager.js.map +1 -1
- package/lib/cjs/appui-react/redux/connectIModel.d.ts +26 -26
- package/lib/cjs/appui-react/redux/connectIModel.js +94 -94
- package/lib/cjs/appui-react/redux/connectIModel.js.map +1 -1
- package/lib/cjs/appui-react/redux/redux-ts.d.ts +197 -197
- package/lib/cjs/appui-react/redux/redux-ts.js +36 -36
- package/lib/cjs/appui-react/redux/redux-ts.js.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +10 -10
- package/lib/cjs/appui-react/safearea/SafeAreaContext.js +16 -16
- package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js +15 -15
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +21 -21
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
- package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
- package/lib/cjs/appui-react/selection/HideIsolateEmphasizeManager.js +695 -695
- 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 +200 -200
- package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js +202 -202
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
- package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
- package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js +53 -53
- package/lib/cjs/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +193 -193
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +66 -66
- 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.js +9 -9
- package/lib/cjs/appui-react/shared/AnyItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
- package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js +9 -9
- package/lib/cjs/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CommandItemDef.d.ts +16 -16
- package/lib/cjs/appui-react/shared/CommandItemDef.js +35 -35
- package/lib/cjs/appui-react/shared/CommandItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +17 -17
- package/lib/cjs/appui-react/shared/CustomItemDef.js +32 -32
- package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +12 -12
- package/lib/cjs/appui-react/shared/CustomItemProps.js +9 -9
- package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +19 -19
- package/lib/cjs/appui-react/shared/GroupItemProps.js +9 -9
- package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +58 -58
- package/lib/cjs/appui-react/shared/ItemDefBase.js +78 -78
- package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemMap.d.ts +21 -21
- package/lib/cjs/appui-react/shared/ItemMap.js +51 -51
- package/lib/cjs/appui-react/shared/ItemMap.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemProps.d.ts +48 -48
- package/lib/cjs/appui-react/shared/ItemProps.js +9 -9
- package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/MenuItem.d.ts +36 -36
- package/lib/cjs/appui-react/shared/MenuItem.js +112 -112
- package/lib/cjs/appui-react/shared/MenuItem.js.map +1 -1
- package/lib/cjs/appui-react/shared/SelectionScope.d.ts +13 -13
- package/lib/cjs/appui-react/shared/SelectionScope.js +21 -21
- package/lib/cjs/appui-react/shared/SelectionScope.js.map +1 -1
- package/lib/cjs/appui-react/shared/ToolItemDef.d.ts +17 -17
- package/lib/cjs/appui-react/shared/ToolItemDef.js +39 -39
- package/lib/cjs/appui-react/shared/ToolItemDef.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +9 -9
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +263 -263
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +217 -217
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Indicator.d.ts +25 -25
- package/lib/cjs/appui-react/statusbar/Indicator.js +35 -35
- package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Indicator.scss +110 -110
- package/lib/cjs/appui-react/statusbar/LabelIndicator.d.ts +23 -23
- package/lib/cjs/appui-react/statusbar/LabelIndicator.js +28 -28
- package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +43 -43
- package/lib/cjs/appui-react/statusbar/Overflow.d.ts +19 -19
- package/lib/cjs/appui-react/statusbar/Overflow.js +29 -29
- package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Overflow.scss +27 -27
- package/lib/cjs/appui-react/statusbar/OverflowPanel.d.ts +20 -20
- package/lib/cjs/appui-react/statusbar/OverflowPanel.js +22 -22
- package/lib/cjs/appui-react/statusbar/OverflowPanel.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/OverflowPanel.scss +22 -22
- package/lib/cjs/appui-react/statusbar/Separator.d.ts +10 -10
- package/lib/cjs/appui-react/statusbar/Separator.js +21 -21
- package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Separator.scss +14 -14
- package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +62 -62
- package/lib/cjs/appui-react/statusbar/StatusBar.js +129 -129
- package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBar.scss +43 -43
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +282 -282
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +16 -16
- package/lib/cjs/appui-react/statusbar/StatusBarItem.js +17 -17
- package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +13 -13
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +22 -22
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js +23 -23
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/Button.d.ts +20 -20
- package/lib/cjs/appui-react/statusbar/dialog/Button.js +19 -19
- package/lib/cjs/appui-react/statusbar/dialog/Button.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +30 -30
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +19 -19
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
- package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js +37 -37
- package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +55 -55
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +9 -9
- package/lib/cjs/appui-react/statusfields/ActivityCenter.js +59 -59
- package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +46 -46
- package/lib/cjs/appui-react/statusfields/MessageCenter.js +123 -123
- package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +16 -16
- package/lib/cjs/appui-react/statusfields/SectionsField.js +77 -77
- package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SectionsField.scss +36 -36
- package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +26 -26
- package/lib/cjs/appui-react/statusfields/SelectionInfo.js +47 -47
- package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionInfo.scss +14 -14
- package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +37 -37
- package/lib/cjs/appui-react/statusfields/SelectionScope.js +66 -66
- package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionScope.scss +46 -46
- package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +41 -41
- package/lib/cjs/appui-react/statusfields/SnapMode.js +88 -88
- package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +30 -30
- package/lib/cjs/appui-react/statusfields/ViewAttributes.js +92 -92
- package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +14 -14
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +91 -91
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +443 -443
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +79 -79
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +224 -224
- 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 +97 -97
- package/lib/cjs/appui-react/theme/ThemeManager.js.map +1 -1
- package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
- package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js +52 -52
- package/lib/cjs/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
- package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
- package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js +58 -58
- package/lib/cjs/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
- package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
- package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js +65 -65
- package/lib/cjs/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/DragInteraction.d.ts +8 -8
- package/lib/cjs/appui-react/toolbar/DragInteraction.js +15 -15
- package/lib/cjs/appui-react/toolbar/DragInteraction.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +37 -37
- package/lib/cjs/appui-react/toolbar/GroupItem.js +76 -76
- package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts +19 -19
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +225 -225
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +26 -26
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +138 -138
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
- package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js +36 -36
- package/lib/cjs/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +52 -52
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +368 -368
- 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 +31 -31
- package/lib/cjs/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
- package/lib/cjs/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
- package/lib/cjs/appui-react/tools/KeyinPaletteTools.js +30 -30
- 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 +32 -32
- 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 +60 -60
- 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.js +74 -74
- package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts +14 -14
- package/lib/cjs/appui-react/toolsettings/ToolInformation.js +45 -45
- package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts +58 -58
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js +129 -129
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +1 -1
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js +38 -38
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +103 -103
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +36 -36
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +86 -86
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +66 -66
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
- 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 +24 -24
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +76 -76
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +31 -31
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +69 -69
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
- package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js +348 -348
- package/lib/cjs/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
- package/lib/cjs/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
- package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js +206 -206
- package/lib/cjs/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +53 -53
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +213 -213
- package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +49 -49
- package/lib/cjs/appui-react/uistate/AppUiSettings.js +89 -89
- package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/cjs/appui-react/uistate/useUiStateStorage.d.ts +19 -19
- package/lib/cjs/appui-react/uistate/useUiStateStorage.js +38 -38
- package/lib/cjs/appui-react/uistate/useUiStateStorage.js.map +1 -1
- package/lib/cjs/appui-react/utils/PropsHelper.d.ts +20 -20
- package/lib/cjs/appui-react/utils/PropsHelper.js +66 -66
- package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
- package/lib/cjs/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
- package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js +60 -60
- package/lib/cjs/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
- package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts +83 -83
- package/lib/cjs/appui-react/utils/UiShowHideManager.js +196 -196
- package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
- package/lib/cjs/appui-react/utils/ViewUtilities.d.ts +66 -66
- package/lib/cjs/appui-react/utils/ViewUtilities.js +98 -98
- package/lib/cjs/appui-react/utils/ViewUtilities.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Content.d.ts +6 -6
- package/lib/cjs/appui-react/widget-panels/Content.js +60 -60
- package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
- package/lib/cjs/appui-react/widget-panels/FloatingWidget.js +18 -18
- package/lib/cjs/appui-react/widget-panels/FloatingWidget.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +123 -123
- package/lib/cjs/appui-react/widget-panels/Frontstage.js +1086 -1086
- package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -19
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +21 -21
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
- package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js +38 -38
- package/lib/cjs/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts +8 -8
- package/lib/cjs/appui-react/widget-panels/StatusBar.js +27 -27
- package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/StatusBar.scss +10 -10
- package/lib/cjs/appui-react/widget-panels/Tab.d.ts +10 -10
- package/lib/cjs/appui-react/widget-panels/Tab.js +34 -34
- package/lib/cjs/appui-react/widget-panels/Tab.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Tab.scss +14 -14
- package/lib/cjs/appui-react/widget-panels/ToolSettings.d.ts +37 -37
- package/lib/cjs/appui-react/widget-panels/ToolSettings.js +155 -155
- package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +41 -41
- package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts +7 -7
- package/lib/cjs/appui-react/widget-panels/Toolbars.js +24 -24
- package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Toolbars.scss +20 -20
- package/lib/cjs/appui-react/widget-panels/useTransientState.d.ts +7 -7
- package/lib/cjs/appui-react/widget-panels/useTransientState.js +18 -18
- package/lib/cjs/appui-react/widget-panels/useTransientState.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +29 -29
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts +21 -21
- package/lib/cjs/appui-react/widgets/BackstageAppButton.js +53 -53
- package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
- package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js +60 -60
- package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BasicToolWidget.d.ts +23 -23
- package/lib/cjs/appui-react/widgets/BasicToolWidget.js +61 -61
- package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
- package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js +48 -48
- package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +109 -109
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +8 -8
- package/lib/cjs/appui-react/widgets/StableWidgetDef.js +29 -29
- package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
- package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
- package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js +42 -42
- package/lib/cjs/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +15 -15
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
- package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js +34 -34
- package/lib/cjs/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
- package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js +36 -36
- package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +25 -25
- package/lib/cjs/appui-react/widgets/WidgetConfig.js +9 -9
- package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetControl.d.ts +33 -33
- package/lib/cjs/appui-react/widgets/WidgetControl.js +44 -44
- package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +168 -168
- package/lib/cjs/appui-react/widgets/WidgetDef.js +323 -323
- package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +40 -40
- package/lib/cjs/appui-react/widgets/WidgetHost.js +90 -90
- package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +54 -54
- package/lib/cjs/appui-react/widgets/WidgetManager.js +117 -117
- package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
- package/lib/cjs/appui-react.d.ts +319 -327
- package/lib/cjs/appui-react.d.ts.map +1 -1
- package/lib/cjs/appui-react.js +336 -344
- package/lib/cjs/appui-react.js.map +1 -1
- package/lib/esm/appui-react/UiFramework.d.ts +211 -211
- package/lib/esm/appui-react/UiFramework.js +477 -477
- package/lib/esm/appui-react/UiFramework.js.map +1 -1
- package/lib/esm/appui-react/_variables.scss +12 -12
- package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.d.ts +27 -27
- package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js +70 -70
- package/lib/esm/appui-react/accudraw/AccuDrawCommandItems.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.d.ts +21 -21
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.js +36 -36
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +14 -14
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.d.ts +19 -19
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js +212 -212
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +27 -27
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.d.ts +42 -42
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.js +119 -119
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +61 -61
- package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.d.ts +12 -12
- package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js +106 -106
- package/lib/esm/appui-react/accudraw/AccuDrawKeyboardShortcuts.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.d.ts +18 -18
- package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js +60 -60
- package/lib/esm/appui-react/accudraw/AccuDrawPopupManager.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.d.ts +61 -61
- package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js +8 -8
- package/lib/esm/appui-react/accudraw/AccuDrawUiSettings.js.map +1 -1
- package/lib/esm/appui-react/accudraw/AccuDrawWidget.d.ts +18 -18
- package/lib/esm/appui-react/accudraw/AccuDrawWidget.js +39 -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.js +213 -213
- package/lib/esm/appui-react/accudraw/Calculator.js.map +1 -1
- package/lib/esm/appui-react/accudraw/Calculator.scss +86 -86
- package/lib/esm/appui-react/accudraw/CalculatorEngine.d.ts +41 -41
- package/lib/esm/appui-react/accudraw/CalculatorEngine.js +191 -191
- package/lib/esm/appui-react/accudraw/CalculatorEngine.js.map +1 -1
- package/lib/esm/appui-react/accudraw/CalculatorPopup.d.ts +31 -31
- package/lib/esm/appui-react/accudraw/CalculatorPopup.js +37 -37
- package/lib/esm/appui-react/accudraw/CalculatorPopup.js.map +1 -1
- package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.d.ts +147 -147
- package/lib/esm/appui-react/accudraw/FrameworkAccuDraw.js +220 -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 +62 -62
- package/lib/esm/appui-react/accudraw/MenuButton.js.map +1 -1
- package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -18
- package/lib/esm/appui-react/accudraw/MenuButtonPopup.d.ts +27 -27
- package/lib/esm/appui-react/accudraw/MenuButtonPopup.js +33 -33
- package/lib/esm/appui-react/accudraw/MenuButtonPopup.js.map +1 -1
- package/lib/esm/appui-react/accudraw/SquareButton.d.ts +14 -14
- package/lib/esm/appui-react/accudraw/SquareButton.js +22 -22
- package/lib/esm/appui-react/accudraw/SquareButton.js.map +1 -1
- package/lib/esm/appui-react/accudraw/SquareButton.scss +44 -44
- package/lib/esm/appui-react/accudraw/backspace.svg +9 -9
- package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -11
- package/lib/esm/appui-react/accudraw/height-2.svg +10 -10
- package/lib/esm/appui-react/accudraw/height.svg +11 -11
- package/lib/esm/appui-react/backstage/BackstageComposer.d.ts +27 -27
- package/lib/esm/appui-react/backstage/BackstageComposer.js +136 -136
- package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageComposerItem.d.ts +29 -29
- package/lib/esm/appui-react/backstage/BackstageComposerItem.js +49 -49
- package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageManager.d.ts +35 -35
- package/lib/esm/appui-react/backstage/BackstageManager.js +76 -76
- package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.d.ts +8 -8
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js +32 -32
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts +8 -8
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +41 -41
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
- package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts +34 -34
- package/lib/esm/appui-react/childwindow/ChildWindowManager.js +172 -172
- package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
- package/lib/esm/appui-react/childwindow/ChildWindowManager.scss +14 -14
- package/lib/esm/appui-react/childwindow/CopyStyles.d.ts +7 -7
- package/lib/esm/appui-react/childwindow/CopyStyles.js +38 -38
- package/lib/esm/appui-react/childwindow/CopyStyles.js.map +1 -1
- package/lib/esm/appui-react/childwindow/PopoutWidget.d.ts +15 -15
- package/lib/esm/appui-react/childwindow/PopoutWidget.js +15 -15
- package/lib/esm/appui-react/childwindow/PopoutWidget.js.map +1 -1
- package/lib/esm/appui-react/childwindow/PopoutWidget.scss +10 -10
- package/lib/esm/appui-react/configurableui/ActivityTracker.d.ts +29 -29
- package/lib/esm/appui-react/configurableui/ActivityTracker.js +66 -66
- package/lib/esm/appui-react/configurableui/ActivityTracker.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts +21 -21
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +55 -55
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiControl.d.ts +95 -95
- package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js +89 -89
- package/lib/esm/appui-react/configurableui/ConfigurableUiControl.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +89 -89
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +158 -158
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
- package/lib/esm/appui-react/configurableui/TimeTracker.d.ts +33 -33
- package/lib/esm/appui-react/configurableui/TimeTracker.js +77 -77
- package/lib/esm/appui-react/configurableui/TimeTracker.js.map +1 -1
- package/lib/esm/appui-react/configurableui/configurableui.scss +78 -78
- package/lib/esm/appui-react/configurableui/state.d.ts +61 -61
- package/lib/esm/appui-react/configurableui/state.js +107 -107
- package/lib/esm/appui-react/configurableui/state.js.map +1 -1
- package/lib/esm/appui-react/content/ContentControl.d.ts +64 -64
- package/lib/esm/appui-react/content/ContentControl.js +72 -72
- package/lib/esm/appui-react/content/ContentControl.js.map +1 -1
- package/lib/esm/appui-react/content/ContentGroup.d.ts +93 -93
- package/lib/esm/appui-react/content/ContentGroup.js +169 -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.d.ts.map +1 -1
- package/lib/esm/appui-react/content/ContentLayout.js +367 -350
- package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
- package/lib/esm/appui-react/content/ContentLayout.scss +99 -99
- package/lib/esm/appui-react/content/ContentLayoutManager.d.ts +47 -47
- package/lib/esm/appui-react/content/ContentLayoutManager.js +90 -90
- package/lib/esm/appui-react/content/ContentLayoutManager.js.map +1 -1
- package/lib/esm/appui-react/content/ContentViewManager.d.ts +92 -92
- package/lib/esm/appui-react/content/ContentViewManager.d.ts.map +1 -1
- package/lib/esm/appui-react/content/ContentViewManager.js +200 -182
- package/lib/esm/appui-react/content/ContentViewManager.js.map +1 -1
- package/lib/esm/appui-react/content/DefaultViewOverlay.d.ts +22 -22
- package/lib/esm/appui-react/content/DefaultViewOverlay.js +46 -46
- package/lib/esm/appui-react/content/DefaultViewOverlay.js.map +1 -1
- package/lib/esm/appui-react/content/DefaultViewOverlay.scss +43 -43
- package/lib/esm/appui-react/content/FloatingViewportContent.css +9 -9
- package/lib/esm/appui-react/content/FloatingViewportContent.d.ts +27 -24
- package/lib/esm/appui-react/content/FloatingViewportContent.d.ts.map +1 -1
- package/lib/esm/appui-react/content/FloatingViewportContent.js +79 -68
- 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 +151 -151
- package/lib/esm/appui-react/content/IModelViewport.js.map +1 -1
- package/lib/esm/appui-react/content/StageContentLayout.d.ts +35 -35
- package/lib/esm/appui-react/content/StageContentLayout.js +62 -62
- package/lib/esm/appui-react/content/StageContentLayout.js.map +1 -1
- package/lib/esm/appui-react/content/ViewStateHelper.d.ts +25 -25
- package/lib/esm/appui-react/content/ViewStateHelper.js +46 -46
- package/lib/esm/appui-react/content/ViewStateHelper.js.map +1 -1
- package/lib/esm/appui-react/content/ViewportContentControl.d.ts +61 -61
- package/lib/esm/appui-react/content/ViewportContentControl.js +127 -127
- package/lib/esm/appui-react/content/ViewportContentControl.js.map +1 -1
- package/lib/esm/appui-react/content/split-pane/Pane.d.ts +20 -20
- package/lib/esm/appui-react/content/split-pane/Pane.js +38 -38
- package/lib/esm/appui-react/content/split-pane/Pane.js.map +1 -1
- package/lib/esm/appui-react/content/split-pane/Resizer.d.ts +22 -22
- package/lib/esm/appui-react/content/split-pane/Resizer.js +34 -34
- package/lib/esm/appui-react/content/split-pane/Resizer.js.map +1 -1
- package/lib/esm/appui-react/content/split-pane/SplitPane.d.ts +69 -69
- package/lib/esm/appui-react/content/split-pane/SplitPane.js +238 -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 +139 -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 +72 -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 +145 -145
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +34 -34
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.d.ts +114 -114
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopupManager.js +318 -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 +59 -59
- package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.js.map +1 -1
- package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -30
- package/lib/esm/appui-react/dialog/ContentDialog.d.ts +23 -23
- package/lib/esm/appui-react/dialog/ContentDialog.js +66 -66
- package/lib/esm/appui-react/dialog/ContentDialog.js.map +1 -1
- package/lib/esm/appui-react/dialog/ContentDialog.scss +25 -25
- package/lib/esm/appui-react/dialog/ContentDialogManager.d.ts +64 -64
- package/lib/esm/appui-react/dialog/ContentDialogManager.js +141 -141
- package/lib/esm/appui-react/dialog/ContentDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/DialogManagerBase.d.ts +84 -84
- package/lib/esm/appui-react/dialog/DialogManagerBase.js +135 -135
- package/lib/esm/appui-react/dialog/DialogManagerBase.js.map +1 -1
- package/lib/esm/appui-react/dialog/ModalDialogManager.d.ts +47 -47
- package/lib/esm/appui-react/dialog/ModalDialogManager.js +66 -66
- package/lib/esm/appui-react/dialog/ModalDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/ModelessDialog.d.ts +21 -21
- package/lib/esm/appui-react/dialog/ModelessDialog.js +26 -26
- package/lib/esm/appui-react/dialog/ModelessDialog.js.map +1 -1
- package/lib/esm/appui-react/dialog/ModelessDialogManager.d.ts +62 -62
- package/lib/esm/appui-react/dialog/ModelessDialogManager.js +129 -129
- package/lib/esm/appui-react/dialog/ModelessDialogManager.js.map +1 -1
- package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +42 -42
- package/lib/esm/appui-react/dialog/StandardMessageBox.js +89 -89
- package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
- package/lib/esm/appui-react/dialog/UiDataProvidedDialog.d.ts +38 -38
- package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js +78 -78
- package/lib/esm/appui-react/dialog/UiDataProvidedDialog.js.map +1 -1
- package/lib/esm/appui-react/feedback/ElementTooltip.d.ts +61 -61
- package/lib/esm/appui-react/feedback/ElementTooltip.js +126 -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 +110 -110
- package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
- package/lib/esm/appui-react/feedback/ValidationTextbox.scss +54 -54
- package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +39 -39
- package/lib/esm/appui-react/frontstage/FrontstageConfig.js +8 -8
- package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +203 -203
- package/lib/esm/appui-react/frontstage/FrontstageDef.js +817 -817
- package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +355 -355
- package/lib/esm/appui-react/frontstage/FrontstageManager.js +551 -551
- package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +13 -13
- package/lib/esm/appui-react/frontstage/FrontstageProvider.js +12 -12
- package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +34 -34
- package/lib/esm/appui-react/frontstage/ModalFrontstage.js +40 -40
- package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +83 -83
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts +21 -21
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +82 -82
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +13 -13
- package/lib/esm/appui-react/frontstage/NestedFrontstage.d.ts +12 -12
- package/lib/esm/appui-react/frontstage/NestedFrontstage.js +26 -26
- package/lib/esm/appui-react/frontstage/NestedFrontstage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +65 -65
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +74 -74
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
- package/lib/esm/appui-react/hooks/useActiveIModelConnection.d.ts +10 -10
- package/lib/esm/appui-react/hooks/useActiveIModelConnection.js +33 -33
- package/lib/esm/appui-react/hooks/useActiveIModelConnection.js.map +1 -1
- package/lib/esm/appui-react/hooks/useActiveStageId.d.ts +7 -7
- package/lib/esm/appui-react/hooks/useActiveStageId.js +25 -25
- package/lib/esm/appui-react/hooks/useActiveStageId.js.map +1 -1
- package/lib/esm/appui-react/hooks/useActiveViewport.d.ts +8 -8
- package/lib/esm/appui-react/hooks/useActiveViewport.js +42 -42
- package/lib/esm/appui-react/hooks/useActiveViewport.js.map +1 -1
- package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.d.ts +9 -9
- package/lib/esm/appui-react/hooks/useAnalysisAnimationDataProvider.js +67 -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 +26 -26
- package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
- package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.d.ts +12 -12
- package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js +25 -25
- package/lib/esm/appui-react/hooks/useEscapeSetFocusToHome.js.map +1 -1
- package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.d.ts +9 -9
- package/lib/esm/appui-react/hooks/useScheduleAnimationDataProvider.js +67 -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 +61 -61
- package/lib/esm/appui-react/hooks/useSolarDataProvider.js.map +1 -1
- package/lib/esm/appui-react/hooks/useUiVisibility.d.ts +5 -5
- package/lib/esm/appui-react/hooks/useUiVisibility.js +22 -22
- package/lib/esm/appui-react/hooks/useUiVisibility.js.map +1 -1
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.d.ts +116 -116
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js +266 -266
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcut.js.map +1 -1
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.d.ts +38 -38
- package/lib/esm/appui-react/keyboardshortcut/KeyboardShortcutMenu.js +90 -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 +75 -75
- package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
- package/lib/esm/appui-react/messages/AppNotificationManager.d.ts +74 -74
- package/lib/esm/appui-react/messages/AppNotificationManager.js +121 -121
- package/lib/esm/appui-react/messages/AppNotificationManager.js.map +1 -1
- package/lib/esm/appui-react/messages/HollowIcon.d.ts +9 -9
- package/lib/esm/appui-react/messages/HollowIcon.js +16 -16
- package/lib/esm/appui-react/messages/HollowIcon.js.map +1 -1
- package/lib/esm/appui-react/messages/InputField.d.ts +37 -37
- package/lib/esm/appui-react/messages/InputField.js +87 -87
- package/lib/esm/appui-react/messages/InputField.js.map +1 -1
- package/lib/esm/appui-react/messages/InputField.scss +82 -82
- package/lib/esm/appui-react/messages/MessageLabel.d.ts +12 -12
- package/lib/esm/appui-react/messages/MessageLabel.js +17 -17
- package/lib/esm/appui-react/messages/MessageLabel.js.map +1 -1
- package/lib/esm/appui-react/messages/MessageManager.d.ts +244 -244
- package/lib/esm/appui-react/messages/MessageManager.js +430 -430
- package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
- package/lib/esm/appui-react/messages/MessageSpan.d.ts +14 -14
- package/lib/esm/appui-react/messages/MessageSpan.js +17 -17
- package/lib/esm/appui-react/messages/MessageSpan.js.map +1 -1
- package/lib/esm/appui-react/messages/Pointer.d.ts +69 -69
- package/lib/esm/appui-react/messages/Pointer.js +168 -168
- package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
- package/lib/esm/appui-react/messages/Pointer.scss +42 -42
- package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.d.ts +62 -62
- package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js +63 -63
- package/lib/esm/appui-react/messages/ReactNotifyMessageDetails.js.map +1 -1
- package/lib/esm/appui-react/messages/StatusMessageManager.d.ts +24 -24
- package/lib/esm/appui-react/messages/StatusMessageManager.js +51 -51
- package/lib/esm/appui-react/messages/StatusMessageManager.js.map +1 -1
- package/lib/esm/appui-react/messages/getToastCategory.d.ts +6 -6
- package/lib/esm/appui-react/messages/getToastCategory.js +23 -23
- package/lib/esm/appui-react/messages/getToastCategory.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts +13 -13
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +22 -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 +22 -22
- package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/NavigationAidControl.d.ts +33 -33
- package/lib/esm/appui-react/navigationaids/NavigationAidControl.js +29 -29
- package/lib/esm/appui-react/navigationaids/NavigationAidControl.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts +71 -71
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +180 -180
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +87 -87
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.d.ts +117 -117
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js +143 -143
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +72 -72
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts +44 -44
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +99 -99
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -13
- package/lib/esm/appui-react/pickers/ListPicker.d.ts +111 -111
- package/lib/esm/appui-react/pickers/ListPicker.js +187 -187
- package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/esm/appui-react/pickers/ListPicker.scss +299 -299
- package/lib/esm/appui-react/pickers/ViewSelector.d.ts +90 -90
- package/lib/esm/appui-react/pickers/ViewSelector.js +246 -246
- package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
- package/lib/esm/appui-react/popup/CardPopup.d.ts +48 -48
- package/lib/esm/appui-react/popup/CardPopup.js +84 -84
- package/lib/esm/appui-react/popup/CardPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/CardPopup.scss +25 -25
- package/lib/esm/appui-react/popup/HTMLElementPopup.d.ts +30 -30
- package/lib/esm/appui-react/popup/HTMLElementPopup.js +38 -38
- package/lib/esm/appui-react/popup/HTMLElementPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/InputEditorPopup.d.ts +38 -38
- package/lib/esm/appui-react/popup/InputEditorPopup.js +52 -52
- package/lib/esm/appui-react/popup/InputEditorPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/KeyinPalettePanel.d.ts +19 -19
- package/lib/esm/appui-react/popup/KeyinPalettePanel.js +248 -248
- package/lib/esm/appui-react/popup/KeyinPalettePanel.js.map +1 -1
- package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -30
- package/lib/esm/appui-react/popup/KeyinPalettePopup.d.ts +19 -19
- package/lib/esm/appui-react/popup/KeyinPalettePopup.js +43 -43
- package/lib/esm/appui-react/popup/KeyinPalettePopup.js.map +1 -1
- package/lib/esm/appui-react/popup/PopupManager.d.ts +105 -105
- package/lib/esm/appui-react/popup/PopupManager.js +225 -225
- package/lib/esm/appui-react/popup/PopupManager.js.map +1 -1
- package/lib/esm/appui-react/popup/PositionPopup.d.ts +28 -28
- package/lib/esm/appui-react/popup/PositionPopup.js +43 -43
- package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/PositionPopup.scss +28 -28
- package/lib/esm/appui-react/popup/ToolSettingsPopup.d.ts +33 -33
- package/lib/esm/appui-react/popup/ToolSettingsPopup.js +52 -52
- package/lib/esm/appui-react/popup/ToolSettingsPopup.js.map +1 -1
- package/lib/esm/appui-react/popup/ToolbarPopup.d.ts +34 -34
- package/lib/esm/appui-react/popup/ToolbarPopup.js +53 -53
- package/lib/esm/appui-react/popup/ToolbarPopup.js.map +1 -1
- package/lib/esm/appui-react/redux/FrameworkState.d.ts +22 -22
- package/lib/esm/appui-react/redux/FrameworkState.js +17 -17
- package/lib/esm/appui-react/redux/FrameworkState.js.map +1 -1
- package/lib/esm/appui-react/redux/ReducerRegistry.d.ts +36 -36
- package/lib/esm/appui-react/redux/ReducerRegistry.js +56 -56
- package/lib/esm/appui-react/redux/ReducerRegistry.js.map +1 -1
- package/lib/esm/appui-react/redux/SessionState.d.ts +103 -103
- package/lib/esm/appui-react/redux/SessionState.js +126 -126
- package/lib/esm/appui-react/redux/SessionState.js.map +1 -1
- package/lib/esm/appui-react/redux/StateManager.d.ts +43 -43
- package/lib/esm/appui-react/redux/StateManager.js +93 -93
- package/lib/esm/appui-react/redux/StateManager.js.map +1 -1
- package/lib/esm/appui-react/redux/connectIModel.d.ts +26 -26
- package/lib/esm/appui-react/redux/connectIModel.js +89 -89
- package/lib/esm/appui-react/redux/connectIModel.js.map +1 -1
- package/lib/esm/appui-react/redux/redux-ts.d.ts +197 -197
- package/lib/esm/appui-react/redux/redux-ts.js +32 -32
- package/lib/esm/appui-react/redux/redux-ts.js.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +10 -10
- package/lib/esm/appui-react/safearea/SafeAreaContext.js +13 -13
- package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +7 -7
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.js +11 -11
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +13 -13
- package/lib/esm/appui-react/safearea/SafeAreaInsets.js +18 -18
- package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
- package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.d.ts +306 -306
- package/lib/esm/appui-react/selection/HideIsolateEmphasizeManager.js +690 -690
- 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 +188 -188
- package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.d.ts +26 -26
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js +197 -197
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.js.map +1 -1
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +119 -119
- package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.d.ts +17 -17
- package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js +49 -49
- package/lib/esm/appui-react/settings/quantityformatting/UnitSystemSelector.js.map +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +27 -27
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +188 -188
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +66 -66
- package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +28 -28
- package/lib/esm/appui-react/shared/ActionButtonItemDef.js +44 -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.js +8 -8
- package/lib/esm/appui-react/shared/AnyItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/AnyToolbarItemDef.d.ts +9 -9
- package/lib/esm/appui-react/shared/AnyToolbarItemDef.js +8 -8
- package/lib/esm/appui-react/shared/AnyToolbarItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/CommandItemDef.d.ts +16 -16
- package/lib/esm/appui-react/shared/CommandItemDef.js +31 -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 +28 -28
- package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/CustomItemProps.d.ts +12 -12
- package/lib/esm/appui-react/shared/CustomItemProps.js +8 -8
- package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/GroupItemProps.d.ts +19 -19
- package/lib/esm/appui-react/shared/GroupItemProps.js +8 -8
- package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemDefBase.d.ts +58 -58
- package/lib/esm/appui-react/shared/ItemDefBase.js +74 -74
- package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemMap.d.ts +21 -21
- package/lib/esm/appui-react/shared/ItemMap.js +46 -46
- package/lib/esm/appui-react/shared/ItemMap.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemProps.d.ts +48 -48
- package/lib/esm/appui-react/shared/ItemProps.js +8 -8
- package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/MenuItem.d.ts +36 -36
- package/lib/esm/appui-react/shared/MenuItem.js +107 -107
- package/lib/esm/appui-react/shared/MenuItem.js.map +1 -1
- package/lib/esm/appui-react/shared/SelectionScope.d.ts +13 -13
- package/lib/esm/appui-react/shared/SelectionScope.js +18 -18
- package/lib/esm/appui-react/shared/SelectionScope.js.map +1 -1
- package/lib/esm/appui-react/shared/ToolItemDef.d.ts +17 -17
- package/lib/esm/appui-react/shared/ToolItemDef.js +35 -35
- package/lib/esm/appui-react/shared/ToolItemDef.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +44 -44
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +8 -8
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +263 -263
- package/lib/esm/appui-react/stagepanels/StagePanelDef.js +209 -209
- package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Indicator.d.ts +25 -25
- package/lib/esm/appui-react/statusbar/Indicator.js +31 -31
- package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Indicator.scss +110 -110
- package/lib/esm/appui-react/statusbar/LabelIndicator.d.ts +23 -23
- package/lib/esm/appui-react/statusbar/LabelIndicator.js +24 -24
- package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/LabelIndicator.scss +43 -43
- package/lib/esm/appui-react/statusbar/Overflow.d.ts +19 -19
- package/lib/esm/appui-react/statusbar/Overflow.js +26 -26
- package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Overflow.scss +27 -27
- package/lib/esm/appui-react/statusbar/OverflowPanel.d.ts +20 -20
- package/lib/esm/appui-react/statusbar/OverflowPanel.js +18 -18
- package/lib/esm/appui-react/statusbar/OverflowPanel.js.map +1 -1
- package/lib/esm/appui-react/statusbar/OverflowPanel.scss +22 -22
- package/lib/esm/appui-react/statusbar/Separator.d.ts +10 -10
- package/lib/esm/appui-react/statusbar/Separator.js +17 -17
- package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Separator.scss +14 -14
- package/lib/esm/appui-react/statusbar/StatusBar.d.ts +62 -62
- package/lib/esm/appui-react/statusbar/StatusBar.js +121 -121
- package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBar.scss +43 -43
- package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts +46 -46
- package/lib/esm/appui-react/statusbar/StatusBarComposer.js +276 -276
- package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +16 -16
- package/lib/esm/appui-react/statusbar/StatusBarItem.js +13 -13
- package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +13 -13
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +18 -18
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -20
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js +19 -19
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/Button.d.ts +20 -20
- package/lib/esm/appui-react/statusbar/dialog/Button.js +15 -15
- package/lib/esm/appui-react/statusbar/dialog/Button.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/Dialog.d.ts +29 -29
- package/lib/esm/appui-react/statusbar/dialog/Dialog.js +26 -26
- package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.d.ts +18 -18
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +15 -15
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
- package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.d.ts +8 -8
- package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js +33 -33
- package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts +8 -8
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +51 -51
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
- package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +9 -9
- package/lib/esm/appui-react/statusfields/ActivityCenter.js +55 -55
- package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
- package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +46 -46
- package/lib/esm/appui-react/statusfields/MessageCenter.js +119 -119
- package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SectionsField.d.ts +16 -16
- package/lib/esm/appui-react/statusfields/SectionsField.js +73 -73
- package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SectionsField.scss +36 -36
- package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +26 -26
- package/lib/esm/appui-react/statusfields/SelectionInfo.js +44 -44
- package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionInfo.scss +14 -14
- package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +37 -37
- package/lib/esm/appui-react/statusfields/SelectionScope.js +63 -63
- package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionScope.scss +46 -46
- package/lib/esm/appui-react/statusfields/SnapMode.d.ts +41 -41
- package/lib/esm/appui-react/statusfields/SnapMode.js +85 -85
- package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
- package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +30 -30
- package/lib/esm/appui-react/statusfields/ViewAttributes.js +88 -88
- package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
- package/lib/esm/appui-react/statusfields/ViewAttributes.scss +14 -14
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +31 -31
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +87 -87
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -45
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +95 -95
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +439 -439
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +194 -194
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +79 -79
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +220 -220
- 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 +94 -94
- package/lib/esm/appui-react/theme/ThemeManager.js.map +1 -1
- package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.d.ts +15 -15
- package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js +48 -48
- package/lib/esm/appui-react/timeline/AnalysisAnimationProvider.js.map +1 -1
- package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.d.ts +15 -15
- package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js +54 -54
- package/lib/esm/appui-react/timeline/ScheduleAnimationProvider.js.map +1 -1
- package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.d.ts +19 -19
- package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js +61 -61
- package/lib/esm/appui-react/timeline/SolarTimelineDataProvider.js.map +1 -1
- package/lib/esm/appui-react/toolbar/DragInteraction.d.ts +8 -8
- package/lib/esm/appui-react/toolbar/DragInteraction.js +12 -12
- package/lib/esm/appui-react/toolbar/DragInteraction.js.map +1 -1
- package/lib/esm/appui-react/toolbar/GroupItem.d.ts +37 -37
- package/lib/esm/appui-react/toolbar/GroupItem.js +72 -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 +221 -221
- package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +26 -26
- package/lib/esm/appui-react/toolbar/ToolbarHelper.js +134 -134
- package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
- package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.d.ts +8 -8
- package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js +32 -32
- package/lib/esm/appui-react/toolbar/useDefaultToolbarItems.js.map +1 -1
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts +8 -8
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +48 -48
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
- package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +36 -36
- package/lib/esm/appui-react/tools/CoreToolDefinitions.js +364 -364
- 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 +27 -27
- package/lib/esm/appui-react/tools/FrameworkToolAdmin.js.map +1 -1
- package/lib/esm/appui-react/tools/KeyinPaletteTools.d.ts +16 -16
- package/lib/esm/appui-react/tools/KeyinPaletteTools.js +26 -26
- 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 +28 -28
- 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 +55 -55
- 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 +41 -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.js +70 -70
- package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts +14 -14
- package/lib/esm/appui-react/toolsettings/ToolInformation.js +41 -41
- package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts +58 -58
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js +124 -124
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +1 -1
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts +35 -35
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.js +34 -34
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts +62 -62
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +99 -99
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +36 -36
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +82 -82
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts +24 -24
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +62 -62
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.d.ts +33 -33
- 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 +24 -24
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +72 -72
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +31 -31
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +65 -65
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.d.ts +201 -201
- package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js +344 -344
- package/lib/esm/appui-react/uiadmin/FrameworkUiAdmin.js.map +1 -1
- package/lib/esm/appui-react/uiprovider/ComponentGenerator.d.ts +27 -27
- package/lib/esm/appui-react/uiprovider/ComponentGenerator.js +202 -202
- package/lib/esm/appui-react/uiprovider/ComponentGenerator.js.map +1 -1
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts +27 -27
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +47 -47
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +213 -213
- package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +49 -49
- package/lib/esm/appui-react/uistate/AppUiSettings.js +85 -85
- package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/esm/appui-react/uistate/useUiStateStorage.d.ts +19 -19
- package/lib/esm/appui-react/uistate/useUiStateStorage.js +33 -33
- package/lib/esm/appui-react/uistate/useUiStateStorage.js.map +1 -1
- package/lib/esm/appui-react/utils/PropsHelper.d.ts +20 -20
- package/lib/esm/appui-react/utils/PropsHelper.js +62 -62
- package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
- package/lib/esm/appui-react/utils/ToolbarButtonHelper.d.ts +17 -17
- package/lib/esm/appui-react/utils/ToolbarButtonHelper.js +56 -56
- package/lib/esm/appui-react/utils/ToolbarButtonHelper.js.map +1 -1
- package/lib/esm/appui-react/utils/UiShowHideManager.d.ts +83 -83
- package/lib/esm/appui-react/utils/UiShowHideManager.js +191 -191
- package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
- package/lib/esm/appui-react/utils/ViewUtilities.d.ts +66 -66
- package/lib/esm/appui-react/utils/ViewUtilities.js +94 -94
- package/lib/esm/appui-react/utils/ViewUtilities.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Content.d.ts +6 -6
- package/lib/esm/appui-react/widget-panels/Content.js +55 -55
- package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/FloatingWidget.d.ts +6 -6
- package/lib/esm/appui-react/widget-panels/FloatingWidget.js +14 -14
- package/lib/esm/appui-react/widget-panels/FloatingWidget.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +123 -123
- package/lib/esm/appui-react/widget-panels/Frontstage.js +1054 -1054
- package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -19
- package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts +3 -3
- package/lib/esm/appui-react/widget-panels/FrontstageContent.js +17 -17
- package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.d.ts +8 -8
- package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js +33 -33
- package/lib/esm/appui-react/widget-panels/ModalFrontstageComposer.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/StatusBar.d.ts +8 -8
- package/lib/esm/appui-react/widget-panels/StatusBar.js +23 -23
- package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/StatusBar.scss +10 -10
- package/lib/esm/appui-react/widget-panels/Tab.d.ts +10 -10
- package/lib/esm/appui-react/widget-panels/Tab.js +29 -29
- package/lib/esm/appui-react/widget-panels/Tab.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Tab.scss +14 -14
- package/lib/esm/appui-react/widget-panels/ToolSettings.d.ts +37 -37
- package/lib/esm/appui-react/widget-panels/ToolSettings.js +145 -145
- package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/ToolSettings.scss +41 -41
- package/lib/esm/appui-react/widget-panels/Toolbars.d.ts +7 -7
- package/lib/esm/appui-react/widget-panels/Toolbars.js +20 -20
- package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Toolbars.scss +20 -20
- package/lib/esm/appui-react/widget-panels/useTransientState.d.ts +7 -7
- package/lib/esm/appui-react/widget-panels/useTransientState.js +14 -14
- package/lib/esm/appui-react/widget-panels/useTransientState.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts +8 -8
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +25 -25
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
- package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts +21 -21
- package/lib/esm/appui-react/widgets/BackstageAppButton.js +49 -49
- package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
- package/lib/esm/appui-react/widgets/BasicNavigationWidget.d.ts +19 -19
- package/lib/esm/appui-react/widgets/BasicNavigationWidget.js +56 -56
- package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
- package/lib/esm/appui-react/widgets/BasicToolWidget.d.ts +23 -23
- package/lib/esm/appui-react/widgets/BasicToolWidget.js +57 -57
- package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
- package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.d.ts +37 -37
- package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js +44 -44
- package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts +38 -38
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +104 -104
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +8 -8
- package/lib/esm/appui-react/widgets/StableWidgetDef.js +25 -25
- package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
- package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.d.ts +27 -27
- package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js +38 -38
- package/lib/esm/appui-react/widgets/StatusBarWidgetComposerControl.js.map +1 -1
- package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +10 -10
- package/lib/esm/appui-react/widgets/ToolSettingsContent.js +12 -12
- package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
- package/lib/esm/appui-react/widgets/ToolWidgetComposer.d.ts +23 -23
- package/lib/esm/appui-react/widgets/ToolWidgetComposer.js +30 -30
- package/lib/esm/appui-react/widgets/ToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.d.ts +26 -26
- package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js +32 -32
- package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +25 -25
- package/lib/esm/appui-react/widgets/WidgetConfig.js +8 -8
- package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetControl.d.ts +33 -33
- package/lib/esm/appui-react/widgets/WidgetControl.js +40 -40
- package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetDef.d.ts +168 -168
- package/lib/esm/appui-react/widgets/WidgetDef.js +318 -318
- package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetHost.d.ts +40 -40
- package/lib/esm/appui-react/widgets/WidgetHost.js +86 -86
- package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetManager.d.ts +54 -54
- package/lib/esm/appui-react/widgets/WidgetManager.js +112 -112
- package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
- package/lib/esm/appui-react.d.ts +319 -327
- package/lib/esm/appui-react.d.ts.map +1 -1
- package/lib/esm/appui-react.js +324 -332
- package/lib/esm/appui-react.js.map +1 -1
- package/lib/public/locales/en/UiFramework.json +381 -381
- package/package.json +11 -11
- package/lib/cjs/appui-react/imodel-components/Common.d.ts +0 -24
- package/lib/cjs/appui-react/imodel-components/Common.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/Common.js +0 -24
- package/lib/cjs/appui-react/imodel-components/Common.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -66
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -147
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -46
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -65
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +0 -102
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -68
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -105
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.scss +0 -9
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -57
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -197
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
- package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -83
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +0 -128
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.scss +0 -9
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -101
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -480
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +0 -23
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -34
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -42
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +0 -9
- package/lib/esm/appui-react/imodel-components/Common.d.ts +0 -24
- package/lib/esm/appui-react/imodel-components/Common.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/Common.js +0 -21
- package/lib/esm/appui-react/imodel-components/Common.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +0 -53
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +0 -66
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +0 -143
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +0 -46
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +0 -57
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +0 -102
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +0 -68
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +0 -99
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +0 -9
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +0 -57
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +0 -191
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +0 -392
- package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +0 -387
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +0 -83
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +0 -124
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +0 -9
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +0 -239
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +0 -101
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +0 -475
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +0 -10
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +0 -19
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +0 -79
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +0 -79
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +0 -34
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +0 -1
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +0 -38
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +0 -1
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +0 -9
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module StatusBar
|
|
3
|
-
*/
|
|
4
|
-
import "./SelectionInfo.scss";
|
|
5
|
-
import * as React from "react";
|
|
6
|
-
import { CommonProps } from "@itwin/core-react";
|
|
7
|
-
/** Defines properties supported by the SelectionInfo Field Component.
|
|
8
|
-
*/
|
|
9
|
-
interface SelectionInfoFieldProps extends CommonProps {
|
|
10
|
-
selectionCount: number;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
14
|
-
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
15
|
-
*/
|
|
16
|
-
declare class SelectionInfoFieldComponent extends React.Component<SelectionInfoFieldProps> {
|
|
17
|
-
constructor(props: SelectionInfoFieldProps);
|
|
18
|
-
render(): React.ReactNode;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* SelectionInfo Status Field React component. This component is designed to be specified in a status bar definition.
|
|
22
|
-
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
23
|
-
* This React component is Redux connected.
|
|
24
|
-
* @public
|
|
25
|
-
*/ export declare const SelectionInfoField: import("react-redux").ConnectedComponent<typeof SelectionInfoFieldComponent, import("react-redux").Omit<React.ClassAttributes<SelectionInfoFieldComponent> & SelectionInfoFieldProps, "selectionCount">>;
|
|
26
|
-
export {};
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module StatusBar
|
|
3
|
+
*/
|
|
4
|
+
import "./SelectionInfo.scss";
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
import { CommonProps } from "@itwin/core-react";
|
|
7
|
+
/** Defines properties supported by the SelectionInfo Field Component.
|
|
8
|
+
*/
|
|
9
|
+
interface SelectionInfoFieldProps extends CommonProps {
|
|
10
|
+
selectionCount: number;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
14
|
+
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
15
|
+
*/
|
|
16
|
+
declare class SelectionInfoFieldComponent extends React.Component<SelectionInfoFieldProps> {
|
|
17
|
+
constructor(props: SelectionInfoFieldProps);
|
|
18
|
+
render(): React.ReactNode;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* SelectionInfo Status Field React component. This component is designed to be specified in a status bar definition.
|
|
22
|
+
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
23
|
+
* This React component is Redux connected.
|
|
24
|
+
* @public
|
|
25
|
+
*/ export declare const SelectionInfoField: import("react-redux").ConnectedComponent<typeof SelectionInfoFieldComponent, import("react-redux").Omit<React.ClassAttributes<SelectionInfoFieldComponent> & SelectionInfoFieldProps, "selectionCount">>;
|
|
26
|
+
export {};
|
|
27
27
|
//# sourceMappingURL=SelectionInfo.d.ts.map
|
|
@@ -1,45 +1,45 @@
|
|
|
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 StatusBar
|
|
7
|
-
*/
|
|
8
|
-
import "./SelectionInfo.scss";
|
|
9
|
-
import classnames from "classnames";
|
|
10
|
-
import * as React from "react";
|
|
11
|
-
import { connect } from "react-redux";
|
|
12
|
-
import { Icon } from "@itwin/core-react";
|
|
13
|
-
import { FooterIndicator } from "@itwin/appui-layout-react";
|
|
14
|
-
import { UiFramework } from "../UiFramework";
|
|
15
|
-
/**
|
|
16
|
-
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
17
|
-
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
18
|
-
*/
|
|
19
|
-
class SelectionInfoFieldComponent extends React.Component {
|
|
20
|
-
constructor(props) {
|
|
21
|
-
super(props);
|
|
22
|
-
}
|
|
23
|
-
render() {
|
|
24
|
-
return (React.createElement(FooterIndicator, { className: classnames("uifw-statusFields-selectionInfo", this.props.className), style: this.props.style },
|
|
25
|
-
React.createElement(Icon, { iconSpec: "icon-cursor" }),
|
|
26
|
-
this.props.selectionCount.toString()));
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
/** Function used by Redux to map state data in Redux store to props that are used to render this component. */
|
|
30
|
-
function mapStateToProps(state) {
|
|
31
|
-
const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name
|
|
32
|
-
/* istanbul ignore next */
|
|
33
|
-
if (!frameworkState)
|
|
34
|
-
return undefined;
|
|
35
|
-
return { selectionCount: frameworkState.sessionState.numItemsSelected };
|
|
36
|
-
}
|
|
37
|
-
// we declare the variable and export that rather than using export default.
|
|
38
|
-
/**
|
|
39
|
-
* SelectionInfo Status Field React component. This component is designed to be specified in a status bar definition.
|
|
40
|
-
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
41
|
-
* This React component is Redux connected.
|
|
42
|
-
* @public
|
|
43
|
-
*/ // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
44
|
-
export const SelectionInfoField = connect(mapStateToProps)(SelectionInfoFieldComponent);
|
|
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 StatusBar
|
|
7
|
+
*/
|
|
8
|
+
import "./SelectionInfo.scss";
|
|
9
|
+
import classnames from "classnames";
|
|
10
|
+
import * as React from "react";
|
|
11
|
+
import { connect } from "react-redux";
|
|
12
|
+
import { Icon } from "@itwin/core-react";
|
|
13
|
+
import { FooterIndicator } from "@itwin/appui-layout-react";
|
|
14
|
+
import { UiFramework } from "../UiFramework";
|
|
15
|
+
/**
|
|
16
|
+
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
17
|
+
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
18
|
+
*/
|
|
19
|
+
class SelectionInfoFieldComponent extends React.Component {
|
|
20
|
+
constructor(props) {
|
|
21
|
+
super(props);
|
|
22
|
+
}
|
|
23
|
+
render() {
|
|
24
|
+
return (React.createElement(FooterIndicator, { className: classnames("uifw-statusFields-selectionInfo", this.props.className), style: this.props.style },
|
|
25
|
+
React.createElement(Icon, { iconSpec: "icon-cursor" }),
|
|
26
|
+
this.props.selectionCount.toString()));
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
/** Function used by Redux to map state data in Redux store to props that are used to render this component. */
|
|
30
|
+
function mapStateToProps(state) {
|
|
31
|
+
const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name
|
|
32
|
+
/* istanbul ignore next */
|
|
33
|
+
if (!frameworkState)
|
|
34
|
+
return undefined;
|
|
35
|
+
return { selectionCount: frameworkState.sessionState.numItemsSelected };
|
|
36
|
+
}
|
|
37
|
+
// we declare the variable and export that rather than using export default.
|
|
38
|
+
/**
|
|
39
|
+
* SelectionInfo Status Field React component. This component is designed to be specified in a status bar definition.
|
|
40
|
+
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
41
|
+
* This React component is Redux connected.
|
|
42
|
+
* @public
|
|
43
|
+
*/ // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
44
|
+
export const SelectionInfoField = connect(mapStateToProps)(SelectionInfoFieldComponent);
|
|
45
45
|
//# sourceMappingURL=SelectionInfo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectionInfo.js","sourceRoot":"","sources":["../../../../src/appui-react/statusfields/SelectionInfo.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAe,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQ7C;;;GAGG;AACH,MAAM,2BAA4B,SAAQ,KAAK,CAAC,SAAkC;IAEhF,YAAY,KAA8B;QACxC,KAAK,CAAC,KAAK,CAAC,CAAC;IACf,CAAC;IAEe,MAAM;QACpB,OAAO,CACL,oBAAC,eAAe,IACd,SAAS,EAAE,UAAU,CAAC,iCAAiC,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAC9E,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;YAEtB,oBAAC,IAAI,IAAC,QAAQ,EAAE,aAAa,GAAI;YACjC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,EAAE,CACrB,CACnB,CAAC;IACJ,CAAC;CACF;AAED,+GAA+G;AAC/G,SAAS,eAAe,CAAC,KAAU;IACjC,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAE,8CAA8C;IAC5G,0BAA0B;IAC1B,IAAI,CAAC,cAAc;QACjB,OAAO,SAAS,CAAC;IAEnB,OAAO,EAAE,cAAc,EAAE,cAAc,CAAC,YAAY,CAAC,gBAAgB,EAAE,CAAC;AAC1E,CAAC;AAED,4EAA4E;AAC5E;;;;;GAKG,CAAC,gEAAgE;AACpE,MAAM,CAAC,MAAM,kBAAkB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,2BAA2B,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module StatusBar\n */\n\nimport \"./SelectionInfo.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { connect } from \"react-redux\";\nimport { CommonProps, Icon } from \"@itwin/core-react\";\nimport { FooterIndicator } from \"@itwin/appui-layout-react\";\nimport { UiFramework } from \"../UiFramework\";\n\n/** Defines properties supported by the SelectionInfo Field Component.\n */\ninterface SelectionInfoFieldProps extends CommonProps {\n selectionCount: number;\n}\n\n/**\n * Status Field React component. This component is designed to be specified in a status bar definition.\n * It is used to display the number of selected items based on the Presentation Rules Selection Manager.\n */\nclass SelectionInfoFieldComponent extends React.Component<SelectionInfoFieldProps> {\n\n constructor(props: SelectionInfoFieldProps) {\n super(props);\n }\n\n public override render(): React.ReactNode {\n return (\n <FooterIndicator\n className={classnames(\"uifw-statusFields-selectionInfo\", this.props.className)}\n style={this.props.style}\n >\n {<Icon iconSpec={\"icon-cursor\"} />}\n {this.props.selectionCount.toString()}\n </FooterIndicator>\n );\n }\n}\n\n/** Function used by Redux to map state data in Redux store to props that are used to render this component. */\nfunction mapStateToProps(state: any) {\n const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name\n /* istanbul ignore next */\n if (!frameworkState)\n return undefined;\n\n return { selectionCount: frameworkState.sessionState.numItemsSelected };\n}\n\n// we declare the variable and export that rather than using export default.\n/**\n * SelectionInfo Status Field React component. This component is designed to be specified in a status bar definition.\n * It is used to display the number of selected items based on the Presentation Rules Selection Manager.\n * This React component is Redux connected.\n * @public\n */ // eslint-disable-next-line @typescript-eslint/naming-convention\nexport const SelectionInfoField = connect(mapStateToProps)(SelectionInfoFieldComponent);\n"]}
|
|
1
|
+
{"version":3,"file":"SelectionInfo.js","sourceRoot":"","sources":["../../../../src/appui-react/statusfields/SelectionInfo.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAe,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQ7C;;;GAGG;AACH,MAAM,2BAA4B,SAAQ,KAAK,CAAC,SAAkC;IAEhF,YAAY,KAA8B;QACxC,KAAK,CAAC,KAAK,CAAC,CAAC;IACf,CAAC;IAEe,MAAM;QACpB,OAAO,CACL,oBAAC,eAAe,IACd,SAAS,EAAE,UAAU,CAAC,iCAAiC,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAC9E,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;YAEtB,oBAAC,IAAI,IAAC,QAAQ,EAAE,aAAa,GAAI;YACjC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,EAAE,CACrB,CACnB,CAAC;IACJ,CAAC;CACF;AAED,+GAA+G;AAC/G,SAAS,eAAe,CAAC,KAAU;IACjC,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAE,8CAA8C;IAC5G,0BAA0B;IAC1B,IAAI,CAAC,cAAc;QACjB,OAAO,SAAS,CAAC;IAEnB,OAAO,EAAE,cAAc,EAAE,cAAc,CAAC,YAAY,CAAC,gBAAgB,EAAE,CAAC;AAC1E,CAAC;AAED,4EAA4E;AAC5E;;;;;GAKG,CAAC,gEAAgE;AACpE,MAAM,CAAC,MAAM,kBAAkB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,2BAA2B,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport \"./SelectionInfo.scss\";\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport { connect } from \"react-redux\";\r\nimport { CommonProps, Icon } from \"@itwin/core-react\";\r\nimport { FooterIndicator } from \"@itwin/appui-layout-react\";\r\nimport { UiFramework } from \"../UiFramework\";\r\n\r\n/** Defines properties supported by the SelectionInfo Field Component.\r\n */\r\ninterface SelectionInfoFieldProps extends CommonProps {\r\n selectionCount: number;\r\n}\r\n\r\n/**\r\n * Status Field React component. This component is designed to be specified in a status bar definition.\r\n * It is used to display the number of selected items based on the Presentation Rules Selection Manager.\r\n */\r\nclass SelectionInfoFieldComponent extends React.Component<SelectionInfoFieldProps> {\r\n\r\n constructor(props: SelectionInfoFieldProps) {\r\n super(props);\r\n }\r\n\r\n public override render(): React.ReactNode {\r\n return (\r\n <FooterIndicator\r\n className={classnames(\"uifw-statusFields-selectionInfo\", this.props.className)}\r\n style={this.props.style}\r\n >\r\n {<Icon iconSpec={\"icon-cursor\"} />}\r\n {this.props.selectionCount.toString()}\r\n </FooterIndicator>\r\n );\r\n }\r\n}\r\n\r\n/** Function used by Redux to map state data in Redux store to props that are used to render this component. */\r\nfunction mapStateToProps(state: any) {\r\n const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name\r\n /* istanbul ignore next */\r\n if (!frameworkState)\r\n return undefined;\r\n\r\n return { selectionCount: frameworkState.sessionState.numItemsSelected };\r\n}\r\n\r\n// we declare the variable and export that rather than using export default.\r\n/**\r\n * SelectionInfo Status Field React component. This component is designed to be specified in a status bar definition.\r\n * It is used to display the number of selected items based on the Presentation Rules Selection Manager.\r\n * This React component is Redux connected.\r\n * @public\r\n */ // eslint-disable-next-line @typescript-eslint/naming-convention\r\nexport const SelectionInfoField = connect(mapStateToProps)(SelectionInfoFieldComponent);\r\n"]}
|
|
@@ -1,15 +1,15 @@
|
|
|
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
|
-
@import "~@itwin/appui-layout-react/lib/cjs/appui-layout-react/footer/_variables";
|
|
6
|
-
|
|
7
|
-
.uifw-statusFields-selectionInfo {
|
|
8
|
-
.icon {
|
|
9
|
-
color: $icon-color;
|
|
10
|
-
font-size: $icon-size;
|
|
11
|
-
padding-right: 4px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
min-width: 6em;
|
|
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
|
+
@import "~@itwin/appui-layout-react/lib/cjs/appui-layout-react/footer/_variables";
|
|
6
|
+
|
|
7
|
+
.uifw-statusFields-selectionInfo {
|
|
8
|
+
.icon {
|
|
9
|
+
color: $icon-color;
|
|
10
|
+
font-size: $icon-size;
|
|
11
|
+
padding-right: 4px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
min-width: 6em;
|
|
15
15
|
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module StatusBar
|
|
3
|
-
*/
|
|
4
|
-
import "./SelectionScope.scss";
|
|
5
|
-
import * as React from "react";
|
|
6
|
-
import { PresentationSelectionScope } from "../redux/SessionState";
|
|
7
|
-
import { CommonProps } from "@itwin/core-react";
|
|
8
|
-
/** Defines properties supported by the SelectionScopeField Component.
|
|
9
|
-
* @public
|
|
10
|
-
*/
|
|
11
|
-
interface SelectionScopeFieldProps extends CommonProps {
|
|
12
|
-
activeSelectionScope: string;
|
|
13
|
-
availableSelectionScopes: PresentationSelectionScope[];
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
17
|
-
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
18
|
-
* The IModelApp should call either UiFramework.setIModelConnection or SyncUiEventDispatcher.initializeConnectionEvents
|
|
19
|
-
* with the active iModelConnection each time a new iModel is opened so the selection scope data is properly updated
|
|
20
|
-
* in the Redux state.
|
|
21
|
-
* @public
|
|
22
|
-
*/
|
|
23
|
-
declare class SelectionScopeFieldComponent extends React.Component<SelectionScopeFieldProps> {
|
|
24
|
-
private _label;
|
|
25
|
-
private _toolTip;
|
|
26
|
-
private _scopeOptions;
|
|
27
|
-
constructor(props: SelectionScopeFieldProps);
|
|
28
|
-
private _updateSelectValue;
|
|
29
|
-
render(): React.ReactNode;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* SelectionScopeField React component. This component is designed to be specified in a status bar definition. It will
|
|
33
|
-
* display the active selection scope that is used by the PresentationManager to determine what elements are added to the selection nap mode.
|
|
34
|
-
* This React component is Redux connected.
|
|
35
|
-
* @public
|
|
36
|
-
*/ export declare const SelectionScopeField: import("react-redux").ConnectedComponent<typeof SelectionScopeFieldComponent, import("react-redux").Omit<React.ClassAttributes<SelectionScopeFieldComponent> & SelectionScopeFieldProps, "availableSelectionScopes" | "activeSelectionScope">>;
|
|
37
|
-
export {};
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module StatusBar
|
|
3
|
+
*/
|
|
4
|
+
import "./SelectionScope.scss";
|
|
5
|
+
import * as React from "react";
|
|
6
|
+
import { PresentationSelectionScope } from "../redux/SessionState";
|
|
7
|
+
import { CommonProps } from "@itwin/core-react";
|
|
8
|
+
/** Defines properties supported by the SelectionScopeField Component.
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
interface SelectionScopeFieldProps extends CommonProps {
|
|
12
|
+
activeSelectionScope: string;
|
|
13
|
+
availableSelectionScopes: PresentationSelectionScope[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
17
|
+
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
18
|
+
* The IModelApp should call either UiFramework.setIModelConnection or SyncUiEventDispatcher.initializeConnectionEvents
|
|
19
|
+
* with the active iModelConnection each time a new iModel is opened so the selection scope data is properly updated
|
|
20
|
+
* in the Redux state.
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
declare class SelectionScopeFieldComponent extends React.Component<SelectionScopeFieldProps> {
|
|
24
|
+
private _label;
|
|
25
|
+
private _toolTip;
|
|
26
|
+
private _scopeOptions;
|
|
27
|
+
constructor(props: SelectionScopeFieldProps);
|
|
28
|
+
private _updateSelectValue;
|
|
29
|
+
render(): React.ReactNode;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* SelectionScopeField React component. This component is designed to be specified in a status bar definition. It will
|
|
33
|
+
* display the active selection scope that is used by the PresentationManager to determine what elements are added to the selection nap mode.
|
|
34
|
+
* This React component is Redux connected.
|
|
35
|
+
* @public
|
|
36
|
+
*/ export declare const SelectionScopeField: import("react-redux").ConnectedComponent<typeof SelectionScopeFieldComponent, import("react-redux").Omit<React.ClassAttributes<SelectionScopeFieldComponent> & SelectionScopeFieldProps, "availableSelectionScopes" | "activeSelectionScope">>;
|
|
37
|
+
export {};
|
|
38
38
|
//# sourceMappingURL=SelectionScope.d.ts.map
|
|
@@ -1,64 +1,64 @@
|
|
|
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 StatusBar
|
|
7
|
-
*/
|
|
8
|
-
import "./SelectionScope.scss";
|
|
9
|
-
import classnames from "classnames";
|
|
10
|
-
import * as React from "react";
|
|
11
|
-
import { connect } from "react-redux";
|
|
12
|
-
import { FooterIndicator } from "@itwin/appui-layout-react";
|
|
13
|
-
import { Select } from "@itwin/itwinui-react";
|
|
14
|
-
import { UiFramework } from "../UiFramework";
|
|
15
|
-
/**
|
|
16
|
-
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
17
|
-
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
18
|
-
* The IModelApp should call either UiFramework.setIModelConnection or SyncUiEventDispatcher.initializeConnectionEvents
|
|
19
|
-
* with the active iModelConnection each time a new iModel is opened so the selection scope data is properly updated
|
|
20
|
-
* in the Redux state.
|
|
21
|
-
* @public
|
|
22
|
-
*/
|
|
23
|
-
class SelectionScopeFieldComponent extends React.Component {
|
|
24
|
-
constructor(props) {
|
|
25
|
-
super(props);
|
|
26
|
-
this._label = UiFramework.translate("selectionScopeField.label");
|
|
27
|
-
this._toolTip = UiFramework.translate("selectionScopeField.toolTip");
|
|
28
|
-
this._scopeOptions = [];
|
|
29
|
-
this._updateSelectValue = (newValue) => {
|
|
30
|
-
// istanbul ignore else
|
|
31
|
-
if (newValue) {
|
|
32
|
-
UiFramework.setActiveSelectionScope(newValue);
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
this._scopeOptions = this.props.availableSelectionScopes.map((scope) => {
|
|
36
|
-
const label = !!scope.label ? scope.label : UiFramework.translate(`selectionScopeLabels.${scope.id}`);
|
|
37
|
-
return { value: scope.id, label };
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
render() {
|
|
41
|
-
return (React.createElement(FooterIndicator, { className: classnames("uifw-statusFields-selectionScope", this.props.className), style: this.props.style },
|
|
42
|
-
React.createElement("label", { className: "uifw-statusFields-selectionScope-label" },
|
|
43
|
-
this._label,
|
|
44
|
-
":"),
|
|
45
|
-
React.createElement(Select, { className: "uifw-statusFields-selectionScope-selector", value: this.props.activeSelectionScope, options: this._scopeOptions, onChange: this._updateSelectValue, "data-testid": "components-selectionScope-selector", title: this._toolTip, size: "small" })));
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
/** Function used by Redux to map state data in Redux store to props that are used to render this component. */
|
|
49
|
-
function mapStateToProps(state) {
|
|
50
|
-
const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name
|
|
51
|
-
/* istanbul ignore next */
|
|
52
|
-
if (!frameworkState)
|
|
53
|
-
return undefined;
|
|
54
|
-
return { activeSelectionScope: frameworkState.sessionState.activeSelectionScope, availableSelectionScopes: frameworkState.sessionState.availableSelectionScopes };
|
|
55
|
-
}
|
|
56
|
-
// we declare the variable and export that rather than using export default.
|
|
57
|
-
/**
|
|
58
|
-
* SelectionScopeField React component. This component is designed to be specified in a status bar definition. It will
|
|
59
|
-
* display the active selection scope that is used by the PresentationManager to determine what elements are added to the selection nap mode.
|
|
60
|
-
* This React component is Redux connected.
|
|
61
|
-
* @public
|
|
62
|
-
*/ // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
63
|
-
export const SelectionScopeField = connect(mapStateToProps)(SelectionScopeFieldComponent);
|
|
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 StatusBar
|
|
7
|
+
*/
|
|
8
|
+
import "./SelectionScope.scss";
|
|
9
|
+
import classnames from "classnames";
|
|
10
|
+
import * as React from "react";
|
|
11
|
+
import { connect } from "react-redux";
|
|
12
|
+
import { FooterIndicator } from "@itwin/appui-layout-react";
|
|
13
|
+
import { Select } from "@itwin/itwinui-react";
|
|
14
|
+
import { UiFramework } from "../UiFramework";
|
|
15
|
+
/**
|
|
16
|
+
* Status Field React component. This component is designed to be specified in a status bar definition.
|
|
17
|
+
* It is used to display the number of selected items based on the Presentation Rules Selection Manager.
|
|
18
|
+
* The IModelApp should call either UiFramework.setIModelConnection or SyncUiEventDispatcher.initializeConnectionEvents
|
|
19
|
+
* with the active iModelConnection each time a new iModel is opened so the selection scope data is properly updated
|
|
20
|
+
* in the Redux state.
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
class SelectionScopeFieldComponent extends React.Component {
|
|
24
|
+
constructor(props) {
|
|
25
|
+
super(props);
|
|
26
|
+
this._label = UiFramework.translate("selectionScopeField.label");
|
|
27
|
+
this._toolTip = UiFramework.translate("selectionScopeField.toolTip");
|
|
28
|
+
this._scopeOptions = [];
|
|
29
|
+
this._updateSelectValue = (newValue) => {
|
|
30
|
+
// istanbul ignore else
|
|
31
|
+
if (newValue) {
|
|
32
|
+
UiFramework.setActiveSelectionScope(newValue);
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
this._scopeOptions = this.props.availableSelectionScopes.map((scope) => {
|
|
36
|
+
const label = !!scope.label ? scope.label : UiFramework.translate(`selectionScopeLabels.${scope.id}`);
|
|
37
|
+
return { value: scope.id, label };
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
render() {
|
|
41
|
+
return (React.createElement(FooterIndicator, { className: classnames("uifw-statusFields-selectionScope", this.props.className), style: this.props.style },
|
|
42
|
+
React.createElement("label", { className: "uifw-statusFields-selectionScope-label" },
|
|
43
|
+
this._label,
|
|
44
|
+
":"),
|
|
45
|
+
React.createElement(Select, { className: "uifw-statusFields-selectionScope-selector", value: this.props.activeSelectionScope, options: this._scopeOptions, onChange: this._updateSelectValue, "data-testid": "components-selectionScope-selector", title: this._toolTip, size: "small" })));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
/** Function used by Redux to map state data in Redux store to props that are used to render this component. */
|
|
49
|
+
function mapStateToProps(state) {
|
|
50
|
+
const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name
|
|
51
|
+
/* istanbul ignore next */
|
|
52
|
+
if (!frameworkState)
|
|
53
|
+
return undefined;
|
|
54
|
+
return { activeSelectionScope: frameworkState.sessionState.activeSelectionScope, availableSelectionScopes: frameworkState.sessionState.availableSelectionScopes };
|
|
55
|
+
}
|
|
56
|
+
// we declare the variable and export that rather than using export default.
|
|
57
|
+
/**
|
|
58
|
+
* SelectionScopeField React component. This component is designed to be specified in a status bar definition. It will
|
|
59
|
+
* display the active selection scope that is used by the PresentationManager to determine what elements are added to the selection nap mode.
|
|
60
|
+
* This React component is Redux connected.
|
|
61
|
+
* @public
|
|
62
|
+
*/ // eslint-disable-next-line @typescript-eslint/naming-convention
|
|
63
|
+
export const SelectionScopeField = connect(mapStateToProps)(SelectionScopeFieldComponent);
|
|
64
64
|
//# sourceMappingURL=SelectionScope.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectionScope.js","sourceRoot":"","sources":["../../../../src/appui-react/statusfields/SelectionScope.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,uBAAuB,CAAC;AAC/B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAgB,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAY7C;;;;;;;GAOG;AACH,MAAM,4BAA6B,SAAQ,KAAK,CAAC,SAAmC;IAKlF,YAAY,KAA+B;QACzC,KAAK,CAAC,KAAK,CAAC,CAAC;QALP,WAAM,GAAG,WAAW,CAAC,SAAS,CAAC,2BAA2B,CAAC,CAAC;QAC5D,aAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,6BAA6B,CAAC,CAAC;QAChE,kBAAa,GAA2B,EAAE,CAAC;QAU3C,uBAAkB,GAAG,CAAC,QAAgB,EAAE,EAAE;YAChD,uBAAuB;YACvB,IAAI,QAAQ,EAAE;gBACZ,WAAW,CAAC,uBAAuB,CAAC,QAAQ,CAAC,CAAC;aAC/C;QACH,CAAC,CAAC;QAXA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,CAAC,KAAiC,EAAE,EAAE;YACjG,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,WAAW,CAAC,SAAS,CAAC,wBAAwB,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC;YACtG,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE,EAAE,KAAK,EAAE,CAAC;QACpC,CAAC,CAAC,CAAC;IACL,CAAC;IASe,MAAM;QAEpB,OAAO,CACL,oBAAC,eAAe,IACd,SAAS,EAAE,UAAU,CAAC,kCAAkC,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAC/E,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;YAEvB,+BAAO,SAAS,EAAC,wCAAwC;gBACtD,IAAI,CAAC,MAAM;oBACN;YACR,oBAAC,MAAM,IACL,SAAS,EAAC,2CAA2C,EACrD,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,oBAAoB,EACtC,OAAO,EAAE,IAAI,CAAC,aAAa,EAC3B,QAAQ,EAAE,IAAI,CAAC,kBAAkB,iBACrB,oCAAoC,EAChD,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,IAAI,EAAC,OAAO,GAAG,CACA,CACpB,CAAC;IACJ,CAAC;CACF;AAED,+GAA+G;AAC/G,SAAS,eAAe,CAAC,KAAU;IACjC,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAE,8CAA8C;IAC5G,0BAA0B;IAC1B,IAAI,CAAC,cAAc;QACjB,OAAO,SAAS,CAAC;IAEnB,OAAO,EAAE,oBAAoB,EAAE,cAAc,CAAC,YAAY,CAAC,oBAAoB,EAAE,wBAAwB,EAAE,cAAc,CAAC,YAAY,CAAC,wBAAwB,EAAE,CAAC;AACpK,CAAC;AAED,4EAA4E;AAC5E;;;;;GAKG,CAAC,gEAAgE;AACpE,MAAM,CAAC,MAAM,mBAAmB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,4BAA4B,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module StatusBar\n */\n\nimport \"./SelectionScope.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { connect } from \"react-redux\";\nimport { FooterIndicator } from \"@itwin/appui-layout-react\";\nimport { Select, SelectOption } from \"@itwin/itwinui-react\";\nimport { PresentationSelectionScope } from \"../redux/SessionState\";\nimport { UiFramework } from \"../UiFramework\";\nimport { CommonProps } from \"@itwin/core-react\";\n\n/** Defines properties supported by the SelectionScopeField Component.\n * @public\n */\ninterface SelectionScopeFieldProps extends CommonProps {\n\n activeSelectionScope: string;\n availableSelectionScopes: PresentationSelectionScope[];\n}\n\n/**\n * Status Field React component. This component is designed to be specified in a status bar definition.\n * It is used to display the number of selected items based on the Presentation Rules Selection Manager.\n * The IModelApp should call either UiFramework.setIModelConnection or SyncUiEventDispatcher.initializeConnectionEvents\n * with the active iModelConnection each time a new iModel is opened so the selection scope data is properly updated\n * in the Redux state.\n * @public\n */\nclass SelectionScopeFieldComponent extends React.Component<SelectionScopeFieldProps> {\n private _label = UiFramework.translate(\"selectionScopeField.label\");\n private _toolTip = UiFramework.translate(\"selectionScopeField.toolTip\");\n private _scopeOptions: SelectOption<string>[] = [];\n\n constructor(props: SelectionScopeFieldProps) {\n super(props);\n this._scopeOptions = this.props.availableSelectionScopes.map((scope: PresentationSelectionScope) => {\n const label = !!scope.label ? scope.label : UiFramework.translate(`selectionScopeLabels.${scope.id}`);\n return { value: scope.id, label };\n });\n }\n\n private _updateSelectValue = (newValue: string) => {\n // istanbul ignore else\n if (newValue) {\n UiFramework.setActiveSelectionScope(newValue);\n }\n };\n\n public override render(): React.ReactNode {\n\n return (\n <FooterIndicator\n className={classnames(\"uifw-statusFields-selectionScope\", this.props.className)}\n style={this.props.style}\n >\n <label className=\"uifw-statusFields-selectionScope-label\">\n {this._label}:\n </label>\n <Select\n className=\"uifw-statusFields-selectionScope-selector\"\n value={this.props.activeSelectionScope}\n options={this._scopeOptions}\n onChange={this._updateSelectValue}\n data-testid=\"components-selectionScope-selector\"\n title={this._toolTip}\n size=\"small\" />\n </FooterIndicator >\n );\n }\n}\n\n/** Function used by Redux to map state data in Redux store to props that are used to render this component. */\nfunction mapStateToProps(state: any) {\n const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name\n /* istanbul ignore next */\n if (!frameworkState)\n return undefined;\n\n return { activeSelectionScope: frameworkState.sessionState.activeSelectionScope, availableSelectionScopes: frameworkState.sessionState.availableSelectionScopes };\n}\n\n// we declare the variable and export that rather than using export default.\n/**\n * SelectionScopeField React component. This component is designed to be specified in a status bar definition. It will\n * display the active selection scope that is used by the PresentationManager to determine what elements are added to the selection nap mode.\n * This React component is Redux connected.\n * @public\n */ // eslint-disable-next-line @typescript-eslint/naming-convention\nexport const SelectionScopeField = connect(mapStateToProps)(SelectionScopeFieldComponent);\n"]}
|
|
1
|
+
{"version":3,"file":"SelectionScope.js","sourceRoot":"","sources":["../../../../src/appui-react/statusfields/SelectionScope.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,uBAAuB,CAAC;AAC/B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAgB,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAY7C;;;;;;;GAOG;AACH,MAAM,4BAA6B,SAAQ,KAAK,CAAC,SAAmC;IAKlF,YAAY,KAA+B;QACzC,KAAK,CAAC,KAAK,CAAC,CAAC;QALP,WAAM,GAAG,WAAW,CAAC,SAAS,CAAC,2BAA2B,CAAC,CAAC;QAC5D,aAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,6BAA6B,CAAC,CAAC;QAChE,kBAAa,GAA2B,EAAE,CAAC;QAU3C,uBAAkB,GAAG,CAAC,QAAgB,EAAE,EAAE;YAChD,uBAAuB;YACvB,IAAI,QAAQ,EAAE;gBACZ,WAAW,CAAC,uBAAuB,CAAC,QAAQ,CAAC,CAAC;aAC/C;QACH,CAAC,CAAC;QAXA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,GAAG,CAAC,CAAC,KAAiC,EAAE,EAAE;YACjG,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,WAAW,CAAC,SAAS,CAAC,wBAAwB,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC;YACtG,OAAO,EAAE,KAAK,EAAE,KAAK,CAAC,EAAE,EAAE,KAAK,EAAE,CAAC;QACpC,CAAC,CAAC,CAAC;IACL,CAAC;IASe,MAAM;QAEpB,OAAO,CACL,oBAAC,eAAe,IACd,SAAS,EAAE,UAAU,CAAC,kCAAkC,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAC/E,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;YAEvB,+BAAO,SAAS,EAAC,wCAAwC;gBACtD,IAAI,CAAC,MAAM;oBACN;YACR,oBAAC,MAAM,IACL,SAAS,EAAC,2CAA2C,EACrD,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,oBAAoB,EACtC,OAAO,EAAE,IAAI,CAAC,aAAa,EAC3B,QAAQ,EAAE,IAAI,CAAC,kBAAkB,iBACrB,oCAAoC,EAChD,KAAK,EAAE,IAAI,CAAC,QAAQ,EACpB,IAAI,EAAC,OAAO,GAAG,CACA,CACpB,CAAC;IACJ,CAAC;CACF;AAED,+GAA+G;AAC/G,SAAS,eAAe,CAAC,KAAU;IACjC,MAAM,cAAc,GAAG,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAE,8CAA8C;IAC5G,0BAA0B;IAC1B,IAAI,CAAC,cAAc;QACjB,OAAO,SAAS,CAAC;IAEnB,OAAO,EAAE,oBAAoB,EAAE,cAAc,CAAC,YAAY,CAAC,oBAAoB,EAAE,wBAAwB,EAAE,cAAc,CAAC,YAAY,CAAC,wBAAwB,EAAE,CAAC;AACpK,CAAC;AAED,4EAA4E;AAC5E;;;;;GAKG,CAAC,gEAAgE;AACpE,MAAM,CAAC,MAAM,mBAAmB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC,4BAA4B,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module StatusBar\r\n */\r\n\r\nimport \"./SelectionScope.scss\";\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport { connect } from \"react-redux\";\r\nimport { FooterIndicator } from \"@itwin/appui-layout-react\";\r\nimport { Select, SelectOption } from \"@itwin/itwinui-react\";\r\nimport { PresentationSelectionScope } from \"../redux/SessionState\";\r\nimport { UiFramework } from \"../UiFramework\";\r\nimport { CommonProps } from \"@itwin/core-react\";\r\n\r\n/** Defines properties supported by the SelectionScopeField Component.\r\n * @public\r\n */\r\ninterface SelectionScopeFieldProps extends CommonProps {\r\n\r\n activeSelectionScope: string;\r\n availableSelectionScopes: PresentationSelectionScope[];\r\n}\r\n\r\n/**\r\n * Status Field React component. This component is designed to be specified in a status bar definition.\r\n * It is used to display the number of selected items based on the Presentation Rules Selection Manager.\r\n * The IModelApp should call either UiFramework.setIModelConnection or SyncUiEventDispatcher.initializeConnectionEvents\r\n * with the active iModelConnection each time a new iModel is opened so the selection scope data is properly updated\r\n * in the Redux state.\r\n * @public\r\n */\r\nclass SelectionScopeFieldComponent extends React.Component<SelectionScopeFieldProps> {\r\n private _label = UiFramework.translate(\"selectionScopeField.label\");\r\n private _toolTip = UiFramework.translate(\"selectionScopeField.toolTip\");\r\n private _scopeOptions: SelectOption<string>[] = [];\r\n\r\n constructor(props: SelectionScopeFieldProps) {\r\n super(props);\r\n this._scopeOptions = this.props.availableSelectionScopes.map((scope: PresentationSelectionScope) => {\r\n const label = !!scope.label ? scope.label : UiFramework.translate(`selectionScopeLabels.${scope.id}`);\r\n return { value: scope.id, label };\r\n });\r\n }\r\n\r\n private _updateSelectValue = (newValue: string) => {\r\n // istanbul ignore else\r\n if (newValue) {\r\n UiFramework.setActiveSelectionScope(newValue);\r\n }\r\n };\r\n\r\n public override render(): React.ReactNode {\r\n\r\n return (\r\n <FooterIndicator\r\n className={classnames(\"uifw-statusFields-selectionScope\", this.props.className)}\r\n style={this.props.style}\r\n >\r\n <label className=\"uifw-statusFields-selectionScope-label\">\r\n {this._label}:\r\n </label>\r\n <Select\r\n className=\"uifw-statusFields-selectionScope-selector\"\r\n value={this.props.activeSelectionScope}\r\n options={this._scopeOptions}\r\n onChange={this._updateSelectValue}\r\n data-testid=\"components-selectionScope-selector\"\r\n title={this._toolTip}\r\n size=\"small\" />\r\n </FooterIndicator >\r\n );\r\n }\r\n}\r\n\r\n/** Function used by Redux to map state data in Redux store to props that are used to render this component. */\r\nfunction mapStateToProps(state: any) {\r\n const frameworkState = state[UiFramework.frameworkStateKey]; // since app sets up key, don't hard-code name\r\n /* istanbul ignore next */\r\n if (!frameworkState)\r\n return undefined;\r\n\r\n return { activeSelectionScope: frameworkState.sessionState.activeSelectionScope, availableSelectionScopes: frameworkState.sessionState.availableSelectionScopes };\r\n}\r\n\r\n// we declare the variable and export that rather than using export default.\r\n/**\r\n * SelectionScopeField React component. This component is designed to be specified in a status bar definition. It will\r\n * display the active selection scope that is used by the PresentationManager to determine what elements are added to the selection nap mode.\r\n * This React component is Redux connected.\r\n * @public\r\n */ // eslint-disable-next-line @typescript-eslint/naming-convention\r\nexport const SelectionScopeField = connect(mapStateToProps)(SelectionScopeFieldComponent);\r\n"]}
|
|
@@ -1,46 +1,46 @@
|
|
|
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
|
-
@import "~@itwin/core-react/lib/cjs/core-react/style/breakpoints";
|
|
6
|
-
@import "~@itwin/appui-layout-react/lib/cjs/appui-layout-react/footer/variables";
|
|
7
|
-
|
|
8
|
-
.uifw-statusFields-selectionScope {
|
|
9
|
-
$font-size-medium: var(--iui-font-size-0);
|
|
10
|
-
$font-size-small: var(--iui-font-size-0) - 1px;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
padding-right: 0px;
|
|
13
|
-
|
|
14
|
-
> .uifw-statusFields-selectionScope-label {
|
|
15
|
-
display: inline;
|
|
16
|
-
padding-right: 4px;
|
|
17
|
-
text-overflow: ellipsis;
|
|
18
|
-
overflow: hidden;
|
|
19
|
-
white-space: nowrap;
|
|
20
|
-
|
|
21
|
-
@include for-tablet-portrait-down {
|
|
22
|
-
display: none;
|
|
23
|
-
padding-right: 0px;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
> .uifw-statusFields-selectionScope-selector {
|
|
28
|
-
min-width: 140px;
|
|
29
|
-
&.iui-select.iui-small {
|
|
30
|
-
width: auto;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@include for-tablet-portrait-down {
|
|
34
|
-
font-size: $font-size-medium;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@include for-phone-only {
|
|
38
|
-
font-size: $font-size-small;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.uifw-statusFields-selectionScope-label {
|
|
44
|
-
text-overflow: ellipsis;
|
|
45
|
-
overflow: hidden;
|
|
46
|
-
}
|
|
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
|
+
@import "~@itwin/core-react/lib/cjs/core-react/style/breakpoints";
|
|
6
|
+
@import "~@itwin/appui-layout-react/lib/cjs/appui-layout-react/footer/variables";
|
|
7
|
+
|
|
8
|
+
.uifw-statusFields-selectionScope {
|
|
9
|
+
$font-size-medium: var(--iui-font-size-0);
|
|
10
|
+
$font-size-small: var(--iui-font-size-0) - 1px;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
padding-right: 0px;
|
|
13
|
+
|
|
14
|
+
> .uifw-statusFields-selectionScope-label {
|
|
15
|
+
display: inline;
|
|
16
|
+
padding-right: 4px;
|
|
17
|
+
text-overflow: ellipsis;
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
white-space: nowrap;
|
|
20
|
+
|
|
21
|
+
@include for-tablet-portrait-down {
|
|
22
|
+
display: none;
|
|
23
|
+
padding-right: 0px;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
> .uifw-statusFields-selectionScope-selector {
|
|
28
|
+
min-width: 140px;
|
|
29
|
+
&.iui-select.iui-small {
|
|
30
|
+
width: auto;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@include for-tablet-portrait-down {
|
|
34
|
+
font-size: $font-size-medium;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@include for-phone-only {
|
|
38
|
+
font-size: $font-size-small;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.uifw-statusFields-selectionScope-label {
|
|
44
|
+
text-overflow: ellipsis;
|
|
45
|
+
overflow: hidden;
|
|
46
|
+
}
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module StatusBar
|
|
3
|
-
*/
|
|
4
|
-
import * as React from "react";
|
|
5
|
-
import { CommonProps } from "@itwin/core-react";
|
|
6
|
-
/** Defines properties supported by the SnapMode Field Component.
|
|
7
|
-
*/
|
|
8
|
-
interface SnapModeFieldProps extends CommonProps {
|
|
9
|
-
snapMode: number;
|
|
10
|
-
setSnapMode: (mode: number) => any;
|
|
11
|
-
}
|
|
12
|
-
interface SnapModeFieldState {
|
|
13
|
-
target: HTMLElement | null;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Snap Mode Field React component. This component is designed to be specified in a status bar definition. It will
|
|
17
|
-
* display the active snap mode that AccuSnap will use and allow the user to select a new snap mode.
|
|
18
|
-
*/
|
|
19
|
-
declare class SnapModeFieldComponent extends React.Component<SnapModeFieldProps, SnapModeFieldState> {
|
|
20
|
-
private _snapModeFieldArray;
|
|
21
|
-
private _title;
|
|
22
|
-
readonly state: SnapModeFieldState;
|
|
23
|
-
constructor(props: SnapModeFieldProps);
|
|
24
|
-
/** Return icon class name for a specific snapMode. */
|
|
25
|
-
private getSnapModeIconNameFromMode;
|
|
26
|
-
/** Standard React render method. */
|
|
27
|
-
render(): React.ReactNode;
|
|
28
|
-
/** Return array of SnapRow elements, one for each support snap mode. This array will populate the pop-up used
|
|
29
|
-
* to select a SnapMode.
|
|
30
|
-
*/
|
|
31
|
-
private getSnapEntries;
|
|
32
|
-
/** Called when user clicks on a Snap Mode entry in the pop-up window. */
|
|
33
|
-
private _handleSnapModeFieldClick;
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Snap Mode Field React component. This component is designed to be specified in a status bar definition. It will
|
|
37
|
-
* display the active snap mode that AccuSnap will use and allow the user to select a new snap mode.
|
|
38
|
-
* This Field React component is Redux connected.
|
|
39
|
-
* @public
|
|
40
|
-
*/ export declare const SnapModeField: import("react-redux").ConnectedComponent<typeof SnapModeFieldComponent, import("react-redux").Omit<React.ClassAttributes<SnapModeFieldComponent> & SnapModeFieldProps, "setSnapMode" | "snapMode">>;
|
|
41
|
-
export {};
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module StatusBar
|
|
3
|
+
*/
|
|
4
|
+
import * as React from "react";
|
|
5
|
+
import { CommonProps } from "@itwin/core-react";
|
|
6
|
+
/** Defines properties supported by the SnapMode Field Component.
|
|
7
|
+
*/
|
|
8
|
+
interface SnapModeFieldProps extends CommonProps {
|
|
9
|
+
snapMode: number;
|
|
10
|
+
setSnapMode: (mode: number) => any;
|
|
11
|
+
}
|
|
12
|
+
interface SnapModeFieldState {
|
|
13
|
+
target: HTMLElement | null;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Snap Mode Field React component. This component is designed to be specified in a status bar definition. It will
|
|
17
|
+
* display the active snap mode that AccuSnap will use and allow the user to select a new snap mode.
|
|
18
|
+
*/
|
|
19
|
+
declare class SnapModeFieldComponent extends React.Component<SnapModeFieldProps, SnapModeFieldState> {
|
|
20
|
+
private _snapModeFieldArray;
|
|
21
|
+
private _title;
|
|
22
|
+
readonly state: SnapModeFieldState;
|
|
23
|
+
constructor(props: SnapModeFieldProps);
|
|
24
|
+
/** Return icon class name for a specific snapMode. */
|
|
25
|
+
private getSnapModeIconNameFromMode;
|
|
26
|
+
/** Standard React render method. */
|
|
27
|
+
render(): React.ReactNode;
|
|
28
|
+
/** Return array of SnapRow elements, one for each support snap mode. This array will populate the pop-up used
|
|
29
|
+
* to select a SnapMode.
|
|
30
|
+
*/
|
|
31
|
+
private getSnapEntries;
|
|
32
|
+
/** Called when user clicks on a Snap Mode entry in the pop-up window. */
|
|
33
|
+
private _handleSnapModeFieldClick;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Snap Mode Field React component. This component is designed to be specified in a status bar definition. It will
|
|
37
|
+
* display the active snap mode that AccuSnap will use and allow the user to select a new snap mode.
|
|
38
|
+
* This Field React component is Redux connected.
|
|
39
|
+
* @public
|
|
40
|
+
*/ export declare const SnapModeField: import("react-redux").ConnectedComponent<typeof SnapModeFieldComponent, import("react-redux").Omit<React.ClassAttributes<SnapModeFieldComponent> & SnapModeFieldProps, "setSnapMode" | "snapMode">>;
|
|
41
|
+
export {};
|
|
42
42
|
//# sourceMappingURL=SnapMode.d.ts.map
|