@xh/hoist 57.0.0 → 57.0.1
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/AppComponent.d.ts +4 -0
- package/build/types/admin/AppModel.d.ts +13 -0
- package/build/types/admin/columns/Core.d.ts +6 -0
- package/build/types/admin/columns/Rest.d.ts +5 -0
- package/build/types/admin/columns/Tracking.d.ts +18 -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 +5 -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 +43 -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/activity/ActivityTab.d.ts +2 -0
- package/build/types/admin/tabs/activity/aggregators/RangeAggregator.d.ts +8 -0
- package/build/types/admin/tabs/activity/clienterrors/ClientErrorDetail.d.ts +2 -0
- package/build/types/admin/tabs/activity/clienterrors/ClientErrorsModel.d.ts +30 -0
- package/build/types/admin/tabs/activity/clienterrors/ClientErrorsPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/feedback/FeedbackPanel.d.ts +1 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingModel.d.ts +50 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/charts/ChartsModel.d.ts +32 -0
- package/build/types/admin/tabs/activity/tracking/charts/ChartsPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailModel.d.ts +15 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailView.d.ts +2 -0
- package/build/types/admin/tabs/general/GeneralTab.d.ts +1 -0
- package/build/types/admin/tabs/general/about/AboutPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerModel.d.ts +24 -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 +19 -0
- package/build/types/admin/tabs/general/users/UserModel.d.ts +12 -0
- package/build/types/admin/tabs/general/users/UserPanel.d.ts +2 -0
- package/build/types/admin/tabs/monitor/MonitorColumns.d.ts +15 -0
- package/build/types/admin/tabs/monitor/MonitorEditorPanel.d.ts +1 -0
- package/build/types/admin/tabs/monitor/MonitorResultsModel.d.ts +17 -0
- package/build/types/admin/tabs/monitor/MonitorResultsPanel.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorResultsToolbar.d.ts +2 -0
- package/build/types/admin/tabs/monitor/MonitorTab.d.ts +1 -0
- package/build/types/admin/tabs/monitor/Tile.d.ts +2 -0
- package/build/types/admin/tabs/server/ServerTab.d.ts +1 -0
- package/build/types/admin/tabs/server/ehcache/EhCacheModel.d.ts +10 -0
- package/build/types/admin/tabs/server/ehcache/EhCachePanel.d.ts +2 -0
- package/build/types/admin/tabs/server/environment/ServerEnvModel.d.ts +11 -0
- package/build/types/admin/tabs/server/environment/ServerEnvPanel.d.ts +2 -0
- package/build/types/admin/tabs/server/logLevel/LogLevelColumns.d.ts +5 -0
- package/build/types/admin/tabs/server/logLevel/LogLevelPanel.d.ts +1 -0
- package/build/types/admin/tabs/server/logViewer/LogDisplay.d.ts +6 -0
- package/build/types/admin/tabs/server/logViewer/LogDisplayModel.d.ts +29 -0
- package/build/types/admin/tabs/server/logViewer/LogViewer.d.ts +3 -0
- package/build/types/admin/tabs/server/logViewer/LogViewerModel.d.ts +23 -0
- package/build/types/admin/tabs/server/memory/MemoryMonitorModel.d.ts +15 -0
- package/build/types/admin/tabs/server/memory/MemoryMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/server/services/ServiceModel.d.ts +8 -0
- package/build/types/admin/tabs/server/services/ServicePanel.d.ts +2 -0
- package/build/types/admin/tabs/server/websocket/WebSocketColumns.d.ts +8 -0
- package/build/types/admin/tabs/server/websocket/WebSocketModel.d.ts +12 -0
- package/build/types/admin/tabs/server/websocket/WebSocketPanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/JsonBlobColumns.d.ts +9 -0
- package/build/types/admin/tabs/userData/JsonBlobModel.d.ts +15 -0
- package/build/types/admin/tabs/userData/JsonBlobPanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/PreferenceModel.d.ts +16 -0
- package/build/types/admin/tabs/userData/PreferencePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/UserDataTab.d.ts +1 -0
- package/build/types/admin/tabs/userData/UserPreferencePanel.d.ts +1 -0
- package/build/types/appcontainer/AboutDialogModel.d.ts +15 -0
- package/build/types/appcontainer/AppContainerModel.d.ts +43 -0
- package/build/types/appcontainer/AppOption.d.ts +23 -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/ErrorBoundary.d.ts +16 -0
- package/build/types/appcontainer/ExceptionDialogModel.d.ts +28 -0
- package/build/types/appcontainer/FeedbackDialogModel.d.ts +24 -0
- package/build/types/appcontainer/ImpersonationBarModel.d.ts +20 -0
- package/build/types/appcontainer/MessageModel.d.ts +35 -0
- package/build/types/appcontainer/MessageSourceModel.d.ts +18 -0
- package/build/types/appcontainer/OptionsDialogModel.d.ts +23 -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/ViewportSizeModel.d.ts +19 -0
- package/build/types/appcontainer/login/LoginPanelModel.d.ts +15 -0
- package/build/types/cmp/ag-grid/AgGrid.d.ts +31 -0
- package/build/types/cmp/ag-grid/AgGridModel.d.ts +183 -0
- package/build/types/cmp/ag-grid/index.d.ts +2 -0
- package/build/types/cmp/badge/Badge.d.ts +13 -0
- package/build/types/cmp/badge/index.d.ts +1 -0
- package/build/types/cmp/chart/Chart.d.ts +18 -0
- package/build/types/cmp/chart/ChartModel.d.ts +48 -0
- package/build/types/cmp/chart/impl/copyToClipboard.d.ts +6 -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 +26 -0
- package/build/types/cmp/clock/index.d.ts +1 -0
- package/build/types/cmp/dataview/DataView.d.ts +22 -0
- package/build/types/cmp/dataview/DataViewModel.d.ts +103 -0
- package/build/types/cmp/dataview/index.d.ts +2 -0
- package/build/types/cmp/filter/FilterChooserFieldSpec.d.ts +39 -0
- package/build/types/cmp/filter/FilterChooserModel.d.ts +130 -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 +35 -0
- package/build/types/cmp/form/FormModel.d.ts +130 -0
- package/build/types/cmp/form/field/BaseFieldModel.d.ts +156 -0
- package/build/types/cmp/form/field/FieldModel.d.ts +11 -0
- package/build/types/cmp/form/field/SubformsFieldModel.d.ts +65 -0
- package/build/types/cmp/form/index.d.ts +6 -0
- package/build/types/cmp/grid/Grid.d.ts +39 -0
- package/build/types/cmp/grid/GridAutosizeOptions.d.ts +44 -0
- package/build/types/cmp/grid/GridContextMenu.d.ts +28 -0
- package/build/types/cmp/grid/GridModel.d.ts +556 -0
- package/build/types/cmp/grid/GridSorter.d.ts +23 -0
- package/build/types/cmp/grid/Types.d.ts +274 -0
- package/build/types/cmp/grid/columns/Column.d.ts +362 -0
- package/build/types/cmp/grid/columns/ColumnGroup.d.ts +56 -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 +38 -0
- package/build/types/cmp/grid/filter/GridFilterModel.d.ts +44 -0
- package/build/types/cmp/grid/helpers/GridCountLabel.d.ts +25 -0
- package/build/types/cmp/grid/impl/ColumnGroupHeader.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnHeader.d.ts +55 -0
- package/build/types/cmp/grid/impl/ColumnWidthCalculator.d.ts +41 -0
- package/build/types/cmp/grid/impl/GridPersistenceModel.d.ts +34 -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 +5 -0
- package/build/types/cmp/grid/index.d.ts +15 -0
- package/build/types/cmp/grid/renderers/MultiFieldRenderer.d.ts +27 -0
- package/build/types/cmp/grid/renderers/TagsRenderer.d.ts +3 -0
- package/build/types/cmp/grouping/GroupingChooserModel.d.ts +89 -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 +19 -0
- package/build/types/cmp/input/index.d.ts +2 -0
- package/build/types/cmp/layout/Box.d.ts +17 -0
- package/build/types/cmp/layout/Frame.d.ts +15 -0
- package/build/types/cmp/layout/Placeholder.d.ts +12 -0
- package/build/types/cmp/layout/Spacer.d.ts +15 -0
- package/build/types/cmp/layout/Tags.d.ts +32 -0
- package/build/types/cmp/layout/TileFrame.d.ts +38 -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/pinpad/PinPad.d.ts +10 -0
- package/build/types/cmp/pinpad/PinPadModel.d.ts +35 -0
- package/build/types/cmp/pinpad/index.d.ts +2 -0
- package/build/types/cmp/relativetimestamp/RelativeTimestamp.d.ts +46 -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 +18 -0
- package/build/types/cmp/store/StoreFilterField.d.ts +82 -0
- package/build/types/cmp/store/impl/StoreFilterFieldImplModel.d.ts +23 -0
- package/build/types/cmp/store/index.d.ts +2 -0
- package/build/types/cmp/tab/TabContainer.d.ts +20 -0
- package/build/types/cmp/tab/TabContainerModel.d.ts +114 -0
- package/build/types/cmp/tab/TabModel.d.ts +71 -0
- package/build/types/cmp/tab/TabSwitcherProps.d.ts +16 -0
- package/build/types/cmp/tab/index.d.ts +4 -0
- package/build/types/cmp/websocket/WebSocketIndicator.d.ts +10 -0
- package/build/types/cmp/websocket/index.d.ts +1 -0
- package/build/types/core/AppSpec.d.ts +106 -0
- package/build/types/core/AppState.d.ts +13 -0
- package/build/types/core/HoistAppModel.d.ts +81 -0
- package/build/types/core/HoistBase.d.ts +160 -0
- package/build/types/core/HoistBaseDecorators.d.ts +20 -0
- package/build/types/core/HoistComponent.d.ts +109 -0
- package/build/types/core/HoistProps.d.ts +91 -0
- package/build/types/core/HoistService.d.ts +56 -0
- package/build/types/core/RefreshContextView.d.ts +11 -0
- package/build/types/core/RouterModel.d.ts +41 -0
- package/build/types/core/TaskObserver.d.ts +75 -0
- package/build/types/core/XH.d.ts +358 -0
- package/build/types/core/elem.d.ts +55 -0
- package/build/types/core/enums/RefreshMode.d.ts +16 -0
- package/build/types/core/enums/RenderMode.d.ts +13 -0
- package/build/types/core/enums/SizingMode.d.ts +10 -0
- package/build/types/core/exception/Exception.d.ts +63 -0
- package/build/types/core/exception/ExceptionHandler.d.ts +121 -0
- package/build/types/core/exception/Types.d.ts +50 -0
- package/build/types/core/impl/InstallServices.d.ts +18 -0
- package/build/types/core/impl/InstanceManager.d.ts +19 -0
- package/build/types/core/impl/PlatformManager.d.ts +13 -0
- package/build/types/core/index.d.ts +24 -0
- package/build/types/core/load/LoadSpec.d.ts +50 -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 +121 -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 +27 -0
- package/build/types/core/model/ModelSelector.d.ts +28 -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/CustomProvider.d.ts +16 -0
- package/build/types/core/persist/DashViewProvider.d.ts +11 -0
- package/build/types/core/persist/LocalStorageProvider.d.ts +11 -0
- package/build/types/core/persist/PersistOptions.d.ts +31 -0
- package/build/types/core/persist/PersistenceProvider.d.ts +49 -0
- package/build/types/core/persist/PrefProvider.d.ts +11 -0
- package/build/types/core/persist/index.d.ts +6 -0
- package/build/types/core/types/Interfaces.d.ts +232 -0
- package/build/types/core/types/Types.d.ts +41 -0
- package/build/types/data/Field.d.ts +72 -0
- package/build/types/data/RecordAction.d.ts +114 -0
- package/build/types/data/Store.d.ts +386 -0
- package/build/types/data/StoreRecord.d.ts +167 -0
- package/build/types/data/StoreSelectionModel.d.ts +52 -0
- package/build/types/data/UrlStore.d.ts +26 -0
- package/build/types/data/cube/BucketSpec.d.ts +13 -0
- package/build/types/data/cube/Cube.d.ts +159 -0
- package/build/types/data/cube/CubeField.d.ts +52 -0
- package/build/types/data/cube/Query.d.ts +63 -0
- package/build/types/data/cube/View.d.ts +97 -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 +13 -0
- package/build/types/data/cube/row/BaseRow.d.ts +27 -0
- package/build/types/data/cube/row/BucketRow.d.ts +12 -0
- package/build/types/data/cube/row/LeafRow.d.ts +12 -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 +23 -0
- package/build/types/data/filter/FieldFilter.d.ts +32 -0
- package/build/types/data/filter/Filter.d.ts +25 -0
- package/build/types/data/filter/FunctionFilter.d.ts +20 -0
- package/build/types/data/filter/Types.d.ts +31 -0
- package/build/types/data/filter/Utils.d.ts +49 -0
- package/build/types/data/impl/RecordSet.d.ts +44 -0
- package/build/types/data/impl/RecordValidator.d.ts +39 -0
- package/build/types/data/impl/StoreValidator.d.ts +47 -0
- package/build/types/data/index.d.ts +31 -0
- package/build/types/data/validation/Rule.d.ts +51 -0
- package/build/types/data/validation/ValidationState.d.ts +6 -0
- package/build/types/data/validation/constraints.d.ts +64 -0
- package/build/types/deprecated/index.d.ts +0 -0
- package/build/types/desktop/appcontainer/AboutDialog.d.ts +11 -0
- package/build/types/desktop/appcontainer/AppContainer.d.ts +13 -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/IdlePanel.d.ts +8 -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/SuspendPanel.d.ts +6 -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/cmp/appOption/AutoRefreshAppOption.d.ts +340 -0
- package/build/types/desktop/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/desktop/cmp/appOption/ThemeAppOption.d.ts +340 -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 +6 -0
- package/build/types/desktop/cmp/appbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/button/AppMenuButton.d.ts +36 -0
- package/build/types/desktop/cmp/button/Button.d.ts +28 -0
- package/build/types/desktop/cmp/button/ButtonGroup.d.ts +17 -0
- package/build/types/desktop/cmp/button/ColAutosizeButton.d.ts +14 -0
- package/build/types/desktop/cmp/button/ColChooserButton.d.ts +19 -0
- package/build/types/desktop/cmp/button/DashCanvasAddViewButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/ExportButton.d.ts +22 -0
- package/build/types/desktop/cmp/button/FeedbackButton.d.ts +9 -0
- package/build/types/desktop/cmp/button/LaunchAdminButton.d.ts +9 -0
- package/build/types/desktop/cmp/button/LogoutButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/ModalToggleButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/OptionsButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/RefreshButton.d.ts +13 -0
- package/build/types/desktop/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/desktop/cmp/button/ThemeToggleButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/WhatsNewButton.d.ts +11 -0
- package/build/types/desktop/cmp/button/index.d.ts +15 -0
- package/build/types/desktop/cmp/clipboard/ClipboardButton.d.ts +13 -0
- package/build/types/desktop/cmp/clipboard/ClipboardMenuItem.d.ts +7 -0
- package/build/types/desktop/cmp/clipboard/index.d.ts +2 -0
- package/build/types/desktop/cmp/contextmenu/ContextMenu.d.ts +21 -0
- package/build/types/desktop/cmp/contextmenu/index.d.ts +1 -0
- package/build/types/desktop/cmp/dash/DashConfig.d.ts +33 -0
- package/build/types/desktop/cmp/dash/DashModel.d.ts +19 -0
- package/build/types/desktop/cmp/dash/DashViewModel.d.ts +52 -0
- package/build/types/desktop/cmp/dash/DashViewSpec.d.ts +41 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvas.d.ts +19 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasModel.d.ts +104 -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 +10 -0
- package/build/types/desktop/cmp/dash/container/DashContainer.d.ts +9 -0
- package/build/types/desktop/cmp/dash/container/DashContainerModel.d.ts +143 -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 +14 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/index.d.ts +11 -0
- package/build/types/desktop/cmp/dock/DockContainer.d.ts +26 -0
- package/build/types/desktop/cmp/dock/DockContainerModel.d.ts +33 -0
- package/build/types/desktop/cmp/dock/DockViewModel.d.ts +75 -0
- package/build/types/desktop/cmp/dock/impl/DockContainer.d.ts +10 -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/ErrorMessage.d.ts +33 -0
- package/build/types/desktop/cmp/error/index.d.ts +1 -0
- package/build/types/desktop/cmp/filechooser/FileChooser.d.ts +42 -0
- package/build/types/desktop/cmp/filechooser/FileChooserModel.d.ts +25 -0
- package/build/types/desktop/cmp/filechooser/index.d.ts +2 -0
- package/build/types/desktop/cmp/filter/FilterChooser.d.ts +28 -0
- package/build/types/desktop/cmp/filter/index.d.ts +2 -0
- package/build/types/desktop/cmp/form/FormField.d.ts +63 -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 +16 -0
- package/build/types/desktop/cmp/grid/editors/DateEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/EditorProps.d.ts +17 -0
- package/build/types/desktop/cmp/grid/editors/NumberEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/SelectEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/TextAreaEditor.d.ts +7 -0
- package/build/types/desktop/cmp/grid/editors/TextEditor.d.ts +7 -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 +37 -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 +33 -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 +38 -0
- package/build/types/desktop/cmp/grid/impl/filter/GridFilterDialog.d.ts +11 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomRow.d.ts +6 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomRowModel.d.ts +28 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/custom/CustomTabModel.d.ts +21 -0
- package/build/types/desktop/cmp/grid/impl/filter/values/ValuesTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/values/ValuesTabModel.d.ts +33 -0
- package/build/types/desktop/cmp/grid/index.d.ts +3 -0
- package/build/types/desktop/cmp/grouping/GroupingChooser.d.ts +26 -0
- package/build/types/desktop/cmp/grouping/index.d.ts +2 -0
- package/build/types/desktop/cmp/input/ButtonGroupInput.d.ts +26 -0
- package/build/types/desktop/cmp/input/Checkbox.d.ts +28 -0
- package/build/types/desktop/cmp/input/CodeInput.d.ts +80 -0
- package/build/types/desktop/cmp/input/DateInput.d.ts +117 -0
- package/build/types/desktop/cmp/input/JsonInput.d.ts +9 -0
- package/build/types/desktop/cmp/input/NumberInput.d.ts +77 -0
- package/build/types/desktop/cmp/input/RadioInput.d.ts +22 -0
- package/build/types/desktop/cmp/input/Select.d.ts +139 -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 +55 -0
- package/build/types/desktop/cmp/input/index.d.ts +12 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooser.d.ts +14 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserFilter.d.ts +15 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserModel.d.ts +83 -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/loadingindicator/LoadingIndicator.d.ts +27 -0
- package/build/types/desktop/cmp/loadingindicator/index.d.ts +1 -0
- package/build/types/desktop/cmp/mask/Mask.d.ts +27 -0
- package/build/types/desktop/cmp/mask/index.d.ts +1 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupport.d.ts +16 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupportModel.d.ts +30 -0
- package/build/types/desktop/cmp/modalsupport/index.d.ts +2 -0
- package/build/types/desktop/cmp/panel/Panel.d.ts +60 -0
- package/build/types/desktop/cmp/panel/PanelModel.d.ts +112 -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 +33 -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 +33 -0
- package/build/types/desktop/cmp/record/impl/RecordActionButton.d.ts +21 -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 +24 -0
- package/build/types/desktop/cmp/rest/RestGridModel.d.ts +98 -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 +48 -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 +7 -0
- package/build/types/desktop/cmp/tab/TabSwitcher.d.ts +15 -0
- package/build/types/desktop/cmp/tab/impl/Tab.d.ts +12 -0
- package/build/types/desktop/cmp/tab/impl/TabContainer.d.ts +8 -0
- package/build/types/desktop/cmp/tab/index.d.ts +1 -0
- package/build/types/desktop/cmp/toolbar/Toolbar.d.ts +31 -0
- package/build/types/desktop/cmp/toolbar/ToolbarSep.d.ts +11 -0
- package/build/types/desktop/cmp/toolbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/treemap/SplitTreeMap.d.ts +11 -0
- package/build/types/desktop/cmp/treemap/SplitTreeMapModel.d.ts +79 -0
- package/build/types/desktop/cmp/treemap/TreeMap.d.ts +16 -0
- package/build/types/desktop/cmp/treemap/TreeMapModel.d.ts +182 -0
- package/build/types/desktop/cmp/treemap/impl/Splitter.d.ts +6 -0
- package/build/types/desktop/cmp/treemap/index.d.ts +4 -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 +27 -0
- package/build/types/dynamics/mobile.d.ts +21 -0
- package/build/types/format/FormatDate.d.ts +52 -0
- package/build/types/format/FormatMisc.d.ts +41 -0
- package/build/types/format/FormatNumber.d.ts +112 -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 +340 -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 +19 -0
- package/build/types/inspector/stats/StatsPanel.d.ts +2 -0
- package/build/types/kit/ag-grid/index.d.ts +19 -0
- package/build/types/kit/blueprint/Dialog.d.ts +13 -0
- package/build/types/kit/blueprint/Wrappers.d.ts +5 -0
- package/build/types/kit/blueprint/index.d.ts +8 -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-select/index.d.ts +7 -0
- package/build/types/mobile/appcontainer/AboutDialog.d.ts +10 -0
- package/build/types/mobile/appcontainer/AppContainer.d.ts +13 -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/IdlePanel.d.ts +8 -0
- package/build/types/mobile/appcontainer/ImpersonationBar.d.ts +9 -0
- package/build/types/mobile/appcontainer/LockoutPanel.d.ts +7 -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/SuspendPanel.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/cmp/appOption/AutoRefreshAppOption.d.ts +333 -0
- package/build/types/mobile/cmp/appOption/SizingModeAppOption.d.ts +336 -0
- package/build/types/mobile/cmp/appOption/ThemeAppOption.d.ts +333 -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 +13 -0
- package/build/types/mobile/cmp/button/ColAutosizeButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/ColChooserButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/ExpandCollapseButton.d.ts +12 -0
- package/build/types/mobile/cmp/button/FeedbackButton.d.ts +9 -0
- package/build/types/mobile/cmp/button/LogoutButton.d.ts +11 -0
- package/build/types/mobile/cmp/button/NavigatorBackButton.d.ts +8 -0
- package/build/types/mobile/cmp/button/OptionsButton.d.ts +10 -0
- package/build/types/mobile/cmp/button/RefreshButton.d.ts +13 -0
- package/build/types/mobile/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/mobile/cmp/button/ThemeToggleButton.d.ts +8 -0
- package/build/types/mobile/cmp/button/index.d.ts +11 -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/ErrorMessage.d.ts +33 -0
- package/build/types/mobile/cmp/error/index.d.ts +1 -0
- package/build/types/mobile/cmp/form/FormField.d.ts +26 -0
- package/build/types/mobile/cmp/form/index.d.ts +1 -0
- package/build/types/mobile/cmp/grid/impl/ColChooser.d.ts +22 -0
- package/build/types/mobile/cmp/grid/impl/ColChooserModel.d.ts +46 -0
- package/build/types/mobile/cmp/grouping/GroupingChooser.d.ts +20 -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 +31 -0
- package/build/types/mobile/cmp/header/index.d.ts +2 -0
- package/build/types/mobile/cmp/input/ButtonGroupInput.d.ts +23 -0
- package/build/types/mobile/cmp/input/Checkbox.d.ts +14 -0
- package/build/types/mobile/cmp/input/DateInput.d.ts +53 -0
- package/build/types/mobile/cmp/input/Label.d.ts +11 -0
- package/build/types/mobile/cmp/input/NumberInput.d.ts +52 -0
- package/build/types/mobile/cmp/input/SearchInput.d.ts +24 -0
- package/build/types/mobile/cmp/input/Select.d.ts +122 -0
- package/build/types/mobile/cmp/input/SwitchInput.d.ts +14 -0
- package/build/types/mobile/cmp/input/TextArea.d.ts +22 -0
- package/build/types/mobile/cmp/input/TextInput.d.ts +39 -0
- package/build/types/mobile/cmp/input/index.d.ts +10 -0
- package/build/types/mobile/cmp/loadingindicator/LoadingIndicator.d.ts +27 -0
- package/build/types/mobile/cmp/loadingindicator/index.d.ts +1 -0
- package/build/types/mobile/cmp/mask/Mask.d.ts +25 -0
- package/build/types/mobile/cmp/mask/index.d.ts +1 -0
- package/build/types/mobile/cmp/menu/MenuButton.d.ts +21 -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 +13 -0
- package/build/types/mobile/cmp/navigator/NavigatorModel.d.ts +55 -0
- package/build/types/mobile/cmp/navigator/PageModel.d.ts +60 -0
- package/build/types/mobile/cmp/navigator/impl/Page.d.ts +12 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/BackIndicator.d.ts +6 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/RefreshIndicator.d.ts +6 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/Swiper.d.ts +8 -0
- package/build/types/mobile/cmp/navigator/impl/swipe/SwiperModel.d.ts +23 -0
- package/build/types/mobile/cmp/navigator/index.d.ts +2 -0
- package/build/types/mobile/cmp/panel/DialogPanel.d.ts +15 -0
- package/build/types/mobile/cmp/panel/Panel.d.ts +39 -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 +36 -0
- package/build/types/mobile/cmp/popover/index.d.ts +1 -0
- package/build/types/mobile/cmp/store/impl/StoreFilterField.d.ts +7 -0
- package/build/types/mobile/cmp/tab/impl/Tab.d.ts +13 -0
- package/build/types/mobile/cmp/tab/impl/TabContainer.d.ts +10 -0
- package/build/types/mobile/cmp/toolbar/Toolbar.d.ts +12 -0
- package/build/types/mobile/cmp/toolbar/ToolbarSeparator.d.ts +8 -0
- package/build/types/mobile/cmp/toolbar/index.d.ts +2 -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 +9 -0
- package/build/types/promise/Promise.d.ts +107 -0
- package/build/types/promise/index.d.ts +1 -0
- package/build/types/svc/AlertBannerService.d.ts +19 -0
- package/build/types/svc/AutoRefreshService.d.ts +28 -0
- package/build/types/svc/ChangelogService.d.ts +62 -0
- package/build/types/svc/ConfigService.d.ts +36 -0
- package/build/types/svc/EnvironmentService.d.ts +24 -0
- package/build/types/svc/FetchService.d.ts +139 -0
- package/build/types/svc/GridAutosizeService.d.ts +38 -0
- package/build/types/svc/GridExportService.d.ts +56 -0
- package/build/types/svc/IdentityService.d.ts +61 -0
- package/build/types/svc/IdleService.d.ts +21 -0
- package/build/types/svc/InspectorService.d.ts +74 -0
- package/build/types/svc/JsonBlobService.d.ts +35 -0
- package/build/types/svc/LocalStorageService.d.ts +24 -0
- package/build/types/svc/PrefService.d.ts +76 -0
- package/build/types/svc/TrackService.d.ts +15 -0
- package/build/types/svc/WebSocketService.d.ts +94 -0
- package/build/types/svc/index.d.ts +16 -0
- package/build/types/utils/async/AsyncUtils.d.ts +40 -0
- package/build/types/utils/async/Timer.d.ts +89 -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 +94 -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/Separators.d.ts +10 -0
- package/build/types/utils/impl/TimeZone.d.ts +4 -0
- package/build/types/utils/impl/index.d.ts +4 -0
- package/build/types/utils/js/BrowserUtils.d.ts +4 -0
- package/build/types/utils/js/Decorators.d.ts +25 -0
- package/build/types/utils/js/DomUtils.d.ts +46 -0
- package/build/types/utils/js/HtmlUtils.d.ts +4 -0
- package/build/types/utils/js/LangUtils.d.ts +112 -0
- package/build/types/utils/js/LogUtils.d.ts +32 -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 +47 -0
- package/build/types/utils/react/LayoutPropUtils.d.ts +42 -0
- package/build/types/utils/react/ObservableRef.d.ts +13 -0
- package/build/types/utils/react/ReactUtils.d.ts +19 -0
- package/build/types/utils/react/index.d.ts +5 -0
- package/package.json +2 -2
- package/tsconfig.json +14 -7
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import './LockoutPanel.scss';
|
|
2
|
+
/**
|
|
3
|
+
* Panel for display to prevent user access to all content.
|
|
4
|
+
*
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const lockoutPanel: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<import("@xh/hoist/core").HoistModel>>;
|
|
@@ -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,333 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SwitchInputProps } from '@xh/hoist/mobile/cmp/input';
|
|
3
|
+
import { FormFieldProps } from '@xh/hoist/mobile/cmp/form';
|
|
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) => {
|
|
15
|
+
omit: boolean;
|
|
16
|
+
name: string;
|
|
17
|
+
prefName: string;
|
|
18
|
+
formField: {
|
|
19
|
+
commitOnChange?: boolean;
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
field: string;
|
|
22
|
+
info: import("react").ReactNode;
|
|
23
|
+
label: import("react").ReactNode;
|
|
24
|
+
minimal?: boolean;
|
|
25
|
+
readonlyRenderer?: (v: any) => import("react").ReactNode;
|
|
26
|
+
requiredIndicator?: string;
|
|
27
|
+
model?: import("../../../cmp/form").FieldModel;
|
|
28
|
+
modelConfig?: unknown;
|
|
29
|
+
modelRef?: import("react").Ref<import("../../../cmp/form").FieldModel>;
|
|
30
|
+
className?: string;
|
|
31
|
+
children?: import("react").ReactNode;
|
|
32
|
+
margin?: string | number;
|
|
33
|
+
marginTop?: string | number;
|
|
34
|
+
marginRight?: string | number;
|
|
35
|
+
marginBottom?: string | number;
|
|
36
|
+
marginLeft?: string | number;
|
|
37
|
+
padding?: string | number;
|
|
38
|
+
paddingTop?: string | number;
|
|
39
|
+
paddingRight?: string | number;
|
|
40
|
+
paddingBottom?: string | number;
|
|
41
|
+
paddingLeft?: string | number;
|
|
42
|
+
height?: string | number;
|
|
43
|
+
minHeight?: string | number;
|
|
44
|
+
maxHeight?: string | number;
|
|
45
|
+
width?: string | number;
|
|
46
|
+
minWidth?: string | number;
|
|
47
|
+
maxWidth?: string | number;
|
|
48
|
+
flex?: string | number;
|
|
49
|
+
flexBasis?: string | number;
|
|
50
|
+
flexDirection?: string | number;
|
|
51
|
+
flexGrow?: string | number;
|
|
52
|
+
flexShrink?: string | number;
|
|
53
|
+
flexWrap?: string | number;
|
|
54
|
+
alignItems?: string;
|
|
55
|
+
alignSelf?: string;
|
|
56
|
+
alignContent?: string;
|
|
57
|
+
justifyContent?: string;
|
|
58
|
+
overflow?: string;
|
|
59
|
+
overflowX?: string;
|
|
60
|
+
overflowY?: string;
|
|
61
|
+
textOverflow?: string;
|
|
62
|
+
top?: string | number;
|
|
63
|
+
left?: string | number;
|
|
64
|
+
position?: string;
|
|
65
|
+
display?: string;
|
|
66
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
67
|
+
slot?: string;
|
|
68
|
+
style?: import("react").CSSProperties;
|
|
69
|
+
title?: string;
|
|
70
|
+
defaultChecked?: boolean;
|
|
71
|
+
defaultValue?: string | number | readonly string[];
|
|
72
|
+
suppressContentEditableWarning?: boolean;
|
|
73
|
+
suppressHydrationWarning?: boolean;
|
|
74
|
+
accessKey?: string;
|
|
75
|
+
autoFocus?: boolean;
|
|
76
|
+
contentEditable?: (boolean | "true" | "false") | "inherit";
|
|
77
|
+
dir?: string;
|
|
78
|
+
draggable?: boolean | "true" | "false";
|
|
79
|
+
hidden?: boolean;
|
|
80
|
+
id?: string;
|
|
81
|
+
lang?: string;
|
|
82
|
+
nonce?: string;
|
|
83
|
+
placeholder?: string;
|
|
84
|
+
spellCheck?: boolean | "true" | "false";
|
|
85
|
+
tabIndex?: number;
|
|
86
|
+
translate?: "yes" | "no";
|
|
87
|
+
radioGroup?: string;
|
|
88
|
+
role?: import("react").AriaRole;
|
|
89
|
+
about?: string;
|
|
90
|
+
content?: string;
|
|
91
|
+
datatype?: string;
|
|
92
|
+
inlist?: any;
|
|
93
|
+
prefix?: string;
|
|
94
|
+
property?: string;
|
|
95
|
+
rel?: string;
|
|
96
|
+
resource?: string;
|
|
97
|
+
rev?: string;
|
|
98
|
+
typeof?: string;
|
|
99
|
+
vocab?: string;
|
|
100
|
+
autoCapitalize?: string;
|
|
101
|
+
autoCorrect?: string;
|
|
102
|
+
autoSave?: string;
|
|
103
|
+
color?: string;
|
|
104
|
+
itemProp?: string;
|
|
105
|
+
itemScope?: boolean;
|
|
106
|
+
itemType?: string;
|
|
107
|
+
itemID?: string;
|
|
108
|
+
itemRef?: string;
|
|
109
|
+
results?: number;
|
|
110
|
+
security?: string;
|
|
111
|
+
unselectable?: "on" | "off";
|
|
112
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
113
|
+
is?: string;
|
|
114
|
+
'aria-activedescendant'?: string;
|
|
115
|
+
'aria-atomic'?: boolean | "true" | "false";
|
|
116
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
|
|
117
|
+
'aria-braillelabel'?: string;
|
|
118
|
+
'aria-brailleroledescription'?: string;
|
|
119
|
+
'aria-busy'?: boolean | "true" | "false";
|
|
120
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
121
|
+
'aria-colcount'?: number;
|
|
122
|
+
'aria-colindex'?: number;
|
|
123
|
+
'aria-colindextext'?: string;
|
|
124
|
+
'aria-colspan'?: number;
|
|
125
|
+
'aria-controls'?: string;
|
|
126
|
+
'aria-current'?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location";
|
|
127
|
+
'aria-describedby'?: string;
|
|
128
|
+
'aria-description'?: string;
|
|
129
|
+
'aria-details'?: string;
|
|
130
|
+
'aria-disabled'?: boolean | "true" | "false";
|
|
131
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
132
|
+
'aria-errormessage'?: string;
|
|
133
|
+
'aria-expanded'?: boolean | "true" | "false";
|
|
134
|
+
'aria-flowto'?: string;
|
|
135
|
+
'aria-grabbed'?: boolean | "true" | "false";
|
|
136
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
137
|
+
'aria-hidden'?: boolean | "true" | "false";
|
|
138
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
139
|
+
'aria-keyshortcuts'?: string;
|
|
140
|
+
'aria-label'?: string;
|
|
141
|
+
'aria-labelledby'?: string;
|
|
142
|
+
'aria-level'?: number;
|
|
143
|
+
'aria-live'?: "off" | "assertive" | "polite";
|
|
144
|
+
'aria-modal'?: boolean | "true" | "false";
|
|
145
|
+
'aria-multiline'?: boolean | "true" | "false";
|
|
146
|
+
'aria-multiselectable'?: boolean | "true" | "false";
|
|
147
|
+
'aria-orientation'?: "horizontal" | "vertical";
|
|
148
|
+
'aria-owns'?: string;
|
|
149
|
+
'aria-placeholder'?: string;
|
|
150
|
+
'aria-posinset'?: number;
|
|
151
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
152
|
+
'aria-readonly'?: boolean | "true" | "false";
|
|
153
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
154
|
+
'aria-required'?: boolean | "true" | "false";
|
|
155
|
+
'aria-roledescription'?: string;
|
|
156
|
+
'aria-rowcount'?: number;
|
|
157
|
+
'aria-rowindex'?: number;
|
|
158
|
+
'aria-rowindextext'?: string;
|
|
159
|
+
'aria-rowspan'?: number;
|
|
160
|
+
'aria-selected'?: boolean | "true" | "false";
|
|
161
|
+
'aria-setsize'?: number;
|
|
162
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
163
|
+
'aria-valuemax'?: number;
|
|
164
|
+
'aria-valuemin'?: number;
|
|
165
|
+
'aria-valuenow'?: number;
|
|
166
|
+
'aria-valuetext'?: string;
|
|
167
|
+
dangerouslySetInnerHTML?: {
|
|
168
|
+
__html: string | TrustedHTML;
|
|
169
|
+
};
|
|
170
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
171
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
172
|
+
onCut?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
173
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
174
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
175
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
176
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement>;
|
|
177
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
|
|
178
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement>;
|
|
179
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
|
|
180
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement>;
|
|
181
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
|
|
182
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement>;
|
|
183
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement>;
|
|
184
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement>;
|
|
185
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement>;
|
|
186
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement>;
|
|
187
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement>;
|
|
188
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
|
|
189
|
+
onInput?: import("react").FormEventHandler<HTMLDivElement>;
|
|
190
|
+
onInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
|
|
191
|
+
onReset?: import("react").FormEventHandler<HTMLDivElement>;
|
|
192
|
+
onResetCapture?: import("react").FormEventHandler<HTMLDivElement>;
|
|
193
|
+
onSubmit?: import("react").FormEventHandler<HTMLDivElement>;
|
|
194
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement>;
|
|
195
|
+
onInvalid?: import("react").FormEventHandler<HTMLDivElement>;
|
|
196
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement>;
|
|
197
|
+
onLoad?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
198
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
199
|
+
onError?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
200
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
201
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement>;
|
|
202
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
|
|
203
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement>;
|
|
204
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
|
|
205
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement>;
|
|
206
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
|
|
207
|
+
onAbort?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
208
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
209
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
210
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
211
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
212
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
213
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
214
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
215
|
+
onEmptied?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
216
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
217
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
218
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
219
|
+
onEnded?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
220
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
221
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
222
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
223
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
224
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
225
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
226
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
227
|
+
onPause?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
228
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
229
|
+
onPlay?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
230
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
231
|
+
onPlaying?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
232
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
233
|
+
onProgress?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
234
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
235
|
+
onRateChange?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
236
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
237
|
+
onResize?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
238
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
239
|
+
onSeeked?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
240
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
241
|
+
onSeeking?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
242
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
243
|
+
onStalled?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
244
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
245
|
+
onSuspend?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
246
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
247
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
248
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
249
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
250
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
251
|
+
onWaiting?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
252
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
253
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
254
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
255
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
256
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
257
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
258
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
259
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
260
|
+
onDrag?: import("react").DragEventHandler<HTMLDivElement>;
|
|
261
|
+
onDragCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
262
|
+
onDragEnd?: import("react").DragEventHandler<HTMLDivElement>;
|
|
263
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
264
|
+
onDragEnter?: import("react").DragEventHandler<HTMLDivElement>;
|
|
265
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
266
|
+
onDragExit?: import("react").DragEventHandler<HTMLDivElement>;
|
|
267
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
268
|
+
onDragLeave?: import("react").DragEventHandler<HTMLDivElement>;
|
|
269
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
270
|
+
onDragOver?: import("react").DragEventHandler<HTMLDivElement>;
|
|
271
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
272
|
+
onDragStart?: import("react").DragEventHandler<HTMLDivElement>;
|
|
273
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
274
|
+
onDrop?: import("react").DragEventHandler<HTMLDivElement>;
|
|
275
|
+
onDropCapture?: import("react").DragEventHandler<HTMLDivElement>;
|
|
276
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
277
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
278
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
279
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
280
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
281
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
282
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
283
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
284
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
285
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
286
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
287
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement>;
|
|
288
|
+
onSelect?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
289
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement>;
|
|
290
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
291
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
292
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
293
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
294
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
295
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
296
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
297
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement>;
|
|
298
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
299
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
300
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
301
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
302
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
303
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
304
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
305
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
306
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
307
|
+
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
308
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
309
|
+
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
310
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
311
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
312
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
313
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
314
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
315
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
316
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
317
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement>;
|
|
318
|
+
onScroll?: import("react").UIEventHandler<HTMLDivElement>;
|
|
319
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement>;
|
|
320
|
+
onWheel?: import("react").WheelEventHandler<HTMLDivElement>;
|
|
321
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement>;
|
|
322
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement>;
|
|
323
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
|
|
324
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement>;
|
|
325
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
|
|
326
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement>;
|
|
327
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
|
|
328
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement>;
|
|
329
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement>;
|
|
330
|
+
item: import("react").ReactElement<SwitchInputProps, any>;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
export {};
|