@xh/hoist 82.0.1 → 82.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/types/admin/AdminUtils.d.ts +11 -0
- package/build/types/admin/AppComponent.d.ts +3 -0
- package/build/types/admin/AppModel.d.ts +19 -0
- package/build/types/admin/columns/Clients.d.ts +8 -0
- package/build/types/admin/columns/Core.d.ts +9 -0
- package/build/types/admin/columns/Rest.d.ts +6 -0
- package/build/types/admin/columns/Tracking.d.ts +32 -0
- package/build/types/admin/columns/User.d.ts +9 -0
- package/build/types/admin/columns/UserData.d.ts +7 -0
- package/build/types/admin/columns/index.d.ts +6 -0
- package/build/types/admin/differ/Differ.d.ts +2 -0
- package/build/types/admin/differ/DifferDetail.d.ts +3 -0
- package/build/types/admin/differ/DifferDetailModel.d.ts +17 -0
- package/build/types/admin/differ/DifferModel.d.ts +52 -0
- package/build/types/admin/jsonsearch/JsonSearch.d.ts +17 -0
- package/build/types/admin/jsonsearch/impl/JsonSearchImplModel.d.ts +32 -0
- package/build/types/admin/regroup/RegroupDialog.d.ts +2 -0
- package/build/types/admin/regroup/RegroupDialogModel.d.ts +20 -0
- package/build/types/admin/tabs/BaseAdminTabModel.d.ts +5 -0
- package/build/types/admin/tabs/activity/aggregators/RangeAggregator.d.ts +8 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingModel.d.ts +62 -0
- package/build/types/admin/tabs/activity/tracking/ActivityTrackingPanel.d.ts +3 -0
- package/build/types/admin/tabs/activity/tracking/chart/AggChartModel.d.ts +34 -0
- package/build/types/admin/tabs/activity/tracking/chart/AggChartPanel.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/datafields/DataFieldsEditor.d.ts +2 -0
- package/build/types/admin/tabs/activity/tracking/datafields/DataFieldsEditorModel.d.ts +46 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailModel.d.ts +41 -0
- package/build/types/admin/tabs/activity/tracking/detail/ActivityDetailView.d.ts +2 -0
- package/build/types/admin/tabs/clients/ClientsModel.d.ts +19 -0
- package/build/types/admin/tabs/clients/ClientsPanel.d.ts +2 -0
- package/build/types/admin/tabs/clients/activity/ClientDetailModel.d.ts +21 -0
- package/build/types/admin/tabs/clients/activity/ClientDetailPanel.d.ts +3 -0
- package/build/types/admin/tabs/cluster/index.d.ts +3 -0
- package/build/types/admin/tabs/cluster/instances/BaseInstanceModel.d.ts +9 -0
- package/build/types/admin/tabs/cluster/instances/InstancesTab.d.ts +4 -0
- package/build/types/admin/tabs/cluster/instances/InstancesTabModel.d.ts +27 -0
- package/build/types/admin/tabs/cluster/instances/connpool/ConnPoolMonitorModel.d.ts +15 -0
- package/build/types/admin/tabs/cluster/instances/connpool/ConnPoolMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/environment/ServerEnvModel.d.ts +12 -0
- package/build/types/admin/tabs/cluster/instances/environment/ServerEnvPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogDisplay.d.ts +6 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogDisplayModel.d.ts +34 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogViewer.d.ts +3 -0
- package/build/types/admin/tabs/cluster/instances/logs/LogViewerModel.d.ts +24 -0
- package/build/types/admin/tabs/cluster/instances/logs/levels/LogLevelDialog.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/logs/levels/LogLevelDialogModel.d.ts +13 -0
- package/build/types/admin/tabs/cluster/instances/memory/MemoryMonitorModel.d.ts +34 -0
- package/build/types/admin/tabs/cluster/instances/memory/MemoryMonitorPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/services/DetailsModel.d.ts +11 -0
- package/build/types/admin/tabs/cluster/instances/services/DetailsPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/instances/services/ServiceModel.d.ts +16 -0
- package/build/types/admin/tabs/cluster/instances/services/ServicePanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/metrics/MetricsModel.d.ts +22 -0
- package/build/types/admin/tabs/cluster/metrics/MetricsPanel.d.ts +2 -0
- package/build/types/admin/tabs/cluster/objects/ClusterObjectsModel.d.ts +29 -0
- package/build/types/admin/tabs/cluster/objects/ClusterObjectsPanel.d.ts +3 -0
- package/build/types/admin/tabs/cluster/objects/DetailModel.d.ts +17 -0
- package/build/types/admin/tabs/cluster/objects/DetailPanel.d.ts +3 -0
- package/build/types/admin/tabs/general/about/AboutPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerModel.d.ts +25 -0
- package/build/types/admin/tabs/general/alertBanner/AlertBannerPanel.d.ts +3 -0
- package/build/types/admin/tabs/general/config/ConfigPanel.d.ts +2 -0
- package/build/types/admin/tabs/general/config/ConfigPanelModel.d.ts +20 -0
- package/build/types/admin/tabs/general/index.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorColumns.d.ts +7 -0
- package/build/types/admin/tabs/monitor/MonitorTab.d.ts +3 -0
- package/build/types/admin/tabs/monitor/MonitorTabModel.d.ts +29 -0
- package/build/types/admin/tabs/monitor/Tile.d.ts +2 -0
- package/build/types/admin/tabs/monitor/Types.d.ts +25 -0
- package/build/types/admin/tabs/monitor/editor/MonitorEditorDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/index.d.ts +4 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobColumns.d.ts +8 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobModel.d.ts +14 -0
- package/build/types/admin/tabs/userData/jsonblob/JsonBlobPanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/UserPreferenceModel.d.ts +8 -0
- package/build/types/admin/tabs/userData/prefs/UserPreferencePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/editor/PrefEditorDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/prefs/editor/PrefEditorModel.d.ts +16 -0
- package/build/types/admin/tabs/userData/roles/RoleModel.d.ts +44 -0
- package/build/types/admin/tabs/userData/roles/RolePanel.d.ts +2 -0
- package/build/types/admin/tabs/userData/roles/Types.d.ts +43 -0
- package/build/types/admin/tabs/userData/roles/details/RoleDetails.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/details/RoleDetailsModel.d.ts +15 -0
- package/build/types/admin/tabs/userData/roles/details/members/BaseMembersModel.d.ts +25 -0
- package/build/types/admin/tabs/userData/roles/details/members/DirectoryMembers.d.ts +13 -0
- package/build/types/admin/tabs/userData/roles/details/members/RoleMembers.d.ts +16 -0
- package/build/types/admin/tabs/userData/roles/details/members/UserMembers.d.ts +15 -0
- package/build/types/admin/tabs/userData/roles/editor/RoleEditor.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/editor/RoleEditorModel.d.ts +23 -0
- package/build/types/admin/tabs/userData/roles/editor/form/RoleForm.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/editor/form/RoleFormModel.d.ts +38 -0
- package/build/types/admin/tabs/userData/roles/graph/RoleGraph.d.ts +3 -0
- package/build/types/admin/tabs/userData/roles/graph/RoleGraphModel.d.ts +24 -0
- package/build/types/admin/tabs/userData/roles/recategorize/RecategorizeDialog.d.ts +2 -0
- package/build/types/admin/tabs/userData/roles/recategorize/RecategorizeDialogModel.d.ts +31 -0
- package/build/types/admin/tabs/userData/roles/warning/WarningBanner.d.ts +7 -0
- package/build/types/admin/tabs/userData/users/UserModel.d.ts +12 -0
- package/build/types/admin/tabs/userData/users/UserPanel.d.ts +2 -0
- package/build/types/appcontainer/AboutDialogModel.d.ts +14 -0
- package/build/types/appcontainer/AppContainerModel.d.ts +93 -0
- package/build/types/appcontainer/AppOption.d.ts +23 -0
- package/build/types/appcontainer/AppStateModel.d.ts +28 -0
- package/build/types/appcontainer/BannerModel.d.ts +26 -0
- package/build/types/appcontainer/BannerSourceModel.d.ts +15 -0
- package/build/types/appcontainer/ChangelogDialogModel.d.ts +9 -0
- package/build/types/appcontainer/ExceptionDialogModel.d.ts +30 -0
- package/build/types/appcontainer/FeedbackDialogModel.d.ts +21 -0
- package/build/types/appcontainer/ImpersonationBarModel.d.ts +22 -0
- package/build/types/appcontainer/MessageModel.d.ts +37 -0
- package/build/types/appcontainer/MessageSourceModel.d.ts +17 -0
- package/build/types/appcontainer/OptionsDialogModel.d.ts +25 -0
- package/build/types/appcontainer/PageStateModel.d.ts +16 -0
- package/build/types/appcontainer/RouterModel.d.ts +41 -0
- package/build/types/appcontainer/SizingModeModel.d.ts +13 -0
- package/build/types/appcontainer/ThemeModel.d.ts +13 -0
- package/build/types/appcontainer/ToastModel.d.ts +27 -0
- package/build/types/appcontainer/ToastSourceModel.d.ts +13 -0
- package/build/types/appcontainer/UserAgentModel.d.ts +13 -0
- package/build/types/appcontainer/ViewportSizeModel.d.ts +19 -0
- package/build/types/appcontainer/login/LoginPanelModel.d.ts +15 -0
- package/build/types/cmp/ag-grid/AgGrid.d.ts +30 -0
- package/build/types/cmp/ag-grid/AgGridModel.d.ts +180 -0
- package/build/types/cmp/ag-grid/index.d.ts +2 -0
- package/build/types/cmp/badge/Badge.d.ts +12 -0
- package/build/types/cmp/badge/index.d.ts +1 -0
- package/build/types/cmp/card/Card.d.ts +23 -0
- package/build/types/cmp/card/CardModel.d.ts +29 -0
- package/build/types/cmp/card/index.d.ts +1 -0
- package/build/types/cmp/chart/Chart.d.ts +17 -0
- package/build/types/cmp/chart/ChartModel.d.ts +55 -0
- package/build/types/cmp/chart/Types.d.ts +20 -0
- package/build/types/cmp/chart/impl/ChartContextMenuItems.d.ts +4 -0
- package/build/types/cmp/chart/impl/copyToClipboard.d.ts +5 -0
- package/build/types/cmp/chart/impl/zoomout.d.ts +5 -0
- package/build/types/cmp/chart/index.d.ts +2 -0
- package/build/types/cmp/chart/theme/Dark.d.ts +216 -0
- package/build/types/cmp/chart/theme/Light.d.ts +193 -0
- package/build/types/cmp/clock/Clock.d.ts +25 -0
- package/build/types/cmp/clock/index.d.ts +1 -0
- package/build/types/cmp/dataview/DataView.d.ts +21 -0
- package/build/types/cmp/dataview/DataViewModel.d.ts +117 -0
- package/build/types/cmp/dataview/index.d.ts +2 -0
- package/build/types/cmp/error/ErrorBoundary.d.ts +12 -0
- package/build/types/cmp/error/ErrorBoundaryModel.d.ts +43 -0
- package/build/types/cmp/error/ErrorMessage.d.ts +42 -0
- package/build/types/cmp/error/index.d.ts +3 -0
- package/build/types/cmp/filter/FilterChooserFieldSpec.d.ts +39 -0
- package/build/types/cmp/filter/FilterChooserModel.d.ts +147 -0
- package/build/types/cmp/filter/impl/Option.d.ts +47 -0
- package/build/types/cmp/filter/impl/QueryEngine.d.ts +29 -0
- package/build/types/cmp/filter/index.d.ts +1 -0
- package/build/types/cmp/form/BaseFormFieldProps.d.ts +33 -0
- package/build/types/cmp/form/Form.d.ts +41 -0
- package/build/types/cmp/form/FormModel.d.ts +130 -0
- package/build/types/cmp/form/field/BaseFieldModel.d.ts +159 -0
- package/build/types/cmp/form/field/FieldModel.d.ts +11 -0
- package/build/types/cmp/form/field/SubformsFieldModel.d.ts +70 -0
- package/build/types/cmp/form/formfieldset/FormFieldSet.d.ts +17 -0
- package/build/types/cmp/form/formfieldset/FormFieldSetModel.d.ts +40 -0
- package/build/types/cmp/form/index.d.ts +8 -0
- package/build/types/cmp/grid/Grid.d.ts +143 -0
- package/build/types/cmp/grid/GridAutosizeOptions.d.ts +49 -0
- package/build/types/cmp/grid/GridContextMenu.d.ts +28 -0
- package/build/types/cmp/grid/GridModel.d.ts +624 -0
- package/build/types/cmp/grid/GridSorter.d.ts +23 -0
- package/build/types/cmp/grid/Types.d.ts +285 -0
- package/build/types/cmp/grid/columns/Column.d.ts +380 -0
- package/build/types/cmp/grid/columns/ColumnGroup.d.ts +66 -0
- package/build/types/cmp/grid/columns/Core.d.ts +9 -0
- package/build/types/cmp/grid/columns/DatesTimes.d.ts +12 -0
- package/build/types/cmp/grid/columns/index.d.ts +4 -0
- package/build/types/cmp/grid/enums/ExcelFormat.d.ts +33 -0
- package/build/types/cmp/grid/enums/GridAutosizeMode.d.ts +24 -0
- package/build/types/cmp/grid/enums/TreeStyle.d.ts +15 -0
- package/build/types/cmp/grid/filter/GridFilterFieldSpec.d.ts +39 -0
- package/build/types/cmp/grid/filter/GridFilterModel.d.ts +44 -0
- package/build/types/cmp/grid/helpers/GridCountLabel.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnGroupHeader.d.ts +24 -0
- package/build/types/cmp/grid/impl/ColumnHeader.d.ts +54 -0
- package/build/types/cmp/grid/impl/ColumnWidthCalculator.d.ts +41 -0
- package/build/types/cmp/grid/impl/GridHScrollbar.d.ts +10 -0
- package/build/types/cmp/grid/impl/InitPersist.d.ts +7 -0
- package/build/types/cmp/grid/impl/MenuSupport.d.ts +7 -0
- package/build/types/cmp/grid/impl/RowKeyNavSupport.d.ts +11 -0
- package/build/types/cmp/grid/impl/Utils.d.ts +11 -0
- package/build/types/cmp/grid/index.d.ts +15 -0
- package/build/types/cmp/grid/renderers/CheckboxRenderer.d.ts +14 -0
- package/build/types/cmp/grid/renderers/TagsRenderer.d.ts +3 -0
- package/build/types/cmp/grouping/GroupingChooserModel.d.ts +103 -0
- package/build/types/cmp/grouping/impl/GroupingChooserLocalModel.d.ts +34 -0
- package/build/types/cmp/grouping/index.d.ts +1 -0
- package/build/types/cmp/input/HoistInputModel.d.ts +148 -0
- package/build/types/cmp/input/HoistInputProps.d.ts +20 -0
- package/build/types/cmp/input/index.d.ts +2 -0
- package/build/types/cmp/layout/Box.d.ts +16 -0
- package/build/types/cmp/layout/Frame.d.ts +14 -0
- package/build/types/cmp/layout/Placeholder.d.ts +11 -0
- package/build/types/cmp/layout/Spacer.d.ts +14 -0
- package/build/types/cmp/layout/Tags.d.ts +38 -0
- package/build/types/cmp/layout/TileFrame.d.ts +37 -0
- package/build/types/cmp/layout/Viewport.d.ts +9 -0
- package/build/types/cmp/layout/index.d.ts +7 -0
- package/build/types/cmp/loadingindicator/LoadingIndicator.d.ts +25 -0
- package/build/types/cmp/loadingindicator/index.d.ts +1 -0
- package/build/types/cmp/markdown/Markdown.d.ts +18 -0
- package/build/types/cmp/markdown/index.d.ts +1 -0
- package/build/types/cmp/mask/Mask.d.ts +25 -0
- package/build/types/cmp/mask/index.d.ts +1 -0
- package/build/types/cmp/pinpad/PinPad.d.ts +9 -0
- package/build/types/cmp/pinpad/PinPadModel.d.ts +34 -0
- package/build/types/cmp/pinpad/index.d.ts +2 -0
- package/build/types/cmp/relativetimestamp/RelativeTimestamp.d.ts +58 -0
- package/build/types/cmp/relativetimestamp/index.d.ts +1 -0
- package/build/types/cmp/spinner/Spinner.d.ts +16 -0
- package/build/types/cmp/spinner/index.d.ts +1 -0
- package/build/types/cmp/store/StoreCountLabel.d.ts +17 -0
- package/build/types/cmp/store/StoreFilterField.d.ts +80 -0
- package/build/types/cmp/store/impl/StoreFilterFieldImplModel.d.ts +25 -0
- package/build/types/cmp/store/index.d.ts +2 -0
- package/build/types/cmp/tab/TabContainer.d.ts +34 -0
- package/build/types/cmp/tab/TabContainerModel.d.ts +137 -0
- package/build/types/cmp/tab/TabModel.d.ts +71 -0
- package/build/types/cmp/tab/Types.d.ts +61 -0
- package/build/types/cmp/tab/index.d.ts +4 -0
- package/build/types/cmp/treemap/SplitTreeMap.d.ts +9 -0
- package/build/types/cmp/treemap/SplitTreeMapModel.d.ts +78 -0
- package/build/types/cmp/treemap/TreeMap.d.ts +14 -0
- package/build/types/cmp/treemap/TreeMapModel.d.ts +181 -0
- package/build/types/cmp/treemap/index.d.ts +4 -0
- package/build/types/cmp/viewmanager/DataAccess.d.ts +28 -0
- package/build/types/cmp/viewmanager/View.d.ts +37 -0
- package/build/types/cmp/viewmanager/ViewInfo.d.ts +55 -0
- package/build/types/cmp/viewmanager/ViewManagerModel.d.ts +243 -0
- package/build/types/cmp/viewmanager/index.d.ts +4 -0
- package/build/types/cmp/websocket/WebSocketIndicator.d.ts +9 -0
- package/build/types/cmp/websocket/index.d.ts +1 -0
- package/build/types/cmp/zoneGrid/Types.d.ts +35 -0
- package/build/types/cmp/zoneGrid/ZoneGrid.d.ts +24 -0
- package/build/types/cmp/zoneGrid/ZoneGridModel.d.ts +256 -0
- package/build/types/cmp/zoneGrid/impl/InitPersist.d.ts +7 -0
- package/build/types/cmp/zoneGrid/impl/ZoneGridRenderer.d.ts +25 -0
- package/build/types/cmp/zoneGrid/impl/ZoneMapperModel.d.ts +67 -0
- package/build/types/cmp/zoneGrid/index.d.ts +3 -0
- package/build/types/core/AppSpec.d.ts +139 -0
- package/build/types/core/ExceptionHandler.d.ts +132 -0
- package/build/types/core/HoistAppModel.d.ts +72 -0
- package/build/types/core/HoistAuthModel.d.ts +70 -0
- package/build/types/core/HoistBase.d.ts +179 -0
- package/build/types/core/HoistBaseDecorators.d.ts +20 -0
- package/build/types/core/HoistComponent.d.ts +112 -0
- package/build/types/core/HoistProps.d.ts +116 -0
- package/build/types/core/HoistService.d.ts +57 -0
- package/build/types/core/RefreshContextView.d.ts +10 -0
- package/build/types/core/TaskObserver.d.ts +80 -0
- package/build/types/core/XH.d.ts +445 -0
- package/build/types/core/elem.d.ts +71 -0
- package/build/types/core/enums/RefreshMode.d.ts +16 -0
- package/build/types/core/enums/RenderMode.d.ts +14 -0
- package/build/types/core/enums/SizingMode.d.ts +10 -0
- package/build/types/core/impl/InstallServices.d.ts +18 -0
- package/build/types/core/impl/InstanceManager.d.ts +24 -0
- package/build/types/core/impl/PlatformManager.d.ts +13 -0
- package/build/types/core/index.d.ts +22 -0
- package/build/types/core/load/LoadSpec.d.ts +55 -0
- package/build/types/core/load/LoadSupport.d.ts +36 -0
- package/build/types/core/load/Loadable.d.ts +48 -0
- package/build/types/core/load/index.d.ts +3 -0
- package/build/types/core/model/CreatesSpec.d.ts +29 -0
- package/build/types/core/model/HoistModel.d.ts +203 -0
- package/build/types/core/model/Hooks.d.ts +28 -0
- package/build/types/core/model/ManagedRefreshContextModel.d.ts +23 -0
- package/build/types/core/model/ModelLookup.d.ts +26 -0
- package/build/types/core/model/ModelSelector.d.ts +27 -0
- package/build/types/core/model/ModelSpec.d.ts +30 -0
- package/build/types/core/model/RefreshContextModel.d.ts +45 -0
- package/build/types/core/model/RootRefreshContextModel.d.ts +14 -0
- package/build/types/core/model/UsesSpec.d.ts +49 -0
- package/build/types/core/model/index.d.ts +10 -0
- package/build/types/core/persist/PersistOptions.d.ts +46 -0
- package/build/types/core/persist/Persistable.d.ts +14 -0
- package/build/types/core/persist/PersistenceProvider.d.ts +69 -0
- package/build/types/core/persist/index.d.ts +9 -0
- package/build/types/core/persist/provider/CustomProvider.d.ts +15 -0
- package/build/types/core/persist/provider/DashViewProvider.d.ts +12 -0
- package/build/types/core/persist/provider/LocalStorageProvider.d.ts +10 -0
- package/build/types/core/persist/provider/PrefProvider.d.ts +10 -0
- package/build/types/core/persist/provider/SessionStorageProvider.d.ts +10 -0
- package/build/types/core/persist/provider/ViewManagerProvider.d.ts +9 -0
- package/build/types/core/types/AppState.d.ts +20 -0
- package/build/types/core/types/Interfaces.d.ts +303 -0
- package/build/types/core/types/Types.d.ts +72 -0
- package/build/types/data/Field.d.ts +90 -0
- package/build/types/data/RecordAction.d.ts +103 -0
- package/build/types/data/Store.d.ts +424 -0
- package/build/types/data/StoreRecord.d.ts +186 -0
- package/build/types/data/StoreSelectionModel.d.ts +52 -0
- package/build/types/data/UrlStore.d.ts +27 -0
- package/build/types/data/cube/BucketSpec.d.ts +31 -0
- package/build/types/data/cube/Cube.d.ts +180 -0
- package/build/types/data/cube/CubeField.d.ts +49 -0
- package/build/types/data/cube/Query.d.ts +121 -0
- package/build/types/data/cube/View.d.ts +106 -0
- package/build/types/data/cube/ViewRowData.d.ts +46 -0
- package/build/types/data/cube/aggregate/AggregationContext.d.ts +21 -0
- package/build/types/data/cube/aggregate/Aggregator.d.ts +40 -0
- package/build/types/data/cube/aggregate/AverageAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/AverageStrictAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/ChildCountAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/LeafCountAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/MaxAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/MinAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/NullAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/SingleAggregator.d.ts +4 -0
- package/build/types/data/cube/aggregate/SumAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/SumStrictAggregator.d.ts +5 -0
- package/build/types/data/cube/aggregate/UniqueAggregator.d.ts +5 -0
- package/build/types/data/cube/row/AggregateRow.d.ts +16 -0
- package/build/types/data/cube/row/BaseRow.d.ts +30 -0
- package/build/types/data/cube/row/BucketRow.d.ts +16 -0
- package/build/types/data/cube/row/LeafRow.d.ts +22 -0
- package/build/types/data/cube/row/RowUpdate.d.ts +10 -0
- package/build/types/data/filter/BaseFilterFieldSpec.d.ts +73 -0
- package/build/types/data/filter/CompoundFilter.d.ts +29 -0
- package/build/types/data/filter/FieldFilter.d.ts +34 -0
- package/build/types/data/filter/Filter.d.ts +30 -0
- package/build/types/data/filter/FunctionFilter.d.ts +24 -0
- package/build/types/data/filter/Types.d.ts +67 -0
- package/build/types/data/filter/Utils.d.ts +48 -0
- package/build/types/data/impl/RecordSet.d.ts +44 -0
- package/build/types/data/impl/RecordValidator.d.ts +38 -0
- package/build/types/data/impl/StoreValidator.d.ts +48 -0
- package/build/types/data/index.d.ts +34 -0
- package/build/types/data/validation/Rule.d.ts +16 -0
- package/build/types/data/validation/Types.d.ts +56 -0
- package/build/types/data/validation/ValidationState.d.ts +6 -0
- package/build/types/data/validation/constraints.d.ts +75 -0
- package/build/types/desktop/appcontainer/AboutDialog.d.ts +11 -0
- package/build/types/desktop/appcontainer/AppContainer.d.ts +12 -0
- package/build/types/desktop/appcontainer/Banner.d.ts +8 -0
- package/build/types/desktop/appcontainer/ChangelogDialog.d.ts +3 -0
- package/build/types/desktop/appcontainer/ExceptionDialog.d.ts +13 -0
- package/build/types/desktop/appcontainer/ExceptionDialogDetails.d.ts +8 -0
- package/build/types/desktop/appcontainer/FeedbackDialog.d.ts +6 -0
- package/build/types/desktop/appcontainer/ImpersonationBar.d.ts +9 -0
- package/build/types/desktop/appcontainer/LockoutPanel.d.ts +8 -0
- package/build/types/desktop/appcontainer/LoginPanel.d.ts +9 -0
- package/build/types/desktop/appcontainer/Message.d.ts +8 -0
- package/build/types/desktop/appcontainer/MessageSource.d.ts +6 -0
- package/build/types/desktop/appcontainer/OptionsDialog.d.ts +9 -0
- package/build/types/desktop/appcontainer/ToastSource.d.ts +8 -0
- package/build/types/desktop/appcontainer/VersionBar.d.ts +3 -0
- package/build/types/desktop/appcontainer/index.d.ts +1 -0
- package/build/types/desktop/appcontainer/suspend/IdlePanel.d.ts +8 -0
- package/build/types/desktop/appcontainer/suspend/SuspendPanel.d.ts +7 -0
- package/build/types/desktop/cmp/appOption/AutoRefreshAppOption.d.ts +341 -0
- package/build/types/desktop/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/desktop/cmp/appOption/ThemeAppOption.d.ts +341 -0
- package/build/types/desktop/cmp/appOption/index.d.ts +3 -0
- package/build/types/desktop/cmp/appbar/AppBar.d.ts +34 -0
- package/build/types/desktop/cmp/appbar/AppBarSeparator.d.ts +5 -0
- package/build/types/desktop/cmp/appbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/button/AppMenuButton.d.ts +44 -0
- package/build/types/desktop/cmp/button/Button.d.ts +28 -0
- package/build/types/desktop/cmp/button/ButtonGroup.d.ts +16 -0
- package/build/types/desktop/cmp/button/DashCanvasAddViewButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/FeedbackButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/LaunchAdminButton.d.ts +8 -0
- package/build/types/desktop/cmp/button/LogoutButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/OptionsButton.d.ts +9 -0
- package/build/types/desktop/cmp/button/RefreshButton.d.ts +15 -0
- package/build/types/desktop/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/desktop/cmp/button/ThemeToggleButton.d.ts +7 -0
- package/build/types/desktop/cmp/button/WhatsNewButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/grid/ColAutosizeButton.d.ts +13 -0
- package/build/types/desktop/cmp/button/grid/ColChooserButton.d.ts +18 -0
- package/build/types/desktop/cmp/button/grid/ExpandToLevelButton.d.ts +18 -0
- package/build/types/desktop/cmp/button/grid/ExportButton.d.ts +21 -0
- package/build/types/desktop/cmp/button/index.d.ts +17 -0
- package/build/types/desktop/cmp/button/panel/ModalToggleButton.d.ts +10 -0
- package/build/types/desktop/cmp/button/zoneGrid/ZoneMapperButton.d.ts +15 -0
- package/build/types/desktop/cmp/card/impl/CardHeaderImpl.d.ts +6 -0
- package/build/types/desktop/cmp/clipboard/ClipboardButton.d.ts +20 -0
- package/build/types/desktop/cmp/clipboard/ClipboardMenuItem.d.ts +6 -0
- package/build/types/desktop/cmp/clipboard/index.d.ts +2 -0
- package/build/types/desktop/cmp/contextmenu/ContextMenu.d.ts +15 -0
- package/build/types/desktop/cmp/contextmenu/index.d.ts +1 -0
- package/build/types/desktop/cmp/dash/DashConfig.d.ts +36 -0
- package/build/types/desktop/cmp/dash/DashModel.d.ts +22 -0
- package/build/types/desktop/cmp/dash/DashViewModel.d.ts +81 -0
- package/build/types/desktop/cmp/dash/DashViewSpec.d.ts +41 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvas.d.ts +27 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasModel.d.ts +166 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasViewModel.d.ts +27 -0
- package/build/types/desktop/cmp/dash/canvas/DashCanvasViewSpec.d.ts +30 -0
- package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasContextMenu.d.ts +8 -0
- package/build/types/desktop/cmp/dash/canvas/impl/DashCanvasView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/canvas/impl/utils.d.ts +11 -0
- package/build/types/desktop/cmp/dash/canvas/widgetchooser/DashCanvasWidgetChooser.d.ts +13 -0
- package/build/types/desktop/cmp/dash/canvas/widgetchooser/DashCanvasWidgetChooserModel.d.ts +12 -0
- package/build/types/desktop/cmp/dash/container/DashContainer.d.ts +8 -0
- package/build/types/desktop/cmp/dash/container/DashContainerModel.d.ts +162 -0
- package/build/types/desktop/cmp/dash/container/DashContainerViewModel.d.ts +14 -0
- package/build/types/desktop/cmp/dash/container/DashContainerViewSpec.d.ts +17 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerContextMenu.d.ts +15 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerMenuButton.d.ts +7 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerUtils.d.ts +16 -0
- package/build/types/desktop/cmp/dash/container/impl/DashContainerView.d.ts +12 -0
- package/build/types/desktop/cmp/dash/index.d.ts +12 -0
- package/build/types/desktop/cmp/dock/DockContainer.d.ts +25 -0
- package/build/types/desktop/cmp/dock/DockContainerModel.d.ts +33 -0
- package/build/types/desktop/cmp/dock/DockViewModel.d.ts +83 -0
- package/build/types/desktop/cmp/dock/impl/DockContainer.d.ts +9 -0
- package/build/types/desktop/cmp/dock/impl/DockView.d.ts +15 -0
- package/build/types/desktop/cmp/dock/index.d.ts +3 -0
- package/build/types/desktop/cmp/error/impl/ErrorMessage.d.ts +7 -0
- package/build/types/desktop/cmp/filechooser/FileChooser.d.ts +42 -0
- package/build/types/desktop/cmp/filechooser/FileChooserModel.d.ts +23 -0
- package/build/types/desktop/cmp/filechooser/index.d.ts +2 -0
- package/build/types/desktop/cmp/filter/FilterChooser.d.ts +32 -0
- package/build/types/desktop/cmp/filter/PopoverFilterChooser.d.ts +9 -0
- package/build/types/desktop/cmp/filter/index.d.ts +3 -0
- package/build/types/desktop/cmp/form/FormField.d.ts +64 -0
- package/build/types/desktop/cmp/form/index.d.ts +1 -0
- package/build/types/desktop/cmp/grid/columns/Actions.d.ts +29 -0
- package/build/types/desktop/cmp/grid/editors/BooleanEditor.d.ts +15 -0
- package/build/types/desktop/cmp/grid/editors/DateEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/EditorProps.d.ts +17 -0
- package/build/types/desktop/cmp/grid/editors/NumberEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/SelectEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/TextAreaEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/TextEditor.d.ts +6 -0
- package/build/types/desktop/cmp/grid/editors/impl/InlineEditorModel.d.ts +15 -0
- package/build/types/desktop/cmp/grid/editors/index.d.ts +6 -0
- package/build/types/desktop/cmp/grid/find/GridFindField.d.ts +43 -0
- package/build/types/desktop/cmp/grid/find/impl/GridFindFieldImplModel.d.ts +36 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooser.d.ts +18 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserDialog.d.ts +2 -0
- package/build/types/desktop/cmp/grid/impl/colchooser/ColChooserModel.d.ts +28 -0
- package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilter.d.ts +9 -0
- package/build/types/desktop/cmp/grid/impl/filter/ColumnHeaderFilterModel.d.ts +13 -0
- package/build/types/desktop/cmp/grid/impl/filter/GridFilterDialog.d.ts +11 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilter.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/HeaderFilterModel.d.ts +37 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRow.d.ts +6 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomRowModel.d.ts +28 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/custom/CustomTabModel.d.ts +21 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTab.d.ts +7 -0
- package/build/types/desktop/cmp/grid/impl/filter/headerfilter/values/ValuesTabModel.d.ts +43 -0
- package/build/types/desktop/cmp/grid/index.d.ts +3 -0
- package/build/types/desktop/cmp/grouping/GroupingChooser.d.ts +37 -0
- package/build/types/desktop/cmp/grouping/index.d.ts +2 -0
- package/build/types/desktop/cmp/input/ButtonGroupInput.d.ts +25 -0
- package/build/types/desktop/cmp/input/Checkbox.d.ts +29 -0
- package/build/types/desktop/cmp/input/CodeInput.d.ts +79 -0
- package/build/types/desktop/cmp/input/DateInput.d.ts +118 -0
- package/build/types/desktop/cmp/input/JsonInput.d.ts +8 -0
- package/build/types/desktop/cmp/input/NumberInput.d.ts +79 -0
- package/build/types/desktop/cmp/input/Picker.d.ts +125 -0
- package/build/types/desktop/cmp/input/RadioInput.d.ts +21 -0
- package/build/types/desktop/cmp/input/Select.d.ts +144 -0
- package/build/types/desktop/cmp/input/Slider.d.ts +33 -0
- package/build/types/desktop/cmp/input/SwitchInput.d.ts +21 -0
- package/build/types/desktop/cmp/input/TextArea.d.ts +26 -0
- package/build/types/desktop/cmp/input/TextInput.d.ts +56 -0
- package/build/types/desktop/cmp/input/index.d.ts +13 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooser.d.ts +13 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserFilter.d.ts +15 -0
- package/build/types/desktop/cmp/leftrightchooser/LeftRightChooserModel.d.ts +86 -0
- package/build/types/desktop/cmp/leftrightchooser/impl/ChooserToolbar.d.ts +3 -0
- package/build/types/desktop/cmp/leftrightchooser/impl/Description.d.ts +3 -0
- package/build/types/desktop/cmp/leftrightchooser/index.d.ts +3 -0
- package/build/types/desktop/cmp/mask/impl/Mask.d.ts +8 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupport.d.ts +16 -0
- package/build/types/desktop/cmp/modalsupport/ModalSupportModel.d.ts +29 -0
- package/build/types/desktop/cmp/modalsupport/index.d.ts +2 -0
- package/build/types/desktop/cmp/panel/Panel.d.ts +69 -0
- package/build/types/desktop/cmp/panel/PanelModel.d.ts +129 -0
- package/build/types/desktop/cmp/panel/impl/PanelHeader.d.ts +2 -0
- package/build/types/desktop/cmp/panel/impl/ResizeContainer.d.ts +1 -0
- package/build/types/desktop/cmp/panel/impl/Splitter.d.ts +2 -0
- package/build/types/desktop/cmp/panel/impl/dragger/Dragger.d.ts +3 -0
- package/build/types/desktop/cmp/panel/impl/dragger/DraggerModel.d.ts +34 -0
- package/build/types/desktop/cmp/panel/index.d.ts +2 -0
- package/build/types/desktop/cmp/pinpad/impl/PinPad.d.ts +11 -0
- package/build/types/desktop/cmp/record/RecordActionBar.d.ts +32 -0
- package/build/types/desktop/cmp/record/impl/RecordActionButton.d.ts +20 -0
- package/build/types/desktop/cmp/record/index.d.ts +1 -0
- package/build/types/desktop/cmp/rest/Actions.d.ts +7 -0
- package/build/types/desktop/cmp/rest/RestGrid.d.ts +33 -0
- package/build/types/desktop/cmp/rest/RestGridModel.d.ts +104 -0
- package/build/types/desktop/cmp/rest/data/RestField.d.ts +37 -0
- package/build/types/desktop/cmp/rest/data/RestStore.d.ts +39 -0
- package/build/types/desktop/cmp/rest/impl/RestForm.d.ts +6 -0
- package/build/types/desktop/cmp/rest/impl/RestFormField.d.ts +5 -0
- package/build/types/desktop/cmp/rest/impl/RestFormModel.d.ts +49 -0
- package/build/types/desktop/cmp/rest/impl/RestGridToolbar.d.ts +5 -0
- package/build/types/desktop/cmp/rest/index.d.ts +4 -0
- package/build/types/desktop/cmp/store/impl/StoreFilterField.d.ts +6 -0
- package/build/types/desktop/cmp/tab/TabSwitcher.d.ts +14 -0
- package/build/types/desktop/cmp/tab/dynamic/DynamicTabSwitcher.d.ts +7 -0
- package/build/types/desktop/cmp/tab/dynamic/DynamicTabSwitcherModel.d.ts +30 -0
- package/build/types/desktop/cmp/tab/dynamic/scroller/Scroller.d.ts +19 -0
- package/build/types/desktop/cmp/tab/dynamic/scroller/ScrollerModel.d.ts +23 -0
- package/build/types/desktop/cmp/tab/impl/Tab.d.ts +17 -0
- package/build/types/desktop/cmp/tab/impl/TabContainer.d.ts +7 -0
- package/build/types/desktop/cmp/tab/impl/TabContextMenuItems.d.ts +4 -0
- package/build/types/desktop/cmp/tab/index.d.ts +2 -0
- package/build/types/desktop/cmp/toolbar/Toolbar.d.ts +30 -0
- package/build/types/desktop/cmp/toolbar/ToolbarSep.d.ts +10 -0
- package/build/types/desktop/cmp/toolbar/index.d.ts +2 -0
- package/build/types/desktop/cmp/viewmanager/ViewManager.d.ts +46 -0
- package/build/types/desktop/cmp/viewmanager/ViewManagerLocalModel.d.ts +13 -0
- package/build/types/desktop/cmp/viewmanager/ViewMenu.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ManageDialog.d.ts +7 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ManageDialogModel.d.ts +41 -0
- package/build/types/desktop/cmp/viewmanager/dialog/SaveAsDialog.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/SaveAsDialogModel.d.ts +17 -0
- package/build/types/desktop/cmp/viewmanager/dialog/Utils.d.ts +11 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewMultiPanel.d.ts +2 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewPanel.d.ts +5 -0
- package/build/types/desktop/cmp/viewmanager/dialog/ViewPanelModel.d.ts +16 -0
- package/build/types/desktop/cmp/viewmanager/index.d.ts +1 -0
- package/build/types/desktop/cmp/zoneGrid/impl/ZoneMapper.d.ts +16 -0
- package/build/types/desktop/cmp/zoneGrid/impl/ZoneMapperDialog.d.ts +2 -0
- package/build/types/desktop/hooks/UseContextMenu.d.ts +11 -0
- package/build/types/desktop/hooks/UseHotkeys.d.ts +14 -0
- package/build/types/desktop/hooks/index.d.ts +2 -0
- package/build/types/desktop/register.d.ts +1 -0
- package/build/types/dynamics/desktop.d.ts +33 -0
- package/build/types/dynamics/mobile.d.ts +25 -0
- package/build/types/exception/Exception.d.ts +24 -0
- package/build/types/exception/Types.d.ts +35 -0
- package/build/types/exception/index.d.ts +2 -0
- package/build/types/format/FormatDate.d.ts +73 -0
- package/build/types/format/FormatMisc.d.ts +43 -0
- package/build/types/format/FormatNumber.d.ts +137 -0
- package/build/types/format/FormatUtils.d.ts +11 -0
- package/build/types/format/impl/Utils.d.ts +7 -0
- package/build/types/format/index.d.ts +4 -0
- package/build/types/icon/Icon.d.ts +363 -0
- package/build/types/icon/XHLogo.d.ts +4 -0
- package/build/types/icon/impl/IconCmp.d.ts +6 -0
- package/build/types/icon/impl/IconHtml.d.ts +13 -0
- package/build/types/icon/index.d.ts +2 -0
- package/build/types/inspector/InspectorPanel.d.ts +5 -0
- package/build/types/inspector/instances/InstancesModel.d.ts +48 -0
- package/build/types/inspector/instances/InstancesPanel.d.ts +2 -0
- package/build/types/inspector/stats/StatsModel.d.ts +20 -0
- package/build/types/inspector/stats/StatsPanel.d.ts +2 -0
- package/build/types/kit/ag-grid/index.d.ts +22 -0
- package/build/types/kit/blueprint/ContextMenu.d.ts +7 -0
- package/build/types/kit/blueprint/Dialog.d.ts +12 -0
- package/build/types/kit/blueprint/Wrappers.d.ts +8 -0
- package/build/types/kit/blueprint/index.d.ts +9 -0
- package/build/types/kit/highcharts/index.d.ts +6 -0
- package/build/types/kit/onsen/index.d.ts +8 -0
- package/build/types/kit/react-beautiful-dnd/index.d.ts +3 -0
- package/build/types/kit/react-dates/index.d.ts +5 -0
- package/build/types/kit/react-dropzone/index.d.ts +3 -0
- package/build/types/kit/react-markdown/index.d.ts +4 -0
- package/build/types/kit/react-select/index.d.ts +10 -0
- package/build/types/kit/swiper/index.d.ts +97 -0
- package/build/types/mobile/appcontainer/AboutDialog.d.ts +10 -0
- package/build/types/mobile/appcontainer/AppContainer.d.ts +12 -0
- package/build/types/mobile/appcontainer/Banner.d.ts +8 -0
- package/build/types/mobile/appcontainer/ExceptionDialog.d.ts +13 -0
- package/build/types/mobile/appcontainer/ExceptionDialogDetails.d.ts +7 -0
- package/build/types/mobile/appcontainer/FeedbackDialog.d.ts +6 -0
- package/build/types/mobile/appcontainer/ImpersonationBar.d.ts +9 -0
- package/build/types/mobile/appcontainer/LockoutPanel.d.ts +8 -0
- package/build/types/mobile/appcontainer/LoginPanel.d.ts +9 -0
- package/build/types/mobile/appcontainer/Message.d.ts +7 -0
- package/build/types/mobile/appcontainer/MessageSource.d.ts +6 -0
- package/build/types/mobile/appcontainer/OptionsDialog.d.ts +6 -0
- package/build/types/mobile/appcontainer/Toast.d.ts +6 -0
- package/build/types/mobile/appcontainer/ToastSource.d.ts +7 -0
- package/build/types/mobile/appcontainer/VersionBar.d.ts +5 -0
- package/build/types/mobile/appcontainer/index.d.ts +1 -0
- package/build/types/mobile/appcontainer/suspend/IdlePanel.d.ts +8 -0
- package/build/types/mobile/appcontainer/suspend/SuspendPanel.d.ts +7 -0
- package/build/types/mobile/cmp/appOption/AutoRefreshAppOption.d.ts +15 -0
- package/build/types/mobile/cmp/appOption/SizingModeAppOption.d.ts +17 -0
- package/build/types/mobile/cmp/appOption/ThemeAppOption.d.ts +15 -0
- package/build/types/mobile/cmp/appOption/index.d.ts +3 -0
- package/build/types/mobile/cmp/button/Button.d.ts +22 -0
- package/build/types/mobile/cmp/button/ButtonGroup.d.ts +12 -0
- package/build/types/mobile/cmp/button/FeedbackButton.d.ts +8 -0
- package/build/types/mobile/cmp/button/LogoutButton.d.ts +10 -0
- package/build/types/mobile/cmp/button/NavigatorBackButton.d.ts +7 -0
- package/build/types/mobile/cmp/button/OptionsButton.d.ts +9 -0
- package/build/types/mobile/cmp/button/RefreshButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/RestoreDefaultsButton.d.ts +16 -0
- package/build/types/mobile/cmp/button/ThemeToggleButton.d.ts +7 -0
- package/build/types/mobile/cmp/button/grid/ColAutosizeButton.d.ts +13 -0
- package/build/types/mobile/cmp/button/grid/ColChooserButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/grid/ExpandCollapseButton.d.ts +14 -0
- package/build/types/mobile/cmp/button/grid/ExpandToLevelButton.d.ts +15 -0
- package/build/types/mobile/cmp/button/index.d.ts +13 -0
- package/build/types/mobile/cmp/button/zoneGrid/ZoneMapperButton.d.ts +12 -0
- package/build/types/mobile/cmp/card/impl/CardHeaderImpl.d.ts +6 -0
- package/build/types/mobile/cmp/dialog/Dialog.d.ts +17 -0
- package/build/types/mobile/cmp/dialog/index.d.ts +1 -0
- package/build/types/mobile/cmp/error/impl/ErrorMessage.d.ts +7 -0
- package/build/types/mobile/cmp/form/FormField.d.ts +27 -0
- package/build/types/mobile/cmp/form/index.d.ts +1 -0
- package/build/types/mobile/cmp/grid/impl/ColChooser.d.ts +21 -0
- package/build/types/mobile/cmp/grid/impl/ColChooserModel.d.ts +46 -0
- package/build/types/mobile/cmp/grouping/GroupingChooser.d.ts +15 -0
- package/build/types/mobile/cmp/grouping/index.d.ts +2 -0
- package/build/types/mobile/cmp/header/AppBar.d.ts +39 -0
- package/build/types/mobile/cmp/header/AppMenuButton.d.ts +41 -0
- package/build/types/mobile/cmp/header/index.d.ts +2 -0
- package/build/types/mobile/cmp/input/ButtonGroupInput.d.ts +22 -0
- package/build/types/mobile/cmp/input/Checkbox.d.ts +13 -0
- package/build/types/mobile/cmp/input/CheckboxButton.d.ts +13 -0
- package/build/types/mobile/cmp/input/DateInput.d.ts +54 -0
- package/build/types/mobile/cmp/input/Label.d.ts +10 -0
- package/build/types/mobile/cmp/input/NumberInput.d.ts +53 -0
- package/build/types/mobile/cmp/input/SearchInput.d.ts +24 -0
- package/build/types/mobile/cmp/input/Select.d.ts +127 -0
- package/build/types/mobile/cmp/input/SwitchInput.d.ts +13 -0
- package/build/types/mobile/cmp/input/TextArea.d.ts +21 -0
- package/build/types/mobile/cmp/input/TextInput.d.ts +46 -0
- package/build/types/mobile/cmp/input/index.d.ts +11 -0
- package/build/types/mobile/cmp/mask/impl/Mask.d.ts +8 -0
- package/build/types/mobile/cmp/menu/MenuButton.d.ts +23 -0
- package/build/types/mobile/cmp/menu/impl/Menu.d.ts +12 -0
- package/build/types/mobile/cmp/menu/index.d.ts +1 -0
- package/build/types/mobile/cmp/navigator/Navigator.d.ts +8 -0
- package/build/types/mobile/cmp/navigator/NavigatorModel.d.ts +62 -0
- package/build/types/mobile/cmp/navigator/PageModel.d.ts +61 -0
- package/build/types/mobile/cmp/navigator/impl/GestureRefresh.d.ts +8 -0
- package/build/types/mobile/cmp/navigator/impl/GestureRefreshModel.d.ts +16 -0
- package/build/types/mobile/cmp/navigator/impl/Page.d.ts +12 -0
- package/build/types/mobile/cmp/navigator/impl/Utils.d.ts +9 -0
- package/build/types/mobile/cmp/navigator/index.d.ts +2 -0
- package/build/types/mobile/cmp/panel/DialogPanel.d.ts +16 -0
- package/build/types/mobile/cmp/panel/Panel.d.ts +43 -0
- package/build/types/mobile/cmp/panel/impl/PanelHeader.d.ts +6 -0
- package/build/types/mobile/cmp/panel/index.d.ts +2 -0
- package/build/types/mobile/cmp/pinpad/impl/PinPad.d.ts +9 -0
- package/build/types/mobile/cmp/popover/Popover.d.ts +33 -0
- package/build/types/mobile/cmp/popover/index.d.ts +1 -0
- package/build/types/mobile/cmp/store/impl/StoreFilterField.d.ts +6 -0
- package/build/types/mobile/cmp/tab/impl/Tab.d.ts +13 -0
- package/build/types/mobile/cmp/tab/impl/TabContainer.d.ts +9 -0
- package/build/types/mobile/cmp/toolbar/Toolbar.d.ts +11 -0
- package/build/types/mobile/cmp/toolbar/ToolbarSeparator.d.ts +7 -0
- package/build/types/mobile/cmp/toolbar/index.d.ts +2 -0
- package/build/types/mobile/cmp/zoneGrid/impl/ZoneMapper.d.ts +16 -0
- package/build/types/mobile/register.d.ts +1 -0
- package/build/types/mobx/decorators.d.ts +11 -0
- package/build/types/mobx/index.d.ts +5 -0
- package/build/types/mobx/overrides.d.ts +14 -0
- package/build/types/promise/Promise.d.ts +108 -0
- package/build/types/promise/index.d.ts +1 -0
- package/build/types/security/BaseOAuthClient.d.ts +172 -0
- package/build/types/security/Token.d.ts +11 -0
- package/build/types/security/Types.d.ts +14 -0
- package/build/types/security/authzero/AuthZeroClient.d.ts +57 -0
- package/build/types/security/authzero/index.d.ts +1 -0
- package/build/types/security/msal/MsalClient.d.ts +162 -0
- package/build/types/security/msal/index.d.ts +1 -0
- package/build/types/svc/AlertBannerService.d.ts +33 -0
- package/build/types/svc/AutoRefreshService.d.ts +28 -0
- package/build/types/svc/ChangelogService.d.ts +62 -0
- package/build/types/svc/ClientHealthService.d.ts +64 -0
- package/build/types/svc/ConfigService.d.ts +36 -0
- package/build/types/svc/EnvironmentService.d.ts +50 -0
- package/build/types/svc/FetchService.d.ts +269 -0
- package/build/types/svc/GridAutosizeService.d.ts +35 -0
- package/build/types/svc/GridExportService.d.ts +56 -0
- package/build/types/svc/IdentityService.d.ts +58 -0
- package/build/types/svc/IdleService.d.ts +21 -0
- package/build/types/svc/InspectorService.d.ts +75 -0
- package/build/types/svc/JsonBlobService.d.ts +60 -0
- package/build/types/svc/PrefService.d.ts +69 -0
- package/build/types/svc/TrackService.d.ts +42 -0
- package/build/types/svc/WebSocketService.d.ts +126 -0
- package/build/types/svc/index.d.ts +18 -0
- package/build/types/svc/storage/BaseStorageService.d.ts +21 -0
- package/build/types/svc/storage/LocalStorageService.d.ts +12 -0
- package/build/types/svc/storage/SessionStorageService.d.ts +12 -0
- package/build/types/utils/async/AsyncUtils.d.ts +40 -0
- package/build/types/utils/async/Timer.d.ts +87 -0
- package/build/types/utils/async/index.d.ts +2 -0
- package/build/types/utils/datetime/DateTimeUtils.d.ts +10 -0
- package/build/types/utils/datetime/LocalDate.d.ts +92 -0
- package/build/types/utils/datetime/index.d.ts +2 -0
- package/build/types/utils/impl/Equals.d.ts +4 -0
- package/build/types/utils/impl/IsOmitted.d.ts +7 -0
- package/build/types/utils/impl/MenuItems.d.ts +13 -0
- package/build/types/utils/impl/Separators.d.ts +10 -0
- package/build/types/utils/impl/TimeZone.d.ts +4 -0
- package/build/types/utils/impl/index.d.ts +5 -0
- package/build/types/utils/js/Decorators.d.ts +42 -0
- package/build/types/utils/js/DomUtils.d.ts +50 -0
- package/build/types/utils/js/HtmlUtils.d.ts +4 -0
- package/build/types/utils/js/LangUtils.d.ts +122 -0
- package/build/types/utils/js/LogUtils.d.ts +108 -0
- package/build/types/utils/js/TestUtils.d.ts +18 -0
- package/build/types/utils/js/VersionUtils.d.ts +17 -0
- package/build/types/utils/js/index.d.ts +7 -0
- package/build/types/utils/react/ClassName.d.ts +14 -0
- package/build/types/utils/react/Hooks.d.ts +46 -0
- package/build/types/utils/react/LayoutPropUtils.d.ts +43 -0
- package/build/types/utils/react/ObservableRef.d.ts +13 -0
- package/build/types/utils/react/ReactUtils.d.ts +23 -0
- package/build/types/utils/react/index.d.ts +5 -0
- package/package.json +2 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ColumnSpec } from '@xh/hoist/cmp/grid/columns';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import './Actions.scss';
|
|
4
|
+
/**
|
|
5
|
+
* A column definition partial for adding an "action column" to a grid. An action column displays
|
|
6
|
+
* one or more record-aware buttons within a button group, providing the user with an easy
|
|
7
|
+
* way to perform push-button operations on a given record.
|
|
8
|
+
*
|
|
9
|
+
* Another useful pattern is to create re-usable `RecordAction` configs and pass those both to this
|
|
10
|
+
* column config as well as the grid's contextMenu. This offers the user two ways of accessing actions
|
|
11
|
+
* without duplicating the action definitions.
|
|
12
|
+
*
|
|
13
|
+
* See the `calcActionColWidth` helper function exported below - this returns a pixel width
|
|
14
|
+
* for your column given a number of actions (accounting for button sizing and padding).
|
|
15
|
+
*
|
|
16
|
+
* Note that action columns will be empty for group rows.
|
|
17
|
+
*
|
|
18
|
+
* @see RecordAction
|
|
19
|
+
*/
|
|
20
|
+
export declare const actionCol: ColumnSpec;
|
|
21
|
+
/**
|
|
22
|
+
* Calculates the width for an action column
|
|
23
|
+
* @param count - number of actions
|
|
24
|
+
* @param cellPadding - desired left and right padding (in pixels) for the action cell.
|
|
25
|
+
* @param buttonWidth - width (in pixels) of the action buttons.
|
|
26
|
+
* Default small minimal buttons with an icon will be 24px
|
|
27
|
+
* @returns the width in pixels
|
|
28
|
+
*/
|
|
29
|
+
export declare function calcActionColWidth(count: number, cellPadding?: number, buttonWidth?: number): number;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CheckboxProps } from '@xh/hoist/desktop/cmp/input';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { EditorProps } from './EditorProps';
|
|
4
|
+
import './Editors.scss';
|
|
5
|
+
export interface BooleanEditorProps extends EditorProps<CheckboxProps> {
|
|
6
|
+
/**
|
|
7
|
+
* True to change underlying record state immediately upon user editing gesture (i.e. clicking,
|
|
8
|
+
* hitting return). Defaults to true.
|
|
9
|
+
*
|
|
10
|
+
* Note that this prop is only available if the `fullRowEditing` property on the containing
|
|
11
|
+
* GridModel is false. It is ignored in `fullRowEditing` mode.
|
|
12
|
+
*/
|
|
13
|
+
quickToggle?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const BooleanEditor: import("react").FC<BooleanEditorProps>, booleanEditor: import("@xh/hoist/core").ElementFactory<BooleanEditorProps>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DateInputProps } from '@xh/hoist/desktop/cmp/input';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { EditorProps } from './EditorProps';
|
|
4
|
+
import './Editors.scss';
|
|
5
|
+
export type DateEditorProps = EditorProps<DateInputProps>;
|
|
6
|
+
export declare const DateEditor: import("react").FC<DateEditorProps>, dateEditor: import("@xh/hoist/core").ElementFactory<DateEditorProps>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CustomCellEditorProps } from '@xh/hoist/kit/ag-grid';
|
|
2
|
+
import { Column, GridModel } from '@xh/hoist/cmp/grid';
|
|
3
|
+
import { HoistInputProps } from '@xh/hoist/cmp/input';
|
|
4
|
+
import { HoistProps } from '@xh/hoist/core';
|
|
5
|
+
import { StoreRecord } from '@xh/hoist/data';
|
|
6
|
+
import '@xh/hoist/desktop/register';
|
|
7
|
+
export interface EditorProps<InputPropsT extends HoistInputProps> extends HoistProps {
|
|
8
|
+
/** Column in StoreRecord being edited. */
|
|
9
|
+
column: Column;
|
|
10
|
+
/** Owning GridModel of record being edited. */
|
|
11
|
+
gridModel: GridModel;
|
|
12
|
+
/** StoreRecord being edited. */
|
|
13
|
+
record: StoreRecord;
|
|
14
|
+
/** Props to pass through to the underlying HoistInput component */
|
|
15
|
+
inputProps?: InputPropsT;
|
|
16
|
+
agParams: CustomCellEditorProps;
|
|
17
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { NumberInputProps } from '@xh/hoist/desktop/cmp/input';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { EditorProps } from './EditorProps';
|
|
4
|
+
import './Editors.scss';
|
|
5
|
+
export type NumberEditorProps = EditorProps<NumberInputProps>;
|
|
6
|
+
export declare const NumberEditor: import("react").FC<NumberEditorProps>, numberEditor: import("@xh/hoist/core").ElementFactory<NumberEditorProps>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SelectProps } from '@xh/hoist/desktop/cmp/input';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { EditorProps } from './EditorProps';
|
|
4
|
+
import './Editors.scss';
|
|
5
|
+
export type SelectEditorProps = EditorProps<SelectProps>;
|
|
6
|
+
export declare const SelectEditor: import("react").FC<SelectEditorProps>, selectEditor: import("@xh/hoist/core").ElementFactory<SelectEditorProps>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import '@xh/hoist/desktop/register';
|
|
2
|
+
import { TextAreaProps } from '../../input';
|
|
3
|
+
import { EditorProps } from './EditorProps';
|
|
4
|
+
import './Editors.scss';
|
|
5
|
+
export type TextAreaEditorProps = EditorProps<TextAreaProps>;
|
|
6
|
+
export declare const TextAreaEditor: import("react").FC<TextAreaEditorProps>, textAreaEditor: import("@xh/hoist/core").ElementFactory<TextAreaEditorProps>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TextInputProps } from '@xh/hoist/desktop/cmp/input';
|
|
2
|
+
import '@xh/hoist/desktop/register';
|
|
3
|
+
import { EditorProps } from './EditorProps';
|
|
4
|
+
import './Editors.scss';
|
|
5
|
+
export type TextEditorProps = EditorProps<TextInputProps>;
|
|
6
|
+
export declare const TextEditor: import("react").FC<TextEditorProps>, textEditor: import("@xh/hoist/core").ElementFactory<TextEditorProps>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ElementFactory } from '@xh/hoist/core';
|
|
2
|
+
import { EditorProps } from '@xh/hoist/desktop/cmp/grid/editors/EditorProps';
|
|
3
|
+
import { ForwardedRef, ReactElement } from 'react';
|
|
4
|
+
/**
|
|
5
|
+
* Hook to render a component to be used for inline cell editing in ag-grid.
|
|
6
|
+
* @internal - Hoist provides components wrapping the currently-supported `HoistInput`s.
|
|
7
|
+
*
|
|
8
|
+
* Implements the lifecycle methods required by ag-grid cell editors.
|
|
9
|
+
* See https://www.ag-grid.com/react-grid/react-hooks/#hooks-with-lifecycle-methods for details.
|
|
10
|
+
*
|
|
11
|
+
* @param component - ElementFactory for HoistInput to render.
|
|
12
|
+
* @param props - props passed to containing component
|
|
13
|
+
* @param ref - forwardRef passed to containing component
|
|
14
|
+
*/
|
|
15
|
+
export declare function useInlineEditorModel(component: ElementFactory, props: EditorProps<any>, ref: ForwardedRef<any>): ReactElement;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { LayoutProps } from '@xh/hoist/core';
|
|
3
|
+
import type { FilterMatchMode } from '@xh/hoist/data';
|
|
4
|
+
import { TextInputProps } from '@xh/hoist/desktop/cmp/input';
|
|
5
|
+
import '@xh/hoist/desktop/register';
|
|
6
|
+
import './GridFindField.scss';
|
|
7
|
+
export interface GridFindFieldProps extends TextInputProps, LayoutProps {
|
|
8
|
+
/**
|
|
9
|
+
* GridModel whose data this control should search. This component will, by default, use the
|
|
10
|
+
* fields for all *visible* columns when matching, as well as any groupBy field.
|
|
11
|
+
*/
|
|
12
|
+
gridModel?: GridModel;
|
|
13
|
+
/** Mode to use when searching (default 'startWord'). */
|
|
14
|
+
matchMode?: FilterMatchMode;
|
|
15
|
+
/**
|
|
16
|
+
* Delay (in ms) to buffer searching the grid after the value changes from user input.
|
|
17
|
+
* Default 200ms. Set to 0 to filter immediately on each keystroke.
|
|
18
|
+
*/
|
|
19
|
+
queryBuffer?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Names of field(s) to include in search. Cannot be used with `excludeFields`.
|
|
22
|
+
*/
|
|
23
|
+
includeFields?: string[];
|
|
24
|
+
/** Names of field(s) to exclude from search. Cannot be used with `includeFields`. */
|
|
25
|
+
excludeFields?: string[];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* A text input Component that enables users to search through a Grid and select rows that match
|
|
29
|
+
* the entered search term based on simple word-boundary matching of its value to the value of
|
|
30
|
+
* configured fields on a record. If any field values match, the record itself is considered a match.
|
|
31
|
+
*
|
|
32
|
+
* This component is designed to be bound to a GridModel via `gridModel` prop. (If not configured to
|
|
33
|
+
* bind to a specific GridModel, this component will bind by default to the nearest GridModel found
|
|
34
|
+
* in context.) Binding in this way allows the component to auto-generate the fields in the store to
|
|
35
|
+
* be searched by the field and to automatically select the results in the Grid.
|
|
36
|
+
*
|
|
37
|
+
* Fields to be searched can be automatically determined from the bound Grid's Store, and/or
|
|
38
|
+
* customized via the include/excludeFields props. See prop comments for details.
|
|
39
|
+
*
|
|
40
|
+
* This component supports all props available to TextInput and will pass them along to its
|
|
41
|
+
* underlying TextInput.
|
|
42
|
+
*/
|
|
43
|
+
export declare const GridFindField: import("react").FC<GridFindFieldProps>, gridFindField: import("@xh/hoist/core").ElementFactory<GridFindFieldProps>;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import type { FilterMatchMode, StoreRecord } from '@xh/hoist/data';
|
|
4
|
+
import { TextInputModel } from '@xh/hoist/desktop/cmp/input';
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export declare class GridFindFieldImplModel extends HoistModel {
|
|
9
|
+
xhImpl: boolean;
|
|
10
|
+
query: string;
|
|
11
|
+
get matchMode(): FilterMatchMode;
|
|
12
|
+
get queryBuffer(): number;
|
|
13
|
+
get includeFields(): string[];
|
|
14
|
+
get excludeFields(): string[];
|
|
15
|
+
results: any;
|
|
16
|
+
inputRef: import("react").RefObject<TextInputModel> & import("react").RefCallback<TextInputModel>;
|
|
17
|
+
_records: StoreRecord[];
|
|
18
|
+
get count(): number;
|
|
19
|
+
get selectedIdx(): number;
|
|
20
|
+
get countLabel(): string;
|
|
21
|
+
get hasFocus(): boolean;
|
|
22
|
+
get hasQuery(): boolean;
|
|
23
|
+
get hasResults(): boolean;
|
|
24
|
+
get gridModel(): GridModel;
|
|
25
|
+
constructor();
|
|
26
|
+
onLinked(): void;
|
|
27
|
+
selectPrev(): void;
|
|
28
|
+
selectNext(): void;
|
|
29
|
+
private updateResults;
|
|
30
|
+
private getRecords;
|
|
31
|
+
private sortRecordsRecursive;
|
|
32
|
+
private sortRecordsByGroupBy;
|
|
33
|
+
private getRegex;
|
|
34
|
+
private getActiveFields;
|
|
35
|
+
private getValGetters;
|
|
36
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HoistProps } from '@xh/hoist/core';
|
|
2
|
+
import { ColChooserModel } from './ColChooserModel';
|
|
3
|
+
export interface ColChooserProps extends HoistProps<ColChooserModel> {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Hoist UI for user selection and discovery of available Grid columns, enabled via the
|
|
7
|
+
* GridModel.colChooserModel config option.
|
|
8
|
+
*
|
|
9
|
+
* This component displays both available and currently visible columns in two left/right
|
|
10
|
+
* grids, allowing users to toggle columns on and off within its associated grid.
|
|
11
|
+
*
|
|
12
|
+
* It derives its configuration primary from the Grid's Column definitions, supporting features such
|
|
13
|
+
* as custom column display names and descriptions, grouped display of the available column library,
|
|
14
|
+
* and a quick filter for long lists.
|
|
15
|
+
*
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const colChooser: import("@xh/hoist/core").ElementFactory<ColChooserProps>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ColChooserConfig, GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import type { FilterMatchMode } from '@xh/hoist/data';
|
|
4
|
+
import { LeftRightChooserModel } from '@xh/hoist/desktop/cmp/leftrightchooser';
|
|
5
|
+
/**
|
|
6
|
+
* State management for the ColChooser component.
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare class ColChooserModel extends HoistModel {
|
|
10
|
+
xhImpl: boolean;
|
|
11
|
+
gridModel: GridModel;
|
|
12
|
+
lrModel: LeftRightChooserModel;
|
|
13
|
+
isOpen: boolean;
|
|
14
|
+
isPopoverOpen: boolean;
|
|
15
|
+
commitOnChange: boolean;
|
|
16
|
+
showRestoreDefaults: boolean;
|
|
17
|
+
autosizeOnCommit: boolean;
|
|
18
|
+
width: string | number;
|
|
19
|
+
height: string | number;
|
|
20
|
+
filterMatchMode: FilterMatchMode;
|
|
21
|
+
constructor({ gridModel, commitOnChange, showRestoreDefaults, autosizeOnCommit, width, height, filterMatchMode }: ColChooserConfig);
|
|
22
|
+
open(): void;
|
|
23
|
+
openPopover(): void;
|
|
24
|
+
close(): void;
|
|
25
|
+
commit(): void;
|
|
26
|
+
restoreDefaultsAsync(): Promise<void>;
|
|
27
|
+
syncChooserData(): void;
|
|
28
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './ColumnHeaderFilter.scss';
|
|
2
|
+
import { ColumnHeaderFilterModel } from './ColumnHeaderFilterModel';
|
|
3
|
+
/**
|
|
4
|
+
* Component to manage column filters from header. Will appear as a "filter" icon if filters are
|
|
5
|
+
* present and provides an appropriate dialog UI for managing the filters when clicked.
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare const columnHeaderFilter: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ColumnHeaderFilterModel>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Column } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import { GridFilterModel } from '@xh/hoist/cmp/grid';
|
|
4
|
+
export declare class ColumnHeaderFilterModel extends HoistModel {
|
|
5
|
+
xhImpl: boolean;
|
|
6
|
+
readonly column: Column;
|
|
7
|
+
readonly filterModel: GridFilterModel;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
get hasFilter(): boolean;
|
|
10
|
+
constructor(filterModel: GridFilterModel, column: Column);
|
|
11
|
+
open(): void;
|
|
12
|
+
close(): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { GridFilterModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import './GridFilterDialog.scss';
|
|
3
|
+
/**
|
|
4
|
+
* Dialog for showing a read-only JSON representation of the currently applied grid filters.
|
|
5
|
+
*
|
|
6
|
+
* Applications should not create this component - it is created automatically for Grids with
|
|
7
|
+
* a GridFilterModel, and is available via the `gridFilter` action.
|
|
8
|
+
*
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export declare const gridFilterDialog: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<GridFilterModel>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HeaderFilterModel } from './HeaderFilterModel';
|
|
2
|
+
/**
|
|
3
|
+
* Pop-up panel to display column specific filters
|
|
4
|
+
*
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const headerFilter: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<HeaderFilterModel>>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Column, GridFilterFieldSpec, GridFilterModel, GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { TabContainerModel } from '@xh/hoist/cmp/tab';
|
|
3
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
4
|
+
import { CompoundFilter, FieldFilter, FieldType, Filter, FilterLike, Store } from '@xh/hoist/data';
|
|
5
|
+
import { ColumnHeaderFilterModel } from '../ColumnHeaderFilterModel';
|
|
6
|
+
import { CustomTabModel } from './custom/CustomTabModel';
|
|
7
|
+
import { ValuesTabModel } from './values/ValuesTabModel';
|
|
8
|
+
export declare class HeaderFilterModel extends HoistModel {
|
|
9
|
+
xhImpl: boolean;
|
|
10
|
+
fieldSpec: GridFilterFieldSpec;
|
|
11
|
+
parent: ColumnHeaderFilterModel;
|
|
12
|
+
tabContainerModel: TabContainerModel;
|
|
13
|
+
valuesTabModel: ValuesTabModel;
|
|
14
|
+
customTabModel: CustomTabModel;
|
|
15
|
+
get filterModel(): GridFilterModel;
|
|
16
|
+
get field(): string;
|
|
17
|
+
get gridModel(): GridModel;
|
|
18
|
+
get store(): Store;
|
|
19
|
+
get column(): Column;
|
|
20
|
+
get fieldType(): FieldType;
|
|
21
|
+
get currentGridFilter(): Filter;
|
|
22
|
+
get columnFilters(): FieldFilter[];
|
|
23
|
+
get columnCompoundFilter(): CompoundFilter;
|
|
24
|
+
get hasFilter(): boolean;
|
|
25
|
+
get pendingFilter(): FilterLike;
|
|
26
|
+
get hasPendingFilter(): boolean;
|
|
27
|
+
get isDirty(): boolean;
|
|
28
|
+
get isCustomFilter(): boolean;
|
|
29
|
+
get commitOnChange(): boolean;
|
|
30
|
+
onLinked(): void;
|
|
31
|
+
commit(close?: boolean): void;
|
|
32
|
+
clear(close?: boolean): void;
|
|
33
|
+
private syncWithFilter;
|
|
34
|
+
private setColumnFilters;
|
|
35
|
+
private doCommitOnChange;
|
|
36
|
+
private resetTabModels;
|
|
37
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
import { FieldFilterOperator, FieldFilterSpec } from '@xh/hoist/data';
|
|
3
|
+
import { HeaderFilterModel } from '../HeaderFilterModel';
|
|
4
|
+
import { CustomTabModel } from './CustomTabModel';
|
|
5
|
+
type OperatorOptionValue = 'blank' | 'not blank' | FieldFilterOperator;
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
export declare class CustomRowModel extends HoistModel {
|
|
10
|
+
xhImpl: boolean;
|
|
11
|
+
parentModel: CustomTabModel;
|
|
12
|
+
headerFilterModel: HeaderFilterModel;
|
|
13
|
+
op: OperatorOptionValue;
|
|
14
|
+
inputVal: any;
|
|
15
|
+
/** FieldFilter config output of this row. */
|
|
16
|
+
get value(): FieldFilterSpec;
|
|
17
|
+
get fieldSpec(): import("../../../../../../../cmp/grid").GridFilterFieldSpec;
|
|
18
|
+
get options(): {
|
|
19
|
+
label: string;
|
|
20
|
+
value: OperatorOptionValue;
|
|
21
|
+
}[];
|
|
22
|
+
get commitOnChange(): boolean;
|
|
23
|
+
get hideInput(): boolean;
|
|
24
|
+
constructor(parentModel: CustomTabModel, op?: FieldFilterOperator, value?: any);
|
|
25
|
+
removeRow(): void;
|
|
26
|
+
getOperatorLabel(op: FieldFilterOperator): "includes" | "not begins" | "not ends" | "excludes" | "Equals" | "Not equals" | "Greater than" | "Greater than or equals" | "Less than" | "Less than or equals" | "Like" | "Not like" | "Begins with" | "Ends with";
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import './CustomTab.scss';
|
|
2
|
+
import { CustomTabModel } from './CustomTabModel';
|
|
3
|
+
/**
|
|
4
|
+
* Tab for managing value based filters for Column.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const customTab: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<CustomTabModel>>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
2
|
+
import { CompoundFilterOperator, FilterLike } from '@xh/hoist/data';
|
|
3
|
+
import { HeaderFilterModel } from '../HeaderFilterModel';
|
|
4
|
+
import { CustomRowModel } from './CustomRowModel';
|
|
5
|
+
export declare class CustomTabModel extends HoistModel {
|
|
6
|
+
xhImpl: boolean;
|
|
7
|
+
headerFilterModel: HeaderFilterModel;
|
|
8
|
+
op: CompoundFilterOperator;
|
|
9
|
+
rowModels: CustomRowModel[];
|
|
10
|
+
/** Filter config output by this model. */
|
|
11
|
+
get filter(): FilterLike;
|
|
12
|
+
get fieldSpec(): import("../../../../../../../cmp/grid").GridFilterFieldSpec;
|
|
13
|
+
get currentGridFilter(): import("@xh/hoist/data").Filter;
|
|
14
|
+
get columnFilters(): import("@xh/hoist/data").FieldFilter[];
|
|
15
|
+
constructor(headerFilterModel: HeaderFilterModel);
|
|
16
|
+
syncWithFilter(): void;
|
|
17
|
+
reset(): void;
|
|
18
|
+
addEmptyRow(): void;
|
|
19
|
+
removeRow(model: any): void;
|
|
20
|
+
private doSyncWithFilter;
|
|
21
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import './ValuesTab.scss';
|
|
2
|
+
import { ValuesTabModel } from './ValuesTabModel';
|
|
3
|
+
/**
|
|
4
|
+
* Tab for managing value based filters for Column.
|
|
5
|
+
* @internal
|
|
6
|
+
*/
|
|
7
|
+
export declare const valuesTab: import("@xh/hoist/core").ElementFactory<import("@xh/hoist/core").DefaultHoistProps<ValuesTabModel>>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { GridFilterModel, GridModel } from '@xh/hoist/cmp/grid';
|
|
2
|
+
import { HoistModel } from '@xh/hoist/core';
|
|
3
|
+
import type { FieldFilterSpec } from '@xh/hoist/data';
|
|
4
|
+
import { HeaderFilterModel } from '../HeaderFilterModel';
|
|
5
|
+
export declare class ValuesTabModel extends HoistModel {
|
|
6
|
+
xhImpl: boolean;
|
|
7
|
+
headerFilterModel: HeaderFilterModel;
|
|
8
|
+
/** Checkbox grid to display enumerated set of values. */
|
|
9
|
+
gridModel: GridModel;
|
|
10
|
+
/** List of currently checked values. */
|
|
11
|
+
pendingValues: any[];
|
|
12
|
+
/** Bound search term for `StoreFilterField`. */
|
|
13
|
+
filterText: string;
|
|
14
|
+
/**
|
|
15
|
+
* Merge current filter with pendingValues on commit.
|
|
16
|
+
* Used when commitOnChange is false.
|
|
17
|
+
*/
|
|
18
|
+
combineCurrentFilters: boolean;
|
|
19
|
+
/** FieldFilter output by this model. */
|
|
20
|
+
get filter(): FieldFilterSpec;
|
|
21
|
+
get allVisibleRecsChecked(): boolean;
|
|
22
|
+
get field(): string;
|
|
23
|
+
get fieldSpec(): import("@xh/hoist/cmp/grid").GridFilterFieldSpec;
|
|
24
|
+
get columnFilters(): import("@xh/hoist/data").FieldFilter[];
|
|
25
|
+
get gridFilterModel(): GridFilterModel;
|
|
26
|
+
get values(): any[];
|
|
27
|
+
get allValuesCount(): number;
|
|
28
|
+
get hasHiddenValues(): boolean;
|
|
29
|
+
get sortIcon(): any;
|
|
30
|
+
constructor(headerFilterModel: HeaderFilterModel);
|
|
31
|
+
syncWithFilter(): void;
|
|
32
|
+
reset(): void;
|
|
33
|
+
setRecsChecked(isChecked: boolean, values: any[]): void;
|
|
34
|
+
toggleSort(): void;
|
|
35
|
+
toggleAllRecsChecked(): void;
|
|
36
|
+
private onFilterTextChange;
|
|
37
|
+
private onCombineCurrentFiltersToggle;
|
|
38
|
+
private getFilter;
|
|
39
|
+
private doSyncWithFilter;
|
|
40
|
+
private syncGrid;
|
|
41
|
+
private initGridSortBy;
|
|
42
|
+
private createGridModel;
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { GroupingChooserModel } from '@xh/hoist/cmp/grouping';
|
|
2
|
+
import { Side } from '@xh/hoist/core';
|
|
3
|
+
import { ButtonProps } from '@xh/hoist/desktop/cmp/button';
|
|
4
|
+
import '@xh/hoist/desktop/register';
|
|
5
|
+
import './GroupingChooser.scss';
|
|
6
|
+
import { ReactNode } from 'react';
|
|
7
|
+
export interface GroupingChooserProps extends ButtonProps<GroupingChooserModel> {
|
|
8
|
+
/** Title for value-editing portion of popover, or null to suppress. */
|
|
9
|
+
editorTitle?: ReactNode;
|
|
10
|
+
/** Text to represent empty state (i.e. value = null or []) */
|
|
11
|
+
emptyText?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Side of the popover, relative to the value-editing controls, on which the Favorites list
|
|
14
|
+
* should be rendered, if enabled.
|
|
15
|
+
*/
|
|
16
|
+
favoritesSide?: Side;
|
|
17
|
+
/** Title for favorites-list portion of popover, or null to suppress. */
|
|
18
|
+
favoritesTitle?: ReactNode;
|
|
19
|
+
/** Min height in pixels of the popover menu itself. */
|
|
20
|
+
popoverMinHeight?: number;
|
|
21
|
+
/** Position of popover relative to target button. */
|
|
22
|
+
popoverPosition?: 'bottom' | 'top';
|
|
23
|
+
/**
|
|
24
|
+
* Width in pixels of the popover menu itself.
|
|
25
|
+
* If unspecified, will default based on favorites enabled status + side.
|
|
26
|
+
*/
|
|
27
|
+
popoverWidth?: number;
|
|
28
|
+
/** True (default) to style trigger button background and borders to match inputs. */
|
|
29
|
+
styleButtonAsInput?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Control for selecting a list of dimensions for grouping APIs, with built-in support for
|
|
33
|
+
* drag-and-drop reordering and user-managed favorites.
|
|
34
|
+
*
|
|
35
|
+
* @see GroupingChooserModel
|
|
36
|
+
*/
|
|
37
|
+
export declare const GroupingChooser: import("react").FC<GroupingChooserProps>, groupingChooser: import("@xh/hoist/core").ElementFactory<GroupingChooserProps>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { HoistInputProps } from '@xh/hoist/cmp/input';
|
|
2
|
+
import { HoistModel, Intent } from '@xh/hoist/core';
|
|
3
|
+
import { ButtonGroupProps } from '@xh/hoist/desktop/cmp/button';
|
|
4
|
+
import '@xh/hoist/desktop/register';
|
|
5
|
+
export interface ButtonGroupInputProps extends Omit<ButtonGroupProps<HoistModel>, 'onChange'>, HoistInputProps {
|
|
6
|
+
/**
|
|
7
|
+
* True to allow buttons to be unselected (aka inactivated). Defaults to false.
|
|
8
|
+
* Does not apply when enableMulti: true.
|
|
9
|
+
*/
|
|
10
|
+
enableClear?: boolean;
|
|
11
|
+
/** True to allow entry/selection of multiple values - "tag picker" style. Defaults to false.*/
|
|
12
|
+
enableMulti?: boolean;
|
|
13
|
+
/** Intent applied to each button. */
|
|
14
|
+
intent?: Intent;
|
|
15
|
+
/** True to create outlined-style buttons. */
|
|
16
|
+
outlined?: boolean;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A segmented group of buttons, one of which is depressed to indicate the input's current value.
|
|
20
|
+
*
|
|
21
|
+
* Should receive a list of Buttons as a children. Each Button requires a 'value' prop.
|
|
22
|
+
* The buttons are automatically configured to set this value on click and appear pressed if the
|
|
23
|
+
* ButtonGroupInput's value matches.
|
|
24
|
+
*/
|
|
25
|
+
export declare const ButtonGroupInput: import("react").FC<ButtonGroupInputProps>, buttonGroupInput: import("@xh/hoist/core").ElementFactory<ButtonGroupInputProps>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { HoistInputProps } from '@xh/hoist/cmp/input';
|
|
2
|
+
import { HoistProps, HSide, StyleProps } from '@xh/hoist/core';
|
|
3
|
+
import '@xh/hoist/desktop/register';
|
|
4
|
+
import { ReactNode } from 'react';
|
|
5
|
+
import './Checkbox.scss';
|
|
6
|
+
export interface CheckboxProps extends HoistProps, HoistInputProps, StyleProps {
|
|
7
|
+
value?: boolean;
|
|
8
|
+
/** True to focus the control on render. */
|
|
9
|
+
autoFocus?: boolean;
|
|
10
|
+
/** True (default) if the control should appear as an inline element. */
|
|
11
|
+
inline?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Label displayed adjacent to the control itself.
|
|
14
|
+
* Can be used with or without an additional overall label as provided by FormField.
|
|
15
|
+
*/
|
|
16
|
+
label?: ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* True to render null or undefined as a distinct visual state. If false (default),
|
|
19
|
+
* these values will appear unchecked and visually indistinct from false.
|
|
20
|
+
*/
|
|
21
|
+
displayUnsetState?: boolean;
|
|
22
|
+
/** Placement of the inline label relative to the control itself, default 'right'. */
|
|
23
|
+
labelSide?: HSide;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Checkbox control for boolean values.
|
|
27
|
+
* Renders null with an "indeterminate" [-] display.
|
|
28
|
+
*/
|
|
29
|
+
export declare const Checkbox: import("react").FC<CheckboxProps>, checkbox: import("@xh/hoist/core").ElementFactory<CheckboxProps>;
|