@itwin/appui-react 4.0.0-dev.3 → 4.0.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +119 -1
- package/lib/cjs/appui-react/UiFramework.d.ts +33 -2
- package/lib/cjs/appui-react/UiFramework.d.ts.map +1 -1
- package/lib/cjs/appui-react/UiFramework.js +30 -5
- package/lib/cjs/appui-react/UiFramework.js.map +1 -1
- package/lib/cjs/appui-react/_variables.scss +2 -2
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +3 -2
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +4 -9
- package/lib/cjs/appui-react/backstage/Backstage.d.ts +62 -0
- package/lib/cjs/appui-react/backstage/Backstage.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/Backstage.js +89 -0
- package/lib/cjs/appui-react/backstage/Backstage.js.map +1 -0
- package/lib/cjs/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageComposer.js +2 -2
- package/lib/cjs/appui-react/backstage/BackstageComposer.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.js +3 -3
- package/lib/cjs/appui-react/backstage/BackstageComposerItem.js.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageItem.d.ts +43 -0
- package/lib/cjs/appui-react/backstage/BackstageItem.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/BackstageItem.js +37 -0
- package/lib/cjs/appui-react/backstage/BackstageItem.js.map +1 -0
- package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts +49 -0
- package/lib/cjs/appui-react/backstage/BackstageItemProps.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/BackstageItemProps.js +22 -0
- package/lib/cjs/appui-react/backstage/BackstageItemProps.js.map +1 -0
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts +19 -0
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js +59 -0
- package/lib/cjs/appui-react/backstage/BackstageItemUtilities.js.map +1 -0
- package/lib/cjs/appui-react/backstage/BackstageManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/backstage/BackstageManager.js +2 -0
- package/lib/cjs/appui-react/backstage/BackstageManager.js.map +1 -1
- package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts +32 -0
- package/lib/cjs/appui-react/backstage/CommandLaunch.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/CommandLaunch.js +87 -0
- package/lib/cjs/appui-react/backstage/CommandLaunch.js.map +1 -0
- package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts +34 -0
- package/lib/cjs/appui-react/backstage/FrontstageLaunch.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/FrontstageLaunch.js +93 -0
- package/lib/cjs/appui-react/backstage/FrontstageLaunch.js.map +1 -0
- package/lib/cjs/appui-react/backstage/Separator.d.ts +16 -0
- package/lib/cjs/appui-react/backstage/Separator.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/Separator.js +28 -0
- package/lib/cjs/appui-react/backstage/Separator.js.map +1 -0
- package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts +35 -0
- package/lib/cjs/appui-react/backstage/TaskLaunch.d.ts.map +1 -0
- package/lib/cjs/appui-react/backstage/TaskLaunch.js +101 -0
- package/lib/cjs/appui-react/backstage/TaskLaunch.js.map +1 -0
- package/lib/cjs/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -1
- package/lib/cjs/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.js +9 -6
- package/lib/cjs/appui-react/childwindow/ChildWindowManager.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js +4 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts +21 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js +28 -2
- package/lib/cjs/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
- package/lib/cjs/appui-react/configurableui/configurableui.scss +7 -5
- package/lib/cjs/appui-react/configurableui/state.d.ts +7 -0
- package/lib/cjs/appui-react/configurableui/state.d.ts.map +1 -1
- package/lib/cjs/appui-react/configurableui/state.js +9 -0
- package/lib/cjs/appui-react/configurableui/state.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentGroup.d.ts +9 -2
- package/lib/cjs/appui-react/content/ContentGroup.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/ContentGroup.js.map +1 -1
- package/lib/cjs/appui-react/content/ContentLayout.d.ts +4 -0
- package/lib/cjs/appui-react/content/ContentLayout.d.ts.map +1 -1
- package/lib/cjs/appui-react/content/ContentLayout.js +2 -2
- package/lib/cjs/appui-react/content/ContentLayout.js.map +1 -1
- package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +5 -4
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
- package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts +0 -2
- package/lib/cjs/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
- package/lib/cjs/appui-react/dialog/StandardMessageBox.js.map +1 -1
- package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts +22 -0
- package/lib/cjs/appui-react/dragdrop/ZoneTargets.d.ts.map +1 -0
- package/lib/cjs/appui-react/dragdrop/ZoneTargets.js +33 -0
- package/lib/cjs/appui-react/dragdrop/ZoneTargets.js.map +1 -0
- package/lib/cjs/appui-react/feedback/ElementTooltip.js +2 -1
- package/lib/cjs/appui-react/feedback/ElementTooltip.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts +0 -2
- package/lib/cjs/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
- package/lib/cjs/appui-react/feedback/ValidationTextbox.js.map +1 -1
- package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +4 -4
- package/lib/cjs/appui-react/frontstage/Frontstage.d.ts +159 -0
- package/lib/cjs/appui-react/frontstage/Frontstage.d.ts.map +1 -0
- package/lib/cjs/appui-react/frontstage/Frontstage.js +470 -0
- package/lib/cjs/appui-react/frontstage/Frontstage.js.map +1 -0
- package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts +147 -0
- package/lib/cjs/appui-react/frontstage/FrontstageComposer.d.ts.map +1 -0
- package/lib/cjs/appui-react/frontstage/FrontstageComposer.js +668 -0
- package/lib/cjs/appui-react/frontstage/FrontstageComposer.js.map +1 -0
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageConfig.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts +74 -19
- package/lib/cjs/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageDef.js +305 -91
- package/lib/cjs/appui-react/frontstage/FrontstageDef.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts +10 -4
- package/lib/cjs/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js +47 -21
- package/lib/cjs/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts +11 -3
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/FrontstageProvider.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts +0 -2
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.js +1 -2
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +4 -1
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js +4 -2
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
- package/lib/cjs/appui-react/frontstage/StageUsage.d.ts +15 -0
- package/lib/cjs/appui-react/frontstage/StageUsage.d.ts.map +1 -0
- package/lib/cjs/appui-react/frontstage/StageUsage.js +17 -0
- package/lib/cjs/appui-react/frontstage/StageUsage.js.map +1 -0
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts +15 -4
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js +27 -44
- package/lib/cjs/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js +4 -4
- package/lib/cjs/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
- package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts +38 -0
- package/lib/cjs/appui-react/hooks/useFrameworkVersion.d.ts.map +1 -0
- package/lib/cjs/appui-react/hooks/useFrameworkVersion.js +57 -0
- package/lib/cjs/appui-react/hooks/useFrameworkVersion.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/Common.d.ts +26 -0
- package/lib/cjs/appui-react/imodel-components/Common.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/Common.js +25 -0
- package/lib/cjs/appui-react/imodel-components/Common.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeBase.scss +53 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +72 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js +149 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +52 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js +71 -0
- package/lib/cjs/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/Categories.json +102 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +72 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js +109 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +64 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +201 -0
- package/lib/cjs/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/Hierarchy.json +387 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts +85 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js +130 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTree.scss +9 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +239 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +104 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +482 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts +10 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js +23 -0
- package/lib/cjs/appui-react/imodel-components/models-tree/Utils.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +79 -0
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +79 -0
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +36 -0
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +1 -0
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +44 -0
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -0
- package/lib/cjs/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -0
- package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts +80 -0
- package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +1 -0
- package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js +239 -0
- package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -0
- package/lib/cjs/appui-react/keyinbrowser/KeyinBrowser.scss +11 -0
- package/lib/cjs/appui-react/messages/ActivityMessage.d.ts +36 -1
- package/lib/cjs/appui-react/messages/ActivityMessage.d.ts.map +1 -1
- package/lib/cjs/appui-react/messages/ActivityMessage.js +38 -25
- package/lib/cjs/appui-react/messages/ActivityMessage.js.map +1 -1
- package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts +20 -0
- package/lib/cjs/appui-react/messages/ActivityMessagePopup.d.ts.map +1 -0
- package/lib/cjs/appui-react/messages/ActivityMessagePopup.js +44 -0
- package/lib/cjs/appui-react/messages/ActivityMessagePopup.js.map +1 -0
- package/lib/cjs/appui-react/messages/ActivityMessagePopup.scss +15 -0
- package/lib/cjs/appui-react/messages/MessageManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/messages/MessageManager.js +3 -2
- package/lib/cjs/appui-react/messages/MessageManager.js.map +1 -1
- package/lib/cjs/appui-react/messages/Pointer.js +2 -1
- package/lib/cjs/appui-react/messages/Pointer.js.map +1 -1
- package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts +22 -0
- package/lib/cjs/appui-react/messages/StatusMessageRenderer.d.ts.map +1 -0
- package/lib/cjs/appui-react/messages/StatusMessageRenderer.js +76 -0
- package/lib/cjs/appui-react/messages/StatusMessageRenderer.js.map +1 -0
- package/lib/cjs/appui-react/messages/StatusMessageRenderer.scss +28 -0
- package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts +25 -0
- package/lib/cjs/appui-react/messages/StatusMessagesContainer.d.ts.map +1 -0
- package/lib/cjs/appui-react/messages/StatusMessagesContainer.js +68 -0
- package/lib/cjs/appui-react/messages/StatusMessagesContainer.js.map +1 -0
- package/lib/cjs/appui-react/messages/StatusMessagesContainer.scss +53 -0
- package/lib/cjs/appui-react/messages/StickyMessage.d.ts +23 -0
- package/lib/cjs/appui-react/messages/StickyMessage.d.ts.map +1 -0
- package/lib/cjs/appui-react/messages/StickyMessage.js +39 -0
- package/lib/cjs/appui-react/messages/StickyMessage.js.map +1 -0
- package/lib/cjs/appui-react/messages/StickyMessage.scss +22 -0
- package/lib/cjs/appui-react/messages/ToastMessage.d.ts +23 -0
- package/lib/cjs/appui-react/messages/ToastMessage.d.ts.map +1 -0
- package/lib/cjs/appui-react/messages/ToastMessage.js +31 -0
- package/lib/cjs/appui-react/messages/ToastMessage.js.map +1 -0
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js +0 -1
- package/lib/cjs/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js +0 -1
- package/lib/cjs/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js +0 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +9 -13
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js +7 -6
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
- package/lib/cjs/appui-react/pickers/ListPicker.d.ts +35 -3
- package/lib/cjs/appui-react/pickers/ListPicker.d.ts.map +1 -1
- package/lib/cjs/appui-react/pickers/ListPicker.js +143 -9
- package/lib/cjs/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/cjs/appui-react/pickers/ListPicker.scss +17 -15
- package/lib/cjs/appui-react/pickers/ViewSelector.d.ts.map +1 -1
- package/lib/cjs/appui-react/pickers/ViewSelector.js +1 -0
- package/lib/cjs/appui-react/pickers/ViewSelector.js.map +1 -1
- package/lib/cjs/appui-react/popup/PositionPopup.d.ts +0 -2
- package/lib/cjs/appui-react/popup/PositionPopup.d.ts.map +1 -1
- package/lib/cjs/appui-react/popup/PositionPopup.js.map +1 -1
- package/lib/cjs/appui-react/redux/FrameworkState.d.ts +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts +65 -3
- package/lib/cjs/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaContext.js +20 -3
- package/lib/cjs/appui-react/safearea/SafeAreaContext.js.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts +7 -8
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.js +3 -9
- package/lib/cjs/appui-react/safearea/SafeAreaInsets.js.map +1 -1
- package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts +18 -0
- package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.d.ts.map +1 -0
- package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js +57 -0
- package/lib/cjs/appui-react/selection/ClearEmphasisStatusField.js.map +1 -0
- package/lib/cjs/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/selection/SelectionContextItemDef.js +12 -0
- package/lib/cjs/appui-react/selection/SelectionContextItemDef.js.map +1 -1
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +13 -6
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts +12 -0
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js +26 -26
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +9 -8
- package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts +7 -0
- package/lib/cjs/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/ActionButtonItemDef.js +19 -0
- package/lib/cjs/appui-react/shared/ActionButtonItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemDef.d.ts +2 -0
- package/lib/cjs/appui-react/shared/CustomItemDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemDef.js +18 -0
- package/lib/cjs/appui-react/shared/CustomItemDef.js.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemProps.d.ts +1 -0
- package/lib/cjs/appui-react/shared/CustomItemProps.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/CustomItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/GroupItemProps.d.ts +3 -0
- package/lib/cjs/appui-react/shared/GroupItemProps.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/GroupItemProps.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemDefBase.d.ts +8 -0
- package/lib/cjs/appui-react/shared/ItemDefBase.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/ItemDefBase.js +16 -2
- package/lib/cjs/appui-react/shared/ItemDefBase.js.map +1 -1
- package/lib/cjs/appui-react/shared/ItemProps.d.ts +17 -0
- package/lib/cjs/appui-react/shared/ItemProps.d.ts.map +1 -1
- package/lib/cjs/appui-react/shared/ItemProps.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts +62 -0
- package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +1 -0
- package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js +122 -0
- package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -0
- package/lib/cjs/appui-react/stagepanels/FrameworkStagePanel.scss +42 -0
- package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts +142 -0
- package/lib/cjs/appui-react/stagepanels/StagePanel.d.ts.map +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanel.js +155 -0
- package/lib/cjs/appui-react/stagepanels/StagePanel.js.map +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts +4 -10
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts +30 -10
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.js +112 -53
- package/lib/cjs/appui-react/stagepanels/StagePanelDef.js.map +1 -1
- package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts +28 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelHeader.d.ts.map +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js +46 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelHeader.js.map +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelHeader.scss +26 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts +13 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelLocation.d.ts.map +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js +16 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelLocation.js.map +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts +13 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.d.ts.map +1 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.js +16 -0
- package/lib/cjs/appui-react/stagepanels/StagePanelSection.js.map +1 -0
- package/lib/cjs/appui-react/statusbar/Indicator.js +4 -2
- package/lib/cjs/appui-react/statusbar/Indicator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/LabelIndicator.js +2 -1
- package/lib/cjs/appui-react/statusbar/LabelIndicator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Overflow.d.ts +1 -1
- package/lib/cjs/appui-react/statusbar/Overflow.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/Overflow.js +3 -2
- package/lib/cjs/appui-react/statusbar/Overflow.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/Separator.d.ts +0 -1
- package/lib/cjs/appui-react/statusbar/Separator.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/Separator.js +3 -4
- package/lib/cjs/appui-react/statusbar/Separator.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBar.d.ts +17 -1
- package/lib/cjs/appui-react/statusbar/StatusBar.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBar.js +55 -6
- package/lib/cjs/appui-react/statusbar/StatusBar.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.js +17 -12
- package/lib/cjs/appui-react/statusbar/StatusBarComposer.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts +52 -2
- package/lib/cjs/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItem.js +33 -2
- package/lib/cjs/appui-react/statusbar/StatusBarItem.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -4
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js +31 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts +11 -0
- package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js +19 -0
- package/lib/cjs/appui-react/statusbar/StatusBarItemsManager.js.map +1 -0
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -1
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.js +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/Dialog.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js +1 -1
- package/lib/cjs/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +2 -1
- package/lib/cjs/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
- package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts +10 -0
- package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js +26 -0
- package/lib/cjs/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -0
- package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts +11 -0
- package/lib/cjs/appui-react/statusbar/withStatusFieldProps.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js +27 -0
- package/lib/cjs/appui-react/statusbar/withStatusFieldProps.js.map +1 -0
- package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts +21 -3
- package/lib/cjs/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/ActivityCenter.js +47 -39
- package/lib/cjs/appui-react/statusfields/ActivityCenter.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts +45 -0
- package/lib/cjs/appui-react/statusfields/ConditionalField.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusfields/ConditionalField.js +57 -0
- package/lib/cjs/appui-react/statusfields/ConditionalField.js.map +1 -0
- package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts +19 -0
- package/lib/cjs/appui-react/statusfields/FooterModeField.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusfields/FooterModeField.js +28 -0
- package/lib/cjs/appui-react/statusfields/FooterModeField.js.map +1 -0
- package/lib/cjs/appui-react/statusfields/Indicator.d.ts +44 -0
- package/lib/cjs/appui-react/statusfields/Indicator.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusfields/Indicator.js +46 -0
- package/lib/cjs/appui-react/statusfields/Indicator.js.map +1 -0
- package/lib/cjs/appui-react/statusfields/Indicator.scss +183 -0
- package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts +16 -5
- package/lib/cjs/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/MessageCenter.js +38 -10
- package/lib/cjs/appui-react/statusfields/MessageCenter.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/PromptField.d.ts +31 -0
- package/lib/cjs/appui-react/statusfields/PromptField.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusfields/PromptField.js +52 -0
- package/lib/cjs/appui-react/statusfields/PromptField.js.map +1 -0
- package/lib/cjs/appui-react/statusfields/PromptField.scss +42 -0
- package/lib/cjs/appui-react/statusfields/SectionsField.d.ts +2 -2
- package/lib/cjs/appui-react/statusfields/SectionsField.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/SectionsField.js +13 -10
- package/lib/cjs/appui-react/statusfields/SectionsField.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SectionsField.scss +6 -5
- package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts +2 -2
- package/lib/cjs/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionInfo.js +5 -1
- package/lib/cjs/appui-react/statusfields/SelectionInfo.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts +2 -2
- package/lib/cjs/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionScope.js +9 -4
- package/lib/cjs/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/SelectionScope.scss +7 -5
- package/lib/cjs/appui-react/statusfields/SnapMode.d.ts +2 -2
- package/lib/cjs/appui-react/statusfields/SnapMode.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/SnapMode.js +3 -2
- package/lib/cjs/appui-react/statusfields/SnapMode.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts +23 -0
- package/lib/cjs/appui-react/statusfields/StatusFieldProps.d.ts.map +1 -0
- package/lib/cjs/appui-react/statusfields/StatusFieldProps.js +3 -0
- package/lib/cjs/appui-react/statusfields/StatusFieldProps.js.map +1 -0
- package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts +4 -3
- package/lib/cjs/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/ViewAttributes.js +10 -2
- package/lib/cjs/appui-react/statusfields/ViewAttributes.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js +4 -1
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +22 -9
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +6 -5
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js +38 -22
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +22 -10
- package/lib/cjs/appui-react/syncui/BooleanListener.d.ts +44 -0
- package/lib/cjs/appui-react/syncui/BooleanListener.d.ts.map +1 -0
- package/lib/cjs/appui-react/syncui/BooleanListener.js +70 -0
- package/lib/cjs/appui-react/syncui/BooleanListener.js.map +1 -0
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts +27 -4
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js +38 -4
- package/lib/cjs/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts +18 -0
- package/lib/cjs/appui-react/toolbar/ActionButtonItem.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/ActionButtonItem.js +31 -0
- package/lib/cjs/appui-react/toolbar/ActionButtonItem.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts +40 -0
- package/lib/cjs/appui-react/toolbar/ActionItemButton.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/ActionItemButton.js +104 -0
- package/lib/cjs/appui-react/toolbar/ActionItemButton.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts +79 -0
- package/lib/cjs/appui-react/toolbar/GroupButtonItem.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/GroupButtonItem.js +329 -0
- package/lib/cjs/appui-react/toolbar/GroupButtonItem.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/GroupItem.d.ts +93 -2
- package/lib/cjs/appui-react/toolbar/GroupItem.d.ts.map +1 -1
- package/lib/cjs/appui-react/toolbar/GroupItem.js +393 -2
- package/lib/cjs/appui-react/toolbar/GroupItem.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/PopupButton.d.ts +58 -0
- package/lib/cjs/appui-react/toolbar/PopupButton.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/PopupButton.js +154 -0
- package/lib/cjs/appui-react/toolbar/PopupButton.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/PopupButton.scss +9 -0
- package/lib/cjs/appui-react/toolbar/ToolButton.d.ts +31 -0
- package/lib/cjs/appui-react/toolbar/ToolButton.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/ToolButton.js +100 -0
- package/lib/cjs/appui-react/toolbar/ToolButton.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/Toolbar.d.ts +55 -0
- package/lib/cjs/appui-react/toolbar/Toolbar.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/Toolbar.js +240 -0
- package/lib/cjs/appui-react/toolbar/Toolbar.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.js +27 -3
- package/lib/cjs/appui-react/toolbar/ToolbarComposer.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts +2 -1
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.js +16 -2
- package/lib/cjs/appui-react/toolbar/ToolbarHelper.js.map +1 -1
- package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts +53 -0
- package/lib/cjs/appui-react/toolbar/ToolbarItem.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/ToolbarItem.js +41 -0
- package/lib/cjs/appui-react/toolbar/ToolbarItem.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts +14 -0
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -0
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js +28 -0
- package/lib/cjs/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -0
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js +3 -1
- package/lib/cjs/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts +7 -0
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.js +43 -1
- package/lib/cjs/appui-react/tools/CoreToolDefinitions.js.map +1 -1
- package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts +22 -0
- package/lib/cjs/appui-react/tools/MarkupToolDefinitions.d.ts.map +1 -0
- package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js +54 -0
- package/lib/cjs/appui-react/tools/MarkupToolDefinitions.js.map +1 -0
- package/lib/cjs/appui-react/tools/ToolSettingsTools.js +1 -1
- package/lib/cjs/appui-react/tools/ToolSettingsTools.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +11 -0
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -0
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js +20 -0
- package/lib/cjs/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -0
- package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts +9 -0
- package/lib/cjs/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -0
- package/lib/{esm/appui-react/safearea/SafeAreaHelpers.js → cjs/appui-react/ui-items-provider/ProviderItem.js} +4 -6
- package/lib/cjs/appui-react/ui-items-provider/ProviderItem.js.map +1 -0
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js +4 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +1 -0
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +11 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +1 -0
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +2 -2
- package/lib/cjs/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +21 -6
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +0 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +20 -6
- package/lib/cjs/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts +24 -0
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -0
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js +19 -0
- package/lib/cjs/appui-react/ui-items-provider/UiItemsManager.js.map +1 -0
- package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts +9 -0
- package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -0
- package/lib/cjs/appui-react/{safearea/SafeAreaHelpers.js → ui-items-provider/UiItemsProvider.js} +2 -8
- package/lib/cjs/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -0
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js +3 -1
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +3 -0
- package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts +5 -1
- package/lib/cjs/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
- package/lib/cjs/appui-react/uistate/AppUiSettings.js +6 -0
- package/lib/cjs/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts +15 -0
- package/lib/cjs/appui-react/uistate/UserSettingsStorage.d.ts.map +1 -0
- package/lib/cjs/appui-react/uistate/UserSettingsStorage.js +62 -0
- package/lib/cjs/appui-react/uistate/UserSettingsStorage.js.map +1 -0
- package/lib/cjs/appui-react/utils/PropsHelper.js.map +1 -1
- package/lib/cjs/appui-react/utils/UiShowHideManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/utils/UiShowHideManager.js +8 -7
- package/lib/cjs/appui-react/utils/UiShowHideManager.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Content.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Content.js +4 -6
- package/lib/cjs/appui-react/widget-panels/Content.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts +19 -20
- package/lib/cjs/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Frontstage.js +217 -108
- package/lib/cjs/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.js +3 -3
- package/lib/cjs/appui-react/widget-panels/FrontstageContent.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/StatusBar.js +9 -6
- package/lib/cjs/appui-react/widget-panels/StatusBar.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/ToolSettings.js +7 -7
- package/lib/cjs/appui-react/widget-panels/ToolSettings.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +2 -3
- package/lib/cjs/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/Toolbars.js +12 -5
- package/lib/cjs/appui-react/widget-panels/Toolbars.js.map +1 -1
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js +8 -6
- package/lib/cjs/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
- package/lib/cjs/appui-react/widgets/BackstageAppButton.js +5 -3
- package/lib/cjs/appui-react/widgets/BackstageAppButton.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
- package/lib/cjs/appui-react/widgets/BasicToolWidget.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts +35 -0
- package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js +65 -0
- package/lib/cjs/appui-react/widgets/DefaultNavigationWidget.js.map +1 -0
- package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts +56 -0
- package/lib/cjs/appui-react/widgets/NavigationWidget.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/NavigationWidget.js +155 -0
- package/lib/cjs/appui-react/widgets/NavigationWidget.js.map +1 -0
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js +2 -1
- package/lib/cjs/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts +33 -0
- package/lib/cjs/appui-react/widgets/ReviewToolWidget.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/ReviewToolWidget.js +74 -0
- package/lib/cjs/appui-react/widgets/ReviewToolWidget.js.map +1 -0
- package/lib/cjs/appui-react/widgets/StableWidgetDef.d.ts +1 -1
- package/lib/cjs/appui-react/widgets/StableWidgetDef.js +1 -1
- package/lib/cjs/appui-react/widgets/StableWidgetDef.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts +19 -0
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.js +40 -1
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.js.map +1 -1
- package/lib/cjs/appui-react/widgets/ToolSettingsContent.scss +61 -0
- package/lib/cjs/appui-react/widgets/ToolWidget.d.ts +47 -0
- package/lib/cjs/appui-react/widgets/ToolWidget.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/ToolWidget.js +90 -0
- package/lib/cjs/appui-react/widgets/ToolWidget.js.map +1 -0
- package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts +26 -0
- package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js +55 -0
- package/lib/cjs/appui-react/widgets/ToolbarWidgetBase.js.map +1 -0
- package/lib/cjs/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
- package/lib/cjs/appui-react/widgets/Widget.d.ts +15 -0
- package/lib/cjs/appui-react/widgets/Widget.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/Widget.js +26 -0
- package/lib/cjs/appui-react/widgets/Widget.js.map +1 -0
- package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts +4 -19
- package/lib/cjs/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetConfig.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetControl.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetDef.d.ts +70 -11
- package/lib/cjs/appui-react/widgets/WidgetDef.d.ts.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetDef.js +117 -59
- package/lib/cjs/appui-react/widgets/WidgetDef.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetHost.d.ts +2 -1
- package/lib/cjs/appui-react/widgets/WidgetHost.d.ts.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetHost.js +94 -4
- package/lib/cjs/appui-react/widgets/WidgetHost.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetManager.d.ts +5 -3
- package/lib/cjs/appui-react/widgets/WidgetManager.d.ts.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetManager.js +54 -17
- package/lib/cjs/appui-react/widgets/WidgetManager.js.map +1 -1
- package/lib/cjs/appui-react/widgets/WidgetProps.d.ts +33 -0
- package/lib/cjs/appui-react/widgets/WidgetProps.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/WidgetProps.js +10 -0
- package/lib/cjs/appui-react/widgets/WidgetProps.js.map +1 -0
- package/lib/cjs/appui-react/widgets/WidgetStack.d.ts +135 -0
- package/lib/cjs/appui-react/widgets/WidgetStack.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/WidgetStack.js +138 -0
- package/lib/cjs/appui-react/widgets/WidgetStack.js.map +1 -0
- package/lib/cjs/appui-react/widgets/WidgetState.d.ts +13 -0
- package/lib/cjs/appui-react/widgets/WidgetState.d.ts.map +1 -0
- package/lib/cjs/appui-react/widgets/WidgetState.js +16 -0
- package/lib/cjs/appui-react/widgets/WidgetState.js.map +1 -0
- package/lib/cjs/appui-react/workflow/Task.d.ts +48 -0
- package/lib/cjs/appui-react/workflow/Task.d.ts.map +1 -0
- package/lib/cjs/appui-react/workflow/Task.js +73 -0
- package/lib/cjs/appui-react/workflow/Task.js.map +1 -0
- package/lib/cjs/appui-react/workflow/Workflow.d.ts +153 -0
- package/lib/cjs/appui-react/workflow/Workflow.d.ts.map +1 -0
- package/lib/cjs/appui-react/workflow/Workflow.js +238 -0
- package/lib/cjs/appui-react/workflow/Workflow.js.map +1 -0
- package/lib/cjs/appui-react/zones/FrameworkZone.d.ts +44 -0
- package/lib/cjs/appui-react/zones/FrameworkZone.d.ts.map +1 -0
- package/lib/cjs/appui-react/zones/FrameworkZone.js +53 -0
- package/lib/cjs/appui-react/zones/FrameworkZone.js.map +1 -0
- package/lib/cjs/appui-react/zones/Outline.d.ts +14 -0
- package/lib/cjs/appui-react/zones/Outline.d.ts.map +1 -0
- package/lib/cjs/appui-react/zones/Outline.js +22 -0
- package/lib/cjs/appui-react/zones/Outline.js.map +1 -0
- package/lib/cjs/appui-react/zones/StatusBarZone.d.ts +28 -0
- package/lib/cjs/appui-react/zones/StatusBarZone.d.ts.map +1 -0
- package/lib/cjs/appui-react/zones/StatusBarZone.js +33 -0
- package/lib/cjs/appui-react/zones/StatusBarZone.js.map +1 -0
- package/lib/cjs/appui-react/zones/Zone.d.ts +88 -0
- package/lib/cjs/appui-react/zones/Zone.d.ts.map +1 -0
- package/lib/cjs/appui-react/zones/Zone.js +158 -0
- package/lib/cjs/appui-react/zones/Zone.js.map +1 -0
- package/lib/cjs/appui-react/zones/ZoneDef.d.ts +57 -0
- package/lib/cjs/appui-react/zones/ZoneDef.d.ts.map +1 -0
- package/lib/cjs/appui-react/zones/ZoneDef.js +92 -0
- package/lib/cjs/appui-react/zones/ZoneDef.js.map +1 -0
- package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.d.ts +1 -1
- package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
- package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.js +6 -5
- package/lib/cjs/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
- package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.d.ts +0 -0
- package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.d.ts.map +1 -0
- package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.js +3 -3
- package/lib/cjs/appui-react/zones/toolsettings/ToolInformation.js.map +1 -0
- package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.d.ts +0 -0
- package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +1 -0
- package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.js +1 -1
- package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -0
- package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +54 -0
- package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +1 -0
- package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js +96 -0
- package/lib/cjs/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -0
- package/lib/{esm/appui-react → cjs/appui-react/zones}/toolsettings/ToolUiProvider.d.ts +2 -2
- package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +1 -0
- package/lib/cjs/appui-react/{toolsettings → zones/toolsettings}/ToolUiProvider.js +1 -1
- package/lib/cjs/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -0
- package/lib/cjs/appui-react.d.ts +84 -9
- package/lib/cjs/appui-react.d.ts.map +1 -1
- package/lib/cjs/appui-react.js +84 -9
- package/lib/cjs/appui-react.js.map +1 -1
- package/lib/esm/appui-react/UiFramework.d.ts +33 -2
- package/lib/esm/appui-react/UiFramework.d.ts.map +1 -1
- package/lib/esm/appui-react/UiFramework.js +28 -4
- package/lib/esm/appui-react/UiFramework.js.map +1 -1
- package/lib/esm/appui-react/_variables.scss +2 -2
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +3 -2
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +4 -9
- package/lib/esm/appui-react/backstage/Backstage.d.ts +62 -0
- package/lib/esm/appui-react/backstage/Backstage.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/Backstage.js +84 -0
- package/lib/esm/appui-react/backstage/Backstage.js.map +1 -0
- package/lib/esm/appui-react/backstage/BackstageComposer.d.ts.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageComposer.js +2 -2
- package/lib/esm/appui-react/backstage/BackstageComposer.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageComposerItem.js +2 -2
- package/lib/esm/appui-react/backstage/BackstageComposerItem.js.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageItem.d.ts +43 -0
- package/lib/esm/appui-react/backstage/BackstageItem.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/BackstageItem.js +32 -0
- package/lib/esm/appui-react/backstage/BackstageItem.js.map +1 -0
- package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts +49 -0
- package/lib/esm/appui-react/backstage/BackstageItemProps.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/BackstageItemProps.js +18 -0
- package/lib/esm/appui-react/backstage/BackstageItemProps.js.map +1 -0
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts +19 -0
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.js +55 -0
- package/lib/esm/appui-react/backstage/BackstageItemUtilities.js.map +1 -0
- package/lib/esm/appui-react/backstage/BackstageManager.d.ts.map +1 -1
- package/lib/esm/appui-react/backstage/BackstageManager.js +2 -0
- package/lib/esm/appui-react/backstage/BackstageManager.js.map +1 -1
- package/lib/esm/appui-react/backstage/CommandLaunch.d.ts +32 -0
- package/lib/esm/appui-react/backstage/CommandLaunch.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/CommandLaunch.js +83 -0
- package/lib/esm/appui-react/backstage/CommandLaunch.js.map +1 -0
- package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts +34 -0
- package/lib/esm/appui-react/backstage/FrontstageLaunch.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/FrontstageLaunch.js +89 -0
- package/lib/esm/appui-react/backstage/FrontstageLaunch.js.map +1 -0
- package/lib/esm/appui-react/backstage/Separator.d.ts +16 -0
- package/lib/esm/appui-react/backstage/Separator.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/Separator.js +24 -0
- package/lib/esm/appui-react/backstage/Separator.js.map +1 -0
- package/lib/esm/appui-react/backstage/TaskLaunch.d.ts +35 -0
- package/lib/esm/appui-react/backstage/TaskLaunch.d.ts.map +1 -0
- package/lib/esm/appui-react/backstage/TaskLaunch.js +97 -0
- package/lib/esm/appui-react/backstage/TaskLaunch.js.map +1 -0
- package/lib/esm/appui-react/backstage/useDefaultBackstageItems.js.map +1 -1
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.d.ts.map +1 -1
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js +3 -1
- package/lib/esm/appui-react/backstage/useUiItemsProviderBackstageItems.js.map +1 -1
- package/lib/esm/appui-react/childwindow/ChildWindowManager.d.ts.map +1 -1
- package/lib/esm/appui-react/childwindow/ChildWindowManager.js +9 -6
- package/lib/esm/appui-react/childwindow/ChildWindowManager.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.d.ts.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js +4 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.js.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts +21 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.d.ts.map +1 -1
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js +28 -2
- package/lib/esm/appui-react/configurableui/ConfigurableUiManager.js.map +1 -1
- package/lib/esm/appui-react/configurableui/configurableui.scss +7 -5
- package/lib/esm/appui-react/configurableui/state.d.ts +7 -0
- package/lib/esm/appui-react/configurableui/state.d.ts.map +1 -1
- package/lib/esm/appui-react/configurableui/state.js +9 -0
- package/lib/esm/appui-react/configurableui/state.js.map +1 -1
- package/lib/esm/appui-react/content/ContentGroup.d.ts +9 -2
- package/lib/esm/appui-react/content/ContentGroup.d.ts.map +1 -1
- package/lib/esm/appui-react/content/ContentGroup.js.map +1 -1
- package/lib/esm/appui-react/content/ContentLayout.d.ts +4 -0
- package/lib/esm/appui-react/content/ContentLayout.d.ts.map +1 -1
- package/lib/esm/appui-react/content/ContentLayout.js +1 -1
- package/lib/esm/appui-react/content/ContentLayout.js.map +1 -1
- package/lib/esm/appui-react/content/DefaultViewOverlay.scss +5 -4
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js +2 -2
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.js.map +1 -1
- package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts +0 -2
- package/lib/esm/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
- package/lib/esm/appui-react/dialog/StandardMessageBox.js.map +1 -1
- package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts +22 -0
- package/lib/esm/appui-react/dragdrop/ZoneTargets.d.ts.map +1 -0
- package/lib/esm/appui-react/dragdrop/ZoneTargets.js +29 -0
- package/lib/esm/appui-react/dragdrop/ZoneTargets.js.map +1 -0
- package/lib/esm/appui-react/feedback/ElementTooltip.js +2 -1
- package/lib/esm/appui-react/feedback/ElementTooltip.js.map +1 -1
- package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts +0 -2
- package/lib/esm/appui-react/feedback/ValidationTextbox.d.ts.map +1 -1
- package/lib/esm/appui-react/feedback/ValidationTextbox.js.map +1 -1
- package/lib/esm/appui-react/feedback/ValidationTextbox.scss +4 -4
- package/lib/esm/appui-react/frontstage/Frontstage.d.ts +159 -0
- package/lib/esm/appui-react/frontstage/Frontstage.d.ts.map +1 -0
- package/lib/esm/appui-react/frontstage/Frontstage.js +462 -0
- package/lib/esm/appui-react/frontstage/Frontstage.js.map +1 -0
- package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts +147 -0
- package/lib/esm/appui-react/frontstage/FrontstageComposer.d.ts.map +1 -0
- package/lib/esm/appui-react/frontstage/FrontstageComposer.js +662 -0
- package/lib/esm/appui-react/frontstage/FrontstageComposer.js.map +1 -0
- package/lib/esm/appui-react/frontstage/FrontstageConfig.d.ts +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageConfig.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts +74 -19
- package/lib/esm/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageDef.js +302 -85
- package/lib/esm/appui-react/frontstage/FrontstageDef.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts +10 -4
- package/lib/esm/appui-react/frontstage/FrontstageManager.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageManager.js +31 -5
- package/lib/esm/appui-react/frontstage/FrontstageManager.js.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts +11 -3
- package/lib/esm/appui-react/frontstage/FrontstageProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/FrontstageProvider.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts +0 -2
- package/lib/esm/appui-react/frontstage/ModalFrontstage.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalFrontstage.js +1 -2
- package/lib/esm/appui-react/frontstage/ModalFrontstage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +4 -1
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.js +4 -2
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.js.map +1 -1
- package/lib/esm/appui-react/frontstage/StageUsage.d.ts +15 -0
- package/lib/esm/appui-react/frontstage/StageUsage.d.ts.map +1 -0
- package/lib/esm/appui-react/frontstage/StageUsage.js +14 -0
- package/lib/esm/appui-react/frontstage/StageUsage.js.map +1 -0
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts +15 -4
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js +27 -44
- package/lib/esm/appui-react/frontstage/StandardFrontstageProvider.js.map +1 -1
- package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js +4 -4
- package/lib/esm/appui-react/hooks/useAvailableUiItemsProviders.js.map +1 -1
- package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts +38 -0
- package/lib/esm/appui-react/hooks/useFrameworkVersion.d.ts.map +1 -0
- package/lib/esm/appui-react/hooks/useFrameworkVersion.js +51 -0
- package/lib/esm/appui-react/hooks/useFrameworkVersion.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/Common.d.ts +26 -0
- package/lib/esm/appui-react/imodel-components/Common.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/Common.js +22 -0
- package/lib/esm/appui-react/imodel-components/Common.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeBase.scss +53 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts +72 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js +145 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeEventHandler.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts +52 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js +63 -0
- package/lib/esm/appui-react/imodel-components/VisibilityTreeRenderer.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/category-tree/Categories.json +102 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts +72 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js +103 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoriesTree.scss +9 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts +64 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js +195 -0
- package/lib/esm/appui-react/imodel-components/category-tree/CategoryVisibilityHandler.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.GroupedByClass.json +392 -0
- package/lib/esm/appui-react/imodel-components/models-tree/Hierarchy.json +387 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts +85 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js +126 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTree.scss +9 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsTreeSearch.json +239 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts +104 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js +477 -0
- package/lib/esm/appui-react/imodel-components/models-tree/ModelsVisibilityHandler.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts +10 -0
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.js +19 -0
- package/lib/esm/appui-react/imodel-components/models-tree/Utils.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.GroupedByClass.json +79 -0
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialBreakdown.json +79 -0
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts +36 -0
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.d.ts.map +1 -0
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js +40 -0
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.js.map +1 -0
- package/lib/esm/appui-react/imodel-components/spatial-tree/SpatialContainmentTree.scss +9 -0
- package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts +80 -0
- package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.d.ts.map +1 -0
- package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js +235 -0
- package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.js.map +1 -0
- package/lib/esm/appui-react/keyinbrowser/KeyinBrowser.scss +11 -0
- package/lib/esm/appui-react/messages/ActivityMessage.d.ts +36 -1
- package/lib/esm/appui-react/messages/ActivityMessage.d.ts.map +1 -1
- package/lib/esm/appui-react/messages/ActivityMessage.js +34 -24
- package/lib/esm/appui-react/messages/ActivityMessage.js.map +1 -1
- package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts +20 -0
- package/lib/esm/appui-react/messages/ActivityMessagePopup.d.ts.map +1 -0
- package/lib/esm/appui-react/messages/ActivityMessagePopup.js +40 -0
- package/lib/esm/appui-react/messages/ActivityMessagePopup.js.map +1 -0
- package/lib/esm/appui-react/messages/ActivityMessagePopup.scss +15 -0
- package/lib/esm/appui-react/messages/MessageManager.d.ts.map +1 -1
- package/lib/esm/appui-react/messages/MessageManager.js +3 -2
- package/lib/esm/appui-react/messages/MessageManager.js.map +1 -1
- package/lib/esm/appui-react/messages/Pointer.js +2 -1
- package/lib/esm/appui-react/messages/Pointer.js.map +1 -1
- package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts +22 -0
- package/lib/esm/appui-react/messages/StatusMessageRenderer.d.ts.map +1 -0
- package/lib/esm/appui-react/messages/StatusMessageRenderer.js +72 -0
- package/lib/esm/appui-react/messages/StatusMessageRenderer.js.map +1 -0
- package/lib/esm/appui-react/messages/StatusMessageRenderer.scss +28 -0
- package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts +25 -0
- package/lib/esm/appui-react/messages/StatusMessagesContainer.d.ts.map +1 -0
- package/lib/esm/appui-react/messages/StatusMessagesContainer.js +64 -0
- package/lib/esm/appui-react/messages/StatusMessagesContainer.js.map +1 -0
- package/lib/esm/appui-react/messages/StatusMessagesContainer.scss +53 -0
- package/lib/esm/appui-react/messages/StickyMessage.d.ts +23 -0
- package/lib/esm/appui-react/messages/StickyMessage.d.ts.map +1 -0
- package/lib/esm/appui-react/messages/StickyMessage.js +35 -0
- package/lib/esm/appui-react/messages/StickyMessage.js.map +1 -0
- package/lib/esm/appui-react/messages/StickyMessage.scss +22 -0
- package/lib/esm/appui-react/messages/ToastMessage.d.ts +23 -0
- package/lib/esm/appui-react/messages/ToastMessage.d.ts.map +1 -0
- package/lib/esm/appui-react/messages/ToastMessage.js +27 -0
- package/lib/esm/appui-react/messages/ToastMessage.js.map +1 -0
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.d.ts.map +1 -1
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js +0 -1
- package/lib/esm/appui-react/navigationaids/CubeNavigationAidControl.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.d.ts.map +1 -1
- package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js +0 -1
- package/lib/esm/appui-react/navigationaids/DrawingNavigationAidControl.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.d.ts.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js +0 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.js.map +1 -1
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +9 -13
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.d.ts.map +1 -1
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js +9 -8
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.js.map +1 -1
- package/lib/esm/appui-react/pickers/ListPicker.d.ts +35 -3
- package/lib/esm/appui-react/pickers/ListPicker.d.ts.map +1 -1
- package/lib/esm/appui-react/pickers/ListPicker.js +142 -9
- package/lib/esm/appui-react/pickers/ListPicker.js.map +1 -1
- package/lib/esm/appui-react/pickers/ListPicker.scss +17 -15
- package/lib/esm/appui-react/pickers/ViewSelector.d.ts.map +1 -1
- package/lib/esm/appui-react/pickers/ViewSelector.js +1 -0
- package/lib/esm/appui-react/pickers/ViewSelector.js.map +1 -1
- package/lib/esm/appui-react/popup/PositionPopup.d.ts +0 -2
- package/lib/esm/appui-react/popup/PositionPopup.d.ts.map +1 -1
- package/lib/esm/appui-react/popup/PositionPopup.js.map +1 -1
- package/lib/esm/appui-react/redux/FrameworkState.d.ts +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts +65 -3
- package/lib/esm/appui-react/safearea/SafeAreaContext.d.ts.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaContext.js +18 -2
- package/lib/esm/appui-react/safearea/SafeAreaContext.js.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts +7 -8
- package/lib/esm/appui-react/safearea/SafeAreaInsets.d.ts.map +1 -1
- package/lib/esm/appui-react/safearea/SafeAreaInsets.js +3 -9
- package/lib/esm/appui-react/safearea/SafeAreaInsets.js.map +1 -1
- package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts +18 -0
- package/lib/esm/appui-react/selection/ClearEmphasisStatusField.d.ts.map +1 -0
- package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js +53 -0
- package/lib/esm/appui-react/selection/ClearEmphasisStatusField.js.map +1 -0
- package/lib/esm/appui-react/selection/SelectionContextItemDef.d.ts.map +1 -1
- package/lib/esm/appui-react/selection/SelectionContextItemDef.js +12 -0
- package/lib/esm/appui-react/selection/SelectionContextItemDef.js.map +1 -1
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +13 -6
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts +12 -0
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.d.ts.map +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js +26 -26
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.js.map +1 -1
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +9 -8
- package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts +7 -0
- package/lib/esm/appui-react/shared/ActionButtonItemDef.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/ActionButtonItemDef.js +19 -0
- package/lib/esm/appui-react/shared/ActionButtonItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/CustomItemDef.d.ts +2 -0
- package/lib/esm/appui-react/shared/CustomItemDef.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/CustomItemDef.js +18 -0
- package/lib/esm/appui-react/shared/CustomItemDef.js.map +1 -1
- package/lib/esm/appui-react/shared/CustomItemProps.d.ts +1 -0
- package/lib/esm/appui-react/shared/CustomItemProps.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/CustomItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/GroupItemProps.d.ts +3 -0
- package/lib/esm/appui-react/shared/GroupItemProps.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/GroupItemProps.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemDefBase.d.ts +8 -0
- package/lib/esm/appui-react/shared/ItemDefBase.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/ItemDefBase.js +16 -2
- package/lib/esm/appui-react/shared/ItemDefBase.js.map +1 -1
- package/lib/esm/appui-react/shared/ItemProps.d.ts +17 -0
- package/lib/esm/appui-react/shared/ItemProps.d.ts.map +1 -1
- package/lib/esm/appui-react/shared/ItemProps.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts +62 -0
- package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.d.ts.map +1 -0
- package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js +117 -0
- package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.js.map +1 -0
- package/lib/esm/appui-react/stagepanels/FrameworkStagePanel.scss +42 -0
- package/lib/esm/appui-react/stagepanels/StagePanel.d.ts +142 -0
- package/lib/esm/appui-react/stagepanels/StagePanel.d.ts.map +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanel.js +149 -0
- package/lib/esm/appui-react/stagepanels/StagePanel.js.map +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts +4 -10
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.d.ts.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.js +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanelConfig.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts +30 -10
- package/lib/esm/appui-react/stagepanels/StagePanelDef.d.ts.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelDef.js +108 -50
- package/lib/esm/appui-react/stagepanels/StagePanelDef.js.map +1 -1
- package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts +28 -0
- package/lib/esm/appui-react/stagepanels/StagePanelHeader.d.ts.map +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanelHeader.js +42 -0
- package/lib/esm/appui-react/stagepanels/StagePanelHeader.js.map +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanelHeader.scss +26 -0
- package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts +13 -0
- package/lib/esm/appui-react/stagepanels/StagePanelLocation.d.ts.map +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanelLocation.js +13 -0
- package/lib/esm/appui-react/stagepanels/StagePanelLocation.js.map +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts +13 -0
- package/lib/esm/appui-react/stagepanels/StagePanelSection.d.ts.map +1 -0
- package/lib/esm/appui-react/stagepanels/StagePanelSection.js +13 -0
- package/lib/esm/appui-react/stagepanels/StagePanelSection.js.map +1 -0
- package/lib/esm/appui-react/statusbar/Indicator.js +4 -2
- package/lib/esm/appui-react/statusbar/Indicator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/LabelIndicator.js +2 -1
- package/lib/esm/appui-react/statusbar/LabelIndicator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Overflow.d.ts +1 -1
- package/lib/esm/appui-react/statusbar/Overflow.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/Overflow.js +3 -2
- package/lib/esm/appui-react/statusbar/Overflow.js.map +1 -1
- package/lib/esm/appui-react/statusbar/Separator.d.ts +0 -1
- package/lib/esm/appui-react/statusbar/Separator.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/Separator.js +3 -4
- package/lib/esm/appui-react/statusbar/Separator.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBar.d.ts +17 -1
- package/lib/esm/appui-react/statusbar/StatusBar.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBar.js +55 -6
- package/lib/esm/appui-react/statusbar/StatusBar.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarComposer.js +21 -16
- package/lib/esm/appui-react/statusbar/StatusBarComposer.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts +52 -2
- package/lib/esm/appui-react/statusbar/StatusBarItem.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItem.js +29 -1
- package/lib/esm/appui-react/statusbar/StatusBarItem.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts +23 -4
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js +31 -1
- package/lib/esm/appui-react/statusbar/StatusBarItemUtilities.js.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts +11 -0
- package/lib/esm/appui-react/statusbar/StatusBarItemsManager.d.ts.map +1 -0
- package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js +15 -0
- package/lib/esm/appui-react/statusbar/StatusBarItemsManager.js.map +1 -0
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts +20 -1
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/StatusBarWidgetControl.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/Dialog.js +1 -1
- package/lib/esm/appui-react/statusbar/dialog/Dialog.js.map +1 -1
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.js +1 -1
- package/lib/esm/appui-react/statusbar/dialog/TitleBar.js.map +1 -1
- package/lib/esm/appui-react/statusbar/useDefaultStatusBarItems.js.map +1 -1
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.d.ts.map +1 -1
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js +2 -1
- package/lib/esm/appui-react/statusbar/useUiItemsProviderStatusBarItems.js.map +1 -1
- package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts +10 -0
- package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.d.ts.map +1 -0
- package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js +22 -0
- package/lib/esm/appui-react/statusbar/withMessageCenterFieldProps.js.map +1 -0
- package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts +11 -0
- package/lib/esm/appui-react/statusbar/withStatusFieldProps.d.ts.map +1 -0
- package/lib/esm/appui-react/statusbar/withStatusFieldProps.js +23 -0
- package/lib/esm/appui-react/statusbar/withStatusFieldProps.js.map +1 -0
- package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts +21 -3
- package/lib/esm/appui-react/statusfields/ActivityCenter.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/ActivityCenter.js +47 -39
- package/lib/esm/appui-react/statusfields/ActivityCenter.js.map +1 -1
- package/lib/esm/appui-react/statusfields/ConditionalField.d.ts +45 -0
- package/lib/esm/appui-react/statusfields/ConditionalField.d.ts.map +1 -0
- package/lib/esm/appui-react/statusfields/ConditionalField.js +53 -0
- package/lib/esm/appui-react/statusfields/ConditionalField.js.map +1 -0
- package/lib/esm/appui-react/statusfields/FooterModeField.d.ts +19 -0
- package/lib/esm/appui-react/statusfields/FooterModeField.d.ts.map +1 -0
- package/lib/esm/appui-react/statusfields/FooterModeField.js +24 -0
- package/lib/esm/appui-react/statusfields/FooterModeField.js.map +1 -0
- package/lib/esm/appui-react/statusfields/Indicator.d.ts +44 -0
- package/lib/esm/appui-react/statusfields/Indicator.d.ts.map +1 -0
- package/lib/esm/appui-react/statusfields/Indicator.js +42 -0
- package/lib/esm/appui-react/statusfields/Indicator.js.map +1 -0
- package/lib/esm/appui-react/statusfields/Indicator.scss +183 -0
- package/lib/esm/appui-react/statusfields/MessageCenter.d.ts +16 -5
- package/lib/esm/appui-react/statusfields/MessageCenter.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/MessageCenter.js +38 -10
- package/lib/esm/appui-react/statusfields/MessageCenter.js.map +1 -1
- package/lib/esm/appui-react/statusfields/PromptField.d.ts +31 -0
- package/lib/esm/appui-react/statusfields/PromptField.d.ts.map +1 -0
- package/lib/esm/appui-react/statusfields/PromptField.js +49 -0
- package/lib/esm/appui-react/statusfields/PromptField.js.map +1 -0
- package/lib/esm/appui-react/statusfields/PromptField.scss +42 -0
- package/lib/esm/appui-react/statusfields/SectionsField.d.ts +2 -2
- package/lib/esm/appui-react/statusfields/SectionsField.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/SectionsField.js +13 -10
- package/lib/esm/appui-react/statusfields/SectionsField.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SectionsField.scss +6 -5
- package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts +2 -2
- package/lib/esm/appui-react/statusfields/SelectionInfo.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionInfo.js +5 -1
- package/lib/esm/appui-react/statusfields/SelectionInfo.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionScope.d.ts +2 -2
- package/lib/esm/appui-react/statusfields/SelectionScope.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionScope.js +9 -4
- package/lib/esm/appui-react/statusfields/SelectionScope.js.map +1 -1
- package/lib/esm/appui-react/statusfields/SelectionScope.scss +7 -5
- package/lib/esm/appui-react/statusfields/SnapMode.d.ts +2 -2
- package/lib/esm/appui-react/statusfields/SnapMode.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/SnapMode.js +3 -2
- package/lib/esm/appui-react/statusfields/SnapMode.js.map +1 -1
- package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts +23 -0
- package/lib/esm/appui-react/statusfields/StatusFieldProps.d.ts.map +1 -0
- package/lib/esm/appui-react/statusfields/StatusFieldProps.js +2 -0
- package/lib/esm/appui-react/statusfields/StatusFieldProps.js.map +1 -0
- package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts +4 -3
- package/lib/esm/appui-react/statusfields/ViewAttributes.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/ViewAttributes.js +10 -2
- package/lib/esm/appui-react/statusfields/ViewAttributes.js.map +1 -1
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts +3 -3
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js +4 -1
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.js.map +1 -1
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +22 -9
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts +6 -5
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.d.ts.map +1 -1
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js +39 -23
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.js.map +1 -1
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +22 -10
- package/lib/esm/appui-react/syncui/BooleanListener.d.ts +44 -0
- package/lib/esm/appui-react/syncui/BooleanListener.d.ts.map +1 -0
- package/lib/esm/appui-react/syncui/BooleanListener.js +66 -0
- package/lib/esm/appui-react/syncui/BooleanListener.js.map +1 -0
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts +27 -4
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.d.ts.map +1 -1
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js +38 -4
- package/lib/esm/appui-react/syncui/SyncUiEventDispatcher.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts +18 -0
- package/lib/esm/appui-react/toolbar/ActionButtonItem.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/ActionButtonItem.js +27 -0
- package/lib/esm/appui-react/toolbar/ActionButtonItem.js.map +1 -0
- package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts +40 -0
- package/lib/esm/appui-react/toolbar/ActionItemButton.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/ActionItemButton.js +100 -0
- package/lib/esm/appui-react/toolbar/ActionItemButton.js.map +1 -0
- package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts +79 -0
- package/lib/esm/appui-react/toolbar/GroupButtonItem.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/GroupButtonItem.js +324 -0
- package/lib/esm/appui-react/toolbar/GroupButtonItem.js.map +1 -0
- package/lib/esm/appui-react/toolbar/GroupItem.d.ts +93 -2
- package/lib/esm/appui-react/toolbar/GroupItem.d.ts.map +1 -1
- package/lib/esm/appui-react/toolbar/GroupItem.js +388 -1
- package/lib/esm/appui-react/toolbar/GroupItem.js.map +1 -1
- package/lib/esm/appui-react/toolbar/PopupButton.d.ts +58 -0
- package/lib/esm/appui-react/toolbar/PopupButton.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/PopupButton.js +150 -0
- package/lib/esm/appui-react/toolbar/PopupButton.js.map +1 -0
- package/lib/esm/appui-react/toolbar/PopupButton.scss +9 -0
- package/lib/esm/appui-react/toolbar/ToolButton.d.ts +31 -0
- package/lib/esm/appui-react/toolbar/ToolButton.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/ToolButton.js +96 -0
- package/lib/esm/appui-react/toolbar/ToolButton.js.map +1 -0
- package/lib/esm/appui-react/toolbar/Toolbar.d.ts +55 -0
- package/lib/esm/appui-react/toolbar/Toolbar.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/Toolbar.js +236 -0
- package/lib/esm/appui-react/toolbar/Toolbar.js.map +1 -0
- package/lib/esm/appui-react/toolbar/ToolbarComposer.d.ts.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarComposer.js +26 -2
- package/lib/esm/appui-react/toolbar/ToolbarComposer.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts +2 -1
- package/lib/esm/appui-react/toolbar/ToolbarHelper.d.ts.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarHelper.js +16 -2
- package/lib/esm/appui-react/toolbar/ToolbarHelper.js.map +1 -1
- package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts +53 -0
- package/lib/esm/appui-react/toolbar/ToolbarItem.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/ToolbarItem.js +35 -0
- package/lib/esm/appui-react/toolbar/ToolbarItem.js.map +1 -0
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts +14 -0
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.d.ts.map +1 -0
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js +25 -0
- package/lib/esm/appui-react/toolbar/ToolbarItemUtilities.js.map +1 -0
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.d.ts.map +1 -1
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js +3 -1
- package/lib/esm/appui-react/toolbar/useUiItemsProviderToolbarItems.js.map +1 -1
- package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts +7 -0
- package/lib/esm/appui-react/tools/CoreToolDefinitions.d.ts.map +1 -1
- package/lib/esm/appui-react/tools/CoreToolDefinitions.js +44 -2
- package/lib/esm/appui-react/tools/CoreToolDefinitions.js.map +1 -1
- package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts +22 -0
- package/lib/esm/appui-react/tools/MarkupToolDefinitions.d.ts.map +1 -0
- package/lib/esm/appui-react/tools/MarkupToolDefinitions.js +50 -0
- package/lib/esm/appui-react/tools/MarkupToolDefinitions.js.map +1 -0
- package/lib/esm/appui-react/tools/ToolSettingsTools.js +1 -1
- package/lib/esm/appui-react/tools/ToolSettingsTools.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts +11 -0
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.d.ts.map +1 -0
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js +16 -0
- package/lib/esm/appui-react/ui-items-provider/BaseUiItemsProvider.js.map +1 -0
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts +9 -0
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.d.ts.map +1 -0
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.js +9 -0
- package/lib/esm/appui-react/ui-items-provider/ProviderItem.js.map +1 -0
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js +4 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts +1 -0
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js +11 -1
- package/lib/esm/appui-react/ui-items-provider/StandardContentToolsUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js +1 -0
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js +2 -2
- package/lib/esm/appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js +21 -6
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts +0 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.d.ts.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js +20 -6
- package/lib/esm/appui-react/ui-items-provider/StandardStatusbarUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts +24 -0
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.d.ts.map +1 -0
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js +15 -0
- package/lib/esm/appui-react/ui-items-provider/UiItemsManager.js.map +1 -0
- package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts +9 -0
- package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.d.ts.map +1 -0
- package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js +9 -0
- package/lib/esm/appui-react/ui-items-provider/UiItemsProvider.js.map +1 -0
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.d.ts.map +1 -1
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js +3 -1
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.js.map +1 -1
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +3 -0
- package/lib/esm/appui-react/uistate/AppUiSettings.d.ts +5 -1
- package/lib/esm/appui-react/uistate/AppUiSettings.d.ts.map +1 -1
- package/lib/esm/appui-react/uistate/AppUiSettings.js +6 -0
- package/lib/esm/appui-react/uistate/AppUiSettings.js.map +1 -1
- package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts +15 -0
- package/lib/esm/appui-react/uistate/UserSettingsStorage.d.ts.map +1 -0
- package/lib/esm/appui-react/uistate/UserSettingsStorage.js +58 -0
- package/lib/esm/appui-react/uistate/UserSettingsStorage.js.map +1 -0
- package/lib/esm/appui-react/utils/PropsHelper.js.map +1 -1
- package/lib/esm/appui-react/utils/UiShowHideManager.d.ts.map +1 -1
- package/lib/esm/appui-react/utils/UiShowHideManager.js +8 -7
- package/lib/esm/appui-react/utils/UiShowHideManager.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Content.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/Content.js +3 -5
- package/lib/esm/appui-react/widget-panels/Content.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.d.ts +19 -20
- package/lib/esm/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/Frontstage.js +216 -106
- package/lib/esm/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/FrontstageContent.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/FrontstageContent.js +2 -2
- package/lib/esm/appui-react/widget-panels/FrontstageContent.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/StatusBar.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/StatusBar.js +8 -5
- package/lib/esm/appui-react/widget-panels/StatusBar.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/ToolSettings.js +7 -7
- package/lib/esm/appui-react/widget-panels/ToolSettings.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/ToolSettings.scss +2 -3
- package/lib/esm/appui-react/widget-panels/Toolbars.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/Toolbars.js +11 -4
- package/lib/esm/appui-react/widget-panels/Toolbars.js.map +1 -1
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.d.ts.map +1 -1
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.js +9 -7
- package/lib/esm/appui-react/widget-panels/useWidgetDirection.js.map +1 -1
- package/lib/esm/appui-react/widgets/BackstageAppButton.d.ts.map +1 -1
- package/lib/esm/appui-react/widgets/BackstageAppButton.js +5 -3
- package/lib/esm/appui-react/widgets/BackstageAppButton.js.map +1 -1
- package/lib/esm/appui-react/widgets/BasicNavigationWidget.js.map +1 -1
- package/lib/esm/appui-react/widgets/BasicToolWidget.js.map +1 -1
- package/lib/esm/appui-react/widgets/ContentToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts +35 -0
- package/lib/esm/appui-react/widgets/DefaultNavigationWidget.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js +61 -0
- package/lib/esm/appui-react/widgets/DefaultNavigationWidget.js.map +1 -0
- package/lib/esm/appui-react/widgets/NavigationWidget.d.ts +56 -0
- package/lib/esm/appui-react/widgets/NavigationWidget.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/NavigationWidget.js +150 -0
- package/lib/esm/appui-react/widgets/NavigationWidget.js.map +1 -0
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.d.ts.map +1 -1
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js +2 -1
- package/lib/esm/appui-react/widgets/NavigationWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts +33 -0
- package/lib/esm/appui-react/widgets/ReviewToolWidget.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/ReviewToolWidget.js +70 -0
- package/lib/esm/appui-react/widgets/ReviewToolWidget.js.map +1 -0
- package/lib/esm/appui-react/widgets/StableWidgetDef.d.ts +1 -1
- package/lib/esm/appui-react/widgets/StableWidgetDef.js +1 -1
- package/lib/esm/appui-react/widgets/StableWidgetDef.js.map +1 -1
- package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts +19 -0
- package/lib/esm/appui-react/widgets/ToolSettingsContent.d.ts.map +1 -1
- package/lib/esm/appui-react/widgets/ToolSettingsContent.js +38 -0
- package/lib/esm/appui-react/widgets/ToolSettingsContent.js.map +1 -1
- package/lib/esm/appui-react/widgets/ToolSettingsContent.scss +61 -0
- package/lib/esm/appui-react/widgets/ToolWidget.d.ts +47 -0
- package/lib/esm/appui-react/widgets/ToolWidget.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/ToolWidget.js +85 -0
- package/lib/esm/appui-react/widgets/ToolWidget.js.map +1 -0
- package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts +26 -0
- package/lib/esm/appui-react/widgets/ToolbarWidgetBase.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js +51 -0
- package/lib/esm/appui-react/widgets/ToolbarWidgetBase.js.map +1 -0
- package/lib/esm/appui-react/widgets/ViewToolWidgetComposer.js.map +1 -1
- package/lib/esm/appui-react/widgets/Widget.d.ts +15 -0
- package/lib/esm/appui-react/widgets/Widget.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/Widget.js +22 -0
- package/lib/esm/appui-react/widgets/Widget.js.map +1 -0
- package/lib/esm/appui-react/widgets/WidgetConfig.d.ts +4 -19
- package/lib/esm/appui-react/widgets/WidgetConfig.d.ts.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetConfig.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetControl.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetDef.d.ts +70 -11
- package/lib/esm/appui-react/widgets/WidgetDef.d.ts.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetDef.js +117 -59
- package/lib/esm/appui-react/widgets/WidgetDef.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetHost.d.ts +2 -1
- package/lib/esm/appui-react/widgets/WidgetHost.d.ts.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetHost.js +94 -4
- package/lib/esm/appui-react/widgets/WidgetHost.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetManager.d.ts +5 -3
- package/lib/esm/appui-react/widgets/WidgetManager.d.ts.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetManager.js +55 -18
- package/lib/esm/appui-react/widgets/WidgetManager.js.map +1 -1
- package/lib/esm/appui-react/widgets/WidgetProps.d.ts +33 -0
- package/lib/esm/appui-react/widgets/WidgetProps.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/WidgetProps.js +9 -0
- package/lib/esm/appui-react/widgets/WidgetProps.js.map +1 -0
- package/lib/esm/appui-react/widgets/WidgetStack.d.ts +135 -0
- package/lib/esm/appui-react/widgets/WidgetStack.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/WidgetStack.js +131 -0
- package/lib/esm/appui-react/widgets/WidgetStack.js.map +1 -0
- package/lib/esm/appui-react/widgets/WidgetState.d.ts +13 -0
- package/lib/esm/appui-react/widgets/WidgetState.d.ts.map +1 -0
- package/lib/esm/appui-react/widgets/WidgetState.js +13 -0
- package/lib/esm/appui-react/widgets/WidgetState.js.map +1 -0
- package/lib/esm/appui-react/workflow/Task.d.ts +48 -0
- package/lib/esm/appui-react/workflow/Task.d.ts.map +1 -0
- package/lib/esm/appui-react/workflow/Task.js +68 -0
- package/lib/esm/appui-react/workflow/Task.js.map +1 -0
- package/lib/esm/appui-react/workflow/Workflow.d.ts +153 -0
- package/lib/esm/appui-react/workflow/Workflow.d.ts.map +1 -0
- package/lib/esm/appui-react/workflow/Workflow.js +231 -0
- package/lib/esm/appui-react/workflow/Workflow.js.map +1 -0
- package/lib/esm/appui-react/zones/FrameworkZone.d.ts +44 -0
- package/lib/esm/appui-react/zones/FrameworkZone.d.ts.map +1 -0
- package/lib/esm/appui-react/zones/FrameworkZone.js +47 -0
- package/lib/esm/appui-react/zones/FrameworkZone.js.map +1 -0
- package/lib/esm/appui-react/zones/Outline.d.ts +14 -0
- package/lib/esm/appui-react/zones/Outline.d.ts.map +1 -0
- package/lib/esm/appui-react/zones/Outline.js +18 -0
- package/lib/esm/appui-react/zones/Outline.js.map +1 -0
- package/lib/esm/appui-react/zones/StatusBarZone.d.ts +28 -0
- package/lib/esm/appui-react/zones/StatusBarZone.d.ts.map +1 -0
- package/lib/esm/appui-react/zones/StatusBarZone.js +29 -0
- package/lib/esm/appui-react/zones/StatusBarZone.js.map +1 -0
- package/lib/esm/appui-react/zones/Zone.d.ts +88 -0
- package/lib/esm/appui-react/zones/Zone.d.ts.map +1 -0
- package/lib/esm/appui-react/zones/Zone.js +152 -0
- package/lib/esm/appui-react/zones/Zone.js.map +1 -0
- package/lib/esm/appui-react/zones/ZoneDef.d.ts +57 -0
- package/lib/esm/appui-react/zones/ZoneDef.d.ts.map +1 -0
- package/lib/esm/appui-react/zones/ZoneDef.js +88 -0
- package/lib/esm/appui-react/zones/ZoneDef.js.map +1 -0
- package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.d.ts +1 -1
- package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.d.ts.map +1 -0
- package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/DefaultToolSettingsProvider.js +6 -5
- package/lib/esm/appui-react/zones/toolsettings/DefaultToolSettingsProvider.js.map +1 -0
- package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.d.ts +0 -0
- package/lib/esm/appui-react/zones/toolsettings/ToolInformation.d.ts.map +1 -0
- package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolInformation.js +3 -3
- package/lib/esm/appui-react/zones/toolsettings/ToolInformation.js.map +1 -0
- package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.d.ts +0 -0
- package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.d.ts.map +1 -0
- package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolSettingsManager.js +1 -1
- package/lib/esm/appui-react/zones/toolsettings/ToolSettingsManager.js.map +1 -0
- package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts +54 -0
- package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.d.ts.map +1 -0
- package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js +92 -0
- package/lib/esm/appui-react/zones/toolsettings/ToolSettingsZone.js.map +1 -0
- package/lib/{cjs/appui-react → esm/appui-react/zones}/toolsettings/ToolUiProvider.d.ts +2 -2
- package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.d.ts.map +1 -0
- package/lib/esm/appui-react/{toolsettings → zones/toolsettings}/ToolUiProvider.js +1 -1
- package/lib/esm/appui-react/zones/toolsettings/ToolUiProvider.js.map +1 -0
- package/lib/esm/appui-react.d.ts +84 -9
- package/lib/esm/appui-react.d.ts.map +1 -1
- package/lib/esm/appui-react.js +84 -9
- package/lib/esm/appui-react.js.map +1 -1
- package/lib/public/locales/en/UiFramework.json +2 -0
- package/package.json +55 -45
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts +0 -8
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.d.ts.map +0 -1
- package/lib/cjs/appui-react/safearea/SafeAreaHelpers.js.map +0 -1
- package/lib/cjs/appui-react/statusbar/Separator.scss +0 -14
- package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
- package/lib/cjs/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
- package/lib/cjs/appui-react/toolsettings/ToolInformation.d.ts.map +0 -1
- package/lib/cjs/appui-react/toolsettings/ToolInformation.js.map +0 -1
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
- package/lib/cjs/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.d.ts.map +0 -1
- package/lib/cjs/appui-react/toolsettings/ToolUiProvider.js.map +0 -1
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts +0 -8
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.d.ts.map +0 -1
- package/lib/esm/appui-react/safearea/SafeAreaHelpers.js.map +0 -1
- package/lib/esm/appui-react/statusbar/Separator.scss +0 -14
- package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.d.ts.map +0 -1
- package/lib/esm/appui-react/toolsettings/DefaultToolSettingsProvider.js.map +0 -1
- package/lib/esm/appui-react/toolsettings/ToolInformation.d.ts.map +0 -1
- package/lib/esm/appui-react/toolsettings/ToolInformation.js.map +0 -1
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.d.ts.map +0 -1
- package/lib/esm/appui-react/toolsettings/ToolSettingsManager.js.map +0 -1
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.d.ts.map +0 -1
- package/lib/esm/appui-react/toolsettings/ToolUiProvider.js.map +0 -1
package/lib/cjs/appui-react.d.ts
CHANGED
|
@@ -11,10 +11,18 @@ export * from "./appui-react/accudraw/CalculatorPopup";
|
|
|
11
11
|
export * from "./appui-react/accudraw/FrameworkAccuDraw";
|
|
12
12
|
export * from "./appui-react/accudraw/MenuButton";
|
|
13
13
|
export * from "./appui-react/accudraw/MenuButtonPopup";
|
|
14
|
+
export * from "./appui-react/backstage/Backstage";
|
|
14
15
|
export * from "./appui-react/backstage/BackstageComposer";
|
|
15
16
|
export * from "./appui-react/backstage/BackstageComposerItem";
|
|
17
|
+
export * from "./appui-react/backstage/BackstageItem";
|
|
18
|
+
export * from "./appui-react/backstage/BackstageItemProps";
|
|
19
|
+
export * from "./appui-react/backstage/BackstageItemUtilities";
|
|
16
20
|
export * from "./appui-react/backstage/BackstageManager";
|
|
21
|
+
export * from "./appui-react/backstage/CommandLaunch";
|
|
22
|
+
export * from "./appui-react/backstage/FrontstageLaunch";
|
|
23
|
+
export * from "./appui-react/backstage/Separator";
|
|
17
24
|
export * from "./appui-react/backstage/useDefaultBackstageItems";
|
|
25
|
+
export * from "./appui-react/backstage/TaskLaunch";
|
|
18
26
|
export * from "./appui-react/backstage/useUiItemsProviderBackstageItems";
|
|
19
27
|
export * from "./appui-react/configurableui/ConfigurableUiContent";
|
|
20
28
|
export * from "./appui-react/configurableui/ConfigurableUiControl";
|
|
@@ -47,29 +55,47 @@ export * from "./appui-react/dialog/StandardMessageBox";
|
|
|
47
55
|
export * from "./appui-react/dialog/UiDataProvidedDialog";
|
|
48
56
|
export * from "./appui-react/feedback/ValidationTextbox";
|
|
49
57
|
export * from "./appui-react/feedback/ElementTooltip";
|
|
58
|
+
export * from "./appui-react/frontstage/Frontstage";
|
|
59
|
+
export * from "./appui-react/frontstage/FrontstageComposer";
|
|
50
60
|
export * from "./appui-react/frontstage/FrontstageConfig";
|
|
51
61
|
export * from "./appui-react/frontstage/FrontstageDef";
|
|
52
62
|
export * from "./appui-react/frontstage/FrontstageManager";
|
|
53
63
|
export * from "./appui-react/frontstage/FrontstageProvider";
|
|
54
|
-
export * from "./appui-react/frontstage/NestedFrontstage";
|
|
55
64
|
export * from "./appui-react/frontstage/ModalFrontstage";
|
|
56
65
|
export * from "./appui-react/frontstage/ModalSettingsStage";
|
|
66
|
+
export * from "./appui-react/frontstage/NestedFrontstage";
|
|
67
|
+
export * from "./appui-react/frontstage/StageUsage";
|
|
57
68
|
export * from "./appui-react/frontstage/StandardFrontstageProvider";
|
|
58
69
|
export * from "./appui-react/hooks/useActiveIModelConnection";
|
|
59
70
|
export * from "./appui-react/hooks/useActiveStageId";
|
|
60
71
|
export * from "./appui-react/hooks/useActiveViewport";
|
|
61
72
|
export * from "./appui-react/hooks/useAvailableUiItemsProviders";
|
|
62
73
|
export * from "./appui-react/hooks/useAnalysisAnimationDataProvider";
|
|
74
|
+
export * from "./appui-react/hooks/useFrameworkVersion";
|
|
63
75
|
export * from "./appui-react/hooks/useScheduleAnimationDataProvider";
|
|
64
76
|
export * from "./appui-react/hooks/useSolarDataProvider";
|
|
65
77
|
export * from "./appui-react/hooks/useUiVisibility";
|
|
78
|
+
export * from "./appui-react/imodel-components/spatial-tree/SpatialContainmentTree";
|
|
79
|
+
export * from "./appui-react/imodel-components/category-tree/CategoriesTree";
|
|
80
|
+
export * from "./appui-react/imodel-components/category-tree/CategoryVisibilityHandler";
|
|
81
|
+
export * from "./appui-react/imodel-components/models-tree/ModelsTree";
|
|
82
|
+
export * from "./appui-react/imodel-components/models-tree/ModelsVisibilityHandler";
|
|
83
|
+
export * from "./appui-react/imodel-components/Common";
|
|
84
|
+
export * from "./appui-react/imodel-components/VisibilityTreeEventHandler";
|
|
85
|
+
export * from "./appui-react/imodel-components/VisibilityTreeRenderer";
|
|
66
86
|
export * from "./appui-react/keyboardshortcut/KeyboardShortcut";
|
|
67
87
|
export * from "./appui-react/keyboardshortcut/KeyboardShortcutMenu";
|
|
88
|
+
export * from "./appui-react/keyinbrowser/KeyinBrowser";
|
|
89
|
+
export * from "./appui-react/messages/ActivityMessage";
|
|
90
|
+
export * from "./appui-react/messages/ActivityMessagePopup";
|
|
68
91
|
export * from "./appui-react/messages/AppNotificationManager";
|
|
69
92
|
export * from "./appui-react/messages/InputField";
|
|
70
93
|
export * from "./appui-react/messages/MessageManager";
|
|
94
|
+
export * from "./appui-react/messages/StatusMessageRenderer";
|
|
71
95
|
export * from "./appui-react/messages/Pointer";
|
|
72
96
|
export * from "./appui-react/messages/ReactNotifyMessageDetails";
|
|
97
|
+
export * from "./appui-react/messages/StickyMessage";
|
|
98
|
+
export * from "./appui-react/messages/ToastMessage";
|
|
73
99
|
export * from "./appui-react/navigationaids/CubeNavigationAidControl";
|
|
74
100
|
export * from "./appui-react/navigationaids/DrawingNavigationAidControl";
|
|
75
101
|
export * from "./appui-react/navigationaids/NavigationAidControl";
|
|
@@ -96,6 +122,7 @@ export * from "./appui-react/safearea/SafeAreaContext";
|
|
|
96
122
|
export * from "./appui-react/safearea/SafeAreaInsets";
|
|
97
123
|
export * from "./appui-react/selection/SelectionContextItemDef";
|
|
98
124
|
export * from "./appui-react/selection/HideIsolateEmphasizeManager";
|
|
125
|
+
export * from "./appui-react/selection/ClearEmphasisStatusField";
|
|
99
126
|
export * from "./appui-react/settings/ui/UiSettingsPage";
|
|
100
127
|
export * from "./appui-react/settings/quantityformatting/QuantityFormat";
|
|
101
128
|
export * from "./appui-react/settings/quantityformatting/UnitSystemSelector";
|
|
@@ -112,8 +139,13 @@ export * from "./appui-react/shared/ItemProps";
|
|
|
112
139
|
export * from "./appui-react/shared/MenuItem";
|
|
113
140
|
export * from "./appui-react/shared/SelectionScope";
|
|
114
141
|
export * from "./appui-react/shared/ToolItemDef";
|
|
142
|
+
export * from "./appui-react/stagepanels/FrameworkStagePanel";
|
|
143
|
+
export * from "./appui-react/stagepanels/StagePanel";
|
|
115
144
|
export * from "./appui-react/stagepanels/StagePanelConfig";
|
|
116
145
|
export * from "./appui-react/stagepanels/StagePanelDef";
|
|
146
|
+
export * from "./appui-react/stagepanels/StagePanelHeader";
|
|
147
|
+
export * from "./appui-react/stagepanels/StagePanelLocation";
|
|
148
|
+
export * from "./appui-react/stagepanels/StagePanelSection";
|
|
117
149
|
export * from "./appui-react/statusbar/dialog/Dialog";
|
|
118
150
|
export * from "./appui-react/statusbar/Indicator";
|
|
119
151
|
export * from "./appui-react/statusbar/LabelIndicator";
|
|
@@ -122,43 +154,66 @@ export * from "./appui-react/statusbar/StatusBar";
|
|
|
122
154
|
export * from "./appui-react/statusbar/StatusBarWidgetControl";
|
|
123
155
|
export * from "./appui-react/statusbar/StatusBarComposer";
|
|
124
156
|
export * from "./appui-react/statusbar/StatusBarItem";
|
|
157
|
+
export * from "./appui-react/statusbar/StatusBarItemsManager";
|
|
125
158
|
export * from "./appui-react/statusbar/StatusBarItemUtilities";
|
|
126
159
|
export * from "./appui-react/statusbar/StatusBarComposer";
|
|
160
|
+
export * from "./appui-react/statusbar/withMessageCenterFieldProps";
|
|
127
161
|
export * from "./appui-react/statusbar/useUiItemsProviderStatusBarItems";
|
|
128
162
|
export * from "./appui-react/statusbar/useDefaultStatusBarItems";
|
|
163
|
+
export * from "./appui-react/statusbar/withStatusFieldProps";
|
|
129
164
|
export * from "./appui-react/statusfields/tileloading/TileLoadingIndicator";
|
|
130
165
|
export * from "./appui-react/statusfields/ActivityCenter";
|
|
166
|
+
export * from "./appui-react/statusfields/ConditionalField";
|
|
167
|
+
export * from "./appui-react/statusfields/FooterModeField";
|
|
168
|
+
export * from "./appui-react/statusfields/Indicator";
|
|
131
169
|
export * from "./appui-react/statusfields/MessageCenter";
|
|
170
|
+
export * from "./appui-react/statusfields/PromptField";
|
|
132
171
|
export * from "./appui-react/statusfields/SectionsField";
|
|
133
172
|
export * from "./appui-react/statusfields/SelectionInfo";
|
|
134
173
|
export * from "./appui-react/statusfields/SelectionScope";
|
|
135
174
|
export * from "./appui-react/statusfields/SnapMode";
|
|
175
|
+
export * from "./appui-react/statusfields/StatusFieldProps";
|
|
136
176
|
export * from "./appui-react/statusfields/ViewAttributes";
|
|
137
177
|
export * from "./appui-react/statusfields/toolassistance/ToolAssistanceField";
|
|
138
178
|
export * from "./appui-react/syncui/SyncUiEventDispatcher";
|
|
179
|
+
export * from "./appui-react/syncui/BooleanListener";
|
|
139
180
|
export * from "./appui-react/theme/ThemeManager";
|
|
140
181
|
export * from "./appui-react/timeline/ScheduleAnimationProvider";
|
|
141
182
|
export * from "./appui-react/timeline/AnalysisAnimationProvider";
|
|
142
183
|
export * from "./appui-react/timeline/SolarTimelineDataProvider";
|
|
184
|
+
export * from "./appui-react/toolbar/ActionButtonItem";
|
|
185
|
+
export * from "./appui-react/toolbar/ActionItemButton";
|
|
143
186
|
export * from "./appui-react/toolbar/DragInteraction";
|
|
144
|
-
export * from "./appui-react/toolbar/
|
|
187
|
+
export * from "./appui-react/toolbar/GroupButtonItem";
|
|
145
188
|
export * from "./appui-react/toolbar/GroupItem";
|
|
189
|
+
export * from "./appui-react/toolbar/PopupButton";
|
|
190
|
+
export * from "./appui-react/toolbar/Toolbar";
|
|
191
|
+
export * from "./appui-react/toolbar/ToolbarComposer";
|
|
146
192
|
export * from "./appui-react/toolbar/ToolbarHelper";
|
|
147
|
-
export * from "./appui-react/toolbar/
|
|
193
|
+
export * from "./appui-react/toolbar/ToolbarItem";
|
|
194
|
+
export * from "./appui-react/toolbar/ToolbarItemUtilities";
|
|
195
|
+
export * from "./appui-react/toolbar/ToolButton";
|
|
148
196
|
export * from "./appui-react/toolbar/useDefaultToolbarItems";
|
|
197
|
+
export * from "./appui-react/toolbar/useUiItemsProviderToolbarItems";
|
|
149
198
|
export * from "./appui-react/tools/CoreToolDefinitions";
|
|
150
199
|
export * from "./appui-react/tools/FrameworkToolAdmin";
|
|
200
|
+
export * from "./appui-react/tools/MarkupToolDefinitions";
|
|
151
201
|
export * from "./appui-react/tools/RestoreLayoutTool";
|
|
152
202
|
export * from "./appui-react/tools/ToolSettingsTools";
|
|
153
|
-
export * from "./appui-react/
|
|
203
|
+
export * from "./appui-react/ui-items-provider/BaseUiItemsProvider";
|
|
204
|
+
export * from "./appui-react/ui-items-provider/ProviderItem";
|
|
154
205
|
export * from "./appui-react/ui-items-provider/StandardContentToolsProvider";
|
|
206
|
+
export * from "./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider";
|
|
155
207
|
export * from "./appui-react/ui-items-provider/StandardNavigationToolsProvider";
|
|
156
208
|
export * from "./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider";
|
|
157
209
|
export * from "./appui-react/ui-items-provider/StandardStatusbarItemsProvider";
|
|
158
210
|
export * from "./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider";
|
|
159
|
-
export * from "./appui-react/ui-items-provider/
|
|
211
|
+
export * from "./appui-react/ui-items-provider/UiItemsManager";
|
|
212
|
+
export * from "./appui-react/ui-items-provider/UiItemsProvider";
|
|
213
|
+
export * from "./appui-react/uiadmin/FrameworkUiAdmin";
|
|
160
214
|
export * from "./appui-react/uiprovider/DefaultDialogGridContainer";
|
|
161
215
|
export * from "./appui-react/uistate/AppUiSettings";
|
|
216
|
+
export * from "./appui-react/uistate/UserSettingsStorage";
|
|
162
217
|
export * from "./appui-react/uistate/useUiStateStorage";
|
|
163
218
|
export * from "./appui-react/utils/ViewUtilities";
|
|
164
219
|
export * from "./appui-react/utils/PropsHelper";
|
|
@@ -177,21 +232,37 @@ export * from "./appui-react/widget-panels/useTransientState";
|
|
|
177
232
|
export * from "./appui-react/widgets/BackstageAppButton";
|
|
178
233
|
export * from "./appui-react/widgets/BasicNavigationWidget";
|
|
179
234
|
export * from "./appui-react/widgets/BasicToolWidget";
|
|
235
|
+
export * from "./appui-react/widgets/DefaultNavigationWidget";
|
|
236
|
+
export * from "./appui-react/widgets/NavigationWidget";
|
|
180
237
|
export * from "./appui-react/widgets/NavigationWidgetComposer";
|
|
238
|
+
export * from "./appui-react/widgets/ReviewToolWidget";
|
|
181
239
|
export * from "./appui-react/widgets/ViewToolWidgetComposer";
|
|
182
240
|
export * from "./appui-react/widgets/StatusBarWidgetComposerControl";
|
|
183
241
|
export * from "./appui-react/widgets/ContentToolWidgetComposer";
|
|
184
242
|
export * from "./appui-react/widgets/StableWidgetDef";
|
|
243
|
+
export * from "./appui-react/widgets/ToolbarWidgetBase";
|
|
244
|
+
export * from "./appui-react/widgets/ToolWidget";
|
|
185
245
|
export * from "./appui-react/widgets/ToolWidgetComposer";
|
|
246
|
+
export * from "./appui-react/widgets/Widget";
|
|
186
247
|
export * from "./appui-react/widgets/WidgetConfig";
|
|
187
248
|
export * from "./appui-react/widgets/WidgetControl";
|
|
188
249
|
export * from "./appui-react/widgets/WidgetDef";
|
|
189
250
|
export * from "./appui-react/widgets/WidgetHost";
|
|
190
251
|
export * from "./appui-react/widgets/WidgetManager";
|
|
191
|
-
export * from "./appui-react/
|
|
192
|
-
export * from "./appui-react/
|
|
193
|
-
export * from "./appui-react/
|
|
194
|
-
export * from "./appui-react/
|
|
252
|
+
export * from "./appui-react/widgets/WidgetProps";
|
|
253
|
+
export * from "./appui-react/widgets/WidgetStack";
|
|
254
|
+
export * from "./appui-react/widgets/WidgetState";
|
|
255
|
+
export * from "./appui-react/workflow/Task";
|
|
256
|
+
export * from "./appui-react/workflow/Workflow";
|
|
257
|
+
export * from "./appui-react/zones/FrameworkZone";
|
|
258
|
+
export * from "./appui-react/zones/StatusBarZone";
|
|
259
|
+
export * from "./appui-react/zones/toolsettings/ToolSettingsZone";
|
|
260
|
+
export * from "./appui-react/zones/toolsettings/ToolInformation";
|
|
261
|
+
export * from "./appui-react/zones/toolsettings/ToolSettingsManager";
|
|
262
|
+
export * from "./appui-react/zones/toolsettings/ToolUiProvider";
|
|
263
|
+
export * from "./appui-react/zones/toolsettings/DefaultToolSettingsProvider";
|
|
264
|
+
export * from "./appui-react/zones/Zone";
|
|
265
|
+
export * from "./appui-react/zones/ZoneDef";
|
|
195
266
|
/** @docs-package-description
|
|
196
267
|
* The ui-framework package contains classes and components for specifying the application UI consisting of the
|
|
197
268
|
* Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.
|
|
@@ -317,4 +388,8 @@ export * from "./appui-react/toolsettings/DefaultToolSettingsProvider";
|
|
|
317
388
|
* @docs-group-description Widget
|
|
318
389
|
* Classes for working with a Widget
|
|
319
390
|
*/
|
|
391
|
+
/**
|
|
392
|
+
* @docs-group-description Zone
|
|
393
|
+
* Classes for working with a Zone
|
|
394
|
+
*/
|
|
320
395
|
//# sourceMappingURL=appui-react.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appui-react.d.ts","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":"AAOA,cAAc,2BAA2B,CAAC;AAE1C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,kDAAkD,CAAC;AACjE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,0CAA0C,CAAC;AACzD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AAEvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,0CAA0C,CAAC;AACzD,cAAc,kDAAkD,CAAC;AACjE,cAAc,0DAA0D,CAAC;AAEzE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oCAAoC,CAAC;AAEnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0CAA0C,CAAC;AACzD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAE3D,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qDAAqD,CAAC;AACpE,cAAc,4CAA4C,CAAC;AAE3D,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AACxD,cAAc,2CAA2C,CAAC;AAE1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AAEtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,
|
|
1
|
+
{"version":3,"file":"appui-react.d.ts","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":"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"}
|
package/lib/cjs/appui-react.js
CHANGED
|
@@ -28,10 +28,18 @@ __exportStar(require("./appui-react/accudraw/CalculatorPopup"), exports);
|
|
|
28
28
|
__exportStar(require("./appui-react/accudraw/FrameworkAccuDraw"), exports);
|
|
29
29
|
__exportStar(require("./appui-react/accudraw/MenuButton"), exports);
|
|
30
30
|
__exportStar(require("./appui-react/accudraw/MenuButtonPopup"), exports);
|
|
31
|
+
__exportStar(require("./appui-react/backstage/Backstage"), exports);
|
|
31
32
|
__exportStar(require("./appui-react/backstage/BackstageComposer"), exports);
|
|
32
33
|
__exportStar(require("./appui-react/backstage/BackstageComposerItem"), exports);
|
|
34
|
+
__exportStar(require("./appui-react/backstage/BackstageItem"), exports);
|
|
35
|
+
__exportStar(require("./appui-react/backstage/BackstageItemProps"), exports);
|
|
36
|
+
__exportStar(require("./appui-react/backstage/BackstageItemUtilities"), exports);
|
|
33
37
|
__exportStar(require("./appui-react/backstage/BackstageManager"), exports);
|
|
38
|
+
__exportStar(require("./appui-react/backstage/CommandLaunch"), exports);
|
|
39
|
+
__exportStar(require("./appui-react/backstage/FrontstageLaunch"), exports);
|
|
40
|
+
__exportStar(require("./appui-react/backstage/Separator"), exports);
|
|
34
41
|
__exportStar(require("./appui-react/backstage/useDefaultBackstageItems"), exports);
|
|
42
|
+
__exportStar(require("./appui-react/backstage/TaskLaunch"), exports);
|
|
35
43
|
__exportStar(require("./appui-react/backstage/useUiItemsProviderBackstageItems"), exports);
|
|
36
44
|
__exportStar(require("./appui-react/configurableui/ConfigurableUiContent"), exports);
|
|
37
45
|
__exportStar(require("./appui-react/configurableui/ConfigurableUiControl"), exports);
|
|
@@ -64,29 +72,47 @@ __exportStar(require("./appui-react/dialog/StandardMessageBox"), exports);
|
|
|
64
72
|
__exportStar(require("./appui-react/dialog/UiDataProvidedDialog"), exports);
|
|
65
73
|
__exportStar(require("./appui-react/feedback/ValidationTextbox"), exports);
|
|
66
74
|
__exportStar(require("./appui-react/feedback/ElementTooltip"), exports);
|
|
75
|
+
__exportStar(require("./appui-react/frontstage/Frontstage"), exports);
|
|
76
|
+
__exportStar(require("./appui-react/frontstage/FrontstageComposer"), exports);
|
|
67
77
|
__exportStar(require("./appui-react/frontstage/FrontstageConfig"), exports);
|
|
68
78
|
__exportStar(require("./appui-react/frontstage/FrontstageDef"), exports);
|
|
69
79
|
__exportStar(require("./appui-react/frontstage/FrontstageManager"), exports);
|
|
70
80
|
__exportStar(require("./appui-react/frontstage/FrontstageProvider"), exports);
|
|
71
|
-
__exportStar(require("./appui-react/frontstage/NestedFrontstage"), exports);
|
|
72
81
|
__exportStar(require("./appui-react/frontstage/ModalFrontstage"), exports);
|
|
73
82
|
__exportStar(require("./appui-react/frontstage/ModalSettingsStage"), exports);
|
|
83
|
+
__exportStar(require("./appui-react/frontstage/NestedFrontstage"), exports);
|
|
84
|
+
__exportStar(require("./appui-react/frontstage/StageUsage"), exports);
|
|
74
85
|
__exportStar(require("./appui-react/frontstage/StandardFrontstageProvider"), exports);
|
|
75
86
|
__exportStar(require("./appui-react/hooks/useActiveIModelConnection"), exports);
|
|
76
87
|
__exportStar(require("./appui-react/hooks/useActiveStageId"), exports);
|
|
77
88
|
__exportStar(require("./appui-react/hooks/useActiveViewport"), exports);
|
|
78
89
|
__exportStar(require("./appui-react/hooks/useAvailableUiItemsProviders"), exports);
|
|
79
90
|
__exportStar(require("./appui-react/hooks/useAnalysisAnimationDataProvider"), exports);
|
|
91
|
+
__exportStar(require("./appui-react/hooks/useFrameworkVersion"), exports);
|
|
80
92
|
__exportStar(require("./appui-react/hooks/useScheduleAnimationDataProvider"), exports);
|
|
81
93
|
__exportStar(require("./appui-react/hooks/useSolarDataProvider"), exports);
|
|
82
94
|
__exportStar(require("./appui-react/hooks/useUiVisibility"), exports);
|
|
95
|
+
__exportStar(require("./appui-react/imodel-components/spatial-tree/SpatialContainmentTree"), exports);
|
|
96
|
+
__exportStar(require("./appui-react/imodel-components/category-tree/CategoriesTree"), exports);
|
|
97
|
+
__exportStar(require("./appui-react/imodel-components/category-tree/CategoryVisibilityHandler"), exports);
|
|
98
|
+
__exportStar(require("./appui-react/imodel-components/models-tree/ModelsTree"), exports);
|
|
99
|
+
__exportStar(require("./appui-react/imodel-components/models-tree/ModelsVisibilityHandler"), exports);
|
|
100
|
+
__exportStar(require("./appui-react/imodel-components/Common"), exports);
|
|
101
|
+
__exportStar(require("./appui-react/imodel-components/VisibilityTreeEventHandler"), exports);
|
|
102
|
+
__exportStar(require("./appui-react/imodel-components/VisibilityTreeRenderer"), exports);
|
|
83
103
|
__exportStar(require("./appui-react/keyboardshortcut/KeyboardShortcut"), exports);
|
|
84
104
|
__exportStar(require("./appui-react/keyboardshortcut/KeyboardShortcutMenu"), exports);
|
|
105
|
+
__exportStar(require("./appui-react/keyinbrowser/KeyinBrowser"), exports);
|
|
106
|
+
__exportStar(require("./appui-react/messages/ActivityMessage"), exports);
|
|
107
|
+
__exportStar(require("./appui-react/messages/ActivityMessagePopup"), exports);
|
|
85
108
|
__exportStar(require("./appui-react/messages/AppNotificationManager"), exports);
|
|
86
109
|
__exportStar(require("./appui-react/messages/InputField"), exports);
|
|
87
110
|
__exportStar(require("./appui-react/messages/MessageManager"), exports);
|
|
111
|
+
__exportStar(require("./appui-react/messages/StatusMessageRenderer"), exports);
|
|
88
112
|
__exportStar(require("./appui-react/messages/Pointer"), exports);
|
|
89
113
|
__exportStar(require("./appui-react/messages/ReactNotifyMessageDetails"), exports);
|
|
114
|
+
__exportStar(require("./appui-react/messages/StickyMessage"), exports);
|
|
115
|
+
__exportStar(require("./appui-react/messages/ToastMessage"), exports);
|
|
90
116
|
__exportStar(require("./appui-react/navigationaids/CubeNavigationAidControl"), exports);
|
|
91
117
|
__exportStar(require("./appui-react/navigationaids/DrawingNavigationAidControl"), exports);
|
|
92
118
|
__exportStar(require("./appui-react/navigationaids/NavigationAidControl"), exports);
|
|
@@ -113,6 +139,7 @@ __exportStar(require("./appui-react/safearea/SafeAreaContext"), exports);
|
|
|
113
139
|
__exportStar(require("./appui-react/safearea/SafeAreaInsets"), exports);
|
|
114
140
|
__exportStar(require("./appui-react/selection/SelectionContextItemDef"), exports);
|
|
115
141
|
__exportStar(require("./appui-react/selection/HideIsolateEmphasizeManager"), exports);
|
|
142
|
+
__exportStar(require("./appui-react/selection/ClearEmphasisStatusField"), exports);
|
|
116
143
|
__exportStar(require("./appui-react/settings/ui/UiSettingsPage"), exports);
|
|
117
144
|
__exportStar(require("./appui-react/settings/quantityformatting/QuantityFormat"), exports);
|
|
118
145
|
__exportStar(require("./appui-react/settings/quantityformatting/UnitSystemSelector"), exports);
|
|
@@ -129,8 +156,13 @@ __exportStar(require("./appui-react/shared/ItemProps"), exports);
|
|
|
129
156
|
__exportStar(require("./appui-react/shared/MenuItem"), exports);
|
|
130
157
|
__exportStar(require("./appui-react/shared/SelectionScope"), exports);
|
|
131
158
|
__exportStar(require("./appui-react/shared/ToolItemDef"), exports);
|
|
159
|
+
__exportStar(require("./appui-react/stagepanels/FrameworkStagePanel"), exports);
|
|
160
|
+
__exportStar(require("./appui-react/stagepanels/StagePanel"), exports);
|
|
132
161
|
__exportStar(require("./appui-react/stagepanels/StagePanelConfig"), exports);
|
|
133
162
|
__exportStar(require("./appui-react/stagepanels/StagePanelDef"), exports);
|
|
163
|
+
__exportStar(require("./appui-react/stagepanels/StagePanelHeader"), exports);
|
|
164
|
+
__exportStar(require("./appui-react/stagepanels/StagePanelLocation"), exports);
|
|
165
|
+
__exportStar(require("./appui-react/stagepanels/StagePanelSection"), exports);
|
|
134
166
|
__exportStar(require("./appui-react/statusbar/dialog/Dialog"), exports);
|
|
135
167
|
__exportStar(require("./appui-react/statusbar/Indicator"), exports);
|
|
136
168
|
__exportStar(require("./appui-react/statusbar/LabelIndicator"), exports);
|
|
@@ -139,43 +171,66 @@ __exportStar(require("./appui-react/statusbar/StatusBar"), exports);
|
|
|
139
171
|
__exportStar(require("./appui-react/statusbar/StatusBarWidgetControl"), exports);
|
|
140
172
|
__exportStar(require("./appui-react/statusbar/StatusBarComposer"), exports);
|
|
141
173
|
__exportStar(require("./appui-react/statusbar/StatusBarItem"), exports);
|
|
174
|
+
__exportStar(require("./appui-react/statusbar/StatusBarItemsManager"), exports);
|
|
142
175
|
__exportStar(require("./appui-react/statusbar/StatusBarItemUtilities"), exports);
|
|
143
176
|
__exportStar(require("./appui-react/statusbar/StatusBarComposer"), exports);
|
|
177
|
+
__exportStar(require("./appui-react/statusbar/withMessageCenterFieldProps"), exports);
|
|
144
178
|
__exportStar(require("./appui-react/statusbar/useUiItemsProviderStatusBarItems"), exports);
|
|
145
179
|
__exportStar(require("./appui-react/statusbar/useDefaultStatusBarItems"), exports);
|
|
180
|
+
__exportStar(require("./appui-react/statusbar/withStatusFieldProps"), exports);
|
|
146
181
|
__exportStar(require("./appui-react/statusfields/tileloading/TileLoadingIndicator"), exports);
|
|
147
182
|
__exportStar(require("./appui-react/statusfields/ActivityCenter"), exports);
|
|
183
|
+
__exportStar(require("./appui-react/statusfields/ConditionalField"), exports);
|
|
184
|
+
__exportStar(require("./appui-react/statusfields/FooterModeField"), exports);
|
|
185
|
+
__exportStar(require("./appui-react/statusfields/Indicator"), exports);
|
|
148
186
|
__exportStar(require("./appui-react/statusfields/MessageCenter"), exports);
|
|
187
|
+
__exportStar(require("./appui-react/statusfields/PromptField"), exports);
|
|
149
188
|
__exportStar(require("./appui-react/statusfields/SectionsField"), exports);
|
|
150
189
|
__exportStar(require("./appui-react/statusfields/SelectionInfo"), exports);
|
|
151
190
|
__exportStar(require("./appui-react/statusfields/SelectionScope"), exports);
|
|
152
191
|
__exportStar(require("./appui-react/statusfields/SnapMode"), exports);
|
|
192
|
+
__exportStar(require("./appui-react/statusfields/StatusFieldProps"), exports);
|
|
153
193
|
__exportStar(require("./appui-react/statusfields/ViewAttributes"), exports);
|
|
154
194
|
__exportStar(require("./appui-react/statusfields/toolassistance/ToolAssistanceField"), exports);
|
|
155
195
|
__exportStar(require("./appui-react/syncui/SyncUiEventDispatcher"), exports);
|
|
196
|
+
__exportStar(require("./appui-react/syncui/BooleanListener"), exports);
|
|
156
197
|
__exportStar(require("./appui-react/theme/ThemeManager"), exports);
|
|
157
198
|
__exportStar(require("./appui-react/timeline/ScheduleAnimationProvider"), exports);
|
|
158
199
|
__exportStar(require("./appui-react/timeline/AnalysisAnimationProvider"), exports);
|
|
159
200
|
__exportStar(require("./appui-react/timeline/SolarTimelineDataProvider"), exports);
|
|
201
|
+
__exportStar(require("./appui-react/toolbar/ActionButtonItem"), exports);
|
|
202
|
+
__exportStar(require("./appui-react/toolbar/ActionItemButton"), exports);
|
|
160
203
|
__exportStar(require("./appui-react/toolbar/DragInteraction"), exports);
|
|
161
|
-
__exportStar(require("./appui-react/toolbar/
|
|
204
|
+
__exportStar(require("./appui-react/toolbar/GroupButtonItem"), exports);
|
|
162
205
|
__exportStar(require("./appui-react/toolbar/GroupItem"), exports);
|
|
206
|
+
__exportStar(require("./appui-react/toolbar/PopupButton"), exports);
|
|
207
|
+
__exportStar(require("./appui-react/toolbar/Toolbar"), exports);
|
|
208
|
+
__exportStar(require("./appui-react/toolbar/ToolbarComposer"), exports);
|
|
163
209
|
__exportStar(require("./appui-react/toolbar/ToolbarHelper"), exports);
|
|
164
|
-
__exportStar(require("./appui-react/toolbar/
|
|
210
|
+
__exportStar(require("./appui-react/toolbar/ToolbarItem"), exports);
|
|
211
|
+
__exportStar(require("./appui-react/toolbar/ToolbarItemUtilities"), exports);
|
|
212
|
+
__exportStar(require("./appui-react/toolbar/ToolButton"), exports);
|
|
165
213
|
__exportStar(require("./appui-react/toolbar/useDefaultToolbarItems"), exports);
|
|
214
|
+
__exportStar(require("./appui-react/toolbar/useUiItemsProviderToolbarItems"), exports);
|
|
166
215
|
__exportStar(require("./appui-react/tools/CoreToolDefinitions"), exports);
|
|
167
216
|
__exportStar(require("./appui-react/tools/FrameworkToolAdmin"), exports);
|
|
217
|
+
__exportStar(require("./appui-react/tools/MarkupToolDefinitions"), exports);
|
|
168
218
|
__exportStar(require("./appui-react/tools/RestoreLayoutTool"), exports);
|
|
169
219
|
__exportStar(require("./appui-react/tools/ToolSettingsTools"), exports);
|
|
170
|
-
__exportStar(require("./appui-react/
|
|
220
|
+
__exportStar(require("./appui-react/ui-items-provider/BaseUiItemsProvider"), exports);
|
|
221
|
+
__exportStar(require("./appui-react/ui-items-provider/ProviderItem"), exports);
|
|
171
222
|
__exportStar(require("./appui-react/ui-items-provider/StandardContentToolsProvider"), exports);
|
|
223
|
+
__exportStar(require("./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider"), exports);
|
|
172
224
|
__exportStar(require("./appui-react/ui-items-provider/StandardNavigationToolsProvider"), exports);
|
|
173
225
|
__exportStar(require("./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider"), exports);
|
|
174
226
|
__exportStar(require("./appui-react/ui-items-provider/StandardStatusbarItemsProvider"), exports);
|
|
175
227
|
__exportStar(require("./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider"), exports);
|
|
176
|
-
__exportStar(require("./appui-react/ui-items-provider/
|
|
228
|
+
__exportStar(require("./appui-react/ui-items-provider/UiItemsManager"), exports);
|
|
229
|
+
__exportStar(require("./appui-react/ui-items-provider/UiItemsProvider"), exports);
|
|
230
|
+
__exportStar(require("./appui-react/uiadmin/FrameworkUiAdmin"), exports);
|
|
177
231
|
__exportStar(require("./appui-react/uiprovider/DefaultDialogGridContainer"), exports);
|
|
178
232
|
__exportStar(require("./appui-react/uistate/AppUiSettings"), exports);
|
|
233
|
+
__exportStar(require("./appui-react/uistate/UserSettingsStorage"), exports);
|
|
179
234
|
__exportStar(require("./appui-react/uistate/useUiStateStorage"), exports);
|
|
180
235
|
__exportStar(require("./appui-react/utils/ViewUtilities"), exports);
|
|
181
236
|
__exportStar(require("./appui-react/utils/PropsHelper"), exports);
|
|
@@ -194,21 +249,37 @@ __exportStar(require("./appui-react/widget-panels/useTransientState"), exports);
|
|
|
194
249
|
__exportStar(require("./appui-react/widgets/BackstageAppButton"), exports);
|
|
195
250
|
__exportStar(require("./appui-react/widgets/BasicNavigationWidget"), exports);
|
|
196
251
|
__exportStar(require("./appui-react/widgets/BasicToolWidget"), exports);
|
|
252
|
+
__exportStar(require("./appui-react/widgets/DefaultNavigationWidget"), exports);
|
|
253
|
+
__exportStar(require("./appui-react/widgets/NavigationWidget"), exports);
|
|
197
254
|
__exportStar(require("./appui-react/widgets/NavigationWidgetComposer"), exports);
|
|
255
|
+
__exportStar(require("./appui-react/widgets/ReviewToolWidget"), exports);
|
|
198
256
|
__exportStar(require("./appui-react/widgets/ViewToolWidgetComposer"), exports);
|
|
199
257
|
__exportStar(require("./appui-react/widgets/StatusBarWidgetComposerControl"), exports);
|
|
200
258
|
__exportStar(require("./appui-react/widgets/ContentToolWidgetComposer"), exports);
|
|
201
259
|
__exportStar(require("./appui-react/widgets/StableWidgetDef"), exports);
|
|
260
|
+
__exportStar(require("./appui-react/widgets/ToolbarWidgetBase"), exports);
|
|
261
|
+
__exportStar(require("./appui-react/widgets/ToolWidget"), exports);
|
|
202
262
|
__exportStar(require("./appui-react/widgets/ToolWidgetComposer"), exports);
|
|
263
|
+
__exportStar(require("./appui-react/widgets/Widget"), exports);
|
|
203
264
|
__exportStar(require("./appui-react/widgets/WidgetConfig"), exports);
|
|
204
265
|
__exportStar(require("./appui-react/widgets/WidgetControl"), exports);
|
|
205
266
|
__exportStar(require("./appui-react/widgets/WidgetDef"), exports);
|
|
206
267
|
__exportStar(require("./appui-react/widgets/WidgetHost"), exports);
|
|
207
268
|
__exportStar(require("./appui-react/widgets/WidgetManager"), exports);
|
|
208
|
-
__exportStar(require("./appui-react/
|
|
209
|
-
__exportStar(require("./appui-react/
|
|
210
|
-
__exportStar(require("./appui-react/
|
|
211
|
-
__exportStar(require("./appui-react/
|
|
269
|
+
__exportStar(require("./appui-react/widgets/WidgetProps"), exports);
|
|
270
|
+
__exportStar(require("./appui-react/widgets/WidgetStack"), exports);
|
|
271
|
+
__exportStar(require("./appui-react/widgets/WidgetState"), exports);
|
|
272
|
+
__exportStar(require("./appui-react/workflow/Task"), exports);
|
|
273
|
+
__exportStar(require("./appui-react/workflow/Workflow"), exports);
|
|
274
|
+
__exportStar(require("./appui-react/zones/FrameworkZone"), exports);
|
|
275
|
+
__exportStar(require("./appui-react/zones/StatusBarZone"), exports);
|
|
276
|
+
__exportStar(require("./appui-react/zones/toolsettings/ToolSettingsZone"), exports);
|
|
277
|
+
__exportStar(require("./appui-react/zones/toolsettings/ToolInformation"), exports);
|
|
278
|
+
__exportStar(require("./appui-react/zones/toolsettings/ToolSettingsManager"), exports);
|
|
279
|
+
__exportStar(require("./appui-react/zones/toolsettings/ToolUiProvider"), exports);
|
|
280
|
+
__exportStar(require("./appui-react/zones/toolsettings/DefaultToolSettingsProvider"), exports);
|
|
281
|
+
__exportStar(require("./appui-react/zones/Zone"), exports);
|
|
282
|
+
__exportStar(require("./appui-react/zones/ZoneDef"), exports);
|
|
212
283
|
/** @docs-package-description
|
|
213
284
|
* The ui-framework package contains classes and components for specifying the application UI consisting of the
|
|
214
285
|
* Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.
|
|
@@ -334,4 +405,8 @@ __exportStar(require("./appui-react/toolsettings/DefaultToolSettingsProvider"),
|
|
|
334
405
|
* @docs-group-description Widget
|
|
335
406
|
* Classes for working with a Widget
|
|
336
407
|
*/
|
|
408
|
+
/**
|
|
409
|
+
* @docs-group-description Zone
|
|
410
|
+
* Classes for working with a Zone
|
|
411
|
+
*/
|
|
337
412
|
//# sourceMappingURL=appui-react.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appui-react.js","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":"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","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\r\n// cSpell:ignore safearea cursormenu clientservices oidc Textbox Modeless configurableui stagepanels dragdrop uiadmin itemsarbiter Popout\r\n\r\nexport * from \"./appui-react/UiFramework\"; // Please ensure that this line comes before all other exports.\r\n\r\nexport * from \"./appui-react/accudraw/AccuDrawCommandItems\";\r\nexport * from \"./appui-react/accudraw/AccuDrawDialog\";\r\nexport * from \"./appui-react/accudraw/AccuDrawKeyboardShortcuts\";\r\nexport * from \"./appui-react/accudraw/AccuDrawPopupManager\";\r\nexport * from \"./appui-react/accudraw/AccuDrawUiSettings\";\r\nexport * from \"./appui-react/accudraw/AccuDrawWidget\";\r\nexport * from \"./appui-react/accudraw/Calculator\";\r\nexport * from \"./appui-react/accudraw/CalculatorEngine\";\r\nexport * from \"./appui-react/accudraw/CalculatorPopup\";\r\nexport * from \"./appui-react/accudraw/FrameworkAccuDraw\";\r\nexport * from \"./appui-react/accudraw/MenuButton\";\r\nexport * from \"./appui-react/accudraw/MenuButtonPopup\";\r\n\r\nexport * from \"./appui-react/backstage/BackstageComposer\";\r\nexport * from \"./appui-react/backstage/BackstageComposerItem\";\r\nexport * from \"./appui-react/backstage/BackstageManager\";\r\nexport * from \"./appui-react/backstage/useDefaultBackstageItems\";\r\nexport * from \"./appui-react/backstage/useUiItemsProviderBackstageItems\";\r\n\r\nexport * from \"./appui-react/configurableui/ConfigurableUiContent\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiControl\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiManager\";\r\nexport * from \"./appui-react/configurableui/state\";\r\n\r\nexport * from \"./appui-react/content/ContentControl\";\r\nexport * from \"./appui-react/content/ContentGroup\";\r\nexport * from \"./appui-react/content/ContentLayout\";\r\nexport * from \"./appui-react/content/ContentLayoutManager\";\r\nexport * from \"./appui-react/content/ContentViewManager\";\r\nexport * from \"./appui-react/content/FloatingViewportContent\";\r\nexport * from \"./appui-react/content/ViewStateHelper\";\r\nexport * from \"./appui-react/content/StageContentLayout\";\r\nexport * from \"./appui-react/content/ViewportContentControl\";\r\nexport * from \"./appui-react/content/IModelViewport\";\r\nexport * from \"./appui-react/content/DefaultViewOverlay\";\r\nexport * from \"./appui-react/content/split-pane/SplitPane\";\r\n\r\nexport * from \"./appui-react/cursor/CursorInformation\";\r\nexport * from \"./appui-react/cursor/cursorprompt/CursorPrompt\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopup\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopupManager\";\r\nexport * from \"./appui-react/cursor/cursormenu/CursorMenu\";\r\n\r\nexport * from \"./appui-react/dialog/DialogManagerBase\";\r\nexport * from \"./appui-react/dialog/ModalDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialogManager\";\r\nexport * from \"./appui-react/dialog/StandardMessageBox\";\r\nexport * from \"./appui-react/dialog/UiDataProvidedDialog\";\r\n\r\nexport * from \"./appui-react/feedback/ValidationTextbox\";\r\nexport * from \"./appui-react/feedback/ElementTooltip\";\r\n\r\nexport * from \"./appui-react/frontstage/FrontstageConfig\";\r\nexport * from \"./appui-react/frontstage/FrontstageDef\";\r\nexport * from \"./appui-react/frontstage/FrontstageManager\";\r\nexport * from \"./appui-react/frontstage/FrontstageProvider\";\r\nexport * from \"./appui-react/frontstage/NestedFrontstage\";\r\nexport * from \"./appui-react/frontstage/ModalFrontstage\";\r\nexport * from \"./appui-react/frontstage/ModalSettingsStage\";\r\nexport * from \"./appui-react/frontstage/StandardFrontstageProvider\";\r\n\r\nexport * from \"./appui-react/hooks/useActiveIModelConnection\";\r\nexport * from \"./appui-react/hooks/useActiveStageId\";\r\nexport * from \"./appui-react/hooks/useActiveViewport\";\r\nexport * from \"./appui-react/hooks/useAvailableUiItemsProviders\";\r\nexport * from \"./appui-react/hooks/useAnalysisAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useScheduleAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useSolarDataProvider\";\r\nexport * from \"./appui-react/hooks/useUiVisibility\";\r\n\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcut\";\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcutMenu\";\r\n\r\nexport * from \"./appui-react/messages/AppNotificationManager\";\r\nexport * from \"./appui-react/messages/InputField\";\r\nexport * from \"./appui-react/messages/MessageManager\";\r\nexport * from \"./appui-react/messages/Pointer\";\r\nexport * from \"./appui-react/messages/ReactNotifyMessageDetails\";\r\n\r\nexport * from \"./appui-react/navigationaids/CubeNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/DrawingNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/NavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/SheetNavigationAid\";\r\nexport * from \"./appui-react/navigationaids/SheetsModalFrontstage\";\r\nexport * from \"./appui-react/navigationaids/StandardRotationNavigationAid\";\r\n\r\nexport * from \"./appui-react/pickers/ListPicker\";\r\nexport * from \"./appui-react/pickers/ViewSelector\";\r\n\r\nexport * from \"./appui-react/childwindow/ChildWindowManager\";\r\n\r\nexport * from \"./appui-react/popup/KeyinPalettePanel\";\r\nexport * from \"./appui-react/popup/KeyinPalettePopup\";\r\nexport * from \"./appui-react/popup/HTMLElementPopup\";\r\nexport * from \"./appui-react/popup/InputEditorPopup\";\r\nexport * from \"./appui-react/popup/PopupManager\";\r\nexport * from \"./appui-react/popup/PositionPopup\";\r\nexport * from \"./appui-react/popup/ToolbarPopup\";\r\n\r\nexport * from \"./appui-react/redux/SessionState\";\r\nexport * from \"./appui-react/redux/StateManager\";\r\nexport * from \"./appui-react/redux/FrameworkState\";\r\nexport * from \"./appui-react/redux/connectIModel\";\r\nexport * from \"./appui-react/redux/ReducerRegistry\";\r\nexport * from \"./appui-react/redux/redux-ts\";\r\n\r\nexport * from \"./appui-react/safearea/SafeAreaContext\";\r\nexport * from \"./appui-react/safearea/SafeAreaInsets\";\r\n\r\nexport * from \"./appui-react/selection/SelectionContextItemDef\";\r\nexport * from \"./appui-react/selection/HideIsolateEmphasizeManager\";\r\n\r\nexport * from \"./appui-react/settings/ui/UiSettingsPage\";\r\nexport * from \"./appui-react/settings/quantityformatting/QuantityFormat\";\r\nexport * from \"./appui-react/settings/quantityformatting/UnitSystemSelector\";\r\n\r\nexport * from \"./appui-react/shared/ActionButtonItemDef\";\r\nexport * from \"./appui-react/shared/AnyItemDef\";\r\nexport * from \"./appui-react/shared/AnyToolbarItemDef\";\r\nexport * from \"./appui-react/shared/CommandItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemProps\";\r\nexport * from \"./appui-react/shared/GroupItemProps\";\r\nexport * from \"./appui-react/shared/ItemDefBase\";\r\nexport * from \"./appui-react/shared/ItemMap\";\r\nexport * from \"./appui-react/shared/ItemProps\";\r\nexport * from \"./appui-react/shared/MenuItem\";\r\nexport * from \"./appui-react/shared/SelectionScope\";\r\nexport * from \"./appui-react/shared/ToolItemDef\";\r\n\r\nexport * from \"./appui-react/stagepanels/StagePanelConfig\";\r\nexport * from \"./appui-react/stagepanels/StagePanelDef\";\r\n\r\nexport * from \"./appui-react/statusbar/dialog/Dialog\";\r\nexport * from \"./appui-react/statusbar/Indicator\";\r\nexport * from \"./appui-react/statusbar/LabelIndicator\";\r\nexport * from \"./appui-react/statusbar/Separator\";\r\nexport * from \"./appui-react/statusbar/StatusBar\";\r\nexport * from \"./appui-react/statusbar/StatusBarWidgetControl\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/StatusBarItem\";\r\nexport * from \"./appui-react/statusbar/StatusBarItemUtilities\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/useUiItemsProviderStatusBarItems\";\r\nexport * from \"./appui-react/statusbar/useDefaultStatusBarItems\";\r\n\r\nexport * from \"./appui-react/statusfields/tileloading/TileLoadingIndicator\";\r\nexport * from \"./appui-react/statusfields/ActivityCenter\";\r\nexport * from \"./appui-react/statusfields/MessageCenter\";\r\nexport * from \"./appui-react/statusfields/SectionsField\";\r\nexport * from \"./appui-react/statusfields/SelectionInfo\";\r\nexport * from \"./appui-react/statusfields/SelectionScope\";\r\nexport * from \"./appui-react/statusfields/SnapMode\";\r\nexport * from \"./appui-react/statusfields/ViewAttributes\";\r\nexport * from \"./appui-react/statusfields/toolassistance/ToolAssistanceField\";\r\n\r\nexport * from \"./appui-react/syncui/SyncUiEventDispatcher\";\r\n\r\nexport * from \"./appui-react/theme/ThemeManager\";\r\n\r\nexport * from \"./appui-react/timeline/ScheduleAnimationProvider\";\r\nexport * from \"./appui-react/timeline/AnalysisAnimationProvider\";\r\nexport * from \"./appui-react/timeline/SolarTimelineDataProvider\";\r\n\r\nexport * from \"./appui-react/toolbar/DragInteraction\";\r\nexport * from \"./appui-react/toolbar/ToolbarComposer\";\r\nexport * from \"./appui-react/toolbar/GroupItem\";\r\nexport * from \"./appui-react/toolbar/ToolbarHelper\";\r\nexport * from \"./appui-react/toolbar/useUiItemsProviderToolbarItems\";\r\nexport * from \"./appui-react/toolbar/useDefaultToolbarItems\";\r\n\r\nexport * from \"./appui-react/tools/CoreToolDefinitions\";\r\nexport * from \"./appui-react/tools/FrameworkToolAdmin\";\r\nexport * from \"./appui-react/tools/RestoreLayoutTool\";\r\nexport * from \"./appui-react/tools/ToolSettingsTools\";\r\n\r\nexport * from \"./appui-react/uiadmin/FrameworkUiAdmin\";\r\n\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider\";\r\nexport * from \"./appui-react/uiprovider/DefaultDialogGridContainer\";\r\n\r\nexport * from \"./appui-react/uistate/AppUiSettings\";\r\nexport * from \"./appui-react/uistate/useUiStateStorage\";\r\n\r\nexport * from \"./appui-react/utils/ViewUtilities\";\r\nexport * from \"./appui-react/utils/PropsHelper\";\r\nexport * from \"./appui-react/utils/UiShowHideManager\";\r\nexport * from \"./appui-react/utils/ToolbarButtonHelper\";\r\n\r\nexport * from \"./appui-react/widget-panels/Content\";\r\nexport * from \"./appui-react/widget-panels/Frontstage\";\r\nexport * from \"./appui-react/widget-panels/FrontstageContent\";\r\nexport * from \"./appui-react/widget-panels/ModalFrontstageComposer\";\r\nexport * from \"./appui-react/widget-panels/StatusBar\";\r\nexport * from \"./appui-react/widget-panels/Tab\";\r\nexport * from \"./appui-react/widget-panels/Toolbars\";\r\nexport * from \"./appui-react/widget-panels/ToolSettings\";\r\nexport * from \"./appui-react/widget-panels/useWidgetDirection\";\r\nexport * from \"./appui-react/widget-panels/useTransientState\";\r\n\r\nexport * from \"./appui-react/widgets/BackstageAppButton\";\r\nexport * from \"./appui-react/widgets/BasicNavigationWidget\";\r\nexport * from \"./appui-react/widgets/BasicToolWidget\";\r\nexport * from \"./appui-react/widgets/NavigationWidgetComposer\";\r\nexport * from \"./appui-react/widgets/ViewToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StatusBarWidgetComposerControl\";\r\nexport * from \"./appui-react/widgets/ContentToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StableWidgetDef\";\r\nexport * from \"./appui-react/widgets/ToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/WidgetConfig\";\r\nexport * from \"./appui-react/widgets/WidgetControl\";\r\nexport * from \"./appui-react/widgets/WidgetDef\";\r\nexport * from \"./appui-react/widgets/WidgetHost\";\r\nexport * from \"./appui-react/widgets/WidgetManager\";\r\n\r\nexport * from \"./appui-react/toolsettings/ToolInformation\";\r\nexport * from \"./appui-react/toolsettings/ToolSettingsManager\";\r\nexport * from \"./appui-react/toolsettings/ToolUiProvider\";\r\nexport * from \"./appui-react/toolsettings/DefaultToolSettingsProvider\";\r\n\r\n/** @docs-package-description\r\n * The ui-framework package contains classes and components for specifying the application UI consisting of the\r\n * Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.\r\n * For more information, see [learning about appui-react]($docs/learning/ui/appui-react/index.md).\r\n */\r\n/**\r\n * @docs-group-description AccuDraw\r\n * Classes and components providing a UI for AccuDraw, an aide for entering coordinate data.\r\n */\r\n/**\r\n * @docs-group-description Admin\r\n * APIs for various UI components, such as toolbars, buttons and menus.\r\n */\r\n/**\r\n * @docs-group-description Backstage\r\n * Classes for working with a Backstage\r\n */\r\n/**\r\n * @docs-group-description ConfigurableUi\r\n * Classes for working with the Application UI Configuration\r\n */\r\n/**\r\n * @docs-group-description ContentView\r\n * Classes for working with a Content View, Group, Layout or Control\r\n */\r\n/**\r\n * @docs-group-description Cursor\r\n * Cursor related information, components and events\r\n */\r\n/**\r\n * @docs-group-description Dialog\r\n * Classes for working with a dialog\r\n */\r\n/**\r\n * @docs-group-description Frontstage\r\n * Classes for working with a Frontstage\r\n */\r\n/**\r\n * @docs-group-description Hooks\r\n * Hook functions for use in Functional React Components.\r\n */\r\n/**\r\n * @docs-group-description IModelComponents\r\n * Classes for displaying information about an iModel\r\n */\r\n/**\r\n * @docs-group-description Item\r\n * Classes for working with an Item in a Tool Widget, Navigation Widget or Backstage\r\n */\r\n/**\r\n * @docs-group-description KeyboardShortcut\r\n * Classes for working with Keyboard Shortcuts\r\n */\r\n/**\r\n * @docs-group-description NavigationAids\r\n * Classes for working with Navigation Aids\r\n */\r\n/**\r\n * @docs-group-description Notification\r\n * Classes for working with a Notification or Message\r\n */\r\n/**\r\n * @docs-group-description ChildWindowManager\r\n * Classes for working with child windows.\r\n */\r\n/**\r\n * @docs-group-description Picker\r\n * Classes for working with various pickers\r\n */\r\n/**\r\n * @docs-group-description Popup\r\n * Classes for working with popup components\r\n */\r\n/**\r\n * @docs-group-description State\r\n * Classes for maintaining state\r\n */\r\n/**\r\n * @docs-group-description Settings\r\n * Classes and components used by settings pages displayed in the modal settings stage\r\n */\r\n/**\r\n * @docs-group-description StandardUiItemsProvider\r\n * Standard UiItemsProvider classes.\r\n */\r\n/**\r\n * @docs-group-description StatusBar\r\n * Classes for defining a StatusBar\r\n */\r\n/**\r\n * @docs-group-description SyncUi\r\n * Classes for informing UI components to sync/refresh their display\r\n */\r\n/**\r\n * @docs-group-description Timeline\r\n * Classes for working with a TimelineComponent\r\n */\r\n/**\r\n * @docs-group-description Toolbar\r\n * Classes used to construct a Toolbar\r\n */\r\n/**\r\n * @docs-group-description Tools\r\n * Core Tool definitions\r\n */\r\n/**\r\n * @docs-group-description ToolSettings\r\n * Classes for working Tool Settings. See learning documentation [Tool Settings]($docs/learning/ui/appui-react/toolsettings.md).\r\n */\r\n/**\r\n * @docs-group-description UiProvider\r\n * Interfaces and classes for specifying UI items to be inserted at runtime.\r\n */\r\n/**\r\n * @docs-group-description UiStateStorage\r\n * Interfaces and classes for persisting UI settings.\r\n */\r\n/**\r\n * @docs-group-description Utilities\r\n * Various utility classes for working with a UI and Redux.\r\n */\r\n/**\r\n * @docs-group-description Widget\r\n * Classes for working with a Widget\r\n */\r\n"]}
|
|
1
|
+
{"version":3,"file":"appui-react.js","sourceRoot":"","sources":["../../src/appui-react.ts"],"names":[],"mappings":"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","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\r\n// cSpell:ignore safearea cursormenu clientservices oidc Textbox Modeless configurableui stagepanels dragdrop uiadmin itemsarbiter Popout\r\n\r\nexport * from \"./appui-react/UiFramework\"; // Please ensure that this line comes before all other exports.\r\n\r\nexport * from \"./appui-react/accudraw/AccuDrawCommandItems\";\r\nexport * from \"./appui-react/accudraw/AccuDrawDialog\";\r\nexport * from \"./appui-react/accudraw/AccuDrawKeyboardShortcuts\";\r\nexport * from \"./appui-react/accudraw/AccuDrawPopupManager\";\r\nexport * from \"./appui-react/accudraw/AccuDrawUiSettings\";\r\nexport * from \"./appui-react/accudraw/AccuDrawWidget\";\r\nexport * from \"./appui-react/accudraw/Calculator\";\r\nexport * from \"./appui-react/accudraw/CalculatorEngine\";\r\nexport * from \"./appui-react/accudraw/CalculatorPopup\";\r\nexport * from \"./appui-react/accudraw/FrameworkAccuDraw\";\r\nexport * from \"./appui-react/accudraw/MenuButton\";\r\nexport * from \"./appui-react/accudraw/MenuButtonPopup\";\r\n\r\nexport * from \"./appui-react/backstage/Backstage\";\r\nexport * from \"./appui-react/backstage/BackstageComposer\";\r\nexport * from \"./appui-react/backstage/BackstageComposerItem\";\r\nexport * from \"./appui-react/backstage/BackstageItem\";\r\nexport * from \"./appui-react/backstage/BackstageItemProps\";\r\nexport * from \"./appui-react/backstage/BackstageItemUtilities\";\r\nexport * from \"./appui-react/backstage/BackstageManager\";\r\nexport * from \"./appui-react/backstage/CommandLaunch\";\r\nexport * from \"./appui-react/backstage/FrontstageLaunch\";\r\nexport * from \"./appui-react/backstage/Separator\";\r\nexport * from \"./appui-react/backstage/useDefaultBackstageItems\";\r\nexport * from \"./appui-react/backstage/TaskLaunch\";\r\nexport * from \"./appui-react/backstage/useUiItemsProviderBackstageItems\";\r\n\r\nexport * from \"./appui-react/configurableui/ConfigurableUiContent\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiControl\";\r\nexport * from \"./appui-react/configurableui/ConfigurableUiManager\";\r\nexport * from \"./appui-react/configurableui/state\";\r\n\r\nexport * from \"./appui-react/content/ContentControl\";\r\nexport * from \"./appui-react/content/ContentGroup\";\r\nexport * from \"./appui-react/content/ContentLayout\";\r\nexport * from \"./appui-react/content/ContentLayoutManager\";\r\nexport * from \"./appui-react/content/ContentViewManager\";\r\nexport * from \"./appui-react/content/FloatingViewportContent\";\r\nexport * from \"./appui-react/content/ViewStateHelper\";\r\nexport * from \"./appui-react/content/StageContentLayout\";\r\nexport * from \"./appui-react/content/ViewportContentControl\";\r\nexport * from \"./appui-react/content/IModelViewport\";\r\nexport * from \"./appui-react/content/DefaultViewOverlay\";\r\nexport * from \"./appui-react/content/split-pane/SplitPane\";\r\n\r\nexport * from \"./appui-react/cursor/CursorInformation\";\r\nexport * from \"./appui-react/cursor/cursorprompt/CursorPrompt\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopup\";\r\nexport * from \"./appui-react/cursor/cursorpopup/CursorPopupManager\";\r\nexport * from \"./appui-react/cursor/cursormenu/CursorMenu\";\r\n\r\nexport * from \"./appui-react/dialog/DialogManagerBase\";\r\nexport * from \"./appui-react/dialog/ModalDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialogManager\";\r\nexport * from \"./appui-react/dialog/ContentDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialog\";\r\nexport * from \"./appui-react/dialog/ModelessDialogManager\";\r\nexport * from \"./appui-react/dialog/StandardMessageBox\";\r\nexport * from \"./appui-react/dialog/UiDataProvidedDialog\";\r\n\r\nexport * from \"./appui-react/feedback/ValidationTextbox\";\r\nexport * from \"./appui-react/feedback/ElementTooltip\";\r\n\r\nexport * from \"./appui-react/frontstage/Frontstage\";\r\nexport * from \"./appui-react/frontstage/FrontstageComposer\";\r\nexport * from \"./appui-react/frontstage/FrontstageConfig\";\r\nexport * from \"./appui-react/frontstage/FrontstageDef\";\r\nexport * from \"./appui-react/frontstage/FrontstageManager\";\r\nexport * from \"./appui-react/frontstage/FrontstageProvider\";\r\nexport * from \"./appui-react/frontstage/ModalFrontstage\";\r\nexport * from \"./appui-react/frontstage/ModalSettingsStage\";\r\nexport * from \"./appui-react/frontstage/NestedFrontstage\";\r\nexport * from \"./appui-react/frontstage/StageUsage\";\r\nexport * from \"./appui-react/frontstage/StandardFrontstageProvider\";\r\n\r\nexport * from \"./appui-react/hooks/useActiveIModelConnection\";\r\nexport * from \"./appui-react/hooks/useActiveStageId\";\r\nexport * from \"./appui-react/hooks/useActiveViewport\";\r\nexport * from \"./appui-react/hooks/useAvailableUiItemsProviders\";\r\nexport * from \"./appui-react/hooks/useAnalysisAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useFrameworkVersion\";\r\nexport * from \"./appui-react/hooks/useScheduleAnimationDataProvider\";\r\nexport * from \"./appui-react/hooks/useSolarDataProvider\";\r\nexport * from \"./appui-react/hooks/useUiVisibility\";\r\n\r\nexport * from \"./appui-react/imodel-components/spatial-tree/SpatialContainmentTree\";\r\nexport * from \"./appui-react/imodel-components/category-tree/CategoriesTree\";\r\nexport * from \"./appui-react/imodel-components/category-tree/CategoryVisibilityHandler\";\r\nexport * from \"./appui-react/imodel-components/models-tree/ModelsTree\";\r\nexport * from \"./appui-react/imodel-components/models-tree/ModelsVisibilityHandler\";\r\nexport * from \"./appui-react/imodel-components/Common\";\r\nexport * from \"./appui-react/imodel-components/VisibilityTreeEventHandler\";\r\nexport * from \"./appui-react/imodel-components/VisibilityTreeRenderer\";\r\n\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcut\";\r\nexport * from \"./appui-react/keyboardshortcut/KeyboardShortcutMenu\";\r\nexport * from \"./appui-react/keyinbrowser/KeyinBrowser\";\r\n\r\nexport * from \"./appui-react/messages/ActivityMessage\";\r\nexport * from \"./appui-react/messages/ActivityMessagePopup\";\r\nexport * from \"./appui-react/messages/AppNotificationManager\";\r\nexport * from \"./appui-react/messages/InputField\";\r\nexport * from \"./appui-react/messages/MessageManager\";\r\nexport * from \"./appui-react/messages/StatusMessageRenderer\";\r\nexport * from \"./appui-react/messages/Pointer\";\r\nexport * from \"./appui-react/messages/ReactNotifyMessageDetails\";\r\nexport * from \"./appui-react/messages/StickyMessage\";\r\nexport * from \"./appui-react/messages/ToastMessage\";\r\n\r\nexport * from \"./appui-react/navigationaids/CubeNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/DrawingNavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/NavigationAidControl\";\r\nexport * from \"./appui-react/navigationaids/SheetNavigationAid\";\r\nexport * from \"./appui-react/navigationaids/SheetsModalFrontstage\";\r\nexport * from \"./appui-react/navigationaids/StandardRotationNavigationAid\";\r\n\r\nexport * from \"./appui-react/pickers/ListPicker\";\r\nexport * from \"./appui-react/pickers/ViewSelector\";\r\n\r\nexport * from \"./appui-react/childwindow/ChildWindowManager\";\r\n\r\nexport * from \"./appui-react/popup/KeyinPalettePanel\";\r\nexport * from \"./appui-react/popup/KeyinPalettePopup\";\r\nexport * from \"./appui-react/popup/HTMLElementPopup\";\r\nexport * from \"./appui-react/popup/InputEditorPopup\";\r\nexport * from \"./appui-react/popup/PopupManager\";\r\nexport * from \"./appui-react/popup/PositionPopup\";\r\nexport * from \"./appui-react/popup/ToolbarPopup\";\r\n\r\nexport * from \"./appui-react/redux/SessionState\";\r\nexport * from \"./appui-react/redux/StateManager\";\r\nexport * from \"./appui-react/redux/FrameworkState\";\r\nexport * from \"./appui-react/redux/connectIModel\";\r\nexport * from \"./appui-react/redux/ReducerRegistry\";\r\nexport * from \"./appui-react/redux/redux-ts\";\r\n\r\nexport * from \"./appui-react/safearea/SafeAreaContext\";\r\nexport * from \"./appui-react/safearea/SafeAreaInsets\";\r\n\r\nexport * from \"./appui-react/selection/SelectionContextItemDef\";\r\nexport * from \"./appui-react/selection/HideIsolateEmphasizeManager\";\r\nexport * from \"./appui-react/selection/ClearEmphasisStatusField\";\r\n\r\nexport * from \"./appui-react/settings/ui/UiSettingsPage\";\r\nexport * from \"./appui-react/settings/quantityformatting/QuantityFormat\";\r\nexport * from \"./appui-react/settings/quantityformatting/UnitSystemSelector\";\r\n\r\nexport * from \"./appui-react/shared/ActionButtonItemDef\";\r\nexport * from \"./appui-react/shared/AnyItemDef\";\r\nexport * from \"./appui-react/shared/AnyToolbarItemDef\";\r\nexport * from \"./appui-react/shared/CommandItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemDef\";\r\nexport * from \"./appui-react/shared/CustomItemProps\";\r\nexport * from \"./appui-react/shared/GroupItemProps\";\r\nexport * from \"./appui-react/shared/ItemDefBase\";\r\nexport * from \"./appui-react/shared/ItemMap\";\r\nexport * from \"./appui-react/shared/ItemProps\";\r\nexport * from \"./appui-react/shared/MenuItem\";\r\nexport * from \"./appui-react/shared/SelectionScope\";\r\nexport * from \"./appui-react/shared/ToolItemDef\";\r\n\r\nexport * from \"./appui-react/stagepanels/FrameworkStagePanel\";\r\nexport * from \"./appui-react/stagepanels/StagePanel\";\r\nexport * from \"./appui-react/stagepanels/StagePanelConfig\";\r\nexport * from \"./appui-react/stagepanels/StagePanelDef\";\r\nexport * from \"./appui-react/stagepanels/StagePanelHeader\";\r\nexport * from \"./appui-react/stagepanels/StagePanelLocation\";\r\nexport * from \"./appui-react/stagepanels/StagePanelSection\";\r\n\r\nexport * from \"./appui-react/statusbar/dialog/Dialog\";\r\n\r\nexport * from \"./appui-react/statusbar/Indicator\";\r\nexport * from \"./appui-react/statusbar/LabelIndicator\";\r\nexport * from \"./appui-react/statusbar/Separator\";\r\nexport * from \"./appui-react/statusbar/StatusBar\";\r\nexport * from \"./appui-react/statusbar/StatusBarWidgetControl\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/StatusBarItem\";\r\nexport * from \"./appui-react/statusbar/StatusBarItemsManager\";\r\nexport * from \"./appui-react/statusbar/StatusBarItemUtilities\";\r\nexport * from \"./appui-react/statusbar/StatusBarComposer\";\r\nexport * from \"./appui-react/statusbar/withMessageCenterFieldProps\";\r\nexport * from \"./appui-react/statusbar/useUiItemsProviderStatusBarItems\";\r\nexport * from \"./appui-react/statusbar/useDefaultStatusBarItems\";\r\nexport * from \"./appui-react/statusbar/withStatusFieldProps\";\r\n\r\nexport * from \"./appui-react/statusfields/tileloading/TileLoadingIndicator\";\r\nexport * from \"./appui-react/statusfields/ActivityCenter\";\r\nexport * from \"./appui-react/statusfields/ConditionalField\";\r\nexport * from \"./appui-react/statusfields/FooterModeField\";\r\nexport * from \"./appui-react/statusfields/Indicator\";\r\nexport * from \"./appui-react/statusfields/MessageCenter\";\r\nexport * from \"./appui-react/statusfields/PromptField\";\r\nexport * from \"./appui-react/statusfields/SectionsField\";\r\nexport * from \"./appui-react/statusfields/SelectionInfo\";\r\nexport * from \"./appui-react/statusfields/SelectionScope\";\r\nexport * from \"./appui-react/statusfields/SnapMode\";\r\nexport * from \"./appui-react/statusfields/StatusFieldProps\";\r\nexport * from \"./appui-react/statusfields/ViewAttributes\";\r\nexport * from \"./appui-react/statusfields/toolassistance/ToolAssistanceField\";\r\n\r\nexport * from \"./appui-react/syncui/SyncUiEventDispatcher\";\r\nexport * from \"./appui-react/syncui/BooleanListener\";\r\n\r\nexport * from \"./appui-react/theme/ThemeManager\";\r\n\r\nexport * from \"./appui-react/timeline/ScheduleAnimationProvider\";\r\nexport * from \"./appui-react/timeline/AnalysisAnimationProvider\";\r\nexport * from \"./appui-react/timeline/SolarTimelineDataProvider\";\r\n\r\nexport * from \"./appui-react/toolbar/ActionButtonItem\";\r\nexport * from \"./appui-react/toolbar/ActionItemButton\";\r\nexport * from \"./appui-react/toolbar/DragInteraction\";\r\nexport * from \"./appui-react/toolbar/GroupButtonItem\";\r\nexport * from \"./appui-react/toolbar/GroupItem\";\r\nexport * from \"./appui-react/toolbar/PopupButton\";\r\nexport * from \"./appui-react/toolbar/Toolbar\";\r\nexport * from \"./appui-react/toolbar/ToolbarComposer\";\r\nexport * from \"./appui-react/toolbar/ToolbarHelper\";\r\nexport * from \"./appui-react/toolbar/ToolbarItem\";\r\nexport * from \"./appui-react/toolbar/ToolbarItemUtilities\";\r\nexport * from \"./appui-react/toolbar/ToolButton\";\r\nexport * from \"./appui-react/toolbar/useDefaultToolbarItems\";\r\nexport * from \"./appui-react/toolbar/useUiItemsProviderToolbarItems\";\r\n\r\nexport * from \"./appui-react/tools/CoreToolDefinitions\";\r\nexport * from \"./appui-react/tools/FrameworkToolAdmin\";\r\nexport * from \"./appui-react/tools/MarkupToolDefinitions\";\r\nexport * from \"./appui-react/tools/RestoreLayoutTool\";\r\nexport * from \"./appui-react/tools/ToolSettingsTools\";\r\n\r\nexport * from \"./appui-react/ui-items-provider/BaseUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/ProviderItem\";\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardContentToolsUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardNavigationToolsUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/StandardStatusbarUiItemsProvider\";\r\nexport * from \"./appui-react/ui-items-provider/UiItemsManager\";\r\nexport * from \"./appui-react/ui-items-provider/UiItemsProvider\";\r\n\r\nexport * from \"./appui-react/uiadmin/FrameworkUiAdmin\";\r\n\r\nexport * from \"./appui-react/uiprovider/DefaultDialogGridContainer\";\r\n\r\nexport * from \"./appui-react/uistate/AppUiSettings\";\r\nexport * from \"./appui-react/uistate/UserSettingsStorage\";\r\nexport * from \"./appui-react/uistate/useUiStateStorage\";\r\n\r\nexport * from \"./appui-react/utils/ViewUtilities\";\r\nexport * from \"./appui-react/utils/PropsHelper\";\r\nexport * from \"./appui-react/utils/UiShowHideManager\";\r\nexport * from \"./appui-react/utils/ToolbarButtonHelper\";\r\n\r\nexport * from \"./appui-react/widget-panels/Content\";\r\nexport * from \"./appui-react/widget-panels/Frontstage\";\r\nexport * from \"./appui-react/widget-panels/FrontstageContent\";\r\nexport * from \"./appui-react/widget-panels/ModalFrontstageComposer\";\r\nexport * from \"./appui-react/widget-panels/StatusBar\";\r\nexport * from \"./appui-react/widget-panels/Tab\";\r\nexport * from \"./appui-react/widget-panels/Toolbars\";\r\nexport * from \"./appui-react/widget-panels/ToolSettings\";\r\nexport * from \"./appui-react/widget-panels/useWidgetDirection\";\r\nexport * from \"./appui-react/widget-panels/useTransientState\";\r\n\r\nexport * from \"./appui-react/widgets/BackstageAppButton\";\r\nexport * from \"./appui-react/widgets/BasicNavigationWidget\";\r\nexport * from \"./appui-react/widgets/BasicToolWidget\";\r\nexport * from \"./appui-react/widgets/DefaultNavigationWidget\";\r\nexport * from \"./appui-react/widgets/NavigationWidget\";\r\nexport * from \"./appui-react/widgets/NavigationWidgetComposer\";\r\nexport * from \"./appui-react/widgets/ReviewToolWidget\";\r\nexport * from \"./appui-react/widgets/ViewToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StatusBarWidgetComposerControl\";\r\nexport * from \"./appui-react/widgets/ContentToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/StableWidgetDef\";\r\nexport * from \"./appui-react/widgets/ToolbarWidgetBase\";\r\nexport * from \"./appui-react/widgets/ToolWidget\";\r\nexport * from \"./appui-react/widgets/ToolWidgetComposer\";\r\nexport * from \"./appui-react/widgets/Widget\";\r\nexport * from \"./appui-react/widgets/WidgetConfig\";\r\nexport * from \"./appui-react/widgets/WidgetControl\";\r\nexport * from \"./appui-react/widgets/WidgetDef\";\r\nexport * from \"./appui-react/widgets/WidgetHost\";\r\nexport * from \"./appui-react/widgets/WidgetManager\";\r\nexport * from \"./appui-react/widgets/WidgetProps\";\r\nexport * from \"./appui-react/widgets/WidgetStack\";\r\nexport * from \"./appui-react/widgets/WidgetState\";\r\n\r\nexport * from \"./appui-react/workflow/Task\";\r\nexport * from \"./appui-react/workflow/Workflow\";\r\n\r\nexport * from \"./appui-react/zones/FrameworkZone\";\r\nexport * from \"./appui-react/zones/StatusBarZone\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolSettingsZone\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolInformation\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolSettingsManager\";\r\nexport * from \"./appui-react/zones/toolsettings/ToolUiProvider\";\r\nexport * from \"./appui-react/zones/toolsettings/DefaultToolSettingsProvider\";\r\nexport * from \"./appui-react/zones/Zone\";\r\nexport * from \"./appui-react/zones/ZoneDef\";\r\n\r\n/** @docs-package-description\r\n * The ui-framework package contains classes and components for specifying the application UI consisting of the\r\n * Backstage, Frontstages, Content Views, Tool Bars, Status Bars, Widgets and Panels.\r\n * For more information, see [learning about appui-react]($docs/learning/ui/appui-react/index.md).\r\n */\r\n/**\r\n * @docs-group-description AccuDraw\r\n * Classes and components providing a UI for AccuDraw, an aide for entering coordinate data.\r\n */\r\n/**\r\n * @docs-group-description Admin\r\n * APIs for various UI components, such as toolbars, buttons and menus.\r\n */\r\n/**\r\n * @docs-group-description Backstage\r\n * Classes for working with a Backstage\r\n */\r\n/**\r\n * @docs-group-description ConfigurableUi\r\n * Classes for working with the Application UI Configuration\r\n */\r\n/**\r\n * @docs-group-description ContentView\r\n * Classes for working with a Content View, Group, Layout or Control\r\n */\r\n/**\r\n * @docs-group-description Cursor\r\n * Cursor related information, components and events\r\n */\r\n/**\r\n * @docs-group-description Dialog\r\n * Classes for working with a dialog\r\n */\r\n/**\r\n * @docs-group-description Frontstage\r\n * Classes for working with a Frontstage\r\n */\r\n/**\r\n * @docs-group-description Hooks\r\n * Hook functions for use in Functional React Components.\r\n */\r\n/**\r\n * @docs-group-description IModelComponents\r\n * Classes for displaying information about an iModel\r\n */\r\n/**\r\n * @docs-group-description Item\r\n * Classes for working with an Item in a Tool Widget, Navigation Widget or Backstage\r\n */\r\n/**\r\n * @docs-group-description KeyboardShortcut\r\n * Classes for working with Keyboard Shortcuts\r\n */\r\n/**\r\n * @docs-group-description NavigationAids\r\n * Classes for working with Navigation Aids\r\n */\r\n/**\r\n * @docs-group-description Notification\r\n * Classes for working with a Notification or Message\r\n */\r\n/**\r\n * @docs-group-description ChildWindowManager\r\n * Classes for working with child windows.\r\n */\r\n/**\r\n * @docs-group-description Picker\r\n * Classes for working with various pickers\r\n */\r\n/**\r\n * @docs-group-description Popup\r\n * Classes for working with popup components\r\n */\r\n/**\r\n * @docs-group-description State\r\n * Classes for maintaining state\r\n */\r\n/**\r\n * @docs-group-description Settings\r\n * Classes and components used by settings pages displayed in the modal settings stage\r\n */\r\n/**\r\n * @docs-group-description StandardUiItemsProvider\r\n * Standard UiItemsProvider classes.\r\n */\r\n/**\r\n * @docs-group-description StatusBar\r\n * Classes for defining a StatusBar\r\n */\r\n/**\r\n * @docs-group-description SyncUi\r\n * Classes for informing UI components to sync/refresh their display\r\n */\r\n/**\r\n * @docs-group-description Timeline\r\n * Classes for working with a TimelineComponent\r\n */\r\n/**\r\n * @docs-group-description Toolbar\r\n * Classes used to construct a Toolbar\r\n */\r\n/**\r\n * @docs-group-description Tools\r\n * Core Tool definitions\r\n */\r\n/**\r\n * @docs-group-description ToolSettings\r\n * Classes for working Tool Settings. See learning documentation [Tool Settings]($docs/learning/ui/appui-react/toolsettings.md).\r\n */\r\n/**\r\n * @docs-group-description UiProvider\r\n * Interfaces and classes for specifying UI items to be inserted at runtime.\r\n */\r\n/**\r\n * @docs-group-description UiStateStorage\r\n * Interfaces and classes for persisting UI settings.\r\n */\r\n/**\r\n * @docs-group-description Utilities\r\n * Various utility classes for working with a UI and Redux.\r\n */\r\n/**\r\n * @docs-group-description Widget\r\n * Classes for working with a Widget\r\n */\r\n/**\r\n * @docs-group-description Zone\r\n * Classes for working with a Zone\r\n */\r\n"]}
|