@xh/hoist 82.0.1 → 82.0.3
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 +14 -0
- package/build/types/admin/AdminUtils.d.ts +11 -0
- package/build/types/admin/AppComponent.d.ts +3 -0
- package/build/types/admin/AppModel.d.ts +19 -0
- package/build/types/admin/columns/Clients.d.ts +8 -0
- package/build/types/admin/columns/Core.d.ts +9 -0
- package/build/types/admin/columns/Rest.d.ts +6 -0
- package/build/types/admin/columns/Tracking.d.ts +32 -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 +6 -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 +52 -0
- package/build/types/admin/jsonsearch/JsonSearch.d.ts +17 -0
- package/build/types/admin/jsonsearch/impl/JsonSearchImplModel.d.ts +32 -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/BaseAdminTabModel.d.ts +5 -0
- package/build/types/admin/tabs/activity/aggregators/RangeAggregator.d.ts +8 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingModel.d.ts +62 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingPanel.d.ts +3 -0
- package/build/types/admin/tabs/activity/tracking/chart/AggChartModel.d.ts +34 -0
- package/build/types/admin/tabs/activity/tracking/chart/AggChartPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/datafields/DataFieldsEditor.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/datafields/DataFieldsEditorModel.d.ts +46 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailModel.d.ts +41 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailView.d.ts +2 -0
- package/build/types/admin/tabs/clients/ClientsModel.d.ts +19 -0
- package/build/types/admin/tabs/clients/ClientsPanel.d.ts +2 -0
- package/build/types/admin/tabs/clients/activity/ClientDetailModel.d.ts +21 -0
- package/build/types/admin/tabs/clients/activity/ClientDetailPanel.d.ts +3 -0
- package/build/types/admin/tabs/cluster/index.d.ts +3 -0
- package/build/types/admin/tabs/cluster/instances/BaseInstanceModel.d.ts +9 -0
- package/build/types/admin/tabs/cluster/instances/InstancesTab.d.ts +4 -0
- package/build/types/admin/tabs/cluster/instances/InstancesTabModel.d.ts +27 -0
- package/build/types/admin/tabs/cluster/instances/connpool/ConnPoolMonitorModel.d.ts +15 -0
- package/build/types/admin/tabs/cluster/instances/connpool/ConnPoolMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/environment/ServerEnvModel.d.ts +12 -0
- package/build/types/admin/tabs/cluster/instances/environment/ServerEnvPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogDisplay.d.ts +6 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogDisplayModel.d.ts +34 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogViewer.d.ts +3 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogViewerModel.d.ts +24 -0
- package/build/types/admin/tabs/cluster/instances/logs/levels/LogLevelDialog.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/logs/levels/LogLevelDialogModel.d.ts +13 -0
- package/build/types/admin/tabs/cluster/instances/memory/MemoryMonitorModel.d.ts +34 -0
- package/build/types/admin/tabs/cluster/instances/memory/MemoryMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/services/DetailsModel.d.ts +11 -0
- package/build/types/admin/tabs/cluster/instances/services/DetailsPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/services/ServiceModel.d.ts +16 -0
- package/build/types/admin/tabs/cluster/instances/services/ServicePanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/metrics/MetricsModel.d.ts +22 -0
- package/build/types/admin/tabs/cluster/metrics/MetricsPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/objects/ClusterObjectsModel.d.ts +29 -0
- package/build/types/admin/tabs/cluster/objects/ClusterObjectsPanel.d.ts +3 -0
- package/build/types/admin/tabs/cluster/objects/DetailModel.d.ts +17 -0
- package/build/types/admin/tabs/cluster/objects/DetailPanel.d.ts +3 -0
- package/build/types/admin/tabs/general/about/AboutPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerModel.d.ts +25 -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 +20 -0
- package/build/types/admin/tabs/general/index.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorColumns.d.ts +7 -0
- package/build/types/admin/tabs/monitor/MonitorTab.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorTabModel.d.ts +29 -0
- package/build/types/admin/tabs/monitor/Tile.d.ts +2 -0
- package/build/types/admin/tabs/monitor/Types.d.ts +25 -0
- package/build/types/admin/tabs/monitor/editor/MonitorEditorDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/index.d.ts +4 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobColumns.d.ts +8 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobModel.d.ts +14 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobPanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/UserPreferenceModel.d.ts +8 -0
- package/build/types/admin/tabs/userData/prefs/UserPreferencePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/editor/PrefEditorDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/editor/PrefEditorModel.d.ts +16 -0
- package/build/types/admin/tabs/userData/roles/RoleModel.d.ts +44 -0
- package/build/types/admin/tabs/userData/roles/RolePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/roles/Types.d.ts +43 -0
- package/build/types/admin/tabs/userData/roles/details/RoleDetails.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/details/RoleDetailsModel.d.ts +15 -0
- package/build/types/admin/tabs/userData/roles/details/members/BaseMembersModel.d.ts +25 -0
- package/build/types/admin/tabs/userData/roles/details/members/DirectoryMembers.d.ts +13 -0
- package/build/types/admin/tabs/userData/roles/details/members/RoleMembers.d.ts +16 -0
- package/build/types/admin/tabs/userData/roles/details/members/UserMembers.d.ts +15 -0
- package/build/types/admin/tabs/userData/roles/editor/RoleEditor.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/editor/RoleEditorModel.d.ts +23 -0
- package/build/types/admin/tabs/userData/roles/editor/form/RoleForm.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/editor/form/RoleFormModel.d.ts +38 -0
- package/build/types/admin/tabs/userData/roles/graph/RoleGraph.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/graph/RoleGraphModel.d.ts +24 -0
- package/build/types/admin/tabs/userData/roles/recategorize/RecategorizeDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/roles/recategorize/RecategorizeDialogModel.d.ts +31 -0
- package/build/types/admin/tabs/userData/roles/warning/WarningBanner.d.ts +7 -0
- package/build/types/admin/tabs/userData/users/UserModel.d.ts +12 -0
- package/build/types/admin/tabs/userData/users/UserPanel.d.ts +2 -0
- package/build/types/appcontainer/AboutDialogModel.d.ts +14 -0
- package/build/types/appcontainer/AppContainerModel.d.ts +93 -0
- package/build/types/appcontainer/AppOption.d.ts +23 -0
- package/build/types/appcontainer/AppStateModel.d.ts +28 -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/ExceptionDialogModel.d.ts +30 -0
- package/build/types/appcontainer/FeedbackDialogModel.d.ts +21 -0
- package/build/types/appcontainer/ImpersonationBarModel.d.ts +22 -0
- package/build/types/appcontainer/MessageModel.d.ts +37 -0
- package/build/types/appcontainer/MessageSourceModel.d.ts +17 -0
- package/build/types/appcontainer/OptionsDialogModel.d.ts +25 -0
- package/build/types/appcontainer/PageStateModel.d.ts +16 -0
- package/build/types/appcontainer/RouterModel.d.ts +41 -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/UserAgentModel.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 +30 -0
- package/build/types/cmp/ag-grid/AgGridModel.d.ts +180 -0
- package/build/types/cmp/ag-grid/index.d.ts +2 -0
- package/build/types/cmp/badge/Badge.d.ts +12 -0
- package/build/types/cmp/badge/index.d.ts +1 -0
- package/build/types/cmp/card/Card.d.ts +23 -0
- package/build/types/cmp/card/CardModel.d.ts +29 -0
- package/build/types/cmp/card/index.d.ts +1 -0
- package/build/types/cmp/chart/Chart.d.ts +17 -0
- package/build/types/cmp/chart/ChartModel.d.ts +55 -0
- package/build/types/cmp/chart/Types.d.ts +20 -0
- package/build/types/cmp/chart/impl/ChartContextMenuItems.d.ts +4 -0
- package/build/types/cmp/chart/impl/copyToClipboard.d.ts +5 -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 +25 -0
- package/build/types/cmp/clock/index.d.ts +1 -0
- package/build/types/cmp/dataview/DataView.d.ts +21 -0
- package/build/types/cmp/dataview/DataViewModel.d.ts +117 -0
- package/build/types/cmp/dataview/index.d.ts +2 -0
- package/build/types/cmp/error/ErrorBoundary.d.ts +12 -0
- package/build/types/cmp/error/ErrorBoundaryModel.d.ts +43 -0
- package/build/types/cmp/error/ErrorMessage.d.ts +42 -0
- package/build/types/cmp/error/index.d.ts +3 -0
- package/build/types/cmp/filter/FilterChooserFieldSpec.d.ts +39 -0
- package/build/types/cmp/filter/FilterChooserModel.d.ts +147 -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 +41 -0
- package/build/types/cmp/form/FormModel.d.ts +130 -0
- package/build/types/cmp/form/field/BaseFieldModel.d.ts +159 -0
- package/build/types/cmp/form/field/FieldModel.d.ts +11 -0
- package/build/types/cmp/form/field/SubformsFieldModel.d.ts +70 -0
- package/build/types/cmp/form/formfieldset/FormFieldSet.d.ts +17 -0
- package/build/types/cmp/form/formfieldset/FormFieldSetModel.d.ts +40 -0
- package/build/types/cmp/form/index.d.ts +8 -0
- package/build/types/cmp/grid/Grid.d.ts +143 -0
- package/build/types/cmp/grid/GridAutosizeOptions.d.ts +49 -0
- package/build/types/cmp/grid/GridContextMenu.d.ts +28 -0
- package/build/types/cmp/grid/GridModel.d.ts +624 -0
- package/build/types/cmp/grid/GridSorter.d.ts +23 -0
- package/build/types/cmp/grid/Types.d.ts +285 -0
- package/build/types/cmp/grid/columns/Column.d.ts +380 -0
- package/build/types/cmp/grid/columns/ColumnGroup.d.ts +66 -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 +39 -0
- package/build/types/cmp/grid/filter/GridFilterModel.d.ts +44 -0
- package/build/types/cmp/grid/helpers/GridCountLabel.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnGroupHeader.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnHeader.d.ts +54 -0
- package/build/types/cmp/grid/impl/ColumnWidthCalculator.d.ts +41 -0
- package/build/types/cmp/grid/impl/GridHScrollbar.d.ts +10 -0
- package/build/types/cmp/grid/impl/InitPersist.d.ts +7 -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 +11 -0
- package/build/types/cmp/grid/index.d.ts +15 -0
- package/build/types/cmp/grid/renderers/CheckboxRenderer.d.ts +14 -0
- package/build/types/cmp/grid/renderers/TagsRenderer.d.ts +3 -0
- package/build/types/cmp/grouping/GroupingChooserModel.d.ts +103 -0
- package/build/types/cmp/grouping/impl/GroupingChooserLocalModel.d.ts +35 -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 +20 -0
- package/build/types/cmp/input/index.d.ts +2 -0
- package/build/types/cmp/layout/Box.d.ts +16 -0
- package/build/types/cmp/layout/Frame.d.ts +14 -0
- package/build/types/cmp/layout/Placeholder.d.ts +11 -0
- package/build/types/cmp/layout/Spacer.d.ts +14 -0
- package/build/types/cmp/layout/Tags.d.ts +38 -0
- package/build/types/cmp/layout/TileFrame.d.ts +37 -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/loadingindicator/LoadingIndicator.d.ts +25 -0
- package/build/types/cmp/loadingindicator/index.d.ts +1 -0
- package/build/types/cmp/markdown/Markdown.d.ts +18 -0
- package/build/types/cmp/markdown/index.d.ts +1 -0
- package/build/types/cmp/mask/Mask.d.ts +25 -0
- package/build/types/cmp/mask/index.d.ts +1 -0
- package/build/types/cmp/pinpad/PinPad.d.ts +9 -0
- package/build/types/cmp/pinpad/PinPadModel.d.ts +34 -0
- package/build/types/cmp/pinpad/index.d.ts +2 -0
- package/build/types/cmp/relativetimestamp/RelativeTimestamp.d.ts +58 -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 +17 -0
- package/build/types/cmp/store/StoreFilterField.d.ts +80 -0
- package/build/types/cmp/store/impl/StoreFilterFieldImplModel.d.ts +25 -0
- package/build/types/cmp/store/index.d.ts +2 -0
- package/build/types/cmp/tab/TabContainer.d.ts +34 -0
- package/build/types/cmp/tab/TabContainerModel.d.ts +137 -0
- package/build/types/cmp/tab/TabModel.d.ts +71 -0
- package/build/types/cmp/tab/Types.d.ts +61 -0
- package/build/types/cmp/tab/index.d.ts +4 -0
- package/build/types/cmp/treemap/SplitTreeMap.d.ts +9 -0
- package/build/types/cmp/treemap/SplitTreeMapModel.d.ts +78 -0
- package/build/types/cmp/treemap/TreeMap.d.ts +14 -0
- package/build/types/cmp/treemap/TreeMapModel.d.ts +181 -0
- package/build/types/cmp/treemap/index.d.ts +4 -0
- package/build/types/cmp/viewmanager/DataAccess.d.ts +28 -0
- package/build/types/cmp/viewmanager/View.d.ts +37 -0
- package/build/types/cmp/viewmanager/ViewInfo.d.ts +55 -0
- package/build/types/cmp/viewmanager/ViewManagerModel.d.ts +243 -0
- package/build/types/cmp/viewmanager/index.d.ts +4 -0
- package/build/types/cmp/websocket/WebSocketIndicator.d.ts +9 -0
- package/build/types/cmp/websocket/index.d.ts +1 -0
- package/build/types/cmp/zoneGrid/Types.d.ts +35 -0
- package/build/types/cmp/zoneGrid/ZoneGrid.d.ts +24 -0
- package/build/types/cmp/zoneGrid/ZoneGridModel.d.ts +256 -0
- package/build/types/cmp/zoneGrid/impl/InitPersist.d.ts +7 -0
- package/build/types/cmp/zoneGrid/impl/ZoneGridRenderer.d.ts +25 -0
- package/build/types/cmp/zoneGrid/impl/ZoneMapperModel.d.ts +67 -0
- package/build/types/cmp/zoneGrid/index.d.ts +3 -0
- package/build/types/core/AppSpec.d.ts +139 -0
- package/build/types/core/ExceptionHandler.d.ts +132 -0
- package/build/types/core/HoistAppModel.d.ts +72 -0
- package/build/types/core/HoistAuthModel.d.ts +70 -0
- package/build/types/core/HoistBase.d.ts +179 -0
- package/build/types/core/HoistBaseDecorators.d.ts +20 -0
- package/build/types/core/HoistComponent.d.ts +112 -0
- package/build/types/core/HoistProps.d.ts +116 -0
- package/build/types/core/HoistService.d.ts +57 -0
- package/build/types/core/RefreshContextView.d.ts +10 -0
- package/build/types/core/TaskObserver.d.ts +80 -0
- package/build/types/core/XH.d.ts +445 -0
- package/build/types/core/elem.d.ts +71 -0
- package/build/types/core/enums/RefreshMode.d.ts +16 -0
- package/build/types/core/enums/RenderMode.d.ts +14 -0
- package/build/types/core/enums/SizingMode.d.ts +10 -0
- package/build/types/core/impl/InstallServices.d.ts +18 -0
- package/build/types/core/impl/InstanceManager.d.ts +24 -0
- package/build/types/core/impl/PlatformManager.d.ts +13 -0
- package/build/types/core/index.d.ts +22 -0
- package/build/types/core/load/LoadSpec.d.ts +55 -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 +203 -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 +26 -0
- package/build/types/core/model/ModelSelector.d.ts +27 -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/PersistOptions.d.ts +46 -0
- package/build/types/core/persist/Persistable.d.ts +14 -0
- package/build/types/core/persist/PersistenceProvider.d.ts +69 -0
- package/build/types/core/persist/index.d.ts +9 -0
- package/build/types/core/persist/provider/CustomProvider.d.ts +15 -0
- package/build/types/core/persist/provider/DashViewProvider.d.ts +12 -0
- package/build/types/core/persist/provider/LocalStorageProvider.d.ts +10 -0
- package/build/types/core/persist/provider/PrefProvider.d.ts +10 -0
- package/build/types/core/persist/provider/SessionStorageProvider.d.ts +10 -0
- package/build/types/core/persist/provider/ViewManagerProvider.d.ts +9 -0
- package/build/types/core/types/AppState.d.ts +20 -0
- package/build/types/core/types/Interfaces.d.ts +303 -0
- package/build/types/core/types/Types.d.ts +72 -0
- package/build/types/data/Field.d.ts +90 -0
- package/build/types/data/RecordAction.d.ts +103 -0
- package/build/types/data/Store.d.ts +424 -0
- package/build/types/data/StoreRecord.d.ts +186 -0
- package/build/types/data/StoreSelectionModel.d.ts +52 -0
- package/build/types/data/UrlStore.d.ts +27 -0
- package/build/types/data/cube/BucketSpec.d.ts +31 -0
- package/build/types/data/cube/Cube.d.ts +180 -0
- package/build/types/data/cube/CubeField.d.ts +49 -0
- package/build/types/data/cube/Query.d.ts +121 -0
- package/build/types/data/cube/View.d.ts +106 -0
- package/build/types/data/cube/ViewRowData.d.ts +46 -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 +16 -0
- package/build/types/data/cube/row/BaseRow.d.ts +30 -0
- package/build/types/data/cube/row/BucketRow.d.ts +16 -0
- package/build/types/data/cube/row/LeafRow.d.ts +22 -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 +29 -0
- package/build/types/data/filter/FieldFilter.d.ts +34 -0
- package/build/types/data/filter/Filter.d.ts +30 -0
- package/build/types/data/filter/FunctionFilter.d.ts +24 -0
- package/build/types/data/filter/Types.d.ts +67 -0
- package/build/types/data/filter/Utils.d.ts +48 -0
- package/build/types/data/impl/RecordSet.d.ts +44 -0
- package/build/types/data/impl/RecordValidator.d.ts +38 -0
- package/build/types/data/impl/StoreValidator.d.ts +48 -0
- package/build/types/data/index.d.ts +34 -0
- package/build/types/data/validation/Rule.d.ts +16 -0
- package/build/types/data/validation/Types.d.ts +56 -0
- package/build/types/data/validation/ValidationState.d.ts +6 -0
- package/build/types/data/validation/constraints.d.ts +75 -0
- package/build/types/desktop/appcontainer/AboutDialog.d.ts +11 -0
- package/build/types/desktop/appcontainer/AppContainer.d.ts +12 -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/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/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/appcontainer/suspend/IdlePanel.d.ts +8 -0
- package/build/types/desktop/appcontainer/suspend/SuspendPanel.d.ts +7 -0
- package/build/types/desktop/cmp/appOption/AutoRefreshAppOption.d.ts +341 -0
- package/build/types/desktop/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/desktop/cmp/appOption/ThemeAppOption.d.ts +341 -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 +5 -0
- package/build/types/desktop/cmp/appbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/button/AppMenuButton.d.ts +44 -0
- package/build/types/desktop/cmp/button/Button.d.ts +28 -0
- package/build/types/desktop/cmp/button/ButtonGroup.d.ts +16 -0
- package/build/types/desktop/cmp/button/DashCanvasAddViewButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/FeedbackButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/LaunchAdminButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/LogoutButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/OptionsButton.d.ts +9 -0
- package/build/types/desktop/cmp/button/RefreshButton.d.ts +15 -0
- package/build/types/desktop/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/desktop/cmp/button/ThemeToggleButton.d.ts +7 -0
- package/build/types/desktop/cmp/button/WhatsNewButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/grid/ColAutosizeButton.d.ts +13 -0
- package/build/types/desktop/cmp/button/grid/ColChooserButton.d.ts +18 -0
- package/build/types/desktop/cmp/button/grid/ExpandToLevelButton.d.ts +18 -0
- package/build/types/desktop/cmp/button/grid/ExportButton.d.ts +21 -0
- package/build/types/desktop/cmp/button/index.d.ts +17 -0
- package/build/types/desktop/cmp/button/panel/ModalToggleButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/zoneGrid/ZoneMapperButton.d.ts +15 -0
- package/build/types/desktop/cmp/card/impl/CardHeaderImpl.d.ts +6 -0
- package/build/types/desktop/cmp/clipboard/ClipboardButton.d.ts +20 -0
- package/build/types/desktop/cmp/clipboard/ClipboardMenuItem.d.ts +6 -0
- package/build/types/desktop/cmp/clipboard/index.d.ts +2 -0
- package/build/types/desktop/cmp/contextmenu/ContextMenu.d.ts +15 -0
- package/build/types/desktop/cmp/contextmenu/index.d.ts +1 -0
- package/build/types/desktop/cmp/dash/DashConfig.d.ts +36 -0
- package/build/types/desktop/cmp/dash/DashModel.d.ts +22 -0
- package/build/types/desktop/cmp/dash/DashViewModel.d.ts +81 -0
- package/build/types/desktop/cmp/dash/DashViewSpec.d.ts +41 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvas.d.ts +27 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasModel.d.ts +166 -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 +11 -0
- package/build/types/desktop/cmp/dash/canvas/widgetchooser/DashCanvasWidgetChooser.d.ts +13 -0
- package/build/types/desktop/cmp/dash/canvas/widgetchooser/DashCanvasWidgetChooserModel.d.ts +12 -0
- package/build/types/desktop/cmp/dash/container/DashContainer.d.ts +8 -0
- package/build/types/desktop/cmp/dash/container/DashContainerModel.d.ts +162 -0
- package/build/types/desktop/cmp/dash/container/DashContainerViewModel.d.ts +14 -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 +16 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/index.d.ts +12 -0
- package/build/types/desktop/cmp/dock/DockContainer.d.ts +25 -0
- package/build/types/desktop/cmp/dock/DockContainerModel.d.ts +33 -0
- package/build/types/desktop/cmp/dock/DockViewModel.d.ts +83 -0
- package/build/types/desktop/cmp/dock/impl/DockContainer.d.ts +9 -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/impl/ErrorMessage.d.ts +7 -0
- package/build/types/desktop/cmp/filechooser/FileChooser.d.ts +42 -0
- package/build/types/desktop/cmp/filechooser/FileChooserModel.d.ts +23 -0
- package/build/types/desktop/cmp/filechooser/index.d.ts +2 -0
- package/build/types/desktop/cmp/filter/FilterChooser.d.ts +32 -0
- package/build/types/desktop/cmp/filter/PopoverFilterChooser.d.ts +9 -0
- package/build/types/desktop/cmp/filter/index.d.ts +3 -0
- package/build/types/desktop/cmp/form/FormField.d.ts +64 -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 +15 -0
- package/build/types/desktop/cmp/grid/editors/DateEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/EditorProps.d.ts +17 -0
- package/build/types/desktop/cmp/grid/editors/NumberEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/SelectEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/TextAreaEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/TextEditor.d.ts +6 -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 +36 -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 +28 -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 +13 -0
- package/build/types/desktop/cmp/grid/impl/filter/GridFilterDialog.d.ts +11 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilter.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilterModel.d.ts +37 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRow.d.ts +6 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRowModel.d.ts +28 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTabModel.d.ts +21 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.d.ts +43 -0
- package/build/types/desktop/cmp/grid/index.d.ts +3 -0
- package/build/types/desktop/cmp/grouping/GroupingChooser.d.ts +37 -0
- package/build/types/desktop/cmp/grouping/index.d.ts +2 -0
- package/build/types/desktop/cmp/input/ButtonGroupInput.d.ts +25 -0
- package/build/types/desktop/cmp/input/Checkbox.d.ts +29 -0
- package/build/types/desktop/cmp/input/CodeInput.d.ts +79 -0
- package/build/types/desktop/cmp/input/DateInput.d.ts +118 -0
- package/build/types/desktop/cmp/input/JsonInput.d.ts +8 -0
- package/build/types/desktop/cmp/input/NumberInput.d.ts +79 -0
- package/build/types/desktop/cmp/input/Picker.d.ts +125 -0
- package/build/types/desktop/cmp/input/RadioInput.d.ts +21 -0
- package/build/types/desktop/cmp/input/Select.d.ts +144 -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 +56 -0
- package/build/types/desktop/cmp/input/index.d.ts +13 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooser.d.ts +13 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserFilter.d.ts +15 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserModel.d.ts +86 -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/mask/impl/Mask.d.ts +8 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupport.d.ts +16 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupportModel.d.ts +29 -0
- package/build/types/desktop/cmp/modalsupport/index.d.ts +2 -0
- package/build/types/desktop/cmp/panel/Panel.d.ts +69 -0
- package/build/types/desktop/cmp/panel/PanelModel.d.ts +129 -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 +34 -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 +32 -0
- package/build/types/desktop/cmp/record/impl/RecordActionButton.d.ts +20 -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 +33 -0
- package/build/types/desktop/cmp/rest/RestGridModel.d.ts +104 -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 +49 -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 +6 -0
- package/build/types/desktop/cmp/tab/TabSwitcher.d.ts +14 -0
- package/build/types/desktop/cmp/tab/dynamic/DynamicTabSwitcher.d.ts +7 -0
- package/build/types/desktop/cmp/tab/dynamic/DynamicTabSwitcherModel.d.ts +30 -0
- package/build/types/desktop/cmp/tab/dynamic/scroller/Scroller.d.ts +19 -0
- package/build/types/desktop/cmp/tab/dynamic/scroller/ScrollerModel.d.ts +23 -0
- package/build/types/desktop/cmp/tab/impl/Tab.d.ts +17 -0
- package/build/types/desktop/cmp/tab/impl/TabContainer.d.ts +7 -0
- package/build/types/desktop/cmp/tab/impl/TabContextMenuItems.d.ts +4 -0
- package/build/types/desktop/cmp/tab/index.d.ts +2 -0
- package/build/types/desktop/cmp/toolbar/Toolbar.d.ts +30 -0
- package/build/types/desktop/cmp/toolbar/ToolbarSep.d.ts +10 -0
- package/build/types/desktop/cmp/toolbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/viewmanager/ViewManager.d.ts +46 -0
- package/build/types/desktop/cmp/viewmanager/ViewManagerLocalModel.d.ts +13 -0
- package/build/types/desktop/cmp/viewmanager/ViewMenu.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ManageDialog.d.ts +7 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ManageDialogModel.d.ts +41 -0
- package/build/types/desktop/cmp/viewmanager/dialog/SaveAsDialog.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/SaveAsDialogModel.d.ts +17 -0
- package/build/types/desktop/cmp/viewmanager/dialog/Utils.d.ts +11 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewMultiPanel.d.ts +2 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewPanel.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewPanelModel.d.ts +16 -0
- package/build/types/desktop/cmp/viewmanager/index.d.ts +1 -0
- package/build/types/desktop/cmp/zoneGrid/impl/ZoneMapper.d.ts +16 -0
- package/build/types/desktop/cmp/zoneGrid/impl/ZoneMapperDialog.d.ts +2 -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 +33 -0
- package/build/types/dynamics/mobile.d.ts +25 -0
- package/build/types/exception/Exception.d.ts +24 -0
- package/build/types/exception/Types.d.ts +35 -0
- package/build/types/exception/index.d.ts +2 -0
- package/build/types/format/FormatDate.d.ts +73 -0
- package/build/types/format/FormatMisc.d.ts +43 -0
- package/build/types/format/FormatNumber.d.ts +137 -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 +363 -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 +20 -0
- package/build/types/inspector/stats/StatsPanel.d.ts +2 -0
- package/build/types/kit/ag-grid/index.d.ts +22 -0
- package/build/types/kit/blueprint/ContextMenu.d.ts +7 -0
- package/build/types/kit/blueprint/Dialog.d.ts +12 -0
- package/build/types/kit/blueprint/Wrappers.d.ts +8 -0
- package/build/types/kit/blueprint/index.d.ts +9 -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-markdown/index.d.ts +4 -0
- package/build/types/kit/react-select/index.d.ts +10 -0
- package/build/types/kit/swiper/index.d.ts +97 -0
- package/build/types/mobile/appcontainer/AboutDialog.d.ts +10 -0
- package/build/types/mobile/appcontainer/AppContainer.d.ts +12 -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/ImpersonationBar.d.ts +9 -0
- package/build/types/mobile/appcontainer/LockoutPanel.d.ts +8 -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/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/appcontainer/suspend/IdlePanel.d.ts +8 -0
- package/build/types/mobile/appcontainer/suspend/SuspendPanel.d.ts +7 -0
- package/build/types/mobile/cmp/appOption/AutoRefreshAppOption.d.ts +15 -0
- package/build/types/mobile/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/mobile/cmp/appOption/ThemeAppOption.d.ts +15 -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 +12 -0
- package/build/types/mobile/cmp/button/FeedbackButton.d.ts +8 -0
- package/build/types/mobile/cmp/button/LogoutButton.d.ts +10 -0
- package/build/types/mobile/cmp/button/NavigatorBackButton.d.ts +7 -0
- package/build/types/mobile/cmp/button/OptionsButton.d.ts +9 -0
- package/build/types/mobile/cmp/button/RefreshButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/mobile/cmp/button/ThemeToggleButton.d.ts +7 -0
- package/build/types/mobile/cmp/button/grid/ColAutosizeButton.d.ts +13 -0
- package/build/types/mobile/cmp/button/grid/ColChooserButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/grid/ExpandCollapseButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/grid/ExpandToLevelButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/index.d.ts +13 -0
- package/build/types/mobile/cmp/button/zoneGrid/ZoneMapperButton.d.ts +12 -0
- package/build/types/mobile/cmp/card/impl/CardHeaderImpl.d.ts +6 -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/impl/ErrorMessage.d.ts +7 -0
- package/build/types/mobile/cmp/form/FormField.d.ts +27 -0
- package/build/types/mobile/cmp/form/index.d.ts +1 -0
- package/build/types/mobile/cmp/grid/impl/ColChooser.d.ts +21 -0
- package/build/types/mobile/cmp/grid/impl/ColChooserModel.d.ts +46 -0
- package/build/types/mobile/cmp/grouping/GroupingChooser.d.ts +15 -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 +41 -0
- package/build/types/mobile/cmp/header/index.d.ts +2 -0
- package/build/types/mobile/cmp/input/ButtonGroupInput.d.ts +22 -0
- package/build/types/mobile/cmp/input/Checkbox.d.ts +13 -0
- package/build/types/mobile/cmp/input/CheckboxButton.d.ts +13 -0
- package/build/types/mobile/cmp/input/DateInput.d.ts +54 -0
- package/build/types/mobile/cmp/input/Label.d.ts +10 -0
- package/build/types/mobile/cmp/input/NumberInput.d.ts +53 -0
- package/build/types/mobile/cmp/input/SearchInput.d.ts +24 -0
- package/build/types/mobile/cmp/input/Select.d.ts +127 -0
- package/build/types/mobile/cmp/input/SwitchInput.d.ts +13 -0
- package/build/types/mobile/cmp/input/TextArea.d.ts +21 -0
- package/build/types/mobile/cmp/input/TextInput.d.ts +46 -0
- package/build/types/mobile/cmp/input/index.d.ts +11 -0
- package/build/types/mobile/cmp/mask/impl/Mask.d.ts +8 -0
- package/build/types/mobile/cmp/menu/MenuButton.d.ts +23 -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 +8 -0
- package/build/types/mobile/cmp/navigator/NavigatorModel.d.ts +62 -0
- package/build/types/mobile/cmp/navigator/PageModel.d.ts +61 -0
- package/build/types/mobile/cmp/navigator/impl/GestureRefresh.d.ts +8 -0
- package/build/types/mobile/cmp/navigator/impl/GestureRefreshModel.d.ts +16 -0
- package/build/types/mobile/cmp/navigator/impl/Page.d.ts +12 -0
- package/build/types/mobile/cmp/navigator/impl/Utils.d.ts +9 -0
- package/build/types/mobile/cmp/navigator/index.d.ts +2 -0
- package/build/types/mobile/cmp/panel/DialogPanel.d.ts +16 -0
- package/build/types/mobile/cmp/panel/Panel.d.ts +43 -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 +33 -0
- package/build/types/mobile/cmp/popover/index.d.ts +1 -0
- package/build/types/mobile/cmp/store/impl/StoreFilterField.d.ts +6 -0
- package/build/types/mobile/cmp/tab/impl/Tab.d.ts +13 -0
- package/build/types/mobile/cmp/tab/impl/TabContainer.d.ts +9 -0
- package/build/types/mobile/cmp/toolbar/Toolbar.d.ts +11 -0
- package/build/types/mobile/cmp/toolbar/ToolbarSeparator.d.ts +7 -0
- package/build/types/mobile/cmp/toolbar/index.d.ts +2 -0
- package/build/types/mobile/cmp/zoneGrid/impl/ZoneMapper.d.ts +16 -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 +14 -0
- package/build/types/promise/Promise.d.ts +108 -0
- package/build/types/promise/index.d.ts +1 -0
- package/build/types/security/BaseOAuthClient.d.ts +172 -0
- package/build/types/security/Token.d.ts +11 -0
- package/build/types/security/Types.d.ts +14 -0
- package/build/types/security/authzero/AuthZeroClient.d.ts +57 -0
- package/build/types/security/authzero/index.d.ts +1 -0
- package/build/types/security/msal/MsalClient.d.ts +162 -0
- package/build/types/security/msal/index.d.ts +1 -0
- package/build/types/svc/AlertBannerService.d.ts +33 -0
- package/build/types/svc/AutoRefreshService.d.ts +28 -0
- package/build/types/svc/ChangelogService.d.ts +62 -0
- package/build/types/svc/ClientHealthService.d.ts +64 -0
- package/build/types/svc/ConfigService.d.ts +36 -0
- package/build/types/svc/EnvironmentService.d.ts +50 -0
- package/build/types/svc/FetchService.d.ts +269 -0
- package/build/types/svc/GridAutosizeService.d.ts +35 -0
- package/build/types/svc/GridExportService.d.ts +56 -0
- package/build/types/svc/IdentityService.d.ts +58 -0
- package/build/types/svc/IdleService.d.ts +21 -0
- package/build/types/svc/InspectorService.d.ts +75 -0
- package/build/types/svc/JsonBlobService.d.ts +60 -0
- package/build/types/svc/PrefService.d.ts +69 -0
- package/build/types/svc/TrackService.d.ts +42 -0
- package/build/types/svc/WebSocketService.d.ts +126 -0
- package/build/types/svc/index.d.ts +18 -0
- package/build/types/svc/storage/BaseStorageService.d.ts +21 -0
- package/build/types/svc/storage/LocalStorageService.d.ts +12 -0
- package/build/types/svc/storage/SessionStorageService.d.ts +12 -0
- package/build/types/utils/async/AsyncUtils.d.ts +40 -0
- package/build/types/utils/async/Timer.d.ts +87 -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 +92 -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/MenuItems.d.ts +13 -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 +5 -0
- package/build/types/utils/js/Decorators.d.ts +42 -0
- package/build/types/utils/js/DomUtils.d.ts +50 -0
- package/build/types/utils/js/HtmlUtils.d.ts +4 -0
- package/build/types/utils/js/LangUtils.d.ts +122 -0
- package/build/types/utils/js/LogUtils.d.ts +108 -0
- package/build/types/utils/js/TestUtils.d.ts +18 -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 +46 -0
- package/build/types/utils/react/LayoutPropUtils.d.ts +43 -0
- package/build/types/utils/react/ObservableRef.d.ts +13 -0
- package/build/types/utils/react/ReactUtils.d.ts +23 -0
- package/build/types/utils/react/index.d.ts +5 -0
- package/cmp/grouping/impl/GroupingChooserLocalModel.ts +6 -0
- package/desktop/cmp/dash/canvas/DashCanvasModel.ts +2 -1
- package/desktop/cmp/grouping/GroupingChooser.ts +4 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 82.0.3 - 2026-03-02
|
|
4
|
+
|
|
5
|
+
### 🐞 Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Fixed bug where `DashCanvasModel.state` returned stale data when persisted state was restored
|
|
8
|
+
during construction.
|
|
9
|
+
* Fixed bug preventing selection of favorites in the GroupingChooser
|
|
10
|
+
|
|
11
|
+
## 82.0.2 - 2026-03-02
|
|
12
|
+
|
|
13
|
+
### 🐞 Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Fixed TypeScript compilation errors caused by missing `.d.ts` declaration files in published build.
|
|
16
|
+
|
|
3
17
|
## 82.0.1 - 2026-02-28
|
|
4
18
|
|
|
5
19
|
### 🐞 Bug Fixes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AppModel } from '@xh/hoist/admin/AppModel';
|
|
2
|
+
/**
|
|
3
|
+
* Generate a standardized filename for an Admin module grid export, without datestamp.
|
|
4
|
+
*/
|
|
5
|
+
export declare function exportFilename(moduleName: string): string;
|
|
6
|
+
/**
|
|
7
|
+
* Generate a standardized filename for an Admin module grid export, with current datestamp.
|
|
8
|
+
* Returned as a closure to ensure current date is evaluated at export time.
|
|
9
|
+
*/
|
|
10
|
+
export declare function exportFilenameWithDate(moduleName: string): () => string;
|
|
11
|
+
export declare function getAppModel<T extends AppModel>(): T;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TabConfig, TabContainerModel } from '@xh/hoist/cmp/tab';
|
|
2
|
+
import { ViewManagerModel } from '@xh/hoist/cmp/viewmanager';
|
|
3
|
+
import { HoistAppModel } from '@xh/hoist/core';
|
|
4
|
+
import { Route } from 'router5';
|
|
5
|
+
export declare class AppModel extends HoistAppModel {
|
|
6
|
+
tabModel: TabContainerModel;
|
|
7
|
+
viewManagerModels: Record<string, ViewManagerModel>;
|
|
8
|
+
static get readonly(): boolean;
|
|
9
|
+
constructor();
|
|
10
|
+
initAsync(): Promise<void>;
|
|
11
|
+
getRoutes(): Route[];
|
|
12
|
+
getAppMenuButtonExtraItems(): any[];
|
|
13
|
+
getTabRoutes(): Route[];
|
|
14
|
+
createTabs(): TabConfig[];
|
|
15
|
+
/** Open the primary business-facing application, typically 'app'. */
|
|
16
|
+
openPrimaryApp(): void;
|
|
17
|
+
getPrimaryAppCode(): string;
|
|
18
|
+
initViewManagerModelsAsync(): Promise<void>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const createdTime: ColumnSpec;
|
|
3
|
+
export declare const isOpen: ColumnSpec;
|
|
4
|
+
export declare const key: ColumnSpec;
|
|
5
|
+
export declare const lastReceivedTime: ColumnSpec;
|
|
6
|
+
export declare const lastSentTime: ColumnSpec;
|
|
7
|
+
export declare const receivedMessageCount: ColumnSpec;
|
|
8
|
+
export declare const sentMessageCount: ColumnSpec;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid';
|
|
2
|
+
export declare const badgeCol: ColumnSpec;
|
|
3
|
+
export declare function badgeRenderer(v: any): "-" | import("react").ReactElement<import("@xh/hoist/cmp/badge").BadgeProps, any>;
|
|
4
|
+
export declare const description: ColumnSpec;
|
|
5
|
+
export declare const name: ColumnSpec;
|
|
6
|
+
export declare const note: ColumnSpec;
|
|
7
|
+
export declare const notes: ColumnSpec;
|
|
8
|
+
export declare const timestampNoYear: ColumnSpec;
|
|
9
|
+
export declare const type: ColumnSpec;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const dateCreated: ColumnSpec;
|
|
3
|
+
export declare const dateCreatedNoYear: ColumnSpec;
|
|
4
|
+
export declare const dateCreatedWithSec: ColumnSpec;
|
|
5
|
+
export declare const lastUpdated: ColumnSpec;
|
|
6
|
+
export declare const lastUpdatedBy: ColumnSpec;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
export declare const appBuild: ColumnSpec;
|
|
3
|
+
export declare const appEnvironment: ColumnSpec;
|
|
4
|
+
export declare const appVersion: ColumnSpec;
|
|
5
|
+
export declare const browser: ColumnSpec;
|
|
6
|
+
export declare const category: ColumnSpec;
|
|
7
|
+
export declare const correlationId: ColumnSpec;
|
|
8
|
+
export declare const data: ColumnSpec;
|
|
9
|
+
export declare const day: ColumnSpec;
|
|
10
|
+
export declare const dayRange: ColumnSpec;
|
|
11
|
+
export declare const device: ColumnSpec;
|
|
12
|
+
export declare const deviceIcon: ColumnSpec;
|
|
13
|
+
export declare const elapsedRenderer: (v: number) => import("react").ReactNode;
|
|
14
|
+
export declare const elapsed: ColumnSpec;
|
|
15
|
+
export declare const elapsedMax: ColumnSpec;
|
|
16
|
+
export declare const entryCount: ColumnSpec;
|
|
17
|
+
export declare const entryId: ColumnSpec;
|
|
18
|
+
export declare const error: ColumnSpec;
|
|
19
|
+
export declare const errorMessage: ColumnSpec;
|
|
20
|
+
export declare const errorName: ColumnSpec;
|
|
21
|
+
export declare const instance: ColumnSpec;
|
|
22
|
+
export declare const loadId: ColumnSpec;
|
|
23
|
+
export declare const msg: ColumnSpec;
|
|
24
|
+
export declare const clientAppCode: ColumnSpec;
|
|
25
|
+
export declare const severity: ColumnSpec;
|
|
26
|
+
export declare const severityIcon: ColumnSpec;
|
|
27
|
+
export declare const tabId: ColumnSpec;
|
|
28
|
+
export declare const url: ColumnSpec;
|
|
29
|
+
export declare const urlPathOnly: ColumnSpec;
|
|
30
|
+
export declare const userAgent: ColumnSpec;
|
|
31
|
+
export declare const userAlertedFlag: ColumnSpec;
|
|
32
|
+
export declare const userMessageFlag: 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,52 @@
|
|
|
1
|
+
import { ColumnRenderer, ColumnSpec, GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
import { RecordActionSpec } from '@xh/hoist/data';
|
|
4
|
+
import { RestGridModel } from '@xh/hoist/desktop/cmp/rest';
|
|
5
|
+
import { DifferDetailModel } from './DifferDetailModel';
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare class DifferModel extends HoistModel {
|
|
10
|
+
parentModel: HoistModel & {
|
|
11
|
+
gridModel: RestGridModel;
|
|
12
|
+
closeDiffer: () => void;
|
|
13
|
+
};
|
|
14
|
+
entityName: string;
|
|
15
|
+
displayName: string;
|
|
16
|
+
columnFields: Array<string | Partial<ColumnSpec>>;
|
|
17
|
+
matchFields: string[];
|
|
18
|
+
valueRenderer: ColumnRenderer;
|
|
19
|
+
url: string;
|
|
20
|
+
private clipboardContent;
|
|
21
|
+
detailModel: DifferDetailModel;
|
|
22
|
+
gridModel: GridModel;
|
|
23
|
+
remoteHost: string;
|
|
24
|
+
hasLoaded: boolean;
|
|
25
|
+
get readonly(): boolean;
|
|
26
|
+
applyRemoteAction: RecordActionSpec;
|
|
27
|
+
/**
|
|
28
|
+
* All other configured appInstances URLs, excepting the current one.
|
|
29
|
+
* (Use of startsWith allows configs to end in trailing /)
|
|
30
|
+
*/
|
|
31
|
+
get remoteHosts(): string[];
|
|
32
|
+
constructor({ parentModel, entityName, displayName, columnFields, matchFields, valueRenderer }: Partial<DifferModel>);
|
|
33
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
34
|
+
diffFromRemote(): void;
|
|
35
|
+
diffFromClipboardAsync(): Promise<void>;
|
|
36
|
+
processResponse(resp: any): void;
|
|
37
|
+
processFailedLoad(): void;
|
|
38
|
+
diffRawRecords(localRecords: any, remoteRecords: any): any[];
|
|
39
|
+
rawRecordsAreEqual(local: any, remote: any): boolean;
|
|
40
|
+
cleanRawData(data: any): any;
|
|
41
|
+
confirmApplyRemote(records: any): void;
|
|
42
|
+
isPwd(rec: any): boolean;
|
|
43
|
+
isOverridden(rec: any): boolean;
|
|
44
|
+
doApplyRemote(records: any): void;
|
|
45
|
+
showNoDiffToast(): void;
|
|
46
|
+
fieldRenderer(v: any, { record, column }: {
|
|
47
|
+
record: any;
|
|
48
|
+
column: any;
|
|
49
|
+
}): any;
|
|
50
|
+
fetchLocalConfigsAsync(): Promise<string>;
|
|
51
|
+
private readConfigFromClipboardAsync;
|
|
52
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { GridConfig } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistProps, SelectOption } from '@xh/hoist/core';
|
|
3
|
+
export interface JsonSearchButtonProps extends HoistProps {
|
|
4
|
+
/** Descriptive label for the type of records being searched - will be auto-pluralized. */
|
|
5
|
+
subjectName: string;
|
|
6
|
+
/** Endpoint to search and return matches - Hoist `JsonSearchController` action expected. */
|
|
7
|
+
docSearchUrl: string;
|
|
8
|
+
/** Config for GridModel used to display search results. */
|
|
9
|
+
gridModelConfig: GridConfig;
|
|
10
|
+
/** Field names on returned results to enable for grouping in the search results grid. */
|
|
11
|
+
groupByOptions: Array<SelectOption | any>;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Main entry point component for the JSON search feature. Supported out-of-the-box for a limited
|
|
15
|
+
* set of Hoist artifacts that hold JSON values: JSONBlob, Configs, and User Preferences.
|
|
16
|
+
*/
|
|
17
|
+
export declare const jsonSearchButton: import("@xh/hoist/core").ElementFactory<JsonSearchButtonProps>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { GridConfig, GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, TaskObserver } from '@xh/hoist/core';
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class JsonSearchImplModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
private matchingNodesUrl;
|
|
9
|
+
gridModel: GridModel;
|
|
10
|
+
docLoadTask: TaskObserver;
|
|
11
|
+
nodeLoadTask: TaskObserver;
|
|
12
|
+
groupBy: string;
|
|
13
|
+
isOpen: boolean;
|
|
14
|
+
error: any;
|
|
15
|
+
path: string;
|
|
16
|
+
readerContentType: 'document' | 'matches';
|
|
17
|
+
pathFormat: 'XPath' | 'JSONPath';
|
|
18
|
+
readerContent: string;
|
|
19
|
+
matchingNodeCount: number;
|
|
20
|
+
get subjectName(): string;
|
|
21
|
+
get docSearchUrl(): string;
|
|
22
|
+
get gridModelConfig(): GridConfig;
|
|
23
|
+
get selectedRecord(): import("../../../data").StoreRecord;
|
|
24
|
+
get groupByOptions(): any[];
|
|
25
|
+
toggleSearchIsOpen(): void;
|
|
26
|
+
constructor();
|
|
27
|
+
onLinked(): void;
|
|
28
|
+
loadMatchingDocsAsync(): Promise<void>;
|
|
29
|
+
private loadReaderContentAsync;
|
|
30
|
+
private convertToXPath;
|
|
31
|
+
private setGroupBy;
|
|
32
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
export declare class RegroupDialogModel extends HoistModel {
|
|
3
|
+
private parent;
|
|
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,62 @@
|
|
|
1
|
+
import { ActivityTrackingDataFieldSpec, DataFieldsEditorModel } from '@xh/hoist/admin/tabs/activity/tracking/datafields/DataFieldsEditorModel';
|
|
2
|
+
import { FilterChooserModel } from '@xh/hoist/cmp/filter';
|
|
3
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
4
|
+
import { ColumnSpec, GridModel } from '@xh/hoist/cmp/grid';
|
|
5
|
+
import { GroupingChooserModel } from '@xh/hoist/cmp/grouping';
|
|
6
|
+
import { HoistModel, LoadSpec, PlainObject } from '@xh/hoist/core';
|
|
7
|
+
import { Cube } from '@xh/hoist/data';
|
|
8
|
+
import { LocalDate } from '@xh/hoist/utils/datetime';
|
|
9
|
+
import { ActivityDetailProvider } from './detail/ActivityDetailModel';
|
|
10
|
+
export declare class ActivityTrackingModel extends HoistModel implements ActivityDetailProvider {
|
|
11
|
+
/** FormModel for server-side querying controls. */
|
|
12
|
+
formModel: FormModel;
|
|
13
|
+
/** Models for data-handling components - can be rebuilt due to change in dataFields. */
|
|
14
|
+
groupingChooserModel: GroupingChooserModel;
|
|
15
|
+
cube: Cube;
|
|
16
|
+
filterChooserModel: FilterChooserModel;
|
|
17
|
+
gridModel: GridModel;
|
|
18
|
+
dataFieldsEditorModel: DataFieldsEditorModel;
|
|
19
|
+
/**
|
|
20
|
+
* Optional spec for fields to be extracted from additional `data` returned by track entries
|
|
21
|
+
* and promoted to top-level columns in the grids. Supports dot-delimited paths as names.
|
|
22
|
+
*/
|
|
23
|
+
dataFields: ActivityTrackingDataFieldSpec[];
|
|
24
|
+
get dataFieldCols(): ColumnSpec[];
|
|
25
|
+
showFilterChooser: boolean;
|
|
26
|
+
get enabled(): boolean;
|
|
27
|
+
get dimensions(): string[];
|
|
28
|
+
get endDay(): LocalDate;
|
|
29
|
+
get hasFilter(): boolean;
|
|
30
|
+
get maxRowOptions(): {
|
|
31
|
+
value: number;
|
|
32
|
+
label: string;
|
|
33
|
+
}[];
|
|
34
|
+
get maxRows(): number;
|
|
35
|
+
/** True if data loaded from the server has been topped by maxRows. */
|
|
36
|
+
get maxRowsReached(): boolean;
|
|
37
|
+
get viewManagerModel(): import("../../../../cmp/viewmanager").ViewManagerModel<PlainObject>;
|
|
38
|
+
readonly isActivityDetailProvider = true;
|
|
39
|
+
/** Raw leaf-level log entries for the selected aggregate record, for detail. */
|
|
40
|
+
trackLogs: PlainObject[];
|
|
41
|
+
private _monthFormat;
|
|
42
|
+
constructor();
|
|
43
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
44
|
+
setDataFields(dataFields: ActivityTrackingDataFieldSpec[]): void;
|
|
45
|
+
toggleFilterChooser(): void;
|
|
46
|
+
adjustDates(dir: 'add' | 'subtract'): void;
|
|
47
|
+
adjustStartDate(value: any, unit: any): void;
|
|
48
|
+
isInterval(value: any, unit: any): boolean;
|
|
49
|
+
getDisplayName(fieldName: string): string;
|
|
50
|
+
private createQueryFormModel;
|
|
51
|
+
private loadGridAsync;
|
|
52
|
+
private cubeLabelComparator;
|
|
53
|
+
private getComparableValForDim;
|
|
54
|
+
private get query();
|
|
55
|
+
private createAndSetCoreModels;
|
|
56
|
+
private createCube;
|
|
57
|
+
private createFilterChooserModel;
|
|
58
|
+
private createGroupingChooserModel;
|
|
59
|
+
private createGridModel;
|
|
60
|
+
private processRawTrackLog;
|
|
61
|
+
private getDfRenderer;
|
|
62
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ChartModel } from '@xh/hoist/cmp/chart';
|
|
2
|
+
import { HoistModel, SelectOption } from '@xh/hoist/core';
|
|
3
|
+
import { ActivityTrackingModel } from '../ActivityTrackingModel';
|
|
4
|
+
export declare class AggChartModel extends HoistModel {
|
|
5
|
+
activityTrackingModel: ActivityTrackingModel;
|
|
6
|
+
/**
|
|
7
|
+
* Metric to chart on Y axis - one of:
|
|
8
|
+
* - entryCount - count of total track log entries within the primary dim group.
|
|
9
|
+
* - count - count of unique secondary dim values within the primary dim group.
|
|
10
|
+
* - elapsed - avg elapsed time in ms for the primary dim group.
|
|
11
|
+
* - any other numeric, aggregated custom data field metrics, if so configured
|
|
12
|
+
*/
|
|
13
|
+
metric: string;
|
|
14
|
+
get metricLabel(): string;
|
|
15
|
+
incWeekends: boolean;
|
|
16
|
+
chartModel: ChartModel;
|
|
17
|
+
get showAsTimeseries(): boolean;
|
|
18
|
+
get selectableMetrics(): SelectOption[];
|
|
19
|
+
constructor();
|
|
20
|
+
onLinked(): void;
|
|
21
|
+
private get cube();
|
|
22
|
+
private get dimensions();
|
|
23
|
+
private get primaryDim();
|
|
24
|
+
private get primaryDimLabel();
|
|
25
|
+
private get secondaryDim();
|
|
26
|
+
private get secondaryDimLabel();
|
|
27
|
+
private get data();
|
|
28
|
+
private createChartModel;
|
|
29
|
+
private selectRow;
|
|
30
|
+
private loadChart;
|
|
31
|
+
private getSeriesData;
|
|
32
|
+
private getDisplayName;
|
|
33
|
+
private onSelectableMetricsChange;
|
|
34
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ActivityTrackingModel } from '@xh/hoist/admin/tabs/activity/tracking/ActivityTrackingModel';
|
|
2
|
+
import { FormModel, SubformsFieldModel } from '@xh/hoist/cmp/form';
|
|
3
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
4
|
+
import { AggregatorToken, FieldType } from '@xh/hoist/data';
|
|
5
|
+
/**
|
|
6
|
+
* Slimmed down {@link CubeFieldSpec} for persisted specs of fields to be extracted from the `data`
|
|
7
|
+
* block of loaded track statements and promoted to top-level columns in the grids. These are the
|
|
8
|
+
* entities (stored on parent `ActivityTrackingModel`) that are edited by the this component.
|
|
9
|
+
*/
|
|
10
|
+
export interface ActivityTrackingDataFieldSpec {
|
|
11
|
+
/**
|
|
12
|
+
* Path to field data within the `data` block of each track log entry. Can be dot-delimited for
|
|
13
|
+
* nested data (e.g. `timings.preAuth`). See {@link ActivityTrackingModel.processRawTrackLog}.
|
|
14
|
+
*/
|
|
15
|
+
path: string;
|
|
16
|
+
/**
|
|
17
|
+
* Normalized name for the field for use in Cube/Grid - adds `df_` prefix to avoid conflicts
|
|
18
|
+
* and strips out dot-delimiters. See {@link ActivityTrackingModel.setDataFields}.
|
|
19
|
+
*/
|
|
20
|
+
name: string;
|
|
21
|
+
displayName?: string;
|
|
22
|
+
type?: FieldType;
|
|
23
|
+
isDimension?: boolean;
|
|
24
|
+
aggregator?: AggregatorToken;
|
|
25
|
+
}
|
|
26
|
+
export declare class DataFieldsEditorModel extends HoistModel {
|
|
27
|
+
showEditor: boolean;
|
|
28
|
+
formModel: FormModel;
|
|
29
|
+
private parentModel;
|
|
30
|
+
aggTokens: AggregatorToken[];
|
|
31
|
+
get dataFields(): SubformsFieldModel;
|
|
32
|
+
get appliedDataFieldCount(): number;
|
|
33
|
+
get hasAppliedDataFields(): boolean;
|
|
34
|
+
constructor(parentModel: ActivityTrackingModel);
|
|
35
|
+
show(): void;
|
|
36
|
+
applyAndClose(): void;
|
|
37
|
+
close(): void;
|
|
38
|
+
addField(): void;
|
|
39
|
+
cloneField(formModel: FormModel): void;
|
|
40
|
+
private syncFromParent;
|
|
41
|
+
/**
|
|
42
|
+
* Normalize field specs and set onto parent.
|
|
43
|
+
* Note, will de-dupe fields by name w/o any alert to user.
|
|
44
|
+
*/
|
|
45
|
+
private syncToParent;
|
|
46
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ActivityTrackingDataFieldSpec } from '@xh/hoist/admin/tabs/activity/tracking/datafields/DataFieldsEditorModel';
|
|
2
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
3
|
+
import { ColumnSpec, GridModel } from '@xh/hoist/cmp/grid';
|
|
4
|
+
import { HoistModel, PersistOptions, PlainObject } from '@xh/hoist/core';
|
|
5
|
+
/**
|
|
6
|
+
* Interface to cover the two usages of this component - {@link ActivityTrackingModel} and {@link ClientDetailModel}
|
|
7
|
+
*/
|
|
8
|
+
export interface ActivityDetailProvider {
|
|
9
|
+
isActivityDetailProvider: true;
|
|
10
|
+
trackLogs: PlainObject[];
|
|
11
|
+
persistWith?: PersistOptions;
|
|
12
|
+
colDefaults?: Record<string, Partial<ColumnSpec>>;
|
|
13
|
+
dataFields?: ActivityTrackingDataFieldSpec[];
|
|
14
|
+
dataFieldCols?: ColumnSpec[];
|
|
15
|
+
}
|
|
16
|
+
export declare class ActivityDetailModel extends HoistModel {
|
|
17
|
+
parentModel: ActivityDetailProvider;
|
|
18
|
+
gridModel: GridModel;
|
|
19
|
+
formModel: FormModel;
|
|
20
|
+
/**
|
|
21
|
+
* Optional dot-delimited path(s) to filter the displayed `data` payload down to a particular
|
|
22
|
+
* node or nodes, for easier browsing of records with a large data payload. Multiple paths
|
|
23
|
+
* can be separated with `|`.
|
|
24
|
+
*/
|
|
25
|
+
formattedDataFilterPath: string;
|
|
26
|
+
/** Stringified, pretty-printed, optionally path-filtered `data` payload. */
|
|
27
|
+
formattedData: string;
|
|
28
|
+
get dataFields(): ActivityTrackingDataFieldSpec[];
|
|
29
|
+
get dataFieldCols(): ColumnSpec[];
|
|
30
|
+
get hasExtraTrackData(): boolean;
|
|
31
|
+
get hasSelection(): boolean;
|
|
32
|
+
constructor();
|
|
33
|
+
onLinked(): void;
|
|
34
|
+
private showTrackLogsAsync;
|
|
35
|
+
/** Extract data from a (detail) grid record and flush it into our form for display. */
|
|
36
|
+
private showEntryDetail;
|
|
37
|
+
private updateFormattedData;
|
|
38
|
+
private createAndSetCoreModels;
|
|
39
|
+
private createGridModel;
|
|
40
|
+
private createSingleEntryFormModel;
|
|
41
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
import { RecordActionSpec, StoreRecord } from '@xh/hoist/data';
|
|
4
|
+
import { BaseAdminTabModel } from '@xh/hoist/admin/tabs/BaseAdminTabModel';
|
|
5
|
+
export declare class ClientsModel extends BaseAdminTabModel {
|
|
6
|
+
lastRefresh: number;
|
|
7
|
+
gridModel: GridModel;
|
|
8
|
+
groupBy: 'user' | 'instance';
|
|
9
|
+
private _timer;
|
|
10
|
+
forceSuspendAction: RecordActionSpec;
|
|
11
|
+
reqHealthReportAction: RecordActionSpec;
|
|
12
|
+
constructor();
|
|
13
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
14
|
+
forceSuspendAsync(toRecs: StoreRecord[]): Promise<void>;
|
|
15
|
+
requestHealthReportAsync(toRecs: StoreRecord[]): Promise<void>;
|
|
16
|
+
private createGridModel;
|
|
17
|
+
private bulkPush;
|
|
18
|
+
private applyGroupBy;
|
|
19
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ClientsModel } from '../ClientsModel';
|
|
2
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid';
|
|
3
|
+
import { HoistModel, LoadSpec, PlainObject } from '@xh/hoist/core';
|
|
4
|
+
import { StoreRecord } from '@xh/hoist/data';
|
|
5
|
+
import { ReactNode } from 'react';
|
|
6
|
+
import { ActivityDetailProvider } from '../../activity/tracking/detail/ActivityDetailModel';
|
|
7
|
+
export declare class ClientDetailModel extends HoistModel implements ActivityDetailProvider {
|
|
8
|
+
clientsModel: ClientsModel;
|
|
9
|
+
readonly isActivityDetailProvider = true;
|
|
10
|
+
/** Client tabID for which to load and show activity. */
|
|
11
|
+
tabId: string;
|
|
12
|
+
trackLogs: PlainObject[];
|
|
13
|
+
get selectedRec(): StoreRecord;
|
|
14
|
+
get hasSelection(): boolean;
|
|
15
|
+
get title(): ReactNode;
|
|
16
|
+
/** For child {@link ActivityDetailModel}. */
|
|
17
|
+
readonly colDefaults: Record<string, Partial<ColumnSpec>>;
|
|
18
|
+
constructor();
|
|
19
|
+
onLinked(): void;
|
|
20
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InstancesTabModel } from '@xh/hoist/admin/tabs/cluster/instances/InstancesTabModel';
|
|
2
|
+
import { LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
import { BaseAdminTabModel } from '@xh/hoist/admin/tabs/BaseAdminTabModel';
|
|
4
|
+
export declare class BaseInstanceModel extends BaseAdminTabModel {
|
|
5
|
+
parent: InstancesTabModel;
|
|
6
|
+
get instanceName(): string;
|
|
7
|
+
handleLoadException(e: unknown, loadSpec: LoadSpec): void;
|
|
8
|
+
private isInstanceNotFound;
|
|
9
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { InstancesTabModel } from '@xh/hoist/admin/tabs/cluster/instances/InstancesTabModel';
|
|
2
|
+
export declare const instancesTab: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<InstancesTabModel>>;
|
|
3
|
+
export declare const detailPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<InstancesTabModel>>;
|
|
4
|
+
export declare const failedConnectionMask: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<InstancesTabModel>>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { TabContainerModel } from '@xh/hoist/cmp/tab';
|
|
3
|
+
import { HoistModel, LoadSpec, PlainObject } from '@xh/hoist/core';
|
|
4
|
+
import { Timer } from '@xh/hoist/utils/async';
|
|
5
|
+
import { ReactNode } from 'react';
|
|
6
|
+
export declare class InstancesTabModel extends HoistModel {
|
|
7
|
+
persistWith: {
|
|
8
|
+
localStorageKey: string;
|
|
9
|
+
};
|
|
10
|
+
private tabModel;
|
|
11
|
+
readonly gridModel: GridModel;
|
|
12
|
+
readonly tabContainerModel: TabContainerModel;
|
|
13
|
+
readonly timer: Timer;
|
|
14
|
+
get instance(): PlainObject;
|
|
15
|
+
get instanceName(): string;
|
|
16
|
+
get isMultiInstance(): boolean;
|
|
17
|
+
get instanceNames(): string[];
|
|
18
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
19
|
+
constructor();
|
|
20
|
+
formatInstance(instance: PlainObject): ReactNode;
|
|
21
|
+
private createGridModel;
|
|
22
|
+
private createContextMenu;
|
|
23
|
+
private createTabContainerModel;
|
|
24
|
+
private shutdownInstanceAsync;
|
|
25
|
+
private get autoRefreshInterval();
|
|
26
|
+
private get autoRefreshTimeout();
|
|
27
|
+
}
|