@xh/hoist 57.0.0 → 57.0.1
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 +6 -0
- package/build/types/admin/AppComponent.d.ts +4 -0
- package/build/types/admin/AppModel.d.ts +13 -0
- package/build/types/admin/columns/Core.d.ts +6 -0
- package/build/types/admin/columns/Rest.d.ts +5 -0
- package/build/types/admin/columns/Tracking.d.ts +18 -0
- package/build/types/admin/columns/User.d.ts +9 -0
- package/build/types/admin/columns/UserData.d.ts +7 -0
- package/build/types/admin/columns/index.d.ts +5 -0
- package/build/types/admin/differ/Differ.d.ts +2 -0
- package/build/types/admin/differ/DifferDetail.d.ts +3 -0
- package/build/types/admin/differ/DifferDetailModel.d.ts +17 -0
- package/build/types/admin/differ/DifferModel.d.ts +43 -0
- package/build/types/admin/regroup/RegroupDialog.d.ts +2 -0
- package/build/types/admin/regroup/RegroupDialogModel.d.ts +20 -0
- package/build/types/admin/tabs/activity/ActivityTab.d.ts +2 -0
- package/build/types/admin/tabs/activity/aggregators/RangeAggregator.d.ts +8 -0
- package/build/types/admin/tabs/activity/clienterrors/ClientErrorDetail.d.ts +2 -0
- package/build/types/admin/tabs/activity/clienterrors/ClientErrorsModel.d.ts +30 -0
- package/build/types/admin/tabs/activity/clienterrors/ClientErrorsPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/feedback/FeedbackPanel.d.ts +1 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingModel.d.ts +50 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/charts/ChartsModel.d.ts +32 -0
- package/build/types/admin/tabs/activity/tracking/charts/ChartsPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailModel.d.ts +15 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailView.d.ts +2 -0
- package/build/types/admin/tabs/general/GeneralTab.d.ts +1 -0
- package/build/types/admin/tabs/general/about/AboutPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerModel.d.ts +24 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerPanel.d.ts +3 -0
- package/build/types/admin/tabs/general/config/ConfigPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/config/ConfigPanelModel.d.ts +19 -0
- package/build/types/admin/tabs/general/users/UserModel.d.ts +12 -0
- package/build/types/admin/tabs/general/users/UserPanel.d.ts +2 -0
- package/build/types/admin/tabs/monitor/MonitorColumns.d.ts +15 -0
- package/build/types/admin/tabs/monitor/MonitorEditorPanel.d.ts +1 -0
- package/build/types/admin/tabs/monitor/MonitorResultsModel.d.ts +17 -0
- package/build/types/admin/tabs/monitor/MonitorResultsPanel.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorResultsToolbar.d.ts +2 -0
- package/build/types/admin/tabs/monitor/MonitorTab.d.ts +1 -0
- package/build/types/admin/tabs/monitor/Tile.d.ts +2 -0
- package/build/types/admin/tabs/server/ServerTab.d.ts +1 -0
- package/build/types/admin/tabs/server/ehcache/EhCacheModel.d.ts +10 -0
- package/build/types/admin/tabs/server/ehcache/EhCachePanel.d.ts +2 -0
- package/build/types/admin/tabs/server/environment/ServerEnvModel.d.ts +11 -0
- package/build/types/admin/tabs/server/environment/ServerEnvPanel.d.ts +2 -0
- package/build/types/admin/tabs/server/logLevel/LogLevelColumns.d.ts +5 -0
- package/build/types/admin/tabs/server/logLevel/LogLevelPanel.d.ts +1 -0
- package/build/types/admin/tabs/server/logViewer/LogDisplay.d.ts +6 -0
- package/build/types/admin/tabs/server/logViewer/LogDisplayModel.d.ts +29 -0
- package/build/types/admin/tabs/server/logViewer/LogViewer.d.ts +3 -0
- package/build/types/admin/tabs/server/logViewer/LogViewerModel.d.ts +23 -0
- package/build/types/admin/tabs/server/memory/MemoryMonitorModel.d.ts +15 -0
- package/build/types/admin/tabs/server/memory/MemoryMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/server/services/ServiceModel.d.ts +8 -0
- package/build/types/admin/tabs/server/services/ServicePanel.d.ts +2 -0
- package/build/types/admin/tabs/server/websocket/WebSocketColumns.d.ts +8 -0
- package/build/types/admin/tabs/server/websocket/WebSocketModel.d.ts +12 -0
- package/build/types/admin/tabs/server/websocket/WebSocketPanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/JsonBlobColumns.d.ts +9 -0
- package/build/types/admin/tabs/userData/JsonBlobModel.d.ts +15 -0
- package/build/types/admin/tabs/userData/JsonBlobPanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/PreferenceModel.d.ts +16 -0
- package/build/types/admin/tabs/userData/PreferencePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/UserDataTab.d.ts +1 -0
- package/build/types/admin/tabs/userData/UserPreferencePanel.d.ts +1 -0
- package/build/types/appcontainer/AboutDialogModel.d.ts +15 -0
- package/build/types/appcontainer/AppContainerModel.d.ts +43 -0
- package/build/types/appcontainer/AppOption.d.ts +23 -0
- package/build/types/appcontainer/BannerModel.d.ts +26 -0
- package/build/types/appcontainer/BannerSourceModel.d.ts +15 -0
- package/build/types/appcontainer/ChangelogDialogModel.d.ts +9 -0
- package/build/types/appcontainer/ErrorBoundary.d.ts +16 -0
- package/build/types/appcontainer/ExceptionDialogModel.d.ts +28 -0
- package/build/types/appcontainer/FeedbackDialogModel.d.ts +24 -0
- package/build/types/appcontainer/ImpersonationBarModel.d.ts +20 -0
- package/build/types/appcontainer/MessageModel.d.ts +35 -0
- package/build/types/appcontainer/MessageSourceModel.d.ts +18 -0
- package/build/types/appcontainer/OptionsDialogModel.d.ts +23 -0
- package/build/types/appcontainer/SizingModeModel.d.ts +13 -0
- package/build/types/appcontainer/ThemeModel.d.ts +13 -0
- package/build/types/appcontainer/ToastModel.d.ts +27 -0
- package/build/types/appcontainer/ToastSourceModel.d.ts +13 -0
- package/build/types/appcontainer/ViewportSizeModel.d.ts +19 -0
- package/build/types/appcontainer/login/LoginPanelModel.d.ts +15 -0
- package/build/types/cmp/ag-grid/AgGrid.d.ts +31 -0
- package/build/types/cmp/ag-grid/AgGridModel.d.ts +183 -0
- package/build/types/cmp/ag-grid/index.d.ts +2 -0
- package/build/types/cmp/badge/Badge.d.ts +13 -0
- package/build/types/cmp/badge/index.d.ts +1 -0
- package/build/types/cmp/chart/Chart.d.ts +18 -0
- package/build/types/cmp/chart/ChartModel.d.ts +48 -0
- package/build/types/cmp/chart/impl/copyToClipboard.d.ts +6 -0
- package/build/types/cmp/chart/impl/zoomout.d.ts +5 -0
- package/build/types/cmp/chart/index.d.ts +2 -0
- package/build/types/cmp/chart/theme/Dark.d.ts +216 -0
- package/build/types/cmp/chart/theme/Light.d.ts +193 -0
- package/build/types/cmp/clock/Clock.d.ts +26 -0
- package/build/types/cmp/clock/index.d.ts +1 -0
- package/build/types/cmp/dataview/DataView.d.ts +22 -0
- package/build/types/cmp/dataview/DataViewModel.d.ts +103 -0
- package/build/types/cmp/dataview/index.d.ts +2 -0
- package/build/types/cmp/filter/FilterChooserFieldSpec.d.ts +39 -0
- package/build/types/cmp/filter/FilterChooserModel.d.ts +130 -0
- package/build/types/cmp/filter/impl/Option.d.ts +47 -0
- package/build/types/cmp/filter/impl/QueryEngine.d.ts +29 -0
- package/build/types/cmp/filter/index.d.ts +1 -0
- package/build/types/cmp/form/BaseFormFieldProps.d.ts +33 -0
- package/build/types/cmp/form/Form.d.ts +35 -0
- package/build/types/cmp/form/FormModel.d.ts +130 -0
- package/build/types/cmp/form/field/BaseFieldModel.d.ts +156 -0
- package/build/types/cmp/form/field/FieldModel.d.ts +11 -0
- package/build/types/cmp/form/field/SubformsFieldModel.d.ts +65 -0
- package/build/types/cmp/form/index.d.ts +6 -0
- package/build/types/cmp/grid/Grid.d.ts +39 -0
- package/build/types/cmp/grid/GridAutosizeOptions.d.ts +44 -0
- package/build/types/cmp/grid/GridContextMenu.d.ts +28 -0
- package/build/types/cmp/grid/GridModel.d.ts +556 -0
- package/build/types/cmp/grid/GridSorter.d.ts +23 -0
- package/build/types/cmp/grid/Types.d.ts +274 -0
- package/build/types/cmp/grid/columns/Column.d.ts +362 -0
- package/build/types/cmp/grid/columns/ColumnGroup.d.ts +56 -0
- package/build/types/cmp/grid/columns/Core.d.ts +9 -0
- package/build/types/cmp/grid/columns/DatesTimes.d.ts +12 -0
- package/build/types/cmp/grid/columns/index.d.ts +4 -0
- package/build/types/cmp/grid/enums/ExcelFormat.d.ts +33 -0
- package/build/types/cmp/grid/enums/GridAutosizeMode.d.ts +24 -0
- package/build/types/cmp/grid/enums/TreeStyle.d.ts +15 -0
- package/build/types/cmp/grid/filter/GridFilterFieldSpec.d.ts +38 -0
- package/build/types/cmp/grid/filter/GridFilterModel.d.ts +44 -0
- package/build/types/cmp/grid/helpers/GridCountLabel.d.ts +25 -0
- package/build/types/cmp/grid/impl/ColumnGroupHeader.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnHeader.d.ts +55 -0
- package/build/types/cmp/grid/impl/ColumnWidthCalculator.d.ts +41 -0
- package/build/types/cmp/grid/impl/GridPersistenceModel.d.ts +34 -0
- package/build/types/cmp/grid/impl/MenuSupport.d.ts +7 -0
- package/build/types/cmp/grid/impl/RowKeyNavSupport.d.ts +11 -0
- package/build/types/cmp/grid/impl/Utils.d.ts +5 -0
- package/build/types/cmp/grid/index.d.ts +15 -0
- package/build/types/cmp/grid/renderers/MultiFieldRenderer.d.ts +27 -0
- package/build/types/cmp/grid/renderers/TagsRenderer.d.ts +3 -0
- package/build/types/cmp/grouping/GroupingChooserModel.d.ts +89 -0
- package/build/types/cmp/grouping/index.d.ts +1 -0
- package/build/types/cmp/input/HoistInputModel.d.ts +148 -0
- package/build/types/cmp/input/HoistInputProps.d.ts +19 -0
- package/build/types/cmp/input/index.d.ts +2 -0
- package/build/types/cmp/layout/Box.d.ts +17 -0
- package/build/types/cmp/layout/Frame.d.ts +15 -0
- package/build/types/cmp/layout/Placeholder.d.ts +12 -0
- package/build/types/cmp/layout/Spacer.d.ts +15 -0
- package/build/types/cmp/layout/Tags.d.ts +32 -0
- package/build/types/cmp/layout/TileFrame.d.ts +38 -0
- package/build/types/cmp/layout/Viewport.d.ts +9 -0
- package/build/types/cmp/layout/index.d.ts +7 -0
- package/build/types/cmp/pinpad/PinPad.d.ts +10 -0
- package/build/types/cmp/pinpad/PinPadModel.d.ts +35 -0
- package/build/types/cmp/pinpad/index.d.ts +2 -0
- package/build/types/cmp/relativetimestamp/RelativeTimestamp.d.ts +46 -0
- package/build/types/cmp/relativetimestamp/index.d.ts +1 -0
- package/build/types/cmp/spinner/Spinner.d.ts +16 -0
- package/build/types/cmp/spinner/index.d.ts +1 -0
- package/build/types/cmp/store/StoreCountLabel.d.ts +18 -0
- package/build/types/cmp/store/StoreFilterField.d.ts +82 -0
- package/build/types/cmp/store/impl/StoreFilterFieldImplModel.d.ts +23 -0
- package/build/types/cmp/store/index.d.ts +2 -0
- package/build/types/cmp/tab/TabContainer.d.ts +20 -0
- package/build/types/cmp/tab/TabContainerModel.d.ts +114 -0
- package/build/types/cmp/tab/TabModel.d.ts +71 -0
- package/build/types/cmp/tab/TabSwitcherProps.d.ts +16 -0
- package/build/types/cmp/tab/index.d.ts +4 -0
- package/build/types/cmp/websocket/WebSocketIndicator.d.ts +10 -0
- package/build/types/cmp/websocket/index.d.ts +1 -0
- package/build/types/core/AppSpec.d.ts +106 -0
- package/build/types/core/AppState.d.ts +13 -0
- package/build/types/core/HoistAppModel.d.ts +81 -0
- package/build/types/core/HoistBase.d.ts +160 -0
- package/build/types/core/HoistBaseDecorators.d.ts +20 -0
- package/build/types/core/HoistComponent.d.ts +109 -0
- package/build/types/core/HoistProps.d.ts +91 -0
- package/build/types/core/HoistService.d.ts +56 -0
- package/build/types/core/RefreshContextView.d.ts +11 -0
- package/build/types/core/RouterModel.d.ts +41 -0
- package/build/types/core/TaskObserver.d.ts +75 -0
- package/build/types/core/XH.d.ts +358 -0
- package/build/types/core/elem.d.ts +55 -0
- package/build/types/core/enums/RefreshMode.d.ts +16 -0
- package/build/types/core/enums/RenderMode.d.ts +13 -0
- package/build/types/core/enums/SizingMode.d.ts +10 -0
- package/build/types/core/exception/Exception.d.ts +63 -0
- package/build/types/core/exception/ExceptionHandler.d.ts +121 -0
- package/build/types/core/exception/Types.d.ts +50 -0
- package/build/types/core/impl/InstallServices.d.ts +18 -0
- package/build/types/core/impl/InstanceManager.d.ts +19 -0
- package/build/types/core/impl/PlatformManager.d.ts +13 -0
- package/build/types/core/index.d.ts +24 -0
- package/build/types/core/load/LoadSpec.d.ts +50 -0
- package/build/types/core/load/LoadSupport.d.ts +36 -0
- package/build/types/core/load/Loadable.d.ts +48 -0
- package/build/types/core/load/index.d.ts +3 -0
- package/build/types/core/model/CreatesSpec.d.ts +29 -0
- package/build/types/core/model/HoistModel.d.ts +121 -0
- package/build/types/core/model/Hooks.d.ts +28 -0
- package/build/types/core/model/ManagedRefreshContextModel.d.ts +23 -0
- package/build/types/core/model/ModelLookup.d.ts +27 -0
- package/build/types/core/model/ModelSelector.d.ts +28 -0
- package/build/types/core/model/ModelSpec.d.ts +30 -0
- package/build/types/core/model/RefreshContextModel.d.ts +45 -0
- package/build/types/core/model/RootRefreshContextModel.d.ts +14 -0
- package/build/types/core/model/UsesSpec.d.ts +49 -0
- package/build/types/core/model/index.d.ts +10 -0
- package/build/types/core/persist/CustomProvider.d.ts +16 -0
- package/build/types/core/persist/DashViewProvider.d.ts +11 -0
- package/build/types/core/persist/LocalStorageProvider.d.ts +11 -0
- package/build/types/core/persist/PersistOptions.d.ts +31 -0
- package/build/types/core/persist/PersistenceProvider.d.ts +49 -0
- package/build/types/core/persist/PrefProvider.d.ts +11 -0
- package/build/types/core/persist/index.d.ts +6 -0
- package/build/types/core/types/Interfaces.d.ts +232 -0
- package/build/types/core/types/Types.d.ts +41 -0
- package/build/types/data/Field.d.ts +72 -0
- package/build/types/data/RecordAction.d.ts +114 -0
- package/build/types/data/Store.d.ts +386 -0
- package/build/types/data/StoreRecord.d.ts +167 -0
- package/build/types/data/StoreSelectionModel.d.ts +52 -0
- package/build/types/data/UrlStore.d.ts +26 -0
- package/build/types/data/cube/BucketSpec.d.ts +13 -0
- package/build/types/data/cube/Cube.d.ts +159 -0
- package/build/types/data/cube/CubeField.d.ts +52 -0
- package/build/types/data/cube/Query.d.ts +63 -0
- package/build/types/data/cube/View.d.ts +97 -0
- package/build/types/data/cube/aggregate/AggregationContext.d.ts +21 -0
- package/build/types/data/cube/aggregate/Aggregator.d.ts +40 -0
- package/build/types/data/cube/aggregate/AverageAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/AverageStrictAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/ChildCountAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/LeafCountAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/MaxAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/MinAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/NullAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/SingleAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/SumAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/SumStrictAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/UniqueAggregator.d.ts +5 -0
- package/build/types/data/cube/row/AggregateRow.d.ts +13 -0
- package/build/types/data/cube/row/BaseRow.d.ts +27 -0
- package/build/types/data/cube/row/BucketRow.d.ts +12 -0
- package/build/types/data/cube/row/LeafRow.d.ts +12 -0
- package/build/types/data/cube/row/RowUpdate.d.ts +10 -0
- package/build/types/data/filter/BaseFilterFieldSpec.d.ts +73 -0
- package/build/types/data/filter/CompoundFilter.d.ts +23 -0
- package/build/types/data/filter/FieldFilter.d.ts +32 -0
- package/build/types/data/filter/Filter.d.ts +25 -0
- package/build/types/data/filter/FunctionFilter.d.ts +20 -0
- package/build/types/data/filter/Types.d.ts +31 -0
- package/build/types/data/filter/Utils.d.ts +49 -0
- package/build/types/data/impl/RecordSet.d.ts +44 -0
- package/build/types/data/impl/RecordValidator.d.ts +39 -0
- package/build/types/data/impl/StoreValidator.d.ts +47 -0
- package/build/types/data/index.d.ts +31 -0
- package/build/types/data/validation/Rule.d.ts +51 -0
- package/build/types/data/validation/ValidationState.d.ts +6 -0
- package/build/types/data/validation/constraints.d.ts +64 -0
- package/build/types/deprecated/index.d.ts +0 -0
- package/build/types/desktop/appcontainer/AboutDialog.d.ts +11 -0
- package/build/types/desktop/appcontainer/AppContainer.d.ts +13 -0
- package/build/types/desktop/appcontainer/Banner.d.ts +8 -0
- package/build/types/desktop/appcontainer/ChangelogDialog.d.ts +3 -0
- package/build/types/desktop/appcontainer/ExceptionDialog.d.ts +13 -0
- package/build/types/desktop/appcontainer/ExceptionDialogDetails.d.ts +8 -0
- package/build/types/desktop/appcontainer/FeedbackDialog.d.ts +6 -0
- package/build/types/desktop/appcontainer/IdlePanel.d.ts +8 -0
- package/build/types/desktop/appcontainer/ImpersonationBar.d.ts +9 -0
- package/build/types/desktop/appcontainer/LockoutPanel.d.ts +8 -0
- package/build/types/desktop/appcontainer/LoginPanel.d.ts +9 -0
- package/build/types/desktop/appcontainer/Message.d.ts +8 -0
- package/build/types/desktop/appcontainer/MessageSource.d.ts +6 -0
- package/build/types/desktop/appcontainer/OptionsDialog.d.ts +9 -0
- package/build/types/desktop/appcontainer/SuspendPanel.d.ts +6 -0
- package/build/types/desktop/appcontainer/ToastSource.d.ts +8 -0
- package/build/types/desktop/appcontainer/VersionBar.d.ts +3 -0
- package/build/types/desktop/appcontainer/index.d.ts +1 -0
- package/build/types/desktop/cmp/appOption/AutoRefreshAppOption.d.ts +340 -0
- package/build/types/desktop/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/desktop/cmp/appOption/ThemeAppOption.d.ts +340 -0
- package/build/types/desktop/cmp/appOption/index.d.ts +3 -0
- package/build/types/desktop/cmp/appbar/AppBar.d.ts +34 -0
- package/build/types/desktop/cmp/appbar/AppBarSeparator.d.ts +6 -0
- package/build/types/desktop/cmp/appbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/button/AppMenuButton.d.ts +36 -0
- package/build/types/desktop/cmp/button/Button.d.ts +28 -0
- package/build/types/desktop/cmp/button/ButtonGroup.d.ts +17 -0
- package/build/types/desktop/cmp/button/ColAutosizeButton.d.ts +14 -0
- package/build/types/desktop/cmp/button/ColChooserButton.d.ts +19 -0
- package/build/types/desktop/cmp/button/DashCanvasAddViewButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/ExportButton.d.ts +22 -0
- package/build/types/desktop/cmp/button/FeedbackButton.d.ts +9 -0
- package/build/types/desktop/cmp/button/LaunchAdminButton.d.ts +9 -0
- package/build/types/desktop/cmp/button/LogoutButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/ModalToggleButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/OptionsButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/RefreshButton.d.ts +13 -0
- package/build/types/desktop/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/desktop/cmp/button/ThemeToggleButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/WhatsNewButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/index.d.ts +15 -0
- package/build/types/desktop/cmp/clipboard/ClipboardButton.d.ts +13 -0
- package/build/types/desktop/cmp/clipboard/ClipboardMenuItem.d.ts +7 -0
- package/build/types/desktop/cmp/clipboard/index.d.ts +2 -0
- package/build/types/desktop/cmp/contextmenu/ContextMenu.d.ts +21 -0
- package/build/types/desktop/cmp/contextmenu/index.d.ts +1 -0
- package/build/types/desktop/cmp/dash/DashConfig.d.ts +33 -0
- package/build/types/desktop/cmp/dash/DashModel.d.ts +19 -0
- package/build/types/desktop/cmp/dash/DashViewModel.d.ts +52 -0
- package/build/types/desktop/cmp/dash/DashViewSpec.d.ts +41 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvas.d.ts +19 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasModel.d.ts +104 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasViewModel.d.ts +27 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasViewSpec.d.ts +30 -0
- package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasContextMenu.d.ts +8 -0
- package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/canvas/impl/utils.d.ts +10 -0
- package/build/types/desktop/cmp/dash/container/DashContainer.d.ts +9 -0
- package/build/types/desktop/cmp/dash/container/DashContainerModel.d.ts +143 -0
- package/build/types/desktop/cmp/dash/container/DashContainerViewSpec.d.ts +17 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerContextMenu.d.ts +15 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerMenuButton.d.ts +7 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerUtils.d.ts +14 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/index.d.ts +11 -0
- package/build/types/desktop/cmp/dock/DockContainer.d.ts +26 -0
- package/build/types/desktop/cmp/dock/DockContainerModel.d.ts +33 -0
- package/build/types/desktop/cmp/dock/DockViewModel.d.ts +75 -0
- package/build/types/desktop/cmp/dock/impl/DockContainer.d.ts +10 -0
- package/build/types/desktop/cmp/dock/impl/DockView.d.ts +15 -0
- package/build/types/desktop/cmp/dock/index.d.ts +3 -0
- package/build/types/desktop/cmp/error/ErrorMessage.d.ts +33 -0
- package/build/types/desktop/cmp/error/index.d.ts +1 -0
- package/build/types/desktop/cmp/filechooser/FileChooser.d.ts +42 -0
- package/build/types/desktop/cmp/filechooser/FileChooserModel.d.ts +25 -0
- package/build/types/desktop/cmp/filechooser/index.d.ts +2 -0
- package/build/types/desktop/cmp/filter/FilterChooser.d.ts +28 -0
- package/build/types/desktop/cmp/filter/index.d.ts +2 -0
- package/build/types/desktop/cmp/form/FormField.d.ts +63 -0
- package/build/types/desktop/cmp/form/index.d.ts +1 -0
- package/build/types/desktop/cmp/grid/columns/Actions.d.ts +29 -0
- package/build/types/desktop/cmp/grid/editors/BooleanEditor.d.ts +16 -0
- package/build/types/desktop/cmp/grid/editors/DateEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/EditorProps.d.ts +17 -0
- package/build/types/desktop/cmp/grid/editors/NumberEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/SelectEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/TextAreaEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/TextEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/impl/InlineEditorModel.d.ts +15 -0
- package/build/types/desktop/cmp/grid/editors/index.d.ts +6 -0
- package/build/types/desktop/cmp/grid/find/GridFindField.d.ts +43 -0
- package/build/types/desktop/cmp/grid/find/impl/GridFindFieldImplModel.d.ts +37 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooser.d.ts +18 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserDialog.d.ts +2 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserModel.d.ts +33 -0
- package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.d.ts +9 -0
- package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilterModel.d.ts +38 -0
- package/build/types/desktop/cmp/grid/impl/filter/GridFilterDialog.d.ts +11 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomRow.d.ts +6 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomRowModel.d.ts +28 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomTabModel.d.ts +21 -0
- package/build/types/desktop/cmp/grid/impl/filter/values/ValuesTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/values/ValuesTabModel.d.ts +33 -0
- package/build/types/desktop/cmp/grid/index.d.ts +3 -0
- package/build/types/desktop/cmp/grouping/GroupingChooser.d.ts +26 -0
- package/build/types/desktop/cmp/grouping/index.d.ts +2 -0
- package/build/types/desktop/cmp/input/ButtonGroupInput.d.ts +26 -0
- package/build/types/desktop/cmp/input/Checkbox.d.ts +28 -0
- package/build/types/desktop/cmp/input/CodeInput.d.ts +80 -0
- package/build/types/desktop/cmp/input/DateInput.d.ts +117 -0
- package/build/types/desktop/cmp/input/JsonInput.d.ts +9 -0
- package/build/types/desktop/cmp/input/NumberInput.d.ts +77 -0
- package/build/types/desktop/cmp/input/RadioInput.d.ts +22 -0
- package/build/types/desktop/cmp/input/Select.d.ts +139 -0
- package/build/types/desktop/cmp/input/Slider.d.ts +33 -0
- package/build/types/desktop/cmp/input/SwitchInput.d.ts +21 -0
- package/build/types/desktop/cmp/input/TextArea.d.ts +26 -0
- package/build/types/desktop/cmp/input/TextInput.d.ts +55 -0
- package/build/types/desktop/cmp/input/index.d.ts +12 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooser.d.ts +14 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserFilter.d.ts +15 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserModel.d.ts +83 -0
- package/build/types/desktop/cmp/leftrightchooser/impl/ChooserToolbar.d.ts +3 -0
- package/build/types/desktop/cmp/leftrightchooser/impl/Description.d.ts +3 -0
- package/build/types/desktop/cmp/leftrightchooser/index.d.ts +3 -0
- package/build/types/desktop/cmp/loadingindicator/LoadingIndicator.d.ts +27 -0
- package/build/types/desktop/cmp/loadingindicator/index.d.ts +1 -0
- package/build/types/desktop/cmp/mask/Mask.d.ts +27 -0
- package/build/types/desktop/cmp/mask/index.d.ts +1 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupport.d.ts +16 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupportModel.d.ts +30 -0
- package/build/types/desktop/cmp/modalsupport/index.d.ts +2 -0
- package/build/types/desktop/cmp/panel/Panel.d.ts +60 -0
- package/build/types/desktop/cmp/panel/PanelModel.d.ts +112 -0
- package/build/types/desktop/cmp/panel/impl/PanelHeader.d.ts +2 -0
- package/build/types/desktop/cmp/panel/impl/ResizeContainer.d.ts +1 -0
- package/build/types/desktop/cmp/panel/impl/Splitter.d.ts +2 -0
- package/build/types/desktop/cmp/panel/impl/dragger/Dragger.d.ts +3 -0
- package/build/types/desktop/cmp/panel/impl/dragger/DraggerModel.d.ts +33 -0
- package/build/types/desktop/cmp/panel/index.d.ts +2 -0
- package/build/types/desktop/cmp/pinpad/impl/PinPad.d.ts +11 -0
- package/build/types/desktop/cmp/record/RecordActionBar.d.ts +33 -0
- package/build/types/desktop/cmp/record/impl/RecordActionButton.d.ts +21 -0
- package/build/types/desktop/cmp/record/index.d.ts +1 -0
- package/build/types/desktop/cmp/rest/Actions.d.ts +7 -0
- package/build/types/desktop/cmp/rest/RestGrid.d.ts +24 -0
- package/build/types/desktop/cmp/rest/RestGridModel.d.ts +98 -0
- package/build/types/desktop/cmp/rest/data/RestField.d.ts +37 -0
- package/build/types/desktop/cmp/rest/data/RestStore.d.ts +39 -0
- package/build/types/desktop/cmp/rest/impl/RestForm.d.ts +6 -0
- package/build/types/desktop/cmp/rest/impl/RestFormField.d.ts +5 -0
- package/build/types/desktop/cmp/rest/impl/RestFormModel.d.ts +48 -0
- package/build/types/desktop/cmp/rest/impl/RestGridToolbar.d.ts +5 -0
- package/build/types/desktop/cmp/rest/index.d.ts +4 -0
- package/build/types/desktop/cmp/store/impl/StoreFilterField.d.ts +7 -0
- package/build/types/desktop/cmp/tab/TabSwitcher.d.ts +15 -0
- package/build/types/desktop/cmp/tab/impl/Tab.d.ts +12 -0
- package/build/types/desktop/cmp/tab/impl/TabContainer.d.ts +8 -0
- package/build/types/desktop/cmp/tab/index.d.ts +1 -0
- package/build/types/desktop/cmp/toolbar/Toolbar.d.ts +31 -0
- package/build/types/desktop/cmp/toolbar/ToolbarSep.d.ts +11 -0
- package/build/types/desktop/cmp/toolbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/treemap/SplitTreeMap.d.ts +11 -0
- package/build/types/desktop/cmp/treemap/SplitTreeMapModel.d.ts +79 -0
- package/build/types/desktop/cmp/treemap/TreeMap.d.ts +16 -0
- package/build/types/desktop/cmp/treemap/TreeMapModel.d.ts +182 -0
- package/build/types/desktop/cmp/treemap/impl/Splitter.d.ts +6 -0
- package/build/types/desktop/cmp/treemap/index.d.ts +4 -0
- package/build/types/desktop/hooks/UseContextMenu.d.ts +11 -0
- package/build/types/desktop/hooks/UseHotkeys.d.ts +14 -0
- package/build/types/desktop/hooks/index.d.ts +2 -0
- package/build/types/desktop/register.d.ts +1 -0
- package/build/types/dynamics/desktop.d.ts +27 -0
- package/build/types/dynamics/mobile.d.ts +21 -0
- package/build/types/format/FormatDate.d.ts +52 -0
- package/build/types/format/FormatMisc.d.ts +41 -0
- package/build/types/format/FormatNumber.d.ts +112 -0
- package/build/types/format/FormatUtils.d.ts +11 -0
- package/build/types/format/impl/Utils.d.ts +7 -0
- package/build/types/format/index.d.ts +4 -0
- package/build/types/icon/Icon.d.ts +340 -0
- package/build/types/icon/XHLogo.d.ts +4 -0
- package/build/types/icon/impl/IconCmp.d.ts +6 -0
- package/build/types/icon/impl/IconHtml.d.ts +13 -0
- package/build/types/icon/index.d.ts +2 -0
- package/build/types/inspector/InspectorPanel.d.ts +5 -0
- package/build/types/inspector/instances/InstancesModel.d.ts +48 -0
- package/build/types/inspector/instances/InstancesPanel.d.ts +2 -0
- package/build/types/inspector/stats/StatsModel.d.ts +19 -0
- package/build/types/inspector/stats/StatsPanel.d.ts +2 -0
- package/build/types/kit/ag-grid/index.d.ts +19 -0
- package/build/types/kit/blueprint/Dialog.d.ts +13 -0
- package/build/types/kit/blueprint/Wrappers.d.ts +5 -0
- package/build/types/kit/blueprint/index.d.ts +8 -0
- package/build/types/kit/highcharts/index.d.ts +6 -0
- package/build/types/kit/onsen/index.d.ts +8 -0
- package/build/types/kit/react-beautiful-dnd/index.d.ts +3 -0
- package/build/types/kit/react-dates/index.d.ts +5 -0
- package/build/types/kit/react-dropzone/index.d.ts +3 -0
- package/build/types/kit/react-select/index.d.ts +7 -0
- package/build/types/mobile/appcontainer/AboutDialog.d.ts +10 -0
- package/build/types/mobile/appcontainer/AppContainer.d.ts +13 -0
- package/build/types/mobile/appcontainer/Banner.d.ts +8 -0
- package/build/types/mobile/appcontainer/ExceptionDialog.d.ts +13 -0
- package/build/types/mobile/appcontainer/ExceptionDialogDetails.d.ts +7 -0
- package/build/types/mobile/appcontainer/FeedbackDialog.d.ts +6 -0
- package/build/types/mobile/appcontainer/IdlePanel.d.ts +8 -0
- package/build/types/mobile/appcontainer/ImpersonationBar.d.ts +9 -0
- package/build/types/mobile/appcontainer/LockoutPanel.d.ts +7 -0
- package/build/types/mobile/appcontainer/LoginPanel.d.ts +9 -0
- package/build/types/mobile/appcontainer/Message.d.ts +7 -0
- package/build/types/mobile/appcontainer/MessageSource.d.ts +6 -0
- package/build/types/mobile/appcontainer/OptionsDialog.d.ts +6 -0
- package/build/types/mobile/appcontainer/SuspendPanel.d.ts +6 -0
- package/build/types/mobile/appcontainer/Toast.d.ts +6 -0
- package/build/types/mobile/appcontainer/ToastSource.d.ts +7 -0
- package/build/types/mobile/appcontainer/VersionBar.d.ts +5 -0
- package/build/types/mobile/appcontainer/index.d.ts +1 -0
- package/build/types/mobile/cmp/appOption/AutoRefreshAppOption.d.ts +333 -0
- package/build/types/mobile/cmp/appOption/SizingModeAppOption.d.ts +336 -0
- package/build/types/mobile/cmp/appOption/ThemeAppOption.d.ts +333 -0
- package/build/types/mobile/cmp/appOption/index.d.ts +3 -0
- package/build/types/mobile/cmp/button/Button.d.ts +22 -0
- package/build/types/mobile/cmp/button/ButtonGroup.d.ts +13 -0
- package/build/types/mobile/cmp/button/ColAutosizeButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/ColChooserButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/ExpandCollapseButton.d.ts +12 -0
- package/build/types/mobile/cmp/button/FeedbackButton.d.ts +9 -0
- package/build/types/mobile/cmp/button/LogoutButton.d.ts +11 -0
- package/build/types/mobile/cmp/button/NavigatorBackButton.d.ts +8 -0
- package/build/types/mobile/cmp/button/OptionsButton.d.ts +10 -0
- package/build/types/mobile/cmp/button/RefreshButton.d.ts +13 -0
- package/build/types/mobile/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/mobile/cmp/button/ThemeToggleButton.d.ts +8 -0
- package/build/types/mobile/cmp/button/index.d.ts +11 -0
- package/build/types/mobile/cmp/dialog/Dialog.d.ts +17 -0
- package/build/types/mobile/cmp/dialog/index.d.ts +1 -0
- package/build/types/mobile/cmp/error/ErrorMessage.d.ts +33 -0
- package/build/types/mobile/cmp/error/index.d.ts +1 -0
- package/build/types/mobile/cmp/form/FormField.d.ts +26 -0
- package/build/types/mobile/cmp/form/index.d.ts +1 -0
- package/build/types/mobile/cmp/grid/impl/ColChooser.d.ts +22 -0
- package/build/types/mobile/cmp/grid/impl/ColChooserModel.d.ts +46 -0
- package/build/types/mobile/cmp/grouping/GroupingChooser.d.ts +20 -0
- package/build/types/mobile/cmp/grouping/index.d.ts +2 -0
- package/build/types/mobile/cmp/header/AppBar.d.ts +39 -0
- package/build/types/mobile/cmp/header/AppMenuButton.d.ts +31 -0
- package/build/types/mobile/cmp/header/index.d.ts +2 -0
- package/build/types/mobile/cmp/input/ButtonGroupInput.d.ts +23 -0
- package/build/types/mobile/cmp/input/Checkbox.d.ts +14 -0
- package/build/types/mobile/cmp/input/DateInput.d.ts +53 -0
- package/build/types/mobile/cmp/input/Label.d.ts +11 -0
- package/build/types/mobile/cmp/input/NumberInput.d.ts +52 -0
- package/build/types/mobile/cmp/input/SearchInput.d.ts +24 -0
- package/build/types/mobile/cmp/input/Select.d.ts +122 -0
- package/build/types/mobile/cmp/input/SwitchInput.d.ts +14 -0
- package/build/types/mobile/cmp/input/TextArea.d.ts +22 -0
- package/build/types/mobile/cmp/input/TextInput.d.ts +39 -0
- package/build/types/mobile/cmp/input/index.d.ts +10 -0
- package/build/types/mobile/cmp/loadingindicator/LoadingIndicator.d.ts +27 -0
- package/build/types/mobile/cmp/loadingindicator/index.d.ts +1 -0
- package/build/types/mobile/cmp/mask/Mask.d.ts +25 -0
- package/build/types/mobile/cmp/mask/index.d.ts +1 -0
- package/build/types/mobile/cmp/menu/MenuButton.d.ts +21 -0
- package/build/types/mobile/cmp/menu/impl/Menu.d.ts +12 -0
- package/build/types/mobile/cmp/menu/index.d.ts +1 -0
- package/build/types/mobile/cmp/navigator/Navigator.d.ts +13 -0
- package/build/types/mobile/cmp/navigator/NavigatorModel.d.ts +55 -0
- package/build/types/mobile/cmp/navigator/PageModel.d.ts +60 -0
- package/build/types/mobile/cmp/navigator/impl/Page.d.ts +12 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/BackIndicator.d.ts +6 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/RefreshIndicator.d.ts +6 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/Swiper.d.ts +8 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/SwiperModel.d.ts +23 -0
- package/build/types/mobile/cmp/navigator/index.d.ts +2 -0
- package/build/types/mobile/cmp/panel/DialogPanel.d.ts +15 -0
- package/build/types/mobile/cmp/panel/Panel.d.ts +39 -0
- package/build/types/mobile/cmp/panel/impl/PanelHeader.d.ts +6 -0
- package/build/types/mobile/cmp/panel/index.d.ts +2 -0
- package/build/types/mobile/cmp/pinpad/impl/PinPad.d.ts +9 -0
- package/build/types/mobile/cmp/popover/Popover.d.ts +36 -0
- package/build/types/mobile/cmp/popover/index.d.ts +1 -0
- package/build/types/mobile/cmp/store/impl/StoreFilterField.d.ts +7 -0
- package/build/types/mobile/cmp/tab/impl/Tab.d.ts +13 -0
- package/build/types/mobile/cmp/tab/impl/TabContainer.d.ts +10 -0
- package/build/types/mobile/cmp/toolbar/Toolbar.d.ts +12 -0
- package/build/types/mobile/cmp/toolbar/ToolbarSeparator.d.ts +8 -0
- package/build/types/mobile/cmp/toolbar/index.d.ts +2 -0
- package/build/types/mobile/register.d.ts +1 -0
- package/build/types/mobx/decorators.d.ts +11 -0
- package/build/types/mobx/index.d.ts +5 -0
- package/build/types/mobx/overrides.d.ts +9 -0
- package/build/types/promise/Promise.d.ts +107 -0
- package/build/types/promise/index.d.ts +1 -0
- package/build/types/svc/AlertBannerService.d.ts +19 -0
- package/build/types/svc/AutoRefreshService.d.ts +28 -0
- package/build/types/svc/ChangelogService.d.ts +62 -0
- package/build/types/svc/ConfigService.d.ts +36 -0
- package/build/types/svc/EnvironmentService.d.ts +24 -0
- package/build/types/svc/FetchService.d.ts +139 -0
- package/build/types/svc/GridAutosizeService.d.ts +38 -0
- package/build/types/svc/GridExportService.d.ts +56 -0
- package/build/types/svc/IdentityService.d.ts +61 -0
- package/build/types/svc/IdleService.d.ts +21 -0
- package/build/types/svc/InspectorService.d.ts +74 -0
- package/build/types/svc/JsonBlobService.d.ts +35 -0
- package/build/types/svc/LocalStorageService.d.ts +24 -0
- package/build/types/svc/PrefService.d.ts +76 -0
- package/build/types/svc/TrackService.d.ts +15 -0
- package/build/types/svc/WebSocketService.d.ts +94 -0
- package/build/types/svc/index.d.ts +16 -0
- package/build/types/utils/async/AsyncUtils.d.ts +40 -0
- package/build/types/utils/async/Timer.d.ts +89 -0
- package/build/types/utils/async/index.d.ts +2 -0
- package/build/types/utils/datetime/DateTimeUtils.d.ts +10 -0
- package/build/types/utils/datetime/LocalDate.d.ts +94 -0
- package/build/types/utils/datetime/index.d.ts +2 -0
- package/build/types/utils/impl/Equals.d.ts +4 -0
- package/build/types/utils/impl/IsOmitted.d.ts +7 -0
- package/build/types/utils/impl/Separators.d.ts +10 -0
- package/build/types/utils/impl/TimeZone.d.ts +4 -0
- package/build/types/utils/impl/index.d.ts +4 -0
- package/build/types/utils/js/BrowserUtils.d.ts +4 -0
- package/build/types/utils/js/Decorators.d.ts +25 -0
- package/build/types/utils/js/DomUtils.d.ts +46 -0
- package/build/types/utils/js/HtmlUtils.d.ts +4 -0
- package/build/types/utils/js/LangUtils.d.ts +112 -0
- package/build/types/utils/js/LogUtils.d.ts +32 -0
- package/build/types/utils/js/VersionUtils.d.ts +17 -0
- package/build/types/utils/js/index.d.ts +7 -0
- package/build/types/utils/react/ClassName.d.ts +14 -0
- package/build/types/utils/react/Hooks.d.ts +47 -0
- package/build/types/utils/react/LayoutPropUtils.d.ts +42 -0
- package/build/types/utils/react/ObservableRef.d.ts +13 -0
- package/build/types/utils/react/ReactUtils.d.ts +19 -0
- package/build/types/utils/react/index.d.ts +5 -0
- package/package.json +2 -2
- package/tsconfig.json +14 -7
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
import { FontAwesomeIconProps } from '@fortawesome/react-fontawesome';
|
|
2
|
+
import { ReactElement } from 'react';
|
|
3
|
+
import { HoistProps, Intent, Thunkable } from '@xh/hoist/core';
|
|
4
|
+
export interface IconProps extends HoistProps, Partial<Omit<FontAwesomeIconProps, 'ref'>> {
|
|
5
|
+
/** Name of the icon in FontAwesome. */
|
|
6
|
+
iconName?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Prefix or weight of the icon. By default, 'far' for the standard
|
|
9
|
+
* variant of each icon. Pass a value of either 'fas' for a heavier-weight/solid variant
|
|
10
|
+
* or 'fal' for a lighter-weight variant.
|
|
11
|
+
*/
|
|
12
|
+
prefix?: 'far' | 'fas' | 'fal' | 'fab';
|
|
13
|
+
intent?: Intent;
|
|
14
|
+
/** Optional tooltip string. */
|
|
15
|
+
title?: string;
|
|
16
|
+
/** Size of the icon, as specified by the FontAwesome API. */
|
|
17
|
+
size?: '2xs' | 'xs' | 'sm' | 'lg' | 'xl' | '2xl' | '1x' | '2x' | '3x' | '4x' | '5x' | '6x' | '7x' | '8x' | '9x' | '10x';
|
|
18
|
+
/** Set to true to return the output as a string containing the raw <svg/> tag.*/
|
|
19
|
+
asHtml?: boolean;
|
|
20
|
+
/** True to skip rendering this Icon. */
|
|
21
|
+
omit?: Thunkable<boolean>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Singleton class to provide factories for creating standard FontAwesome-based icons.
|
|
25
|
+
*
|
|
26
|
+
* Currently we are importing the licensed "pro" library with additional icons - note this requires
|
|
27
|
+
* fetching the FA npm package via a registry URL w/license token.
|
|
28
|
+
*
|
|
29
|
+
* See https://fontawesome.com/pro#license.
|
|
30
|
+
*/
|
|
31
|
+
export declare const Icon: {
|
|
32
|
+
/**
|
|
33
|
+
* Return a standard Hoist FontAwesome-based icon.
|
|
34
|
+
*
|
|
35
|
+
* Note that in order to use an icon with this factory, its definition must have been already
|
|
36
|
+
* imported and registered with FontAwesome via a call to library.add().
|
|
37
|
+
*
|
|
38
|
+
* Applications will often not need to use this factory directly when creating specific
|
|
39
|
+
* icons enumerated by Hoist. In that case use the supplied factories on the Icon class
|
|
40
|
+
* directly (e.g. Icon.add(), Icon.book(), etc.) These factories will delegate to this method,
|
|
41
|
+
* with the name of a pre-imported icon preset.
|
|
42
|
+
*/
|
|
43
|
+
icon(opts?: IconProps): any;
|
|
44
|
+
addressCard(p?: IconProps): any;
|
|
45
|
+
angleDoubleDown(p?: IconProps): any;
|
|
46
|
+
angleDoubleLeft(p?: IconProps): any;
|
|
47
|
+
angleDoubleRight(p?: IconProps): any;
|
|
48
|
+
angleDoubleUp(p?: IconProps): any;
|
|
49
|
+
angleDown(p?: IconProps): any;
|
|
50
|
+
angleLeft(p?: IconProps): any;
|
|
51
|
+
angleRight(p?: IconProps): any;
|
|
52
|
+
angleUp(p?: IconProps): any;
|
|
53
|
+
arrowDown(p?: IconProps): any;
|
|
54
|
+
arrowDownToBracket(p?: IconProps): any;
|
|
55
|
+
arrowLeft(p?: IconProps): any;
|
|
56
|
+
arrowRight(p?: IconProps): any;
|
|
57
|
+
arrowRightArrowLeft(p?: IconProps): any;
|
|
58
|
+
arrowToBottom(p?: IconProps): any;
|
|
59
|
+
arrowToLeft(p?: IconProps): any;
|
|
60
|
+
arrowToRight(p?: IconProps): any;
|
|
61
|
+
arrowToTop(p?: IconProps): any;
|
|
62
|
+
arrowUp(p?: IconProps): any;
|
|
63
|
+
arrowUpFromBracket(p?: IconProps): any;
|
|
64
|
+
arrowsLeftRight(p?: IconProps): any;
|
|
65
|
+
arrowsRotate(p?: IconProps): any;
|
|
66
|
+
arrowsUpDown(p?: IconProps): any;
|
|
67
|
+
balanceScale(p?: IconProps): any;
|
|
68
|
+
balanceScaleLeft(p?: IconProps): any;
|
|
69
|
+
balanceScaleRight(p?: IconProps): any;
|
|
70
|
+
bars(p?: IconProps): any;
|
|
71
|
+
bolt(p?: IconProps): any;
|
|
72
|
+
book(p?: IconProps): any;
|
|
73
|
+
bookmark(p?: IconProps): any;
|
|
74
|
+
books(p?: IconProps): any;
|
|
75
|
+
box(p?: IconProps): any;
|
|
76
|
+
boxFull(p?: IconProps): any;
|
|
77
|
+
browser(p?: IconProps): any;
|
|
78
|
+
bullhorn(p?: IconProps): any;
|
|
79
|
+
calculator(p?: IconProps): any;
|
|
80
|
+
calendar(p?: IconProps): any;
|
|
81
|
+
camera(p?: IconProps): any;
|
|
82
|
+
caretLeft(p?: IconProps): any;
|
|
83
|
+
caretRight(p?: IconProps): any;
|
|
84
|
+
chartArea(p?: IconProps): any;
|
|
85
|
+
chartBar(p?: IconProps): any;
|
|
86
|
+
chartLine(p?: IconProps): any;
|
|
87
|
+
chartPie(p?: IconProps): any;
|
|
88
|
+
check(p?: IconProps): any;
|
|
89
|
+
checkCircle(p?: IconProps): any;
|
|
90
|
+
chess(p?: IconProps): any;
|
|
91
|
+
chessKnight(p?: IconProps): any;
|
|
92
|
+
chevronDown(p?: IconProps): any;
|
|
93
|
+
chevronLeft(p?: IconProps): any;
|
|
94
|
+
chevronRight(p?: IconProps): any;
|
|
95
|
+
chevronUp(p?: IconProps): any;
|
|
96
|
+
circle(p?: IconProps): any;
|
|
97
|
+
clipboard(p?: IconProps): any;
|
|
98
|
+
clock(p?: IconProps): any;
|
|
99
|
+
cloudDownload(p?: IconProps): any;
|
|
100
|
+
cloudUpload(p?: IconProps): any;
|
|
101
|
+
code(p?: IconProps): any;
|
|
102
|
+
collapse(p?: IconProps): any;
|
|
103
|
+
comment(p?: IconProps): any;
|
|
104
|
+
contact(p?: IconProps): any;
|
|
105
|
+
copy(p?: IconProps): any;
|
|
106
|
+
cross(p?: IconProps): any;
|
|
107
|
+
crosshairs(p?: IconProps): any;
|
|
108
|
+
cube(p?: IconProps): any;
|
|
109
|
+
database(p?: IconProps): any;
|
|
110
|
+
desktop(p?: IconProps): any;
|
|
111
|
+
dollarSign(p?: IconProps): any;
|
|
112
|
+
dollarSignCircle(p?: IconProps): any;
|
|
113
|
+
ellipsisHorizontal(p?: IconProps): any;
|
|
114
|
+
ellipsisVertical(p?: IconProps): any;
|
|
115
|
+
envelope(p?: IconProps): any;
|
|
116
|
+
equals(p?: IconProps): any;
|
|
117
|
+
euroSign(p?: IconProps): any;
|
|
118
|
+
expand(p?: IconProps): any;
|
|
119
|
+
experiment(p?: IconProps): any;
|
|
120
|
+
eye(p?: IconProps): any;
|
|
121
|
+
eyeSlash(p?: IconProps): any;
|
|
122
|
+
factory(p?: IconProps): any;
|
|
123
|
+
file(p?: IconProps): any;
|
|
124
|
+
fileArchive(p?: IconProps): any;
|
|
125
|
+
fileCertificate(p?: IconProps): any;
|
|
126
|
+
fileChart(p?: IconProps): any;
|
|
127
|
+
fileCsv(p?: IconProps): any;
|
|
128
|
+
fileExcel(p?: IconProps): any;
|
|
129
|
+
fileImage(p?: IconProps): any;
|
|
130
|
+
filePdf(p?: IconProps): any;
|
|
131
|
+
filePowerpoint(p?: IconProps): any;
|
|
132
|
+
fileText(p?: IconProps): any;
|
|
133
|
+
fileWord(p?: IconProps): any;
|
|
134
|
+
flag(p?: IconProps): any;
|
|
135
|
+
floppyDisk(p?: IconProps): any;
|
|
136
|
+
folder(p?: IconProps): any;
|
|
137
|
+
folderOpen(p?: IconProps): any;
|
|
138
|
+
func(p?: IconProps): any;
|
|
139
|
+
fund(p?: IconProps): any;
|
|
140
|
+
funnel(p?: IconProps): any;
|
|
141
|
+
gauge(p?: IconProps): any;
|
|
142
|
+
gear(p?: IconProps): any;
|
|
143
|
+
gears(p?: IconProps): any;
|
|
144
|
+
gift(p?: IconProps): any;
|
|
145
|
+
globe(p?: IconProps): any;
|
|
146
|
+
globeAmericas(p?: IconProps): any;
|
|
147
|
+
greaterThan(p?: IconProps): any;
|
|
148
|
+
greaterThanEqual(p?: IconProps): any;
|
|
149
|
+
grid(p?: IconProps): any;
|
|
150
|
+
gridLarge(p?: IconProps): any;
|
|
151
|
+
gridPanel(p?: IconProps): any;
|
|
152
|
+
grip(p?: IconProps): any;
|
|
153
|
+
hand(p?: IconProps): any;
|
|
154
|
+
handshake(p?: IconProps): any;
|
|
155
|
+
health(p?: IconProps): any;
|
|
156
|
+
heartRate(p?: IconProps): any;
|
|
157
|
+
history(p?: IconProps): any;
|
|
158
|
+
home(p?: IconProps): any;
|
|
159
|
+
impersonate(p?: IconProps): any;
|
|
160
|
+
inbox(p?: IconProps): any;
|
|
161
|
+
infoCircle(p?: IconProps): any;
|
|
162
|
+
institution(p?: IconProps): any;
|
|
163
|
+
json(p?: IconProps): any;
|
|
164
|
+
layout(p?: IconProps): any;
|
|
165
|
+
learn(p?: IconProps): any;
|
|
166
|
+
lessThan(p?: IconProps): any;
|
|
167
|
+
lessThanEqual(p?: IconProps): any;
|
|
168
|
+
link(p?: IconProps): any;
|
|
169
|
+
list(p?: IconProps): any;
|
|
170
|
+
location(p?: IconProps): any;
|
|
171
|
+
lock(p?: IconProps): any;
|
|
172
|
+
login(p?: IconProps): any;
|
|
173
|
+
logout(p?: IconProps): any;
|
|
174
|
+
magic(p?: IconProps): any;
|
|
175
|
+
magnifyingGlass(p?: IconProps): any;
|
|
176
|
+
mail(p?: IconProps): any;
|
|
177
|
+
mapSigns(p?: IconProps): any;
|
|
178
|
+
mask(p?: IconProps): any;
|
|
179
|
+
minusCircle(p?: IconProps): any;
|
|
180
|
+
mixedChart(p?: IconProps): any;
|
|
181
|
+
mobile(p?: IconProps): any;
|
|
182
|
+
moon(p?: IconProps): any;
|
|
183
|
+
news(p?: IconProps): any;
|
|
184
|
+
notEquals(p?: IconProps): any;
|
|
185
|
+
office(p?: IconProps): any;
|
|
186
|
+
openExternal(p?: IconProps): any;
|
|
187
|
+
options(p?: IconProps): any;
|
|
188
|
+
paperclip(p?: IconProps): any;
|
|
189
|
+
paste(p?: IconProps): any;
|
|
190
|
+
pause(p?: IconProps): any;
|
|
191
|
+
pauseCircle(p?: IconProps): any;
|
|
192
|
+
penToSquare(p?: IconProps): any;
|
|
193
|
+
phone(p?: IconProps): any;
|
|
194
|
+
pin(p?: IconProps): any;
|
|
195
|
+
play(p?: IconProps): any;
|
|
196
|
+
playCircle(p?: IconProps): any;
|
|
197
|
+
plus(p?: IconProps): any;
|
|
198
|
+
plusCircle(p?: IconProps): any;
|
|
199
|
+
pointerUp(p?: IconProps): any;
|
|
200
|
+
portfolio(p?: IconProps): any;
|
|
201
|
+
poundSign(p?: IconProps): any;
|
|
202
|
+
print(p?: IconProps): any;
|
|
203
|
+
question(p?: IconProps): any;
|
|
204
|
+
questionCircle(p?: IconProps): any;
|
|
205
|
+
random(p?: IconProps): any;
|
|
206
|
+
receipt(p?: IconProps): any;
|
|
207
|
+
redo(p?: IconProps): any;
|
|
208
|
+
reset(p?: IconProps): any;
|
|
209
|
+
rocket(p?: IconProps): any;
|
|
210
|
+
server(p?: IconProps): any;
|
|
211
|
+
settings(p?: IconProps): any;
|
|
212
|
+
shield(p?: IconProps): any;
|
|
213
|
+
shieldCheck(p?: IconProps): any;
|
|
214
|
+
sigma(p?: IconProps): any;
|
|
215
|
+
skull(p?: IconProps): any;
|
|
216
|
+
slashedCircle(p?: IconProps): any;
|
|
217
|
+
spinner(p?: IconProps): any;
|
|
218
|
+
star(p?: IconProps): any;
|
|
219
|
+
stop(p?: IconProps): any;
|
|
220
|
+
stopCircle(p?: IconProps): any;
|
|
221
|
+
stopwatch(p?: IconProps): any;
|
|
222
|
+
sun(p?: IconProps): any;
|
|
223
|
+
tab(p?: IconProps): any;
|
|
224
|
+
table(p?: IconProps): any;
|
|
225
|
+
tag(p?: IconProps): any;
|
|
226
|
+
tags(p?: IconProps): any;
|
|
227
|
+
target(p?: IconProps): any;
|
|
228
|
+
terminal(p?: IconProps): any;
|
|
229
|
+
thumbsDown(p?: IconProps): any;
|
|
230
|
+
thumbsUp(p?: IconProps): any;
|
|
231
|
+
toast(p?: IconProps): any;
|
|
232
|
+
toolbox(p?: IconProps): any;
|
|
233
|
+
tools(p?: IconProps): any;
|
|
234
|
+
trash(p?: IconProps): any;
|
|
235
|
+
treeList(p?: IconProps): any;
|
|
236
|
+
undo(p?: IconProps): any;
|
|
237
|
+
unlink(p?: IconProps): any;
|
|
238
|
+
unlock(p?: IconProps): any;
|
|
239
|
+
user(p?: IconProps): any;
|
|
240
|
+
userCheck(p?: IconProps): any;
|
|
241
|
+
userCircle(p?: IconProps): any;
|
|
242
|
+
userClock(p?: IconProps): any;
|
|
243
|
+
users(p?: IconProps): any;
|
|
244
|
+
warning(p?: IconProps): any;
|
|
245
|
+
warningCircle(p?: IconProps): any;
|
|
246
|
+
warningSquare(p?: IconProps): any;
|
|
247
|
+
window(p?: IconProps): any;
|
|
248
|
+
wrench(p?: IconProps): any;
|
|
249
|
+
x(p?: IconProps): any;
|
|
250
|
+
xCircle(p?: IconProps): any;
|
|
251
|
+
xHexagon(p?: IconProps): any;
|
|
252
|
+
/**
|
|
253
|
+
* Allows apps to override Hoist choices for given icons.
|
|
254
|
+
*/
|
|
255
|
+
accessDenied(p?: IconProps): any;
|
|
256
|
+
add(p?: IconProps): any;
|
|
257
|
+
analytics(p?: IconProps): any;
|
|
258
|
+
approve(p?: IconProps): any;
|
|
259
|
+
attachment(p?: IconProps): any;
|
|
260
|
+
close(p?: IconProps): any;
|
|
261
|
+
columnMenu(p?: IconProps): any;
|
|
262
|
+
danger(p?: IconProps): any;
|
|
263
|
+
delete(p?: IconProps): any;
|
|
264
|
+
detail(p?: IconProps): any;
|
|
265
|
+
diff(p?: IconProps): any;
|
|
266
|
+
disabled(p?: IconProps): any;
|
|
267
|
+
download(p?: IconProps): any;
|
|
268
|
+
edit(p?: IconProps): any;
|
|
269
|
+
error(p?: IconProps): any;
|
|
270
|
+
favorite(p?: IconProps): any;
|
|
271
|
+
filter(p?: IconProps): any;
|
|
272
|
+
groupRowCollapsed(p?: IconProps): any;
|
|
273
|
+
groupRowExpanded(p?: IconProps): any;
|
|
274
|
+
info(p?: IconProps): any;
|
|
275
|
+
instrument(p?: IconProps): any;
|
|
276
|
+
menu(p?: IconProps): any;
|
|
277
|
+
panelCollapseToggleDown(p?: IconProps): any;
|
|
278
|
+
panelCollapseToggleLeft(p?: IconProps): any;
|
|
279
|
+
panelCollapseToggleRight(p?: IconProps): any;
|
|
280
|
+
panelCollapseToggleUp(p?: IconProps): any;
|
|
281
|
+
refresh(p?: IconProps): any;
|
|
282
|
+
report(p?: IconProps): any;
|
|
283
|
+
save(p?: IconProps): any;
|
|
284
|
+
search(p?: IconProps): any;
|
|
285
|
+
selectDropdown(p?: IconProps): any;
|
|
286
|
+
sortAbsAsc(p?: IconProps): any;
|
|
287
|
+
sortAbsDesc(p?: IconProps): any;
|
|
288
|
+
sortAsc(p?: IconProps): any;
|
|
289
|
+
sortDesc(p?: IconProps): any;
|
|
290
|
+
success(p?: IconProps): any;
|
|
291
|
+
sync(p?: IconProps): any;
|
|
292
|
+
transaction(p?: IconProps): any;
|
|
293
|
+
upload(p?: IconProps): any;
|
|
294
|
+
/**
|
|
295
|
+
* Create an Icon for a file with default styling appropriate for the file type.
|
|
296
|
+
*
|
|
297
|
+
* @param opts - Props to pass to Icon.icon(), along with an optional filename to be used to
|
|
298
|
+
* create icon. Name will be parsed for an extension. If not provided or recognized, a
|
|
299
|
+
* default icon will be returned.
|
|
300
|
+
*/
|
|
301
|
+
fileIcon(opts: IconProps & {
|
|
302
|
+
filename: string;
|
|
303
|
+
}): ReactElement | string;
|
|
304
|
+
/**
|
|
305
|
+
* Returns an empty div with FA sizing classes applied. Can be used to take up room in a layout
|
|
306
|
+
* where an icon might otherwise go - e.g. to align a series of menu items, where some items do
|
|
307
|
+
* not have an icon but others do.
|
|
308
|
+
*/
|
|
309
|
+
placeholder(opts?: IconProps): ReactElement | string;
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* Translate an icon into an html <svg/> tag.
|
|
313
|
+
*
|
|
314
|
+
* Not typically used by applications. Applications that need html for an icon, e.g.
|
|
315
|
+
* for a grid column renderer should use the 'asHtml' flag on the Icon factory functions
|
|
316
|
+
* instead.
|
|
317
|
+
*
|
|
318
|
+
* @param iconElem - react element representing a Hoist Icon component.
|
|
319
|
+
* This must be element created by Hoist's built-in Icon factories.
|
|
320
|
+
* @returns html of the <svg> tag representing the icon.
|
|
321
|
+
*/
|
|
322
|
+
export declare function convertIconToHtml(iconElem: ReactElement): string;
|
|
323
|
+
/**
|
|
324
|
+
* Serialize an icon into a form that can be persisted.
|
|
325
|
+
*
|
|
326
|
+
* @param iconElem - react element representing a icon component.
|
|
327
|
+
* This must be an element created by Hoist's built-in Icon factories.
|
|
328
|
+
* @returns json representation of icon.
|
|
329
|
+
*/
|
|
330
|
+
export declare function serializeIcon(iconElem: ReactElement): any;
|
|
331
|
+
/**
|
|
332
|
+
* Deserialize an icon.
|
|
333
|
+
*
|
|
334
|
+
* This is the inverse operation of serializeIcon().
|
|
335
|
+
*
|
|
336
|
+
* @param iconDef - json representation of icon, produced by serializeIcon.
|
|
337
|
+
* @returns react element representing a FontAwesome icon component.
|
|
338
|
+
* This is the form of element created by Hoist's built-in Icon class factories.
|
|
339
|
+
*/
|
|
340
|
+
export declare function deserializeIcon(iconDef: any): ReactElement | string;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Internal component for a FontAwesome Icon in Hoist.
|
|
3
|
+
* Applications should use the factory methods on Icon instead.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const iconCmp: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get the raw text of an SVG tag for an icon
|
|
3
|
+
* Applications should use the factory methods on Icon instead.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare function iconHtml({ iconName, prefix, title, className, size }: {
|
|
7
|
+
iconName: any;
|
|
8
|
+
prefix: any;
|
|
9
|
+
title: any;
|
|
10
|
+
className: any;
|
|
11
|
+
size: any;
|
|
12
|
+
}): string;
|
|
13
|
+
export declare function enhanceFaClasses(className: string, size: string): string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import './Inspector.scss';
|
|
2
|
+
/**
|
|
3
|
+
* See {@link InspectorService} for an explanation of the Hoist Inspector tool.
|
|
4
|
+
*/
|
|
5
|
+
export declare const inspectorPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistBase, HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import { StoreRecord } from '@xh/hoist/data';
|
|
4
|
+
import { PanelModel } from '@xh/hoist/desktop/cmp/panel';
|
|
5
|
+
import { StatsModel } from '../stats/StatsModel';
|
|
6
|
+
/**
|
|
7
|
+
* Displays a list of current HoistModel, HoistService, and Store instances, with the ability to
|
|
8
|
+
* view properties (including reactive updates) for a selected instance.
|
|
9
|
+
*/
|
|
10
|
+
export declare class InstancesModel extends HoistModel {
|
|
11
|
+
xhImpl: boolean;
|
|
12
|
+
persistWith: {
|
|
13
|
+
localStorageKey: string;
|
|
14
|
+
};
|
|
15
|
+
instancesGridModel: GridModel;
|
|
16
|
+
propertiesGridModel: GridModel;
|
|
17
|
+
instancesPanelModel: PanelModel;
|
|
18
|
+
get statsModel(): StatsModel;
|
|
19
|
+
get selectedSyncRun(): number;
|
|
20
|
+
propsWatchlist: any[];
|
|
21
|
+
loadedGetters: any[];
|
|
22
|
+
instancesStoreFilter: any;
|
|
23
|
+
propertiesStoreFilter: any;
|
|
24
|
+
instQuickFilters: string[];
|
|
25
|
+
get showInGroups(): boolean;
|
|
26
|
+
get showXhImpl(): boolean;
|
|
27
|
+
propQuickFilters: any[];
|
|
28
|
+
get showUnderscoreProps(): boolean;
|
|
29
|
+
get observablePropsOnly(): boolean;
|
|
30
|
+
get ownPropsOnly(): boolean;
|
|
31
|
+
get selectedInstances(): HoistBase[];
|
|
32
|
+
constructor();
|
|
33
|
+
selectInstanceAsync(xhId: string): Promise<void>;
|
|
34
|
+
logInstanceToConsole(rec: StoreRecord): void;
|
|
35
|
+
logPropToConsole(rec: StoreRecord): void;
|
|
36
|
+
togglePropsWatchlistItem(record: StoreRecord): void;
|
|
37
|
+
getInstance(xhId: string): HoistBase;
|
|
38
|
+
private createInstancesGridModel;
|
|
39
|
+
private createPropertiesGridModel;
|
|
40
|
+
private autoLoadInstancesGrid;
|
|
41
|
+
private autoLoadPropertiesGrid;
|
|
42
|
+
private getDescriptors;
|
|
43
|
+
private getRecData;
|
|
44
|
+
private shouldLoadGetter;
|
|
45
|
+
private loadGetter;
|
|
46
|
+
loadAllCurrentGetters(): void;
|
|
47
|
+
private getWatchlistItem;
|
|
48
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChartModel } from '@xh/hoist/cmp/chart';
|
|
2
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
3
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
4
|
+
import { PanelModel } from '@xh/hoist/desktop/cmp/panel';
|
|
5
|
+
/**
|
|
6
|
+
* Displays a small grid/chart combo with a timeseries of the app's model count and memory usage.
|
|
7
|
+
*/
|
|
8
|
+
export declare class StatsModel extends HoistModel {
|
|
9
|
+
xhImpl: boolean;
|
|
10
|
+
persistWith: {
|
|
11
|
+
localStorageKey: string;
|
|
12
|
+
};
|
|
13
|
+
panelModel: PanelModel;
|
|
14
|
+
gridModel: GridModel;
|
|
15
|
+
chartModel: ChartModel;
|
|
16
|
+
get selectedSyncRun(): number;
|
|
17
|
+
constructor();
|
|
18
|
+
private updateChartModel;
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The exports below are ag-Grid components provided at runtime by applications.
|
|
3
|
+
*
|
|
4
|
+
* This allows applications to provide Hoist with their duly imported and licensed
|
|
5
|
+
* versions of ag-Grid. In particular, note that many (but not all) users of Hoist
|
|
6
|
+
* will be expected to have the enterprise version of ag-Grid.
|
|
7
|
+
*/
|
|
8
|
+
export declare let AgGridReact: any;
|
|
9
|
+
export declare let agGridVersion: any;
|
|
10
|
+
/**
|
|
11
|
+
* However Hoist does import the following community-only TYPES to help validate its internal
|
|
12
|
+
* implementations.
|
|
13
|
+
*/
|
|
14
|
+
export type { GridOptions, GridApi, ColumnApi, SortDirection, ColDef, ColGroupDef, GetContextMenuItemsParams, GridReadyEvent, IHeaderGroupParams, IHeaderParams, ProcessCellForExportParams, CellClassParams, HeaderClassParams, HeaderValueGetterParams, ICellRendererParams, ITooltipParams, IRowNode, RowClassParams, ValueGetterParams, ValueSetterParams, MenuItemDef, CellPosition, NavigateToNextCellParams, Column as AgColumn, ColumnGroup as AgColumnGroup } from '@ag-grid-community/core';
|
|
15
|
+
/**
|
|
16
|
+
* Expose application versions of ag-Grid to Hoist.
|
|
17
|
+
* Typically called in the Bootstrap.js. of the application.
|
|
18
|
+
*/
|
|
19
|
+
export declare function installAgGrid(ComponentReactWrapper: any, version: string): void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/**
|
|
3
|
+
* Dialog Body for Blueprint, wrapped as a Hoist Component.
|
|
4
|
+
*/
|
|
5
|
+
export declare const DialogBody: import("react").FC<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>, dialogBody: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
6
|
+
/**
|
|
7
|
+
* Dialog Footer for Blueprint, wrapped as Hoist Component.
|
|
8
|
+
*/
|
|
9
|
+
export declare const DialogFooter: import("react").FC<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>, dialogFooter: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
10
|
+
/**
|
|
11
|
+
* Dialog Footer Actions for Blueprint, wrapped as HoistComponent.
|
|
12
|
+
*/
|
|
13
|
+
export declare const DialogFooterActions: import("react").FC<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>, dialogFooterActions: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Alert, Button, ButtonGroup, Callout, Card, Checkbox, ControlGroup, Dialog, Drawer, EditableText, FileInput, FormGroup, Hotkey, Hotkeys, InputGroup, Label, Menu, MenuDivider, MenuItem, Navbar, NavbarDivider, NavbarGroup, NavbarHeading, NumericInput, OverflowList, Overlay, Popover, Radio, RadioGroup, RangeSlider, Slider, Switch, Tab, Tabs, Tag, TagInput, Text, TextArea, Tooltip, Tree } from '@blueprintjs/core';
|
|
2
|
+
import { DatePicker } from '@blueprintjs/datetime';
|
|
3
|
+
export { Alert, Button, ButtonGroup, Callout, Card, Checkbox, ControlGroup, DatePicker, Dialog, Drawer, EditableText, FileInput, FormGroup, Hotkeys, Hotkey, InputGroup, Label, Menu, MenuItem, MenuDivider, Navbar, NavbarDivider, NavbarGroup, NavbarHeading, NumericInput, OverflowList, Overlay, Popover, Radio, RadioGroup, RangeSlider, Slider, Switch, Tab, Tabs, Tag, TagInput, TextArea, Text, Tooltip, Tree };
|
|
4
|
+
export declare const alert: import("@xh/hoist/core").ElementFactory<any>, button: import("@xh/hoist/core").ElementFactory<any>, controlGroup: import("@xh/hoist/core").ElementFactory<any>, checkbox: import("@xh/hoist/core").ElementFactory<any>, dialog: import("@xh/hoist/core").ElementFactory<any>, datePicker: import("@xh/hoist/core").ElementFactory<any>, menuDivider: import("@xh/hoist/core").ElementFactory<any>, menuItem: import("@xh/hoist/core").ElementFactory<any>, navbarDivider: import("@xh/hoist/core").ElementFactory<any>, numericInput: import("@xh/hoist/core").ElementFactory<any>, overflowList: import("@xh/hoist/core").ElementFactory<any>, popover: import("@xh/hoist/core").ElementFactory<any>, radio: import("@xh/hoist/core").ElementFactory<any>, rangeSlider: import("@xh/hoist/core").ElementFactory<any>, slider: import("@xh/hoist/core").ElementFactory<any>, switchControl: import("@xh/hoist/core").ElementFactory<any>, textArea: import("@xh/hoist/core").ElementFactory<any>, tree: import("@xh/hoist/core").ElementFactory<any>, tagInput: import("@xh/hoist/core").ElementFactory<any>, fileInput: import("@xh/hoist/core").ElementFactory<any>, overlay: import("@xh/hoist/core").ElementFactory<any>, tooltip: import("@xh/hoist/core").ElementFactory<any>;
|
|
5
|
+
export declare const buttonGroup: import("@xh/hoist/core").ElementFactory<any>, callout: import("@xh/hoist/core").ElementFactory<any>, card: import("@xh/hoist/core").ElementFactory<any>, drawer: import("@xh/hoist/core").ElementFactory<any>, editableText: import("@xh/hoist/core").ElementFactory<any>, formGroup: import("@xh/hoist/core").ElementFactory<any>, hotkey: import("@xh/hoist/core").ElementFactory<any>, hotkeys: import("@xh/hoist/core").ElementFactory<any>, inputGroup: import("@xh/hoist/core").ElementFactory<any>, label: import("@xh/hoist/core").ElementFactory<any>, menu: import("@xh/hoist/core").ElementFactory<any>, navbar: import("@xh/hoist/core").ElementFactory<any>, navbarHeading: import("@xh/hoist/core").ElementFactory<any>, navbarGroup: import("@xh/hoist/core").ElementFactory<any>, radioGroup: import("@xh/hoist/core").ElementFactory<any>, tabs: import("@xh/hoist/core").ElementFactory<any>, tab: import("@xh/hoist/core").ElementFactory<any>, tag: import("@xh/hoist/core").ElementFactory<any>, text: import("@xh/hoist/core").ElementFactory<any>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Classes, ContextMenu, type HotkeyConfig, OverlayToaster, PopoverInteractionKind, Position, type ToasterPosition, useHotkeys } from '@blueprintjs/core';
|
|
2
|
+
import '@blueprintjs/core/lib/css/blueprint.css';
|
|
3
|
+
import '@blueprintjs/datetime/lib/css/blueprint-datetime.css';
|
|
4
|
+
import './styles.scss';
|
|
5
|
+
export { useHotkeys, HotkeyConfig, ContextMenu, Classes, PopoverInteractionKind, Position, OverlayToaster, ToasterPosition };
|
|
6
|
+
export * from './Wrappers';
|
|
7
|
+
export * from './Dialog';
|
|
8
|
+
export declare const hotkeysProvider: import("@xh/hoist/core").ElementFactory<any>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ElementFactory } from '@xh/hoist/core';
|
|
2
|
+
import 'onsenui/css/onsen-css-components.css';
|
|
3
|
+
import 'onsenui/css/onsenui.css';
|
|
4
|
+
import { FunctionComponent } from 'react';
|
|
5
|
+
import './styles.scss';
|
|
6
|
+
import './theme.scss';
|
|
7
|
+
export declare const button: ElementFactory<any>, Button: FunctionComponent<{}>, checkbox: ElementFactory<any>, Checkbox: FunctionComponent<{}>, gestureDetector: ElementFactory<any>, GestureDetector: FunctionComponent<{}>, input: ElementFactory<any>, Input: FunctionComponent<{}>, navigator: ElementFactory<any>, Navigator: FunctionComponent<{}>, searchInput: ElementFactory<any>, SearchInput: FunctionComponent<{}>, select: ElementFactory<any>, Select: FunctionComponent<{}>, switchControl: ElementFactory<any>, SwitchControl: FunctionComponent<{}>;
|
|
8
|
+
export declare const dialog: ElementFactory<any>, Dialog: FunctionComponent<{}>, listItem: ElementFactory<any>, ListItem: FunctionComponent<{}>, page: ElementFactory<any>, Page: FunctionComponent<{}>, tab: ElementFactory<any>, Tab: FunctionComponent<{}>, tabbar: ElementFactory<any>, Tabbar: FunctionComponent<{}>, toast: ElementFactory<any>, Toast: FunctionComponent<{}>, toolbar: ElementFactory<any>, Toolbar: FunctionComponent<{}>, bottomToolbar: ElementFactory<any>, BottomToolbar: FunctionComponent<{}>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DragDropContext, Draggable, Droppable } from 'react-beautiful-dnd';
|
|
2
|
+
export { DragDropContext, Droppable, Draggable };
|
|
3
|
+
export declare const dragDropContext: import("@xh/hoist/core").ElementFactory<any>, droppable: import("@xh/hoist/core").ElementFactory<any>, draggable: import("@xh/hoist/core").ElementFactory<any>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import Select from 'react-select';
|
|
2
|
+
import AsyncSelect from 'react-select/async';
|
|
3
|
+
import AsyncCreatable from 'react-select/async-creatable';
|
|
4
|
+
import Creatable from 'react-select/creatable';
|
|
5
|
+
import WindowedSelect from 'react-windowed-select';
|
|
6
|
+
export { Select, AsyncSelect, AsyncCreatable, Creatable, WindowedSelect };
|
|
7
|
+
export declare const reactSelect: import("@xh/hoist/core").ElementFactory<any>, reactCreatableSelect: import("@xh/hoist/core").ElementFactory<any>, reactAsyncSelect: import("@xh/hoist/core").ElementFactory<any>, reactAsyncCreatableSelect: import("@xh/hoist/core").ElementFactory<any>, reactWindowedSelect: import("@xh/hoist/core").ElementFactory<any>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AboutDialogModel } from '@xh/hoist/appcontainer/AboutDialogModel';
|
|
2
|
+
import './AboutDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* A dialog box showing basic metadata and version information about the Hoist application
|
|
5
|
+
* and its plugins. Can also display the values of other soft-configuration entries as
|
|
6
|
+
* specified by the xhAboutMenuConfigs configuration key.
|
|
7
|
+
*
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
export declare const aboutDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<AboutDialogModel>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AppContainerModel } from '@xh/hoist/appcontainer/AppContainerModel';
|
|
3
|
+
/**
|
|
4
|
+
* Top-level wrapper for Mobile applications.
|
|
5
|
+
*
|
|
6
|
+
* This class provide core Hoist Application layout and infrastructure to an application's
|
|
7
|
+
* root Component. Provides a standard viewport that includes standard UI elements such as an
|
|
8
|
+
* impersonation bar header, version bar footer, an app-wide load mask, a base context menu,
|
|
9
|
+
* popup message support, and exception rendering.
|
|
10
|
+
*
|
|
11
|
+
* @see AppSpec.containerClass
|
|
12
|
+
*/
|
|
13
|
+
export declare const AppContainer: import("react").FC<import("@xh/hoist/core").DefaultHoistProps<AppContainerModel>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BannerModel } from '@xh/hoist/appcontainer/BannerModel';
|
|
2
|
+
import './Banner.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Internal component to display a single instance of an app-wide banner.
|
|
5
|
+
* @see XH.showBanner()
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare const banner: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<BannerModel>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ExceptionDialogModel } from '@xh/hoist/appcontainer/ExceptionDialogModel';
|
|
2
|
+
import './ExceptionDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Dialog for display of exceptions, with support for viewing a detailed stacktrace
|
|
5
|
+
* and an option to force reload of the application (in the case of a fatal exception).
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare const exceptionDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ExceptionDialogModel>>;
|
|
9
|
+
/**
|
|
10
|
+
* A Dismiss button that either forces reload, or allows close.
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
export declare const dismissButton: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ExceptionDialogModel>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ExceptionDialogModel } from '@xh/hoist/appcontainer/ExceptionDialogModel';
|
|
2
|
+
/**
|
|
3
|
+
* Sub-dialog for displaying exception details. Includes affordances for submitting an
|
|
4
|
+
* error report to the server.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const exceptionDialogDetails: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ExceptionDialogModel>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FeedbackDialogModel } from '@xh/hoist/appcontainer/FeedbackDialogModel';
|
|
2
|
+
import './FeedbackDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const feedbackDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<FeedbackDialogModel>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import './IdlePanel.scss';
|
|
2
|
+
/**
|
|
3
|
+
* Default panel to display when the app has suspended itself due to inactivity.
|
|
4
|
+
* This display can be overridden by applications.
|
|
5
|
+
* @see AppSpec.idlePanel
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare const idlePanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ImpersonationBarModel } from '@xh/hoist/appcontainer/ImpersonationBarModel';
|
|
2
|
+
import './ImpersonationBar.scss';
|
|
3
|
+
/**
|
|
4
|
+
* An admin-only toolbar that provides a UI for impersonating application users, as well as ending
|
|
5
|
+
* any current impersonation setting. Can be shown via a global Shift+i keyboard shortcut.
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare const impersonationBar: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ImpersonationBarModel>>;
|