@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,8 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
export declare class ServiceModel extends HoistModel {
|
|
4
|
+
gridModel: GridModel;
|
|
5
|
+
clearCachesAsync(): Promise<void>;
|
|
6
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<any>;
|
|
7
|
+
private processRawData;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const isOpen: ColumnSpec;
|
|
3
|
+
export declare const key: ColumnSpec;
|
|
4
|
+
export declare const createdTime: ColumnSpec;
|
|
5
|
+
export declare const sentMessageCount: ColumnSpec;
|
|
6
|
+
export declare const lastSentTime: ColumnSpec;
|
|
7
|
+
export declare const receivedMessageCount: ColumnSpec;
|
|
8
|
+
export declare const lastReceivedTime: ColumnSpec;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
4
|
+
export declare class WebSocketModel extends HoistModel {
|
|
5
|
+
viewRef: import("react").RefObject<HTMLElement>;
|
|
6
|
+
lastRefresh: number;
|
|
7
|
+
gridModel: GridModel;
|
|
8
|
+
private _timer;
|
|
9
|
+
constructor();
|
|
10
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
11
|
+
forceSuspendOnSelectedAsync(): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
3
|
+
export declare const owner: ColumnSpec;
|
|
4
|
+
export declare const token: ColumnSpec;
|
|
5
|
+
export declare const meta: ColumnSpec;
|
|
6
|
+
export declare const acl: ColumnSpec;
|
|
7
|
+
export declare const archived: ColumnSpec;
|
|
8
|
+
export declare const archivedDate: ColumnSpec;
|
|
9
|
+
export declare function archivedDateRenderer(v: any): import("react").ReactNode;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
import { RestGridModel } from '@xh/hoist/desktop/cmp/rest';
|
|
3
|
+
import { LoadSpec } from '../../../core';
|
|
4
|
+
import { DifferModel } from '../../differ/DifferModel';
|
|
5
|
+
export declare class JsonBlobModel extends HoistModel {
|
|
6
|
+
persistWith: {
|
|
7
|
+
localStorageKey: string;
|
|
8
|
+
};
|
|
9
|
+
gridModel: RestGridModel;
|
|
10
|
+
differModel: DifferModel;
|
|
11
|
+
constructor();
|
|
12
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<any>;
|
|
13
|
+
openDiffer(): void;
|
|
14
|
+
closeDiffer(): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
2
|
+
import { RestGridModel } from '@xh/hoist/desktop/cmp/rest';
|
|
3
|
+
import { DifferModel } from '../../differ/DifferModel';
|
|
4
|
+
import { RegroupDialogModel } from '../../regroup/RegroupDialogModel';
|
|
5
|
+
export declare class PreferenceModel extends HoistModel {
|
|
6
|
+
persistWith: {
|
|
7
|
+
localStorageKey: string;
|
|
8
|
+
};
|
|
9
|
+
regroupDialogModel: RegroupDialogModel;
|
|
10
|
+
gridModel: RestGridModel;
|
|
11
|
+
differModel: DifferModel;
|
|
12
|
+
constructor();
|
|
13
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<any>;
|
|
14
|
+
openDiffer(): void;
|
|
15
|
+
closeDiffer(): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const userDataTab: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const userPreferencePanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AboutDialogItem, HoistModel } from '@xh/hoist/core';
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class AboutDialogModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
constructor();
|
|
10
|
+
init(): void;
|
|
11
|
+
show(): void;
|
|
12
|
+
hide(): void;
|
|
13
|
+
getTable(): import("react").ReactElement<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, any>;
|
|
14
|
+
getItems(): AboutDialogItem[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { HoistModel, RootRefreshContextModel, TaskObserver } from '@xh/hoist/core';
|
|
2
|
+
import { AboutDialogModel } from './AboutDialogModel';
|
|
3
|
+
import { BannerSourceModel } from './BannerSourceModel';
|
|
4
|
+
import { ChangelogDialogModel } from './ChangelogDialogModel';
|
|
5
|
+
import { ExceptionDialogModel } from './ExceptionDialogModel';
|
|
6
|
+
import { FeedbackDialogModel } from './FeedbackDialogModel';
|
|
7
|
+
import { ImpersonationBarModel } from './ImpersonationBarModel';
|
|
8
|
+
import { MessageSourceModel } from './MessageSourceModel';
|
|
9
|
+
import { OptionsDialogModel } from './OptionsDialogModel';
|
|
10
|
+
import { SizingModeModel } from './SizingModeModel';
|
|
11
|
+
import { ViewportSizeModel } from './ViewportSizeModel';
|
|
12
|
+
import { ThemeModel } from './ThemeModel';
|
|
13
|
+
import { ToastSourceModel } from './ToastSourceModel';
|
|
14
|
+
/**
|
|
15
|
+
* Root object for Framework GUI State.
|
|
16
|
+
*/
|
|
17
|
+
export declare class AppContainerModel extends HoistModel {
|
|
18
|
+
/** Link any async operations that should mask the entire application to this model. */
|
|
19
|
+
appLoadModel: TaskObserver;
|
|
20
|
+
aboutDialogModel: AboutDialogModel;
|
|
21
|
+
changelogDialogModel: ChangelogDialogModel;
|
|
22
|
+
exceptionDialogModel: ExceptionDialogModel;
|
|
23
|
+
feedbackDialogModel: FeedbackDialogModel;
|
|
24
|
+
impersonationBarModel: ImpersonationBarModel;
|
|
25
|
+
optionsDialogModel: OptionsDialogModel;
|
|
26
|
+
bannerSourceModel: BannerSourceModel;
|
|
27
|
+
messageSourceModel: MessageSourceModel;
|
|
28
|
+
toastSourceModel: ToastSourceModel;
|
|
29
|
+
refreshContextModel: RootRefreshContextModel;
|
|
30
|
+
sizingModeModel: SizingModeModel;
|
|
31
|
+
viewportSizeModel: ViewportSizeModel;
|
|
32
|
+
themeModel: ThemeModel;
|
|
33
|
+
init(): void;
|
|
34
|
+
/**
|
|
35
|
+
* Show the update Banner. Called by EnvironmentService when the server reports that a
|
|
36
|
+
* new (or at least different) version is available and the user should be prompted.
|
|
37
|
+
*
|
|
38
|
+
* @param version - updated version from server.
|
|
39
|
+
* @param build - updated build from server - included for snapshot version prompts.
|
|
40
|
+
*/
|
|
41
|
+
showUpdateBanner(version: string, build?: string): void;
|
|
42
|
+
hasAboutDialog(): boolean;
|
|
43
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AppOptionSpec } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Options specification for the app-wide options dialog.
|
|
4
|
+
*
|
|
5
|
+
* Option can be sourced from / set to a preference via the `prefName` config. Alternatively,
|
|
6
|
+
* the `valueGetter` and `valueSetter` config functions allow for custom handling if required.
|
|
7
|
+
*
|
|
8
|
+
* Apps will typically specify AppOption configurations in HoistAppModel.getAppOptions(). Implement
|
|
9
|
+
* this method and return one or more AppOption configs to enable the Options menu option in the
|
|
10
|
+
* primary AppBar menu.
|
|
11
|
+
*/
|
|
12
|
+
export declare class AppOption {
|
|
13
|
+
name: any;
|
|
14
|
+
prefName: any;
|
|
15
|
+
fieldModel: any;
|
|
16
|
+
formField: any;
|
|
17
|
+
valueGetter: any;
|
|
18
|
+
valueSetter: any;
|
|
19
|
+
reloadRequired: any;
|
|
20
|
+
constructor({ name, prefName, formField, fieldModel, valueGetter, valueSetter, reloadRequired }: AppOptionSpec);
|
|
21
|
+
getValueAsync(name: any): Promise<any>;
|
|
22
|
+
setValueAsync(name: any, value: any): Promise<void>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BannerSpec, HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Model for a single instance of a banner. Immutable.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class BannerModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
category: any;
|
|
9
|
+
icon: any;
|
|
10
|
+
message: any;
|
|
11
|
+
intent: any;
|
|
12
|
+
sortOrder: any;
|
|
13
|
+
className: any;
|
|
14
|
+
enableClose: any;
|
|
15
|
+
onClose: any;
|
|
16
|
+
onClick: any;
|
|
17
|
+
actionButtonProps: any;
|
|
18
|
+
/**
|
|
19
|
+
* Sort order for Hoist-provided banners.
|
|
20
|
+
*/
|
|
21
|
+
static BANNER_SORTS: {
|
|
22
|
+
APP_UPDATE: number;
|
|
23
|
+
ADMIN_ALERT: number;
|
|
24
|
+
};
|
|
25
|
+
constructor(spec: BannerSpec);
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HoistModel, BannerSpec } from '@xh/hoist/core';
|
|
2
|
+
import { BannerModel } from './BannerModel';
|
|
3
|
+
/**
|
|
4
|
+
* Supporting model for managing the display of one or more app-wide banners.
|
|
5
|
+
* @see XH.showBanner()
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class BannerSourceModel extends HoistModel {
|
|
9
|
+
xhImpl: boolean;
|
|
10
|
+
bannerModels: BannerModel[];
|
|
11
|
+
constructor();
|
|
12
|
+
show(spec: BannerSpec): BannerModel;
|
|
13
|
+
hide(category: string): void;
|
|
14
|
+
private getBanner;
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* A minimal component implementing a React error boundary.
|
|
4
|
+
* Any errors during rendering will yield a simple error string and a call to the onError callback.
|
|
5
|
+
*
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class ErrorBoundary extends Component {
|
|
9
|
+
constructor(props: any);
|
|
10
|
+
render(): any;
|
|
11
|
+
componentDidCatch(e: any, info: any): void;
|
|
12
|
+
static getDerivedStateFromError(e: any): {
|
|
13
|
+
caughtError: any;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare const errorBoundary: import("@xh/hoist/core").ElementFactory<any>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ExceptionHandlerOptions, HoistException, HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Manages the default display of exceptions.
|
|
4
|
+
*
|
|
5
|
+
* Currently, we allow only a single exception (the latest) to be displayed at a time.
|
|
6
|
+
* Consider modifying to allow stacking, as with Message.
|
|
7
|
+
*
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
export declare class ExceptionDialogModel extends HoistModel {
|
|
11
|
+
xhImpl: boolean;
|
|
12
|
+
displayData: {
|
|
13
|
+
exception: HoistException;
|
|
14
|
+
options: ExceptionHandlerOptions;
|
|
15
|
+
};
|
|
16
|
+
detailsIsOpen: boolean;
|
|
17
|
+
/** Exception currently being displayed */
|
|
18
|
+
get exception(): HoistException;
|
|
19
|
+
/** Options for exception currently being displayed */
|
|
20
|
+
get options(): any;
|
|
21
|
+
/** Optional user supplied message */
|
|
22
|
+
userMessage: string;
|
|
23
|
+
constructor();
|
|
24
|
+
show(exception: HoistException, options: ExceptionHandlerOptions): void;
|
|
25
|
+
close(): void;
|
|
26
|
+
openDetails(): void;
|
|
27
|
+
sendReportAsync(): Promise<void>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Manages built-in collection of user feedback.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class FeedbackDialogModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
message: string;
|
|
10
|
+
constructor();
|
|
11
|
+
init(): void;
|
|
12
|
+
show({ message }?: {
|
|
13
|
+
message?: any;
|
|
14
|
+
}): void;
|
|
15
|
+
hide(): void;
|
|
16
|
+
setMessage(message: string): void;
|
|
17
|
+
/**
|
|
18
|
+
* Submit the feedback entry. Username, browser info, environment info, and datetime will be
|
|
19
|
+
* recorded automatically by the server. Feedback entries are viewable via the Admin console,
|
|
20
|
+
* and feedback submissions can trigger server-side notifications.
|
|
21
|
+
* See FeedbackService.groovy within hoist-core for details.
|
|
22
|
+
*/
|
|
23
|
+
submitAsync(): Promise<void>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare class ImpersonationBarModel extends HoistModel {
|
|
6
|
+
xhImpl: boolean;
|
|
7
|
+
showRequested: boolean;
|
|
8
|
+
targets: string[];
|
|
9
|
+
pendingTarget: string;
|
|
10
|
+
constructor();
|
|
11
|
+
init(): void;
|
|
12
|
+
get isOpen(): boolean;
|
|
13
|
+
show(): void;
|
|
14
|
+
hide(): void;
|
|
15
|
+
toggleVisibility(): void;
|
|
16
|
+
readonly onCommit: () => Promise<void>;
|
|
17
|
+
readonly onClose: () => void;
|
|
18
|
+
private ensureTargetsLoaded;
|
|
19
|
+
private setTargets;
|
|
20
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
2
|
+
import { HoistModel, MessageSpec } from '@xh/hoist/core';
|
|
3
|
+
/**
|
|
4
|
+
* Model for a single instance of a modal dialog.
|
|
5
|
+
* Not intended for direct application use.
|
|
6
|
+
* @see XHClass.message()
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare class MessageModel extends HoistModel {
|
|
10
|
+
xhImpl: boolean;
|
|
11
|
+
title: any;
|
|
12
|
+
icon: any;
|
|
13
|
+
message: any;
|
|
14
|
+
messageKey: any;
|
|
15
|
+
className: any;
|
|
16
|
+
input: any;
|
|
17
|
+
confirmProps: any;
|
|
18
|
+
cancelProps: any;
|
|
19
|
+
cancelAlign: any;
|
|
20
|
+
onConfirm: any;
|
|
21
|
+
onCancel: any;
|
|
22
|
+
dismissable: any;
|
|
23
|
+
cancelOnDismiss: any;
|
|
24
|
+
result: any;
|
|
25
|
+
_resolver: any;
|
|
26
|
+
formModel: FormModel;
|
|
27
|
+
isOpen: boolean;
|
|
28
|
+
constructor({ title, icon, message, messageKey, className, input, confirmProps, cancelProps, cancelAlign, onConfirm, onCancel, dismissable, cancelOnDismiss }: MessageSpec);
|
|
29
|
+
doConfirmAsync(): Promise<void>;
|
|
30
|
+
doCancel(): void;
|
|
31
|
+
doEscape(): void;
|
|
32
|
+
close(): void;
|
|
33
|
+
destroy(): void;
|
|
34
|
+
private parseButtonProps;
|
|
35
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HoistModel, MessageSpec } from '@xh/hoist/core';
|
|
2
|
+
import { MessageModel } from './MessageModel';
|
|
3
|
+
/**
|
|
4
|
+
* Supports managed display of modal message dialogs via `XH.message()` and friends.
|
|
5
|
+
* Not intended for direct application use.
|
|
6
|
+
* @see XHClass.message()
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare class MessageSourceModel extends HoistModel {
|
|
10
|
+
xhImpl: boolean;
|
|
11
|
+
msgModels: MessageModel[];
|
|
12
|
+
constructor();
|
|
13
|
+
message(config: MessageSpec): any;
|
|
14
|
+
alert(config: any): any;
|
|
15
|
+
confirm(config: any): any;
|
|
16
|
+
prompt(config: any): any;
|
|
17
|
+
addModel(model: any): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AppOptionSpec, HoistModel, TaskObserver } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Manages built-in setting of options.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class OptionsDialogModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
options: any[];
|
|
10
|
+
loadTask: TaskObserver;
|
|
11
|
+
formModel: any;
|
|
12
|
+
constructor();
|
|
13
|
+
init(): void;
|
|
14
|
+
setOptions(options: AppOptionSpec[]): void;
|
|
15
|
+
get hasOptions(): boolean;
|
|
16
|
+
get reloadRequired(): boolean;
|
|
17
|
+
show(): void;
|
|
18
|
+
hide(): void;
|
|
19
|
+
toggleVisibility(): void;
|
|
20
|
+
initAsync(): Promise<void>;
|
|
21
|
+
saveAsync(): Promise<void>;
|
|
22
|
+
doSaveAsync(): Promise<void>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HoistModel, SizingMode } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare class SizingModeModel extends HoistModel {
|
|
6
|
+
xhImpl: boolean;
|
|
7
|
+
sizingMode: SizingMode;
|
|
8
|
+
constructor();
|
|
9
|
+
setSizingMode(sizingMode: SizingMode): void;
|
|
10
|
+
init(): void;
|
|
11
|
+
private getPref;
|
|
12
|
+
private getPlatform;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HoistModel, Theme } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare class ThemeModel extends HoistModel {
|
|
6
|
+
xhImpl: boolean;
|
|
7
|
+
darkTheme: boolean;
|
|
8
|
+
constructor();
|
|
9
|
+
toggleTheme(): void;
|
|
10
|
+
setDarkTheme(value: boolean): void;
|
|
11
|
+
setTheme(value: Theme, persist?: boolean): void;
|
|
12
|
+
init(): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { HoistModel, ToastSpec } from '@xh/hoist/core';
|
|
2
|
+
import { ReactNode, ReactElement } from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* Model for a single instance of a pop-up Toast alert.
|
|
5
|
+
*
|
|
6
|
+
* An instance of this class is returned by the primary `XH.toast()` API and its variants.
|
|
7
|
+
* It is primarily useful for its `dismiss()` method, which can be called to programmatically
|
|
8
|
+
* dismiss a Toast at any time.
|
|
9
|
+
*
|
|
10
|
+
* All other properties on this object should be considered immutable - attempting to change them
|
|
11
|
+
* will have no effect.
|
|
12
|
+
*/
|
|
13
|
+
export declare class ToastModel extends HoistModel {
|
|
14
|
+
xhImpl: boolean;
|
|
15
|
+
message: ReactNode;
|
|
16
|
+
icon: ReactElement;
|
|
17
|
+
timeout: number;
|
|
18
|
+
intent: string;
|
|
19
|
+
actionButtonProps: any;
|
|
20
|
+
position: string;
|
|
21
|
+
containerRef: HTMLElement;
|
|
22
|
+
isOpen: boolean;
|
|
23
|
+
constructor({ message, icon, timeout, intent, actionButtonProps, position, containerRef }: ToastSpec);
|
|
24
|
+
/** Hide this Toast immediately, if displayed. */
|
|
25
|
+
dismiss(): void;
|
|
26
|
+
destroy(): void;
|
|
27
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HoistModel, ToastSpec } from '@xh/hoist/core';
|
|
2
|
+
import { ToastModel } from './ToastModel';
|
|
3
|
+
/**
|
|
4
|
+
* Supports displaying a pop-up Toast.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare class ToastSourceModel extends HoistModel {
|
|
8
|
+
xhImpl: boolean;
|
|
9
|
+
toastModels: ToastModel[];
|
|
10
|
+
constructor();
|
|
11
|
+
show(config: ToastSpec | string): ToastModel;
|
|
12
|
+
private addModel;
|
|
13
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Exposes width / height of browser viewport + device orientation as observables.
|
|
4
|
+
*
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare class ViewportSizeModel extends HoistModel {
|
|
8
|
+
xhImpl: boolean;
|
|
9
|
+
size: {
|
|
10
|
+
width: number;
|
|
11
|
+
height: number;
|
|
12
|
+
};
|
|
13
|
+
isPortrait: boolean;
|
|
14
|
+
/** Observable inverse of isPortrait. */
|
|
15
|
+
get isLandscape(): boolean;
|
|
16
|
+
constructor();
|
|
17
|
+
private setViewportSize;
|
|
18
|
+
private updateOrientation;
|
|
19
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HoistModel, TaskObserver } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Supports username/password form-based login.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class LoginPanelModel extends HoistModel {
|
|
7
|
+
username: string;
|
|
8
|
+
password: string;
|
|
9
|
+
warning: string;
|
|
10
|
+
loginInProgress: boolean;
|
|
11
|
+
loginTask: TaskObserver;
|
|
12
|
+
get isValid(): boolean;
|
|
13
|
+
constructor();
|
|
14
|
+
submitAsync(): Promise<void>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { LayoutProps, HoistProps } from '@xh/hoist/core';
|
|
3
|
+
import './AgGrid.scss';
|
|
4
|
+
import { AgGridModel } from './AgGridModel';
|
|
5
|
+
import { GridOptions } from '@xh/hoist/kit/ag-grid';
|
|
6
|
+
export interface AgGridProps extends HoistProps<AgGridModel>, GridOptions, LayoutProps {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Minimal wrapper for AgGridReact, supporting direct use of the ag-Grid component with limited
|
|
10
|
+
* enhancements for consistent Hoist themes/styling, layout support, and a
|
|
11
|
+
* backing model for convenient access to the ag-Grid APIs and other utility methods.
|
|
12
|
+
*
|
|
13
|
+
* All ag-Grid Grid Properties can be passed as props directly to this component.
|
|
14
|
+
* See {@link https://www.ag-grid.com/javascript-grid-properties/}. Pass an {@link AgGridModel}
|
|
15
|
+
* via the `model` prop to control additional Hoist customizations.
|
|
16
|
+
*
|
|
17
|
+
* This component complements and contrasts with the primary Hoist `Grid` class, which provides a
|
|
18
|
+
* significantly more managed and opinionated use of ag-Grid and a number of Hoist-specific
|
|
19
|
+
* extensions and customizations. That fully managed component is expected to cover the majority of
|
|
20
|
+
* use cases within Hoist apps and is recommended as the primary grid class within the toolkit.
|
|
21
|
+
*
|
|
22
|
+
* This wrapper is provided for advanced usages of grid that wish to leverage features of the
|
|
23
|
+
* underlying component not yet supported by the Hoist layer - most notably pivoting - where the
|
|
24
|
+
* managed option would conflict with or complicate access to those features.
|
|
25
|
+
*
|
|
26
|
+
* Note that this component uses the ag-Grid `getRowHeight` prop to provide the grid with row
|
|
27
|
+
* heights. As of 4/2023, this may cause scrolling to be slow in large data sets, and
|
|
28
|
+
* applications may wish to set this prop to `null` and use either a fixed `rowWidth` property, or
|
|
29
|
+
* an explicit per-row setting instead. See GridModel for a more efficient, data aware approach.
|
|
30
|
+
*/
|
|
31
|
+
export declare const AgGrid: import("react").FC<AgGridProps>, agGrid: import("@xh/hoist/core").ElementFactory<AgGridProps>;
|