@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,424 @@
|
|
|
1
|
+
import type { GridFilterBindTarget } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistBase, PlainObject, Some } from '@xh/hoist/core';
|
|
3
|
+
import { Field, FieldSpec, Filter, FilterBindTarget, FilterLike, FilterValueSource, StoreRecord, StoreRecordId, StoreRecordOrId, StoreValidationMessagesMap, StoreValidationResultsMap, ValidationResult } from '@xh/hoist/data';
|
|
4
|
+
import { StoreValidator } from '@xh/hoist/data/impl/StoreValidator';
|
|
5
|
+
import { RecordSet } from './impl/RecordSet';
|
|
6
|
+
export interface StoreConfig {
|
|
7
|
+
/** Field names, configs, or instances. */
|
|
8
|
+
fields?: Array<string | FieldSpec | Field>;
|
|
9
|
+
/**
|
|
10
|
+
* Default configs applied to `Field` instances constructed internally by this Store.
|
|
11
|
+
* @see FieldSpec
|
|
12
|
+
*/
|
|
13
|
+
fieldDefaults?: Omit<FieldSpec, 'name'>;
|
|
14
|
+
/**
|
|
15
|
+
* Specification for producing an immutable unique id for each record. May be provided as
|
|
16
|
+
* either a string property name (default is 'id') or a function that receives the raw data
|
|
17
|
+
* and returns a string. This property will be normalized to a function upon Store construction.
|
|
18
|
+
* If there is no natural id to select/generate, you can use `XH.genId` to generate a unique id
|
|
19
|
+
* on the fly. NOTE that in this case, grids and other components bound to this store will not
|
|
20
|
+
* be able to maintain record state across reloads.
|
|
21
|
+
*/
|
|
22
|
+
idSpec?: StoreRecordIdSpec;
|
|
23
|
+
/**
|
|
24
|
+
* Initial data to load in to the Store.
|
|
25
|
+
*/
|
|
26
|
+
data?: PlainObject[];
|
|
27
|
+
/**
|
|
28
|
+
* Function to run on each individual data object presented to `loadData()` prior to creating
|
|
29
|
+
* a `StoreRecord` from that object. This function must return an object, cloning the original
|
|
30
|
+
* object if edits are necessary.
|
|
31
|
+
*/
|
|
32
|
+
processRawData?: (data: PlainObject) => PlainObject;
|
|
33
|
+
/**
|
|
34
|
+
* One or more filters or configs to create one. If an array, a single 'AND' filter
|
|
35
|
+
* will be created.
|
|
36
|
+
*/
|
|
37
|
+
filter?: FilterLike;
|
|
38
|
+
/** True if all children of a passing record should also be considered passing (default false).*/
|
|
39
|
+
filterIncludesChildren?: boolean;
|
|
40
|
+
/** True (default) to load hierarchical/tree data, if any. */
|
|
41
|
+
loadTreeData?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* The property on each raw data object that holds its (raw) child objects, if any.
|
|
44
|
+
* Default 'children', no effect if `loadTreeData: false`.
|
|
45
|
+
*/
|
|
46
|
+
loadTreeDataFrom?: string;
|
|
47
|
+
/** True to treat the root node in hierarchical data as the summary record (default false). */
|
|
48
|
+
loadRootAsSummary?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* True to freeze the internal data object of the record. May be set to false to maximize
|
|
51
|
+
* performance. Note that the internal data of the record should in all cases be considered
|
|
52
|
+
* immutable (default true).
|
|
53
|
+
*/
|
|
54
|
+
freezeData?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Set to true to indicate that the id for a record implies a fixed position of the record
|
|
57
|
+
* within the tree hierarchy. May be set to true to maximize performance (default false).
|
|
58
|
+
*/
|
|
59
|
+
idEncodesTreePath?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Performance optimization for large datasets with immutable raw data objects.
|
|
62
|
+
*
|
|
63
|
+
* By default, Store reuses existing StoreRecord instances when new data is loaded with
|
|
64
|
+
* matching IDs and identical field values (determined via deep equality comparison). This
|
|
65
|
+
* preserves row state in grids for unchanged records.
|
|
66
|
+
*
|
|
67
|
+
* When `reuseRecords` is true, the Store skips the fieldwise comparison and instead reuses
|
|
68
|
+
* records when the raw data object itself is **reference-identical** to the previously loaded
|
|
69
|
+
* object. This avoids equality checks, record creation, and raw data processing overhead.
|
|
70
|
+
*
|
|
71
|
+
* Only use this when your data source provides stable object references for unchanged records.
|
|
72
|
+
* Should not be used with a `processRawData` function that depends on external state, as that
|
|
73
|
+
* function will be bypassed on subsequent reloads of reference-identical data.
|
|
74
|
+
*
|
|
75
|
+
* Default false.
|
|
76
|
+
*/
|
|
77
|
+
reuseRecords?: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Set to true to always validate all uncommitted records on every change to
|
|
80
|
+
* uncommitted records (add, modify, or remove). Default false.
|
|
81
|
+
*/
|
|
82
|
+
validationIsComplex?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Flags for experimental features. These features are designed for early client-access and
|
|
85
|
+
* testing, but are not yet part of the Hoist API.
|
|
86
|
+
*/
|
|
87
|
+
experimental?: PlainObject;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Object representing data changes to perform on a Store's committed record set in a single
|
|
91
|
+
* transaction.
|
|
92
|
+
*/
|
|
93
|
+
export interface StoreTransaction {
|
|
94
|
+
/**
|
|
95
|
+
* List of raw data objects representing records to be updated.
|
|
96
|
+
* Updates must be matched to existing records by id in order to be applied. The form of the
|
|
97
|
+
* update objects should be the same as presented to loadData(), with the exception that any
|
|
98
|
+
* children property will be ignored, and any existing children for the record being updated
|
|
99
|
+
* will be preserved. If the record is a child, the new updated instance will be assigned to
|
|
100
|
+
* the same parent. (Meaning: parent/child relationships *cannot* be modified via updates.)
|
|
101
|
+
*/
|
|
102
|
+
update?: PlainObject[];
|
|
103
|
+
/** Raw data of new records to be added, */
|
|
104
|
+
add?: Array<PlainObject | ChildRawData>;
|
|
105
|
+
/** IDs of existing records to be removed. Any descendents will also be removed. */
|
|
106
|
+
remove?: StoreRecordId[];
|
|
107
|
+
/**
|
|
108
|
+
* Update to the dedicated summary record(s) for this store. If the store has its
|
|
109
|
+
* `loadRootAsSummary` flag set to true, the summary record should instead be provided via the
|
|
110
|
+
* `update` property.
|
|
111
|
+
*/
|
|
112
|
+
rawSummaryData?: Some<PlainObject>;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Collection of changes made to a Store's RecordSet. Unlike `StoreTransaction` which is used to
|
|
116
|
+
* specify changes, this object is used to report the actual changes made in a single transaction.
|
|
117
|
+
*/
|
|
118
|
+
export interface StoreChangeLog {
|
|
119
|
+
update?: StoreRecord[];
|
|
120
|
+
add?: StoreRecord[];
|
|
121
|
+
remove?: StoreRecordId[];
|
|
122
|
+
summaryRecords?: StoreRecord[];
|
|
123
|
+
}
|
|
124
|
+
export interface ChildRawData {
|
|
125
|
+
/** ID of the pre-existing parent record. */
|
|
126
|
+
parentId: string;
|
|
127
|
+
/**
|
|
128
|
+
* Data for the child records to be added. Can include a `children` property to be processed
|
|
129
|
+
* into new (grand)child records.
|
|
130
|
+
*/
|
|
131
|
+
rawData: PlainObject[];
|
|
132
|
+
}
|
|
133
|
+
export type StoreRecordIdSpec = string | ((data: PlainObject) => StoreRecordId);
|
|
134
|
+
/**
|
|
135
|
+
* A managed and observable set of local, in-memory Records.
|
|
136
|
+
*/
|
|
137
|
+
export declare class Store extends HoistBase implements FilterBindTarget, FilterValueSource, GridFilterBindTarget {
|
|
138
|
+
static isStore(obj: unknown): obj is Store;
|
|
139
|
+
readonly isFilterValueSource = true;
|
|
140
|
+
fields: Field[];
|
|
141
|
+
idSpec: (data: PlainObject) => StoreRecordId;
|
|
142
|
+
processRawData: (raw: any) => any;
|
|
143
|
+
filterIncludesChildren: boolean;
|
|
144
|
+
loadTreeData: boolean;
|
|
145
|
+
loadTreeDataFrom: string;
|
|
146
|
+
loadRootAsSummary: boolean;
|
|
147
|
+
idEncodesTreePath: boolean;
|
|
148
|
+
freezeData: boolean;
|
|
149
|
+
reuseRecords: boolean;
|
|
150
|
+
validationIsComplex: boolean;
|
|
151
|
+
filter: Filter;
|
|
152
|
+
/** Timestamp (ms) of the last time this store's data was changed. */
|
|
153
|
+
lastUpdated: number;
|
|
154
|
+
/** Timestamp (ms) of the last time this store's data was loaded.*/
|
|
155
|
+
lastLoaded: number;
|
|
156
|
+
/**
|
|
157
|
+
* Records containing summary data, such as top-level aggregations produced by a Hoist Cube
|
|
158
|
+
* or any other custom aggregation(s) calculated and installed by the application. Set via
|
|
159
|
+
* {@link loadData} or by loading a tree structure with `loadRootAsSummary` set to true.
|
|
160
|
+
*/
|
|
161
|
+
summaryRecords: StoreRecord[];
|
|
162
|
+
/** @internal - used internally by any StoreFilterField bound to this store. */
|
|
163
|
+
xhFilterText: string;
|
|
164
|
+
validator: StoreValidator;
|
|
165
|
+
private _committed;
|
|
166
|
+
private _current;
|
|
167
|
+
_filtered: RecordSet;
|
|
168
|
+
private _dataDefaults;
|
|
169
|
+
_created: number;
|
|
170
|
+
private _fieldMap;
|
|
171
|
+
experimental: any;
|
|
172
|
+
constructor({ fields, fieldDefaults, idSpec, processRawData, filter, filterIncludesChildren, loadTreeData, loadTreeDataFrom, loadRootAsSummary, freezeData, idEncodesTreePath, reuseRecords, validationIsComplex, experimental, data }: StoreConfig);
|
|
173
|
+
/** Remove all records from the store. Equivalent to calling `loadData([])`. */
|
|
174
|
+
clear(): void;
|
|
175
|
+
/**
|
|
176
|
+
* Load a new and complete dataset, replacing any/all pre-existing Records as needed.
|
|
177
|
+
*
|
|
178
|
+
* If raw data objects have a `children` property, it will be expected to be an array and its
|
|
179
|
+
* items will be recursively processed into child Records, each created with a pointer to its
|
|
180
|
+
* parent's newly assigned StoreRecord ID.
|
|
181
|
+
*
|
|
182
|
+
* Note that this process will re-use pre-existing StoreRecord object instances if they are present
|
|
183
|
+
* in the new dataset (as identified by their ID), contain the same data, and occupy the same
|
|
184
|
+
* place in any hierarchy across old and new loads. This is to maximize the ability of
|
|
185
|
+
* downstream consumers (e.g. ag-Grid) to recognize Records that have not changed and do not
|
|
186
|
+
* need to be re-evaluated / re-rendered.
|
|
187
|
+
*
|
|
188
|
+
* Summary data can be provided via `rawSummaryData` or as the root data if the Store was
|
|
189
|
+
* created with its `loadRootAsSummary` flag set to true.
|
|
190
|
+
*
|
|
191
|
+
* @param rawData - source data to load
|
|
192
|
+
* @param rawSummaryData - source data for optional summary record(s), representing
|
|
193
|
+
* custom aggregations for the dataset, if desired.
|
|
194
|
+
*/
|
|
195
|
+
loadData(rawData: PlainObject[], rawSummaryData?: Some<PlainObject>): void;
|
|
196
|
+
/**
|
|
197
|
+
* Add, update, or delete Records in this Store. Note that objects passed to this method
|
|
198
|
+
* for adds and updates should have all the raw source data required to create those Records -
|
|
199
|
+
* i.e. they should be in the same form as when passed to `loadData()`. The added/updated
|
|
200
|
+
* source data will be run through this Store's `idSpec` and `processRawData` functions.
|
|
201
|
+
*
|
|
202
|
+
* Adds can also be provided as a {@link ChildRawData} object of the form `{rawData, parentId}`
|
|
203
|
+
* to add new Records under a known, pre-existing parent StoreRecord.
|
|
204
|
+
*
|
|
205
|
+
* Unlike `loadData()`, existing Records that are *not* included in this update transaction
|
|
206
|
+
* will be left in place and as is.
|
|
207
|
+
*
|
|
208
|
+
* Records loaded or removed via this method will be considered to be "committed", with the
|
|
209
|
+
* expectation that inputs to this method were provided by the server or other data source of
|
|
210
|
+
* record. For modifying particular fields on existing Records, see `modifyRecords()`. For local
|
|
211
|
+
* adds/removes not sourced from the server, see `addRecords()` and `removeRecords()`. Those
|
|
212
|
+
* APIs will modify the current RecordSet but leave those changes in an uncommitted state.
|
|
213
|
+
*
|
|
214
|
+
* @param rawData - data changes to process. If provided as an array, rawData will be processed
|
|
215
|
+
* into adds and updates, with updates determined by matching existing records by ID.
|
|
216
|
+
* @returns changes applied, or null if no record changes were made.
|
|
217
|
+
*/
|
|
218
|
+
updateData(rawData: PlainObject[] | StoreTransaction): StoreChangeLog;
|
|
219
|
+
/**
|
|
220
|
+
* Re-runs the Filter on the current data. Applications only need to call this method if
|
|
221
|
+
* the state underlying the filter, other than the record data itself, has changed. Store will
|
|
222
|
+
* re-filter automatically whenever StoreRecord data is updated or modified.
|
|
223
|
+
*/
|
|
224
|
+
refreshFilter(): void;
|
|
225
|
+
/**
|
|
226
|
+
* Add new Records to this Store in a local, uncommitted state - i.e. with data that has yet to
|
|
227
|
+
* be persisted back to, or sourced from, the server or other data source of record.
|
|
228
|
+
*
|
|
229
|
+
* Note that data objects passed to this method must include a unique ID - callers can generate
|
|
230
|
+
* one with `XH.genId()` if no natural ID can be produced locally on the client.
|
|
231
|
+
*
|
|
232
|
+
* For StoreRecord additions that originate from the server, call `updateData()` instead.
|
|
233
|
+
*
|
|
234
|
+
* @param data - source data for new StoreRecord(s). Note that this data will
|
|
235
|
+
* *not* be processed by this Store's `processRawData` or `idSpec` functions, but will be
|
|
236
|
+
* parsed and potentially transformed according to this Store's Field definitions.
|
|
237
|
+
* @param parentId - ID of the pre-existing parent record under which this new
|
|
238
|
+
* record should be added, if any.
|
|
239
|
+
*/
|
|
240
|
+
addRecords(data: Some<PlainObject>, parentId?: StoreRecordId): void;
|
|
241
|
+
/**
|
|
242
|
+
* Remove Records from the Store in a local, uncommitted state - i.e. when queuing up a set of
|
|
243
|
+
* deletes on the client to be flushed back to the server at a later time.
|
|
244
|
+
*
|
|
245
|
+
* For StoreRecord deletions that originate from the server, call `updateData()` instead.
|
|
246
|
+
*
|
|
247
|
+
* @param records - list of StoreRecord IDs or Records to remove
|
|
248
|
+
*/
|
|
249
|
+
removeRecords(records: StoreRecordOrId | StoreRecordOrId[]): void;
|
|
250
|
+
/**
|
|
251
|
+
* Modify individual StoreRecord field values in a local, uncommitted state - i.e. when updating a
|
|
252
|
+
* StoreRecord or Records via an inline grid editor or similar control.
|
|
253
|
+
*
|
|
254
|
+
* This method accepts partial updates for any Records to be modified; modifications need only
|
|
255
|
+
* include the StoreRecord ID and any fields that have changed.
|
|
256
|
+
*
|
|
257
|
+
* For StoreRecord updates that originate from the server, call `updateData()` instead.
|
|
258
|
+
*
|
|
259
|
+
* @param modifications - field-level modifications to apply to existing
|
|
260
|
+
* Records in this Store. Each object in the list must have an `id` property identifying
|
|
261
|
+
* the StoreRecord to modify, plus any other properties with updated field values to apply,
|
|
262
|
+
* e.g. `{id: 4, quantity: 100}, {id: 5, quantity: 99, customer: 'bob'}`.
|
|
263
|
+
* @returns changes applied, or null if no record changes were made.
|
|
264
|
+
*/
|
|
265
|
+
modifyRecords(modifications: Some<PlainObject>): StoreChangeLog;
|
|
266
|
+
/**
|
|
267
|
+
* Revert all changes made to the specified Records since they were last committed.
|
|
268
|
+
*
|
|
269
|
+
* This restores these Records to the state they were in when last loaded into this Store via
|
|
270
|
+
* `loadData()` or `updateData()`, undoing any local modifications that might have been applied.
|
|
271
|
+
*
|
|
272
|
+
* @param records - StoreRecord IDs or instances to revert
|
|
273
|
+
*/
|
|
274
|
+
revertRecords(records: StoreRecordOrId | StoreRecordOrId[]): void;
|
|
275
|
+
/**
|
|
276
|
+
* Revert all changes made to the Store since data was last committed.
|
|
277
|
+
*
|
|
278
|
+
* This restores all Records to the state they were in when last loaded into this Store via
|
|
279
|
+
* `loadData()` or `updateData()`, undoing any local modifications that might have been applied,
|
|
280
|
+
* removing any uncommitted records added locally, and restoring any uncommitted deletes.
|
|
281
|
+
*/
|
|
282
|
+
revert(): void;
|
|
283
|
+
/** Get a specific Field by name.*/
|
|
284
|
+
getField(name: string): Field;
|
|
285
|
+
get fieldNames(): string[];
|
|
286
|
+
/** Records in this store, respecting any filter (if applied).*/
|
|
287
|
+
get records(): StoreRecord[];
|
|
288
|
+
/** All records in this store, unfiltered.*/
|
|
289
|
+
get allRecords(): StoreRecord[];
|
|
290
|
+
/** All records that were originally loaded into this store.*/
|
|
291
|
+
get committedRecords(): StoreRecord[];
|
|
292
|
+
/** Records added locally which have not been committed.*/
|
|
293
|
+
get addedRecords(): StoreRecord[];
|
|
294
|
+
/** Records removed locally which have not been committed.*/
|
|
295
|
+
get removedRecords(): StoreRecord[];
|
|
296
|
+
/** Records modified locally since they were last loaded. */
|
|
297
|
+
get dirtyRecords(): StoreRecord[];
|
|
298
|
+
/** Alias for {@link Store.dirtyRecords} */
|
|
299
|
+
get modifiedRecords(): StoreRecord[];
|
|
300
|
+
/**
|
|
301
|
+
* Root records in this store, respecting any filter (if applied).
|
|
302
|
+
* If this store is not hierarchical, this will be identical to 'records'.
|
|
303
|
+
*/
|
|
304
|
+
get rootRecords(): StoreRecord[];
|
|
305
|
+
/**
|
|
306
|
+
* Root records in this store, unfiltered.
|
|
307
|
+
* If this store is not hierarchical, this will be identical to 'allRecords'.
|
|
308
|
+
*/
|
|
309
|
+
get allRootRecords(): StoreRecord[];
|
|
310
|
+
/**
|
|
311
|
+
* Single summary data record, if only one (or null if none). Maintained for convenience and
|
|
312
|
+
* for backwards compat with app code predating support for multiple {@link summaryRecords}.
|
|
313
|
+
*/
|
|
314
|
+
get summaryRecord(): StoreRecord;
|
|
315
|
+
/** True if the store has changes which need to be committed. */
|
|
316
|
+
get isDirty(): boolean;
|
|
317
|
+
/** Alias for {@link Store.isDirty} */
|
|
318
|
+
get isModified(): boolean;
|
|
319
|
+
/**
|
|
320
|
+
* Set a filter on this store.
|
|
321
|
+
*
|
|
322
|
+
* @param filter - one or more filters or configs to create one. If an
|
|
323
|
+
* array, a single 'AND' filter will be created.
|
|
324
|
+
*/
|
|
325
|
+
setFilter(filter: FilterLike): void;
|
|
326
|
+
setFilterIncludesChildren(val: boolean): void;
|
|
327
|
+
/** Convenience method to clear the Filter applied to this store. */
|
|
328
|
+
clearFilter(): void;
|
|
329
|
+
/**
|
|
330
|
+
* @returns true if the StoreRecord is in the store but currently excluded by a filter;
|
|
331
|
+
* false if the record is either not in the Store at all or not filtered out.
|
|
332
|
+
*/
|
|
333
|
+
recordIsFiltered(recOrId: StoreRecordOrId): boolean;
|
|
334
|
+
getValuesForFieldFilter(fieldName: string, filter?: Filter): any[];
|
|
335
|
+
/**
|
|
336
|
+
* Set whether the root should be loaded as summary data in loadData().
|
|
337
|
+
*/
|
|
338
|
+
setLoadRootAsSummary(loadRootAsSummary: boolean): void;
|
|
339
|
+
/** The count of the filtered records in the store. */
|
|
340
|
+
get count(): number;
|
|
341
|
+
/** The count of all records in the store. */
|
|
342
|
+
get allCount(): number;
|
|
343
|
+
/** The count of the filtered root records in the store. */
|
|
344
|
+
get rootCount(): number;
|
|
345
|
+
/** The count of all root records in the store. */
|
|
346
|
+
get allRootCount(): number;
|
|
347
|
+
/** True if the store is empty after filters have been applied */
|
|
348
|
+
get empty(): boolean;
|
|
349
|
+
/** True if the store is empty before filters have been applied */
|
|
350
|
+
get allEmpty(): boolean;
|
|
351
|
+
get maxDepth(): number;
|
|
352
|
+
get errors(): StoreValidationMessagesMap;
|
|
353
|
+
get validationResults(): StoreValidationResultsMap;
|
|
354
|
+
/** Count of all validation errors for the store. */
|
|
355
|
+
get errorCount(): number;
|
|
356
|
+
/** Array of all errors for this store. */
|
|
357
|
+
get allErrors(): string[];
|
|
358
|
+
/** Array of all ValidationResults for this store. */
|
|
359
|
+
get allValidationResults(): ValidationResult[];
|
|
360
|
+
/**
|
|
361
|
+
* Get a record by ID, or null if no matching record found.
|
|
362
|
+
*
|
|
363
|
+
* @param id - ID of record to be queried.
|
|
364
|
+
* @param respectFilter - false (default) to return a StoreRecord with the given ID even if an
|
|
365
|
+
* active filter is excluding it from the primary `records` collection. True to restrict
|
|
366
|
+
* matches to this Store's post-filter StoreRecord collection only.
|
|
367
|
+
*/
|
|
368
|
+
getById(id: StoreRecordId, respectFilter?: boolean): StoreRecord;
|
|
369
|
+
/**
|
|
370
|
+
* Get children records for a record.
|
|
371
|
+
*
|
|
372
|
+
* See also the 'children' and 'allChildren' properties on StoreRecord - those getters will likely
|
|
373
|
+
* be more convenient for most app-level callers.
|
|
374
|
+
*
|
|
375
|
+
* @param id - ID of record to be queried.
|
|
376
|
+
* @param respectFilter - true to skip records excluded by any active filter.
|
|
377
|
+
*/
|
|
378
|
+
getChildrenById(id: StoreRecordId, respectFilter?: boolean): StoreRecord[];
|
|
379
|
+
/**
|
|
380
|
+
* Get descendant records for a record.
|
|
381
|
+
*
|
|
382
|
+
* See also the 'descendants' and 'allDescendants' properties on StoreRecord - those getters will
|
|
383
|
+
* likely be more convenient for most app-level callers.
|
|
384
|
+
*
|
|
385
|
+
* @param id - ID of record to be queried.
|
|
386
|
+
* @param respectFilter - true to skip records excluded by any active filter.
|
|
387
|
+
*/
|
|
388
|
+
getDescendantsById(id: StoreRecordId, respectFilter?: boolean): StoreRecord[];
|
|
389
|
+
/**
|
|
390
|
+
* Get ancestor records for a record.
|
|
391
|
+
*
|
|
392
|
+
* See also the 'ancestors' and 'allAncestors' properties on StoreRecord - those getters will
|
|
393
|
+
* likely be more convenient for most app-level callers.
|
|
394
|
+
*
|
|
395
|
+
* @param id - ID of record to be queried.
|
|
396
|
+
* @param respectFilter - true to skip records excluded by any active filter.
|
|
397
|
+
*/
|
|
398
|
+
getAncestorsById(id: StoreRecordId, respectFilter?: boolean): StoreRecord[];
|
|
399
|
+
/** True if the store is confirmed to be Valid. */
|
|
400
|
+
get isValid(): boolean;
|
|
401
|
+
/** True if the store is confirmed to be NotValid. */
|
|
402
|
+
get isNotValid(): boolean;
|
|
403
|
+
/** Recompute ValidationResults for all records and return true if the store is valid. */
|
|
404
|
+
validateAsync(): Promise<boolean>;
|
|
405
|
+
/** Destroy this store, cleaning up any resources used. */
|
|
406
|
+
destroy(): void;
|
|
407
|
+
protected get defaultFieldClass(): typeof Field;
|
|
408
|
+
setXhFilterText(s: string): void;
|
|
409
|
+
private getOrThrow;
|
|
410
|
+
private getCommittedOrThrow;
|
|
411
|
+
private resetRecords;
|
|
412
|
+
private parseFields;
|
|
413
|
+
private rebuildFiltered;
|
|
414
|
+
private createRecord;
|
|
415
|
+
private createRecords;
|
|
416
|
+
private get summaryRecordIds();
|
|
417
|
+
private parseRaw;
|
|
418
|
+
private parseUpdate;
|
|
419
|
+
private createDataDefaults;
|
|
420
|
+
private createFieldMap;
|
|
421
|
+
private parseExperimental;
|
|
422
|
+
private parseIdSpec;
|
|
423
|
+
private revertSummaryRecords;
|
|
424
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import { PlainObject } from '@xh/hoist/core';
|
|
2
|
+
import { ValidationResult } from '@xh/hoist/data/validation/Types';
|
|
3
|
+
import { Store } from './Store';
|
|
4
|
+
import { ValidationState } from './validation/ValidationState';
|
|
5
|
+
import { RecordValidator } from './impl/RecordValidator';
|
|
6
|
+
import { Field } from './Field';
|
|
7
|
+
/**
|
|
8
|
+
* Wrapper object for each data element within a {@link Store}. Records must be assigned a unique ID
|
|
9
|
+
* within their Store and manage a bundle of data with fields defined by the Store. They track the
|
|
10
|
+
* state of that data through possible updates, with support for tracking edits and "committing"
|
|
11
|
+
* changes to provide dirty state.
|
|
12
|
+
*
|
|
13
|
+
* Each StoreRecord holds a pointer to its parent record, if any, via that parent's ID. (Note this
|
|
14
|
+
* is deliberately not a direct object reference, to allow parent records to be recreated without
|
|
15
|
+
* requiring children to also be recreated.)
|
|
16
|
+
*
|
|
17
|
+
* Records are intended to be created and managed internally by Store implementations and should
|
|
18
|
+
* most not typically be constructed directly within application code.
|
|
19
|
+
*/
|
|
20
|
+
export declare class StoreRecord {
|
|
21
|
+
readonly id: StoreRecordId;
|
|
22
|
+
readonly parentId: StoreRecordId;
|
|
23
|
+
readonly store: Store;
|
|
24
|
+
readonly isSummary: boolean;
|
|
25
|
+
readonly treePath: StoreRecordId[];
|
|
26
|
+
/** Raw data loaded into via Store.loadData() or Store.updateData(). */
|
|
27
|
+
readonly raw: PlainObject;
|
|
28
|
+
/**
|
|
29
|
+
* An object containing the current field values for this record.
|
|
30
|
+
*
|
|
31
|
+
* Note that this object will only contain explicit 'own' properties for fields that are
|
|
32
|
+
* not at their default values - default values will be present via the prototype.
|
|
33
|
+
*
|
|
34
|
+
* Call {@link getValues} for an object providing an explicit enumeration of all field values.
|
|
35
|
+
*/
|
|
36
|
+
readonly data: PlainObject;
|
|
37
|
+
/**
|
|
38
|
+
* An object containing the fully committed field values for this record.
|
|
39
|
+
*
|
|
40
|
+
* This object has the same form as `data`. If this record has not been locally modified, this
|
|
41
|
+
* property will point to the same object as `data`.
|
|
42
|
+
*/
|
|
43
|
+
readonly committedData: PlainObject;
|
|
44
|
+
/**
|
|
45
|
+
* Unique ID for representing record within ag-Grid node API.
|
|
46
|
+
*
|
|
47
|
+
* A string variant of the main record ID. It should be used when trying to identify or
|
|
48
|
+
* locate the record using the ag-Grid callbacks and API.
|
|
49
|
+
*/
|
|
50
|
+
readonly agId: string;
|
|
51
|
+
get isRecord(): boolean;
|
|
52
|
+
/** True if the StoreRecord has never been committed. */
|
|
53
|
+
get isAdd(): boolean;
|
|
54
|
+
/** True if the StoreRecord has been modified since it was last committed. */
|
|
55
|
+
get isDirty(): boolean;
|
|
56
|
+
/** Alias for {@link StoreRecord.isDirty} */
|
|
57
|
+
get isModified(): boolean;
|
|
58
|
+
/** False if the StoreRecord has been added or modified. */
|
|
59
|
+
get isCommitted(): boolean;
|
|
60
|
+
get parent(): StoreRecord;
|
|
61
|
+
get depth(): number;
|
|
62
|
+
get fields(): Field[];
|
|
63
|
+
/** The current value of a field.*/
|
|
64
|
+
get(fieldName: string): any;
|
|
65
|
+
/** Children of this record, respecting any filter (if applied). */
|
|
66
|
+
get children(): StoreRecord[];
|
|
67
|
+
/** All children of this record, unfiltered. */
|
|
68
|
+
get allChildren(): StoreRecord[];
|
|
69
|
+
/** Descendants of this record, respecting any filter (if applied). */
|
|
70
|
+
get descendants(): StoreRecord[];
|
|
71
|
+
/** All descendants of this record, unfiltered. */
|
|
72
|
+
get allDescendants(): StoreRecord[];
|
|
73
|
+
/** Ancestors of this record, respecting any filter (if applied). */
|
|
74
|
+
get ancestors(): StoreRecord[];
|
|
75
|
+
/** All ancestors of this record, unfiltered. */
|
|
76
|
+
get allAncestors(): StoreRecord[];
|
|
77
|
+
/** True if the record is confirmed to be Valid. */
|
|
78
|
+
get isValid(): boolean;
|
|
79
|
+
/** True if the record is confirmed to be NotValid. */
|
|
80
|
+
get isNotValid(): boolean;
|
|
81
|
+
/** The current validation state of the record. */
|
|
82
|
+
get validationState(): ValidationState;
|
|
83
|
+
/** Map of field names to list of errors. */
|
|
84
|
+
get errors(): Record<string, string[]>;
|
|
85
|
+
/** Map of field names to list of ValidationResults. */
|
|
86
|
+
get validationResults(): Record<string, ValidationResult[]>;
|
|
87
|
+
/** Array of all errors for this record. */
|
|
88
|
+
get allErrors(): string[];
|
|
89
|
+
/** Array of all ValidationResults for this record. */
|
|
90
|
+
get allValidationResults(): ValidationResult[];
|
|
91
|
+
/** Count of all validation errors for the record. */
|
|
92
|
+
get errorCount(): number;
|
|
93
|
+
/** True if any fields are currently recomputing their validation state. */
|
|
94
|
+
get isValidationPending(): boolean;
|
|
95
|
+
get validator(): RecordValidator;
|
|
96
|
+
/**
|
|
97
|
+
* Get a new object with enumerated values for all Fields in this StoreRecord.
|
|
98
|
+
* Unlike 'data', the object returned by this method contains an 'own' property for every
|
|
99
|
+
* Field in the Store. Useful for cloning/iterating over all values (including defaults).
|
|
100
|
+
*/
|
|
101
|
+
getValues(): PlainObject;
|
|
102
|
+
/**
|
|
103
|
+
* Get a map of modified values only.
|
|
104
|
+
*
|
|
105
|
+
* If record has no modifications, this method will return null.
|
|
106
|
+
* If modifications are returned, the returned object will include id,
|
|
107
|
+
* for convenience.
|
|
108
|
+
*/
|
|
109
|
+
getModifiedValues(): PlainObject;
|
|
110
|
+
/**
|
|
111
|
+
* Construct a StoreRecord from a pre-processed `data` source object.
|
|
112
|
+
*
|
|
113
|
+
* Not typically called by applications directly - `Store` instances create `StoreRecord`s when
|
|
114
|
+
* loading or updating data through their public APIs. See {@link Store.createRecord} for the
|
|
115
|
+
* primary implementation, which includes parsing based on the Store's {@link Field} types
|
|
116
|
+
* and definitions.
|
|
117
|
+
*
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
120
|
+
constructor(config: StoreRecordConfig);
|
|
121
|
+
/**
|
|
122
|
+
* Calls 'fn' for each child record of this record.
|
|
123
|
+
* @param fn - the function to call.
|
|
124
|
+
* @param fromFiltered - true to skip records excluded by any active filter.
|
|
125
|
+
*/
|
|
126
|
+
forEachChild(fn: (r: StoreRecord) => void, fromFiltered?: boolean): void;
|
|
127
|
+
/**
|
|
128
|
+
* Calls 'fn' for each descendant record of this record.
|
|
129
|
+
* @param fn - the function to call.
|
|
130
|
+
* @param fromFiltered - true to skip records excluded by any active filter.
|
|
131
|
+
*/
|
|
132
|
+
forEachDescendant(fn: (r: StoreRecord) => void, fromFiltered?: boolean): void;
|
|
133
|
+
/**
|
|
134
|
+
* Calls 'fn' for each ancestor record of this record.
|
|
135
|
+
* @param fn - the function to call.
|
|
136
|
+
* @param fromFiltered - true to skip records excluded by any active filter.
|
|
137
|
+
*/
|
|
138
|
+
forEachAncestor(fn: (r: StoreRecord) => void, fromFiltered?: boolean): void;
|
|
139
|
+
/**
|
|
140
|
+
* Tests to see if this Record's data matches the given partial data object.
|
|
141
|
+
*/
|
|
142
|
+
matchesData(partialData: PlainObject): boolean;
|
|
143
|
+
/**
|
|
144
|
+
* Finalize this record for use in Store, post acceptance by RecordSet.
|
|
145
|
+
*
|
|
146
|
+
* We finalize the StoreRecord post-construction in RecordSet, only once we know that it is
|
|
147
|
+
* going to be accepted in the new RecordSet (and is not a duplicate). This is a performance
|
|
148
|
+
* optimization to avoid operations like freezing on transient records.
|
|
149
|
+
*
|
|
150
|
+
* @internal
|
|
151
|
+
*/
|
|
152
|
+
finalize(): void;
|
|
153
|
+
}
|
|
154
|
+
/** Unique identifier for a StoreRecord within a Store. */
|
|
155
|
+
export type StoreRecordId = number | string;
|
|
156
|
+
/** A Hoist StoreRecord, or an ID for one. */
|
|
157
|
+
export type StoreRecordOrId = StoreRecordId | StoreRecord;
|
|
158
|
+
/** StoreRecord constructor arguments. */
|
|
159
|
+
export interface StoreRecordConfig {
|
|
160
|
+
/** Unique ID for the Record. */
|
|
161
|
+
id: StoreRecordId;
|
|
162
|
+
/** Store containing this StoreRecord. */
|
|
163
|
+
store: Store;
|
|
164
|
+
/**
|
|
165
|
+
* Data for this StoreRecord, pre-processed if applicable by `Store.processRawData()` and
|
|
166
|
+
* `Field.parseVal()`. Note this must be a new object dedicated to this StoreRecord.
|
|
167
|
+
* This object will be enhanced with an id and frozen.
|
|
168
|
+
*/
|
|
169
|
+
data: PlainObject;
|
|
170
|
+
/**
|
|
171
|
+
* The original data for the StoreRecord, prior to any Store pre-processing.
|
|
172
|
+
* This data is for reference only and will not be altered by this object.
|
|
173
|
+
*/
|
|
174
|
+
raw?: PlainObject;
|
|
175
|
+
/**
|
|
176
|
+
* The version of the data that was last loaded via the Store load APIs. Pass `null` to
|
|
177
|
+
* signal that this is a "new" StoreRecord that has been added since the last load.
|
|
178
|
+
*/
|
|
179
|
+
committedData?: PlainObject;
|
|
180
|
+
parent?: StoreRecord;
|
|
181
|
+
/**
|
|
182
|
+
* True to indicate this is a summary StoreRecord, used to show aggregate, grand-total level
|
|
183
|
+
* information in grids when enabled.
|
|
184
|
+
*/
|
|
185
|
+
isSummary?: boolean;
|
|
186
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
import { Store } from './Store';
|
|
3
|
+
import { StoreRecord, StoreRecordId, StoreRecordOrId } from './StoreRecord';
|
|
4
|
+
export interface StoreSelectionConfig {
|
|
5
|
+
store?: Store;
|
|
6
|
+
mode?: 'single' | 'multiple' | 'disabled';
|
|
7
|
+
xhImpl?: boolean;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Model for managing store selections.
|
|
11
|
+
* Typically accessed from a GridModel to observe/control Grid selection.
|
|
12
|
+
*/
|
|
13
|
+
export declare class StoreSelectionModel extends HoistModel {
|
|
14
|
+
readonly store: Store;
|
|
15
|
+
mode: 'single' | 'multiple' | 'disabled';
|
|
16
|
+
private _ids;
|
|
17
|
+
get isEnabled(): boolean;
|
|
18
|
+
constructor({ store, mode, xhImpl }: StoreSelectionConfig);
|
|
19
|
+
get selectedRecords(): StoreRecord[];
|
|
20
|
+
get selectedIds(): StoreRecordId[];
|
|
21
|
+
/**
|
|
22
|
+
* Single selected record, or null if multiple/no records selected.
|
|
23
|
+
*
|
|
24
|
+
* Note that this getter will also change if just the data of selected record is changed
|
|
25
|
+
* due to store loading or editing. Applications only interested in the *identity*
|
|
26
|
+
* of the selection should use {@link selectedId} instead.
|
|
27
|
+
*/
|
|
28
|
+
get selectedRecord(): StoreRecord;
|
|
29
|
+
/**
|
|
30
|
+
* ID of selected record, or null if multiple/no records selected.
|
|
31
|
+
*
|
|
32
|
+
* Note that this getter will *not* change if just the data of selected record is changed
|
|
33
|
+
* due to store loading or editing. Applications also interested in the *contents* of the
|
|
34
|
+
* selection should use the {@link selectedRecord} getter instead.
|
|
35
|
+
*/
|
|
36
|
+
get selectedId(): StoreRecordId;
|
|
37
|
+
/** @returns true if selection is empty. */
|
|
38
|
+
get isEmpty(): boolean;
|
|
39
|
+
/** @returns count of currently selected records. */
|
|
40
|
+
get count(): number;
|
|
41
|
+
/**
|
|
42
|
+
* Set the selection.
|
|
43
|
+
* @param records - single record/ID or array of records/IDs to select.
|
|
44
|
+
* @param clearSelection - true to clear previous selection (rather than add to it).
|
|
45
|
+
*/
|
|
46
|
+
select(records: StoreRecordOrId | StoreRecordOrId[], clearSelection?: boolean): void;
|
|
47
|
+
/** Select all filtered records. */
|
|
48
|
+
selectAll(): void;
|
|
49
|
+
/** Clear the selection. */
|
|
50
|
+
clear(): void;
|
|
51
|
+
private cullSelectionReaction;
|
|
52
|
+
}
|