@xh/hoist 82.0.1 → 82.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -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 +34 -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/package.json +2 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ColumnRenderer } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { PlainObject } from '@xh/hoist/core';
|
|
3
|
+
import './BaseMembers.scss';
|
|
4
|
+
import { HoistRole } from '../../Types';
|
|
5
|
+
import { BaseMembersModel } from './BaseMembersModel';
|
|
6
|
+
export declare const directoryMembers: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<DirectoryMembersModel>>;
|
|
7
|
+
declare class DirectoryMembersModel extends BaseMembersModel {
|
|
8
|
+
entityName: string;
|
|
9
|
+
get emptyText(): string;
|
|
10
|
+
getGridData(role: HoistRole): PlainObject[];
|
|
11
|
+
nameRenderer: ColumnRenderer;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PlainObject } from '@xh/hoist/core';
|
|
2
|
+
import './BaseMembers.scss';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
import { HoistRole } from '../../Types';
|
|
5
|
+
import { BaseMembersModel } from './BaseMembersModel';
|
|
6
|
+
export declare const roleMembers: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<RoleMembersModel>>;
|
|
7
|
+
declare class RoleMembersModel extends BaseMembersModel {
|
|
8
|
+
get type(): 'inherited' | 'effective';
|
|
9
|
+
entityName: string;
|
|
10
|
+
get emptyText(): ReactNode;
|
|
11
|
+
getGridData(role: HoistRole): PlainObject[];
|
|
12
|
+
onRowDoubleClicked: ({ data: record }: {
|
|
13
|
+
data: any;
|
|
14
|
+
}) => void;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ColumnRenderer } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { PlainObject } from '@xh/hoist/core';
|
|
3
|
+
import './BaseMembers.scss';
|
|
4
|
+
import { HoistRole } from '../../Types';
|
|
5
|
+
import { BaseMembersModel } from './BaseMembersModel';
|
|
6
|
+
export declare const userMembers: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<UserMembersModel>>;
|
|
7
|
+
declare class UserMembersModel extends BaseMembersModel {
|
|
8
|
+
entityName: string;
|
|
9
|
+
get emptyText(): string;
|
|
10
|
+
getGridData(role: HoistRole): PlainObject[];
|
|
11
|
+
private userSourceList;
|
|
12
|
+
sourcesRenderer: ColumnRenderer;
|
|
13
|
+
sourcesExportRenderer: ColumnRenderer;
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { HoistModel, TaskObserver } from '@xh/hoist/core';
|
|
2
|
+
import { RoleModel } from '../RoleModel';
|
|
3
|
+
import { HoistRole } from '../Types';
|
|
4
|
+
import { RoleFormModel } from './form/RoleFormModel';
|
|
5
|
+
export declare class RoleEditorModel extends HoistModel {
|
|
6
|
+
readonly roleModel: RoleModel;
|
|
7
|
+
readonly savingTask: TaskObserver;
|
|
8
|
+
readonly deletingTask: TaskObserver;
|
|
9
|
+
roleFormModel: RoleFormModel;
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
role?: HoistRole;
|
|
12
|
+
private resolve;
|
|
13
|
+
get saveDisabled(): boolean;
|
|
14
|
+
constructor(roleModel: RoleModel);
|
|
15
|
+
createAsync(roleSpec?: HoistRole): Promise<HoistRole>;
|
|
16
|
+
editAsync(role: HoistRole): Promise<HoistRole>;
|
|
17
|
+
saveAsync(): Promise<void>;
|
|
18
|
+
deleteAsync(): Promise<void>;
|
|
19
|
+
cancel(): void;
|
|
20
|
+
private openAsync;
|
|
21
|
+
private doCancel;
|
|
22
|
+
private close;
|
|
23
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
2
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
3
|
+
import { HoistModel, SelectOption, TaskObserver } from '@xh/hoist/core';
|
|
4
|
+
import { RecordActionSpec } from '@xh/hoist/data';
|
|
5
|
+
import { RoleModel } from '../../RoleModel';
|
|
6
|
+
import { HoistRole, RoleModuleConfig } from '../../Types';
|
|
7
|
+
export declare class RoleFormModel extends HoistModel {
|
|
8
|
+
readonly ADD_ASSIGNMENT_ACTION: RecordActionSpec;
|
|
9
|
+
readonly ACTIONS: RecordActionSpec[];
|
|
10
|
+
readonly directoryGroupLookupTask: TaskObserver;
|
|
11
|
+
readonly roleModel: RoleModel;
|
|
12
|
+
readonly formModel: FormModel;
|
|
13
|
+
readonly usersGridModel: GridModel;
|
|
14
|
+
readonly directoryGroupsGridModel: GridModel;
|
|
15
|
+
readonly rolesGridModel: GridModel;
|
|
16
|
+
isEditingExistingRole: boolean;
|
|
17
|
+
invalidNames: string[];
|
|
18
|
+
categoryOptions: string[];
|
|
19
|
+
userOptions: string[];
|
|
20
|
+
directoryGroupOptions: string[];
|
|
21
|
+
roleOptions: SelectOption[];
|
|
22
|
+
get isDirty(): boolean;
|
|
23
|
+
get hasDirtyMembers(): boolean;
|
|
24
|
+
get isValid(): boolean;
|
|
25
|
+
get moduleConfig(): RoleModuleConfig;
|
|
26
|
+
get roleName(): string;
|
|
27
|
+
constructor(roleModel: RoleModel);
|
|
28
|
+
init(allRoles: HoistRole[], role?: Partial<HoistRole>): void;
|
|
29
|
+
validateAsync(): Promise<boolean>;
|
|
30
|
+
getData(): HoistRole;
|
|
31
|
+
private createFormModel;
|
|
32
|
+
private createGridModel;
|
|
33
|
+
private filterSelected;
|
|
34
|
+
private createAddAssigmentAction;
|
|
35
|
+
private createRemoveAssignmentAction;
|
|
36
|
+
private clearDegenerateRowReaction;
|
|
37
|
+
private lookupDirectoryGroupAsync;
|
|
38
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ChartModel } from '@xh/hoist/cmp/chart';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import { RoleModel } from '../RoleModel';
|
|
4
|
+
import { EffectiveRoleMember, HoistRole } from '../Types';
|
|
5
|
+
export declare class RoleGraphModel extends HoistModel {
|
|
6
|
+
readonly roleModel: RoleModel;
|
|
7
|
+
readonly chartModel: ChartModel;
|
|
8
|
+
relationship: 'effective' | 'inherited';
|
|
9
|
+
inverted: boolean;
|
|
10
|
+
widthScale: number;
|
|
11
|
+
limitToOneLevel: boolean;
|
|
12
|
+
get relatedRoles(): EffectiveRoleMember[];
|
|
13
|
+
get role(): HoistRole;
|
|
14
|
+
get size(): {
|
|
15
|
+
width: number;
|
|
16
|
+
height: number;
|
|
17
|
+
};
|
|
18
|
+
constructor();
|
|
19
|
+
onLinked(): void;
|
|
20
|
+
private getSeriesData;
|
|
21
|
+
private createChartModel;
|
|
22
|
+
private get leafCount();
|
|
23
|
+
private get maxDepth();
|
|
24
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { HoistModel, TaskObserver } from '@xh/hoist/core';
|
|
2
|
+
import { StoreRecord } from '@xh/hoist/data';
|
|
3
|
+
export declare class RecategorizeDialogModel extends HoistModel {
|
|
4
|
+
private parent;
|
|
5
|
+
selectedRecords: StoreRecord[];
|
|
6
|
+
readonly savingTask: TaskObserver;
|
|
7
|
+
categoryName: any;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
recategorizeAction(): {
|
|
10
|
+
text: string;
|
|
11
|
+
icon: any;
|
|
12
|
+
recordsRequired: boolean;
|
|
13
|
+
actionFn: ({ selectedRecords }: {
|
|
14
|
+
selectedRecords: any;
|
|
15
|
+
}) => void;
|
|
16
|
+
displayFn: ({ selectedRecords }: {
|
|
17
|
+
selectedRecords: any;
|
|
18
|
+
}) => {
|
|
19
|
+
hidden: boolean;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
get options(): (string | {
|
|
24
|
+
value: string;
|
|
25
|
+
label: string;
|
|
26
|
+
})[];
|
|
27
|
+
constructor(parent: any);
|
|
28
|
+
saveAsync(): Promise<void>;
|
|
29
|
+
close(): void;
|
|
30
|
+
open(selectedRecords: any): void;
|
|
31
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HoistProps } from '@xh/hoist/core';
|
|
2
|
+
import './WarningBanner.scss';
|
|
3
|
+
export interface WarningBannerProps extends HoistProps {
|
|
4
|
+
compact?: boolean;
|
|
5
|
+
message: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const warningBanner: import("@xh/hoist/core").ElementFactory<WarningBannerProps>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel, LoadSpec } from '@xh/hoist/core';
|
|
3
|
+
export declare class UserModel extends HoistModel {
|
|
4
|
+
persistWith: {
|
|
5
|
+
localStorageKey: string;
|
|
6
|
+
};
|
|
7
|
+
activeOnly: boolean;
|
|
8
|
+
withRolesOnly: boolean;
|
|
9
|
+
gridModel: GridModel;
|
|
10
|
+
constructor();
|
|
11
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AboutDialogItem, HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare class AboutDialogModel extends HoistModel {
|
|
6
|
+
xhImpl: boolean;
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
constructor();
|
|
9
|
+
init(): void;
|
|
10
|
+
show(): void;
|
|
11
|
+
hide(): void;
|
|
12
|
+
getTable(): import("react").ReactElement<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, any>;
|
|
13
|
+
getItems(): AboutDialogItem[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { AppSpec, HoistAppModel, HoistModel, IdentityInfo, RootRefreshContextModel, TaskObserver } from '@xh/hoist/core';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
import { AboutDialogModel } from './AboutDialogModel';
|
|
4
|
+
import { BannerSourceModel } from './BannerSourceModel';
|
|
5
|
+
import { ChangelogDialogModel } from './ChangelogDialogModel';
|
|
6
|
+
import { ExceptionDialogModel } from './ExceptionDialogModel';
|
|
7
|
+
import { FeedbackDialogModel } from './FeedbackDialogModel';
|
|
8
|
+
import { ImpersonationBarModel } from './ImpersonationBarModel';
|
|
9
|
+
import { MessageSourceModel } from './MessageSourceModel';
|
|
10
|
+
import { OptionsDialogModel } from './OptionsDialogModel';
|
|
11
|
+
import { SizingModeModel } from './SizingModeModel';
|
|
12
|
+
import { ViewportSizeModel } from './ViewportSizeModel';
|
|
13
|
+
import { ThemeModel } from './ThemeModel';
|
|
14
|
+
import { ToastSourceModel } from './ToastSourceModel';
|
|
15
|
+
import { UserAgentModel } from './UserAgentModel';
|
|
16
|
+
import { AppStateModel } from './AppStateModel';
|
|
17
|
+
import { PageStateModel } from './PageStateModel';
|
|
18
|
+
import { RouterModel } from './RouterModel';
|
|
19
|
+
/**
|
|
20
|
+
* Root object for Framework GUI State.
|
|
21
|
+
*/
|
|
22
|
+
export declare class AppContainerModel extends HoistModel {
|
|
23
|
+
private initCalled;
|
|
24
|
+
appSpec: AppSpec;
|
|
25
|
+
appModel: HoistAppModel;
|
|
26
|
+
appLoadObserver: TaskObserver;
|
|
27
|
+
appStateModel: AppStateModel;
|
|
28
|
+
pageStateModel: PageStateModel;
|
|
29
|
+
routerModel: RouterModel;
|
|
30
|
+
aboutDialogModel: AboutDialogModel;
|
|
31
|
+
changelogDialogModel: ChangelogDialogModel;
|
|
32
|
+
exceptionDialogModel: ExceptionDialogModel;
|
|
33
|
+
feedbackDialogModel: FeedbackDialogModel;
|
|
34
|
+
impersonationBarModel: ImpersonationBarModel;
|
|
35
|
+
optionsDialogModel: OptionsDialogModel;
|
|
36
|
+
bannerSourceModel: BannerSourceModel;
|
|
37
|
+
messageSourceModel: MessageSourceModel;
|
|
38
|
+
toastSourceModel: ToastSourceModel;
|
|
39
|
+
refreshContextModel: RootRefreshContextModel;
|
|
40
|
+
sizingModeModel: SizingModeModel;
|
|
41
|
+
viewportSizeModel: ViewportSizeModel;
|
|
42
|
+
themeModel: ThemeModel;
|
|
43
|
+
userAgentModel: UserAgentModel;
|
|
44
|
+
/**
|
|
45
|
+
* Message shown on spinner while the application is in a pre-running state.
|
|
46
|
+
* Update within `AppModel.initAsync()` to relay app-specific initialization status.
|
|
47
|
+
*/
|
|
48
|
+
initializingLoadMaskMessage: ReactNode;
|
|
49
|
+
/**
|
|
50
|
+
* The last interactive login in the app. Hoist's security package will mark the last
|
|
51
|
+
* time spent during user interactive login.
|
|
52
|
+
*
|
|
53
|
+
* Used by `Promise.track`, to ensure this time is not counted in any elapsed time tracking
|
|
54
|
+
* for the app.
|
|
55
|
+
* @internal
|
|
56
|
+
*/
|
|
57
|
+
lastRelogin: {
|
|
58
|
+
started: number;
|
|
59
|
+
completed: number;
|
|
60
|
+
};
|
|
61
|
+
constructor();
|
|
62
|
+
/**
|
|
63
|
+
* Main entry point. Initialize and render application code.
|
|
64
|
+
*/
|
|
65
|
+
renderApp<T extends HoistAppModel>(appSpec: AppSpec<T>): void;
|
|
66
|
+
/**
|
|
67
|
+
* Called when {@link AppContainer} first mounted.
|
|
68
|
+
* Triggers initial authentication and initialization of Hoist and application.
|
|
69
|
+
*/
|
|
70
|
+
initAsync(): Promise<unknown>;
|
|
71
|
+
/**
|
|
72
|
+
* Complete initialization. Called after the client has confirmed that the user is generally
|
|
73
|
+
* authenticated and known to the server (regardless of application roles at this point).
|
|
74
|
+
*/
|
|
75
|
+
completeInitAsync(identity: IdentityInfo): Promise<void>;
|
|
76
|
+
/**
|
|
77
|
+
* Show the update Banner. Called by EnvironmentService when the server reports that a
|
|
78
|
+
* new (or at least different) version is available and the user should be prompted.
|
|
79
|
+
*
|
|
80
|
+
* @param version - updated version from server.
|
|
81
|
+
* @param build - updated build from server - included for snapshot version prompts.
|
|
82
|
+
*/
|
|
83
|
+
showUpdateBanner(version: string, build?: string): void;
|
|
84
|
+
hasAboutDialog(): boolean;
|
|
85
|
+
openAdmin(): void;
|
|
86
|
+
private setDocTitle;
|
|
87
|
+
private startRouter;
|
|
88
|
+
private startOptionsDialog;
|
|
89
|
+
private setAppState;
|
|
90
|
+
private bindInitSequenceToAppLoadObserver;
|
|
91
|
+
private setViewportContent;
|
|
92
|
+
private getViewportContent;
|
|
93
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AppOptionSpec } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Options specification for the app-wide options dialog.
|
|
4
|
+
*
|
|
5
|
+
* Option can be sourced from / set to a preference via the `prefName` config. Alternatively,
|
|
6
|
+
* the `valueGetter` and `valueSetter` config functions allow for custom handling if required.
|
|
7
|
+
*
|
|
8
|
+
* Apps will typically specify AppOption configurations in HoistAppModel.getAppOptions(). Implement
|
|
9
|
+
* this method and return one or more AppOption configs to enable the Options menu option in the
|
|
10
|
+
* primary AppBar menu.
|
|
11
|
+
*/
|
|
12
|
+
export declare class AppOption {
|
|
13
|
+
name: any;
|
|
14
|
+
prefName: any;
|
|
15
|
+
fieldModel: any;
|
|
16
|
+
formField: any;
|
|
17
|
+
valueGetter: any;
|
|
18
|
+
valueSetter: any;
|
|
19
|
+
reloadRequired: any;
|
|
20
|
+
constructor({ name, prefName, formField, fieldModel, valueGetter, valueSetter, reloadRequired }: AppOptionSpec);
|
|
21
|
+
getValueAsync(): Promise<any>;
|
|
22
|
+
setValueAsync(value: any): Promise<void>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AppState, AppSuspendData, HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Support for Core Hoist Application state and loading.
|
|
4
|
+
*
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare class AppStateModel extends HoistModel {
|
|
8
|
+
xhImpl: boolean;
|
|
9
|
+
state: AppState;
|
|
10
|
+
lastActivityMs: number;
|
|
11
|
+
suspendData: AppSuspendData;
|
|
12
|
+
accessDeniedMessage: string;
|
|
13
|
+
/**
|
|
14
|
+
* Timestamp when the app first started loading, prior to even JS download/eval.
|
|
15
|
+
* Read from timestamp set on window within index.html.
|
|
16
|
+
*/
|
|
17
|
+
readonly loadStarted: number;
|
|
18
|
+
readonly timings: Record<AppState, number>;
|
|
19
|
+
private lastStateChangeTime;
|
|
20
|
+
constructor();
|
|
21
|
+
setAppState(nextState: AppState): void;
|
|
22
|
+
suspendApp(suspendData: AppSuspendData): void;
|
|
23
|
+
checkAccess(): boolean;
|
|
24
|
+
private trackLoad;
|
|
25
|
+
private createActivityListeners;
|
|
26
|
+
private getScreenData;
|
|
27
|
+
private getWindowData;
|
|
28
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BannerSpec, HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Model for a single instance of a banner. Immutable.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class BannerModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
category: any;
|
|
9
|
+
icon: any;
|
|
10
|
+
message: any;
|
|
11
|
+
intent: any;
|
|
12
|
+
sortOrder: any;
|
|
13
|
+
className: any;
|
|
14
|
+
enableClose: any;
|
|
15
|
+
onClose: any;
|
|
16
|
+
onClick: any;
|
|
17
|
+
actionButtonProps: any;
|
|
18
|
+
/**
|
|
19
|
+
* Sort order for Hoist-provided banners.
|
|
20
|
+
*/
|
|
21
|
+
static BANNER_SORTS: {
|
|
22
|
+
APP_UPDATE: number;
|
|
23
|
+
ADMIN_ALERT: number;
|
|
24
|
+
};
|
|
25
|
+
constructor(spec: BannerSpec);
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HoistModel, BannerSpec } from '@xh/hoist/core';
|
|
2
|
+
import { BannerModel } from './BannerModel';
|
|
3
|
+
/**
|
|
4
|
+
* Supporting model for managing the display of one or more app-wide banners.
|
|
5
|
+
* @see XH.showBanner()
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class BannerSourceModel extends HoistModel {
|
|
9
|
+
xhImpl: boolean;
|
|
10
|
+
bannerModels: BannerModel[];
|
|
11
|
+
constructor();
|
|
12
|
+
show(spec: BannerSpec): BannerModel;
|
|
13
|
+
hide(category: string): void;
|
|
14
|
+
private getBanner;
|
|
15
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { HoistException } from '@xh/hoist/exception';
|
|
2
|
+
import { ExceptionHandlerOptions, HoistModel } from '@xh/hoist/core';
|
|
3
|
+
/**
|
|
4
|
+
* Manages the default display of exceptions.
|
|
5
|
+
*
|
|
6
|
+
* Currently, we allow only a single exception (the latest) to be displayed at a time.
|
|
7
|
+
* Consider modifying to allow stacking, as with Message.
|
|
8
|
+
*
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export declare class ExceptionDialogModel extends HoistModel {
|
|
12
|
+
xhImpl: boolean;
|
|
13
|
+
displayData: {
|
|
14
|
+
exception: HoistException;
|
|
15
|
+
options: ExceptionHandlerOptions;
|
|
16
|
+
};
|
|
17
|
+
detailsIsOpen: boolean;
|
|
18
|
+
/** Exception currently being displayed */
|
|
19
|
+
get exception(): HoistException;
|
|
20
|
+
/** Options for exception currently being displayed */
|
|
21
|
+
get options(): any;
|
|
22
|
+
/** Optional user supplied message */
|
|
23
|
+
userMessage: string;
|
|
24
|
+
constructor();
|
|
25
|
+
show(exception: HoistException, options: ExceptionHandlerOptions): void;
|
|
26
|
+
showDetails(exception: HoistException, options: ExceptionHandlerOptions): void;
|
|
27
|
+
close(): void;
|
|
28
|
+
openDetails(): void;
|
|
29
|
+
sendReportAsync(): Promise<void>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Manages built-in collection of user feedback.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class FeedbackDialogModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
message: string;
|
|
10
|
+
constructor();
|
|
11
|
+
init(): void;
|
|
12
|
+
show({ message }?: {
|
|
13
|
+
message?: any;
|
|
14
|
+
}): void;
|
|
15
|
+
hide(): void;
|
|
16
|
+
setMessage(message: string): void;
|
|
17
|
+
/**
|
|
18
|
+
* Submit the feedback entry to the activity tracking system.
|
|
19
|
+
*/
|
|
20
|
+
submitAsync(): Promise<void>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { HoistInputModel } from '@xh/hoist/cmp/input';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare class ImpersonationBarModel extends HoistModel {
|
|
7
|
+
xhImpl: boolean;
|
|
8
|
+
showRequested: boolean;
|
|
9
|
+
targets: string[];
|
|
10
|
+
pendingTarget: string;
|
|
11
|
+
inputRef: import("react").RefObject<HoistInputModel>;
|
|
12
|
+
constructor();
|
|
13
|
+
init(): void;
|
|
14
|
+
get isOpen(): boolean;
|
|
15
|
+
show(): void;
|
|
16
|
+
hide(): void;
|
|
17
|
+
toggleVisibility(): void;
|
|
18
|
+
readonly onCommit: () => Promise<void>;
|
|
19
|
+
readonly onClose: () => void;
|
|
20
|
+
private ensureTargetsLoaded;
|
|
21
|
+
private setTargets;
|
|
22
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
2
|
+
import { HoistModel, MessageSpec } from '@xh/hoist/core';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
/**
|
|
5
|
+
* Model for a single instance of a modal dialog.
|
|
6
|
+
* Not intended for direct application use.
|
|
7
|
+
* @see XHClass.message()
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
export declare class MessageModel extends HoistModel {
|
|
11
|
+
xhImpl: boolean;
|
|
12
|
+
title: any;
|
|
13
|
+
icon: any;
|
|
14
|
+
message: any;
|
|
15
|
+
messageKey: any;
|
|
16
|
+
className: any;
|
|
17
|
+
input: any;
|
|
18
|
+
extraConfirmLabel: ReactNode;
|
|
19
|
+
confirmProps: any;
|
|
20
|
+
cancelProps: any;
|
|
21
|
+
cancelAlign: any;
|
|
22
|
+
onConfirm: any;
|
|
23
|
+
onCancel: any;
|
|
24
|
+
dismissable: any;
|
|
25
|
+
cancelOnDismiss: any;
|
|
26
|
+
result: any;
|
|
27
|
+
_resolver: any;
|
|
28
|
+
formModel: FormModel;
|
|
29
|
+
isOpen: boolean;
|
|
30
|
+
constructor({ title, icon, message, messageKey, className, input, extraConfirmText, extraConfirmLabel, confirmProps, cancelProps, cancelAlign, onConfirm, onCancel, dismissable, cancelOnDismiss }: MessageSpec);
|
|
31
|
+
doConfirmAsync(): Promise<void>;
|
|
32
|
+
doCancel(): void;
|
|
33
|
+
doEscape(): void;
|
|
34
|
+
close(): void;
|
|
35
|
+
destroy(): void;
|
|
36
|
+
private parseButtonProps;
|
|
37
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HoistModel, MessageSpec } from '@xh/hoist/core';
|
|
2
|
+
import { MessageModel } from './MessageModel';
|
|
3
|
+
/**
|
|
4
|
+
* Supports managed display of modal message dialogs via `XH.message()` and friends.
|
|
5
|
+
* Not intended for direct application use - use helpers off of `XH` instead.
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class MessageSourceModel extends HoistModel {
|
|
9
|
+
xhImpl: boolean;
|
|
10
|
+
msgModels: MessageModel[];
|
|
11
|
+
constructor();
|
|
12
|
+
message(config: MessageSpec): any;
|
|
13
|
+
alert(config: MessageSpec): any;
|
|
14
|
+
confirm(config: MessageSpec): any;
|
|
15
|
+
prompt(config: MessageSpec): any;
|
|
16
|
+
private addModel;
|
|
17
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FormModel } from '@xh/hoist/cmp/form';
|
|
2
|
+
import { AppOptionSpec, HoistModel, TaskObserver } from '@xh/hoist/core';
|
|
3
|
+
import { AppOption } from './AppOption';
|
|
4
|
+
/**
|
|
5
|
+
* Manages built-in setting of options.
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class OptionsDialogModel extends HoistModel {
|
|
9
|
+
xhImpl: boolean;
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
options: AppOption[];
|
|
12
|
+
loadTask: TaskObserver;
|
|
13
|
+
formModel: FormModel;
|
|
14
|
+
constructor();
|
|
15
|
+
init(): void;
|
|
16
|
+
setOptions(options: AppOptionSpec[]): void;
|
|
17
|
+
get hasOptions(): boolean;
|
|
18
|
+
get reloadRequired(): boolean;
|
|
19
|
+
show(): void;
|
|
20
|
+
hide(): void;
|
|
21
|
+
toggleVisibility(): void;
|
|
22
|
+
initAsync(): Promise<void>;
|
|
23
|
+
saveAsync(): Promise<void>;
|
|
24
|
+
doSaveAsync(): Promise<void>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HoistModel, PageState } from '@xh/hoist/core';
|
|
2
|
+
/**
|
|
3
|
+
* Implementation of PageState maintenance.
|
|
4
|
+
*
|
|
5
|
+
* Based on https://developer.chrome.com/blog/page-lifecycle-api/
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare class PageStateModel extends HoistModel {
|
|
10
|
+
xhImpl: boolean;
|
|
11
|
+
state: PageState;
|
|
12
|
+
constructor();
|
|
13
|
+
private setState;
|
|
14
|
+
private getLiveState;
|
|
15
|
+
private addListeners;
|
|
16
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { HoistModel } from '../core';
|
|
2
|
+
import { Router, State } from 'router5';
|
|
3
|
+
/**
|
|
4
|
+
* Top-level model for managing application routing in Hoist.
|
|
5
|
+
*
|
|
6
|
+
* This observable model uses Router5 (https://router5.js.org/) to manage the
|
|
7
|
+
* underlying routes, presenting them to the application as a set of MobX observables.
|
|
8
|
+
*/
|
|
9
|
+
export declare class RouterModel extends HoistModel {
|
|
10
|
+
/** Router5 state object representing the current state. */
|
|
11
|
+
currentState: State;
|
|
12
|
+
/** Underlying Router5 Router object implementing the routing state. */
|
|
13
|
+
router: Router;
|
|
14
|
+
/**
|
|
15
|
+
* Does the routing system already have a given route?
|
|
16
|
+
*/
|
|
17
|
+
hasRoute(routeName: string): boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Add routes to the router.
|
|
20
|
+
*
|
|
21
|
+
* @param routes - collection of router5 route spec.
|
|
22
|
+
* This method supports an additional keyword 'omit' on each spec, in order to allow declarative
|
|
23
|
+
* exclusion. Otherwise these are Router5 configs to be passed directly to the Router5 API.
|
|
24
|
+
*/
|
|
25
|
+
addRoutes(routes: object[]): void;
|
|
26
|
+
/**
|
|
27
|
+
* Add a routeName to the current route, preserving params
|
|
28
|
+
* @param routeName - the routeName to append
|
|
29
|
+
* @param newParams - additional params for this routeName to be merged with existing params.
|
|
30
|
+
*/
|
|
31
|
+
appendRoute(routeName: string, newParams?: object): import("router5/types/types/base").CancelFn;
|
|
32
|
+
/**
|
|
33
|
+
* Remove last routeName from the current route, preserving params
|
|
34
|
+
*/
|
|
35
|
+
popRoute(): import("router5/types/types/base").CancelFn;
|
|
36
|
+
constructor();
|
|
37
|
+
private setCurrentState;
|
|
38
|
+
private getRouteNames;
|
|
39
|
+
private createRouter;
|
|
40
|
+
private preprocessRoutes;
|
|
41
|
+
}
|