@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,216 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @internal
|
|
3
|
+
*/
|
|
4
|
+
export declare const DarkTheme: {
|
|
5
|
+
colors: string[];
|
|
6
|
+
chart: {
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
style: {
|
|
9
|
+
fontFamily: string;
|
|
10
|
+
};
|
|
11
|
+
plotBorderColor: string;
|
|
12
|
+
resetZoomButton: {
|
|
13
|
+
theme: {
|
|
14
|
+
fill: string;
|
|
15
|
+
stroke: string;
|
|
16
|
+
style: {
|
|
17
|
+
color: string;
|
|
18
|
+
};
|
|
19
|
+
r: number;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
title: {
|
|
24
|
+
style: {
|
|
25
|
+
color: string;
|
|
26
|
+
fontSize: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
subtitle: {
|
|
30
|
+
style: {
|
|
31
|
+
color: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
xAxis: {
|
|
35
|
+
gridLineColor: string;
|
|
36
|
+
gridLineWidth: number;
|
|
37
|
+
labels: {
|
|
38
|
+
style: {
|
|
39
|
+
color: string;
|
|
40
|
+
fontSize: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
lineColor: string;
|
|
44
|
+
minorGridLineColor: string;
|
|
45
|
+
tickColor: string;
|
|
46
|
+
tickLength: number;
|
|
47
|
+
title: {
|
|
48
|
+
style: {
|
|
49
|
+
color: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
yAxis: {
|
|
54
|
+
alternateGridColor: string;
|
|
55
|
+
gridLineColor: string;
|
|
56
|
+
labels: {
|
|
57
|
+
style: {
|
|
58
|
+
color: string;
|
|
59
|
+
fontSize: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
lineColor: string;
|
|
63
|
+
lineWidth: number;
|
|
64
|
+
minorGridLineColor: string;
|
|
65
|
+
tickColor: string;
|
|
66
|
+
tickLength: number;
|
|
67
|
+
tickWidth: number;
|
|
68
|
+
title: {
|
|
69
|
+
style: {
|
|
70
|
+
color: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
tooltip: {
|
|
75
|
+
backgroundColor: string;
|
|
76
|
+
borderColor: string;
|
|
77
|
+
style: {
|
|
78
|
+
color: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
plotOptions: {
|
|
82
|
+
series: {
|
|
83
|
+
dataLabels: {
|
|
84
|
+
color: string;
|
|
85
|
+
};
|
|
86
|
+
marker: {
|
|
87
|
+
lineColor: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
boxplot: {
|
|
91
|
+
fillColor: string;
|
|
92
|
+
};
|
|
93
|
+
candlestick: {
|
|
94
|
+
lineColor: string;
|
|
95
|
+
};
|
|
96
|
+
errorbar: {
|
|
97
|
+
color: string;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
legend: {
|
|
101
|
+
itemStyle: {
|
|
102
|
+
color: string;
|
|
103
|
+
};
|
|
104
|
+
itemHoverStyle: {
|
|
105
|
+
color: string;
|
|
106
|
+
};
|
|
107
|
+
itemHiddenStyle: {
|
|
108
|
+
color: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
labels: {
|
|
112
|
+
style: {
|
|
113
|
+
color: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
navigation: {
|
|
117
|
+
buttonOptions: {
|
|
118
|
+
symbolStroke: string;
|
|
119
|
+
symbolStrokeWidth: number;
|
|
120
|
+
symbolSize: number;
|
|
121
|
+
theme: {
|
|
122
|
+
fill: string;
|
|
123
|
+
'stroke-width': number;
|
|
124
|
+
stroke: string;
|
|
125
|
+
r: number;
|
|
126
|
+
states: {
|
|
127
|
+
hover: {
|
|
128
|
+
fill: string;
|
|
129
|
+
stroke: string;
|
|
130
|
+
};
|
|
131
|
+
select: {
|
|
132
|
+
fill: string;
|
|
133
|
+
stroke: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
menuStyle: {
|
|
139
|
+
background: string;
|
|
140
|
+
border: string;
|
|
141
|
+
padding: string;
|
|
142
|
+
boxShadow: string;
|
|
143
|
+
};
|
|
144
|
+
menuItemStyle: {
|
|
145
|
+
fontWeight: string;
|
|
146
|
+
background: string;
|
|
147
|
+
color: string;
|
|
148
|
+
};
|
|
149
|
+
menuItemHoverStyle: {
|
|
150
|
+
fontWeight: string;
|
|
151
|
+
background: string;
|
|
152
|
+
color: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
rangeSelector: {
|
|
156
|
+
buttonTheme: {
|
|
157
|
+
fill: string;
|
|
158
|
+
stroke: string;
|
|
159
|
+
'stroke-width': number;
|
|
160
|
+
style: {
|
|
161
|
+
color: string;
|
|
162
|
+
};
|
|
163
|
+
states: {
|
|
164
|
+
hover: {
|
|
165
|
+
fill: string;
|
|
166
|
+
stroke: string;
|
|
167
|
+
style: {
|
|
168
|
+
color: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
select: {
|
|
172
|
+
fill: string;
|
|
173
|
+
stroke: string;
|
|
174
|
+
style: {
|
|
175
|
+
color: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
inputBoxBorderColor: string;
|
|
181
|
+
inputStyle: {
|
|
182
|
+
backgroundColor: string;
|
|
183
|
+
color: string;
|
|
184
|
+
};
|
|
185
|
+
labelStyle: {
|
|
186
|
+
color: string;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
navigator: {
|
|
190
|
+
handles: {
|
|
191
|
+
backgroundColor: string;
|
|
192
|
+
borderColor: string;
|
|
193
|
+
};
|
|
194
|
+
outlineColor: string;
|
|
195
|
+
outlineWidth: number;
|
|
196
|
+
maskFill: string;
|
|
197
|
+
series: {
|
|
198
|
+
color: string;
|
|
199
|
+
lineColor: string;
|
|
200
|
+
fillOpacity: number;
|
|
201
|
+
};
|
|
202
|
+
xAxis: {
|
|
203
|
+
gridLineColor: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
scrollbar: {
|
|
207
|
+
barBackgroundColor: string;
|
|
208
|
+
barBorderColor: string;
|
|
209
|
+
buttonArrowColor: string;
|
|
210
|
+
buttonBackgroundColor: string;
|
|
211
|
+
buttonBorderColor: string;
|
|
212
|
+
rifleColor: string;
|
|
213
|
+
trackBackgroundColor: string;
|
|
214
|
+
trackBorderColor: string;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @internal
|
|
3
|
+
*/
|
|
4
|
+
export declare const LightTheme: {
|
|
5
|
+
chart: {
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
style: {
|
|
8
|
+
fontFamily: string;
|
|
9
|
+
};
|
|
10
|
+
plotBorderColor: string;
|
|
11
|
+
resetZoomButton: {
|
|
12
|
+
theme: {
|
|
13
|
+
fill: string;
|
|
14
|
+
stroke: string;
|
|
15
|
+
style: {
|
|
16
|
+
color: string;
|
|
17
|
+
};
|
|
18
|
+
r: number;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
title: {
|
|
23
|
+
style: {
|
|
24
|
+
color: string;
|
|
25
|
+
fontSize: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
subtitle: {
|
|
29
|
+
style: {
|
|
30
|
+
color: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
xAxis: {
|
|
34
|
+
gridLineColor: string;
|
|
35
|
+
gridLineWidth: number;
|
|
36
|
+
labels: {
|
|
37
|
+
style: {
|
|
38
|
+
color: string;
|
|
39
|
+
fontSize: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
lineColor: string;
|
|
43
|
+
tickColor: string;
|
|
44
|
+
tickLength: number;
|
|
45
|
+
title: {
|
|
46
|
+
style: {
|
|
47
|
+
color: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
yAxis: {
|
|
52
|
+
alternateGridColor: string;
|
|
53
|
+
gridLineColor: string;
|
|
54
|
+
labels: {
|
|
55
|
+
style: {
|
|
56
|
+
color: string;
|
|
57
|
+
fontSize: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
lineColor: string;
|
|
61
|
+
lineWidth: number;
|
|
62
|
+
tickColor: string;
|
|
63
|
+
tickLength: number;
|
|
64
|
+
tickWidth: number;
|
|
65
|
+
title: {
|
|
66
|
+
style: {
|
|
67
|
+
color: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
tooltip: {
|
|
72
|
+
backgroundColor: string;
|
|
73
|
+
borderColor: string;
|
|
74
|
+
style: {
|
|
75
|
+
color: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
legend: {
|
|
79
|
+
itemStyle: {
|
|
80
|
+
color: string;
|
|
81
|
+
};
|
|
82
|
+
itemHoverStyle: {
|
|
83
|
+
color: string;
|
|
84
|
+
};
|
|
85
|
+
itemHiddenStyle: {
|
|
86
|
+
color: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
labels: {
|
|
90
|
+
style: {
|
|
91
|
+
color: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
navigation: {
|
|
95
|
+
buttonOptions: {
|
|
96
|
+
symbolStroke: string;
|
|
97
|
+
symbolStrokeWidth: number;
|
|
98
|
+
symbolSize: number;
|
|
99
|
+
theme: {
|
|
100
|
+
fill: string;
|
|
101
|
+
'stroke-width': number;
|
|
102
|
+
stroke: string;
|
|
103
|
+
r: number;
|
|
104
|
+
states: {
|
|
105
|
+
hover: {
|
|
106
|
+
fill: string;
|
|
107
|
+
stroke: string;
|
|
108
|
+
};
|
|
109
|
+
select: {
|
|
110
|
+
fill: string;
|
|
111
|
+
stroke: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
menuStyle: {
|
|
117
|
+
background: string;
|
|
118
|
+
border: string;
|
|
119
|
+
padding: string;
|
|
120
|
+
boxShadow: string;
|
|
121
|
+
};
|
|
122
|
+
menuItemStyle: {
|
|
123
|
+
fontWeight: string;
|
|
124
|
+
background: string;
|
|
125
|
+
color: string;
|
|
126
|
+
};
|
|
127
|
+
menuItemHoverStyle: {
|
|
128
|
+
fontWeight: string;
|
|
129
|
+
background: string;
|
|
130
|
+
color: string;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
rangeSelector: {
|
|
134
|
+
buttonTheme: {
|
|
135
|
+
fill: string;
|
|
136
|
+
stroke: string;
|
|
137
|
+
'stroke-width': number;
|
|
138
|
+
style: {
|
|
139
|
+
color: string;
|
|
140
|
+
};
|
|
141
|
+
states: {
|
|
142
|
+
hover: {
|
|
143
|
+
fill: string;
|
|
144
|
+
stroke: string;
|
|
145
|
+
style: {
|
|
146
|
+
color: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
select: {
|
|
150
|
+
fill: string;
|
|
151
|
+
stroke: string;
|
|
152
|
+
style: {
|
|
153
|
+
color: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
inputBoxBorderColor: string;
|
|
159
|
+
inputStyle: {
|
|
160
|
+
backgroundColor: string;
|
|
161
|
+
color: string;
|
|
162
|
+
};
|
|
163
|
+
labelStyle: {
|
|
164
|
+
color: string;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
navigator: {
|
|
168
|
+
handles: {
|
|
169
|
+
backgroundColor: string;
|
|
170
|
+
borderColor: string;
|
|
171
|
+
};
|
|
172
|
+
outlineColor: string;
|
|
173
|
+
outlineWidth: number;
|
|
174
|
+
maskFill: string;
|
|
175
|
+
series: {
|
|
176
|
+
color: string;
|
|
177
|
+
lineColor: string;
|
|
178
|
+
};
|
|
179
|
+
xAxis: {
|
|
180
|
+
gridLineColor: string;
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
scrollbar: {
|
|
184
|
+
barBackgroundColor: string;
|
|
185
|
+
barBorderColor: string;
|
|
186
|
+
buttonArrowColor: string;
|
|
187
|
+
buttonBackgroundColor: string;
|
|
188
|
+
buttonBorderColor: string;
|
|
189
|
+
rifleColor: string;
|
|
190
|
+
trackBackgroundColor: string;
|
|
191
|
+
trackBorderColor: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { BoxProps, HoistProps } from '@xh/hoist/core';
|
|
2
|
+
export interface ClockProps extends HoistProps, BoxProps {
|
|
3
|
+
/** String to display if the timezone is invalid or an offset cannot be fetched. */
|
|
4
|
+
errorString?: string;
|
|
5
|
+
/** A moment.js format string. @see {@link https://momentjs.com/docs/#/displaying/format/} */
|
|
6
|
+
format?: string;
|
|
7
|
+
/** Prefix prepended to the displayed time. */
|
|
8
|
+
prefix?: string;
|
|
9
|
+
/** Suffix appended to the displayed time. */
|
|
10
|
+
suffix?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Timezone ID. The user's local system time will be used if omitted.
|
|
13
|
+
* @see {@link https://docs.oracle.com/middleware/12212/wcs/tag-ref/MISC/TimeZones.html}
|
|
14
|
+
*/
|
|
15
|
+
timezone?: string;
|
|
16
|
+
/** Frequency (ms) for updating the displayed time. Defaults to once a second. */
|
|
17
|
+
updateInterval?: number;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A component to display the current time.
|
|
21
|
+
*
|
|
22
|
+
* Automatically updates on a regular interval to stay current. Supports displaying time in an
|
|
23
|
+
* alternate timezone (fetching the requested zone offset from the server as required).
|
|
24
|
+
*/
|
|
25
|
+
export declare const Clock: import("react").FC<ClockProps>, clock: import("@xh/hoist/core").ElementFactory<ClockProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Clock';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HoistProps, LayoutProps, TestSupportProps } from '@xh/hoist/core';
|
|
2
|
+
import type { GridOptions } from '@xh/hoist/kit/ag-grid';
|
|
3
|
+
import './DataView.scss';
|
|
4
|
+
import { DataViewModel } from './DataViewModel';
|
|
5
|
+
export interface DataViewProps<M extends DataViewModel = DataViewModel> extends HoistProps<M>, LayoutProps, TestSupportProps {
|
|
6
|
+
/**
|
|
7
|
+
* Options for ag-Grid's API.
|
|
8
|
+
*
|
|
9
|
+
* This constitutes an 'escape hatch' for applications that need to get to the underlying
|
|
10
|
+
* ag-Grid API. It should be used with care. Settings made here might be overwritten and/or
|
|
11
|
+
* interfere with the implementation of this component and its use of the ag-Grid API.
|
|
12
|
+
*
|
|
13
|
+
* Note that changes to these options after the component's initial render will be ignored.
|
|
14
|
+
*/
|
|
15
|
+
agOptions?: GridOptions;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* A DataView is a specialized version of the Grid component. It displays its data within a
|
|
19
|
+
* single column, using a configured component for rendering each item.
|
|
20
|
+
*/
|
|
21
|
+
export declare const DataView: import("react").FC<DataViewProps<DataViewModel>>, dataView: import("@xh/hoist/core").ElementFactory<DataViewProps<DataViewModel>>;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { RowClickedEvent, RowDoubleClickedEvent, RowHeightParams } from '@xh/hoist/kit/ag-grid';
|
|
2
|
+
import { ColumnRenderer, GridConfig, GridModel, GroupRowRenderer, RowClassFn, RowClassRuleFn, GridSorterLike, GridContextMenuSpec, GridGroupSortFn } from '@xh/hoist/cmp/grid';
|
|
3
|
+
import { HoistModel, LoadSpec, PlainObject, Some } from '@xh/hoist/core';
|
|
4
|
+
import { Store, StoreConfig, StoreRecord, StoreRecordOrId, StoreSelectionConfig, StoreSelectionModel, StoreTransaction } from '@xh/hoist/data';
|
|
5
|
+
import { ReactNode } from 'react';
|
|
6
|
+
/**
|
|
7
|
+
* Configuration for a DataView.
|
|
8
|
+
*/
|
|
9
|
+
export interface DataViewConfig {
|
|
10
|
+
/** A Store instance, or a config to create one. */
|
|
11
|
+
store?: Store | StoreConfig;
|
|
12
|
+
/** Renderer to use for each data row. */
|
|
13
|
+
renderer?: ColumnRenderer;
|
|
14
|
+
/** Row height (in px) for each item displayed in the view, or a function which returns a number.*/
|
|
15
|
+
itemHeight?: number | ItemHeightFn;
|
|
16
|
+
/** Field(s) by which to do full-width row grouping. */
|
|
17
|
+
groupBy?: Some<string>;
|
|
18
|
+
/** Height (in px) of a group row. */
|
|
19
|
+
groupRowHeight?: number;
|
|
20
|
+
/** Function used to render group rows. */
|
|
21
|
+
groupRowRenderer?: GroupRowRenderer;
|
|
22
|
+
/** True (default) to show a count of group member rows within each full-width group row. */
|
|
23
|
+
showGroupRowCounts?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Function to use to sort full-row groups. Called with two group values to compare
|
|
26
|
+
* in the form of a standard JS comparator. Default is an ascending string sort.
|
|
27
|
+
* Set to `null` to prevent sorting of groups.
|
|
28
|
+
*/
|
|
29
|
+
groupSortFn?: GridGroupSortFn;
|
|
30
|
+
/** Sort specification. */
|
|
31
|
+
sortBy?: Some<GridSorterLike>;
|
|
32
|
+
/** Specification of selection behavior. Defaults to 'single' (desktop) and 'disabled' (mobile) */
|
|
33
|
+
selModel?: StoreSelectionModel | StoreSelectionConfig | 'single' | 'multiple' | 'disabled';
|
|
34
|
+
/** Text/HTML to display if view has no records.*/
|
|
35
|
+
emptyText?: ReactNode;
|
|
36
|
+
/** True (default) to hide empty text until after the Store has been loaded at least once. */
|
|
37
|
+
hideEmptyTextBeforeLoad?: boolean;
|
|
38
|
+
/** True to highlight the currently hovered row.*/
|
|
39
|
+
showHover?: boolean;
|
|
40
|
+
/** True to render row borders.*/
|
|
41
|
+
rowBorders?: boolean;
|
|
42
|
+
/** True to use alternating backgrounds for rows.*/
|
|
43
|
+
stripeRows?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Array of RecordActions, dividers, or token strings with which to create a context menu.
|
|
46
|
+
* May also be specified as a function returning same.
|
|
47
|
+
*/
|
|
48
|
+
contextMenu?: GridContextMenuSpec;
|
|
49
|
+
/**
|
|
50
|
+
* Closure to generate CSS class names for a row.
|
|
51
|
+
* NOTE that, once added, classes will *not* be removed if the data changes.
|
|
52
|
+
* Use `rowClassRules` instead if StoreRecord data can change across refreshes.
|
|
53
|
+
*/
|
|
54
|
+
rowClassFn?: RowClassFn;
|
|
55
|
+
/**
|
|
56
|
+
* Object keying CSS class names to functions determining if they should be added or
|
|
57
|
+
* removed from the row. See Ag-Grid docs on "row styles" for details.
|
|
58
|
+
*/
|
|
59
|
+
rowClassRules?: Record<string, RowClassRuleFn>;
|
|
60
|
+
/**
|
|
61
|
+
* Callback when a row is clicked. (Note that the event received may be null - e.g. for clicks
|
|
62
|
+
* on full-width group rows.)
|
|
63
|
+
*/
|
|
64
|
+
onRowClicked?: (e: RowClickedEvent) => void;
|
|
65
|
+
/**
|
|
66
|
+
* Callback when a row is double-clicked. (Note that the event received may be null - e.g. for
|
|
67
|
+
* clicks on full-width group rows.)
|
|
68
|
+
*/
|
|
69
|
+
onRowDoubleClicked?: (e: RowDoubleClickedEvent) => void;
|
|
70
|
+
/**
|
|
71
|
+
* "Escape hatch" object to pass directly to GridModel. Note these options may be used
|
|
72
|
+
* / overwritten by the framework itself, and are not all guaranteed to be compatible
|
|
73
|
+
* with its usages of GridModel.
|
|
74
|
+
*/
|
|
75
|
+
gridOptions?: Omit<GridConfig, keyof DataViewConfig>;
|
|
76
|
+
}
|
|
77
|
+
export type ItemHeightFn = (params: {
|
|
78
|
+
record: StoreRecord;
|
|
79
|
+
dataViewModel: DataViewModel;
|
|
80
|
+
agParams: RowHeightParams;
|
|
81
|
+
}) => number;
|
|
82
|
+
/**
|
|
83
|
+
* DataViewModel is a wrapper around GridModel, which shows sorted data in a single column,
|
|
84
|
+
* using a configured component for rendering each item.
|
|
85
|
+
*
|
|
86
|
+
* This is the primary app entry-point for specifying DataView component options and behavior.
|
|
87
|
+
*/
|
|
88
|
+
export declare class DataViewModel extends HoistModel {
|
|
89
|
+
gridModel: GridModel;
|
|
90
|
+
itemHeight: number | ItemHeightFn;
|
|
91
|
+
groupRowHeight: number;
|
|
92
|
+
constructor(config: DataViewConfig);
|
|
93
|
+
get store(): Store;
|
|
94
|
+
get empty(): boolean;
|
|
95
|
+
get selModel(): StoreSelectionModel;
|
|
96
|
+
get hasSelection(): boolean;
|
|
97
|
+
get selectedRecords(): StoreRecord[];
|
|
98
|
+
get selectedRecord(): StoreRecord;
|
|
99
|
+
get selectedId(): import("@xh/hoist/data").StoreRecordId;
|
|
100
|
+
get groupBy(): string[];
|
|
101
|
+
get sortBy(): import("@xh/hoist/cmp/grid").GridSorter[];
|
|
102
|
+
selectAsync(records: Some<StoreRecordOrId>, opts?: {
|
|
103
|
+
ensureVisible?: boolean;
|
|
104
|
+
clearSelection?: boolean;
|
|
105
|
+
}): Promise<void>;
|
|
106
|
+
preSelectFirstAsync(): Promise<void>;
|
|
107
|
+
selectFirstAsync(opts?: {
|
|
108
|
+
ensureVisible?: boolean;
|
|
109
|
+
}): Promise<void>;
|
|
110
|
+
ensureSelectionVisibleAsync(): Promise<void>;
|
|
111
|
+
doLoadAsync(loadSpec: LoadSpec): Promise<any>;
|
|
112
|
+
loadData(rawData: any[], rawSummaryData?: PlainObject): void;
|
|
113
|
+
updateData(rawData: PlainObject[] | StoreTransaction): import("@xh/hoist/data").StoreChangeLog;
|
|
114
|
+
clear(): void;
|
|
115
|
+
setGroupBy(colIds: Some<string>): void;
|
|
116
|
+
setSortBy(sorters: Some<GridSorterLike>): void;
|
|
117
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ErrorBoundaryModel } from './ErrorBoundaryModel';
|
|
2
|
+
/**
|
|
3
|
+
* A wrapper component that will catch an otherwise unhandled React lifecycle error from any child
|
|
4
|
+
* component, preventing such an error from bringing down the entire app. Upon catching an error,
|
|
5
|
+
* this comp will swap out its children with an `ErrorMessage` component (or other configured
|
|
6
|
+
* renderer), giving the user the chance to report the exception and optionally try again.
|
|
7
|
+
*
|
|
8
|
+
* This wrapper will automatically only catch and handle exceptions that occur during the React
|
|
9
|
+
* lifecycle, but applications that wish to use this component to display other caught exceptions
|
|
10
|
+
* may explicitly use it to handle those exceptions.
|
|
11
|
+
*/
|
|
12
|
+
export declare const ErrorBoundary: import("react").FC<import("@xh/hoist/core").DefaultHoistProps<ErrorBoundaryModel>>, errorBoundary: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ErrorBoundaryModel>>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ExceptionHandlerOptions, HoistModel } from '@xh/hoist/core';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
export interface ErrorBoundaryConfig {
|
|
4
|
+
/**
|
|
5
|
+
* Config for {@link XH.handleException}, or a custom function to handle any error caught by
|
|
6
|
+
* the boundary. Defaults to `{showAlert: false}`.
|
|
7
|
+
*/
|
|
8
|
+
errorHandler?: ExceptionHandlerOptions | ((e: unknown) => void);
|
|
9
|
+
/**
|
|
10
|
+
* Function to render any error caught by the boundary - return will be rendered in lieu of the
|
|
11
|
+
* component's normal children. Defaults to a platform-appropriate {@link ErrorMessage}.
|
|
12
|
+
*/
|
|
13
|
+
errorRenderer?: (e: unknown) => ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export declare class ErrorBoundaryModel extends HoistModel {
|
|
16
|
+
errorHandler: ExceptionHandlerOptions | ((e: unknown) => void);
|
|
17
|
+
errorRenderer: (e: unknown) => ReactNode;
|
|
18
|
+
/**
|
|
19
|
+
* Caught error being displayed instead of the content.
|
|
20
|
+
* Null if content rendering normally.
|
|
21
|
+
*/
|
|
22
|
+
error: unknown;
|
|
23
|
+
constructor(config?: ErrorBoundaryConfig);
|
|
24
|
+
/**
|
|
25
|
+
* Handle the exception and replace the contents of the component with a rendered error.
|
|
26
|
+
*
|
|
27
|
+
* This method does not need to be called for React Lifecycle events that occur within its
|
|
28
|
+
* rendered content - that is handled automatically by the component. It is publicly available
|
|
29
|
+
* for apps that wish to use this component to handle and display other caught exceptions.
|
|
30
|
+
*
|
|
31
|
+
* For exceptions that have already been handled, call {@link showError} instead.
|
|
32
|
+
*/
|
|
33
|
+
handleError(e: unknown): void;
|
|
34
|
+
/**
|
|
35
|
+
* Replace the contents of the component with a rendered error.
|
|
36
|
+
*
|
|
37
|
+
* Note that unlike {@link handleError} this method will *not* report or take any other action
|
|
38
|
+
* on the error. It is intended for use with exceptions that have already been handled.
|
|
39
|
+
*/
|
|
40
|
+
showError(e: unknown): void;
|
|
41
|
+
/** Reset this component to clear the current error and attempt to re-render its contents. */
|
|
42
|
+
clear(): void;
|
|
43
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { BoxProps, HoistProps } from '@xh/hoist/core';
|
|
2
|
+
import type { ButtonProps as DesktopButtonProps } from '@xh/hoist/desktop/cmp/button';
|
|
3
|
+
import type { ButtonProps as MobileButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
4
|
+
import { ReactNode } from 'react';
|
|
5
|
+
import './ErrorMessage.scss';
|
|
6
|
+
export interface ErrorMessageProps extends HoistProps, Omit<BoxProps, 'title'> {
|
|
7
|
+
/**
|
|
8
|
+
* If provided, will render a "Retry" button that calls this function.
|
|
9
|
+
* Use `actionButtonProps` for further control over this button.
|
|
10
|
+
*/
|
|
11
|
+
actionFn?: (error: unknown) => void;
|
|
12
|
+
/**
|
|
13
|
+
* If provided, component will render an inline action button - prompting to user to take some
|
|
14
|
+
* action that might resolve the error, such as retrying a failed data load.
|
|
15
|
+
*/
|
|
16
|
+
actionButtonProps?: DesktopButtonProps | MobileButtonProps;
|
|
17
|
+
/**
|
|
18
|
+
* If provided, will render a "Details" button that calls this function.
|
|
19
|
+
* Use `detailsButtonProps` for further control over this button. Default false.
|
|
20
|
+
*/
|
|
21
|
+
detailsFn?: (error: unknown) => void;
|
|
22
|
+
/**
|
|
23
|
+
* If provided, component will render an inline details button.
|
|
24
|
+
*/
|
|
25
|
+
detailsButtonProps?: DesktopButtonProps | MobileButtonProps;
|
|
26
|
+
/**
|
|
27
|
+
* Error to display. If undefined, this component will look for an error property on its model.
|
|
28
|
+
* If no error is found, this component will not be displayed.
|
|
29
|
+
*/
|
|
30
|
+
error?: unknown;
|
|
31
|
+
/**
|
|
32
|
+
* Message to display for the error.
|
|
33
|
+
* Defaults to the error, or any 'message' property contained within it.
|
|
34
|
+
*/
|
|
35
|
+
message?: ReactNode;
|
|
36
|
+
/** Optional title to display above the message. */
|
|
37
|
+
title?: ReactNode;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Component for displaying an error with standardized styling.
|
|
41
|
+
*/
|
|
42
|
+
export declare const ErrorMessage: import("react").FC<ErrorMessageProps>, errorMessage: import("@xh/hoist/core").ElementFactory<ErrorMessageProps>;
|