@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,8 @@
|
|
|
1
|
+
import { HoistProps, TestSupportProps } from '@xh/hoist/core';
|
|
2
|
+
import './DashContainer.scss';
|
|
3
|
+
import { DashContainerModel } from './DashContainerModel';
|
|
4
|
+
export type DashContainerProps = HoistProps<DashContainerModel> & TestSupportProps;
|
|
5
|
+
/**
|
|
6
|
+
* Display a set of child components in accordance with a DashContainerModel.
|
|
7
|
+
*/
|
|
8
|
+
export declare const DashContainer: import("react").FC<DashContainerProps>, dashContainer: import("@xh/hoist/core").ElementFactory<DashContainerProps>;
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { Persistable, PersistableState, PlainObject, RefreshMode, RenderMode, TaskObserver } from '@xh/hoist/core';
|
|
2
|
+
import { DashContainerViewModel } from '@xh/hoist/desktop/cmp/dash/container/DashContainerViewModel';
|
|
3
|
+
import { GoldenLayout } from '@xh/hoist/kit/golden-layout';
|
|
4
|
+
import { DashConfig, DashModel } from '../';
|
|
5
|
+
import { DashContainerViewSpec } from './DashContainerViewSpec';
|
|
6
|
+
export interface DashContainerConfig extends DashConfig<DashContainerViewSpec, DashContainerViewState> {
|
|
7
|
+
/** Strategy for rendering DashContainerViews. Can also be set per-view in `viewSpecs`*/
|
|
8
|
+
renderMode?: RenderMode;
|
|
9
|
+
/** Strategy for refreshing DashContainerViews. Can also be set per-view in `viewSpecs`*/
|
|
10
|
+
refreshMode?: RefreshMode;
|
|
11
|
+
/** True to include a button in each stack header showing the dash context menu. */
|
|
12
|
+
showMenuButton?: boolean;
|
|
13
|
+
/** Between items in pixels. */
|
|
14
|
+
margin?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Custom settings to be passed to the GoldenLayout instance.
|
|
17
|
+
* @see http://golden-layout.com/docs/Config.html
|
|
18
|
+
*/
|
|
19
|
+
goldenLayoutSettings?: PlainObject;
|
|
20
|
+
}
|
|
21
|
+
export interface DashContainerViewState {
|
|
22
|
+
type: 'row' | 'column' | 'stack' | 'view';
|
|
23
|
+
id?: string;
|
|
24
|
+
content?: DashContainerViewState[];
|
|
25
|
+
title?: string;
|
|
26
|
+
width?: number | string;
|
|
27
|
+
height?: number | string;
|
|
28
|
+
state?: PlainObject;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Model for a DashContainer, representing its contents and layout state.
|
|
32
|
+
*
|
|
33
|
+
* This model provides support for managing dash views, adding new views on the fly,
|
|
34
|
+
* and tracking / loading state.
|
|
35
|
+
*
|
|
36
|
+
* State should be structured as nested arrays of container objects, according to
|
|
37
|
+
* GoldenLayout's content config. Supported container types are `row`, `column` and `stack`.
|
|
38
|
+
* Child containers and views should be provided as an array under the `content` key.
|
|
39
|
+
*
|
|
40
|
+
* + `row` lay out its children horizontally.
|
|
41
|
+
* + `column` lays out its children vertically.
|
|
42
|
+
* + `stack` lays out its children as tabs. `stacks` can only contain `views` (more below)
|
|
43
|
+
*
|
|
44
|
+
* The children of `row` and `column` containers can be sized by providing width or height values.
|
|
45
|
+
* Numeric values represent relative sizes, expressed as a percentage of the available space.
|
|
46
|
+
* Pixel values can be provided as a string (e.g. '100px'), which will be converted to a relative
|
|
47
|
+
* size at parse time. Any unaccounted for space will be divided equally across the remaining children.
|
|
48
|
+
*
|
|
49
|
+
* We differ from GoldenLayout by offering a new type `view`. These should be configured as
|
|
50
|
+
* id references to the provided DashContainerViewSpec, e.g. `{type: `view`, id: ViewSpec.id}`.
|
|
51
|
+
* Use instead of the `component` and `react-component` types provided by GoldenLayout.
|
|
52
|
+
*
|
|
53
|
+
* Note that loading state will destroy and reinitialize all components - do so sparingly!
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* ```
|
|
57
|
+
* [{
|
|
58
|
+
* type: 'row',
|
|
59
|
+
* content: [
|
|
60
|
+
* // The first child of this row has pixel width of '200px'.
|
|
61
|
+
* // The column will take the remaining width.
|
|
62
|
+
* {
|
|
63
|
+
* type: 'stack',
|
|
64
|
+
* width: '200px',
|
|
65
|
+
* content: [
|
|
66
|
+
* {type: 'view', id: 'viewId'},
|
|
67
|
+
* {type: 'view', id: 'viewId'}
|
|
68
|
+
* ]
|
|
69
|
+
* },
|
|
70
|
+
* {
|
|
71
|
+
* type: 'column',
|
|
72
|
+
* content: [
|
|
73
|
+
* // Relative height of 40%. The remaining 60% will be split equally by the other views.
|
|
74
|
+
* {type: 'view', id: 'viewId', height: 40},
|
|
75
|
+
* {type: 'view', id: 'viewId'},
|
|
76
|
+
* {type: 'view', id: 'viewId'}
|
|
77
|
+
* ]
|
|
78
|
+
* }
|
|
79
|
+
* ]
|
|
80
|
+
* }]
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* @see http://golden-layout.com/docs/ItemConfig.html
|
|
84
|
+
* @see http://golden-layout.com/tutorials/getting-started-react.html
|
|
85
|
+
*/
|
|
86
|
+
export declare class DashContainerModel extends DashModel<DashContainerViewSpec, DashContainerViewState, DashContainerViewModel> implements Persistable<{
|
|
87
|
+
state: DashContainerViewState[];
|
|
88
|
+
}> {
|
|
89
|
+
showMenuButton: boolean;
|
|
90
|
+
renderMode: RenderMode;
|
|
91
|
+
refreshMode: RefreshMode;
|
|
92
|
+
goldenLayoutSettings: PlainObject;
|
|
93
|
+
margin: number;
|
|
94
|
+
get isEmpty(): boolean;
|
|
95
|
+
goldenLayout: GoldenLayout;
|
|
96
|
+
containerRef: import("react").RefObject<HTMLElement> & import("react").RefCallback<HTMLElement>;
|
|
97
|
+
loadingStateTask: TaskObserver;
|
|
98
|
+
private isDestroyingGoldenLayout;
|
|
99
|
+
constructor({ viewSpecs, viewSpecDefaults, initialState, renderMode, refreshMode, layoutLocked, contentLocked, renameLocked, showMenuButton, margin, goldenLayoutSettings, persistWith, emptyText, addViewButtonText, extraMenuItems }: DashContainerConfig);
|
|
100
|
+
/**
|
|
101
|
+
* Restore the initial state as specified by the application at construction time. This is the
|
|
102
|
+
* state without any persisted state or user changes applied.
|
|
103
|
+
*
|
|
104
|
+
* This method will clear the persistent state saved for this component, if any.
|
|
105
|
+
*/
|
|
106
|
+
restoreDefaultsAsync(): Promise<void>;
|
|
107
|
+
/** Load state into the DashContainer, recreating its layout and contents */
|
|
108
|
+
loadStateAsync(state: DashContainerViewState[]): Promise<void>;
|
|
109
|
+
/**
|
|
110
|
+
* Add a view to the container.
|
|
111
|
+
*
|
|
112
|
+
* @param specId - DashContainerViewSpec id to add to the container
|
|
113
|
+
* @param container - GoldenLayout container to add it to. If not provided, will be added to the root container.
|
|
114
|
+
* @param index - An optional index that determines at which position the new item should be added.
|
|
115
|
+
*/
|
|
116
|
+
addView(specId: string, container?: any, index?: number): void;
|
|
117
|
+
/**
|
|
118
|
+
* Remove a view from the container.
|
|
119
|
+
* @param id - DashContainerViewModel id to remove from the container
|
|
120
|
+
*/
|
|
121
|
+
removeView(id: string): void;
|
|
122
|
+
/**
|
|
123
|
+
* Initiate field renaming for a given view
|
|
124
|
+
* @param id - DashContainerViewModel id to rename
|
|
125
|
+
*/
|
|
126
|
+
renameView(id: string): void;
|
|
127
|
+
onResize(): void;
|
|
128
|
+
getViewSpec(id: string): DashContainerViewSpec;
|
|
129
|
+
getViewModel(id: string): DashContainerViewModel;
|
|
130
|
+
getPersistableState(): PersistableState<{
|
|
131
|
+
state: DashContainerViewState[];
|
|
132
|
+
}>;
|
|
133
|
+
setPersistableState(persistableState: PersistableState<{
|
|
134
|
+
state: DashContainerViewState[];
|
|
135
|
+
}>): void;
|
|
136
|
+
private updateState;
|
|
137
|
+
private publishState;
|
|
138
|
+
private onItemDestroyed;
|
|
139
|
+
private getItems;
|
|
140
|
+
private getItemsBySpecId;
|
|
141
|
+
private getItemByViewModel;
|
|
142
|
+
get viewState(): {};
|
|
143
|
+
private addViewModel;
|
|
144
|
+
private removeViewModel;
|
|
145
|
+
private onStackCreated;
|
|
146
|
+
private showContextMenu;
|
|
147
|
+
private refreshActiveViews;
|
|
148
|
+
private onStackActiveItemChange;
|
|
149
|
+
private updateTabHeaders;
|
|
150
|
+
private insertTitleForm;
|
|
151
|
+
private showTitleForm;
|
|
152
|
+
private hideTitleForm;
|
|
153
|
+
private createGoldenLayout;
|
|
154
|
+
private getTitleElement;
|
|
155
|
+
/**
|
|
156
|
+
* Generate and assign viewModelIds to each view in the provided state.
|
|
157
|
+
* Mutates existingIds to track used IDs.
|
|
158
|
+
*/
|
|
159
|
+
private withIds;
|
|
160
|
+
private destroyGoldenLayout;
|
|
161
|
+
destroy(): void;
|
|
162
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { DashContainerViewSpec, DashViewModel } from '@xh/hoist/desktop/cmp/dash';
|
|
2
|
+
import { DashViewConfig } from '../DashViewModel';
|
|
3
|
+
/**
|
|
4
|
+
* Model for a content item within a DashContainer.
|
|
5
|
+
*/
|
|
6
|
+
export declare class DashContainerViewModel extends DashViewModel<DashContainerViewSpec> {
|
|
7
|
+
hostNode: HTMLElement;
|
|
8
|
+
constructor(cfg: DashViewConfig<DashContainerViewSpec>);
|
|
9
|
+
destroy(): void;
|
|
10
|
+
/**
|
|
11
|
+
* @returns Empty div set to inherit all styling from its parent
|
|
12
|
+
*/
|
|
13
|
+
private createHostNode;
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DashViewSpec } from '@xh/hoist/desktop/cmp/dash/DashViewSpec';
|
|
2
|
+
import { RefreshMode, RenderMode } from '@xh/hoist/core';
|
|
3
|
+
/**
|
|
4
|
+
* Spec used to generate DashContainerViews and DashContainerViewModels.
|
|
5
|
+
*/
|
|
6
|
+
export interface DashContainerViewSpec extends DashViewSpec {
|
|
7
|
+
/**
|
|
8
|
+
* Strategy for rendering this DashContainerView. If null, will default to its container's
|
|
9
|
+
* mode. See enum for description of supported modes.
|
|
10
|
+
*/
|
|
11
|
+
renderMode?: RenderMode;
|
|
12
|
+
/**
|
|
13
|
+
* Strategy for refreshing this DashView. If null, will default to its container's mode.
|
|
14
|
+
* See enum for description of supported modes.
|
|
15
|
+
*/
|
|
16
|
+
refreshMode?: RefreshMode;
|
|
17
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DashContainerModel } from '../DashContainerModel';
|
|
2
|
+
/**
|
|
3
|
+
* Context menu for title bar/tabs of a stack in a DashContainer.
|
|
4
|
+
*
|
|
5
|
+
* Available view specs are listed in their defined order, optionally
|
|
6
|
+
* grouped by their `groupName` property
|
|
7
|
+
*
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
export declare const dashContainerContextMenu: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
11
|
+
/**
|
|
12
|
+
* 'Add View' menu button to display in an empty DashContainer.
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
export declare const dashContainerAddViewButton: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<DashContainerModel>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Button and popover for displaying the context menu. Apps can control whether this button is
|
|
3
|
+
* displayed via DashContainerModel's `showMenuButton` config.
|
|
4
|
+
*
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const dashContainerMenuButton: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DashContainerModel } from '@xh/hoist/desktop/cmp/dash';
|
|
2
|
+
import { DashContainerViewSpec } from '../DashContainerViewSpec';
|
|
3
|
+
import GoldenLayout from 'golden-layout';
|
|
4
|
+
/**
|
|
5
|
+
* Lookup the DashViewModel id of a rendered view
|
|
6
|
+
*/
|
|
7
|
+
export declare function getViewModelId(view: any): any;
|
|
8
|
+
/**
|
|
9
|
+
* Convert the output from Golden Layouts into our serializable state
|
|
10
|
+
*/
|
|
11
|
+
export declare function convertGLToState(goldenLayout: GoldenLayout, dashContainerModel: DashContainerModel): any[];
|
|
12
|
+
/**
|
|
13
|
+
* Convert our serializable state into GoldenLayout config
|
|
14
|
+
*/
|
|
15
|
+
export declare function convertStateToGL(state: any[], dashContainerModel: DashContainerModel): any;
|
|
16
|
+
export declare function goldenLayoutConfig(spec: DashContainerViewSpec, viewModelId: string): any;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DashContainerViewModel } from '../DashContainerViewModel';
|
|
2
|
+
/**
|
|
3
|
+
* Implementation component to show an item within a DashContainer. This component
|
|
4
|
+
* is used by DashContainer's internal implementation to:
|
|
5
|
+
*
|
|
6
|
+
* - Mount/unmount its contents according to `DashViewSpec.renderMode`.
|
|
7
|
+
* - Track and trigger refreshes according to `DashViewSpec.refreshMode`.
|
|
8
|
+
* - Stretch its contents using a flex layout.
|
|
9
|
+
*
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
export declare const dashContainerView: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<DashContainerViewModel>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './DashConfig';
|
|
2
|
+
export * from './DashModel';
|
|
3
|
+
export * from './DashViewModel';
|
|
4
|
+
export * from './DashViewSpec';
|
|
5
|
+
export * from './container/DashContainer';
|
|
6
|
+
export * from './container/DashContainerModel';
|
|
7
|
+
export * from './container/DashContainerViewSpec';
|
|
8
|
+
export * from './canvas/DashCanvas';
|
|
9
|
+
export * from './canvas/DashCanvasModel';
|
|
10
|
+
export * from './canvas/DashCanvasViewModel';
|
|
11
|
+
export * from './canvas/DashCanvasViewSpec';
|
|
12
|
+
export * from './canvas/widgetchooser/DashCanvasWidgetChooser';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { HoistProps } from '@xh/hoist/core';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { DockContainerModel } from './DockContainerModel';
|
|
4
|
+
export interface DockContainerProps extends HoistProps<DockContainerModel> {
|
|
5
|
+
/** True to style docked headers with reduced padding and font-size. */
|
|
6
|
+
compactHeaders?: boolean;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* DockContainer provides a user-friendly way to render multiple child components "docked" to its
|
|
10
|
+
* bottom edge. Each view is rendered with a configurable header and controls to allow the user to
|
|
11
|
+
* expand it, collapse it, or optionally "pop it out" into a modal dialog.
|
|
12
|
+
*
|
|
13
|
+
* This mirrors the behavior of the familiar Gmail "compose" window and is intended for similar
|
|
14
|
+
* use-cases such as detail panels and forms, where the user might wish to open multiple children
|
|
15
|
+
* in a non-modal and unobtrusive manner.
|
|
16
|
+
*
|
|
17
|
+
* Docked views are sized according to their content. It is recommended to provide the docked
|
|
18
|
+
* content with a fixed size.
|
|
19
|
+
*
|
|
20
|
+
* DockContainerModel configures all aspects of this container, including its views. See that class
|
|
21
|
+
* for more details.
|
|
22
|
+
*
|
|
23
|
+
* @see DockContainerModel
|
|
24
|
+
*/
|
|
25
|
+
export declare const DockContainer: import("react").FC<DockContainerProps>, dockContainer: import("@xh/hoist/core").ElementFactory<DockContainerProps>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { HoistModel, RefreshMode, RenderMode } from '@xh/hoist/core';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { DockViewModel, DockViewConfig } from './DockViewModel';
|
|
4
|
+
interface DockContainerConfig {
|
|
5
|
+
/** DockViewModel configs to be displayed. */
|
|
6
|
+
views?: DockViewConfig[];
|
|
7
|
+
/** Direction in which docked views build up as they are added to the container. */
|
|
8
|
+
direction?: DockViewDirection;
|
|
9
|
+
/** Strategy for rendering DockViews. Can also be set per-view via `DockViewModelConfig.renderMode` */
|
|
10
|
+
renderMode?: RenderMode;
|
|
11
|
+
/** Strategy for refreshing DockViews. Can also be set per-view via `DockViewModelConfig.refreshMode` */
|
|
12
|
+
refreshMode?: RefreshMode;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Model for a DockContainer, representing its contents.
|
|
16
|
+
*
|
|
17
|
+
* This object provides support for managing docked views, adding new views on the fly,
|
|
18
|
+
* and expanding / collapsing views programmatically.
|
|
19
|
+
*/
|
|
20
|
+
export declare class DockContainerModel extends HoistModel {
|
|
21
|
+
views: DockViewModel[];
|
|
22
|
+
direction: DockViewDirection;
|
|
23
|
+
renderMode: RenderMode;
|
|
24
|
+
refreshMode: RefreshMode;
|
|
25
|
+
constructor({ views, direction, renderMode, refreshMode }?: DockContainerConfig);
|
|
26
|
+
getView(id: string): DockViewModel;
|
|
27
|
+
addView(cfg: DockViewConfig): void;
|
|
28
|
+
removeView(id: string): void;
|
|
29
|
+
expandView(id: string): void;
|
|
30
|
+
collapseView(id: string): void;
|
|
31
|
+
}
|
|
32
|
+
type DockViewDirection = 'ltr' | 'rtl';
|
|
33
|
+
export {};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Content, Thunkable, HoistModel, RefreshContextModel, RefreshMode, RenderMode, Awaitable } from '@xh/hoist/core';
|
|
2
|
+
import { ModalSupportModel } from '@xh/hoist/desktop/cmp/modalsupport/ModalSupportModel';
|
|
3
|
+
import '@xh/hoist/desktop/register';
|
|
4
|
+
import { ReactElement } from 'react';
|
|
5
|
+
import { DockContainerModel } from './DockContainerModel';
|
|
6
|
+
export interface DockViewConfig {
|
|
7
|
+
/** Unique identifier for this DockViewModel. */
|
|
8
|
+
id: string;
|
|
9
|
+
/** Parent DockContainerModel. Provided by the container when constructing the model - no need to specify manually. */
|
|
10
|
+
containerModel?: DockContainerModel;
|
|
11
|
+
/** Title text added to the header. */
|
|
12
|
+
title?: string;
|
|
13
|
+
/** An icon placed at the left-side of the header. */
|
|
14
|
+
icon?: ReactElement;
|
|
15
|
+
/** Content to be rendered by this DockView. */
|
|
16
|
+
content: Content;
|
|
17
|
+
/** Width: if not set, will be determined by content. */
|
|
18
|
+
width?: string | number;
|
|
19
|
+
/** Height: if not set, will be determined by content. */
|
|
20
|
+
height?: string | number;
|
|
21
|
+
/** Width of collapsed header. If not set, width will be determined by the length of the title. */
|
|
22
|
+
collapsedWidth?: string | number;
|
|
23
|
+
/** Width when displayed in a modal dialog. If not set, will fall back on default `width`. */
|
|
24
|
+
dialogWidth?: string | number;
|
|
25
|
+
/** Height when displayed in a modal dialog. If not set, will fall back on default `height`. */
|
|
26
|
+
dialogHeight?: string | number;
|
|
27
|
+
/** Strategy for rendering this DockView. If null, will default to its container's mode. */
|
|
28
|
+
renderMode?: RenderMode;
|
|
29
|
+
/** Strategy for refreshing this DockView. If null, will default to its container's mode. */
|
|
30
|
+
refreshMode?: RefreshMode;
|
|
31
|
+
/** true to exclude this DockView. */
|
|
32
|
+
omit?: Thunkable<boolean>;
|
|
33
|
+
/** true (default) to initialise in dock, false to use Dialog. Respects allowDialog. */
|
|
34
|
+
docked?: boolean;
|
|
35
|
+
/** true to initialise collapsed, false (default) for expanded. */
|
|
36
|
+
collapsed?: boolean;
|
|
37
|
+
/** true (default) to allow removing from the dock entirely. */
|
|
38
|
+
allowClose?: boolean;
|
|
39
|
+
/** true (default) to allow popping out of the dock and displaying in a modal Dialog. */
|
|
40
|
+
allowDialog?: boolean;
|
|
41
|
+
/** Awaitable callback invoked on close. Return false to prevent close. */
|
|
42
|
+
onClose?: () => Awaitable<boolean | void>;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Model for a DockView within a DockContainer. Specifies the actual content (child component)
|
|
46
|
+
* to be rendered within the view and manages that content's collapsed and docked state.
|
|
47
|
+
*
|
|
48
|
+
* This model is not typically created directly within applications. Instead, specify a
|
|
49
|
+
* configuration for it via the `DockContainerModel.views` constructor config or via
|
|
50
|
+
* the `DockContainerModel.addView()` method.
|
|
51
|
+
*/
|
|
52
|
+
export declare class DockViewModel extends HoistModel {
|
|
53
|
+
id: string;
|
|
54
|
+
title: string;
|
|
55
|
+
icon: ReactElement;
|
|
56
|
+
docked: boolean;
|
|
57
|
+
collapsed: boolean;
|
|
58
|
+
content: Content;
|
|
59
|
+
width: string | number;
|
|
60
|
+
height: string | number;
|
|
61
|
+
collapsedWidth: string | number;
|
|
62
|
+
dialogWidth: string | number;
|
|
63
|
+
dialogHeight: string | number;
|
|
64
|
+
allowClose: boolean;
|
|
65
|
+
allowDialog: boolean;
|
|
66
|
+
onClose?: () => Awaitable<boolean | void>;
|
|
67
|
+
containerModel: DockContainerModel;
|
|
68
|
+
refreshContextModel: RefreshContextModel;
|
|
69
|
+
modalSupportModel: ModalSupportModel;
|
|
70
|
+
private _renderMode;
|
|
71
|
+
private _refreshMode;
|
|
72
|
+
get isActive(): boolean;
|
|
73
|
+
get renderMode(): RenderMode;
|
|
74
|
+
get refreshMode(): RefreshMode;
|
|
75
|
+
constructor({ id, containerModel, title, icon, content, width, height, collapsedWidth, dialogWidth, dialogHeight, refreshMode, renderMode, docked, collapsed, allowClose, allowDialog, onClose }: DockViewConfig);
|
|
76
|
+
toggleDocked(): void;
|
|
77
|
+
showInDialog(): void;
|
|
78
|
+
showInDock(): void;
|
|
79
|
+
toggleCollapsed(): void;
|
|
80
|
+
expand(): void;
|
|
81
|
+
collapse(): void;
|
|
82
|
+
close(): void;
|
|
83
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import '@xh/hoist/desktop/register';
|
|
2
|
+
import './Dock.scss';
|
|
3
|
+
import { DockContainerProps } from '../DockContainer';
|
|
4
|
+
/**
|
|
5
|
+
* Desktop implementation of DockContainer.
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare function dockContainerImpl({ model, className, compactHeaders, ...props }: DockContainerProps, ref: any): import("react").ReactElement<import("@xh/hoist/cmp/layout").BoxComponentProps, any>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DockViewModel } from '@xh/hoist/desktop/cmp/dock';
|
|
2
|
+
import { HoistProps } from '@xh/hoist/core';
|
|
3
|
+
import '@xh/hoist/desktop/register';
|
|
4
|
+
import './Dock.scss';
|
|
5
|
+
interface DockViewProps extends HoistProps<DockViewModel> {
|
|
6
|
+
/** True to style docked headers with reduced padding and font-size. */
|
|
7
|
+
compactHeaders?: boolean;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Wrapper for contents to be shown within a DockContainer.
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const dockView: import("@xh/hoist/core").ElementFactory<DockViewProps>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ErrorMessageProps } from '@xh/hoist/cmp/error';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
/**
|
|
4
|
+
* Desktop implementation of ErrorMessage.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const errorMessageImpl: import("@xh/hoist/core").ElementFactory<Omit<ErrorMessageProps, "error" | "actionFn" | "detailsFn">>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { BoxProps, HoistProps, Some } from '@xh/hoist/core';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
import './FileChooser.scss';
|
|
5
|
+
import { FileChooserModel } from './FileChooserModel';
|
|
6
|
+
export interface FileChooserProps extends HoistProps<FileChooserModel>, BoxProps {
|
|
7
|
+
/** File type(s) to accept (e.g. `['.doc', '.docx', '.pdf']`). */
|
|
8
|
+
accept?: Some<string>;
|
|
9
|
+
/** True (default) to allow multiple files in a single upload. */
|
|
10
|
+
enableMulti?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* True to allow user to drop multiple files into the dropzone at once. True also allows
|
|
13
|
+
* for selection of multiple files within the OS pop-up window. Defaults to enableMulti.
|
|
14
|
+
*/
|
|
15
|
+
enableAddMulti?: boolean;
|
|
16
|
+
/** Maximum accepted file size in bytes. */
|
|
17
|
+
maxSize?: number;
|
|
18
|
+
/** Minimum accepted file size in bytes. */
|
|
19
|
+
minSize?: number;
|
|
20
|
+
/**
|
|
21
|
+
* True (default) to display the selected file(s) in a grid alongside the dropzone. Note
|
|
22
|
+
* that, if false, the component will not provide any built-in indication of its selection.
|
|
23
|
+
*/
|
|
24
|
+
showFileGrid?: boolean;
|
|
25
|
+
/** Intro/help text to display within the dropzone target. */
|
|
26
|
+
targetText?: ReactNode;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A component to select one or more files from the local filesystem. Wraps the third-party
|
|
30
|
+
* react-dropzone component to provide both drag-and-drop and click-to-browse file selection.
|
|
31
|
+
* Expands upon this core functionality with an optional grid (enabled by default) displaying
|
|
32
|
+
* the list of selected files and allowing the user to remove files from the selection.
|
|
33
|
+
*
|
|
34
|
+
* This component should be provided with a FileChooserModel instance, as the model holds an
|
|
35
|
+
* observable collection of File objects and provides a public API to manipulate the selection.
|
|
36
|
+
*
|
|
37
|
+
* The application is responsible for processing the selected files (e.g. by uploading them to a
|
|
38
|
+
* server) and clearing the selection when complete.
|
|
39
|
+
*
|
|
40
|
+
* @see FileChooserModel
|
|
41
|
+
*/
|
|
42
|
+
export declare const FileChooser: import("react").FC<FileChooserProps>, fileChooser: import("@xh/hoist/core").ElementFactory<FileChooserProps>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import '@xh/hoist/desktop/register';
|
|
4
|
+
export declare class FileChooserModel extends HoistModel {
|
|
5
|
+
files: File[];
|
|
6
|
+
lastRejectedCount: number;
|
|
7
|
+
gridModel: GridModel;
|
|
8
|
+
constructor();
|
|
9
|
+
/**
|
|
10
|
+
* Add Files to the selection. Typically called by the component's embedded react-dropzone.
|
|
11
|
+
* Files will be de-duplicated by name, with a newly added file taking precedence over any
|
|
12
|
+
* existing file with the same name.
|
|
13
|
+
*/
|
|
14
|
+
addFiles(filesToAdd: File[]): void;
|
|
15
|
+
setSingleFile(file: File): void;
|
|
16
|
+
/** Remove a single file from the current selection. */
|
|
17
|
+
removeFileByName(name: string): void;
|
|
18
|
+
/** Clear the current selection. */
|
|
19
|
+
clear(): void;
|
|
20
|
+
private createGridModel;
|
|
21
|
+
onDrop(accepted: any, rejected: any, enableMulti: any): void;
|
|
22
|
+
onFilesChange(files: any): void;
|
|
23
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { FilterChooserModel } from '@xh/hoist/cmp/filter';
|
|
2
|
+
import { HoistProps, LayoutProps } from '@xh/hoist/core';
|
|
3
|
+
import '@xh/hoist/desktop/register';
|
|
4
|
+
import { ReactElement } from 'react';
|
|
5
|
+
import './FilterChooser.scss';
|
|
6
|
+
export interface FilterChooserProps extends HoistProps<FilterChooserModel>, LayoutProps {
|
|
7
|
+
/** True to focus the control on render. */
|
|
8
|
+
autoFocus?: boolean;
|
|
9
|
+
/** True to disable user interaction. */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
/** True to show a "clear" button at the right of the control. Defaults to true. */
|
|
12
|
+
enableClear?: boolean;
|
|
13
|
+
/** True to show count of filter tags next to the left icon. */
|
|
14
|
+
displayCount?: boolean;
|
|
15
|
+
/** Icon to display inline on the left side of the input. */
|
|
16
|
+
leftIcon?: ReactElement;
|
|
17
|
+
/** Max-height of dropdown. Either a number in pixels or a valid CSS string, such as '80vh'. */
|
|
18
|
+
maxMenuHeight?: number | string;
|
|
19
|
+
/** Placement of the dropdown menu relative to the input control. */
|
|
20
|
+
menuPlacement?: 'auto' | 'top' | 'bottom';
|
|
21
|
+
/** Width in pixels for the dropdown menu - if unspecified, defaults to control width. */
|
|
22
|
+
menuWidth?: number;
|
|
23
|
+
/** Text to display when control is empty. */
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
/** Icon clicked to launch favorites menu. (Defaults to Icon.favorite()) */
|
|
26
|
+
favoritesIcon?: ReactElement;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A Select based control for searching and choosing filters.
|
|
30
|
+
* @see FilterChooserModel
|
|
31
|
+
*/
|
|
32
|
+
export declare const FilterChooser: import("react").FC<FilterChooserProps>, filterChooser: import("@xh/hoist/core").ElementFactory<FilterChooserProps>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import '@xh/hoist/desktop/register';
|
|
2
|
+
import './PopoverFilterChooser.scss';
|
|
3
|
+
import { FilterChooserProps } from './FilterChooser';
|
|
4
|
+
/**
|
|
5
|
+
* A wrapper around a FilterChooser that renders in a popover when opened, allowing it to expand
|
|
6
|
+
* vertically beyond the height of a toolbar.
|
|
7
|
+
* @see FilterChooser
|
|
8
|
+
*/
|
|
9
|
+
export declare const PopoverFilterChooser: import("react").FC<FilterChooserProps>, popoverFilterChooser: import("@xh/hoist/core").ElementFactory<FilterChooserProps>;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { PopoverPosition, PopperBoundary } from '@blueprintjs/core';
|
|
2
|
+
import { BaseFormFieldProps } from '@xh/hoist/cmp/form';
|
|
3
|
+
import { HSide } from '@xh/hoist/core';
|
|
4
|
+
import '@xh/hoist/desktop/register';
|
|
5
|
+
import { ReactNode } from 'react';
|
|
6
|
+
import './FormField.scss';
|
|
7
|
+
export interface FormFieldProps extends BaseFormFieldProps {
|
|
8
|
+
/**
|
|
9
|
+
* Focus or toggle input when label is clicked.
|
|
10
|
+
* Defaulted from containing Form, or true.
|
|
11
|
+
*/
|
|
12
|
+
clickableLabel?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Layout field inline with label to the left.
|
|
15
|
+
* Defaulted from containing Form, or false.
|
|
16
|
+
*/
|
|
17
|
+
inline?: boolean;
|
|
18
|
+
/** Alignment of label text, default 'left'. */
|
|
19
|
+
labelTextAlign?: HSide;
|
|
20
|
+
/** Width of the label in pixels. */
|
|
21
|
+
labelWidth?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Signal a validation error by inserting a warning glyph in the far left side of the
|
|
24
|
+
* Input, if supported. (Currently TextField and NumberInput only.)
|
|
25
|
+
* Defaulted from containing Form, or false.
|
|
26
|
+
*/
|
|
27
|
+
leftErrorIcon?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Display validation messages in a tooltip, as opposed to inline within the component.
|
|
30
|
+
* Defaulted from containing Form, or false.
|
|
31
|
+
*/
|
|
32
|
+
minimal?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Minimal validation tooltip will try to fit within the corresponding boundary.
|
|
35
|
+
* @see https://blueprintjs.com/docs/#core/components/popover
|
|
36
|
+
*/
|
|
37
|
+
tooltipBoundary?: PopperBoundary;
|
|
38
|
+
/**
|
|
39
|
+
* Position for minimal validation tooltip.
|
|
40
|
+
* @see https://blueprintjs.com/docs/#core/components/popover
|
|
41
|
+
*/
|
|
42
|
+
tooltipPosition?: PopoverPosition;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Standardised wrapper around a HoistInput component for use in a form. FormField provides
|
|
46
|
+
* consistent layout, labelling, and optional display of validation messages for the field.
|
|
47
|
+
* FormField also supports an alternative read-only display of the bound data.
|
|
48
|
+
*
|
|
49
|
+
* This component is intended to be used within a `Form` component and bound to a 'FieldModel'
|
|
50
|
+
* within that Form's backing `FormModel`. FormField will set up the binding between its input and the
|
|
51
|
+
* FieldModel instance and can display validation messages, switch between read-only and disabled
|
|
52
|
+
* variants of its child, and source default props via the parent Form's `fieldDefaults` prop.
|
|
53
|
+
*
|
|
54
|
+
* This component is designed to work with an instance of `HoistInput` as its input, and makes use
|
|
55
|
+
* of many of HoistInput's props. For best results with a customized input, consider wrapping a
|
|
56
|
+
* HoistInput and passing all props along to it. At the very least, all custom inputs
|
|
57
|
+
* must accept 'model' and 'bind' props in order to show and edit data.
|
|
58
|
+
*
|
|
59
|
+
* FormFields can be sized and otherwise customized via standard layout props. They will
|
|
60
|
+
* adjust their child inputs to fill their available space (if appropriate given the input type),
|
|
61
|
+
* so the recommended approach is to specify any sizing on the FormField (as opposed to the input).
|
|
62
|
+
*/
|
|
63
|
+
export declare const FormField: import("react").FC<FormFieldProps>, formField: import("@xh/hoist/core").ElementFactory<FormFieldProps>;
|
|
64
|
+
export declare function defaultReadonlyRenderer(value: any): ReactNode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './FormField';
|