@xh/hoist 71.0.0-SNAPSHOT.1735340606080 → 71.0.0-SNAPSHOT.1735586653168
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 +2 -4
- package/LICENSE.md +1 -1
- package/README.md +2 -3
- package/SECURITY.md +5 -0
- package/admin/AdminUtils.ts +1 -1
- package/admin/App.scss +1 -1
- package/admin/AppComponent.ts +1 -1
- package/admin/AppModel.ts +1 -1
- package/admin/columns/Core.ts +1 -1
- package/admin/columns/Rest.ts +1 -1
- package/admin/columns/Tracking.ts +1 -1
- package/admin/columns/User.ts +1 -1
- package/admin/columns/UserData.ts +1 -1
- package/admin/differ/Differ.scss +1 -1
- package/admin/differ/Differ.ts +1 -1
- package/admin/differ/DifferDetail.ts +1 -1
- package/admin/differ/DifferDetailModel.ts +1 -1
- package/admin/differ/DifferModel.ts +1 -1
- package/admin/regroup/RegroupDialog.ts +1 -1
- package/admin/regroup/RegroupDialogModel.ts +1 -1
- package/admin/tabs/activity/ActivityTab.scss +1 -1
- package/admin/tabs/activity/ActivityTab.ts +1 -1
- package/admin/tabs/activity/aggregators/RangeAggregator.ts +1 -1
- package/admin/tabs/activity/clienterrors/ClientErrorDetail.ts +1 -1
- package/admin/tabs/activity/clienterrors/ClientErrorsModel.ts +1 -1
- package/admin/tabs/activity/clienterrors/ClientErrorsPanel.ts +1 -1
- package/admin/tabs/activity/feedback/FeedbackPanel.ts +1 -1
- package/admin/tabs/activity/tracking/ActivityTrackingModel.ts +1 -1
- package/admin/tabs/activity/tracking/ActivityTrackingPanel.ts +1 -1
- package/admin/tabs/activity/tracking/charts/ChartsModel.ts +1 -1
- package/admin/tabs/activity/tracking/charts/ChartsPanel.ts +1 -1
- package/admin/tabs/activity/tracking/detail/ActivityDetailModel.ts +1 -1
- package/admin/tabs/activity/tracking/detail/ActivityDetailView.ts +1 -1
- package/admin/tabs/cluster/BaseInstanceModel.ts +1 -1
- package/admin/tabs/cluster/ClusterTab.ts +1 -1
- package/admin/tabs/cluster/ClusterTabModel.ts +1 -1
- package/admin/tabs/cluster/connpool/ConnPoolMonitorModel.ts +1 -1
- package/admin/tabs/cluster/connpool/ConnPoolMonitorPanel.ts +1 -1
- package/admin/tabs/cluster/distobjects/DistributedObjectsModel.ts +1 -1
- package/admin/tabs/cluster/distobjects/DistributedObjectsPanel.ts +1 -1
- package/admin/tabs/cluster/environment/ServerEnvModel.ts +1 -1
- package/admin/tabs/cluster/environment/ServerEnvPanel.ts +1 -1
- package/admin/tabs/cluster/logs/LogDisplay.ts +1 -1
- package/admin/tabs/cluster/logs/LogDisplayModel.ts +1 -1
- package/admin/tabs/cluster/logs/LogViewer.scss +1 -1
- package/admin/tabs/cluster/logs/LogViewer.ts +1 -1
- package/admin/tabs/cluster/logs/LogViewerModel.ts +1 -1
- package/admin/tabs/cluster/logs/levels/LogLevelDialog.ts +1 -1
- package/admin/tabs/cluster/logs/levels/LogLevelDialogModel.ts +1 -1
- package/admin/tabs/cluster/memory/MemoryMonitorModel.ts +1 -1
- package/admin/tabs/cluster/memory/MemoryMonitorPanel.ts +1 -1
- package/admin/tabs/cluster/services/DetailsModel.ts +1 -1
- package/admin/tabs/cluster/services/DetailsPanel.ts +1 -1
- package/admin/tabs/cluster/services/ServiceModel.ts +1 -1
- package/admin/tabs/cluster/services/ServicePanel.ts +1 -1
- package/admin/tabs/cluster/websocket/WebSocketColumns.ts +1 -1
- package/admin/tabs/cluster/websocket/WebSocketModel.ts +1 -1
- package/admin/tabs/cluster/websocket/WebSocketPanel.ts +1 -1
- package/admin/tabs/general/GeneralTab.ts +1 -1
- package/admin/tabs/general/about/AboutPanel.scss +1 -1
- package/admin/tabs/general/about/AboutPanel.ts +1 -1
- package/admin/tabs/general/alertBanner/AlertBannerModel.ts +1 -1
- package/admin/tabs/general/alertBanner/AlertBannerPanel.scss +1 -1
- package/admin/tabs/general/alertBanner/AlertBannerPanel.ts +1 -1
- package/admin/tabs/general/config/ConfigPanel.ts +1 -1
- package/admin/tabs/general/config/ConfigPanelModel.ts +1 -1
- package/admin/tabs/monitor/MonitorColumns.ts +1 -1
- package/admin/tabs/monitor/MonitorTab.scss +1 -1
- package/admin/tabs/monitor/MonitorTab.ts +1 -1
- package/admin/tabs/monitor/MonitorTabModel.ts +1 -1
- package/admin/tabs/monitor/Tile.scss +1 -1
- package/admin/tabs/monitor/Tile.ts +1 -1
- package/admin/tabs/monitor/Types.ts +1 -1
- package/admin/tabs/monitor/editor/MonitorEditorDialog.ts +1 -1
- package/admin/tabs/userData/UserDataTab.ts +1 -1
- package/admin/tabs/userData/jsonblob/JsonBlobColumns.ts +1 -1
- package/admin/tabs/userData/jsonblob/JsonBlobModel.ts +1 -1
- package/admin/tabs/userData/jsonblob/JsonBlobPanel.ts +1 -1
- package/admin/tabs/userData/prefs/UserPreferenceModel.ts +6 -0
- package/admin/tabs/userData/prefs/UserPreferencePanel.ts +1 -1
- package/admin/tabs/userData/prefs/editor/PrefEditorDialog.ts +1 -1
- package/admin/tabs/userData/prefs/editor/PrefEditorModel.ts +1 -1
- package/admin/tabs/userData/roles/RoleModel.ts +1 -1
- package/admin/tabs/userData/roles/RolePanel.ts +1 -1
- package/admin/tabs/userData/roles/Types.ts +1 -1
- package/admin/tabs/userData/roles/details/RoleDetails.ts +1 -1
- package/admin/tabs/userData/roles/details/RoleDetailsModel.ts +1 -1
- package/admin/tabs/userData/roles/details/members/BaseMembersModel.ts +1 -1
- package/admin/tabs/userData/roles/details/members/DirectoryMembers.ts +1 -1
- package/admin/tabs/userData/roles/details/members/RoleMembers.ts +1 -1
- package/admin/tabs/userData/roles/details/members/UserMembers.ts +6 -4
- package/admin/tabs/userData/roles/editor/RoleEditor.ts +1 -1
- package/admin/tabs/userData/roles/editor/RoleEditorModel.ts +1 -1
- package/admin/tabs/userData/roles/editor/form/RoleForm.ts +1 -1
- package/admin/tabs/userData/roles/editor/form/RoleFormModel.ts +1 -1
- package/admin/tabs/userData/roles/graph/RoleGraph.ts +1 -1
- package/admin/tabs/userData/roles/graph/RoleGraphModel.ts +1 -1
- package/admin/tabs/userData/roles/recategorize/RecategorizeDialog.ts +1 -1
- package/admin/tabs/userData/roles/recategorize/RecategorizeDialogModel.ts +1 -1
- package/admin/tabs/userData/roles/warning/WarningBanner.scss +1 -1
- package/admin/tabs/userData/roles/warning/WarningBanner.ts +1 -1
- package/admin/tabs/userData/users/UserModel.ts +1 -1
- package/admin/tabs/userData/users/UserPanel.ts +1 -1
- package/appcontainer/AboutDialogModel.ts +1 -1
- package/appcontainer/AppContainerModel.ts +1 -1
- package/appcontainer/AppOption.ts +1 -1
- package/appcontainer/AppStateModel.ts +1 -1
- package/appcontainer/BannerModel.ts +1 -1
- package/appcontainer/BannerSourceModel.ts +1 -1
- package/appcontainer/ChangelogDialogModel.ts +1 -1
- package/appcontainer/ExceptionDialogModel.ts +1 -1
- package/appcontainer/FeedbackDialogModel.ts +1 -1
- package/appcontainer/ImpersonationBarModel.ts +1 -1
- package/appcontainer/MessageModel.ts +1 -1
- package/appcontainer/MessageSourceModel.ts +1 -1
- package/appcontainer/OptionsDialogModel.ts +1 -1
- package/appcontainer/PageStateModel.ts +1 -1
- package/appcontainer/RouterModel.ts +1 -1
- package/appcontainer/SizingModeModel.ts +1 -1
- package/appcontainer/ThemeModel.ts +1 -1
- package/appcontainer/ToastModel.ts +1 -1
- package/appcontainer/ToastSourceModel.ts +1 -1
- package/appcontainer/UserAgentModel.ts +1 -1
- package/appcontainer/ViewportSizeModel.ts +1 -1
- package/appcontainer/login/LoginPanelModel.ts +1 -1
- package/build/types/core/persist/PersistOptions.d.ts +3 -2
- package/cmp/ag-grid/AgGrid.scss +1 -1
- package/cmp/ag-grid/AgGrid.ts +1 -1
- package/cmp/ag-grid/AgGridModel.ts +1 -1
- package/cmp/badge/Badge.scss +1 -1
- package/cmp/badge/Badge.ts +1 -1
- package/cmp/chart/Chart.scss +1 -1
- package/cmp/chart/Chart.ts +1 -1
- package/cmp/chart/ChartModel.ts +1 -1
- package/cmp/chart/impl/copyToClipboard.ts +1 -1
- package/cmp/chart/impl/zoomout.ts +1 -1
- package/cmp/chart/theme/Dark.ts +1 -1
- package/cmp/chart/theme/Light.ts +1 -1
- package/cmp/clock/Clock.ts +1 -1
- package/cmp/dataview/DataView.scss +1 -1
- package/cmp/dataview/DataView.ts +1 -1
- package/cmp/dataview/DataViewModel.ts +1 -1
- package/cmp/error/ErrorBoundary.ts +1 -1
- package/cmp/error/ErrorBoundaryModel.ts +1 -1
- package/cmp/error/ErrorMessage.scss +1 -1
- package/cmp/error/ErrorMessage.ts +1 -1
- package/cmp/filter/FilterChooserFieldSpec.ts +1 -1
- package/cmp/filter/FilterChooserModel.ts +1 -1
- package/cmp/filter/impl/Option.ts +1 -1
- package/cmp/filter/impl/QueryEngine.ts +1 -1
- package/cmp/form/BaseFormFieldProps.ts +1 -1
- package/cmp/form/Form.ts +1 -1
- package/cmp/form/FormModel.ts +1 -1
- package/cmp/form/field/BaseFieldModel.ts +1 -1
- package/cmp/form/field/FieldModel.ts +1 -1
- package/cmp/form/field/SubformsFieldModel.ts +1 -1
- package/cmp/form/index.ts +1 -1
- package/cmp/grid/Grid.scss +1 -1
- package/cmp/grid/Grid.ts +1 -1
- package/cmp/grid/GridAutosizeOptions.ts +1 -1
- package/cmp/grid/GridContextMenu.ts +1 -1
- package/cmp/grid/GridModel.ts +1 -1
- package/cmp/grid/GridSorter.ts +1 -1
- package/cmp/grid/Types.ts +1 -1
- package/cmp/grid/columns/Column.ts +1 -1
- package/cmp/grid/columns/ColumnGroup.ts +1 -1
- package/cmp/grid/columns/Core.ts +1 -1
- package/cmp/grid/columns/DatesTimes.ts +1 -1
- package/cmp/grid/columns/index.ts +1 -1
- package/cmp/grid/enums/ExcelFormat.ts +1 -1
- package/cmp/grid/enums/GridAutosizeMode.ts +1 -1
- package/cmp/grid/enums/TreeStyle.ts +1 -1
- package/cmp/grid/filter/GridFilterFieldSpec.ts +1 -1
- package/cmp/grid/filter/GridFilterModel.ts +1 -1
- package/cmp/grid/helpers/GridCountLabel.ts +1 -1
- package/cmp/grid/impl/ColumnGroupHeader.ts +1 -1
- package/cmp/grid/impl/ColumnHeader.ts +1 -1
- package/cmp/grid/impl/ColumnWidthCalculator.ts +1 -1
- package/cmp/grid/impl/GridHScrollbar.ts +1 -1
- package/cmp/grid/impl/InitPersist.ts +1 -1
- package/cmp/grid/impl/MenuSupport.ts +2 -2
- package/cmp/grid/impl/RowKeyNavSupport.ts +1 -1
- package/cmp/grid/impl/Utils.ts +1 -1
- package/cmp/grid/index.ts +1 -1
- package/cmp/grid/renderers/CheckboxRenderer.ts +1 -1
- package/cmp/grid/renderers/TagsRenderer.ts +1 -1
- package/cmp/grouping/GroupingChooserModel.ts +1 -1
- package/cmp/input/HoistInput.scss +1 -1
- package/cmp/input/HoistInputModel.ts +1 -1
- package/cmp/input/HoistInputProps.ts +1 -1
- package/cmp/layout/Box.ts +1 -1
- package/cmp/layout/Frame.ts +1 -1
- package/cmp/layout/Placeholder.ts +1 -1
- package/cmp/layout/Spacer.ts +1 -1
- package/cmp/layout/Tags.ts +1 -1
- package/cmp/layout/TileFrame.scss +1 -1
- package/cmp/layout/TileFrame.ts +1 -1
- package/cmp/layout/Viewport.ts +1 -1
- package/cmp/loadingindicator/LoadingIndicator.ts +1 -1
- package/cmp/loadingindicator/index.ts +1 -1
- package/cmp/markdown/Markdown.ts +1 -1
- package/cmp/mask/Mask.ts +1 -1
- package/cmp/mask/index.ts +1 -1
- package/cmp/pinpad/PinPad.ts +1 -1
- package/cmp/pinpad/PinPadModel.ts +1 -1
- package/cmp/relativetimestamp/RelativeTimestamp.ts +1 -1
- package/cmp/spinner/Spinner.ts +1 -1
- package/cmp/store/StoreCountLabel.ts +1 -1
- package/cmp/store/StoreFilterField.ts +1 -1
- package/cmp/store/impl/StoreFilterFieldImplModel.ts +1 -1
- package/cmp/tab/TabContainer.ts +1 -1
- package/cmp/tab/TabContainerModel.ts +1 -1
- package/cmp/tab/TabModel.ts +1 -1
- package/cmp/tab/TabSwitcherProps.ts +1 -1
- package/cmp/treemap/SplitTreeMap.ts +1 -1
- package/cmp/treemap/SplitTreeMapModel.ts +1 -1
- package/cmp/treemap/TreeMap.ts +1 -1
- package/cmp/treemap/TreeMapModel.ts +1 -1
- package/cmp/treemap/index.ts +1 -1
- package/cmp/viewmanager/DataAccess.ts +1 -1
- package/cmp/viewmanager/View.ts +6 -0
- package/cmp/viewmanager/ViewInfo.ts +6 -0
- package/cmp/viewmanager/ViewManagerModel.ts +1 -1
- package/cmp/websocket/WebSocketIndicator.ts +1 -1
- package/cmp/zoneGrid/Types.ts +1 -1
- package/cmp/zoneGrid/ZoneGrid.scss +1 -1
- package/cmp/zoneGrid/ZoneGrid.ts +1 -1
- package/cmp/zoneGrid/ZoneGridModel.ts +1 -1
- package/cmp/zoneGrid/impl/InitPersist.ts +1 -1
- package/cmp/zoneGrid/impl/ZoneGridRenderer.ts +1 -1
- package/cmp/zoneGrid/impl/ZoneMapperModel.ts +3 -3
- package/core/AppSpec.ts +1 -1
- package/core/HoistAppModel.ts +1 -1
- package/core/HoistAuthModel.ts +1 -1
- package/core/HoistBase.ts +1 -1
- package/core/HoistBaseDecorators.ts +1 -1
- package/core/HoistComponent.ts +1 -1
- package/core/HoistProps.ts +1 -1
- package/core/HoistService.ts +1 -1
- package/core/RefreshContextView.ts +1 -1
- package/core/TaskObserver.ts +1 -1
- package/core/XH.ts +1 -1
- package/core/elem.ts +1 -1
- package/core/enums/RefreshMode.ts +1 -1
- package/core/enums/RenderMode.ts +1 -1
- package/core/enums/SizingMode.ts +1 -1
- package/core/exception/Exception.ts +1 -1
- package/core/exception/ExceptionHandler.ts +1 -1
- package/core/exception/Types.ts +1 -1
- package/core/impl/InstallServices.ts +1 -1
- package/core/impl/InstanceManager.ts +1 -1
- package/core/impl/PlatformManager.ts +1 -1
- package/core/load/LoadSpec.ts +1 -1
- package/core/load/LoadSupport.ts +1 -1
- package/core/load/Loadable.ts +1 -1
- package/core/model/CreatesSpec.ts +1 -1
- package/core/model/HoistModel.ts +1 -1
- package/core/model/Hooks.ts +1 -1
- package/core/model/ManagedRefreshContextModel.ts +1 -1
- package/core/model/ModelLookup.ts +1 -1
- package/core/model/ModelSelector.ts +1 -1
- package/core/model/ModelSpec.ts +1 -1
- package/core/model/RefreshContextModel.ts +1 -1
- package/core/model/RootRefreshContextModel.ts +1 -1
- package/core/model/UsesSpec.ts +1 -1
- package/core/persist/PersistOptions.ts +4 -3
- package/core/persist/Persistable.ts +6 -0
- package/core/persist/PersistenceProvider.ts +1 -1
- package/core/persist/provider/CustomProvider.ts +1 -1
- package/core/persist/provider/DashViewProvider.ts +1 -1
- package/core/persist/provider/LocalStorageProvider.ts +1 -1
- package/core/persist/provider/PrefProvider.ts +1 -1
- package/core/persist/provider/SessionStorageProvider.ts +1 -1
- package/core/persist/provider/ViewManagerProvider.ts +1 -1
- package/core/types/AppState.ts +1 -1
- package/core/types/Interfaces.ts +1 -1
- package/core/types/Types.ts +1 -1
- package/data/Field.ts +1 -1
- package/data/RecordAction.ts +1 -1
- package/data/Store.ts +1 -1
- package/data/StoreRecord.ts +1 -1
- package/data/StoreSelectionModel.ts +1 -1
- package/data/UrlStore.ts +1 -1
- package/data/cube/BucketSpec.ts +1 -1
- package/data/cube/Cube.ts +1 -1
- package/data/cube/CubeField.ts +1 -1
- package/data/cube/Query.ts +1 -1
- package/data/cube/View.ts +1 -1
- package/data/cube/aggregate/AggregationContext.ts +1 -1
- package/data/cube/aggregate/Aggregator.ts +1 -1
- package/data/cube/aggregate/AverageAggregator.ts +1 -1
- package/data/cube/aggregate/AverageStrictAggregator.ts +1 -1
- package/data/cube/aggregate/ChildCountAggregator.ts +1 -1
- package/data/cube/aggregate/LeafCountAggregator.ts +1 -1
- package/data/cube/aggregate/MaxAggregator.ts +1 -1
- package/data/cube/aggregate/MinAggregator.ts +1 -1
- package/data/cube/aggregate/NullAggregator.ts +1 -1
- package/data/cube/aggregate/SingleAggregator.ts +1 -1
- package/data/cube/aggregate/SumAggregator.ts +1 -1
- package/data/cube/aggregate/SumStrictAggregator.ts +1 -1
- package/data/cube/aggregate/UniqueAggregator.ts +1 -1
- package/data/cube/row/AggregateRow.ts +1 -1
- package/data/cube/row/BaseRow.ts +1 -1
- package/data/cube/row/BucketRow.ts +1 -1
- package/data/cube/row/LeafRow.ts +1 -1
- package/data/cube/row/RowUpdate.ts +1 -1
- package/data/filter/BaseFilterFieldSpec.ts +1 -1
- package/data/filter/CompoundFilter.ts +1 -1
- package/data/filter/FieldFilter.ts +1 -1
- package/data/filter/Filter.ts +1 -1
- package/data/filter/FunctionFilter.ts +1 -1
- package/data/filter/Types.ts +1 -1
- package/data/filter/Utils.ts +1 -1
- package/data/impl/RecordSet.ts +1 -1
- package/data/impl/RecordValidator.ts +1 -1
- package/data/impl/StoreValidator.ts +1 -1
- package/data/index.ts +1 -1
- package/data/validation/Rule.ts +1 -1
- package/data/validation/ValidationState.ts +1 -1
- package/data/validation/constraints.ts +1 -1
- package/deprecated/index.ts +1 -1
- package/desktop/appcontainer/AboutDialog.scss +1 -1
- package/desktop/appcontainer/AboutDialog.ts +1 -1
- package/desktop/appcontainer/AppContainer.ts +1 -1
- package/desktop/appcontainer/Banner.scss +1 -1
- package/desktop/appcontainer/Banner.ts +1 -1
- package/desktop/appcontainer/ChangelogDialog.scss +1 -1
- package/desktop/appcontainer/ChangelogDialog.ts +1 -1
- package/desktop/appcontainer/ExceptionDialog.scss +1 -1
- package/desktop/appcontainer/ExceptionDialog.ts +1 -1
- package/desktop/appcontainer/ExceptionDialogDetails.ts +1 -1
- package/desktop/appcontainer/FeedbackDialog.ts +1 -1
- package/desktop/appcontainer/IdlePanel.scss +1 -1
- package/desktop/appcontainer/IdlePanel.ts +1 -1
- package/desktop/appcontainer/ImpersonationBar.scss +1 -1
- package/desktop/appcontainer/ImpersonationBar.ts +1 -1
- package/desktop/appcontainer/LockoutPanel.scss +1 -1
- package/desktop/appcontainer/LockoutPanel.ts +1 -1
- package/desktop/appcontainer/LoginPanel.scss +1 -1
- package/desktop/appcontainer/LoginPanel.ts +1 -1
- package/desktop/appcontainer/Message.scss +1 -1
- package/desktop/appcontainer/Message.ts +1 -1
- package/desktop/appcontainer/MessageSource.ts +1 -1
- package/desktop/appcontainer/OptionsDialog.scss +1 -1
- package/desktop/appcontainer/OptionsDialog.ts +1 -1
- package/desktop/appcontainer/SuspendPanel.scss +1 -1
- package/desktop/appcontainer/SuspendPanel.ts +1 -1
- package/desktop/appcontainer/Toast.scss +1 -1
- package/desktop/appcontainer/ToastSource.ts +1 -1
- package/desktop/appcontainer/VersionBar.scss +1 -1
- package/desktop/appcontainer/VersionBar.ts +1 -1
- package/desktop/appcontainer/index.ts +1 -1
- package/desktop/cmp/appOption/AutoRefreshAppOption.ts +1 -1
- package/desktop/cmp/appOption/SizingModeAppOption.ts +1 -1
- package/desktop/cmp/appOption/ThemeAppOption.ts +1 -1
- package/desktop/cmp/appbar/AppBar.scss +1 -1
- package/desktop/cmp/appbar/AppBar.ts +1 -1
- package/desktop/cmp/appbar/AppBarSeparator.ts +1 -1
- package/desktop/cmp/button/AppMenuButton.ts +1 -1
- package/desktop/cmp/button/Button.scss +1 -1
- package/desktop/cmp/button/Button.ts +1 -1
- package/desktop/cmp/button/ButtonGroup.ts +1 -1
- package/desktop/cmp/button/ColAutosizeButton.ts +1 -1
- package/desktop/cmp/button/ColChooserButton.ts +1 -1
- package/desktop/cmp/button/DashCanvasAddViewButton.ts +1 -1
- package/desktop/cmp/button/ExportButton.ts +1 -1
- package/desktop/cmp/button/FeedbackButton.ts +1 -1
- package/desktop/cmp/button/LaunchAdminButton.ts +1 -1
- package/desktop/cmp/button/LogoutButton.ts +1 -1
- package/desktop/cmp/button/ModalToggleButton.ts +1 -1
- package/desktop/cmp/button/OptionsButton.ts +1 -1
- package/desktop/cmp/button/RefreshButton.ts +1 -1
- package/desktop/cmp/button/RestoreDefaultsButton.ts +1 -1
- package/desktop/cmp/button/ThemeToggleButton.ts +1 -1
- package/desktop/cmp/button/WhatsNewButton.ts +1 -1
- package/desktop/cmp/button/ZoneMapperButton.ts +1 -1
- package/desktop/cmp/clipboard/ClipboardButton.ts +1 -1
- package/desktop/cmp/clipboard/ClipboardMenuItem.ts +1 -1
- package/desktop/cmp/contextmenu/ContextMenu.ts +1 -1
- package/desktop/cmp/dash/DashConfig.ts +1 -1
- package/desktop/cmp/dash/DashModel.ts +1 -1
- package/desktop/cmp/dash/DashViewModel.ts +1 -1
- package/desktop/cmp/dash/DashViewSpec.ts +1 -1
- package/desktop/cmp/dash/canvas/DashCanvas.ts +1 -1
- package/desktop/cmp/dash/canvas/DashCanvasModel.ts +1 -1
- package/desktop/cmp/dash/canvas/DashCanvasViewModel.ts +1 -1
- package/desktop/cmp/dash/canvas/DashCanvasViewSpec.ts +1 -1
- package/desktop/cmp/dash/canvas/impl/DashCanvasContextMenu.ts +1 -1
- package/desktop/cmp/dash/canvas/impl/DashCanvasView.ts +1 -1
- package/desktop/cmp/dash/canvas/impl/utils.ts +1 -1
- package/desktop/cmp/dash/container/DashContainer.ts +1 -1
- package/desktop/cmp/dash/container/DashContainerModel.ts +1 -1
- package/desktop/cmp/dash/container/DashContainerViewSpec.ts +1 -1
- package/desktop/cmp/dash/container/impl/DashContainerContextMenu.ts +1 -1
- package/desktop/cmp/dash/container/impl/DashContainerMenuButton.ts +1 -1
- package/desktop/cmp/dash/container/impl/DashContainerUtils.ts +1 -1
- package/desktop/cmp/dash/container/impl/DashContainerView.ts +1 -1
- package/desktop/cmp/dock/DockContainer.ts +1 -1
- package/desktop/cmp/dock/DockContainerModel.ts +1 -1
- package/desktop/cmp/dock/DockViewModel.ts +1 -1
- package/desktop/cmp/dock/impl/Dock.scss +1 -1
- package/desktop/cmp/dock/impl/DockContainer.ts +1 -1
- package/desktop/cmp/dock/impl/DockView.ts +1 -1
- package/desktop/cmp/error/impl/ErrorMessage.ts +1 -1
- package/desktop/cmp/filechooser/FileChooser.scss +1 -1
- package/desktop/cmp/filechooser/FileChooser.ts +1 -1
- package/desktop/cmp/filechooser/FileChooserModel.ts +1 -1
- package/desktop/cmp/filter/FilterChooser.scss +1 -1
- package/desktop/cmp/filter/FilterChooser.ts +1 -1
- package/desktop/cmp/form/FormField.scss +1 -1
- package/desktop/cmp/form/FormField.ts +1 -1
- package/desktop/cmp/grid/columns/Actions.scss +1 -1
- package/desktop/cmp/grid/columns/Actions.ts +1 -1
- package/desktop/cmp/grid/editors/BooleanEditor.ts +1 -1
- package/desktop/cmp/grid/editors/DateEditor.ts +1 -1
- package/desktop/cmp/grid/editors/EditorProps.ts +1 -1
- package/desktop/cmp/grid/editors/Editors.scss +1 -1
- package/desktop/cmp/grid/editors/NumberEditor.ts +1 -1
- package/desktop/cmp/grid/editors/SelectEditor.ts +1 -1
- package/desktop/cmp/grid/editors/TextAreaEditor.ts +1 -1
- package/desktop/cmp/grid/editors/TextEditor.ts +1 -1
- package/desktop/cmp/grid/editors/impl/InlineEditorModel.ts +1 -1
- package/desktop/cmp/grid/editors/index.ts +1 -1
- package/desktop/cmp/grid/find/GridFindField.scss +1 -1
- package/desktop/cmp/grid/find/GridFindField.ts +1 -1
- package/desktop/cmp/grid/find/impl/GridFindFieldImplModel.ts +1 -1
- package/desktop/cmp/grid/impl/colchooser/ColChooser.ts +1 -1
- package/desktop/cmp/grid/impl/colchooser/ColChooserDialog.ts +1 -1
- package/desktop/cmp/grid/impl/colchooser/ColChooserModel.ts +2 -2
- package/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.scss +1 -1
- package/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.ts +1 -1
- package/desktop/cmp/grid/impl/filter/ColumnHeaderFilterModel.ts +1 -1
- package/desktop/cmp/grid/impl/filter/GridFilterDialog.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilter.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilterModel.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRow.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRowModel.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTab.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTabModel.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTab.ts +1 -1
- package/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.ts +1 -1
- package/desktop/cmp/grouping/GroupingChooser.scss +1 -1
- package/desktop/cmp/grouping/GroupingChooser.ts +1 -1
- package/desktop/cmp/input/ButtonGroupInput.ts +1 -1
- package/desktop/cmp/input/Checkbox.scss +1 -1
- package/desktop/cmp/input/Checkbox.ts +1 -1
- package/desktop/cmp/input/CodeInput.scss +1 -1
- package/desktop/cmp/input/CodeInput.ts +1 -1
- package/desktop/cmp/input/DateInput.scss +1 -1
- package/desktop/cmp/input/DateInput.ts +1 -1
- package/desktop/cmp/input/JsonInput.ts +1 -1
- package/desktop/cmp/input/NumberInput.ts +1 -1
- package/desktop/cmp/input/RadioInput.scss +1 -1
- package/desktop/cmp/input/RadioInput.ts +1 -1
- package/desktop/cmp/input/Select.scss +1 -1
- package/desktop/cmp/input/Select.ts +1 -1
- package/desktop/cmp/input/Slider.scss +1 -1
- package/desktop/cmp/input/Slider.ts +1 -1
- package/desktop/cmp/input/SwitchInput.scss +1 -1
- package/desktop/cmp/input/SwitchInput.ts +1 -1
- package/desktop/cmp/input/TextArea.scss +1 -1
- package/desktop/cmp/input/TextArea.ts +1 -1
- package/desktop/cmp/input/TextInput.ts +1 -1
- package/desktop/cmp/leftrightchooser/LeftRightChooser.scss +1 -1
- package/desktop/cmp/leftrightchooser/LeftRightChooser.ts +1 -1
- package/desktop/cmp/leftrightchooser/LeftRightChooserFilter.ts +1 -1
- package/desktop/cmp/leftrightchooser/LeftRightChooserModel.ts +1 -1
- package/desktop/cmp/leftrightchooser/impl/ChooserToolbar.ts +1 -1
- package/desktop/cmp/leftrightchooser/impl/Description.ts +1 -1
- package/desktop/cmp/mask/impl/Mask.ts +1 -1
- package/desktop/cmp/modalsupport/ModalSupport.ts +1 -1
- package/desktop/cmp/modalsupport/ModalSupportModel.ts +1 -1
- package/desktop/cmp/modalsupport/index.ts +1 -1
- package/desktop/cmp/panel/Panel.ts +1 -1
- package/desktop/cmp/panel/PanelModel.ts +1 -1
- package/desktop/cmp/panel/impl/PanelHeader.ts +1 -1
- package/desktop/cmp/panel/impl/ResizeContainer.ts +1 -1
- package/desktop/cmp/panel/impl/Splitter.ts +1 -1
- package/desktop/cmp/panel/impl/dragger/Dragger.ts +1 -1
- package/desktop/cmp/panel/impl/dragger/DraggerModel.ts +1 -1
- package/desktop/cmp/panel/index.ts +1 -1
- package/desktop/cmp/pinpad/impl/PinPad.ts +1 -1
- package/desktop/cmp/record/RecordActionBar.ts +1 -1
- package/desktop/cmp/record/impl/RecordActionButton.ts +1 -1
- package/desktop/cmp/record/index.ts +1 -1
- package/desktop/cmp/rest/Actions.ts +1 -1
- package/desktop/cmp/rest/RestGrid.ts +1 -1
- package/desktop/cmp/rest/RestGridModel.ts +1 -1
- package/desktop/cmp/rest/data/RestField.ts +1 -1
- package/desktop/cmp/rest/data/RestStore.ts +1 -1
- package/desktop/cmp/rest/impl/RestForm.ts +1 -1
- package/desktop/cmp/rest/impl/RestFormField.ts +1 -1
- package/desktop/cmp/rest/impl/RestFormModel.ts +1 -1
- package/desktop/cmp/rest/impl/RestGridToolbar.ts +1 -1
- package/desktop/cmp/rest/index.ts +1 -1
- package/desktop/cmp/store/impl/StoreFilterField.ts +1 -1
- package/desktop/cmp/tab/TabSwitcher.ts +1 -1
- package/desktop/cmp/tab/Tabs.scss +1 -1
- package/desktop/cmp/tab/impl/Tab.ts +1 -1
- package/desktop/cmp/tab/impl/TabContainer.ts +1 -1
- package/desktop/cmp/tab/index.ts +1 -1
- package/desktop/cmp/toolbar/Toolbar.ts +1 -1
- package/desktop/cmp/toolbar/ToolbarSep.ts +1 -1
- package/desktop/cmp/toolbar/index.ts +1 -1
- package/desktop/cmp/viewmanager/ViewManager.ts +1 -1
- package/desktop/cmp/viewmanager/ViewManagerLocalModel.ts +1 -1
- package/desktop/cmp/viewmanager/ViewMenu.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/ManageDialog.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/ManageDialogModel.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/SaveAsDialog.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/SaveAsDialogModel.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/Utils.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/ViewMultiPanel.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/ViewPanel.ts +1 -1
- package/desktop/cmp/viewmanager/dialog/ViewPanelModel.ts +1 -1
- package/desktop/cmp/zoneGrid/impl/ZoneMapper.ts +1 -1
- package/desktop/cmp/zoneGrid/impl/ZoneMapperDialog.ts +1 -1
- package/desktop/hooks/UseContextMenu.ts +1 -1
- package/desktop/hooks/UseHotkeys.ts +1 -1
- package/desktop/hooks/index.ts +1 -1
- package/docs/build-and-deploy.md +3 -4
- package/docs/development-environment.md +3 -4
- package/docs/upgrade-to-typescript.md +5 -0
- package/dynamics/desktop.ts +1 -1
- package/dynamics/mobile.ts +1 -1
- package/format/FormatDate.ts +1 -1
- package/format/FormatMisc.ts +1 -1
- package/format/FormatNumber.ts +1 -1
- package/format/FormatUtils.ts +1 -1
- package/format/impl/Utils.ts +1 -1
- package/format/index.ts +1 -1
- package/icon/Icon.ts +1 -1
- package/icon/XHLogo.tsx +1 -1
- package/icon/impl/IconCmp.ts +1 -1
- package/icon/impl/IconHtml.ts +1 -1
- package/icon/index.ts +1 -1
- package/inspector/InspectorPanel.ts +1 -1
- package/inspector/instances/InstancesModel.ts +2 -2
- package/inspector/instances/InstancesPanel.ts +1 -1
- package/inspector/stats/StatsModel.ts +1 -1
- package/inspector/stats/StatsPanel.ts +1 -1
- package/kit/ag-grid/index.ts +1 -1
- package/kit/blueprint/ContextMenu.ts +6 -0
- package/kit/blueprint/Dialog.ts +1 -1
- package/kit/blueprint/Wrappers.ts +1 -1
- package/kit/blueprint/index.ts +1 -1
- package/kit/golden-layout/index.js +1 -1
- package/kit/golden-layout/styles.scss +1 -1
- package/kit/highcharts/index.ts +1 -1
- package/kit/onsen/index.ts +1 -1
- package/kit/react-beautiful-dnd/index.ts +1 -1
- package/kit/react-dates/index.ts +1 -1
- package/kit/react-dropzone/index.ts +1 -1
- package/kit/react-markdown/index.ts +1 -1
- package/kit/react-select/index.ts +1 -1
- package/mobile/appcontainer/AboutDialog.ts +1 -1
- package/mobile/appcontainer/AppContainer.ts +1 -1
- package/mobile/appcontainer/Banner.scss +1 -1
- package/mobile/appcontainer/Banner.ts +1 -1
- package/mobile/appcontainer/ExceptionDialog.ts +1 -1
- package/mobile/appcontainer/ExceptionDialogDetails.ts +1 -1
- package/mobile/appcontainer/FeedbackDialog.ts +1 -1
- package/mobile/appcontainer/IdlePanel.scss +1 -1
- package/mobile/appcontainer/IdlePanel.ts +1 -1
- package/mobile/appcontainer/ImpersonationBar.ts +1 -1
- package/mobile/appcontainer/LockoutPanel.ts +1 -1
- package/mobile/appcontainer/LoginPanel.ts +1 -1
- package/mobile/appcontainer/Message.ts +1 -1
- package/mobile/appcontainer/MessageSource.ts +1 -1
- package/mobile/appcontainer/OptionsDialog.ts +1 -1
- package/mobile/appcontainer/SuspendPanel.scss +1 -1
- package/mobile/appcontainer/SuspendPanel.ts +1 -1
- package/mobile/appcontainer/Toast.ts +1 -1
- package/mobile/appcontainer/ToastSource.ts +1 -1
- package/mobile/appcontainer/VersionBar.ts +1 -1
- package/mobile/appcontainer/index.ts +1 -1
- package/mobile/cmp/appOption/AutoRefreshAppOption.ts +1 -1
- package/mobile/cmp/appOption/SizingModeAppOption.ts +1 -1
- package/mobile/cmp/appOption/ThemeAppOption.ts +1 -1
- package/mobile/cmp/appOption/index.ts +1 -1
- package/mobile/cmp/button/Button.scss +1 -1
- package/mobile/cmp/button/Button.ts +1 -1
- package/mobile/cmp/button/ButtonGroup.ts +1 -1
- package/mobile/cmp/button/ColAutosizeButton.ts +1 -1
- package/mobile/cmp/button/ColChooserButton.ts +1 -1
- package/mobile/cmp/button/ExpandCollapseButton.ts +1 -1
- package/mobile/cmp/button/FeedbackButton.ts +1 -1
- package/mobile/cmp/button/LogoutButton.ts +1 -1
- package/mobile/cmp/button/NavigatorBackButton.ts +1 -1
- package/mobile/cmp/button/OptionsButton.ts +1 -1
- package/mobile/cmp/button/RefreshButton.ts +1 -1
- package/mobile/cmp/button/RestoreDefaultsButton.ts +1 -1
- package/mobile/cmp/button/ThemeToggleButton.ts +1 -1
- package/mobile/cmp/button/ZoneMapperButton.ts +1 -1
- package/mobile/cmp/button/index.ts +1 -1
- package/mobile/cmp/dialog/Dialog.ts +1 -1
- package/mobile/cmp/dialog/index.ts +1 -1
- package/mobile/cmp/error/impl/ErrorMessage.ts +1 -1
- package/mobile/cmp/form/FormField.ts +1 -1
- package/mobile/cmp/form/index.ts +1 -1
- package/mobile/cmp/grid/impl/ColChooser.ts +1 -1
- package/mobile/cmp/grid/impl/ColChooserModel.ts +1 -1
- package/mobile/cmp/grouping/GroupingChooser.scss +1 -1
- package/mobile/cmp/grouping/GroupingChooser.ts +1 -1
- package/mobile/cmp/header/AppBar.ts +1 -1
- package/mobile/cmp/header/AppMenuButton.ts +1 -1
- package/mobile/cmp/header/index.ts +1 -1
- package/mobile/cmp/input/ButtonGroupInput.ts +1 -1
- package/mobile/cmp/input/Checkbox.ts +1 -1
- package/mobile/cmp/input/CheckboxButton.ts +1 -1
- package/mobile/cmp/input/DateInput.ts +1 -1
- package/mobile/cmp/input/Label.ts +1 -1
- package/mobile/cmp/input/NumberInput.ts +1 -1
- package/mobile/cmp/input/SearchInput.ts +1 -1
- package/mobile/cmp/input/Select.scss +1 -1
- package/mobile/cmp/input/Select.ts +1 -1
- package/mobile/cmp/input/SwitchInput.ts +1 -1
- package/mobile/cmp/input/TextArea.ts +1 -1
- package/mobile/cmp/input/TextInput.ts +1 -1
- package/mobile/cmp/input/index.ts +1 -1
- package/mobile/cmp/mask/impl/Mask.ts +1 -1
- package/mobile/cmp/menu/MenuButton.ts +1 -1
- package/mobile/cmp/menu/impl/Menu.ts +1 -1
- package/mobile/cmp/menu/index.ts +1 -1
- package/mobile/cmp/navigator/Navigator.ts +1 -1
- package/mobile/cmp/navigator/NavigatorModel.ts +1 -1
- package/mobile/cmp/navigator/PageModel.ts +1 -1
- package/mobile/cmp/navigator/impl/Page.ts +1 -1
- package/mobile/cmp/navigator/impl/swipe/BackIndicator.ts +1 -1
- package/mobile/cmp/navigator/impl/swipe/RefreshIndicator.ts +1 -1
- package/mobile/cmp/navigator/impl/swipe/Swiper.scss +1 -1
- package/mobile/cmp/navigator/impl/swipe/Swiper.ts +1 -1
- package/mobile/cmp/navigator/impl/swipe/SwiperModel.ts +1 -1
- package/mobile/cmp/navigator/index.ts +1 -1
- package/mobile/cmp/panel/DialogPanel.ts +1 -1
- package/mobile/cmp/panel/Panel.ts +1 -1
- package/mobile/cmp/panel/impl/PanelHeader.ts +1 -1
- package/mobile/cmp/panel/index.ts +1 -1
- package/mobile/cmp/pinpad/impl/PinPad.ts +1 -1
- package/mobile/cmp/popover/Popover.ts +1 -1
- package/mobile/cmp/popover/index.ts +1 -1
- package/mobile/cmp/store/impl/StoreFilterField.ts +1 -1
- package/mobile/cmp/tab/impl/Tab.ts +1 -1
- package/mobile/cmp/tab/impl/TabContainer.ts +1 -1
- package/mobile/cmp/tab/impl/Tabs.scss +1 -1
- package/mobile/cmp/toolbar/Toolbar.scss +1 -1
- package/mobile/cmp/toolbar/Toolbar.ts +1 -1
- package/mobile/cmp/toolbar/ToolbarSeparator.ts +1 -1
- package/mobile/cmp/toolbar/index.ts +1 -1
- package/mobile/cmp/zoneGrid/impl/ZoneMapper.ts +1 -1
- package/mobx/decorators.ts +1 -1
- package/mobx/index.ts +1 -1
- package/mobx/overrides.ts +1 -1
- package/package.json +1 -1
- package/promise/Promise.ts +1 -1
- package/promise/index.ts +1 -1
- package/security/BaseOAuthClient.ts +1 -1
- package/security/Token.ts +1 -1
- package/security/authzero/AuthZeroClient.ts +1 -1
- package/security/authzero/index.ts +1 -1
- package/security/msal/MsalClient.ts +1 -1
- package/security/msal/index.ts +1 -1
- package/styles/XH.scss +1 -1
- package/styles/helpers.scss +1 -1
- package/styles/vars.scss +1 -1
- package/svc/AlertBannerService.ts +1 -1
- package/svc/AutoRefreshService.ts +1 -1
- package/svc/ChangelogService.ts +1 -1
- package/svc/ConfigService.ts +1 -1
- package/svc/EnvironmentService.ts +1 -1
- package/svc/FetchService.ts +1 -1
- package/svc/GridAutosizeService.ts +1 -1
- package/svc/GridExportService.ts +1 -1
- package/svc/IdentityService.ts +1 -1
- package/svc/IdleService.ts +1 -1
- package/svc/InspectorService.ts +1 -1
- package/svc/JsonBlobService.ts +1 -1
- package/svc/PrefService.ts +1 -1
- package/svc/TrackService.ts +1 -1
- package/svc/WebSocketService.ts +1 -1
- package/svc/index.ts +1 -1
- package/svc/storage/BaseStorageService.ts +1 -1
- package/svc/storage/LocalStorageService.ts +1 -1
- package/svc/storage/SessionStorageService.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/utils/async/AsyncUtils.ts +1 -1
- package/utils/async/Timer.ts +1 -1
- package/utils/async/index.ts +1 -1
- package/utils/datetime/DateTimeUtils.ts +1 -1
- package/utils/datetime/LocalDate.ts +1 -1
- package/utils/datetime/index.ts +1 -1
- package/utils/impl/Equals.ts +1 -1
- package/utils/impl/IsOmitted.ts +1 -1
- package/utils/impl/Separators.ts +1 -1
- package/utils/impl/TimeZone.ts +1 -1
- package/utils/impl/index.ts +1 -1
- package/utils/js/BrowserUtils.ts +1 -1
- package/utils/js/Decorators.ts +1 -1
- package/utils/js/DomUtils.ts +1 -1
- package/utils/js/HtmlUtils.ts +1 -1
- package/utils/js/LangUtils.ts +1 -1
- package/utils/js/LogUtils.ts +1 -1
- package/utils/js/TestUtils.ts +1 -1
- package/utils/js/VersionUtils.ts +1 -1
- package/utils/js/index.ts +1 -1
- package/utils/react/ClassName.ts +1 -1
- package/utils/react/Hooks.ts +1 -1
- package/utils/react/LayoutPropUtils.ts +1 -1
- package/utils/react/ObservableRef.ts +1 -1
- package/utils/react/ReactUtils.ts +1 -1
- package/utils/react/index.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
* Improved accuracy of `IconProps` interface, with use of the `IconName` and `IconPrefix` types
|
|
46
46
|
provided by FontAwesome.
|
|
47
|
+
* Improved accuracy of `PersistOptions.type` enum.
|
|
47
48
|
|
|
48
49
|
## v70.0.0 - 2024-11-15
|
|
49
50
|
|
|
@@ -6335,8 +6336,5 @@ and AG Grid upgrade, and more. 🚀
|
|
|
6335
6336
|
|
|
6336
6337
|
------------------------------------------
|
|
6337
6338
|
|
|
6338
|
-
Copyright © 2024 Extremely Heavy Industries Inc. - all rights reserved
|
|
6339
|
-
|
|
6340
|
-
------------------------------------------
|
|
6341
|
-
|
|
6342
6339
|
📫☎️🌎 info@xh.io | https://xh.io/contact
|
|
6340
|
+
Copyright © 2025 Extremely Heavy Industries Inc. - all rights reserved
|
package/LICENSE.md
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
|
|
176
176
|
END OF TERMS AND CONDITIONS
|
|
177
177
|
|
|
178
|
-
Copyright 2014-
|
|
178
|
+
Copyright 2014-2025 Extremely Heavy Industries, Inc.
|
|
179
179
|
|
|
180
180
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
181
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -401,6 +401,5 @@ will be filled in as soon as possible. These include planned notes on:
|
|
|
401
401
|
|
|
402
402
|
------------------------------------------
|
|
403
403
|
|
|
404
|
-
📫☎️🌎 info@xh.io |
|
|
405
|
-
|
|
406
|
-
Copyright © 2024 Extremely Heavy Industries Inc.
|
|
404
|
+
📫☎️🌎 info@xh.io | https://xh.io/contact
|
|
405
|
+
Copyright © 2025 Extremely Heavy Industries Inc. - all rights reserved
|
package/SECURITY.md
CHANGED
|
@@ -21,3 +21,8 @@ with any Hoist or third-party server APIs, input sanitization, authentication pr
|
|
|
21
21
|
Hoist is not and does not claim to be fully secure "out of the box" - it is dependent upon
|
|
22
22
|
application developers to make and implement security decisions appropriate to their particular
|
|
23
23
|
application and its deployment.
|
|
24
|
+
|
|
25
|
+
------------------------------------------
|
|
26
|
+
|
|
27
|
+
📫☎️🌎 info@xh.io | https://xh.io/contact
|
|
28
|
+
Copyright © 2025 Extremely Heavy Industries Inc. - all rights reserved
|
package/admin/AdminUtils.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {XH} from '@xh/hoist/core';
|
|
8
8
|
import {LocalDate} from '@xh/hoist/utils/datetime';
|
package/admin/App.scss
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
.xh-admin-app {
|
package/admin/AppComponent.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {tabContainer} from '@xh/hoist/cmp/tab';
|
|
8
8
|
import {hoistCmp, uses} from '@xh/hoist/core';
|
package/admin/AppModel.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {clusterTab} from '@xh/hoist/admin/tabs/cluster/ClusterTab';
|
|
8
8
|
import {GridModel} from '@xh/hoist/cmp/grid';
|
package/admin/columns/Core.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {ColumnSpec, dateTimeSec} from '@xh/hoist/cmp/grid';
|
|
8
8
|
import {dateTimeRenderer} from '@xh/hoist/format';
|
package/admin/columns/Rest.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {ColumnSpec} from '@xh/hoist/cmp/grid/columns';
|
|
8
8
|
import * as Col from '@xh/hoist/cmp/grid/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {RangeAggregator} from '@xh/hoist/admin/tabs/activity/aggregators/RangeAggregator';
|
|
8
8
|
import {badge} from '@xh/hoist/cmp/badge';
|
package/admin/columns/User.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {tagsRenderer} from '@xh/hoist/cmp/grid';
|
|
8
8
|
import {ColumnSpec} from '@xh/hoist/cmp/grid/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import * as Col from '@xh/hoist/cmp/grid/columns';
|
|
8
8
|
import {truncate} from 'lodash';
|
package/admin/differ/Differ.scss
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
.xh-admin-diff-detail {
|
package/admin/differ/Differ.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {grid} from '@xh/hoist/cmp/grid';
|
|
8
8
|
import {filler, fragment, frame, span} from '@xh/hoist/cmp/layout';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {filler, table, tbody, td, th, tr} from '@xh/hoist/cmp/layout';
|
|
8
8
|
import {hoistCmp, uses} from '@xh/hoist/core';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {HoistModel} from '@xh/hoist/core';
|
|
8
8
|
import {action, observable, makeObservable} from '@xh/hoist/mobx';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import {ColumnRenderer, ColumnSpec, GridModel} from '@xh/hoist/cmp/grid';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {filler} from '@xh/hoist/cmp/layout';
|
|
8
8
|
import {hoistCmp, uses} from '@xh/hoist/core';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {HoistModel, XH} from '@xh/hoist/core';
|
|
8
8
|
import {Icon} from '@xh/hoist/icon/Icon';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
.xh-admin-activity-panel {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {tabContainer} from '@xh/hoist/cmp/tab';
|
|
8
8
|
import {hoistCmp} from '@xh/hoist/core';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import {Aggregator} from '@xh/hoist/data';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {correlationId, instance} from '@xh/hoist/admin/columns';
|
|
8
8
|
import {form} from '@xh/hoist/cmp/form';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilename} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import * as Col from '@xh/hoist/admin/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {grid, gridCountLabel} from '@xh/hoist/cmp/grid';
|
|
8
8
|
import {hspacer} from '@xh/hoist/cmp/layout';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilename} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {GroupingChooserModel} from '@xh/hoist/cmp/grouping';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {form} from '@xh/hoist/cmp/form';
|
|
8
8
|
import {grid} from '@xh/hoist/cmp/grid';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {ChartModel} from '@xh/hoist/cmp/chart';
|
|
8
8
|
import {br, fragment} from '@xh/hoist/cmp/layout';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {chart} from '@xh/hoist/cmp/chart';
|
|
8
8
|
import {hoistCmp, creates} from '@xh/hoist/core';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilename} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import * as Col from '@xh/hoist/admin/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {correlationId, instance} from '@xh/hoist/admin/columns';
|
|
8
8
|
import {form} from '@xh/hoist/cmp/form';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {ClusterTabModel} from '@xh/hoist/admin/tabs/cluster/ClusterTabModel';
|
|
8
8
|
import {HoistModel, LoadSpec, lookup, PlainObject, XH} from '@xh/hoist/core';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {grid} from '@xh/hoist/cmp/grid';
|
|
8
8
|
import {tabContainer} from '@xh/hoist/cmp/tab';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
8
8
|
import {timestampNoYear} from '@xh/hoist/admin/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {timestampNoYear} from '@xh/hoist/admin/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
8
8
|
import {ConnPoolMonitorModel} from '@xh/hoist/admin/tabs/cluster/connpool/ConnPoolMonitorModel';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {grid, gridCountLabel} from '@xh/hoist/cmp/grid';
|
|
8
8
|
import {filler, hframe, placeholder} from '@xh/hoist/cmp/layout';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {BaseInstanceModel} from '@xh/hoist/admin/tabs/cluster/BaseInstanceModel';
|
|
8
8
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {ServerEnvModel} from '@xh/hoist/admin/tabs/cluster/environment/ServerEnvModel';
|
|
8
8
|
import {grid, gridCountLabel} from '@xh/hoist/cmp/grid';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {clock} from '@xh/hoist/cmp/clock';
|
|
8
8
|
import {grid} from '@xh/hoist/cmp/grid';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {GridModel} from '@xh/hoist/cmp/grid';
|
|
8
8
|
import {HoistModel, LoadSpec, managed, persist, XH} from '@xh/hoist/core';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
.xh-log-display {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {logLevelDialog} from '@xh/hoist/admin/tabs/cluster/logs/levels/LogLevelDialog';
|
|
8
8
|
import {grid} from '@xh/hoist/cmp/grid';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {LogLevelDialogModel} from '@xh/hoist/admin/tabs/cluster/logs/levels/LogLevelDialogModel';
|
|
8
8
|
import {filler, span} from '@xh/hoist/cmp/layout';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {timestampNoYear} from '@xh/hoist/admin/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
8
8
|
import {MemoryMonitorModel} from '@xh/hoist/admin/tabs/cluster/memory/MemoryMonitorModel';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {HoistModel, LoadSpec, lookup, PlainObject, XH} from '@xh/hoist/core';
|
|
8
8
|
import {StoreRecord} from '@xh/hoist/data';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {DetailsModel} from '@xh/hoist/admin/tabs/cluster/services/DetailsModel';
|
|
8
8
|
import {placeholder} from '@xh/hoist/cmp/layout';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import {AppModel} from '@xh/hoist/admin/AppModel';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {detailsPanel} from '@xh/hoist/admin/tabs/cluster/services/DetailsPanel';
|
|
8
8
|
import {grid, gridCountLabel} from '@xh/hoist/cmp/grid';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {Icon} from '@xh/hoist/icon';
|
|
8
8
|
import * as Col from '@xh/hoist/cmp/grid/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {exportFilenameWithDate} from '@xh/hoist/admin/AdminUtils';
|
|
8
8
|
import * as Col from '@xh/hoist/admin/columns';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {WebSocketModel} from '@xh/hoist/admin/tabs/cluster/websocket/WebSocketModel';
|
|
8
8
|
import {grid, gridCountLabel} from '@xh/hoist/cmp/grid';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
import {configPanel} from '@xh/hoist/admin/tabs/general/config/ConfigPanel';
|
|
8
8
|
import {tabContainer} from '@xh/hoist/cmp/tab';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file belongs to Hoist, an application development toolkit
|
|
3
3
|
* developed by Extremely Heavy Industries (www.xh.io | info@xh.io)
|
|
4
4
|
*
|
|
5
|
-
* Copyright ©
|
|
5
|
+
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
.xh-admin-about-panel {
|