@xh/hoist 57.0.0 → 57.0.2
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 +22 -3
- 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/static/preflight.js +15 -13
- package/tsconfig.json +14 -7
- package/tsconfig.tsbuildinfo +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 57.0.2 - 2024-04-25
|
|
4
|
+
|
|
5
|
+
### 🐞 Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Fixed over-eager error handler installed on window during preflight app initialization. This can
|
|
8
|
+
catch errors thrown by browser extensions unrelated to the app itself, which should not block
|
|
9
|
+
startup. Make opt-in via special query param `catchPreflightError=true`.
|
|
10
|
+
|
|
11
|
+
## 57.0.1 - 2024-04-10
|
|
12
|
+
|
|
13
|
+
### ⚙️ Technical
|
|
14
|
+
|
|
15
|
+
* Update tsconfig with `composite:true` to support app-level TS compiler options that differ from
|
|
16
|
+
those specified by hoist-react itself.
|
|
17
|
+
|
|
3
18
|
## 57.0.0 - 2023-06-20
|
|
4
19
|
|
|
5
20
|
### 🎁 New Features
|
|
@@ -11,16 +26,20 @@
|
|
|
11
26
|
* Added bindable `readonly` property to `LeftRightChooserModel`.
|
|
12
27
|
|
|
13
28
|
### ⚙️ Technical
|
|
29
|
+
|
|
14
30
|
* Support the `HOIST_IMPERSONATOR` role introduced in hoist-core `v16.3.0`
|
|
15
31
|
* Hoist now supports and requires ag-Grid v30 or higher. This version includes critical
|
|
16
|
-
performance improvements to scrolling without the problematic 'ResizeObserver' issues discussed
|
|
17
|
-
below.
|
|
32
|
+
performance improvements to scrolling without the problematic 'ResizeObserver' issues discussed
|
|
33
|
+
below.
|
|
18
34
|
|
|
19
35
|
### 💥 Breaking Changes
|
|
36
|
+
|
|
20
37
|
* The deprecated `@settable` decorator has now been removed. Use `@bindable` instead.
|
|
21
|
-
* The deprecated class `@xh/hoist/admin/App` has been removed.
|
|
38
|
+
* The deprecated class `@xh/hoist/admin/App` has been removed. Use `@xh/hoist/admin/AppComponent`
|
|
39
|
+
instead.
|
|
22
40
|
|
|
23
41
|
### 🐞 Bug Fixes
|
|
42
|
+
|
|
24
43
|
* Fixed a bug where Onsen components wrappers could not forward refs.
|
|
25
44
|
* Improved the exceptions thrown by fetchService when errors occur parsing response JSON.
|
|
26
45
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TabConfig, TabContainerModel } from '@xh/hoist/cmp/tab';
|
|
2
|
+
import { HoistAppModel } from '@xh/hoist/core';
|
|
3
|
+
import { Route } from 'router5';
|
|
4
|
+
export declare class AppModel extends HoistAppModel {
|
|
5
|
+
static instance: AppModel;
|
|
6
|
+
tabModel: TabContainerModel;
|
|
7
|
+
static get readonly(): boolean;
|
|
8
|
+
constructor();
|
|
9
|
+
getRoutes(): Route[];
|
|
10
|
+
getAppMenuButtonExtraItems(): any[];
|
|
11
|
+
getTabRoutes(): Route[];
|
|
12
|
+
createTabs(): TabConfig[];
|
|
13
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const appEnvironment: ColumnSpec;
|
|
3
|
+
export declare const appVersion: ColumnSpec;
|
|
4
|
+
export declare const browser: ColumnSpec;
|
|
5
|
+
export declare const category: ColumnSpec;
|
|
6
|
+
export declare const data: ColumnSpec;
|
|
7
|
+
export declare const day: ColumnSpec;
|
|
8
|
+
export declare const device: ColumnSpec;
|
|
9
|
+
export declare const elapsed: ColumnSpec;
|
|
10
|
+
export declare const entryCount: ColumnSpec;
|
|
11
|
+
export declare const entryId: ColumnSpec;
|
|
12
|
+
export declare const error: ColumnSpec;
|
|
13
|
+
export declare const msg: ColumnSpec;
|
|
14
|
+
export declare const url: ColumnSpec;
|
|
15
|
+
export declare const userAgent: ColumnSpec;
|
|
16
|
+
export declare const userAlertedFlag: ColumnSpec;
|
|
17
|
+
export declare const userMessageFlag: ColumnSpec;
|
|
18
|
+
export declare const dayRange: ColumnSpec;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const user: ColumnSpec;
|
|
3
|
+
export declare const username: ColumnSpec;
|
|
4
|
+
export declare const email: ColumnSpec;
|
|
5
|
+
export declare const displayName: ColumnSpec;
|
|
6
|
+
export declare const roles: ColumnSpec;
|
|
7
|
+
export declare const impersonating: ColumnSpec;
|
|
8
|
+
export declare const impersonatingFlag: ColumnSpec;
|
|
9
|
+
export declare const active: ColumnSpec;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const value: ColumnSpec;
|
|
3
|
+
export declare const defaultValue: ColumnSpec;
|
|
4
|
+
export declare const userValue: ColumnSpec;
|
|
5
|
+
export declare const valueType: ColumnSpec;
|
|
6
|
+
export declare const groupName: ColumnSpec;
|
|
7
|
+
export declare const clientVisible: ColumnSpec;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
import { DifferModel } from './DifferModel';
|
|
3
|
+
import { StoreRecord } from '@xh/hoist/data';
|
|
4
|
+
/**
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare class DifferDetailModel extends HoistModel {
|
|
8
|
+
parent: DifferModel;
|
|
9
|
+
record: StoreRecord;
|
|
10
|
+
constructor({ parent }: {
|
|
11
|
+
parent: any;
|
|
12
|
+
});
|
|
13
|
+
open(rec: StoreRecord): void;
|
|
14
|
+
close(): void;
|
|
15
|
+
createDiffClass(field: any, local: any, remote: any): string;
|
|
16
|
+
confirmApplyRemote(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
import { DifferDetailModel } from './DifferDetailModel';
|
|
4
|
+
import { RecordActionSpec } from '@xh/hoist/data';
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class DifferModel extends HoistModel {
|
|
9
|
+
parentModel: any;
|
|
10
|
+
entityName: any;
|
|
11
|
+
displayName: any;
|
|
12
|
+
columnFields: any;
|
|
13
|
+
matchFields: any;
|
|
14
|
+
valueRenderer: any;
|
|
15
|
+
url: any;
|
|
16
|
+
clipboardContent: any;
|
|
17
|
+
detailModel: DifferDetailModel;
|
|
18
|
+
gridModel: GridModel;
|
|
19
|
+
remoteHost: string;
|
|
20
|
+
hasLoaded: boolean;
|
|
21
|
+
get readonly(): any;
|
|
22
|
+
applyRemoteAction: RecordActionSpec;
|
|
23
|
+
get remoteHosts(): string[];
|
|
24
|
+
constructor({ parentModel, entityName, displayName, columnFields, matchFields, valueRenderer }: Partial<DifferModel>);
|
|
25
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
26
|
+
diffFromRemote(): void;
|
|
27
|
+
diffFromClipboardAsync(): Promise<void>;
|
|
28
|
+
processResponse(resp: any): void;
|
|
29
|
+
processFailedLoad(): void;
|
|
30
|
+
diffRawRecords(localRecords: any, remoteRecords: any): any[];
|
|
31
|
+
rawRecordsAreEqual(local: any, remote: any): boolean;
|
|
32
|
+
cleanRawData(data: any): any;
|
|
33
|
+
confirmApplyRemote(records: any): void;
|
|
34
|
+
isPwd(rec: any): boolean;
|
|
35
|
+
doApplyRemote(records: any): void;
|
|
36
|
+
showNoDiffToast(): void;
|
|
37
|
+
fieldRenderer(v: any, { record, column }: {
|
|
38
|
+
record: any;
|
|
39
|
+
column: any;
|
|
40
|
+
}): any;
|
|
41
|
+
fetchLocalConfigsAsync(): Promise<string>;
|
|
42
|
+
readConfigFromClipboardAsync(): Promise<void>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
export declare class RegroupDialogModel extends HoistModel {
|
|
3
|
+
_parent: any;
|
|
4
|
+
groupName: any;
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
regroupAction: {
|
|
7
|
+
text: string;
|
|
8
|
+
icon: any;
|
|
9
|
+
recordsRequired: boolean;
|
|
10
|
+
actionFn: () => void;
|
|
11
|
+
displayFn: () => {
|
|
12
|
+
hidden: any;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
get options(): unknown[];
|
|
16
|
+
constructor(parent: any);
|
|
17
|
+
saveAsync(): Promise<void>;
|
|
18
|
+
close(): void;
|
|
19
|
+
open(): void;
|
|
20
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FilterChooserModel } from '@xh/hoist/cmp/filter';
|
|
2
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
3
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
4
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
5
|
+
import { LocalDate } from '@xh/hoist/utils/datetime';
|
|
6
|
+
export declare class ClientErrorsModel extends HoistModel {
|
|
7
|
+
persistWith: {
|
|
8
|
+
localStorageKey: string;
|
|
9
|
+
};
|
|
10
|
+
startDay: LocalDate;
|
|
11
|
+
endDay: LocalDate;
|
|
12
|
+
gridModel: GridModel;
|
|
13
|
+
formModel: FormModel;
|
|
14
|
+
filterChooserModel: FilterChooserModel;
|
|
15
|
+
get selectedRecord(): import("../../../../data").StoreRecord;
|
|
16
|
+
/** Parsed and JSON-formatted stacktrace / additional data for selected error. */
|
|
17
|
+
formattedErrorJson: string;
|
|
18
|
+
constructor();
|
|
19
|
+
resetQuery(): void;
|
|
20
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
21
|
+
showEntryDetail(detailRec: any): void;
|
|
22
|
+
adjustDates(dir: any): void;
|
|
23
|
+
adjustStartDate(value: any, unit: any): void;
|
|
24
|
+
getParams(): {
|
|
25
|
+
startDay: LocalDate;
|
|
26
|
+
endDay: LocalDate;
|
|
27
|
+
};
|
|
28
|
+
getDefaultStartDay(): LocalDate;
|
|
29
|
+
getDefaultEndDay(): LocalDate;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const feedbackPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { GroupingChooserModel } from '@xh/hoist/cmp/grouping';
|
|
2
|
+
import { FilterChooserModel } from '@xh/hoist/cmp/filter';
|
|
3
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
4
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
5
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
6
|
+
import { Cube } from '@xh/hoist/data';
|
|
7
|
+
import { LocalDate } from '@xh/hoist/utils/datetime';
|
|
8
|
+
export declare const PERSIST_ACTIVITY: {
|
|
9
|
+
localStorageKey: string;
|
|
10
|
+
};
|
|
11
|
+
export declare class ActivityTrackingModel extends HoistModel {
|
|
12
|
+
persistWith: {
|
|
13
|
+
localStorageKey: string;
|
|
14
|
+
};
|
|
15
|
+
formModel: FormModel;
|
|
16
|
+
groupingChooserModel: GroupingChooserModel;
|
|
17
|
+
cube: Cube;
|
|
18
|
+
filterChooserModel: FilterChooserModel;
|
|
19
|
+
gridModel: GridModel;
|
|
20
|
+
get enabled(): boolean;
|
|
21
|
+
get dimensions(): string[];
|
|
22
|
+
/**
|
|
23
|
+
* Summary of currently active query / filters.
|
|
24
|
+
* TODO - include new local filters if feasible, or drop this altogether.
|
|
25
|
+
* Formerly summarized server-side filters, but was misleading w/new filtering.
|
|
26
|
+
*/
|
|
27
|
+
get queryDisplayString(): string;
|
|
28
|
+
get endDay(): LocalDate;
|
|
29
|
+
get maxRowOptions(): any;
|
|
30
|
+
get maxRows(): number;
|
|
31
|
+
/** True if data loaded from the server has been topped by maxRows. */
|
|
32
|
+
get maxRowsReached(): boolean;
|
|
33
|
+
private _monthFormat;
|
|
34
|
+
private _defaultDims;
|
|
35
|
+
constructor();
|
|
36
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
37
|
+
loadGridAsync(): Promise<void>;
|
|
38
|
+
separateLeafRows(node: any): void;
|
|
39
|
+
resetQuery(): void;
|
|
40
|
+
adjustDates(dir: any): void;
|
|
41
|
+
adjustStartDate(value: any, unit: any): void;
|
|
42
|
+
cubeLabelComparator(valA: any, valB: any, sortDir: any, abs: any, { recordA, recordB, defaultComparator }: {
|
|
43
|
+
recordA: any;
|
|
44
|
+
recordB: any;
|
|
45
|
+
defaultComparator: any;
|
|
46
|
+
}): any;
|
|
47
|
+
getComparableValForDim(raw: any, dim: any): any;
|
|
48
|
+
get defaultStartDay(): LocalDate;
|
|
49
|
+
get defaultEndDay(): LocalDate;
|
|
50
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ChartModel } from '@xh/hoist/cmp/chart';
|
|
3
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
4
|
+
import { PanelModel } from '@xh/hoist/desktop/cmp/panel';
|
|
5
|
+
import { ActivityTrackingModel } from '../ActivityTrackingModel';
|
|
6
|
+
export declare class ChartsModel extends HoistModel {
|
|
7
|
+
panelModel: PanelModel;
|
|
8
|
+
activityTrackingModel: ActivityTrackingModel;
|
|
9
|
+
/** metric to chart on Y axis - one of:
|
|
10
|
+
* + entryCount - count of total track log entries within the primary dim group.
|
|
11
|
+
* + count - count of unique secondary dim values within the primary dim group.
|
|
12
|
+
* + elapsed - avg elapsed time in ms for the primary dim group.
|
|
13
|
+
*/
|
|
14
|
+
metric: 'entryCount' | 'count' | 'elapsed';
|
|
15
|
+
/** show weekends on the activity chart */
|
|
16
|
+
incWeekends: boolean;
|
|
17
|
+
categoryChartModel: ChartModel;
|
|
18
|
+
timeseriesChartModel: ChartModel;
|
|
19
|
+
get showAsTimeseries(): boolean;
|
|
20
|
+
get chartModel(): ChartModel;
|
|
21
|
+
get primaryDim(): string;
|
|
22
|
+
get secondaryDim(): string;
|
|
23
|
+
get data(): import("../../../../../data").StoreRecord[];
|
|
24
|
+
get dimensions(): string[];
|
|
25
|
+
constructor();
|
|
26
|
+
getLabelForMetric(metric: any, multiline: any): string | import("react").ReactElement<any, any>;
|
|
27
|
+
private selectRow;
|
|
28
|
+
onLinked(): void;
|
|
29
|
+
private loadChart;
|
|
30
|
+
private getSeriesData;
|
|
31
|
+
private getUnitsForDim;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
2
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
3
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
4
|
+
import { ActivityTrackingModel } from '../ActivityTrackingModel';
|
|
5
|
+
export declare class ActivityDetailModel extends HoistModel {
|
|
6
|
+
activityTrackingModel: ActivityTrackingModel;
|
|
7
|
+
gridModel: GridModel;
|
|
8
|
+
formModel: FormModel;
|
|
9
|
+
formattedData: any;
|
|
10
|
+
constructor();
|
|
11
|
+
onLinked(): void;
|
|
12
|
+
private showActivityEntriesAsync;
|
|
13
|
+
private getAllLeafRows;
|
|
14
|
+
private showEntryDetail;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const generalTab: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
2
|
+
import { HoistModel, LoadSpec, Intent, PlainObject } from '@xh/hoist/core';
|
|
3
|
+
export declare class AlertBannerModel extends HoistModel {
|
|
4
|
+
savedValue: any;
|
|
5
|
+
savedPresets: PlainObject[];
|
|
6
|
+
formModel: FormModel;
|
|
7
|
+
bannerModel: any;
|
|
8
|
+
get intentOptions(): Intent[];
|
|
9
|
+
get iconOptions(): string[];
|
|
10
|
+
get supportPresets(): boolean;
|
|
11
|
+
constructor();
|
|
12
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
13
|
+
saveAsync(): Promise<any>;
|
|
14
|
+
resetForm(): void;
|
|
15
|
+
loadPreset(preset: PlainObject): void;
|
|
16
|
+
addPreset(): void;
|
|
17
|
+
removePreset(preset: PlainObject): void;
|
|
18
|
+
get currentValuesSavedAsPreset(): boolean;
|
|
19
|
+
loadPresetsAsync(): Promise<void>;
|
|
20
|
+
savePresetsAsync(): Promise<void>;
|
|
21
|
+
saveBannerSpecAsync(value: any): Promise<void>;
|
|
22
|
+
private syncPreview;
|
|
23
|
+
private saveInternalAsync;
|
|
24
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 ConfigPanelModel 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
|
+
configRenderer(value: any, { record }: {
|
|
15
|
+
record: any;
|
|
16
|
+
}): any;
|
|
17
|
+
openDiffer(): void;
|
|
18
|
+
closeDiffer(): void;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
export declare class UserModel extends HoistModel {
|
|
4
|
+
persistWith: {
|
|
5
|
+
localStorageKey: string;
|
|
6
|
+
};
|
|
7
|
+
activeOnly: boolean;
|
|
8
|
+
withRolesOnly: boolean;
|
|
9
|
+
gridModel: GridModel;
|
|
10
|
+
constructor();
|
|
11
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<any>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const metricUnit: ColumnSpec;
|
|
3
|
+
export declare const warnThreshold: ColumnSpec;
|
|
4
|
+
export declare const failThreshold: ColumnSpec;
|
|
5
|
+
export declare const sortOrder: ColumnSpec;
|
|
6
|
+
export declare const code: ColumnSpec;
|
|
7
|
+
export declare const timestamp: ColumnSpec;
|
|
8
|
+
export declare const totalHeapMb: ColumnSpec;
|
|
9
|
+
export declare const maxHeapMb: ColumnSpec;
|
|
10
|
+
export declare const freeHeapMb: ColumnSpec;
|
|
11
|
+
export declare const usedHeapMb: ColumnSpec;
|
|
12
|
+
export declare const usedPctMax: ColumnSpec;
|
|
13
|
+
export declare const avgCollectionTime: ColumnSpec;
|
|
14
|
+
export declare const collectionCount: ColumnSpec;
|
|
15
|
+
export declare const pctCollectionTime: ColumnSpec;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const monitorEditorPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
export declare class MonitorResultsModel extends HoistModel {
|
|
4
|
+
results: any[];
|
|
5
|
+
lastRun: any;
|
|
6
|
+
timer: any;
|
|
7
|
+
viewRef: import("react").RefObject<HTMLElement> & ((instance: HTMLElement) => void);
|
|
8
|
+
get passed(): number;
|
|
9
|
+
get warned(): number;
|
|
10
|
+
get failed(): number;
|
|
11
|
+
get inactive(): number;
|
|
12
|
+
constructor();
|
|
13
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
14
|
+
forceRunAllMonitorsAsync(): Promise<void>;
|
|
15
|
+
private completeLoad;
|
|
16
|
+
private getLastRun;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const monitorTab: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const serverTab: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
export declare class EhCacheModel extends HoistModel {
|
|
4
|
+
persistWith: {
|
|
5
|
+
localStorageKey: string;
|
|
6
|
+
};
|
|
7
|
+
gridModel: GridModel;
|
|
8
|
+
clearAllAsync(): Promise<void>;
|
|
9
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<any>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
/**
|
|
4
|
+
* Model/tab to list server-side environment variables and JVM system properties, as loaded from
|
|
5
|
+
* a dedicated admin-only endpoint.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ServerEnvModel extends HoistModel {
|
|
8
|
+
gridModel: GridModel;
|
|
9
|
+
constructor();
|
|
10
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const logLevelPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import { Timer } from '@xh/hoist/utils/async';
|
|
4
|
+
import { LogViewerModel } from './LogViewerModel';
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class LogDisplayModel extends HoistModel {
|
|
9
|
+
persistWith: {
|
|
10
|
+
localStorageKey: string;
|
|
11
|
+
};
|
|
12
|
+
parent: LogViewerModel;
|
|
13
|
+
tail: boolean;
|
|
14
|
+
startLine: number;
|
|
15
|
+
maxLines: number;
|
|
16
|
+
pattern: string;
|
|
17
|
+
timer: Timer;
|
|
18
|
+
gridModel: GridModel;
|
|
19
|
+
regexOption: boolean;
|
|
20
|
+
caseSensitive: boolean;
|
|
21
|
+
get tailActive(): boolean;
|
|
22
|
+
constructor(parent: LogViewerModel);
|
|
23
|
+
doLoadAsync(loadSpec: any): Promise<void>;
|
|
24
|
+
scrollToTail(): Promise<void>;
|
|
25
|
+
private createGridModel;
|
|
26
|
+
private updateGridData;
|
|
27
|
+
private autoRefreshLines;
|
|
28
|
+
private loadLog;
|
|
29
|
+
}
|