@xh/hoist 82.0.1 → 82.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/types/admin/AdminUtils.d.ts +11 -0
- package/build/types/admin/AppComponent.d.ts +3 -0
- package/build/types/admin/AppModel.d.ts +19 -0
- package/build/types/admin/columns/Clients.d.ts +8 -0
- package/build/types/admin/columns/Core.d.ts +9 -0
- package/build/types/admin/columns/Rest.d.ts +6 -0
- package/build/types/admin/columns/Tracking.d.ts +32 -0
- package/build/types/admin/columns/User.d.ts +9 -0
- package/build/types/admin/columns/UserData.d.ts +7 -0
- package/build/types/admin/columns/index.d.ts +6 -0
- package/build/types/admin/differ/Differ.d.ts +2 -0
- package/build/types/admin/differ/DifferDetail.d.ts +3 -0
- package/build/types/admin/differ/DifferDetailModel.d.ts +17 -0
- package/build/types/admin/differ/DifferModel.d.ts +52 -0
- package/build/types/admin/jsonsearch/JsonSearch.d.ts +17 -0
- package/build/types/admin/jsonsearch/impl/JsonSearchImplModel.d.ts +32 -0
- package/build/types/admin/regroup/RegroupDialog.d.ts +2 -0
- package/build/types/admin/regroup/RegroupDialogModel.d.ts +20 -0
- package/build/types/admin/tabs/BaseAdminTabModel.d.ts +5 -0
- package/build/types/admin/tabs/activity/aggregators/RangeAggregator.d.ts +8 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingModel.d.ts +62 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingPanel.d.ts +3 -0
- package/build/types/admin/tabs/activity/tracking/chart/AggChartModel.d.ts +34 -0
- package/build/types/admin/tabs/activity/tracking/chart/AggChartPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/datafields/DataFieldsEditor.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/datafields/DataFieldsEditorModel.d.ts +46 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailModel.d.ts +41 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailView.d.ts +2 -0
- package/build/types/admin/tabs/clients/ClientsModel.d.ts +19 -0
- package/build/types/admin/tabs/clients/ClientsPanel.d.ts +2 -0
- package/build/types/admin/tabs/clients/activity/ClientDetailModel.d.ts +21 -0
- package/build/types/admin/tabs/clients/activity/ClientDetailPanel.d.ts +3 -0
- package/build/types/admin/tabs/cluster/index.d.ts +3 -0
- package/build/types/admin/tabs/cluster/instances/BaseInstanceModel.d.ts +9 -0
- package/build/types/admin/tabs/cluster/instances/InstancesTab.d.ts +4 -0
- package/build/types/admin/tabs/cluster/instances/InstancesTabModel.d.ts +27 -0
- package/build/types/admin/tabs/cluster/instances/connpool/ConnPoolMonitorModel.d.ts +15 -0
- package/build/types/admin/tabs/cluster/instances/connpool/ConnPoolMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/environment/ServerEnvModel.d.ts +12 -0
- package/build/types/admin/tabs/cluster/instances/environment/ServerEnvPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogDisplay.d.ts +6 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogDisplayModel.d.ts +34 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogViewer.d.ts +3 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogViewerModel.d.ts +24 -0
- package/build/types/admin/tabs/cluster/instances/logs/levels/LogLevelDialog.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/logs/levels/LogLevelDialogModel.d.ts +13 -0
- package/build/types/admin/tabs/cluster/instances/memory/MemoryMonitorModel.d.ts +34 -0
- package/build/types/admin/tabs/cluster/instances/memory/MemoryMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/services/DetailsModel.d.ts +11 -0
- package/build/types/admin/tabs/cluster/instances/services/DetailsPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/services/ServiceModel.d.ts +16 -0
- package/build/types/admin/tabs/cluster/instances/services/ServicePanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/metrics/MetricsModel.d.ts +22 -0
- package/build/types/admin/tabs/cluster/metrics/MetricsPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/objects/ClusterObjectsModel.d.ts +29 -0
- package/build/types/admin/tabs/cluster/objects/ClusterObjectsPanel.d.ts +3 -0
- package/build/types/admin/tabs/cluster/objects/DetailModel.d.ts +17 -0
- package/build/types/admin/tabs/cluster/objects/DetailPanel.d.ts +3 -0
- package/build/types/admin/tabs/general/about/AboutPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerModel.d.ts +25 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerPanel.d.ts +3 -0
- package/build/types/admin/tabs/general/config/ConfigPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/config/ConfigPanelModel.d.ts +20 -0
- package/build/types/admin/tabs/general/index.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorColumns.d.ts +7 -0
- package/build/types/admin/tabs/monitor/MonitorTab.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorTabModel.d.ts +29 -0
- package/build/types/admin/tabs/monitor/Tile.d.ts +2 -0
- package/build/types/admin/tabs/monitor/Types.d.ts +25 -0
- package/build/types/admin/tabs/monitor/editor/MonitorEditorDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/index.d.ts +4 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobColumns.d.ts +8 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobModel.d.ts +14 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobPanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/UserPreferenceModel.d.ts +8 -0
- package/build/types/admin/tabs/userData/prefs/UserPreferencePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/editor/PrefEditorDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/editor/PrefEditorModel.d.ts +16 -0
- package/build/types/admin/tabs/userData/roles/RoleModel.d.ts +44 -0
- package/build/types/admin/tabs/userData/roles/RolePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/roles/Types.d.ts +43 -0
- package/build/types/admin/tabs/userData/roles/details/RoleDetails.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/details/RoleDetailsModel.d.ts +15 -0
- package/build/types/admin/tabs/userData/roles/details/members/BaseMembersModel.d.ts +25 -0
- package/build/types/admin/tabs/userData/roles/details/members/DirectoryMembers.d.ts +13 -0
- package/build/types/admin/tabs/userData/roles/details/members/RoleMembers.d.ts +16 -0
- package/build/types/admin/tabs/userData/roles/details/members/UserMembers.d.ts +15 -0
- package/build/types/admin/tabs/userData/roles/editor/RoleEditor.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/editor/RoleEditorModel.d.ts +23 -0
- package/build/types/admin/tabs/userData/roles/editor/form/RoleForm.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/editor/form/RoleFormModel.d.ts +38 -0
- package/build/types/admin/tabs/userData/roles/graph/RoleGraph.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/graph/RoleGraphModel.d.ts +24 -0
- package/build/types/admin/tabs/userData/roles/recategorize/RecategorizeDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/roles/recategorize/RecategorizeDialogModel.d.ts +31 -0
- package/build/types/admin/tabs/userData/roles/warning/WarningBanner.d.ts +7 -0
- package/build/types/admin/tabs/userData/users/UserModel.d.ts +12 -0
- package/build/types/admin/tabs/userData/users/UserPanel.d.ts +2 -0
- package/build/types/appcontainer/AboutDialogModel.d.ts +14 -0
- package/build/types/appcontainer/AppContainerModel.d.ts +93 -0
- package/build/types/appcontainer/AppOption.d.ts +23 -0
- package/build/types/appcontainer/AppStateModel.d.ts +28 -0
- package/build/types/appcontainer/BannerModel.d.ts +26 -0
- package/build/types/appcontainer/BannerSourceModel.d.ts +15 -0
- package/build/types/appcontainer/ChangelogDialogModel.d.ts +9 -0
- package/build/types/appcontainer/ExceptionDialogModel.d.ts +30 -0
- package/build/types/appcontainer/FeedbackDialogModel.d.ts +21 -0
- package/build/types/appcontainer/ImpersonationBarModel.d.ts +22 -0
- package/build/types/appcontainer/MessageModel.d.ts +37 -0
- package/build/types/appcontainer/MessageSourceModel.d.ts +17 -0
- package/build/types/appcontainer/OptionsDialogModel.d.ts +25 -0
- package/build/types/appcontainer/PageStateModel.d.ts +16 -0
- package/build/types/appcontainer/RouterModel.d.ts +41 -0
- package/build/types/appcontainer/SizingModeModel.d.ts +13 -0
- package/build/types/appcontainer/ThemeModel.d.ts +13 -0
- package/build/types/appcontainer/ToastModel.d.ts +27 -0
- package/build/types/appcontainer/ToastSourceModel.d.ts +13 -0
- package/build/types/appcontainer/UserAgentModel.d.ts +13 -0
- package/build/types/appcontainer/ViewportSizeModel.d.ts +19 -0
- package/build/types/appcontainer/login/LoginPanelModel.d.ts +15 -0
- package/build/types/cmp/ag-grid/AgGrid.d.ts +30 -0
- package/build/types/cmp/ag-grid/AgGridModel.d.ts +180 -0
- package/build/types/cmp/ag-grid/index.d.ts +2 -0
- package/build/types/cmp/badge/Badge.d.ts +12 -0
- package/build/types/cmp/badge/index.d.ts +1 -0
- package/build/types/cmp/card/Card.d.ts +23 -0
- package/build/types/cmp/card/CardModel.d.ts +29 -0
- package/build/types/cmp/card/index.d.ts +1 -0
- package/build/types/cmp/chart/Chart.d.ts +17 -0
- package/build/types/cmp/chart/ChartModel.d.ts +55 -0
- package/build/types/cmp/chart/Types.d.ts +20 -0
- package/build/types/cmp/chart/impl/ChartContextMenuItems.d.ts +4 -0
- package/build/types/cmp/chart/impl/copyToClipboard.d.ts +5 -0
- package/build/types/cmp/chart/impl/zoomout.d.ts +5 -0
- package/build/types/cmp/chart/index.d.ts +2 -0
- package/build/types/cmp/chart/theme/Dark.d.ts +216 -0
- package/build/types/cmp/chart/theme/Light.d.ts +193 -0
- package/build/types/cmp/clock/Clock.d.ts +25 -0
- package/build/types/cmp/clock/index.d.ts +1 -0
- package/build/types/cmp/dataview/DataView.d.ts +21 -0
- package/build/types/cmp/dataview/DataViewModel.d.ts +117 -0
- package/build/types/cmp/dataview/index.d.ts +2 -0
- package/build/types/cmp/error/ErrorBoundary.d.ts +12 -0
- package/build/types/cmp/error/ErrorBoundaryModel.d.ts +43 -0
- package/build/types/cmp/error/ErrorMessage.d.ts +42 -0
- package/build/types/cmp/error/index.d.ts +3 -0
- package/build/types/cmp/filter/FilterChooserFieldSpec.d.ts +39 -0
- package/build/types/cmp/filter/FilterChooserModel.d.ts +147 -0
- package/build/types/cmp/filter/impl/Option.d.ts +47 -0
- package/build/types/cmp/filter/impl/QueryEngine.d.ts +29 -0
- package/build/types/cmp/filter/index.d.ts +1 -0
- package/build/types/cmp/form/BaseFormFieldProps.d.ts +33 -0
- package/build/types/cmp/form/Form.d.ts +41 -0
- package/build/types/cmp/form/FormModel.d.ts +130 -0
- package/build/types/cmp/form/field/BaseFieldModel.d.ts +159 -0
- package/build/types/cmp/form/field/FieldModel.d.ts +11 -0
- package/build/types/cmp/form/field/SubformsFieldModel.d.ts +70 -0
- package/build/types/cmp/form/formfieldset/FormFieldSet.d.ts +17 -0
- package/build/types/cmp/form/formfieldset/FormFieldSetModel.d.ts +40 -0
- package/build/types/cmp/form/index.d.ts +8 -0
- package/build/types/cmp/grid/Grid.d.ts +143 -0
- package/build/types/cmp/grid/GridAutosizeOptions.d.ts +49 -0
- package/build/types/cmp/grid/GridContextMenu.d.ts +28 -0
- package/build/types/cmp/grid/GridModel.d.ts +624 -0
- package/build/types/cmp/grid/GridSorter.d.ts +23 -0
- package/build/types/cmp/grid/Types.d.ts +285 -0
- package/build/types/cmp/grid/columns/Column.d.ts +380 -0
- package/build/types/cmp/grid/columns/ColumnGroup.d.ts +66 -0
- package/build/types/cmp/grid/columns/Core.d.ts +9 -0
- package/build/types/cmp/grid/columns/DatesTimes.d.ts +12 -0
- package/build/types/cmp/grid/columns/index.d.ts +4 -0
- package/build/types/cmp/grid/enums/ExcelFormat.d.ts +33 -0
- package/build/types/cmp/grid/enums/GridAutosizeMode.d.ts +24 -0
- package/build/types/cmp/grid/enums/TreeStyle.d.ts +15 -0
- package/build/types/cmp/grid/filter/GridFilterFieldSpec.d.ts +39 -0
- package/build/types/cmp/grid/filter/GridFilterModel.d.ts +44 -0
- package/build/types/cmp/grid/helpers/GridCountLabel.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnGroupHeader.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnHeader.d.ts +54 -0
- package/build/types/cmp/grid/impl/ColumnWidthCalculator.d.ts +41 -0
- package/build/types/cmp/grid/impl/GridHScrollbar.d.ts +10 -0
- package/build/types/cmp/grid/impl/InitPersist.d.ts +7 -0
- package/build/types/cmp/grid/impl/MenuSupport.d.ts +7 -0
- package/build/types/cmp/grid/impl/RowKeyNavSupport.d.ts +11 -0
- package/build/types/cmp/grid/impl/Utils.d.ts +11 -0
- package/build/types/cmp/grid/index.d.ts +15 -0
- package/build/types/cmp/grid/renderers/CheckboxRenderer.d.ts +14 -0
- package/build/types/cmp/grid/renderers/TagsRenderer.d.ts +3 -0
- package/build/types/cmp/grouping/GroupingChooserModel.d.ts +103 -0
- package/build/types/cmp/grouping/impl/GroupingChooserLocalModel.d.ts +35 -0
- package/build/types/cmp/grouping/index.d.ts +1 -0
- package/build/types/cmp/input/HoistInputModel.d.ts +148 -0
- package/build/types/cmp/input/HoistInputProps.d.ts +20 -0
- package/build/types/cmp/input/index.d.ts +2 -0
- package/build/types/cmp/layout/Box.d.ts +16 -0
- package/build/types/cmp/layout/Frame.d.ts +14 -0
- package/build/types/cmp/layout/Placeholder.d.ts +11 -0
- package/build/types/cmp/layout/Spacer.d.ts +14 -0
- package/build/types/cmp/layout/Tags.d.ts +38 -0
- package/build/types/cmp/layout/TileFrame.d.ts +37 -0
- package/build/types/cmp/layout/Viewport.d.ts +9 -0
- package/build/types/cmp/layout/index.d.ts +7 -0
- package/build/types/cmp/loadingindicator/LoadingIndicator.d.ts +25 -0
- package/build/types/cmp/loadingindicator/index.d.ts +1 -0
- package/build/types/cmp/markdown/Markdown.d.ts +18 -0
- package/build/types/cmp/markdown/index.d.ts +1 -0
- package/build/types/cmp/mask/Mask.d.ts +25 -0
- package/build/types/cmp/mask/index.d.ts +1 -0
- package/build/types/cmp/pinpad/PinPad.d.ts +9 -0
- package/build/types/cmp/pinpad/PinPadModel.d.ts +34 -0
- package/build/types/cmp/pinpad/index.d.ts +2 -0
- package/build/types/cmp/relativetimestamp/RelativeTimestamp.d.ts +58 -0
- package/build/types/cmp/relativetimestamp/index.d.ts +1 -0
- package/build/types/cmp/spinner/Spinner.d.ts +16 -0
- package/build/types/cmp/spinner/index.d.ts +1 -0
- package/build/types/cmp/store/StoreCountLabel.d.ts +17 -0
- package/build/types/cmp/store/StoreFilterField.d.ts +80 -0
- package/build/types/cmp/store/impl/StoreFilterFieldImplModel.d.ts +25 -0
- package/build/types/cmp/store/index.d.ts +2 -0
- package/build/types/cmp/tab/TabContainer.d.ts +34 -0
- package/build/types/cmp/tab/TabContainerModel.d.ts +137 -0
- package/build/types/cmp/tab/TabModel.d.ts +71 -0
- package/build/types/cmp/tab/Types.d.ts +61 -0
- package/build/types/cmp/tab/index.d.ts +4 -0
- package/build/types/cmp/treemap/SplitTreeMap.d.ts +9 -0
- package/build/types/cmp/treemap/SplitTreeMapModel.d.ts +78 -0
- package/build/types/cmp/treemap/TreeMap.d.ts +14 -0
- package/build/types/cmp/treemap/TreeMapModel.d.ts +181 -0
- package/build/types/cmp/treemap/index.d.ts +4 -0
- package/build/types/cmp/viewmanager/DataAccess.d.ts +28 -0
- package/build/types/cmp/viewmanager/View.d.ts +37 -0
- package/build/types/cmp/viewmanager/ViewInfo.d.ts +55 -0
- package/build/types/cmp/viewmanager/ViewManagerModel.d.ts +243 -0
- package/build/types/cmp/viewmanager/index.d.ts +4 -0
- package/build/types/cmp/websocket/WebSocketIndicator.d.ts +9 -0
- package/build/types/cmp/websocket/index.d.ts +1 -0
- package/build/types/cmp/zoneGrid/Types.d.ts +35 -0
- package/build/types/cmp/zoneGrid/ZoneGrid.d.ts +24 -0
- package/build/types/cmp/zoneGrid/ZoneGridModel.d.ts +256 -0
- package/build/types/cmp/zoneGrid/impl/InitPersist.d.ts +7 -0
- package/build/types/cmp/zoneGrid/impl/ZoneGridRenderer.d.ts +25 -0
- package/build/types/cmp/zoneGrid/impl/ZoneMapperModel.d.ts +67 -0
- package/build/types/cmp/zoneGrid/index.d.ts +3 -0
- package/build/types/core/AppSpec.d.ts +139 -0
- package/build/types/core/ExceptionHandler.d.ts +132 -0
- package/build/types/core/HoistAppModel.d.ts +72 -0
- package/build/types/core/HoistAuthModel.d.ts +70 -0
- package/build/types/core/HoistBase.d.ts +179 -0
- package/build/types/core/HoistBaseDecorators.d.ts +20 -0
- package/build/types/core/HoistComponent.d.ts +112 -0
- package/build/types/core/HoistProps.d.ts +116 -0
- package/build/types/core/HoistService.d.ts +57 -0
- package/build/types/core/RefreshContextView.d.ts +10 -0
- package/build/types/core/TaskObserver.d.ts +80 -0
- package/build/types/core/XH.d.ts +445 -0
- package/build/types/core/elem.d.ts +71 -0
- package/build/types/core/enums/RefreshMode.d.ts +16 -0
- package/build/types/core/enums/RenderMode.d.ts +14 -0
- package/build/types/core/enums/SizingMode.d.ts +10 -0
- package/build/types/core/impl/InstallServices.d.ts +18 -0
- package/build/types/core/impl/InstanceManager.d.ts +24 -0
- package/build/types/core/impl/PlatformManager.d.ts +13 -0
- package/build/types/core/index.d.ts +22 -0
- package/build/types/core/load/LoadSpec.d.ts +55 -0
- package/build/types/core/load/LoadSupport.d.ts +36 -0
- package/build/types/core/load/Loadable.d.ts +48 -0
- package/build/types/core/load/index.d.ts +3 -0
- package/build/types/core/model/CreatesSpec.d.ts +29 -0
- package/build/types/core/model/HoistModel.d.ts +203 -0
- package/build/types/core/model/Hooks.d.ts +28 -0
- package/build/types/core/model/ManagedRefreshContextModel.d.ts +23 -0
- package/build/types/core/model/ModelLookup.d.ts +26 -0
- package/build/types/core/model/ModelSelector.d.ts +27 -0
- package/build/types/core/model/ModelSpec.d.ts +30 -0
- package/build/types/core/model/RefreshContextModel.d.ts +45 -0
- package/build/types/core/model/RootRefreshContextModel.d.ts +14 -0
- package/build/types/core/model/UsesSpec.d.ts +49 -0
- package/build/types/core/model/index.d.ts +10 -0
- package/build/types/core/persist/PersistOptions.d.ts +46 -0
- package/build/types/core/persist/Persistable.d.ts +14 -0
- package/build/types/core/persist/PersistenceProvider.d.ts +69 -0
- package/build/types/core/persist/index.d.ts +9 -0
- package/build/types/core/persist/provider/CustomProvider.d.ts +15 -0
- package/build/types/core/persist/provider/DashViewProvider.d.ts +12 -0
- package/build/types/core/persist/provider/LocalStorageProvider.d.ts +10 -0
- package/build/types/core/persist/provider/PrefProvider.d.ts +10 -0
- package/build/types/core/persist/provider/SessionStorageProvider.d.ts +10 -0
- package/build/types/core/persist/provider/ViewManagerProvider.d.ts +9 -0
- package/build/types/core/types/AppState.d.ts +20 -0
- package/build/types/core/types/Interfaces.d.ts +303 -0
- package/build/types/core/types/Types.d.ts +72 -0
- package/build/types/data/Field.d.ts +90 -0
- package/build/types/data/RecordAction.d.ts +103 -0
- package/build/types/data/Store.d.ts +424 -0
- package/build/types/data/StoreRecord.d.ts +186 -0
- package/build/types/data/StoreSelectionModel.d.ts +52 -0
- package/build/types/data/UrlStore.d.ts +27 -0
- package/build/types/data/cube/BucketSpec.d.ts +31 -0
- package/build/types/data/cube/Cube.d.ts +180 -0
- package/build/types/data/cube/CubeField.d.ts +49 -0
- package/build/types/data/cube/Query.d.ts +121 -0
- package/build/types/data/cube/View.d.ts +106 -0
- package/build/types/data/cube/ViewRowData.d.ts +46 -0
- package/build/types/data/cube/aggregate/AggregationContext.d.ts +21 -0
- package/build/types/data/cube/aggregate/Aggregator.d.ts +40 -0
- package/build/types/data/cube/aggregate/AverageAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/AverageStrictAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/ChildCountAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/LeafCountAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/MaxAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/MinAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/NullAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/SingleAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/SumAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/SumStrictAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/UniqueAggregator.d.ts +5 -0
- package/build/types/data/cube/row/AggregateRow.d.ts +16 -0
- package/build/types/data/cube/row/BaseRow.d.ts +30 -0
- package/build/types/data/cube/row/BucketRow.d.ts +16 -0
- package/build/types/data/cube/row/LeafRow.d.ts +22 -0
- package/build/types/data/cube/row/RowUpdate.d.ts +10 -0
- package/build/types/data/filter/BaseFilterFieldSpec.d.ts +73 -0
- package/build/types/data/filter/CompoundFilter.d.ts +29 -0
- package/build/types/data/filter/FieldFilter.d.ts +34 -0
- package/build/types/data/filter/Filter.d.ts +30 -0
- package/build/types/data/filter/FunctionFilter.d.ts +24 -0
- package/build/types/data/filter/Types.d.ts +67 -0
- package/build/types/data/filter/Utils.d.ts +48 -0
- package/build/types/data/impl/RecordSet.d.ts +44 -0
- package/build/types/data/impl/RecordValidator.d.ts +38 -0
- package/build/types/data/impl/StoreValidator.d.ts +48 -0
- package/build/types/data/index.d.ts +34 -0
- package/build/types/data/validation/Rule.d.ts +16 -0
- package/build/types/data/validation/Types.d.ts +56 -0
- package/build/types/data/validation/ValidationState.d.ts +6 -0
- package/build/types/data/validation/constraints.d.ts +75 -0
- package/build/types/desktop/appcontainer/AboutDialog.d.ts +11 -0
- package/build/types/desktop/appcontainer/AppContainer.d.ts +12 -0
- package/build/types/desktop/appcontainer/Banner.d.ts +8 -0
- package/build/types/desktop/appcontainer/ChangelogDialog.d.ts +3 -0
- package/build/types/desktop/appcontainer/ExceptionDialog.d.ts +13 -0
- package/build/types/desktop/appcontainer/ExceptionDialogDetails.d.ts +8 -0
- package/build/types/desktop/appcontainer/FeedbackDialog.d.ts +6 -0
- package/build/types/desktop/appcontainer/ImpersonationBar.d.ts +9 -0
- package/build/types/desktop/appcontainer/LockoutPanel.d.ts +8 -0
- package/build/types/desktop/appcontainer/LoginPanel.d.ts +9 -0
- package/build/types/desktop/appcontainer/Message.d.ts +8 -0
- package/build/types/desktop/appcontainer/MessageSource.d.ts +6 -0
- package/build/types/desktop/appcontainer/OptionsDialog.d.ts +9 -0
- package/build/types/desktop/appcontainer/ToastSource.d.ts +8 -0
- package/build/types/desktop/appcontainer/VersionBar.d.ts +3 -0
- package/build/types/desktop/appcontainer/index.d.ts +1 -0
- package/build/types/desktop/appcontainer/suspend/IdlePanel.d.ts +8 -0
- package/build/types/desktop/appcontainer/suspend/SuspendPanel.d.ts +7 -0
- package/build/types/desktop/cmp/appOption/AutoRefreshAppOption.d.ts +341 -0
- package/build/types/desktop/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/desktop/cmp/appOption/ThemeAppOption.d.ts +341 -0
- package/build/types/desktop/cmp/appOption/index.d.ts +3 -0
- package/build/types/desktop/cmp/appbar/AppBar.d.ts +34 -0
- package/build/types/desktop/cmp/appbar/AppBarSeparator.d.ts +5 -0
- package/build/types/desktop/cmp/appbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/button/AppMenuButton.d.ts +44 -0
- package/build/types/desktop/cmp/button/Button.d.ts +28 -0
- package/build/types/desktop/cmp/button/ButtonGroup.d.ts +16 -0
- package/build/types/desktop/cmp/button/DashCanvasAddViewButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/FeedbackButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/LaunchAdminButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/LogoutButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/OptionsButton.d.ts +9 -0
- package/build/types/desktop/cmp/button/RefreshButton.d.ts +15 -0
- package/build/types/desktop/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/desktop/cmp/button/ThemeToggleButton.d.ts +7 -0
- package/build/types/desktop/cmp/button/WhatsNewButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/grid/ColAutosizeButton.d.ts +13 -0
- package/build/types/desktop/cmp/button/grid/ColChooserButton.d.ts +18 -0
- package/build/types/desktop/cmp/button/grid/ExpandToLevelButton.d.ts +18 -0
- package/build/types/desktop/cmp/button/grid/ExportButton.d.ts +21 -0
- package/build/types/desktop/cmp/button/index.d.ts +17 -0
- package/build/types/desktop/cmp/button/panel/ModalToggleButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/zoneGrid/ZoneMapperButton.d.ts +15 -0
- package/build/types/desktop/cmp/card/impl/CardHeaderImpl.d.ts +6 -0
- package/build/types/desktop/cmp/clipboard/ClipboardButton.d.ts +20 -0
- package/build/types/desktop/cmp/clipboard/ClipboardMenuItem.d.ts +6 -0
- package/build/types/desktop/cmp/clipboard/index.d.ts +2 -0
- package/build/types/desktop/cmp/contextmenu/ContextMenu.d.ts +15 -0
- package/build/types/desktop/cmp/contextmenu/index.d.ts +1 -0
- package/build/types/desktop/cmp/dash/DashConfig.d.ts +36 -0
- package/build/types/desktop/cmp/dash/DashModel.d.ts +22 -0
- package/build/types/desktop/cmp/dash/DashViewModel.d.ts +81 -0
- package/build/types/desktop/cmp/dash/DashViewSpec.d.ts +41 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvas.d.ts +27 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasModel.d.ts +166 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasViewModel.d.ts +27 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasViewSpec.d.ts +30 -0
- package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasContextMenu.d.ts +8 -0
- package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/canvas/impl/utils.d.ts +11 -0
- package/build/types/desktop/cmp/dash/canvas/widgetchooser/DashCanvasWidgetChooser.d.ts +13 -0
- package/build/types/desktop/cmp/dash/canvas/widgetchooser/DashCanvasWidgetChooserModel.d.ts +12 -0
- package/build/types/desktop/cmp/dash/container/DashContainer.d.ts +8 -0
- package/build/types/desktop/cmp/dash/container/DashContainerModel.d.ts +162 -0
- package/build/types/desktop/cmp/dash/container/DashContainerViewModel.d.ts +14 -0
- package/build/types/desktop/cmp/dash/container/DashContainerViewSpec.d.ts +17 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerContextMenu.d.ts +15 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerMenuButton.d.ts +7 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerUtils.d.ts +16 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/index.d.ts +12 -0
- package/build/types/desktop/cmp/dock/DockContainer.d.ts +25 -0
- package/build/types/desktop/cmp/dock/DockContainerModel.d.ts +33 -0
- package/build/types/desktop/cmp/dock/DockViewModel.d.ts +83 -0
- package/build/types/desktop/cmp/dock/impl/DockContainer.d.ts +9 -0
- package/build/types/desktop/cmp/dock/impl/DockView.d.ts +15 -0
- package/build/types/desktop/cmp/dock/index.d.ts +3 -0
- package/build/types/desktop/cmp/error/impl/ErrorMessage.d.ts +7 -0
- package/build/types/desktop/cmp/filechooser/FileChooser.d.ts +42 -0
- package/build/types/desktop/cmp/filechooser/FileChooserModel.d.ts +23 -0
- package/build/types/desktop/cmp/filechooser/index.d.ts +2 -0
- package/build/types/desktop/cmp/filter/FilterChooser.d.ts +32 -0
- package/build/types/desktop/cmp/filter/PopoverFilterChooser.d.ts +9 -0
- package/build/types/desktop/cmp/filter/index.d.ts +3 -0
- package/build/types/desktop/cmp/form/FormField.d.ts +64 -0
- package/build/types/desktop/cmp/form/index.d.ts +1 -0
- package/build/types/desktop/cmp/grid/columns/Actions.d.ts +29 -0
- package/build/types/desktop/cmp/grid/editors/BooleanEditor.d.ts +15 -0
- package/build/types/desktop/cmp/grid/editors/DateEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/EditorProps.d.ts +17 -0
- package/build/types/desktop/cmp/grid/editors/NumberEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/SelectEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/TextAreaEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/TextEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/impl/InlineEditorModel.d.ts +15 -0
- package/build/types/desktop/cmp/grid/editors/index.d.ts +6 -0
- package/build/types/desktop/cmp/grid/find/GridFindField.d.ts +43 -0
- package/build/types/desktop/cmp/grid/find/impl/GridFindFieldImplModel.d.ts +36 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooser.d.ts +18 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserDialog.d.ts +2 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserModel.d.ts +28 -0
- package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.d.ts +9 -0
- package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilterModel.d.ts +13 -0
- package/build/types/desktop/cmp/grid/impl/filter/GridFilterDialog.d.ts +11 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilter.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilterModel.d.ts +37 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRow.d.ts +6 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRowModel.d.ts +28 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTabModel.d.ts +21 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.d.ts +43 -0
- package/build/types/desktop/cmp/grid/index.d.ts +3 -0
- package/build/types/desktop/cmp/grouping/GroupingChooser.d.ts +37 -0
- package/build/types/desktop/cmp/grouping/index.d.ts +2 -0
- package/build/types/desktop/cmp/input/ButtonGroupInput.d.ts +25 -0
- package/build/types/desktop/cmp/input/Checkbox.d.ts +29 -0
- package/build/types/desktop/cmp/input/CodeInput.d.ts +79 -0
- package/build/types/desktop/cmp/input/DateInput.d.ts +118 -0
- package/build/types/desktop/cmp/input/JsonInput.d.ts +8 -0
- package/build/types/desktop/cmp/input/NumberInput.d.ts +79 -0
- package/build/types/desktop/cmp/input/Picker.d.ts +125 -0
- package/build/types/desktop/cmp/input/RadioInput.d.ts +21 -0
- package/build/types/desktop/cmp/input/Select.d.ts +144 -0
- package/build/types/desktop/cmp/input/Slider.d.ts +33 -0
- package/build/types/desktop/cmp/input/SwitchInput.d.ts +21 -0
- package/build/types/desktop/cmp/input/TextArea.d.ts +26 -0
- package/build/types/desktop/cmp/input/TextInput.d.ts +56 -0
- package/build/types/desktop/cmp/input/index.d.ts +13 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooser.d.ts +13 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserFilter.d.ts +15 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserModel.d.ts +86 -0
- package/build/types/desktop/cmp/leftrightchooser/impl/ChooserToolbar.d.ts +3 -0
- package/build/types/desktop/cmp/leftrightchooser/impl/Description.d.ts +3 -0
- package/build/types/desktop/cmp/leftrightchooser/index.d.ts +3 -0
- package/build/types/desktop/cmp/mask/impl/Mask.d.ts +8 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupport.d.ts +16 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupportModel.d.ts +29 -0
- package/build/types/desktop/cmp/modalsupport/index.d.ts +2 -0
- package/build/types/desktop/cmp/panel/Panel.d.ts +69 -0
- package/build/types/desktop/cmp/panel/PanelModel.d.ts +129 -0
- package/build/types/desktop/cmp/panel/impl/PanelHeader.d.ts +2 -0
- package/build/types/desktop/cmp/panel/impl/ResizeContainer.d.ts +1 -0
- package/build/types/desktop/cmp/panel/impl/Splitter.d.ts +2 -0
- package/build/types/desktop/cmp/panel/impl/dragger/Dragger.d.ts +3 -0
- package/build/types/desktop/cmp/panel/impl/dragger/DraggerModel.d.ts +34 -0
- package/build/types/desktop/cmp/panel/index.d.ts +2 -0
- package/build/types/desktop/cmp/pinpad/impl/PinPad.d.ts +11 -0
- package/build/types/desktop/cmp/record/RecordActionBar.d.ts +32 -0
- package/build/types/desktop/cmp/record/impl/RecordActionButton.d.ts +20 -0
- package/build/types/desktop/cmp/record/index.d.ts +1 -0
- package/build/types/desktop/cmp/rest/Actions.d.ts +7 -0
- package/build/types/desktop/cmp/rest/RestGrid.d.ts +33 -0
- package/build/types/desktop/cmp/rest/RestGridModel.d.ts +104 -0
- package/build/types/desktop/cmp/rest/data/RestField.d.ts +37 -0
- package/build/types/desktop/cmp/rest/data/RestStore.d.ts +39 -0
- package/build/types/desktop/cmp/rest/impl/RestForm.d.ts +6 -0
- package/build/types/desktop/cmp/rest/impl/RestFormField.d.ts +5 -0
- package/build/types/desktop/cmp/rest/impl/RestFormModel.d.ts +49 -0
- package/build/types/desktop/cmp/rest/impl/RestGridToolbar.d.ts +5 -0
- package/build/types/desktop/cmp/rest/index.d.ts +4 -0
- package/build/types/desktop/cmp/store/impl/StoreFilterField.d.ts +6 -0
- package/build/types/desktop/cmp/tab/TabSwitcher.d.ts +14 -0
- package/build/types/desktop/cmp/tab/dynamic/DynamicTabSwitcher.d.ts +7 -0
- package/build/types/desktop/cmp/tab/dynamic/DynamicTabSwitcherModel.d.ts +30 -0
- package/build/types/desktop/cmp/tab/dynamic/scroller/Scroller.d.ts +19 -0
- package/build/types/desktop/cmp/tab/dynamic/scroller/ScrollerModel.d.ts +23 -0
- package/build/types/desktop/cmp/tab/impl/Tab.d.ts +17 -0
- package/build/types/desktop/cmp/tab/impl/TabContainer.d.ts +7 -0
- package/build/types/desktop/cmp/tab/impl/TabContextMenuItems.d.ts +4 -0
- package/build/types/desktop/cmp/tab/index.d.ts +2 -0
- package/build/types/desktop/cmp/toolbar/Toolbar.d.ts +30 -0
- package/build/types/desktop/cmp/toolbar/ToolbarSep.d.ts +10 -0
- package/build/types/desktop/cmp/toolbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/viewmanager/ViewManager.d.ts +46 -0
- package/build/types/desktop/cmp/viewmanager/ViewManagerLocalModel.d.ts +13 -0
- package/build/types/desktop/cmp/viewmanager/ViewMenu.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ManageDialog.d.ts +7 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ManageDialogModel.d.ts +41 -0
- package/build/types/desktop/cmp/viewmanager/dialog/SaveAsDialog.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/SaveAsDialogModel.d.ts +17 -0
- package/build/types/desktop/cmp/viewmanager/dialog/Utils.d.ts +11 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewMultiPanel.d.ts +2 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewPanel.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewPanelModel.d.ts +16 -0
- package/build/types/desktop/cmp/viewmanager/index.d.ts +1 -0
- package/build/types/desktop/cmp/zoneGrid/impl/ZoneMapper.d.ts +16 -0
- package/build/types/desktop/cmp/zoneGrid/impl/ZoneMapperDialog.d.ts +2 -0
- package/build/types/desktop/hooks/UseContextMenu.d.ts +11 -0
- package/build/types/desktop/hooks/UseHotkeys.d.ts +14 -0
- package/build/types/desktop/hooks/index.d.ts +2 -0
- package/build/types/desktop/register.d.ts +1 -0
- package/build/types/dynamics/desktop.d.ts +33 -0
- package/build/types/dynamics/mobile.d.ts +25 -0
- package/build/types/exception/Exception.d.ts +24 -0
- package/build/types/exception/Types.d.ts +35 -0
- package/build/types/exception/index.d.ts +2 -0
- package/build/types/format/FormatDate.d.ts +73 -0
- package/build/types/format/FormatMisc.d.ts +43 -0
- package/build/types/format/FormatNumber.d.ts +137 -0
- package/build/types/format/FormatUtils.d.ts +11 -0
- package/build/types/format/impl/Utils.d.ts +7 -0
- package/build/types/format/index.d.ts +4 -0
- package/build/types/icon/Icon.d.ts +363 -0
- package/build/types/icon/XHLogo.d.ts +4 -0
- package/build/types/icon/impl/IconCmp.d.ts +6 -0
- package/build/types/icon/impl/IconHtml.d.ts +13 -0
- package/build/types/icon/index.d.ts +2 -0
- package/build/types/inspector/InspectorPanel.d.ts +5 -0
- package/build/types/inspector/instances/InstancesModel.d.ts +48 -0
- package/build/types/inspector/instances/InstancesPanel.d.ts +2 -0
- package/build/types/inspector/stats/StatsModel.d.ts +20 -0
- package/build/types/inspector/stats/StatsPanel.d.ts +2 -0
- package/build/types/kit/ag-grid/index.d.ts +22 -0
- package/build/types/kit/blueprint/ContextMenu.d.ts +7 -0
- package/build/types/kit/blueprint/Dialog.d.ts +12 -0
- package/build/types/kit/blueprint/Wrappers.d.ts +8 -0
- package/build/types/kit/blueprint/index.d.ts +9 -0
- package/build/types/kit/highcharts/index.d.ts +6 -0
- package/build/types/kit/onsen/index.d.ts +8 -0
- package/build/types/kit/react-beautiful-dnd/index.d.ts +3 -0
- package/build/types/kit/react-dates/index.d.ts +5 -0
- package/build/types/kit/react-dropzone/index.d.ts +3 -0
- package/build/types/kit/react-markdown/index.d.ts +4 -0
- package/build/types/kit/react-select/index.d.ts +10 -0
- package/build/types/kit/swiper/index.d.ts +97 -0
- package/build/types/mobile/appcontainer/AboutDialog.d.ts +10 -0
- package/build/types/mobile/appcontainer/AppContainer.d.ts +12 -0
- package/build/types/mobile/appcontainer/Banner.d.ts +8 -0
- package/build/types/mobile/appcontainer/ExceptionDialog.d.ts +13 -0
- package/build/types/mobile/appcontainer/ExceptionDialogDetails.d.ts +7 -0
- package/build/types/mobile/appcontainer/FeedbackDialog.d.ts +6 -0
- package/build/types/mobile/appcontainer/ImpersonationBar.d.ts +9 -0
- package/build/types/mobile/appcontainer/LockoutPanel.d.ts +8 -0
- package/build/types/mobile/appcontainer/LoginPanel.d.ts +9 -0
- package/build/types/mobile/appcontainer/Message.d.ts +7 -0
- package/build/types/mobile/appcontainer/MessageSource.d.ts +6 -0
- package/build/types/mobile/appcontainer/OptionsDialog.d.ts +6 -0
- package/build/types/mobile/appcontainer/Toast.d.ts +6 -0
- package/build/types/mobile/appcontainer/ToastSource.d.ts +7 -0
- package/build/types/mobile/appcontainer/VersionBar.d.ts +5 -0
- package/build/types/mobile/appcontainer/index.d.ts +1 -0
- package/build/types/mobile/appcontainer/suspend/IdlePanel.d.ts +8 -0
- package/build/types/mobile/appcontainer/suspend/SuspendPanel.d.ts +7 -0
- package/build/types/mobile/cmp/appOption/AutoRefreshAppOption.d.ts +15 -0
- package/build/types/mobile/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/mobile/cmp/appOption/ThemeAppOption.d.ts +15 -0
- package/build/types/mobile/cmp/appOption/index.d.ts +3 -0
- package/build/types/mobile/cmp/button/Button.d.ts +22 -0
- package/build/types/mobile/cmp/button/ButtonGroup.d.ts +12 -0
- package/build/types/mobile/cmp/button/FeedbackButton.d.ts +8 -0
- package/build/types/mobile/cmp/button/LogoutButton.d.ts +10 -0
- package/build/types/mobile/cmp/button/NavigatorBackButton.d.ts +7 -0
- package/build/types/mobile/cmp/button/OptionsButton.d.ts +9 -0
- package/build/types/mobile/cmp/button/RefreshButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/mobile/cmp/button/ThemeToggleButton.d.ts +7 -0
- package/build/types/mobile/cmp/button/grid/ColAutosizeButton.d.ts +13 -0
- package/build/types/mobile/cmp/button/grid/ColChooserButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/grid/ExpandCollapseButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/grid/ExpandToLevelButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/index.d.ts +13 -0
- package/build/types/mobile/cmp/button/zoneGrid/ZoneMapperButton.d.ts +12 -0
- package/build/types/mobile/cmp/card/impl/CardHeaderImpl.d.ts +6 -0
- package/build/types/mobile/cmp/dialog/Dialog.d.ts +17 -0
- package/build/types/mobile/cmp/dialog/index.d.ts +1 -0
- package/build/types/mobile/cmp/error/impl/ErrorMessage.d.ts +7 -0
- package/build/types/mobile/cmp/form/FormField.d.ts +27 -0
- package/build/types/mobile/cmp/form/index.d.ts +1 -0
- package/build/types/mobile/cmp/grid/impl/ColChooser.d.ts +21 -0
- package/build/types/mobile/cmp/grid/impl/ColChooserModel.d.ts +46 -0
- package/build/types/mobile/cmp/grouping/GroupingChooser.d.ts +15 -0
- package/build/types/mobile/cmp/grouping/index.d.ts +2 -0
- package/build/types/mobile/cmp/header/AppBar.d.ts +39 -0
- package/build/types/mobile/cmp/header/AppMenuButton.d.ts +41 -0
- package/build/types/mobile/cmp/header/index.d.ts +2 -0
- package/build/types/mobile/cmp/input/ButtonGroupInput.d.ts +22 -0
- package/build/types/mobile/cmp/input/Checkbox.d.ts +13 -0
- package/build/types/mobile/cmp/input/CheckboxButton.d.ts +13 -0
- package/build/types/mobile/cmp/input/DateInput.d.ts +54 -0
- package/build/types/mobile/cmp/input/Label.d.ts +10 -0
- package/build/types/mobile/cmp/input/NumberInput.d.ts +53 -0
- package/build/types/mobile/cmp/input/SearchInput.d.ts +24 -0
- package/build/types/mobile/cmp/input/Select.d.ts +127 -0
- package/build/types/mobile/cmp/input/SwitchInput.d.ts +13 -0
- package/build/types/mobile/cmp/input/TextArea.d.ts +21 -0
- package/build/types/mobile/cmp/input/TextInput.d.ts +46 -0
- package/build/types/mobile/cmp/input/index.d.ts +11 -0
- package/build/types/mobile/cmp/mask/impl/Mask.d.ts +8 -0
- package/build/types/mobile/cmp/menu/MenuButton.d.ts +23 -0
- package/build/types/mobile/cmp/menu/impl/Menu.d.ts +12 -0
- package/build/types/mobile/cmp/menu/index.d.ts +1 -0
- package/build/types/mobile/cmp/navigator/Navigator.d.ts +8 -0
- package/build/types/mobile/cmp/navigator/NavigatorModel.d.ts +62 -0
- package/build/types/mobile/cmp/navigator/PageModel.d.ts +61 -0
- package/build/types/mobile/cmp/navigator/impl/GestureRefresh.d.ts +8 -0
- package/build/types/mobile/cmp/navigator/impl/GestureRefreshModel.d.ts +16 -0
- package/build/types/mobile/cmp/navigator/impl/Page.d.ts +12 -0
- package/build/types/mobile/cmp/navigator/impl/Utils.d.ts +9 -0
- package/build/types/mobile/cmp/navigator/index.d.ts +2 -0
- package/build/types/mobile/cmp/panel/DialogPanel.d.ts +16 -0
- package/build/types/mobile/cmp/panel/Panel.d.ts +43 -0
- package/build/types/mobile/cmp/panel/impl/PanelHeader.d.ts +6 -0
- package/build/types/mobile/cmp/panel/index.d.ts +2 -0
- package/build/types/mobile/cmp/pinpad/impl/PinPad.d.ts +9 -0
- package/build/types/mobile/cmp/popover/Popover.d.ts +33 -0
- package/build/types/mobile/cmp/popover/index.d.ts +1 -0
- package/build/types/mobile/cmp/store/impl/StoreFilterField.d.ts +6 -0
- package/build/types/mobile/cmp/tab/impl/Tab.d.ts +13 -0
- package/build/types/mobile/cmp/tab/impl/TabContainer.d.ts +9 -0
- package/build/types/mobile/cmp/toolbar/Toolbar.d.ts +11 -0
- package/build/types/mobile/cmp/toolbar/ToolbarSeparator.d.ts +7 -0
- package/build/types/mobile/cmp/toolbar/index.d.ts +2 -0
- package/build/types/mobile/cmp/zoneGrid/impl/ZoneMapper.d.ts +16 -0
- package/build/types/mobile/register.d.ts +1 -0
- package/build/types/mobx/decorators.d.ts +11 -0
- package/build/types/mobx/index.d.ts +5 -0
- package/build/types/mobx/overrides.d.ts +14 -0
- package/build/types/promise/Promise.d.ts +108 -0
- package/build/types/promise/index.d.ts +1 -0
- package/build/types/security/BaseOAuthClient.d.ts +172 -0
- package/build/types/security/Token.d.ts +11 -0
- package/build/types/security/Types.d.ts +14 -0
- package/build/types/security/authzero/AuthZeroClient.d.ts +57 -0
- package/build/types/security/authzero/index.d.ts +1 -0
- package/build/types/security/msal/MsalClient.d.ts +162 -0
- package/build/types/security/msal/index.d.ts +1 -0
- package/build/types/svc/AlertBannerService.d.ts +33 -0
- package/build/types/svc/AutoRefreshService.d.ts +28 -0
- package/build/types/svc/ChangelogService.d.ts +62 -0
- package/build/types/svc/ClientHealthService.d.ts +64 -0
- package/build/types/svc/ConfigService.d.ts +36 -0
- package/build/types/svc/EnvironmentService.d.ts +50 -0
- package/build/types/svc/FetchService.d.ts +269 -0
- package/build/types/svc/GridAutosizeService.d.ts +35 -0
- package/build/types/svc/GridExportService.d.ts +56 -0
- package/build/types/svc/IdentityService.d.ts +58 -0
- package/build/types/svc/IdleService.d.ts +21 -0
- package/build/types/svc/InspectorService.d.ts +75 -0
- package/build/types/svc/JsonBlobService.d.ts +60 -0
- package/build/types/svc/PrefService.d.ts +69 -0
- package/build/types/svc/TrackService.d.ts +42 -0
- package/build/types/svc/WebSocketService.d.ts +126 -0
- package/build/types/svc/index.d.ts +18 -0
- package/build/types/svc/storage/BaseStorageService.d.ts +21 -0
- package/build/types/svc/storage/LocalStorageService.d.ts +12 -0
- package/build/types/svc/storage/SessionStorageService.d.ts +12 -0
- package/build/types/utils/async/AsyncUtils.d.ts +40 -0
- package/build/types/utils/async/Timer.d.ts +87 -0
- package/build/types/utils/async/index.d.ts +2 -0
- package/build/types/utils/datetime/DateTimeUtils.d.ts +10 -0
- package/build/types/utils/datetime/LocalDate.d.ts +92 -0
- package/build/types/utils/datetime/index.d.ts +2 -0
- package/build/types/utils/impl/Equals.d.ts +4 -0
- package/build/types/utils/impl/IsOmitted.d.ts +7 -0
- package/build/types/utils/impl/MenuItems.d.ts +13 -0
- package/build/types/utils/impl/Separators.d.ts +10 -0
- package/build/types/utils/impl/TimeZone.d.ts +4 -0
- package/build/types/utils/impl/index.d.ts +5 -0
- package/build/types/utils/js/Decorators.d.ts +42 -0
- package/build/types/utils/js/DomUtils.d.ts +50 -0
- package/build/types/utils/js/HtmlUtils.d.ts +4 -0
- package/build/types/utils/js/LangUtils.d.ts +122 -0
- package/build/types/utils/js/LogUtils.d.ts +108 -0
- package/build/types/utils/js/TestUtils.d.ts +18 -0
- package/build/types/utils/js/VersionUtils.d.ts +17 -0
- package/build/types/utils/js/index.d.ts +7 -0
- package/build/types/utils/react/ClassName.d.ts +14 -0
- package/build/types/utils/react/Hooks.d.ts +46 -0
- package/build/types/utils/react/LayoutPropUtils.d.ts +43 -0
- package/build/types/utils/react/ObservableRef.d.ts +13 -0
- package/build/types/utils/react/ReactUtils.d.ts +23 -0
- package/build/types/utils/react/index.d.ts +5 -0
- package/cmp/grouping/impl/GroupingChooserLocalModel.ts +6 -0
- package/desktop/cmp/dash/canvas/DashCanvasModel.ts +2 -1
- package/desktop/cmp/grouping/GroupingChooser.ts +4 -1
- package/package.json +2 -1
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Swiper, SwiperSlide } from 'swiper/react';
|
|
2
|
+
import { EffectCreative } from 'swiper/modules';
|
|
3
|
+
import './styles.scss';
|
|
4
|
+
export { Swiper, SwiperSlide, EffectCreative };
|
|
5
|
+
export declare const swiper: import("@xh/hoist/core").ElementFactory<import("react").RefAttributes<import("swiper/react").SwiperRef> & Omit<import("react").HTMLAttributes<HTMLElement>, "onKeyPress" | "onProgress" | "onClick" | "onDoubleClick" | "onTouchEnd" | "onTouchMove" | "onTouchStart" | "onScroll" | "onTransitionEnd" | "onResize"> & import("swiper/types").SwiperOptions & {
|
|
6
|
+
tag?: string;
|
|
7
|
+
wrapperTag?: string;
|
|
8
|
+
onSwiper?: (swiper: import("swiper/types").Swiper) => void;
|
|
9
|
+
onAutoplayStart?: (swiper: import("swiper/types").Swiper) => void;
|
|
10
|
+
onAutoplayStop?: (swiper: import("swiper/types").Swiper) => void;
|
|
11
|
+
onAutoplayPause?: (swiper: import("swiper/types").Swiper) => void;
|
|
12
|
+
onAutoplayResume?: (swiper: import("swiper/types").Swiper) => void;
|
|
13
|
+
onAutoplayTimeLeft?: (swiper: import("swiper/types").Swiper, timeLeft: number, percentage: number) => void;
|
|
14
|
+
onAutoplay?: (swiper: import("swiper/types").Swiper) => void;
|
|
15
|
+
onHashChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
16
|
+
onHashSet?: (swiper: import("swiper/types").Swiper) => void;
|
|
17
|
+
onKeyPress?: (swiper: import("swiper/types").Swiper, keyCode: string) => void;
|
|
18
|
+
onNavigationHide?: (swiper: import("swiper/types").Swiper) => void;
|
|
19
|
+
onNavigationShow?: (swiper: import("swiper/types").Swiper) => void;
|
|
20
|
+
onNavigationPrev?: (swiper: import("swiper/types").Swiper) => void;
|
|
21
|
+
onNavigationNext?: (swiper: import("swiper/types").Swiper) => void;
|
|
22
|
+
onScroll?: (swiper: import("swiper/types").Swiper, event: WheelEvent) => void;
|
|
23
|
+
onScrollbarDragStart?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
24
|
+
onScrollbarDragMove?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
25
|
+
onScrollbarDragEnd?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
26
|
+
onPaginationRender?: (swiper: import("swiper/types").Swiper, paginationEl: HTMLElement) => void;
|
|
27
|
+
onPaginationUpdate?: (swiper: import("swiper/types").Swiper, paginationEl: HTMLElement) => void;
|
|
28
|
+
onPaginationHide?: (swiper: import("swiper/types").Swiper) => void;
|
|
29
|
+
onPaginationShow?: (swiper: import("swiper/types").Swiper) => void;
|
|
30
|
+
onZoomChange?: (swiper: import("swiper/types").Swiper, scale: number, imageEl: HTMLElement, slideEl: HTMLElement) => void;
|
|
31
|
+
onInit?: (swiper: import("swiper/types").Swiper) => any;
|
|
32
|
+
onBeforeDestroy?: (swiper: import("swiper/types").Swiper) => void;
|
|
33
|
+
onSlidesUpdated?: (swiper: import("swiper/types").Swiper) => void;
|
|
34
|
+
onSlideChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
35
|
+
onSlideChangeTransitionStart?: (swiper: import("swiper/types").Swiper) => void;
|
|
36
|
+
onSlideChangeTransitionEnd?: (swiper: import("swiper/types").Swiper) => void;
|
|
37
|
+
onSlideNextTransitionStart?: (swiper: import("swiper/types").Swiper) => void;
|
|
38
|
+
onSlideNextTransitionEnd?: (swiper: import("swiper/types").Swiper) => void;
|
|
39
|
+
onSlidePrevTransitionStart?: (swiper: import("swiper/types").Swiper) => void;
|
|
40
|
+
onSlidePrevTransitionEnd?: (swiper: import("swiper/types").Swiper) => void;
|
|
41
|
+
onTransitionStart?: (swiper: import("swiper/types").Swiper) => void;
|
|
42
|
+
onTransitionEnd?: (swiper: import("swiper/types").Swiper) => void;
|
|
43
|
+
onTouchStart?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
44
|
+
onTouchMove?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
45
|
+
onTouchMoveOpposite?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
46
|
+
onSliderMove?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
47
|
+
onTouchEnd?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
48
|
+
onClick?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
49
|
+
onTap?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
50
|
+
onDoubleTap?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
51
|
+
onProgress?: (swiper: import("swiper/types").Swiper, progress: number) => void;
|
|
52
|
+
onReachBeginning?: (swiper: import("swiper/types").Swiper) => void;
|
|
53
|
+
onReachEnd?: (swiper: import("swiper/types").Swiper) => void;
|
|
54
|
+
onToEdge?: (swiper: import("swiper/types").Swiper) => void;
|
|
55
|
+
onFromEdge?: (swiper: import("swiper/types").Swiper) => void;
|
|
56
|
+
onSetTranslate?: (swiper: import("swiper/types").Swiper, translate: number) => void;
|
|
57
|
+
onSetTransition?: (swiper: import("swiper/types").Swiper, transition: number) => void;
|
|
58
|
+
onResize?: (swiper: import("swiper/types").Swiper) => void;
|
|
59
|
+
onObserverUpdate?: (swiper: import("swiper/types").Swiper) => void;
|
|
60
|
+
onBeforeLoopFix?: (swiper: import("swiper/types").Swiper) => void;
|
|
61
|
+
onLoopFix?: (swiper: import("swiper/types").Swiper) => void;
|
|
62
|
+
onBreakpoint?: (swiper: import("swiper/types").Swiper, breakpointParams: import("swiper/types").SwiperOptions) => void;
|
|
63
|
+
_beforeBreakpoint?: (swiper: import("swiper/types").Swiper, breakpointParams: import("swiper/types").SwiperOptions) => void;
|
|
64
|
+
_containerClasses?: (swiper: import("swiper/types").Swiper, classNames: string) => void;
|
|
65
|
+
_slideClass?: (swiper: import("swiper/types").Swiper, slideEl: HTMLElement, classNames: string) => void;
|
|
66
|
+
_slideClasses?: (swiper: import("swiper/types").Swiper, slides: {
|
|
67
|
+
slideEl: HTMLElement;
|
|
68
|
+
classNames: string;
|
|
69
|
+
index: number;
|
|
70
|
+
}[]) => void;
|
|
71
|
+
_swiper?: (swiper: import("swiper/types").Swiper) => void;
|
|
72
|
+
_freeModeNoMomentumRelease?: (swiper: import("swiper/types").Swiper) => void;
|
|
73
|
+
onActiveIndexChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
74
|
+
onSnapIndexChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
75
|
+
onRealIndexChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
76
|
+
onAfterInit?: (swiper: import("swiper/types").Swiper) => void;
|
|
77
|
+
onBeforeInit?: (swiper: import("swiper/types").Swiper) => void;
|
|
78
|
+
onBeforeResize?: (swiper: import("swiper/types").Swiper) => void;
|
|
79
|
+
onBeforeSlideChangeStart?: (swiper: import("swiper/types").Swiper) => void;
|
|
80
|
+
onBeforeTransitionStart?: (swiper: import("swiper/types").Swiper, speed: number, internal: any) => void;
|
|
81
|
+
onChangeDirection?: (swiper: import("swiper/types").Swiper) => void;
|
|
82
|
+
onDoubleClick?: (swiper: import("swiper/types").Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
|
83
|
+
onDestroy?: (swiper: import("swiper/types").Swiper) => void;
|
|
84
|
+
onMomentumBounce?: (swiper: import("swiper/types").Swiper) => void;
|
|
85
|
+
onOrientationchange?: (swiper: import("swiper/types").Swiper) => void;
|
|
86
|
+
onSlideResetTransitionStart?: (swiper: import("swiper/types").Swiper) => void;
|
|
87
|
+
onSlideResetTransitionEnd?: (swiper: import("swiper/types").Swiper) => void;
|
|
88
|
+
onSliderFirstMove?: (swiper: import("swiper/types").Swiper, event: TouchEvent) => void;
|
|
89
|
+
onSlidesLengthChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
90
|
+
onSlidesGridLengthChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
91
|
+
onSnapGridLengthChange?: (swiper: import("swiper/types").Swiper) => void;
|
|
92
|
+
onUpdate?: (swiper: import("swiper/types").Swiper) => void;
|
|
93
|
+
onLock?: (swiper: import("swiper/types").Swiper) => void;
|
|
94
|
+
onUnlock?: (swiper: import("swiper/types").Swiper) => void;
|
|
95
|
+
} & {
|
|
96
|
+
children?: import("react").ReactNode | undefined;
|
|
97
|
+
}>, swiperSlide: import("@xh/hoist/core").ElementFactory<import("swiper/react").SwiperSlideProps>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AboutDialogModel } from '@xh/hoist/appcontainer/AboutDialogModel';
|
|
2
|
+
import './AboutDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* A dialog box showing basic metadata and version information about the Hoist application
|
|
5
|
+
* and its plugins. Can also display the values of other soft-configuration entries as
|
|
6
|
+
* specified by the xhAboutMenuConfigs configuration key.
|
|
7
|
+
*
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
export declare const aboutDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<AboutDialogModel>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AppContainerModel } from '@xh/hoist/appcontainer/AppContainerModel';
|
|
2
|
+
/**
|
|
3
|
+
* Top-level wrapper for Mobile applications.
|
|
4
|
+
*
|
|
5
|
+
* This class provide core Hoist Application layout and infrastructure to an application's
|
|
6
|
+
* root Component. Provides a standard viewport that includes standard UI elements such as an
|
|
7
|
+
* impersonation bar header, version bar footer, an app-wide load mask, a base context menu,
|
|
8
|
+
* popup message support, and exception rendering.
|
|
9
|
+
*
|
|
10
|
+
* @see AppSpec.containerClass
|
|
11
|
+
*/
|
|
12
|
+
export declare const AppContainer: import("react").FC<import("@xh/hoist/core").DefaultHoistProps<AppContainerModel>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BannerModel } from '@xh/hoist/appcontainer/BannerModel';
|
|
2
|
+
import './Banner.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Internal component to display a single instance of an app-wide banner.
|
|
5
|
+
* @see XH.showBanner()
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare const banner: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<BannerModel>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ExceptionDialogModel } from '@xh/hoist/appcontainer/ExceptionDialogModel';
|
|
2
|
+
import './ExceptionDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Dialog for display of exceptions, with support for viewing a detailed stacktrace
|
|
5
|
+
* and an option to force reload of the application (in the case of a fatal exception).
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare const exceptionDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ExceptionDialogModel>>;
|
|
9
|
+
/**
|
|
10
|
+
* A Dismiss button that either forces reload, or allows close.
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
export declare const dismissButton: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ExceptionDialogModel>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ExceptionDialogModel } from '@xh/hoist/appcontainer/ExceptionDialogModel';
|
|
2
|
+
/**
|
|
3
|
+
* Sub-dialog for displaying exception details. Includes affordances for submitting an
|
|
4
|
+
* error report to the server.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const exceptionDialogDetails: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ExceptionDialogModel>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FeedbackDialogModel } from '@xh/hoist/appcontainer/FeedbackDialogModel';
|
|
2
|
+
import './FeedbackDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const feedbackDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<FeedbackDialogModel>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ImpersonationBarModel } from '@xh/hoist/appcontainer/ImpersonationBarModel';
|
|
2
|
+
import './ImpersonationBar.scss';
|
|
3
|
+
/**
|
|
4
|
+
* An admin-only toolbar that provides a UI for impersonating application users, as well as ending
|
|
5
|
+
* any current impersonation setting. Can be shown via a global Shift+i keyboard shortcut.
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare const impersonationBar: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ImpersonationBarModel>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AppContainerModel } from '@xh/hoist/appcontainer/AppContainerModel';
|
|
2
|
+
import './LockoutPanel.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Panel for display to prevent user access to all content.
|
|
5
|
+
*
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare const lockoutPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<AppContainerModel>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LoginPanelModel } from '@xh/hoist/appcontainer/login/LoginPanelModel';
|
|
2
|
+
import './LoginPanel.scss';
|
|
3
|
+
/**
|
|
4
|
+
* A minimal username / password prompt for applications using form-based authentication.
|
|
5
|
+
* Automatically created and displayed if required by AppContainer.
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare const loginPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<LoginPanelModel>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { MessageModel } from '@xh/hoist/appcontainer/MessageModel';
|
|
2
|
+
import './Message.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Renders a modal dialog.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const message: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<MessageModel>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { MessageSourceModel } from '@xh/hoist/appcontainer/MessageSourceModel';
|
|
2
|
+
/**
|
|
3
|
+
* Support for hosting multiple global Messages in the DOM.
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const messageSource: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<MessageSourceModel>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { OptionsDialogModel } from '@xh/hoist/appcontainer/OptionsDialogModel';
|
|
2
|
+
import './OptionsDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const optionsDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<OptionsDialogModel>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ToastSourceModel } from '@xh/hoist/appcontainer/ToastSourceModel';
|
|
2
|
+
/**
|
|
3
|
+
* Support for rendering Toast alerts.
|
|
4
|
+
* This component uses a queue based approach, ensuring only one toast is showing at a time.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const toastSource: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ToastSourceModel>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './AppContainer';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import './IdlePanel.scss';
|
|
2
|
+
/**
|
|
3
|
+
* Default panel to display when the app has suspended itself due to inactivity.
|
|
4
|
+
* This display can be overridden by applications.
|
|
5
|
+
* @see AppSpec.idlePanel
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare const idlePanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AppContainerModel } from '@xh/hoist/appcontainer/AppContainerModel';
|
|
2
|
+
import './SuspendPanel.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Generic Panel to display when the app is suspended.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const suspendPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<AppContainerModel>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AppOptionSpec } from '@xh/hoist/core';
|
|
2
|
+
import { FormFieldProps } from '@xh/hoist/mobile/cmp/form';
|
|
3
|
+
import { SwitchInputProps } from '@xh/hoist/mobile/cmp/input';
|
|
4
|
+
import '@xh/hoist/mobile/register';
|
|
5
|
+
interface AutoRefreshAppOptionSpec {
|
|
6
|
+
/** Props for nested FormField. */
|
|
7
|
+
formFieldProps?: FormFieldProps;
|
|
8
|
+
/** Props for nested SwitchInput. */
|
|
9
|
+
inputProps?: SwitchInputProps;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Convenience configuration for the `autoRefresh` AppOption.
|
|
13
|
+
*/
|
|
14
|
+
export declare const autoRefreshAppOption: ({ formFieldProps, inputProps }?: AutoRefreshAppOptionSpec) => AppOptionSpec;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AppOptionSpec, SizingMode } from '@xh/hoist/core';
|
|
2
|
+
import { ButtonGroupInputProps } from '@xh/hoist/mobile/cmp/input';
|
|
3
|
+
import { FormFieldProps } from '../form/FormField';
|
|
4
|
+
import '@xh/hoist/mobile/register';
|
|
5
|
+
interface SizingModeAppOptionSpec {
|
|
6
|
+
/** Supported SizingModes */
|
|
7
|
+
modes?: SizingMode[];
|
|
8
|
+
/** Props for nested FormField. */
|
|
9
|
+
formFieldProps?: FormFieldProps;
|
|
10
|
+
/** Props for nested ButtonGroupInput. */
|
|
11
|
+
inputProps?: ButtonGroupInputProps;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Convenience configuration for the `sizingMode` AppOption.
|
|
15
|
+
*/
|
|
16
|
+
export declare const sizingModeAppOption: ({ modes, formFieldProps, inputProps }?: SizingModeAppOptionSpec) => AppOptionSpec;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AppOptionSpec } from '@xh/hoist/core';
|
|
2
|
+
import { FormFieldProps } from '@xh/hoist/mobile/cmp/form';
|
|
3
|
+
import { ButtonGroupInputProps } from '@xh/hoist/mobile/cmp/input';
|
|
4
|
+
import '@xh/hoist/mobile/register';
|
|
5
|
+
interface ThemeAppOptionSpec {
|
|
6
|
+
/** Props for nested FormField */
|
|
7
|
+
formFieldProps?: FormFieldProps;
|
|
8
|
+
/** Props for nested ButtonGroupInput */
|
|
9
|
+
inputProps?: ButtonGroupInputProps;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Convenience configuration for the `theme` AppOption.
|
|
13
|
+
*/
|
|
14
|
+
export declare const themeAppOption: ({ formFieldProps, inputProps }?: ThemeAppOptionSpec) => AppOptionSpec;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LayoutProps, StyleProps, HoistModel, HoistProps, TestSupportProps, Intent } from '@xh/hoist/core';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
import { ReactNode, ReactElement, MouseEvent } from 'react';
|
|
4
|
+
import './Button.scss';
|
|
5
|
+
export interface ButtonProps<M extends HoistModel = HoistModel> extends HoistProps<M>, TestSupportProps, LayoutProps, StyleProps {
|
|
6
|
+
active?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
icon?: ReactElement;
|
|
9
|
+
intent?: Intent;
|
|
10
|
+
minimal?: boolean;
|
|
11
|
+
onClick?: (e: MouseEvent) => void;
|
|
12
|
+
outlined?: boolean;
|
|
13
|
+
text?: ReactNode;
|
|
14
|
+
value?: any;
|
|
15
|
+
modifier?: string;
|
|
16
|
+
tabIndex?: number;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Wrapper around Onsen's Button component. Adds layout support for top-level sizing and
|
|
20
|
+
* margin/padding props. Relays all other props supported by Onsen's Button.
|
|
21
|
+
*/
|
|
22
|
+
export declare const Button: import("react").FC<ButtonProps<HoistModel>>, button: import("@xh/hoist/core").ElementFactory<ButtonProps<HoistModel>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BoxProps, HoistProps, Intent } from '@xh/hoist/core';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
import './ButtonGroup.scss';
|
|
4
|
+
export interface ButtonGroupProps extends HoistProps, BoxProps {
|
|
5
|
+
intent?: Intent;
|
|
6
|
+
minimal?: boolean;
|
|
7
|
+
outlined?: boolean;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* A segmented group of buttons. Should receive a list of Buttons as a children.
|
|
11
|
+
*/
|
|
12
|
+
export declare const ButtonGroup: import("react").FC<ButtonGroupProps>, buttonGroup: import("@xh/hoist/core").ElementFactory<ButtonGroupProps>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
export type FeedbackButtonProps = ButtonProps;
|
|
4
|
+
/**
|
|
5
|
+
* Convenience Button preconfigured for use as a trigger for the XH feedback dialog.
|
|
6
|
+
* Can be provided an onClick handler, otherwise will use default action provided by framework.
|
|
7
|
+
*/
|
|
8
|
+
export declare const FeedbackButton: import("react").FC<FeedbackButtonProps>, feedbackButton: import("@xh/hoist/core").ElementFactory<FeedbackButtonProps>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
export type LogoutButtonProps = ButtonProps;
|
|
4
|
+
/**
|
|
5
|
+
* Convenience Button preconfigured for use as a trigger for a logout operation.
|
|
6
|
+
*
|
|
7
|
+
* An onClick handler can be provided to implement additional operations on logout,
|
|
8
|
+
* but should ensure it calls `XH.logoutAsync()`.
|
|
9
|
+
*/
|
|
10
|
+
export declare const LogoutButton: import("react").FC<LogoutButtonProps>, logoutButton: import("@xh/hoist/core").ElementFactory<LogoutButtonProps>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
export type NavigatorBackButtonProps = ButtonProps;
|
|
4
|
+
/**
|
|
5
|
+
* Convenience Button preconfigured to use navigate back one page.
|
|
6
|
+
*/
|
|
7
|
+
export declare const NavigatorBackButton: import("react").FC<NavigatorBackButtonProps>, navigatorBackButton: import("@xh/hoist/core").ElementFactory<NavigatorBackButtonProps>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
export type OptionsButtonProps = ButtonProps;
|
|
4
|
+
/**
|
|
5
|
+
* Convenience Button preconfigured for use as a trigger for opening the XH options dialog.
|
|
6
|
+
*
|
|
7
|
+
* Can be provided an onClick handler, otherwise will use default action provided by framework.
|
|
8
|
+
*/
|
|
9
|
+
export declare const OptionsButton: import("react").FC<OptionsButtonProps>, optionsButton: import("@xh/hoist/core").ElementFactory<OptionsButtonProps>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Loadable } from '@xh/hoist/core';
|
|
2
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
3
|
+
import '@xh/hoist/mobile/register';
|
|
4
|
+
export interface RefreshButtonProps extends ButtonProps {
|
|
5
|
+
/** Object to refresh when clicked. */
|
|
6
|
+
target?: Loadable;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Convenience Button preconfigured for use as a trigger for a refresh operation.
|
|
10
|
+
*
|
|
11
|
+
* If a model is provided it will be directly refreshed. Alternatively an onClick handler
|
|
12
|
+
* may be provided. If neither of these props are provided, the contextual RefreshContextModel
|
|
13
|
+
* for this button will be used.
|
|
14
|
+
*/
|
|
15
|
+
export declare const RefreshButton: import("react").FC<RefreshButtonProps>, refreshButton: import("@xh/hoist/core").ElementFactory<RefreshButtonProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
export interface RestoreDefaultsButtonProps extends ButtonProps {
|
|
5
|
+
/** Message for confirm dialog shown prior to clearing user customizations. */
|
|
6
|
+
warningMessage?: ReactNode;
|
|
7
|
+
/** Title for confirm dialog shown prior to clearing user customizations. */
|
|
8
|
+
warningTitle?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Convenience Button preconfigured for use as a trigger for resetting user customizations.
|
|
12
|
+
* Clears all user preferences, all grid state saved to local storage, and then reloads the app.
|
|
13
|
+
*
|
|
14
|
+
* Can be provided an onClick handler, otherwise will call default framework handler.
|
|
15
|
+
*/
|
|
16
|
+
export declare const RestoreDefaultsButton: import("react").FC<RestoreDefaultsButtonProps>, restoreDefaultsButton: import("@xh/hoist/core").ElementFactory<RestoreDefaultsButtonProps>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
export type ThemeToggleButtonProps = ButtonProps;
|
|
4
|
+
/**
|
|
5
|
+
* Convenience Button preconfigured for use as a trigger for light/dark theme toggling.
|
|
6
|
+
*/
|
|
7
|
+
export declare const ThemeToggleButton: import("react").FC<ThemeToggleButtonProps>, themeToggleButton: import("@xh/hoist/core").ElementFactory<ThemeToggleButtonProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GridModel, GridAutosizeOptions } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
3
|
+
import '@xh/hoist/mobile/register';
|
|
4
|
+
export interface ColAutosizeButtonProps extends ButtonProps {
|
|
5
|
+
/** GridModel to which this button should bind. Will find nearest in context if not provided. */
|
|
6
|
+
gridModel?: GridModel;
|
|
7
|
+
/** Options to override grid's default or configured autosize settings. */
|
|
8
|
+
autosizeOptions?: Omit<GridAutosizeOptions, 'mode'>;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A convenience button to autosize visible Grid columns.
|
|
12
|
+
*/
|
|
13
|
+
export declare const ColAutosizeButton: import("react").FC<ColAutosizeButtonProps>, colAutosizeButton: import("@xh/hoist/core").ElementFactory<ColAutosizeButtonProps>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
3
|
+
import '@xh/hoist/mobile/register';
|
|
4
|
+
export interface ColChooserButtonProps extends ButtonProps {
|
|
5
|
+
/** GridModel to which this button should bind. Will find nearest in context if not provided. */
|
|
6
|
+
gridModel?: GridModel;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* A convenience button to trigger the display of a ColChooser for user selection, discovery and
|
|
10
|
+
* reordering of available Grid columns.
|
|
11
|
+
*
|
|
12
|
+
* Requires {@link GridConfig.colChooserModel} to be configured on the bound GridModel.
|
|
13
|
+
*/
|
|
14
|
+
export declare const ColChooserButton: import("react").FC<ColChooserButtonProps>, colChooserButton: import("@xh/hoist/core").ElementFactory<ColChooserButtonProps>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
3
|
+
import '@xh/hoist/mobile/register';
|
|
4
|
+
export interface ExpandCollapseButtonProps extends ButtonProps {
|
|
5
|
+
/**
|
|
6
|
+
* `GridModel` to which this button should bind.
|
|
7
|
+
* Optional, will find nearest GridModel in context if not provided.
|
|
8
|
+
*/
|
|
9
|
+
gridModel?: GridModel;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A convenience button to expand / collapse all rows in a grouped or tree Grid.
|
|
13
|
+
*/
|
|
14
|
+
export declare const ExpandCollapseButton: import("react").FC<ExpandCollapseButtonProps>, expandCollapseButton: import("@xh/hoist/core").ElementFactory<ExpandCollapseButtonProps>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
import { MenuButtonProps } from '../../menu';
|
|
4
|
+
export interface ExpandToLevelButtonProps extends MenuButtonProps {
|
|
5
|
+
/**
|
|
6
|
+
* `GridModel` to which this button should bind.
|
|
7
|
+
* Optional, will find nearest GridModel in context if not provided.
|
|
8
|
+
*/
|
|
9
|
+
gridModel?: GridModel;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* A menu button to expand a multi-level grouped or tree grid out to a desired level.
|
|
13
|
+
* Requires {@link GridConfig.levelLabels} to be configured on the bound GridModel.
|
|
14
|
+
*/
|
|
15
|
+
export declare const ExpandToLevelButton: import("react").FC<ExpandToLevelButtonProps>, expandToLevelButton: import("@xh/hoist/core").ElementFactory<ExpandToLevelButtonProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './Button';
|
|
2
|
+
export * from './ButtonGroup';
|
|
3
|
+
export * from './grid/ColAutosizeButton';
|
|
4
|
+
export * from './grid/ColChooserButton';
|
|
5
|
+
export * from './grid/ExpandCollapseButton';
|
|
6
|
+
export * from './grid/ExpandToLevelButton';
|
|
7
|
+
export * from './FeedbackButton';
|
|
8
|
+
export * from './ThemeToggleButton';
|
|
9
|
+
export * from './LogoutButton';
|
|
10
|
+
export * from './RefreshButton';
|
|
11
|
+
export * from './RestoreDefaultsButton';
|
|
12
|
+
export * from './NavigatorBackButton';
|
|
13
|
+
export * from './zoneGrid/ZoneMapperButton';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ButtonProps } from '@xh/hoist/mobile/cmp/button';
|
|
2
|
+
import { ZoneGridModel } from '@xh/hoist/cmp/zoneGrid';
|
|
3
|
+
import '@xh/hoist/mobile/register';
|
|
4
|
+
export interface ZoneMapperButtonProps extends ButtonProps {
|
|
5
|
+
/** ZoneGridModel of the grid for which this button should show a chooser. */
|
|
6
|
+
zoneGridModel?: ZoneGridModel;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* A convenience button to trigger the display of a ZoneMapper UI for ZoneGrid configuration.
|
|
10
|
+
* Requires {@link ZoneGridConfig.zoneMapperModel} to be configured on the bound ZoneGridModel.
|
|
11
|
+
*/
|
|
12
|
+
export declare const ZoneMapperButton: import("react").FC<ZoneMapperButtonProps>, zoneMapperButton: import("@xh/hoist/core").ElementFactory<ZoneMapperButtonProps>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HoistProps } from '@xh/hoist/core';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
import { ReactElement, ReactNode } from 'react';
|
|
4
|
+
import './Dialog.scss';
|
|
5
|
+
export interface DialogProps extends HoistProps {
|
|
6
|
+
isOpen?: boolean;
|
|
7
|
+
isCancelable?: boolean;
|
|
8
|
+
onCancel?: () => void;
|
|
9
|
+
icon?: ReactElement;
|
|
10
|
+
title?: ReactNode;
|
|
11
|
+
content?: ReactNode;
|
|
12
|
+
buttons?: ReactNode[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* A wrapper around Onsen's dialog, with support for standard layout + styling, titles and buttons
|
|
16
|
+
*/
|
|
17
|
+
export declare const Dialog: import("react").FC<DialogProps>, dialog: import("@xh/hoist/core").ElementFactory<DialogProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Dialog';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ErrorMessageProps } from '@xh/hoist/cmp/error';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
/**
|
|
4
|
+
* Mobile implementation of ErrorMessage.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const errorMessageImpl: import("@xh/hoist/core").ElementFactory<Omit<ErrorMessageProps, "error" | "actionFn" | "detailsFn">>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { BaseFormFieldProps } from '@xh/hoist/cmp/form';
|
|
2
|
+
import '@xh/hoist/mobile/register';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
import './FormField.scss';
|
|
5
|
+
export interface FormFieldProps extends BaseFormFieldProps {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Standardised wrapper around a HoistInput component for use in a form. FormField provides
|
|
9
|
+
* consistent layout, labelling, and optional display of validation messages for the field.
|
|
10
|
+
* FormField also supports an alternative read-only display of the bound data.
|
|
11
|
+
*
|
|
12
|
+
* This component is intended to be used within a `Form` component and bound to a 'FieldModel'
|
|
13
|
+
* within that Form's backing `FormModel`. FormField will set up the binding between its input and the
|
|
14
|
+
* FieldModel instance and can display validation messages, switch between read-only and disabled
|
|
15
|
+
* variants of its child, and source default props via the parent Form's `fieldDefaults` prop.
|
|
16
|
+
*
|
|
17
|
+
* This component is designed to work with an instance of `HoistInput` as its input, and makes use
|
|
18
|
+
* of many of HoistInput's props. For best results with a customized input, consider wrapping a
|
|
19
|
+
* HoistInput and passing all props along to it. At the very least, all custom inputs
|
|
20
|
+
* must accept 'model' and 'bind' props in order to show and edit data.
|
|
21
|
+
*
|
|
22
|
+
* FormFields can be sized and otherwise customized via standard layout props. They will
|
|
23
|
+
* adjust their child inputs to fill their available space (if appropriate given the input type),
|
|
24
|
+
* so the recommended approach is to specify any sizing on the FormField (as opposed to the input).
|
|
25
|
+
*/
|
|
26
|
+
export declare const FormField: import("react").FC<FormFieldProps>, formField: import("@xh/hoist/core").ElementFactory<FormFieldProps>;
|
|
27
|
+
export declare function defaultReadonlyRenderer(value: any): ReactNode;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './FormField';
|